* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

p,
ul,
ol,
dl,
pre,
ds,
fieldset,
figure {
  margin: 0px !important;
}

ul,
ol {
  padding-left: 0px !important;
}

body {
  color: rgb(39, 50, 94);
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none !important;
}

ul,
li {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}

header {
  width: 100%;
  height: auto;
  top: 0px;
  transition: 0.6s;
  z-index: 99;
}

header.header-position {
  background: transparent;
}

.top-header-section {
  width: 100%;
  height: 100px;
}

.header-top-section {
  width: 86%;
  margin: 0px auto;
}

.header-top {
  width: 100%;
  grid-template-columns: 25% 50% 25%;
  margin: 0px auto;
  display: grid !important;
}

.menuSection.uk-flex.uk-flex-middle {
  justify-content: center;
}

.uk-sticky-fixed .page-header button.uk-button.uk-button-default.uk-margin-small-right {
  color: #fff;
}

.uk-sticky-fixed .top-header-section {
  height: 80px;
}

.uk-sticky-fixed .uk-subnav>*> :first-child {
  color: #27325E !important;
  text-transform: capitalize !important;
  font-size: 15px !important;
}

.uk-sticky-fixed .page-header .uk-subnav>*> :first-child {
  color: #fff !important;
  text-transform: capitalize !important;
  font-size: 15px !important;
}

