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

body {
  font-family: Poppins, sans-serif;
  font-optical-sizing: auto;
  color: rgb(14, 29, 63);
  background: rgb(244, 245, 248);
}

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: all 0.6s ease 0s;
  z-index: 99;
  background: rgb(244, 245, 248);
}

header.header-position {
  background: transparent;
}

header.header-position span.uk-icon.uk-navbar-toggle-icon {
  background: rgb(255, 255, 255);
  color: rgb(14, 29, 63);
}

.uk-sticky-fixed header.header-position span.uk-icon.uk-navbar-toggle-icon {
  background: rgb(14, 29, 63);
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed header.header-position {
  background: rgb(244, 245, 248);
}

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

header.header-position .nav-text {
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed header.header-position .nav-text {
  color: rgb(0, 0, 0);
}

.color-black {
  color: rgb(0, 0, 0) !important;
}

.header-inner {
  width: 96%;
  height: 100px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

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

.header-center {
  display: flex;
  justify-content: center;
}

.logo a img {
  width: 200px;
}

.header-right {
  display: flex;
  justify-content: center;
}

.phone {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.phone small {
  color: rgb(191, 148, 16);
  font-size: 12px;
}

.phone a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: rgb(118, 129, 151) !important;
}

header.header-position .phone a {
  color: rgb(255, 255, 255) !important;
}

header.header-position .language-button span {
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed header.header-position .language-button span {
  color: rgb(0, 0, 0);
}

header.header-position .phone small {
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed header.header-position .phone small {
  color: rgb(191, 148, 16) !important;
}

.uk-sticky-fixed header.header-position .phone a {
  color: rgb(118, 129, 151) !important;
}

.uk-sticky-fixed header .header-top {
  display: none;
}

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

.uk-sticky-fixed header .logo img {
  width: 150px;
}

.header-top {
  height: 48px;
  padding-top: 9px;
  background: rgb(255, 255, 255);
  align-items: center;
  width: 100% !important;
}

a.direct {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgb(219, 219, 219);
  height: 33px;
  display: flex;
  align-items: center;
}

a.direct img {
  width: 22px;
}

a.whatsapp {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgb(219, 219, 219);
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 33px;
  color: rgb(92, 90, 90) !important;
}

a.whatsapp img {
  width: 22px;
}

a.whatsapp img {
  margin-right: 6px;
}

a.whatsapp strong {}

.price {
  height: 40px;
  margin-right: 10px;
  align-items: center;
  display: flex !important;
}

.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 {
  color: rgb(0, 0, 0) !important;
}

.aic {
  align-items: center;
}

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

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

.language-button {
  width: auto;
  border: 0px;
  background: transparent;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgb(92, 90, 90);
}

.language-button span {
  display: block;
  color: rgb(14, 29, 63);
}

.uk-inline.price {}

span.icons-price {
  width: 40px;
  height: 40px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgb(45, 46, 50);
  font-weight: 500;
  font-size: 14px;
}

.language-button img {
  max-width: 26px;
  margin-right: 6px;
}

.uk-drop {
  width: 170px !important;
  max-height: 150px !important;
}

.uk-card-body {
  padding: 20px !important;
}

.language-list ul {
  padding-left: 0px !important;
}

.language-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgb(240, 240, 240);
}

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

.language-list ul li a {
  color: rgb(92, 90, 90);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.language-list ul li a:hover {
  color: rgb(169, 143, 102);
}

.language-list ul li a img {
  width: 22px;
}

.uk-card.uk-card-body.uk-card-default.uk-drop.uk-open {}

.uk-card.uk-card-body.uk-card-default.uk-drop.uk-open {
  border-radius: 50px;
  top: 40px !important;
  width: 50px !important;
}

.flex {
  display: flex !important;
}

.aic {
  align-items: center !important;
}

.jcc {
  justify-content: center !important;
}

.jcb {
  justify-content: space-between !important;
}

.jce {
  justify-content: end !important;
}

.price .language-button img {
  max-width: 24px;
  margin-right: 6px;
}

.header-section {
  width: 100%;
  height: 90px;
  background: rgb(169, 143, 102);
}

.uk-container.flex.aic.jcb {
  width: 100%;
}

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

.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
}

/* .bg-primary {
  background: rgb(169, 143, 102);
} */

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-btn {
  width: 100%;
  height: 70px;
  padding: 10px 30px 10px 10px;
  background-color: transparent;
  color: rgb(0, 0, 0);
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  cursor: pointer;
  text-align: left;
  position: relative;
  font-size: 14px;
  border-right: 1px solid rgb(233, 235, 240);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dropdown-btn::after {
  content: "";
  border-style: solid;
  border-color: rgb(14, 29, 63);
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease 0s;
  margin-right: 10px;
}

.dropdown-btn.active::after {
  transform: translateY(-50%) rotate(-135deg);
}

.dropdown-content {
  width: 100%;
  display: none;
  position: absolute;
  background-color: rgb(249, 249, 249);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
  z-index: 1;
}

.dropdown-content a {
  color: rgb(0, 0, 0);
  padding: 10px 10px;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px solid rgb(233, 232, 232);
  transition: all 0.6s ease 0s;
  display: flex;
  gap: 5px;
}

.dropdown-content a:hover {
  background: rgb(14, 29, 63);
  color: rgb(255, 255, 255);
}

.dropdown.active .dropdown-content {
  display: block;
}

.dropdown-content a.selected {
  background-color: rgb(170, 143, 103);
  color: rgb(255, 255, 255);
}

.search-section {
  display: grid;
  grid-template-columns: 18% 18% 18% 17% 17% 146px;
  width: 100%;
  height: 70px;
  padding: 0px 26px;
  background: rgb(255, 255, 255);
  align-items: center;
  position: relative;
  z-index: 9;
  border-radius: 50px;
  margin: -150px 0px 14px !important;
}

.search-item {
  flex: 1 1 0%;
}

button.dropdown-btn.ref span {
  display: block;
  text-align: left;
  font-size: 15px;
  margin-top: 4px;
  color: rgb(14, 29, 63);
  font-weight: 600;
}

button.dropdown-btn.ref small {
  display: block;
  text-align: left;
  font-size: 12px;
}

.b-none {
  border: 0px !important;
}

button.search-button {
  width: 146px;
  background: rgb(14, 29, 63);
  height: 42px;
  border: 0px;
  color: rgb(255, 255, 255);
  padding-top: 2px;
  border-radius: 50px;
  font-family: Poppins, sans-serif;
}

.content-section {
  width: 100%;
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 4%;
  margin-top: 140px;
  position: relative;
}

.content-section::after {
  content: "";
  position: absolute;
  top: -5%;
  left: 20%;
  width: 400px;
  height: 400px;
  background-image: url("../images/contact-after.png");
  background-size: cover;
}

.content {
  position: relative;
  z-index: 1;
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px !important;
}

.content span {
  display: block;
  color: rgb(14, 29, 63);
  font-size: 40px;
  font-weight: 900;
  position: relative;
}

.content span::after {
  content: "";
  width: 58px;
  height: 5px;
  background-image: url("../images/vawe.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -10px;
}

.content small {
  width: 70%;
  display: block;
  color: rgb(14, 29, 63);
  font-size: 26px;
  font-weight: 500;
  position: relative;
  line-height: 39px;
}

.content small strong {
  color: rgb(41, 64, 121);
  font-size: 26px;
  font-weight: 700;
}

.content p {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  display: block;
  margin-bottom: 30px !important;
}

.read-more-btn a {
  width: auto;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding: 14px 60px 14px 20px;
  text-align: left;
  border-radius: 50px;
  position: relative;
  margin-right: 20px;
  transition: all 0.5s ease 0s;
  background: rgb(14, 29, 63);
  border: 2px solid rgb(244, 245, 248);
}

.read-more-btn a::after {
  content: "";
  right: 20px;
  width: 20px;
  height: 2px;
  background: rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.read-more-btn a:hover {
  color: rgb(14, 29, 63);
  background: rgb(255, 255, 255);
}

.read-more-btn a:hover::after {
  background: rgb(14, 29, 63);
}

.contact-btn a {
  display: flex;
  font-size: 13px;
  font-weight: 600;
  color: rgb(14, 29, 63);
  position: relative;
  align-items: center;
}

.contact-btn a:hover {
  color: rgb(14, 29, 63);
}

.contact-btn a:hover .inner-icon {
  width: 36px;
}

.inner-icon {
  width: 20px;
  height: 2px;
  background: rgb(14, 29, 63);
  margin-left: 10px;
  transition: all 0.5s ease 0s;
}

.content-image {
  width: 100%;
}

.contact-image-section {
  position: relative;
}

.play-button {}

.play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-top: -10px;
  position: absolute;
  right: 120px;
  bottom: 150px;
}

.play-button img {
  border: 0px;
  border-radius: 0px;
  margin-top: 1px;
  margin-left: 1px;
}

.play-button::before,
.play-button::after {
  content: "";
  position: absolute;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  inset: -6px;
  animation: 1.5s linear 0s infinite normal none running animate;
  opacity: 0;
}

.play-button::after {
  animation-delay: 0.5s;
}

.play-button a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.project-wrapper {
  width: 100%;
  height: auto;
  background-image: url("../images/project-bg.jpg");
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.project-section {
  width: 100%;
  display: grid;
  grid-template-columns: 42% 54%;
  gap: 4%;
  position: relative;
}

.project-title {
  font-size: 34px;
  color: rgb(14, 29, 63);
  font-weight: 900;
  position: relative;
  margin-bottom: 10px;
}

.project-title::after {
  content: "";
  width: 58px;
  height: 5px;
  background-image: url("../images/vawe.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -5px;
}

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

.project-location {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0px 16px;
  background: rgb(246, 232, 187);
  font-size: 14px;
  border-radius: 4px;
  font-weight: 300;
}

.project-location img {
  width: 16px;
}

.project-content p {
  width: 80%;
  line-height: 24px;
  display: block;
  color: rgb(107, 119, 142);
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0px !important;
}

.banner-location {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0px 16px;
  background: rgb(246, 232, 187);
  font-size: 14px;
  border-radius: 4px;
  font-weight: 300;
}

.banner-location img {
  width: 16px !important;
  height: 19px !important;
}

.banner-content p {
  width: 80%;
  line-height: 24px;
  display: block;
  color: rgb(107, 119, 142);
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0px !important;
}

.play-btn a {
  display: flex;
  width: auto;
  gap: 10px;
  padding: 10px 18px;
  color: rgb(255, 255, 255);
  background: rgb(41, 64, 121);
  font-size: 13px;
  border-radius: 50px;
  margin-right: 16px;
}

.play-btn a:hover {
  color: rgb(255, 255, 255);
}

.project-features-section {
  width: 800px;
  height: 170px;
  background: rgb(255, 255, 255);
  left: 0px;
  bottom: 20px;
  padding: 0px 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: absolute !important;
}

.project-features-slider {
  width: 86%;
  margin: 0px auto;
}

.features-inner {
  float: left;
  line-height: 30px;
  align-items: center;
  justify-content: center;
  display: flex !important;
}

.features-inner img {
  float: left;
}

.features-inner span {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.features-inner small {
  display: block;
  font-size: 24px;
  color: rgb(203, 185, 128);
  font-weight: 800;
}

.features-inner small+small {
  display: block;
  font-size: 18px;
  color: rgb(107, 119, 142);
  font-weight: 300;
}

.project-features-slider .slick-prev {
  left: -70px !important;
}

.project-features-slider .slick-next {
  right: -70px !important;
}

.our-services-slider .slick-prev {
  left: -80px !important;
}

.our-services-slider .slick-next {
  right: -80px !important;
}

.project-slider .slick-prev {
  left: -80px !important;
}

.project-slider .slick-next {
  right: -80px !important;
}

.privileges-slider .slick-prev {
  left: -80px !important;
}

.privileges-slider .slick-next {
  right: -80px !important;
}

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

.title span {
  font-size: 50px;
  color: rgb(14, 29, 63);
  font-weight: 900;
  position: relative;
  margin: 0px auto;
}

.title small {
  font-size: 26px;
  color: rgb(14, 29, 63);
  font-weight: 600;
  position: relative;
  margin: 0px auto;
}


.title span::after {
  content: "";
  width: 58px;
  height: 5px;
  background-image: url("../images/vawe.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  margin: 0px auto;
  left: 50%;
  transform: translateX(-50%);
}

.our-services-wrapper {
  width: 84%;
  margin: 0px auto;
}

.our-services {
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 4px;
  padding-bottom: 12px;
}

.our-services-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.5s ease 0s;
}

.our-services-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.5s ease 0s;
}

.our-services span {
  display: block;
  font-size: 16px;
  color: rgb(14, 29, 63);
  font-weight: 600;
  margin-top: 16px !important;
  margin-bottom: 10px !important;
}

.our-services p {
  width: 92%;
  font-size: 13px;
  color: rgb(107, 119, 142);
  font-weight: 300;
  height: 80px;
  overflow: hidden;
  margin: 0px auto !important;
}

.our-services-btn {
  font-size: 12px;
  color: rgb(14, 29, 63);
  font-weight: 600;
  margin-top: 12px;
}

.our-services a:hover .our-services-img img {
  transform: scale(1.1);
}

.our-services a:hover .our-services-btn {
  text-decoration: underline;
}

.bg-white {
  width: 100%;
  background: rgb(255, 255, 255);
}

.period-top {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 5%;
}

.period-top span {
  font-size: 50px;
  color: rgb(14, 29, 63);
  font-weight: 900;
  position: relative;
}

.period-top span::after {
  content: "";
  width: 58px;
  height: 5px;
  background-image: url("../images/vawe.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -10px;
}

.period-top p {
  font-size: 14px;
  color: rgb(107, 119, 142);
  font-weight: 500;
  line-height: 24px;
}

.period {
  height: 300px;
  display: flex;
  flex-direction: column;
  background: rgb(244, 245, 248);
  position: relative;
  padding: 16px;
  transition: all 0.5s;
}

.period:hover {
  background: #0e1d3f;
}

.period::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 20px;
  width: 1px;
  height: 60px;
  background: rgb(203, 185, 128);
}

.period span {
  font-size: 60px;
  color: rgb(198, 202, 211);
  font-weight: 900;
}

.period:hover span {
  color: #fff;
}

.period small {
  font-size: 16px;
  color: rgb(14, 28, 63);
  font-weight: 600;
  display: block;
  margin-bottom: 10px !important;
}

.period:hover small {
  color: #fff;
}

.period p {
  font-size: 13px;
  color: rgb(107, 119, 142);
  font-weight: 300;
  display: block;
}

.period:hover p {
  color: #fff;
}

.sector-wrapper {
  position: relative;
}

.sector-wrapper img {
  width: 100%;
}

.sector-section {
  width: 60%;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.sector-section span {
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.sector-section p {
  width: 50%;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 300;
}

.sector-section a {
  width: auto;
  height: 44px;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  color: rgb(14, 29, 63);
  padding: 14px 60px 14px 20px;
  text-align: left;
  border-radius: 50px;
  position: relative;
  margin-top: 50px;
  transition: all 0.5s ease 0s;
  background: rgb(255, 255, 255);
  justify-items: baseline;
  align-items: center !important;
}

.sector-section a::after {
  content: "";
  right: 20px;
  width: 20px;
  height: 2px;
  background: rgb(14, 29, 63);
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.sector-section a:hover {
  color: rgb(255, 255, 255);
  background: rgb(14, 29, 63);
}

.sector-section a:hover::after {
  background: rgb(255, 255, 255);
}

.top-right {
  width: 100%;
  background: red;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.period-top a {
  width: auto;
  height: 44px;
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  color: rgb(14, 29, 63);
  padding: 10px 60px 10px 20px;
  text-align: left;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease 0s;
  border: 2px solid rgb(204, 204, 204);
}

.period-top a:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(14, 29, 63);
  background: rgb(14, 29, 63);
}

.period-top a::after {
  content: "";
  right: 20px;
  width: 20px;
  height: 2px;
  background: rgb(14, 29, 63);
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.period-top a:hover::after {
  background: rgb(255, 255, 255);
}

.project a {
  display: block;
  position: relative;
}

.project-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.5s ease 0s;
  border-radius: 4px;
}

.project-img img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.5s ease 0s;
}

.project a:hover .project-img img {
  transform: scale(1.1);
  border-radius: 4px;
}

.project-inner-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: rgb(14, 29, 63);
}

.project-inner-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgb(107, 119, 142);
  font-weight: 200;
  margin-top: 6px;
  margin-bottom: 10px;
}

.project-inner-location img {
  width: 12px;
}

.project-feature {
  display: flex;
  gap: 8px;
  min-width: 120px;
}

.project-feature small {
  display: flex;
  flex-direction: column;
  line-height: 16px;
}

.project-feature small span {
  font-size: 14px;
  font-weight: 600;
  color: rgb(203, 185, 128);
}

.project-feature small span+span {
  font-size: 12px;
  font-weight: 300;
  color: rgb(107, 119, 142);
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.project-price {
  margin-top: 10px;
}

.project-price span {
  font-size: 18px;
  color: rgb(14, 29, 63);
  font-weight: 600;
}

.project-price small {
  font-size: 14px;
  color: rgb(107, 119, 142);
  font-weight: 300;
}

.project-slider {
  margin-top: 30px;
}

.blog-slider .slick-dots li {
  width: 8px;
  height: 8px;
  background: rgb(255, 255, 255);
}

.project-slider .slick-dots li {
  width: 8px;
  height: 8px;
  background: rgb(244, 245, 248);
}

.project-slider li.slick-active {
  background: rgb(45, 166, 251) !important;
}

.privileges-content {
  width: 100%;
  font-size: 14px;
  color: rgb(107, 119, 142);
  font-weight: 500;
  line-height: 34px;
  margin-top: 20px;
}

.privileges-wrapper {
  background: rgb(235, 238, 245);
  padding-top: 40px;
  padding-bottom: 50px;
}

.referance {
  width: 100%;
  height: 140px;
  border: 2px solid rgb(244, 245, 248);
  display: flex;
  align-items: center;
  justify-content: center;
}

.referance img {
  width: 50%;
}

.comment-wrapper {
  width: 100%;
  margin-top: 70px;
  border-top: 2px solid rgb(244, 245, 248);
  display: flex;
  justify-content: end;
  position: relative;
}

.comment-section {
  width: 100%;
  max-width: 1400px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.comment-section span {
  font-size: 34px;
  color: rgb(14, 29, 63);
  font-weight: 900;
  position: relative;
}

.comment-section span::after {
  content: "";
  width: 58px;
  height: 5px;
  background-image: url("../images/vawe.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -10px;
}

.comment-slider {
  width: 900px;
  margin-top: 90px;
}

.comment-box {
  width: 100%;
  height: 480px;
  background: rgb(248, 249, 251);
  padding: 26px;
  text-align: center;
  position: relative;
}

.comment-box {
  width: 100%;
  height: 480px;
  background: rgb(248, 249, 251);
  padding: 26px;
  text-align: center;
  position: relative;
}

.user-img {
  width: 150px;
  margin: 0px auto;
  position: relative;
}

.user-img::after {
  position: absolute;
  top: -30px;
  right: -26px;
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
  font-family: "Old Standard TT", serif;
  color: rgb(203, 185, 128);
  font-size: 120px;
  font-weight: 600;
}

.user-img img {
  object-fit: cover;
  border-radius: 100%;
  width: 150px !important;
  height: 150px !important;
}

.user-name {
  font-size: 26px;
  font-weight: 600;
  color: rgb(14, 29, 63);
  margin: 16px 0px;
}

.user-comment {
  font-size: 14px;
  color: rgb(107, 119, 142);
  font-weight: 300;
  height: 190px;
  overflow: hidden;
}

.bg-blue {
  width: 100%;
  background: rgb(14, 29, 63);
  position: relative;
  padding: 100px 0px !important;
}

.bg-blue::after {
  width: 918px;
  height: 90%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/bg-after.png");
  background-repeat: no-repeat;
  background-size: contain;
}

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

.contact-section {
  width: 100%;
}

.contact-section-title span {
  font-size: 34px;
  color: rgb(255, 255, 255);
  font-weight: 900;
  position: relative;
}

.contact-section-title span::after {
  content: "";
  width: 58px;
  height: 5px;
  background-image: url("../images/vawe.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -10px;
}

.contact-section-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.info-box {
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.info-box-img {
  height: 60px;
  display: flex;
  align-items: center;
}

.info-box img {
  width: fit-content;
  height: 42px;
  /*! width: auto !important; */
}

.info-box span {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-top: 1rem;
}

.info-box p {
  font-size: 14px;
  font-weight: 200;
  color: rgb(255, 255, 255);
  margin: 10px 0px !important;
}

a.locationBtn {
  color: rgb(255, 255, 255);
  margin-top: 10px;
  text-decoration: underline;
}

a.locationBtn:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.phone-contact a {
  color: rgb(203, 185, 128);
  font-size: 16px;
  font-weight: 600;
}

a.phone-contact {
  font-size: 14px;
  font-weight: 600;
  color: rgb(203, 185, 128) !important;
}

a.phone-contact span {
  font-size: 16px;
  font-weight: 600;
  color: rgb(203, 185, 128) !important;
}

a.phone-contact span:hover {
  text-decoration: underline;
}

.contact-section {
  width: 100%;
  position: relative;
  z-index: 2;
}

.contact-form {
  width: 0%;
  background: rgb(255, 255, 255);
  padding: 30px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.contact-form span {
  font-size: 24px;
  color: rgb(0, 17, 59);
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.input-area {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Ä°ki eÅŸit sÃ¼tun */
  gap: 10px;
}

.input-area>*:nth-child(2):not(:first-child) {
  grid-column: span 1;
  /* Ä°kinci sutunu iÅŸleme girmez */
}

.input-area input {
  width: 100%;
  height: 50px;
  border: 1px solid rgb(221, 221, 221);
  margin-bottom: 20px;
  padding-left: 15px;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  color: rgb(14, 29, 63);
}

.input-area input::placeholder {
  font-family: Poppins, sans-serif;
  color: rgb(14, 29, 63);
}

select#service {
  width: 100%;
  height: 50px;
  border: 1px solid rgb(221, 221, 221);
  margin-bottom: 20px;
  padding-left: 15px;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  color: rgb(14, 29, 63);
}

textarea#dialog-message {
  width: 100%;
  margin-bottom: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: auto;
  resize: vertical;
  padding: 16px;
  border: 1px solid rgb(221, 221, 221);
  font-family: Poppins, sans-serif;
  color: rgb(14, 29, 63);
}

textarea#dialog-message::placeholder {
  font-family: Poppins, sans-serif;
  color: rgb(14, 29, 63);
}

.partner-form {
  width: 70%;
  margin: 50px auto;
  /* margin: 50px !important; */
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}

.send {
  width: 100%;
  height: 46px;
  background: rgb(41, 64, 121);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  border: 0px !important;
}

footer {
  background: rgb(244, 245, 248);
  position: relative;
  padding-top: 70px;
}

footer::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90%;
  height: 88%;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  object-fit: cover;
}

.footer-section {
  width: 100%;
  display: grid;
  grid-template-columns: 31% 22% 22% 22%;
  gap: 1%;
  position: relative;
  z-index: 1;
}

.footer-content-section a img {
  width: 200px;
}

.footer-content-section p {
  width: 100%;
  font-size: 14px;
  color: rgb(14, 29, 63);
  font-weight: 200;
  line-height: 22px;
}

.footer-content-section a {
  width: 100%;
  font-size: 14px;
  color: rgb(14, 29, 63);
  line-height: 22px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}

.footer-menu span {
  display: block;
  font-size: 18px;
  color: rgb(14, 29, 63);
  text-align: left;
  margin-bottom: 20px !important;
}

.footer-menu ul {
  padding-left: 0px !important;
}

.footer-menu ul li {
  display: -webkit-box;
}

.footer-menu ul li span {
  font-size: 14px;
  font-weight: 900;
  color: rgb(14, 29, 63);
}

.footer-menu ul li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: rgb(14, 29, 63);
  padding: 6px 0px;
  transition: all 0.5s ease 0s;
}

.footer-menu ul li a:hover {
  padding-left: 10px;
  color: rgb(45, 166, 251);
}

.footer-menu ul li a img,
.footer-menu ul li img {
  width: 12px;
  margin-right: 5px;
}

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

.social-media ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(45, 46, 50);
  transition: all 0.5s ease 0s;
}

.social-media ul li a:hover {
  background: rgb(13, 29, 63);
  color: rgb(255, 255, 255);
}

.social-media span.uk-icon {
  font-size: 15px;
  width: 16px !important;
}

.social-media ul {
  padding-left: 0px !important;
}

.newsletter {
  width: 100%;
  height: 61px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  margin-bottom: 20px;
}

.newsletter form {
  width: 100%;
}

.newsletter input[type="text"] {
  height: 61px;
  color: rgb(119, 113, 129);
  border: 0px;
}

.newsletter input[type="submit"] {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: 0px;
  background-image: url("../images/send.svg");
  background-repeat: no-repeat;
  background-position: 9px center;
}

.social-media {
  margin-right: 20px;
}

.language-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-gold {
  background: rgb(203, 185, 128) !important;
  color: rgb(255, 255, 255) !important;
}

.uk-offcanvas-bar {
  height: 100%;
  background: rgb(255, 255, 255) !important;
  position: relative !important;
}

.nav-logo {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.uk-nav-default>li {
  padding: 4px 0px;
  border-bottom: 1px solid rgba(235, 233, 233, 0.5) !important;
}

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

.uk-nav>li>a {
  padding: 5px 0px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  font-size: 20px !important;
  color: rgb(14, 29, 63) !important;
}

.uk-nav-default .uk-nav-sub a {
  font-size: 14px;
  transition: all 0.5s ease 0s;
  color: rgb(14, 29, 63) !important;
}

.uk-nav-default .uk-nav-sub a:hover {
  padding-left: 6px;
}

.uk-nav>li>a:hover {
  padding-left: 6px;
  color: rgb(41, 64, 121) !important;
}

.uk-nav-default>li.uk-active>a {
  color: rgb(41, 64, 121) !important;
}

ul.uk-nav-default.uk-nav {
  padding-top: 40px !important;
}

.uk-nav-sub ul {
  padding-left: 0px !important;
}

button.uk-offcanvas-close.uk-icon.uk-close {
  color: rgb(14, 29, 63);
  width: 36px;
  height: 36px;
  border: 1px solid rgb(238, 239, 242);
  border-radius: 50%;
  font-size: 10px;
}

span.uk-icon.uk-navbar-toggle-icon {
  width: 40px;
  height: 40px;
  background: rgb(41, 64, 121);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.uk-button.uk-button-default.uk-margin-small-dark {
  display: flex;
}

.nav-text {
  font-size: 13px;
  color: rgb(45, 46, 50);
  font-weight: 600;
  margin-left: -3px;
  margin-top: 3px;
}

.social-section {
  position: absolute;
  bottom: 30px;
}

.social-section .social-media ul li a {
  border: 1.8px solid rgb(244, 245, 248);
}

button.uk-offcanvas-close.uk-icon.uk-close svg {
  width: 12px;
}

.footer-wigdet small {
  display: block;
  font-size: 18px;
  color: rgb(14, 29, 63);
  text-align: left;
  margin-bottom: 20px !important;
}

.footer-bottom {
  width: 100%;
  height: 80px;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.info {
  font-size: 14px;
  font-weight: 600;
  color: rgb(13, 29, 63);
  margin-top: 30px;
}

.concept {
  margin-top: 20px;
}

.banner-section {
  height: calc(-100px + 100vh);
  position: relative;
}

.banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-inner {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  place-items: baseline;
}

.banner-inner small {
  font-size: 30px;
  font-family: "Old Standard TT", serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.banner-inner span {
  font-size: 80px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.banner-inner a {
  width: auto;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding: 14px 60px 14px 20px;
  text-align: left;
  border-radius: 50px;
  position: relative;
  margin-top: 50px;
  transition: all 0.5s ease 0s;
  background: rgb(14, 29, 63);
}

.banner-inner a::after {
  content: "";
  right: 20px;
  width: 20px;
  height: 2px;
  background: rgb(255, 255, 255);
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.banner-inner a:hover {
  color: rgb(14, 29, 63);
  background: rgb(255, 255, 255);
}

.banner-inner a:hover::after {
  background: rgb(14, 29, 63);
}

.our-project-section {
  display: block;
  padding-top: 40px;
  background: rgb(247, 247, 249);
  position: relative;
  margin-left: 10px;
  margin-top: 0px;
}

.content-image img {
  width: 100%;
}

.page-top {
  width: 100%;
  position: relative;
}

.page-top-info {
  margin: 0px auto;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px !important;
}

.page-top-info span {
  font-size: 66px;
  color: rgb(255, 255, 255);
  font-weight: 800;
}

.page-top-info ul {
  display: flex;
  gap: 20px;
}

.page-top-info ul li {
  position: relative;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 200;
}

.page-top-info ul li::after {
  content: "/";
  position: absolute;
  top: 0px;
  right: -13px;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.page-top-info ul li:last-child::after {
  display: none;
}

.page-top-info ul li a {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.page-top-info ul li a:hover {
  text-decoration: underline !important;
}

.page-top-info ul li {
  display: flex;
  gap: 20px;
}

.search-section.mt-page {
  margin-top: -92px !important;
}

.project-category {
  display: flex;
  flex-wrap: wrap;
}

.project-category .project {
  width: 23%;
  margin: 1%;
}

.pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-top: 50px !important;
  padding-bottom: 50px !important;
}

.pagination li {
  margin: 0px 5px;
}

.pagination button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background-color: rgb(241, 241, 241);
  border-radius: 100%;
  font-size: 16px;
  font-weight: 600;
  color: rgb(150, 150, 150);
}

.pagination .active button {
  background-color: rgb(246, 232, 187);
  color: rgb(52, 67, 96);
}

.page-content {
  width: 90%;
  font-size: 15px;
  text-align: center;
  margin: 50px auto;
}

.our-team-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.team-card {
  position: relative;
}

.our-team-section .team-card {
  width: 23%;
  margin: 1%;
  position: relative;
}

.team-card:hover .card-section {
  width: 23%;
  margin: 1%;
  position: relative;
}

.card-section {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid rgb(203, 185, 128);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.card-section span {
  font-size: 20px;
  color: rgb(203, 185, 128);
  font-weight: 600;
}

.card-section p {
  font-size: 12px;
  color: rgb(107, 119, 142);
  font-weight: 200;
  height: 80%;
}

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

.card-social-media ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  transition: all 0.5s ease 0s;
  border: 1px solid rgb(247, 247, 247);
  color: rgb(45, 46, 50) !important;
}

.card-social-media li a:hover {
  background: rgb(13, 29, 63);
  color: rgb(255, 255, 255) !important;
}

.card-social-media div.uk-icon {
  font-size: 15px;
  width: 16px !important;
}

.card-social-media ul {
  padding-left: 0px !important;
}

.team-card:hover .card-section {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  position: absolute;
  top: -3px;
  left: -3px;
  border: 1px solid rgb(203, 185, 128);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  opacity: 1;
  transition: all 0.5s ease 0s;
}

.page-top-contact {
  width: 70%;
  color: rgb(14, 29, 63);
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.contact-box-container {
  display: flex;
  flex-wrap: wrap;
}

.contact-box {
  width: 31%;
  margin: 1%;
  padding: 20px;
  border: 1px solid rgb(244, 245, 248);
  display: flex;
  flex-direction: column;
  height: 293px;
  text-align: left;
  align-items: flex-start;
}

.contact-box span {
  font-size: 16px;
  color: rgb(14, 29, 63);
  font-weight: 600;
  margin-bottom: 20px !important;
}

.contact-box p {
  font-size: 14px;
  color: rgb(14, 29, 63);
  margin-bottom: 20px !important;
  font-weight: 400 !important;
}

.contact-box a.phone-contact span {
  font-size: 14px;
}

.contact-box a.locationBtn {
  color: rgb(14, 29, 63);
  font-size: 14px;
  margin-top: 30px !important;
}

.contact-box img {
  height: 30px;
  margin-bottom: 20px;
  object-fit: contain;
  text-align: left;
}

.contact-form {
  width: 80%;
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 4%;
  margin: 0px auto;
}

.contact-form-inner input[type="text"] {
  width: 100%;
  display: block;
  border: 1px solid rgb(244, 245, 248);
  height: 50px;
  padding-left: 15px;
  margin-bottom: 13px;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.contact-form-inner input[type="email"] {
  width: 100%;
  display: block;
  border: 1px solid rgb(244, 245, 248);
  height: 50px;
  padding-left: 15px;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.contact-form-inner input[type="tel"] {
  width: 100%;
  display: block;
  border: 1px solid rgb(244, 245, 248);
  height: 50px;
  padding-left: 15px;
  margin-bottom: 13px;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.contact-form-inner textarea {
  width: 100%;
  margin-bottom: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: auto;
  resize: vertical;
  padding: 16px;
  border: 1px solid rgb(244, 245, 248);
  color: rgb(14, 29, 63);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.formSend {
  width: 100%;
  display: block;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 13px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  border: none;
  background: rgb(14, 29, 63);
}

.maps {
  width: 100%;
}

.maps img {
  width: 100%;
}

.title.small span {
  font-size: 30px !important;
}

.service-category {
  display: flex;
  flex-wrap: wrap;
}

.service-category .our-services {
  width: 23%;
  margin: 1%;
}

.services-detail-section {
  width: 100%;
  padding-left: 5%;
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 4%;
}

.services-detail-section .content {
  margin-top: 100px;
}

.services-detail-section .content {
  margin-top: 120px;
  margin-bottom: 50px;
}

.services-detail-img {
  position: relative;
}

.small-img {
  width: 250px;
  height: 250px !important;
  content: "";
  position: absolute;
  left: -150px;
  bottom: -50px;
  z-index: 2;
}

.small-img img {
  width: 250px;
  height: 250px !important;
  object-fit: cover;
}

.services-detail-img img {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.detail-top {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5%;
}

.detail-top span {
  font-size: 50px;
  color: rgb(14, 29, 63);
  font-weight: 900;
  position: relative;
}

.detail-top span::after {
  content: "";
  width: 58px;
  height: 5px;
  background-image: url("../images/vawe.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -10px;
}

.detail-top a {
  width: auto;
  height: 44px;
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  color: rgb(14, 29, 63);
  padding: 10px 60px 10px 20px;
  text-align: left;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease 0s;
  border: 2px solid rgb(204, 204, 204);
}

.detail-top a:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(14, 29, 63);
  background: rgb(14, 29, 63);
}

.detail-top a::after {
  content: "";
  right: 20px;
  width: 20px;
  height: 2px;
  background: rgb(14, 29, 63);
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.detail-top a:hover::after {
  background: rgb(255, 255, 255);
}

.services-detail-slider .slick-dots li {
  background: rgb(255, 255, 255) !important;
}

.services-detail-slider li.slick-active {
  background: rgb(45, 166, 251) !important;
}

.offer-section .contact-form {
  display: block;
}

.services-detail-img.after::after {
  display: none;
}

.tap-inner-container {
  width: 50%;
  margin: 30px auto;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.read-more-btn {
  display: flex;
  justify-items: baseline;
}

.tap-container-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 40px;
  height: 100%;
  justify-content: center;
}

.tap-container-left span {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.tap-container-left small {
  font-size: 16px;
  font-weight: 300;
}

.tap-container-left p {
  font-size: 15px;
  font-weight: 200;
}

.tap-container-left .read-more-btn {
  margin-top: 20px !important;
}

.tab-container-feature {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 10px;
}

.feature-box {
  width: 100%;
  height: 96px;
  background: rgb(244, 245, 248);
  border-radius: 4px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.feature-box span {
  position: relative;
  display: block;
}

.feature-box span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -24px;
  width: 16px;
  height: 2px;
  background-color: rgb(14, 29, 63);
}

.tab-img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.tab-container2 {
  width: 100%;
  padding: 50px;
  display: grid;
  grid-template-columns: 52% 44%;
  gap: 4%;
}

.tab-left-img {
  display: block;
  position: relative;
}

.tab-left-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 170px;
  height: 90px;
  background: url("../images/arrow-after.png") 0% 0% / contain no-repeat;
  object-fit: cover;
  right: -64px;
  top: 65%;
}

.tab-content-right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 30px;
}

.tab-content-right img {
  width: 200px;
}

.tab-content-right p {
  font-size: 20px;
}

.about-us-video {
  position: relative;
}

.about-us-video .play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.tab-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

detail-top.small span {
  font-size: 36px;
}

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

.detail-top-section span {
  display: block;
  font-size: 36px;
  font-weight: 600;
}

.detail-top-section small {
  display: flex;
  color: rgb(141, 147, 165);
  gap: 5px;
}

.detail-top-section small img {
  width: 16px;
}

.detail-top-section a {
  height: 43px;
  background: rgb(41, 64, 122);
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 12px;
  border: 2px solid rgb(41, 64, 122);
  transition: all 0.5s ease 0s;
  border-radius: 4px;
}

.detail-top-section a:hover {
  color: rgb(41, 64, 122);
  background: rgb(255, 255, 255);
}

.detail-slider .slick-dots {
  position: absolute;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
  bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-slider img {
  border-radius: 4px;
}

.detail-slider {
  margin-top: 30px;
}

.detail-slider .slick-prev {
  background-image: url("../images/left-arrow.png");
  width: 50px;
  height: 50px;
  left: 16px;
}

.detail-slider .slick-next {
  background-image: url("../images/right-arrow.png");
  width: 50px;
  height: 50px;
  right: 16px;
}

.project-detail-features {
  display: grid;
  grid-template-columns: 19% 19% 19% 43%;
  align-items: center;
  height: 120px;
}

.project-detail-features .box {
  display: flex;
  align-items: center;
  padding-left: 20px;
  gap: 10px;
  height: 60px;
  border-right: 1px solid rgb(221, 223, 228);
}

.project-detail-features .box span {
  display: flex;
  flex-direction: column;
}

.project-detail-features .box small {
  font-size: 16px;
  color: rgb(107, 119, 142);
  font-weight: 200;
}

.project-detail-features .box small+small {
  font-size: 26px;
  color: rgb(203, 185, 128);
  font-weight: 700;
}

.detail-price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 30px;
  line-height: 40px;
  margin-top: -14px;
}

.detail-price-box small {
  color: rgb(107, 119, 142);
  font-size: 16px;
}

.detail-price-box span {
  font-size: 40px;
  color: rgb(14, 29, 63);
  font-weight: 700;
}

.building-detail-wp {
  display: grid;
  grid-template-columns: 52% auto;
  gap: 2%;
}

.housing-detail {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 40px 30px;
  border-radius: 4px;
}

.housing-detail span {
  font-size: 40px;
  color: rgb(14, 29, 63);
  font-weight: 600;
}

.housing-detail .bg-gray {
  width: 100%;
  background: rgb(244, 245, 248);
}

.housing-detail-box-section {
  display: flex;
  height: 80px;
  align-items: center;
  border-radius: 4px;
  /* justify-content: space-between; */
  padding: 0px 0px 0px 30px;
}

.housing-detail-box {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  padding-left: 10px;
}

.housing-detail-box small {
  font-size: 12px;
  color: rgb(107, 119, 142);
  font-weight: 200;
}

.housing-detail-box span {
  font-size: 16px !important;
}

.mt-3 {
  margin-top: 20px;
}

.housing-detail a {
  width: 180px;
  display: flex;
  padding: 10px 20px;
  border: 2px solid rgb(244, 245, 248);
  border-radius: 4px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(14, 29, 64);
  place-items: center baseline;
  justify-content: center;
  transition: all 0.5s ease 0s;
}

.housing-detail a:hover {
  background: rgb(14, 29, 64);
  border-color: rgb(14, 29, 63);
  color: rgb(255, 255, 255) !important;
}

.payment-plan ul {
  padding: 0px !important;
}

.payment-plan ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0px 16px;
}

.payment-plan ul li:nth-child(2n + 1) {
  background-color: rgb(244, 245, 248);
}

.payment-plan ul li span+span {
  color: rgb(14, 29, 63);
  font-weight: 600;
}

.payment-plan ul li span {
  font-size: 14px;
  color: rgb(107, 119, 142);
  font-weight: 500;
}

.payment-plan {
  margin-top: 20px;
}

.social-facilities {}

.social-facilities-title {
  color: rgb(14, 29, 63);
  font-weight: 700;
  display: block;
  font-size: 40px;
}

.social-facilities-box {
  height: 150px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 0 14.66%;
  box-sizing: border-box;
  padding: 10px;
  gap: 10px;
}

.facility-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-facilities-box span {
  font-size: 16px;
  color: rgb(14, 29, 63);
  font-weight: 500;
  text-align: center;
}

.detail-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 40% auto;
  gap: 2%;
}

.apartment-features-section {
  width: 100%;
  border-radius: 4px;
  background: rgb(229, 229, 231);
  padding: 30px 30px;
  min-height: 430px;
}

.apartment-features-section span {
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.apartment-features-section p {
  font-size: 14px;
  color: rgb(14, 29, 63);
  font-weight: 300;
  display: block;
  margin-bottom: 20px !important;
}

.apartment-features-box-section {
  display: flex;
  flex-wrap: wrap;
}

.apartment-features-box {
  flex: 1 0 50%;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.apartment-features-box span {
  font-size: 16px !important;
  font-weight: 200 !important;
}

.floor-plan-section {
  width: 100%;
  background: rgb(255, 255, 255);
  display: block;
  grid-template-columns: 40% auto;
  padding: 20px 30px;
  border-radius: 4px;
  gap: 2%;
}

.floor-plan {
  padding-top: 30px;
  display: none;
}

.floor-plan span {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.floor-plan p {
  font-size: 14px;
  font-weight: 300;
  color: rgb(14, 29, 63);
}

.floor-plan-img {
  position: relative;
  display: flex;
  align-items: center;
}

.floor-plan-img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.uk-slideshow-items {
  height: 100vh !important;
}

a.slider-button {
  display: inline-block;
  margin-top: 50px;
  border: 1px solid rgb(255, 255, 255);
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  transition: all 0.5s ease 0s;
}

a.slider-button:hover {
  background: rgb(255, 255, 255);
  color: rgb(14, 29, 63) !important;
  border: 1px solid rgb(14, 29, 63) !important;
}

.color-black {
  color: rgb(0, 0, 0) !important;
}

a.uk-position-center-right.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-next.uk-slidenav {
  top: 50%;
  border: 1.5px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  opacity: 0.8;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
}

a.uk-position-center-left.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-previous.uk-slidenav {
  top: 50%;
  border: 1.5px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  opacity: 0.8;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
}

.project-content-wp {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 4%;
}

.content-left-title {
  position: relative;
  margin-top: 36px;
}

.content-left-title::after {
  content: "";
  position: absolute;
  top: -36px;
  left: 0px;
  width: 2px;
  height: 30px;
  background: rgb(203, 185, 128);
}

.content-left-title span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-right: 10px;
}

.content-left-title small {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-left: 10px;
  position: relative;
}

.content-left-title small::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  width: 1px;
  height: 20px;
  border-left: 1px solid rgb(14, 29, 63);
}

.content-left-sub-title span {
  color: rgb(203, 185, 128);
  font-size: 36px;
  font-family: "Old Standard TT", serif;
  display: block;
  margin: 6px 0px;
}

.project-content-left {
  font-size: 13px;
  color: rgb(107, 119, 142);
}

.p0 {
  padding: 0px !important;
}

.project-content-left .housing-detail {
  width: 90%;
  margin-top: 50px;
  padding: 0px !important;
}

.video-wp {
  position: relative;
  background-image: url("../images/video-bg.png");
  background-position: center bottom;
  padding: 80px 0px;
  margin-top: 50px;
}

.video-wp::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 30%;
  width: 83px;
  height: 83px;
  background-image: url("../images/sun.png");
}

.video-wp img {
  height: 100vh;
}

.project-video img {
  height: auto;
}

.video-wp-inner {}

.project-video {}

.project-video {}

.project-video .play-button {
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-bottom-container {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.proje-container-title {
  background: rgb(255, 255, 255);
  padding: 10px 12px;
  margin-right: 10px;
}

.proje-container-title span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-right: 10px;
}

.proje-container-title small {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-left: 10px;
  position: relative;
}

.proje-container-title small::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  width: 1px;
  height: 20px;
  border-left: 1px solid rgb(14, 29, 63);
}

.container-contact-btn a {
  display: block;
  background: rgb(255, 255, 255);
  padding: 12px 30px;
  color: rgb(14, 29, 63);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
}

.container-contact-btn a:hover {
  background: rgb(14, 29, 63);
  color: rgb(255, 255, 255);
}

.content-phone a {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.content-phone a:hover {
  color: rgb(255, 255, 255);
}

.project-page-title {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.project-page-title::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(203, 185, 128);
  width: 2px;
  height: 40px;
}

.project-page-title small {
  font-size: 14px;
  color: rgb(107, 119, 142);
}

.project-page-title span {
  font-size: 50px;
  color: rgb(14, 29, 63);
  font-weight: 700;
}

.item .ribbon {
  width: 82px;
  height: 76px;
  background-image: url("../images/ribbon.png");
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}

.item .ribbon span {
  width: 50%;
  transform: rotate(45deg);
  transform-origin: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 7px;
  line-height: 17px;
  left: 18px;
  font-size: 14px !important;
  color: rgb(255, 255, 255) !important;
}

a.sold {
  background: rgb(252, 231, 231);
}

a.sold .item:nth-child(1) {
  color: red;
}

.sold-item {
  background: rgb(252, 231, 231) !important;
}

.sold-text {
  font-size: 14px;
  color: rgb(225, 11, 11);
  font-weight: 600;
}

.plan-list-grid a:hover {
  background: rgb(244, 245, 248);
}

.bg-gray {
  background: rgb(244, 245, 248);
}

.border0 .category-btn {
  border-radius: 0px;
  font-family: Poppins, sans-serif;
}

.club-section-wp {
  width: 100%;
  height: auto;
  background: linear-gradient(90deg,
      rgb(159, 202, 231) 0%,
      rgb(239, 223, 207) 100%);
  padding: 40px 0px;
}

button.border0 {
  border-radius: 0px !important;
}

.line {
  width: 50px;
  height: 1px;
  background: rgb(236, 236, 236);
  margin: 0px 10px;
}

.detail-top.small span {
  font-size: 36px;
}

.team-card img {
  width: 100%;
}

.mobile-button a {
  width: auto;
  height: 44px;
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  color: rgb(14, 29, 63);
  padding: 10px 60px 10px 20px;
  text-align: left;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease 0s;
  border: 2px solid rgb(204, 204, 204);
}

.mobile-button a::after {
  content: "";
  right: 20px;
  width: 20px;
  height: 2px;
  background: rgb(14, 29, 63);
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.mobile-button {
  display: none;
}

.search-buttonx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-buttonx img {
  width: 62px;
  height: 62px;
}

.project-content-img img {
  width: 100%;
}

.project-content-left .housing-detail {
  width: 100%;
}

.see-more a {
  font-size: 14px;
  color: rgb(255, 255, 255);
  background: rgb(14, 29, 63);
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0px 30px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  border: 2px solid rgb(14, 29, 63);
}

.see-more a:hover {
  background: rgb(255, 255, 255);
  color: rgb(14, 29, 63);
  border: 2px solid rgb(244, 245, 248);
}

.our-project-section::after {
  width: 653px;
  height: 506px;
  content: "";
  background: url("../images/our-bg1.png");
  position: absolute;
  left: 0px;
  top: 0px;
}

.our-project-section::before {
  width: 229px;
  height: 431px;
  content: "";
  background: url("../images/our-bg2.png");
  position: absolute;
  right: 0px;
  top: 20px;
}

.our-project-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  line-height: 36px;
}

.our-project-title small {
  font-size: 16px;
  color: rgb(169, 143, 102);
}

.our-project-title span {
  font-size: 48px;
  color: rgb(169, 143, 102);
  font-weight: 300;
}

.our-project-title span strong {
  font-weight: 600;
  letter-spacing: 2px;
}

.video-slider-section {
  width: 98%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.slider-bottom {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url("../images/shadow.png") center -110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
}

.shadow {
  position: absolute;
  bottom: 0px;
  z-index: 0;
}

.video-slider .slick-dots {
  bottom: 52px;
  z-index: 99;
}

.slider-inner img {
  width: 100%;
}

a.slider-more-button {
  width: 185px;
  height: 60px;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  transition: all 0.6s ease 0s;
  z-index: 1;
  color: rgb(169, 143, 102) !important;
}

a.slider-more-button:hover {
  color: rgb(255, 255, 255) !important;
}

a.slider-more-button::after {
  width: 0%;
  height: 60px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(151, 129, 95);
  transition: all 0.6s ease 0s;
  z-index: -1;
  border-radius: 6px;
}

a.slider-more-button:hover::after {
  width: 100%;
}

a.slider-more-button-mobile {
  width: 185px;
  height: 60px;
  background: rgb(169, 143, 102);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  display: none;
  color: rgb(255, 255, 255) !important;
}

.video-slider .slick-dots {
  width: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px auto !important;
}

.project-detail-info {
  width: 96%;
  margin: 32px auto 0px;
  display: flex;
}

.project-detail-info .item {
  height: 55px;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid rgb(221, 221, 221);
  padding-left: 15px;
  line-height: 27px;
}

.project-detail-info .item:last-child {
  border: 0px;
}

.project-detail-info .item small {
  font-size: 12px;
  font-weight: 600;
}

.project-detail-info .item span {
  font-size: 30px;
  font-weight: 300;
}

.project-detail-info .item:nth-child(6) span {
  font-size: 20px;
  font-weight: 300;
}

.bg-white {
  background: rgb(255, 255, 255);
}

.mt-70 {
  margin-top: 70px;
}

.stay-tuned {
  width: 100%;
  height: auto;
  padding: 26px 0px;
  background: url("../images/star.png") repeat;
  position: relative;
}

.stay-tuned-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  line-height: 36px;
}

.stay-tuned-title small {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.stay-tuned-title span {
  font-size: 48px;
  color: rgb(255, 255, 255);
  font-weight: 300;
}

.stay-tuned-title span strong {
  font-weight: 600;
  letter-spacing: 2px;
}

.stay-tuned-video {
  width: 800px;
  margin: 30px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.stay-tuned-video img {
  border-radius: 20px;
  border: 5px solid rgba(255, 255, 255, 0.34);
}

.stay-tuned-play {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.stay-tuned-play img {
  width: 12px;
  height: 14px;
  margin-top: 1px;
  margin-left: 1px;
  border: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.stay-tuned-play::before,
.stay-tuned-play::after {
  content: "";
  position: absolute;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  inset: -20px;
  animation: 1.5s linear 0s infinite normal none running animate;
  opacity: 0;
}

.stay-tuned-play::after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
  }
}

.stay-tuned-play a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.numbers-section {
  width: 100%;
  height: 212px;
  border-radius: 30px;
  display: flex;
  background: rgb(169, 143, 102);
}

.numbers-section .item {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.numbers-section .item small {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 300;
}

.numbers-section .item span {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 300;
}

.numbers-section .item span strong {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 500;
  margin-left: 130px;
}

.numbers-section .item:nth-child(3) small {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-left: -134px;
}

.numbers-section .item:nth-child(3) span strong {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 500;
  margin-left: 0px;
}

.logo23 {
  width: 94px;
  height: 94px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo23::after {
  width: 55px;
  height: 2px;
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.logo23::before {
  width: 55px;
  height: 2px;
  content: "";
  position: absolute;
  right: -70px;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.bg-light-purple {
  background: rgb(247, 247, 249);
}

.counts {
  width: 100%;
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0px 20px;
}

.count-slider .item {
  position: relative;
}

.count-slider .item::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 80px;
  width: 1px;
  height: 150px;
  background: rgb(233, 233, 238);
}

.count-slider .item:nth-child(4)::after {
  display: none !important;
}

.counts i {
  width: 76px;
  height: 76px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counts span {
  font-size: 40px;
  color: rgb(169, 143, 102);
  margin-top: 10px;
  letter-spacing: 2px;
}

.counts small {
  font-size: 16px;
  color: rgb(27, 21, 37);
  margin-bottom: 10px;
}

.counts {
  font-size: 16px;
  color: rgb(119, 113, 129);
  margin-top: 10px;
}

.pt {
  padding-top: 50px;
}

.pb {
  padding-bottom: 50px;
}

.count-slider {
  margin-top: 20px;
}

.users {
  width: 100%;
  height: 200px;
  border: 1px solid rgb(169, 143, 102);
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 191px;
  justify-content: center;
  position: relative;
  gap: 20px;
}

.users::after {
  width: 146px;
  height: 110px;
  content: "";
  position: absolute;
  background: url("../images/separator-soft.png");
  left: 20px;
  bottom: 20px;
}

.users-inner {
  padding: 20px;
}

.users-img img {
  height: 200px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  object-fit: contain;
}

.users-inner p {
  font-size: 14px;
  color: rgb(116, 120, 124);
  margin-bottom: 10px !important;
}

.users-inner img {
  width: 30px;
  height: 24px;
  margin-top: 5px;
  margin-right: 10px;
}

.users-inner span {
  display: block;
  font-size: 20px;
  color: rgb(0, 0, 0);
}

.users-inner p {
  display: block;
  font-size: 14px;
  color: rgb(116, 120, 124);
  height: 106px;
  overflow: hidden;
}

.user-slider .item,
.user-slider-single .item {
  padding: 10px;
}

.user-slider .slick-dots,
.user-slider-single .slick-dots {
  display: none !important;
}

.privilege-section {
  width: 100%;
  height: 741px;
  display: block;
  padding: 70px 0px;
  background-image: url("../images/priv-bg.png");
  background-color: rgb(169, 143, 102);
  margin-bottom: 100px;
}

.privilege-slider .item {
  padding: 10px;
  margin-bottom: 20px;
  height: 284px;
}

.privilege {
  width: 100%;
  position: relative;
}

.privilege .privilegeimg img {
  width: 100%;
}

.privilege span {
  width: 90%;
  height: 80px;
  position: absolute;
  background: rgb(255, 255, 255);
  bottom: -37px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(169, 143, 102);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}

.privilege-slider {
  margin-top: 46px;
}

.privilege span p {
  font-size: 17px;
}

.news-slider .item {
  padding: 10px;
}

.news img {
  width: 100%;
}

.news small {
  width: 100%;
  display: block;
  text-align: center;
  color: rgb(169, 143, 102);
  font-size: 16px;
  margin: 12px auto !important;
}

.news span {
  width: 100%;
  display: block;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  padding: 0px 20px !important;
}

.news-slider li.slick-active {
  background: rgb(169, 143, 102) !important;
}

.news-slider .slick-dots li {
  background: rgb(172, 163, 188);
}

.uk-subnav-pill>*> :first-child {
  color: rgb(153, 153, 153);
  width: 150px;
  height: 126px;
  line-height: 40px;
  justify-content: center;
  padding: 10px 20px !important;
  align-items: flex-start !important;
  background: rgb(255, 255, 255) !important;
  flex-direction: column !important;
}

.uk-subnav-pill>.uk-active>a {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: transparent !important;
}

.uk-subnav-pill>.uk-active>a span {
  color: rgb(255, 255, 255);
}

.uk-subnav-pill>.uk-active>a small {
  color: rgb(255, 255, 255);
}

.uk-subnav-pill>*> :first-child span {
  width: 100%;
  display: block;
  font-size: 60px;
  color: rgb(169, 143, 102);
  margin-top: 10px;
  margin-bottom: 3px;
}

.uk-subnav-pill>*> :first-child small {
  width: 70%;
  height: 30px;
  display: block;
  font-size: 16px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  line-height: 20px;
}

.uk-subnav>* {
  flex: 0 0 auto;
  padding-left: 10px !important;
}

.uk-subnav {
  justify-content: center;
  margin-top: 50px !important;
}

.maps-info {
  display: grid;
  grid-template-columns: 22% 20% 40% 10%;
  gap: 1%;
  height: 72px;
  align-items: center;
  margin-top: 30px;
}

.maps-info .items {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-left: 2px solid rgb(255, 255, 255);
  padding-left: 10px;
  gap: 6px;
}

.maps-info .items span {
  font-weight: 600;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.maps-info .items small {
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.getdirections {
  height: 61px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  color: rgb(0, 0, 0);
  position: relative;
  transition: all 0.3s ease 0s;
  background: rgb(255, 255, 255);
  font-weight: 500;
  gap: 5px;
  width: 180px !important;
  font-size: 16px !important;
}

.getdirections:hover {
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
  margin-bottom: 10px;
}

a.getdirections span {
  margin-top: 5px;
}

.form-left {
  display: flex;
}

.form-left span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 529px;
  background: rgb(169, 143, 102);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 500;
}

.form-left img {
  width: 100%;
  height: 529px;
  object-fit: cover;
}

.label {
  display: flex;
  gap: 13px;
  margin-bottom: 13px;
}

.form-section {
  width: 100%;
  height: 529px;
  border: 1px solid rgb(233, 233, 238);
  padding: 20px;
  text-align: center;
}

.label input[type="text"] {
  width: 100%;
  height: 48px;
  background-color: rgb(246, 246, 245);
  border: 0px;
  color: rgb(119, 113, 129);
  padding-left: 20px;
  font-family: Poppins, sans-serif;
}

.label input[type="text"]::placeholder {
  color: rgb(119, 113, 129);
}

.label textarea {
  width: 100%;
  height: 233px;
  background-color: rgb(246, 246, 245);
  border: 0px;
  color: rgb(119, 113, 129);
  padding: 20px;
}

.center {
  align-items: center;
}

.form-section input[type="submit"] {
  width: 201px;
  height: 61px;
  background: rgb(169, 143, 102);
  border: 0px;
  font-size: 16px;
  padding-top: 5px;
  color: rgb(255, 255, 255);
}

.newsletter-footer {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(181, 153, 109);
  padding: 0px 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.footer-top p {
  color: rgb(169, 143, 102);
  font-size: 24px;
}

.footer-top a {
  width: 187px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(169, 143, 102);
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: rgb(255, 255, 255) !important;
}

.footer-top a::after {
  width: 0px;
  height: 61px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(151, 129, 95);
  transition: all 0.6s ease 0s;
  z-index: -1;
}

.footer-top a:hover::after {
  width: 100%;
}

.maps img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 14px;
}

.tabs button {
  width: 176px;
  color: black;
  padding: 14px 18px;
  cursor: pointer;
  /* min-width: 150px; */
  background: rgb(255, 255, 255);
  flex-flow: column;
  border: 1px solid rgb(255, 255, 255);
  display: flex;
  gap: 10px;
  justify-content: center;
  font-family: Poppins, sans-serif;
  height: 140px !important;
}

.tab-content {
  display: none;
}

.active {
  display: block;
}

.tabs button span {
  width: 60px;
  height: 41px;
  background: url("../images/logoGold-svg.svg");
}

.tabs button.active span {
  background: url("../images/logoWhite-svg.svg");
}

.tabs button small {
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  display: block;
}

.tabs button.active {
  background-color: transparent;
}

.tabs button span img {
  width: 60px;
}

.tabs button.active span {
  color: rgb(255, 255, 255);
}

.tabs button.active small {
  color: rgb(255, 255, 255);
}

/* .tab-content-container {
  margin-top: 30px;
} */

.page-top {
  width: 100%;
  height: 346px;
  position: relative;
}

.page-top img {
  width: 100%;
  height: 346px;
  object-fit: cover;
}

.page-top-title {
  width: 1200px;
  height: 346px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.page-top-title span {
  font-size: 56px;
  color: rgb(255, 255, 255);
  max-width: 500px;
  line-height: 60px;
}

.page-top-title span strong {
  color: rgb(255, 255, 255);
}

.listing-top-title span {
  font-size: 42px;
  color: rgb(169, 143, 102);
}

.listing-top-title small {
  font-size: 16px;
  color: rgb(169, 143, 102);
  line-height: 20px;
}

.listing-top-title span strong {
  color: rgb(169, 143, 102);
}

.master-content-section {
  width: 100%;
  height: auto;
  position: relative;
}

.master-content-section img {
  width: 100%;
  height: auto;
}

.master-content {
  width: 90%;
  padding: 20px;
  background: rgb(169, 143, 102);
  text-align: center;
  margin: -60px auto 0px;
  position: relative;
  z-index: 99;
}

.master-content span {
  color: rgb(255, 255, 255);
  font-size: 40px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.master-content p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 300;
}

.master-content strong {
  display: block;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 10px;
}

.privileges-item-section {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.privileges-item-section .order {
  order: 1;
  text-align: left;
  align-items: flex-start;
}

.privileges-item {
  padding: 30px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.privileges-item span {
  width: 50%;
  font-size: 60px;
  color: rgb(169, 143, 102);
  font-weight: 300;
  line-height: 70px;
}

.privileges-item strong {
  font-weight: 600;
}

.privileges-item p {
  width: 55%;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px !important;
}

.privileges-item a {
  width: 185px;
  height: 60px;
  background: rgb(169, 143, 102);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  transition: all 0.6s ease 0s;
  z-index: 1;
  color: rgb(255, 255, 255) !important;
}

.privileges-item a::after {
  width: 0%;
  height: 60px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(151, 129, 95);
  transition: all 0.6s ease 0s;
  z-index: -1;
  border-radius: 6px;
}

.privileges-item a:hover::after {
  width: 100%;
}

.privileges-line {
  width: 100%;
  height: 1px;
  background: rgb(241, 240, 245);
  margin: 50px 0px;
}

.bg-primary.mt {
  margin-top: 50px;
}

#container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.list-item {
  background-color: lightgreen;
  padding: 10px;
  margin: 5px;
}

.search-top-item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(234, 233, 239);
}

.search-top-item .dropdown {
  width: 220px;
  height: auto;
  display: flex;
  justify-content: flex-end;
}

.search-top-item .dropdown .dropdown-btn {
  width: 220px;
  height: 36px;
  border-radius: 0px;
  padding: 0px 0px 0px 10px;
  color: rgb(134, 132, 133);
  font-size: 14px;
}

.search-top-item .dropdown .dropdown-btn::after {
  border-color: rgb(169, 143, 103);
}

.search-top-item .dropdown .dropdown-btn span {}

.list-button {
  width: 46px;
  height: 38px;
  background: none;
  border: 1px solid rgb(234, 233, 239);
}

.arrangement-button {
  width: 220px;
  height: 38px;
  border: 1px solid rgb(234, 233, 239);
  margin-left: 10px;
  background: red !important;
}

.dropdown-content.arrangement-content {
  width: 100%;
  top: 30px;
}

.dropdown-content.arrangement-content a {
  font-size: 14px;
}

.search-item-right span {
  width: auto;
  display: block;
  font-size: 14px;
  color: rgb(134, 132, 133);
  margin-right: 10px !important;
}

.br-none {
  border-right: none !important;
}

.box-container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.plan-box,
.news-box {
  width: 32%;
  height: auto;
  margin-bottom: 50px;
}

.box-image {
  background: rgb(242, 242, 244);
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.box-image img {
  width: 70%;
}

.box-bottom {
  width: 100%;
  background: rgb(255, 255, 255);
  height: auto;
  padding: 30px 40px;
  border: 1px solid rgb(169, 143, 103);
}

.box-bottom span {
  display: block;
  font-size: 30px;
  margin-bottom: 14px !important;
}

.box-bottom .item {
  display: inline-table;
  flex-direction: column;
}

.box-bottom a {
  background: rgb(169, 143, 103);
  width: 280px;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease 0s;
}

.box-bottom a:hover {
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
}

.load-more-button {
  width: 80%;
  margin: 0px auto;
}

.load-more-button a {
  background: rgb(169, 143, 103);
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease 0s;
}

.load-more-button a:hover {
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
}

.plan-list-section {
  margin-top: 40px;
}

.plan-list-grid-top {
  grid-template-columns: 18% 18% 14% 14% 14% 20%;
  gap: 5px;
  background: rgb(244, 245, 248);
  height: 58px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

.plan-list-grid .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: rgb(14, 29, 63);
  font-size: 14px;
  font-weight: 600;
}

.plan-list-grid .item {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(14, 29, 63);
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 20px;
}

.plan-list-grid .item span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item.gray {
  background: rgb(242, 242, 242);
}

.design-title {
  height: 132px;
  font-size: 50px;
  display: flex;
  align-items: center;
}

.design-title span {
  font-size: 50px;
  color: rgb(255, 255, 255);
}

.bg-light-gray {
  background: rgb(250, 250, 250);
  border-bottom: 1px solid rgb(234, 233, 238);
}

.news-section {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.news-section::after {
  content: "";
  width: 100%;
  height: 88%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(250, 250, 250);
  z-index: -1;
}

.design-content p {
  font-size: 24px;
  font-weight: 300;
}

.design-content p strong {
  display: block;
  margin-bottom: -11px !important;
}

.project-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.news-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.project-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.box-bottom p {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px !important;
}

.address strong {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.address ul {
  padding-left: 0px !important;
}

.address ul li {
  display: flex;
  margin-bottom: 20px;
}

.address ul li span {
  display: block;
  width: 30%;
  font-size: 18px;
  font-weight: 600;
}

.address ul li span+span {
  display: block;
  width: 66%;
  font-size: 18px;
  font-weight: 300;
}

.navigation {
  width: 66%;
  margin-left: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation a img {
  height: 70px;
}

.gallery-box {
  display: flex;
  flex-flow: column wrap;
  position: relative;
}

.gallery-box img {
  width: 100%;
  height: 153px;
  object-fit: cover;
}

.gallery-box span {
  display: block;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 10px;
}

.gallery-box a {
  text-align: center;
  height: 40px;
  background: rgb(170, 143, 103);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

.gallery-box a:hover {
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
}

.page-menu {
  width: 100%;
  height: 70px;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
  background: linear-gradient(0deg,
      rgb(205, 205, 205) 0%,
      rgb(255, 255, 255) 100%);
}

.page-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px !important;
}

.page-menu ul li {
  flex: 1 1 0%;
  position: relative;
}

.page-menu ul li a {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(170, 143, 103);
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  position: relative;
  padding: 0px 10px;
  transition: all 0.5s ease 0s;
}

.page-menu ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: rgb(193, 191, 191);
  right: 0px;
  top: 18%;
}

.page-menu ul li:last-child::after {
  display: none !important;
}

.page-menu ul li a:hover {
  background-color: rgb(169, 143, 102);
  color: rgb(255, 255, 255);
}

.page-menu ul li a.active {
  background-color: rgb(169, 143, 102);
  color: rgb(255, 255, 255);
}

.cv-title {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  font-size: 50px;
  text-align: center;
  font-weight: 800;
}

.cv-form {
  max-width: 750px;
  margin: 0px auto;
}

.cv-form .uk-form-custom {
  width: 100%;
}

/* 
.cv-form input[type="text"] {
  height: 60px;
  color: rgb(0, 0, 0);
  border: 0px;
  background: rgb(255, 255, 255);
  width: 370px !important;
  font-family: Regular !important;
}

.cv-form input[type="submit"] {
  height: 60px;
  color: rgb(255, 255, 255);
  border: 0px;
  background: rgb(170, 143, 103);
  font-size: 16px;
  width: 200px !important;
  font-family: SemiBold !important;
}

.cv-form input[type="text"]::placeholder {
  color: rgb(0, 0, 0);
}

.uk-form-custom input[type="file"] {
  height: 60px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  width: 10% !important;
  font-family: Regular !important;
} */

input.uk-input.uk-form-width-medium {
  font-size: 14px;
}

.label-file {
  display: flex;
}

.w-100 {
  width: 100%;
}

.f-direction {
  flex-direction: column;
}

.project-box-container {
  display: flex;
  gap: 20px;
}

.project-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
}

.project-box a {
  display: block;
  width: 100%;
}

.project-box a img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.project-box a span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding: 30px;
  margin-bottom: 6px;
  background: rgb(255, 255, 255);
}

.project-box a span strong {
  color: rgb(0, 0, 0);
  font-size: 24px;
}

.project-box a span p {
  color: rgb(176, 176, 176);
  font-size: 16px;
  font-weight: 500;
}

.p-2 {
  padding: 10px;
}

button.dropdown-btn.page-button {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  background: linear-gradient(0deg,
      rgb(205, 205, 205) 0%,
      rgb(255, 255, 255) 100%);
  height: 60px;
  margin-top: 20px;
  border: 2px solid rgb(255, 255, 255);
}

.page-button-select {
  display: none;
}

.uk-form-custom input[type="file"] {
  width: 100% !important;
}

.mobile-item img {
  margin-right: 15px;
}

.mobile-buttons {
  width: 100%;
  grid-template-columns: 48% 48%;
  gap: 2%;
  margin-top: 20px;
  display: none;
}

.mobile-buttons .mobile-button {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(170, 143, 103);
  color: rgb(255, 255, 255);
  font-size: 16px;
  gap: 10px;
}

.mobile-buttons .mobile-button span {
  margin-top: 4px;
}

.mobile-buttons .mobile-button img {
  width: 34px;
}

.aboutus-title {
  width: 100%;
  text-align: center;
  line-height: 60px;
}

.aboutus-title span {
  display: block;
  width: 100%;
  color: rgb(169, 143, 102);
  font-weight: 500;
  font-size: 52px;
}

.aboutus-title small {
  display: block;
  width: 100%;
  color: rgb(169, 143, 102);
  font-weight: 300;
  font-size: 52px;
}

.aboutus-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-section img {
  border-radius: 10px;
}

.aboutus-content {
  width: 100%;
  padding: 30px;
}

.aboutus-content p {
  display: block;
  font-size: 26px;
  font-weight: 300;
  color: rgb(127, 131, 134);
  margin-bottom: 20px !important;
}

.aboutus-content p+p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px !important;
}

.management-section {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: 48% 48%;
  gap: 2%;
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}

.management-section::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  background: rgb(169, 143, 102);
  width: 70%;
  height: 100%;
  z-index: -1;
}

.aboutus-news a {
  width: 100%;
  height: 450px;
  position: relative;
  display: block;
  transition: all 0.5s ease 0s;
}

.aboutus-news img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px;
}

.news-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
}

.news-arrow img {
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-left: 9px;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgb(169, 143, 102) 0%,
      rgba(255, 255, 255, 0) 100%);
  transition: all 0.5s ease 0s;
  z-index: 2;
  border-radius: 10px;
}

.news-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transition: all 0.5s ease 0s;
}

.news-bottom span {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 22px;
}

.news-bottom p {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.news-bottom small {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px !important;
}

.aboutus-news a:hover .news-bottom {
  bottom: 30px;
}

.aboutus-news-slider .p-2 {
  padding: 6px;
}

.institutional {
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 20px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px;
  transition: all 0.5s ease 0s;
  height: 370px !important;
}

.institutional-img {
  width: 130px;
  height: 130px;
  background: rgb(255, 255, 255);
  border-radius: 100%;
  position: absolute;
  top: -70px;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 20px;
}

.institutional-slider .slick-track {
  padding-top: 70px !important;
}

.institutional-inner {
  margin-top: 50px;
}

.institutional-inner span {
  display: block;
  color: rgb(169, 143, 102);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}

.institutional-inner p {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  transition: all 0.5s ease 0s;
  margin-bottom: 20px !important;
}

a.institutional-button {
  min-width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 20px;
  border-radius: 6px;
  padding: 0px 10px;
  background: rgb(255, 255, 255);
}

a.institutional-button img {
  height: 20px;
}

a.institutional-button span {
  width: 0px;
  display: block;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  color: rgb(169, 143, 102) !important;
  margin-bottom: 0px !important;
}

.institutional:hover {
  background: rgb(169, 143, 102);
}

.institutional:hover a.institutional-button span {
  width: 105px;
  overflow: auto;
  display: block !important;
}

.institutional:hover .institutional-inner span {
  color: rgb(255, 255, 255);
}

.institutional:hover .institutional-inner p {
  color: rgb(255, 255, 255);
}

.element a {
  width: 100%;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(169, 143, 102);
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.element a p {
  width: 60%;
  color: rgb(77, 77, 77);
}

.element a span {
  width: 40px;
  height: 40px;
  background: rgb(242, 241, 237);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element a:hover {
  background: rgb(169, 143, 102);
}

.element a:hover p {
  color: rgb(255, 255, 255);
}

.element a .logo {
  width: 110px;
  transition: opacity 0.3s ease-in-out 0s;
}

.element a .hover-logo {
  width: 110px;
  transition: opacity 0.3s ease-in-out 0s;
  display: none;
}

.element a:hover .logo {
  display: none;
}

.element a:hover .hover-logo {
  display: block;
}

.element-slider .p-2,
.press-slider .p-2 {
  padding: 10px !important;
}

.press a {
  width: 100%;
  display: block;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 10px;
  transition: all 0.5s ease 0s;
}

.press a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
}

.press a img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.press a span {
  width: 90%;
  height: 60px;
  display: block;
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin-top: 30px;
  margin-left: 30px;
  line-height: 30px;
  position: relative;
}

.press a span::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0px;
  width: 3px;
  height: 100%;
  background: rgb(169, 143, 102);
}

.press a p {
  display: block;
  font-size: 16px;
  color: rgb(117, 122, 126);
  line-height: 26px;
  margin-left: 30px !important;
  margin-top: 10px !important;
}

.press-bottom {
  width: 90%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 20px 0px;
}

.press-bottom .item span::after {
  display: none !important;
}

.press-bottom .item img {
  width: 24px;
  margin-right: 10px;
}

.press-bottom .item span {
  height: auto;
  color: rgb(116, 119, 124);
  font-size: 14px;
  margin: 2px 0px 0px !important;
}

.press-bottom .item span::after {
  display: none !important;
}

.press-bottom .arrow-right {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(242, 241, 237);
  border-radius: 4px;
}

.press-bottom .arrow-right img {
  width: 30px;
}

.customer-inner {
  display: grid;
  grid-template-columns: 44% 50%;
  justify-content: space-between;
  border: 1px solid rgba(169, 143, 102, 0.61);
  padding: 23px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.customer-content {
  padding-left: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.customer-content::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  background: url("../images/separator.png");
  width: 30px;
  height: 24px;
}

.customer-content span {
  font-size: 24px;
  margin-left: 0px !important;
  margin-bottom: 2px !important;
}

.customer-content small,
.customer-content p {
  font-size: 16px;
  color: rgb(116, 119, 124);
  margin-bottom: 6px !important;
}

.customer-img-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-images {
  border-radius: 30px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 10px;
}

.banner-slider {
  width: 100%;
}

.slider-section {
  width: 100%;
  position: relative;
}

.slider-item {
  width: 100%;
  height: auto;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
}

.banner-content span {
  margin-top: 60px;
  font-size: 60px;
  color: rgb(168, 142, 103);
  line-height: 70px;
}

.banner-content span+span {
  margin-top: 0px;
  margin-left: 100px;
}

.banner-content small {
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin-left: 100px !important;
}

.banner-content a {
  width: 185px;
  height: 60px;
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(169, 144, 104);
  border-radius: 6px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  transition: all 0.5s ease 0s;
}

.banner-content a:hover {
  background: rgb(255, 255, 255);
  color: rgb(169, 144, 104);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
}

.home-content {
  display: grid;
  grid-template-columns: 600px auto;
  gap: 44px;
}

.home-content-left {
  display: grid;
}

.home-img {
  margin-left: -150px;
  margin-bottom: 10px;
}

.home-content-left span {
  width: 100%;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.home-content-left p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: rgb(95, 95, 95);
}

.home-content-left ul {
  width: 500px;
  padding-left: 0px !important;
  margin-top: 30px !important;
}

.home-content-left ul li {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 28px;
  padding-left: 20px;
  align-items: center;
}

.home-content-left ul li span {
  display: grid;
  grid-template-columns: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.home-content-left ul li:nth-child(2n + 1) {
  background-color: rgb(236, 236, 236);
}

.home-content-left ul li:nth-child(2n) {
  background-color: rgb(255, 255, 255);
}

.home-content-right {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.content-wrapper {
  width: 100%;
  height: auto;
  background: url("../images/wave.png") center bottom / contain no-repeat;
  padding-bottom: 70px;
  margin-top: 80px;
}

.project-plan-section {
  width: 100%;
  height: auto;
  background-color: rgb(168, 142, 103);
  background-image: url("../images/project-bg-dots.png");
  padding-top: 75px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  text-align: center;
}

.project-plan-img img {
  width: 90%;
}

.project-plan-content {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 300;
}

.detail-video-section {
  width: 100%;
  min-height: 1100px;
  background-image: url("../images/detail-video-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.detail-video {
  width: 86%;
  margin: 100px auto 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-video img {
  border-radius: 30px;
  border: 3px solid rgb(213, 200, 180);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}

.square-contact-section {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 90px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  display: grid;
  grid-template-columns: 490px auto;
  gap: 84px;
  margin-top: -180px;
}

.square-contact-left {
  width: 100%;
  height: 618px;
  background: rgb(147, 125, 94);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 78px;
  padding-left: 50px;
  position: relative;
}

.square-contact-left img {
  width: 312px;
}

.square-contact-left span {
  font-size: 24px;
  color: rgb(255, 255, 255);
  margin: 30px 0px !important;
}

.square-contact-left p {
  width: 50%;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.square-contact-left span strong {
  font-weight: 600 !important;
}

.square-contact-left a {
  position: absolute;
  left: 60px;
  bottom: 60px;
  display: flex;
  align-items: center;
  height: 52px;
  gap: 10px;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.square-contact-left a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.square-contact-left a span {
  width: 52px;
  height: 52px;
  border: 2px solid rgb(159, 140, 112);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding-top: 3px;
}

.square-contact-left a img {
  width: 30px;
}

.square-contact span {
  font-size: 36px;
  display: block;
}

.square-contact span strong {
  font-weight: 600;
}

.square-contact small {
  font-size: 18px;
  color: rgb(196, 196, 196);
  font-weight: 500;
}

.square-contact form {
  margin-top: 64px;
}

.square-contact form .label {
  margin-bottom: 20px !important;
}

.square-contact form input[type="text"] {
  width: 100%;
  height: 60px;
  background: rgb(242, 242, 242);
  color: rgb(189, 189, 189);
}

.square-contact form input[type="text"]::placeholder {
  color: rgb(189, 189, 189);
}

.square-contact form textarea {
  width: 100%;
  height: 160px;
  background: rgb(242, 242, 242);
  color: rgb(189, 189, 189);
  font-weight: 300;
  padding: 20px;
  border: 0px;
}

.square-contact form textarea::placeholder {
  color: rgb(189, 189, 189);
}

.square-contact form input[type="submit"] {
  width: 100%;
  height: 70px;
  background: rgb(147, 125, 94);
  color: rgb(255, 255, 255);
  border: 0px;
  margin: 20px 0px;
  font-size: 18px;
}

.kvkk {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: rgb(196, 196, 196);
  font-weight: 600;
}

.rooms-section {
  text-align: center;
  max-width: 1000px;
  margin: 0px auto;
}

.rooms-section span {
  width: 100%;
  font-size: 50px;
  color: rgb(16, 26, 37);
  font-weight: 300;
}

.rooms-section span strong {
  font-weight: 500;
}

.rooms {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}

.rooms .item {
  width: 100%;
  height: 156px;
  background: rgb(244, 245, 248);
  position: relative;
  text-align: left;
}

.rooms .item span {
  font-size: 38px;
  font-weight: 800;
  color: rgb(152, 159, 174);
}

.rooms .item small {
  font-size: 14px;
  font-weight: 200;
  color: rgb(152, 159, 174);
}

.rooms .item a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  transition: all 0.5s ease 0s;
}

.rooms .item .konut-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  transition: all 0.5s ease 0s;
}

.rooms .item a:hover {
  background: rgb(14, 29, 63);
}

.rooms .item a:hover .rooms .item span {
  color: rgb(255, 255, 255) !important;
}

.rooms .item a:hover .rooms .item small {
  color: rgb(255, 255, 255) !important;
}

.list-wrapper {
  width: 100%;
  background: rgb(255, 255, 255);
}

.list-wrapper .plan-list-grid a {
  display: grid;
  grid-template-columns: 21% 21% 17% 16% 24%;
  gap: 5px;
  height: 58px;
  align-items: center;
  width: 100% !important;
}

.list-wrapper .plan-list-grid .item {
  border-right: 3px solid rgb(255, 255, 255);
}

.list-wrapper .plan-list-grid:nth-child(2n + 1) {
  background-color: rgb(255, 255, 255);
}

.list-wrapper .plan-list-grid:nth-child(2n) {
  background-color: rgb(249, 250, 251);
}

.show-more-button {
  width: 240px;
  height: 66px;
  margin: 0px auto;
}

.show-more-button a {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background: rgb(147, 125, 94);
  border-radius: 6px;
  margin-top: 50px;
  transition: all 0.5s ease 0s;
  display: flex !important;
}

button#load-more-btn {
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background: rgb(147, 125, 94);
  border-radius: 6px;
  transition: all 0.5s ease 0s;
  width: 240px;
  height: 66px;
  border: 0px;
  margin: 0px auto 30px;
  display: none !important;
}

.show-more-button a:hover {
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gallery-container .image-box {
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
  height: auto !important;
}

.gallery-container .image-box img {
  width: 100%;
}

.button-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.category-btn {
  width: auto;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: rgb(14, 29, 63);
  transition: all 0.5s ease 0s;
  border-radius: 50px;
  padding: 0px 20px;
  font-weight: 500;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(244, 245, 248);
  letter-spacing: 0.5px;
  font-family: Poppins, sans-serif;
  height: 48px !important;
  white-space: nowrap;
}

.category-btn.active {
  background: rgb(14, 29, 64);
  color: rgb(255, 255, 255);
}

.category-btn:hover {
  background: rgb(41, 64, 121);
  color: rgb(255, 255, 255);
}

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

.club-section {
  background: red;
}

.club-section {
  width: 100%;
  padding: 30px;
  background: url("../images/club-bg.png") 0% 0% / 100% no-repeat;
  display: grid;
  grid-template-columns: 40% 58%;
  gap: 2%;
  align-items: center;
  border-radius: 60px;
}

.club-list ul {
  list-style-type: none;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 16px;
}

.club-list li a {
  height: 24px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  color: rgb(0, 0, 0);
  align-items: center;
}

.club-list li {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}

.club-list li span {
  width: 28px;
  height: 28px;
  color: rgb(255, 255, 255);
  display: flex;
  margin-right: 10px;
  justify-content: center;
  padding-top: 3px;
  position: relative;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50px;
  align-items: center;
  font-size: 13px;
  transition: all 0.5s ease 0s;
}

.club-list li span::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -12px;
  width: 12px;
  height: 12px;
  background-image: url("../images/triangle.svg");
  background-repeat: no-repeat;
  transition: all 0.5s ease 0s;
  display: none;
}

.club-list li:hover span {
  background: rgb(255, 255, 255);
  color: rgb(14, 29, 63);
}

.club-list li:hover span::after {
  display: block;
  transition: all 0.5s ease 0s;
}

.club-list li:hover::before {
  opacity: 1;
}

.club-wrapper {
  width: 100%;
  position: relative;
}

.club-wrapper::after {
  width: 100%;
  height: 400px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(147, 125, 94);
  z-index: -1;
}

.about-project-section {
  width: 950px;
  height: 150px;
  border: 3px solid rgb(238, 233, 224);
  border-radius: 10px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.about-project-section img {
  width: 155px;
}

.about-project-section span p {
  font-size: 20px;
}

.about-project-section span p+p {
  font-weight: 500;
}

.down-button {
  width: 45px;
  height: 45px;
  background: rgb(147, 125, 94);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.down-button img {
  width: 22px;
}

.privileges-home-slider {
  width: 100%;
  border-top: 10px solid rgb(147, 125, 94);
}

.privileges-home-slider .slick-dots {
  display: none !important;
}

.privileges-box {
  width: 100%;
  position: relative;
}

.privileges-box::after {
  width: 100%;
  height: 0px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.196);
  transition: all 0.4s ease 0s;
}

.privileges-box:hover::after {
  width: 100%;
  height: 100%;
}

.privileges-box img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.privileges-box-inner {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.privileges-box-inner span {
  width: 100%;
  height: 96px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
  font-size: 26px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.privileges-box-inner span::after {
  width: 100%;
  height: 0px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgb(147, 125, 94);
  z-index: -1;
  transition: all 0.4s ease 0s;
}

.privileges-box:hover .privileges-box-inner span::after {
  height: 96px;
}

.privileges-home-title {
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
}

.privileges-home-description {
  width: 80%;
  height: 60px;
  margin: 40px auto 0px;
  text-align: center;
  transition: all 0.4s ease 0s;
  font-size: 16px;
  color: rgb(169, 143, 102);
}

#description {
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 1;
}

.features-wrapper {
  margin-top: 80px;
  background: url("../images/square-bg.png") 0% 0% / 100% no-repeat;
  border-top: 40px solid rgb(169, 143, 102);
  padding-top: 50px;
  padding-bottom: 70px;
}

.features-wrapper span {
  width: 100%;
  font-size: 50px;
  text-align: center;
  display: block;
  font-weight: 300;
}

.features-section strong {
  font-weight: 600;
}

.features-section {
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  margin-top: 40px;
  padding: 40px;
  display: grid;
}

.uk-accordion-title {
  position: relative;
  padding-left: 80px;
  height: 60px;
  align-items: center;
  font-weight: 600;
  display: flex !important;
  font-size: 24px !important;
  color: rgb(0, 0, 0) !important;
}

.uk-accordion-title::before {
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.2s ease 0s;
  background-color: rgb(245, 245, 245);
  border-radius: 100%;
  margin-left: 0px;
  width: 60px !important;
  height: 60px !important;
  background-image: url("../images/accordion-closed.png") !important;
  background-repeat: no-repeat !important;
}

.uk-open>.uk-accordion-title::before {
  transition: all 0.2s ease 0s;
  background-image: url("../images/accordion-open.png") !important;
}

.uk-accordion li {
  border-bottom: 2px solid rgb(239, 239, 239);
  padding-bottom: 10px;
}

.uk-accordion li:last-child {
  border-bottom: 0px !important;
}

.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
  margin-left: 80px;
}

.features-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-wrapper {
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.quality-wrapper::after {
  width: 100%;
  height: 500px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(169, 143, 102);
  z-index: -1;
}

.quality-wrapper span {
  width: 100%;
  font-size: 50px;
  text-align: center;
  display: block;
  font-weight: 300;
  color: rgb(255, 255, 255);
}

.quality-section strong {
  font-weight: 600;
}

.quality-section {
  position: relative;
}

.quality-section ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.quality-section ul li {
  width: 200px;
  background: url("../images/yapi-item.png");
  height: 257px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}

.quality-section ul li:nth-child(2) {
  width: 200px;
  background: url("../images/yapi-item.png");
  height: 257px;
  position: absolute;
  top: 50px;
  right: 20px;
  left: auto;
  z-index: 9;
}

.quality-section ul li:nth-child(3) {
  width: 200px;
  background: url("../images/yapi-item.png");
  height: 257px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quality-section ul li:nth-child(4) {
  width: 200px;
  background: url("../images/yapi-item.png");
  height: 257px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  z-index: 9;
}

.quality-section ul li:nth-child(5) {
  width: 200px;
  background: url("../images/yapi-item.png");
  height: 257px;
  position: absolute;
  inset: auto 20px 20px auto;
  z-index: 9;
}

.quality-section img {
  width: 100%;
  border-radius: 50px;
  border: 8px solid rgb(245, 241, 236);
}

.quality-banner {
  width: 100%;
  height: 245px;
  border-radius: 20px;
  background: rgb(167, 141, 102);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quality-banner-img img {
  height: 245px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.quality-banner-content {
  text-align: center;
  margin-right: 30px;
}

.quality-banner-content span {
  font-size: 46px;
  color: rgb(255, 255, 255);
}

.quality-banner-content p {
  font-size: 24px;
  color: rgb(255, 255, 255);
}

.maps-tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.maps-tabs button {
  width: auto;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: rgb(14, 29, 63);
  transition: all 0.5s ease 0s;
  border-radius: 50px;
  padding: 0px 16px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  height: 44px !important;
  border: 0px !important;
  white-space: nowrap;
  border: 2px solid #f4f5f8 !important;
  border-radius: 50px !important;
}

.maps-tabs button:hover {
  background: rgb(14, 29, 64);
  color: rgb(255, 255, 255);
}

.maps-tabs button.active {
  background: rgb(14, 29, 64);
  color: rgb(255, 255, 255);
}

.home-content-section {
  width: 430px;
  height: auto;
  margin: 0px auto;
  text-align: center;
}

.home-content-section span {
  font-size: 50px;
  display: block;
  margin-top: 40px;
  font-weight: 300;
  line-height: 54px;
}

.home-content-section span strong {
  font-weight: 200;
}

.accordion-menu {
  width: 100%;
  border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
  color: rgb(43, 62, 89);
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.dropdownlink {
  cursor: pointer;
  height: 90px;
  position: relative;
  transition: all 0.4s ease-out 0s;
  font-weight: 600;
  font-size: 18px;
  padding-left: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  border-bottom: 1px solid rgb(236, 236, 236);
  display: flex;
  align-items: center;
  color: rgb(14, 29, 63) !important;
}

.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}

.dropdownlink .fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 15px;
  top: 21px;
  color: rgb(14, 29, 63);
}

.submenuItems {
  display: none;
  background: rgb(246, 247, 248);
  border-radius: 10px;
  margin-bottom: 20px;
}

.submenuItems a {
  display: block;
  color: rgb(255, 255, 255);
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out 0s;
}

.submenuItems a:hover {}

.dropdownlink span {
  color: rgb(247, 147, 29);
  width: 62px;
  height: 25px;
  padding-left: 21px;
  font-size: 18px;
  border-right: 1px solid rgb(239, 236, 236);
  margin-right: 20px;
  display: none;
}

ul.submenuItems {
  padding: 20px;
  font-size: 14px;
  color: rgb(107, 119, 142);
  font-weight: 500;
  background: rgb(244, 245, 248);
  position: relative;
  border-radius: 0px;
}

ul.submenuItems::after {
  height: 80%;
  width: 3px;
  border-radius: 10px;
  background: rgb(147, 125, 94);
  position: absolute;
  content: "";
  top: 10%;
  left: 0px;
  display: none;
}

.accordion-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-title span {
  font-size: 50px;
  font-weight: 300;
  color: rgb(46, 46, 54);
}

.accordion-title img {
  width: 170px;
}

ul.accordion-menu {
  padding-left: 0px !important;
}

.news-box-bottom {
  width: 100%;
  padding: 20px;
  height: 250px;
  border: 1px solid rgb(226, 226, 226);
}

.news-box-bottom span {
  display: block;
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.news-box-bottom span::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: rgb(147, 125, 94);
}

.news-box-bottom p {
  height: 130px;
  font-size: 16px;
  color: rgb(135, 135, 135);
}

.news-box-bottom .date {
  font-size: 14px;
  color: rgb(82, 82, 82);
  font-weight: bold;
}

.newsarrow {
  width: 46px;
  height: 46px;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  margin-top: -20px;
}

.news-detail {
  width: 100%;
}

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

.news-detail span {
  display: block;
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0px;
  position: relative;
}

.news-detail p {
  font-size: 16px;
  color: rgb(135, 135, 135);
  margin-bottom: 30px !important;
}

.news-detail .date {
  font-size: 14px;
  color: rgb(82, 82, 82);
  font-weight: bold;
}

.open-button {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
}

.full-menu-top {
  position: relative;
  margin: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.full-menu-logo {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.full-menu-logo img {
  width: 90px;
}

.full-menu {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0px;
  right: -100%;
  background-color: rgb(169, 143, 102);
  overflow-x: hidden;
  transition: right 0.5s ease 0s;
  padding-top: 60px;
}

.full-menu .social-media {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.full-menu-section {
  width: 100%;
  display: flex;
  margin-top: 70px;
}

.menu-nav {
  flex: 1 1 0%;
  border-right: 1px solid rgb(155, 131, 94);
  margin-right: 30px;
  margin-top: 60px !important;
}

.menu-nav:last-child {
  border-right: 0px;
}

.menu-nav ul {
  padding-left: 0px !important;
}

.menu-nav span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 20px !important;
}

.menu-nav ul li a {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 16px;
  transition: all 0.5s ease 0s;
  padding: 4px 0px;
}

.scroll-menu-section {
  background: rgb(0, 0, 0);
}

.menu-nav ul li a:hover {
  padding-left: 5px;
}

.scroll-menu-section {
  height: 148px;
  background: rgb(255, 255, 255);
  border-bottom: 4px solid rgb(255, 255, 255);
  box-shadow: rgb(169, 144, 104) 0px 5px 80px;
  width: 100% !important;
}

.uk-sticky-fixed .scroll-menu-section {
  height: 90px;
  margin-bottom: 40px;
}

.scroll-menu-inner {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}

.uk-sticky-fixed .scroll-menu {
  margin-top: 20px;
}

.scroll-menu {
  margin-top: 60px;
}

.uk-sticky-fixed .scroll-menu {
  margin-top: 30px;
}

.scroll-menu ul {
  display: flex;
  padding-left: 0px !important;
}

.scroll-menu li {
  margin-right: 50px;
}

.scroll-menu li:last-child {
  margin-right: 0px !important;
}

.scroll-menu ul li a {
  display: block;
  color: rgb(169, 144, 104);
  font-size: 16px;
  transition: all 0.5s ease 0s;
  padding: 4px 0px;
  font-weight: 700;
  position: relative;
}

.scroll-menu ul li a {
  color: rgb(169, 144, 104) !important;
}

.scroll-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  width: 0px;
  height: 2px;
  background: rgb(169, 144, 104);
  transition: all 0.5s ease 0s;
  color: rgb(169, 144, 104) !important;
}

.scroll-menu ul li a:hover::after {
  width: 100% !important;
}

.scroll-menu-logo {
  display: flex;
  padding-left: 0px !important;
}

.scroll-menu-logo img {
  width: 110px;
  margin-top: 30px;
}

.uk-sticky-fixed .scroll-menu-logo img {
  width: 60px;
  margin-top: 20px;
}

.information-center-section {
  width: 100%;
  display: grid;
  grid-template-columns: 370px auto;
  gap: 44px;
}

.information-center-item {
  width: 100%;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.information-center-item span {
  width: 100%;
  height: 60px;
  background-color: rgb(169, 143, 102);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-left: 40px;
  color: rgb(255, 255, 255);
  background-image: url("../images/vawe.png");
}

.information-center-item ul {
  margin-top: 26px !important;
}

.information-center-item ul li {
  display: grid;
  grid-template-columns: 90px auto;
  margin-top: 20px !important;
}

.information-center-item ul li span {
  width: auto;
  height: auto;
  background-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 0px;
  color: rgb(116, 120, 124);
  background-image: none;
  position: relative;
}

.information-center-item ul li span::after {
  content: ":";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  color: rgb(116, 120, 124);
}

.information-center-item ul li p {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(46, 46, 54);
  padding-left: 10px !important;
}

ul.accordion-menu li {
  margin-bottom: 12px;
}

.detail-features {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(242, 242, 245);
}

.detail-features .item {
  display: grid;
}

.detail-features .item span {
  font-size: 20px;
  color: rgb(27, 21, 37);
  display: block;
  margin-top: 6px;
}

.detail-price {
  width: 100%;
  font-size: 40px;
  color: rgb(169, 143, 102);
}

.detail-price small {
  color: rgb(27, 21, 37);
  font-size: 30px;
}

.flat-details {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(242, 242, 245);
}

.flat-details span {
  font-size: 40px;
  color: rgb(169, 143, 102);
}

.flat-details ul {
  display: block;
  margin-top: 30px !important;
  padding: 0px !important;
}

.flat-details ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 20px;
  padding: 6px 10px;
}

.flat-details ul {
  list-style-type: none;
  padding: 0px;
}

.flat-details ul li:nth-child(2n) {
  background-color: rgb(240, 240, 240);
}

.flat-details ul li p {
  font-weight: 300;
}

.flat-details ul li p+p {
  font-weight: 400;
}

.detail-item-section {
  width: 100%;
  display: grid;
  grid-template-columns: auto 370px;
  gap: 44px;
}

.flat-details a {
  width: 240px;
  height: 60px;
  background: rgb(228, 43, 69);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-top: 20px;
  transition: all 0.5s ease 0s;
}

.flat-details a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
  color: rgb(255, 255, 255);
}

.features-item-section {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.features-item-section .item {
  flex: 1 1 0%;
  text-align: center;
}

.features-item-section .item p {
  flex: 1 1 0%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: rgb(27, 21, 37);
  margin-top: 5px !important;
}

.social-facilities ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.social-facilities ul li {
  justify-content: flex-start;
  background: transparent !important;
}

.social-facilities ul li img {
  margin-right: 10px;
}

.social-facilities ul li p {
  font-size: 20px;
  text-transform: uppercase;
}

.detail-form {
  margin-top: 30px;
  border: 1px solid rgb(0, 0, 0);
  background: rgb(247, 247, 249);
  padding: 30px 20px;
  margin-bottom: 30px;
}

.detail-form span {
  font-size: 24px;
  color: rgb(0, 0, 0);
  display: block;
  margin-bottom: 30px !important;
}

.detail-form label {
  font-size: 14px;
  color: rgb(0, 0, 0);
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.detail-form input[type="text"] {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  border: 0px;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  letter-spacing: 2px;
}

.form-grid {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
}

.detail-form textarea {
  width: 100%;
  height: 180px;
  padding: 10px;
  border: 0px;
  color: rgb(0, 0, 0);
}

.detail-form input[type="submit"] {
  width: 100%;
  height: 38px;
  background: rgb(228, 43, 69);
  border: 0px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 2px;
}

.detail-item-box {
  width: 100%;
  height: auto;
  background: rgb(247, 247, 249);
  padding: 30px 20px;
  margin-bottom: 30px;
}

.item-img {
  width: 100%;
  height: 200px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-item-box p {
  font-size: 30px;
  color: rgb(27, 21, 37);
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0px !important;
}

.detail-item-box a {
  width: 100%;
  height: 42px;
  background: rgb(169, 143, 102);
  font-size: 14px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}

.detail-item-box a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
  color: rgb(255, 255, 255);
}

.banner-desktop {
  display: block;
}

.banner-mobile {
  display: none;
}

.mobile-show {
  display: none;
}

.newsletter-footer span {
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-top: 7px;
}

.column {
  flex-direction: column;
}

.item.flex.column span {
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}

.item.flex.column a img {
  width: 80px;
}

ul.uk-slideshow-items {
  height: calc(-138px + 100vh);
}

.uk-position-small {
  margin-bottom: 30px !important;
}

.uk-light .uk-dotnav>*>*,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-card-primary.uk-card-body .uk-dotnav>*>*,
.uk-card-primary> :not([class*="uk-card-media"]) .uk-dotnav>*>*,
.uk-card-secondary.uk-card-body .uk-dotnav>*>*,
.uk-card-secondary> :not([class*="uk-card-media"]) .uk-dotnav>*>*,
.uk-overlay-primary .uk-dotnav>*>*,
.uk-offcanvas-bar .uk-dotnav>*>* {
  background-color: rgb(255, 255, 255) !important;
  border-color: transparent !important;
}

.uk-light .uk-dotnav>.uk-active>*,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,
.uk-card-primary.uk-card-body .uk-dotnav>.uk-active>*,
.uk-card-primary> :not([class*="uk-card-media"]) .uk-dotnav>.uk-active>*,
.uk-card-secondary.uk-card-body .uk-dotnav>.uk-active>*,
.uk-card-secondary> :not([class*="uk-card-media"]) .uk-dotnav>.uk-active>*,
.uk-overlay-primary .uk-dotnav>.uk-active>*,
.uk-offcanvas-bar .uk-dotnav>.uk-active>* {
  border-color: transparent;
  background-color: rgb(169, 143, 103) !important;
}

.container {
  width: 100%;
  display: grid;
  grid-template-columns: 550px auto;
  gap: 30px;
}

.accordion-container {
  width: 100%;
}

.accordion {}

.accordion-item {
  border-bottom: 1px solid rgb(237, 237, 237);
}

.accordion-header {
  height: 80px;
  padding: 10px 10px 10px 80px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.accordion-header .arrow {
  position: absolute;
  left: 10px;
  transition: transform 0.3s ease 0s;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: url("../images/accordionicon.svg");
}

.accordion-item.active .accordion-header .arrow {
  transform: rotate(90deg);
  background: url("../images/accordionicon-active.svg");
}

.accordion-item.active .accordion-header {
  color: rgb(169, 143, 102);
}

.accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease 0s;
}

.active .accordion-content {
  max-height: 200px;
}

.image-container {
  flex: 1 1 0%;
}

#activeImage {
  max-width: 100%;
  height: auto;
}

.image-container {
  max-height: 870px;
}

#activeImage {
  height: auto;
  transition: opacity 0.5s ease 0s;
}

img#activeImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-content-inner {
  padding-left: 70px;
  padding-bottom: 10px;
}

.slider {
  margin-top: 30px;
}

.item {
  text-align: center;
}

.description {
  margin-top: 10px;
  font-style: italic;
  display: none;
}

.common-description {
  width: 80%;
  height: 60px;
  text-align: center;
  font-size: 16px;
  color: rgb(169, 143, 102);
  margin: 40px auto 0px;
  transition: all 0.4s ease 0s;
}

.accordion-menu li.open .dropdownlink {
  color: rgb(14, 29, 63);
}

.footer-section .item {
  text-align: left;
}

.scroll-btn,
.scroll-btn-gold {
  display: none;
}

.end {
  justify-content: flex-end;
}

.detail-features .item {
  text-align: left;
}

.nav-section {
  background: rgb(255, 255, 255);
  padding: 10px;
  width: 220px;
  margin-top: 20px;
  border-radius: 4px;
  display: none;
}

.home-content-right img {
  width: 90%;
}

.quality-section-item {
  text-align: center;
}

.quality-section-item-inner {
  width: 150px;
  margin-top: 135px;
  margin-left: auto;
  margin-right: auto;
}

.quality-section-item-inner span {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  width: auto !important;
}

.quality-section-item-inner p {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 23px;
  text-transform: initial;
  width: 70%;
  margin: 0px auto !important;
}

.quality-section-item-inner img {
  width: 36px;
  border: none;
  display: none;
}

.load-ds {
  display: none;
}

#product-section {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.career-content {
  width: 80%;
  margin: 0px auto 0px;
  text-align: center;
  font-size: 14px;
}

.dropdown label span {
  margin-top: 4px;
  display: block;
  font-family: Poppins, sans-serif;
}

.plan-box.w-100 {
  width: 100%;
  margin-bottom: 0px !important;
}

.box-bottom.p-1 {
  padding: 20px;
}

.p-1 .item {}

.p-1 .item small {
  background: rgb(242, 242, 242);
  padding: 7px 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px !important;
}

.p-1 .item p {
  font-weight: 600;
  margin-bottom: 0px !important;
}

.box-slider {
  display: none !important;
}

.text-button a {
  height: 30px;
  color: rgb(0, 0, 0);
  background: transparent;
  text-decoration: underline;
}

.text-button a:hover {
  height: 30px;
  color: rgb(0, 0, 0);
  box-shadow: none;
}

.content-top {
  width: 40%;
  margin: 0px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.content-top img {
  width: 105px;
  margin: 0px auto;
}

.content-top span {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}

.content-top p {
  display: block;
  color: rgb(170, 170, 170);
  font-size: 12px;
  margin-top: 10px !important;
}

.accordion-menux {
  width: 100%;
  border-radius: 4px;
}

.accordion-menxu li.open .dropdownlinkx {
  color: rgb(43, 62, 89);
}

.accordion-menux li.open .dropdownlinkx .fa-chevron-down {
  transform: rotate(180deg);
}

.dropdownlinkx {
  cursor: pointer;
  height: 120px;
  padding: 17px 30px 10px 26px;
  background: rgb(255, 255, 255);
  position: relative;
  border-radius: 6px;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  text-overflow: ellipsis;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease 0s;
  color: rgb(27, 35, 54) !important;
}

.dropdownlinkx i {
  position: absolute;
  top: 17px;
  left: 16px;
}

.dropdownlinkx .fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 15px;
  top: 50%;
  color: rgb(147, 125, 94);
}

.submenuItemsx {
  display: none;
  background: rgb(246, 247, 248);
  border-radius: 10px;
  margin-bottom: 20px;
}

.submenuItemsx a {
  display: block;
  color: rgb(255, 255, 255);
  padding: 12px 12px 12px 45px;
  transition: all 0.5s ease 0s;
}

.submenuItemsx a:hover {}

.dropdownlinkx span {
  color: rgb(247, 147, 29);
  width: 62px;
  height: 25px;
  padding-left: 21px;
  font-size: 18px;
  border-right: 1px solid rgb(239, 236, 236);
  margin-right: 20px;
  display: none;
}

ul.submenuItemsx {
  font-size: 14px;
  color: rgb(84, 91, 99);
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  background: rgb(255, 255, 255);
  position: relative;
  height: 0px;
  overflow: hidden;
  padding: 0px;
}

.accordion-menux li.open .dropdownlinkx {
  height: auto;
  background: linear-gradient(0deg,
      rgba(177, 148, 100, 0.718) 0%,
      rgb(255, 255, 255) 36%,
      rgb(255, 255, 255) 100%);
  color: rgb(168, 142, 103) !important;
}

.accordion-menux li.open .accordion-titlex {
  transition: all 0.5s ease 0s;
  font-size: 22px;
}

.accordion-menux li .accordion-number {
  height: 50px;
  background: rgb(177, 148, 100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  border-radius: 100%;
  margin-right: 20px;
  transition: all 0.5s ease 0s;
  width: 50px !important;
}

.accordion-menux li .accordion-titlex {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-right: 20px;
  transition: all 0.5s ease 0s;
  width: 250px;
}

.dropdownlinkx .flex {
  align-items: center !important;
}

.dropdownlinkx .accordion-contents {
  width: 60%;
  color: rgb(124, 124, 124);
  font-size: 12px;
  min-height: 120px;
  display: flex;
  align-items: center;
}

.accordion-menux li.open .accordion-contents {
  transition: all 0.5s ease 0s;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 26px;
}

.contentWrapper {
  width: 80%;
  margin: 30px auto 0px;
}

.showButton {
  text-align: center;
  margin-top: 40px;
}

.showButton a {
  width: 150px;
  padding: 10px 20px;
  background: rgb(177, 148, 100);
  display: block;
  border-radius: 50px;
  margin: 0px auto;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
}

.showButton a:hover {
  color: rgb(255, 255, 255);
  background: rgb(137, 114, 77);
}

.logoIlke {
  margin-top: 60px;
  text-align: center;
}

.tab-container-wp {
  display: grid;
  grid-template-columns: 36% 28% 32%;
  justify-content: center;
  margin-top: 50px;
  gap: 2%;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  height: 600px;
}

.tab-button {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: rgb(173, 169, 169);
  height: 46px;
  font-family: Poppins, sans-serif;
}

.tab-button.uk-active {
  background-color: rgb(246, 233, 187);
  color: rgb(14, 29, 64);
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
}

.projectSlider .slick-prev {
  left: 20px !important;
}

.projectSlider .slick-next {
  right: 20px !important;
}

a.contact {
  background: no-repeat;
  color: #28407a;
  display: block;
  padding: 0;
  margin-left: 10px !important;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  height: 30px;
  border-radius: 0px;
  padding-left: 15px;
  margin-top: 11px;
  border-left: 1px solid #bebebe;
  padding-top: 3px;
}

.f30 span {
  font-size: 36px !important;
  font-weight: 700 !important;
}

.certificate {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}

.certificate a img {
  width: 250px;
}

.contact-box.w50 {
  width: 50% !important;
  margin: 0 auto;
}

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

.uk-form-custom input[type="file"] {
  font-size: 500px;
  overflow: hidden;
  font-family: Poppins, sans-serif !important;
}

input.uk-input.uk-form-width-medium {
  font-size: 13px !important;
}

input.uk-input.uk-form-width-medium::placeholder {
  color: #afacb3;
}

.distance-section {
  width: 72%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

.distance {
  width: 19%;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: 1px solid #0000001a;
  margin-bottom: 1%;
  border-radius: 4px;
  gap: 10px;
}

.distance:hover {
  border: 1px solid #000;
}

.distance-images {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #947d5e69;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.distance span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.distance p {
  font-size: 14px;
  font-weight: 400;
  color: #898888;
}

.contactWp {}

.contactWp {
  margin-top: 16px !important;
}

.contactWp span {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.contactWp p {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 10px !important;
  line-height: 22px;
}

.links ul {
  display: flex;
  gap: 10px;
}

.links ul li a {
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #cdcdcd;
  color: #373434;
  transition: all 0.5s;
  border-radius: 4px;
  margin-right: 5px;
}

.links ul li a:hover {
  background: #29407a;
  color: #fff;
  border-color: #29407a;
}

/* .topDetail {
  display: none!important;
} */
.topDetail a.contact {
  margin-left: 0 !important;
  border-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 20px !important;
}

.topDetail {
  display: none;
}

.galleryButton a {
  color: #0e1d3f;
  margin-left: 30px;
  border-radius: 2px;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  margin-top: 3px;
}

.galleryButton a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

@media not all and (min-resolution: 0.001dpcm) and (min--moz-device-pixel-ratio: 0) {
  @supports (-webkit-appearance: none) {
    .language-button {
      display: none !important;
      /* Safari'de gizle */
    }
  }
}

@media print {
  .no-print {
    display: none !important;
  }

  .social-facilities {
    grid-template-columns: repeat(5, 1fr) !important;
  }

  .social-facilities-box {
    width: 150px !important;
  }

  .club-section-wp {
    margin-top: 0px !important;
  }

  .club-section-wp .mt {
    margin-top: 10px !important;
  }

  .gallery-container {
    margin-top: 50px !important;
  }

  .club-section-wp {
    padding: 10px !important;
  }

  .project-content-wp {
    margin-top: 0px !important;
  }

  .housing-detail-box-section {
    height: 40px;
  }

  .club-img {
    margin-bottom: 0px !important;
  }

  .project-content-left .housing-detail {
    margin-top: 0px !important;
  }

  .club-section {
    padding: 0px !important;
  }
}

.playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.playButton::before,
.playButton::after {
  content: "";
  position: absolute;
  border: 1px solid #0e1d3f;
  border-radius: 50%;
  inset: -6px;
  animation: 1.5s linear 0s infinite normal none running animate;
  opacity: 0;
}

.playButton::after {
  animation-delay: 0.5s;
}

.playButton a {
  z-index: 9999;
  position: relative;
}

.contantSection {
  background: #f4f5f8;
  padding: 20px 0px !important;
  margin: 30px 0 !important;
  padding-bottom: 50px !important;
}

.partner-form select {
  width: 100%;
  height: 50px;
  border: 0px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  color: rgb(14, 29, 63);
  border: 1px solid rgb(245 246 248);
}

.hand {
  width: 100%;
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 12px 0;
}

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

.phone-button a {
  width: 100%;
  display: flex;
  height: 46px;
  background: #294079;
  padding: 2px 30px 0px;
  letter-spacing: 1.3px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.5s ease 0s;
  color: #fff;
  font-weight: 500;
}

.form-button a {
  width: 100%;
  display: flex;
  height: 46px;
  background: #cbb980;
  padding: 2px 10px 0px;
  letter-spacing: 1.3px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.5s ease 0s;
  color: rgb(255 255 255) !important;
  font-weight: 500 !important;
}

.circle_blue {
  padding: 4px;
  background: #fff;
  height: auto;
  display: inline-block;
}

.mappopup .detail h4 {
  color: #fff !important;
}

.plan-list-grid {
  position: relative;
}

.mouse {
  position: absolute;
  left: 10px;
  top: 17px;
}

.mouse img {
  width: 28px;
}

.mobilePhone {
  width: 34px;
  height: 34px;
  background: white;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgb(45, 46, 50);
  font-weight: 500;
  font-size: 14px;
  background: #cbb980;
  margin-left: 6px;
  margin-top: 2px;
}

.mobilePhone img {
  width: 16px;
  margin-top: -1px
}

.social-facilities-slider .slick-dots {
  display: flex !important;
}

.social-facilities-slider .slick-dots li {
  background: #cbb9806e !important;
}

.social-facilities-slider li.slick-active {
  background: #cbb980 !important;

}

.ulasimtabs.maps-tabs.button-categories {
  margin-bottom: 20px;
}

.social-facilities-slider .p-2 {
  padding: 5px !important;
}