.uk-sticky-fixed span.icons-price {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed .svg-size .uk-icon>* {
  margin-top: -6px;
}

.uk-sticky-fixed .menu-button a {
  color: rgb(0, 0, 0) !important;
}

.uk-sticky-fixed .menu-button {
  height: 90px;
  border-color: rgb(239, 239, 239);
}

.uk-sticky-fixed header {}

.uk-sticky-fixed .hotels-button a {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed .custom-dropdown-selected {
  color: #000;
}

.uk-sticky-fixed .page-header .custom-dropdown-selected {
  color: #f2f2f2;
}

.uk-sticky-fixed .search-button a {
  background: rgb(247, 246, 238);
}

.uk-sticky-fixed .top-menu ul li a {
  color: rgb(0, 0, 0);
}

.uk-sticky-fixed button.open-button {
  color: rgb(0, 0, 0);
}

.slider-section {
  width: 100%;
  background: rgb(18, 28, 36);
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.uk-button.uk-button-default.uk-margin-small-right {}

.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary> :not([class*="uk-card-media"]) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary> :not([class*="uk-card-media"]) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-offcanvas-bar .uk-button-default {
  border: 0px !important;
}

.mobile-header {
  display: none;
}

.mobile-header .uk-button {
  margin-top: 6px;
  padding: 0px !important;
}

.mobile-header .logo img {
  width: 180px;
}

button.uk-offcanvas-close.uk-icon.uk-close {
  color: rgb(29, 35, 67);
}

.uk-offcanvas-bar {
  overflow-y: auto;
  background: rgb(255, 255, 255) !important;
}

.canvas-section {
  width: 96%;
  margin: 50px auto 0px;
}

.canvas-logo {
  width: 100%;
  text-align: center;
}

.canvas-logo img {
  margin: 0px auto;
}

.canvas-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.canvas-menu ul li a {
  display: block;
  color: rgb(42, 30, 90);
  transition: 0.5s;
}

.canvas-menu ul li a:hover {
  color: rgb(42, 30, 90);
  padding-left: 10px;
}

.uk-button-default {
  border: 0px !important;
}

.buttonSection {
  width: 100%;
  position: fixed;
  height: 52px;
  bottom: 1px;
  left: 0px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0px 10px;
  z-index: 999999;
}

.contact-button a {
  width: auto;
  height: 46px;
  padding: 0px 23px;
  background: rgb(237, 32, 36);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: 600;
  font-size: 14px;
  border: 1.5px solid rgb(237, 32, 36);
}

.contact-button a:hover {
  background: none;
  color: rgb(237, 32, 36) !important;
}

.p-2 {
  padding: 0px 10px;
}

.uk-subnav>*> :first-child {
  color: rgb(255, 255, 255) !important;
  text-transform: capitalize !important;
  font-size: 15px !important;
}

.uk-subnav>*> :first-child:hover {
  color: #E30D13 !important;
}

.uk-nav>li>a {
  color: #000 !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
}

.uk-nav>li>a:hover {
  color: #E30D13 !important;
}

.uk-nav>li {
  border-bottom: 1px solid #E5E5E5;
  padding: 4px 0px;
}

.uk-nav>li:last-child {
  border-bottom: none !important;
}

.uk-nav-default .uk-nav-sub a {
  color: #282727 !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.uk-dropdown {
  padding: 15px !important;
}

.uk-drop {
  width: 42px !important;
  background: #fff !important;
  border: 1px solid #E5E5E5 !important;
  padding: 10px 5px !important;
}


.uk-drop ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

button.uk-button.uk-button-default {
  width: 30px;
  text-align: center;
  /* margin-left: -15px !important; */
}

button.language-button {
  width: 45px;
  background: transparent;
  height: 46px;
  border: 0px;
  color: #fff;
  font-size: 15px;
}

.language-list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.language-list ul li {
  border-bottom: 1px solid #E5E5E5;
}


.language-list ul li:last-child {
  border-bottom: 0px !important;
}


.language-list ul li a {
  color: #000;
  display: block;
  text-align: center;
}

.language-list ul li a:hover {
  color: #E30D13;
}

.banner-slider-item {
  display: grid !important;
  grid-template-columns: 47% 47%;
  align-items: center;
  gap: 6%;
}

.banner-slider-item-content-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-image: url(../images/wave.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: top right;
}

.banner-slider-item-content-left span {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.banner-slider-item-content-left p {
  font-size: 14px;
  color: #fff;
}

.banner-button a {
  display: block;
  padding: 10px 26px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border: 1.5px solid #fff;
  transition: all 0.3s;
}

.banner-button a:hover {
  background: #fff;
  color: #000;
}

.wrapper-section-content {
  display: grid;
  grid-template-columns: 48% 48%;
  align-items: center;
  gap: 4%;
}

.wrapper-section-content-left {
  margin-top: -170px;
}

.wrapper-section-content-right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;

}

.wrapper-section-content-right span {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.about-button a {
  display: block;
  padding: 10px 26px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #27325E;
  transition: all 0.3s;
  background: #27325E;
  transition: all 0.3s;
}

.about-button a:hover {
  background: #fff;
  color: #000;
}

.contentBtn a {
  display: block;
  font-size: 14px;
  padding: 10px 0px;
  color: #27325E;
  font-weight: 500;
  transition: all 0.3s;
  text-decoration: underline;
}

.contentBtn a:hover {
  text-decoration: none;
  color: #27325E;
}

.bg-soft {
  background: #F6F5F3;
  padding: 80px 0px;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title span {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.title p {
  font-size: 14px;
  color: #000;
  text-align: center;
  width: 60%;
  font-weight: 300;
  color: #7D8E9F;
}

.services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.services img {
  width: 100%;
}

.services small {
  color: #8D93A5;
}

.services span {
  font-size: 18px;
  font-weight: 600;
}

.services p {
  font-size: 14px;
  font-weight: 300;
}

.services a {
  font-size: 14px;
  color: #E30D13;
  text-decoration: underline;
  transition: all 0.3s;
}

.services a:hover {
  text-decoration: none;
  color: #E30D13;
}

.promotion-section {
  position: relative;
  padding: 60px 0px;
}

.promotion-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #E30D13;
}

.promotion-section-content {
  display: grid;
  grid-template-columns: 48% 48%;
  align-items: flex-start;
  gap: 4%;
}

.promotion-section-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  margin-top: 50px;
}

.promotion-section-content-right {
  z-index: 2;
}

.promotion-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}

.promotion-title span {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -10px;
}

.promotion-section-content-left p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  margin-top: 30px !important;
  width: 80%;
}

.promotion-button a {
  display: block;
  padding: 10px 26px;
  font-size: 14px;
  color: #27325E;
  font-weight: 500;
  border: 2px solid #fff;
  transition: all 0.3s;
  background: #fff;
}

.promotion-button a:hover {
  background: #27325E;
  color: #fff;
  border: 2px solid #27325E;
}

.news-section {
  position: relative;
  background: #F6F5F3;
  margin-top: -130px;
  padding-top: 150px;
  padding-bottom: 80px;
}

.news-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-title span {
  font-size: 36px;
  font-weight: 600;
}

.news-title p {
  font-size: 14px;
  color: #7D8E9F;
  font-weight: 300;
}

.news-slider .services span {
  font-size: 14px;
  width: 100%;
  height: 44px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-menu ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  font-weight: 500;
  transition: all 0.3s;
}

.footer-menu ul li a:hover {
  color: #E30D13;
}

.social-media ul {
  display: flex;
  gap: 10px;
}

.social-media ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: rgb(255, 255, 255);
  background: #EAE9E7;
}

.social-media ul li a svg {
  width: 16px;
  color: #fff;
}

.social-media ul li a:hover {
  background: #E30D13;
}

.contact-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.contact-footer p {
  font-size: 14px;
}

.contact-footer a {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
  font-weight: 600;
}

.contact-footer a:hover {
  color: #E30D13;
  text-decoration: underline !important;
}

.footer-bottom {
  padding: 30px 0px;
  border-top: 1px solid #E5E5E5;
}

.footer-bottom .info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-dropdown-box {
  position: relative;
  display: inline-block;
  /* width: 120px; */
  font-size: 15px;
  user-select: none;
}

.custom-dropdown-selected {
  /* padding: 8px 32px 8px 12px; */
  cursor: pointer;
  transition: border 0.2s;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-dropdown-selected.active,
.custom-dropdown-selected:focus {
  border-color: #888;
  outline: none;
}

.custom-dropdown-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #cccccc66;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 100;
  margin-top: 2px;
}

.custom-dropdown-list.show {
  display: block;
}

.custom-dropdown-option {
  padding: 10px;
  cursor: pointer;
  transition: background 0.15s;
  font-weight: 600;
  color: #000;
}

.custom-dropdown-option a {
  color: #000 !important;
}

.custom-dropdown-option:hover {
  background: #f2f2f2;
}

.page-top-section {
  background: url(../images/page-top.png);
  height: 442px;
  width: 100%;
}

.page-top-section-content {
  height: 100%;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.page-header {
  background: #121C24;
}

.inner {
  background: #fff;
  padding: 40px 50px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}

.inner small {
  font-size: 20px;
  color: #000;
}

.inner span {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}

.content-section {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4%;
}

.side-menu {
  background: #F6F5F3;
  padding: 30px;
}

.side-menu ul {
  display: flex;
  flex-direction: column;
}

.side-menu ul li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0px;
}

.side-menu ul li:last-child {
  border-bottom: none !important;
}

.side-menu ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}

.side-menu ul li a:hover {
  color: #E30D13;
  padding-left: 10px;
}

.page-right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-right-content img {
  width: 100%;
}

.content-inner {
  padding: 30px;
  background: #F6F5F3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.content-inner small {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.content-inner span {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}

.content-inner p {
  font-size: 14px;
  color: #373333;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
}

.content-section-bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content-section-bottom {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3%;
}

.content-section-bottom img {
  width: 100%;
}

.breadcrumb {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
  content: '/';
  margin: 0 8px;
  color: #ccc;
}

.breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-item a:hover {
  text-decoration: underline !important;
  color: #ffffff !important;
}

.breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}

.breadcrumb-section {
  background: #ed2024;
  padding: 16px 10px;
}

.page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-title span {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  color: #000;
}

.page-title p {
  font-size: 14px;
  text-align: center;
  width: 60%;
  font-weight: 300;
  color: #7D8E9F;
}

.services-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* her satırda 4 eleman */
  gap: 20px;
}

.blog-item .services span {
  font-size: 14px;
  width: 100%;
  height: 44px;
}

.blog-detail-section {
  display: grid;
  grid-template-columns: 65% 32%;
  gap: 3%;
}

.last-content-section {
  width: 100%;
  background: #F6F5F3;
  padding: 30px;
}

.last-content-section span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.last-content ul {
  display: flex;
  flex-direction: column;
}

.last-content ul li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.last-content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.last-content ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}

.last-content ul li a .last-content-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.last-content-title {
  display: flex;
  flex-direction: column;
}

.last-content-title span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.last-content-title small {
  color: #88888A;
}

.buttonArrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8BAD21;
  border-radius: 100%;
  padding-left: 2px;
  transition: all 0.3s;
}

.last-content ul li a:hover .buttonArrow {
  margin-right: 16px;
}

.blog-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.blog-detail span {
  font-size: 20px;
  font-weight: 600;
}

.blog-detail img {
  width: 100%;
}

.pageContentSection {
  background: #F6F5F3;
  padding: 50px 0px;
}

.pageContentSection p {
  font-size: 16px;
  color: #000;
  width: 80%;
  margin: 0 auto !important;
  text-align: center;
  line-height: 26px;
  font-weight: 300;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 4%;
  align-items: flex-start;
}

.contact-section h1 {
  font-size: 28px;
  font-weight: bold;
}

.contact-section p.description {
  font-style: italic;
  font-size: 14px;
  color: #555;
}

.contact-section .company-name {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  flex-direction: column;
}

.contact-item .icon {
  font-size: 18px;
  color: #7ab93c;
  margin-right: 10px;
  margin-top: 3px;
}

.contact-item .text {
  font-size: 15px;
}

.contact-item .text strong {
  font-size: 16px;
}

.contact-form-container {}

.contact-form-container span {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
  color: #000;
  font-weight: 600;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-form-group {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

.contact-form-group-full {
  flex: 1 1 100%;
}

.contact-form-input,
.contact-form-textarea {
  padding: 15px;
  font-size: 14px;
  border: 0;
  outline: none;
  transition: border-color 0.3s;
  background-color: #fff;
  border: 1px solid #D7D8E1;
}

.contact-form-input:focus,
.contact-form-textarea:focus {
  border-color: #a0c139;
}

.contact-form-textarea {
  resize: vertical;
  min-height: 150px;
  width: 100%;
}

.contact-form-btn {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  align-self: flex-end;
  transition: all 0.3s;
}

.contact-form-btn:hover {
  background-color: #E30D13 !important;
}

.pageContentSection-content span {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.pageContentSection-content p {
  font-size: 16px;
}

.contact-section {
  padding: 30px;
  background: #f6f5f3;
}

.text a {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.text a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.mail a {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.mail a:hover {
  color: #000;
  text-decoration: none;
}