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

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

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

body {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

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

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

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

header.header-position {
  background: transparent;
}

.top-header-section {
  width: 84%;
  height: 92px;
  margin: 40px auto 0px;
  background: rgb(255, 255, 255);
  border-radius: 100px;
}

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

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

.logo img {}

.menuSection {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgb(237, 237, 237);
  height: 50px;
}

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

.uk-sticky-fixed .top-header-section {
  border-color: rgb(239, 239, 239);
  margin-top: 0px;
}

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

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

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

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

.uk-sticky-fixed header {}

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

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

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

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

.banner-section {
  width: 100%;
  height: 100vh;
  padding: 20px;
}

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

.banner-slider-inner {
  height: calc(-40px + 100vh);
  grid-template-columns: 1fr 1fr;
  display: grid !important;
  gap: 20px !important;
}

.banner-img {
  height: 100%;
  border-radius: 20px;
}

.banner-img img {
  border-radius: 20px;
  height: calc(-40px + 100vh);
  width: 100%;
  object-fit: cover;
}

.banner-contents {
  background-color: rgb(243, 244, 245);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: calc(-40px + 100vh);
  width: 100%;
  padding: 50px;
  position: relative;
}

.banner-contents span {
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
}

.banner-contents p {
  font-size: 16px;
  font-weight: 300;
  color: rgb(92, 102, 114);
  width: 70%;
}

.banner-contents a {
  background-color: rgb(255, 255, 255);
  display: flex;
  gap: 14px;
  height: 50px;
  align-items: center;
  border-radius: 50px;
  padding-right: 4px;
  padding-left: 20px;
}

.banner-contents a span {
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 500;
}

.banner-contents a span+span {
  width: 44px;
  height: 44px;
  background: rgb(46, 199, 209);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.banner-contents a.cta-angled-arrow {
  position: relative;
  overflow: visible;
}

.banner-contents a.cta-angled-arrow span+span img {
  transform: rotate(-35deg) translate(0px, 0px);
  transform-origin: center center;
  transition: transform 0.2s;
}

.banner-contents a.cta-angled-arrow:hover span+span img {
  transform: rotate(0deg) translate(0px, 0px);
}

.banner-img {}

.banner-slider-item {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.banner-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.banner-text-container {
  max-width: 1440px;
  width: 90%;
  margin: 0px auto;
  color: rgb(255, 255, 255);
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.video-button {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.video-button a {
  display: flex;
  align-items: center;
  padding: 32px 60px;
  background: url("../images/play-button.jpg");
  border-radius: 50px;
}

.video-button a span {
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-top: 2px;
  font-size: 15px;
}

.top-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.top-menu ul li a {
  color: rgb(25, 17, 58);
  font-size: 13px;
  font-weight: 500;
  padding: 0px 6px;
  position: relative;
  transition: color 0.3s;
  text-decoration: none;
  overflow: hidden;
}

.top-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: rgb(46, 199, 209);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s;
}

.top-menu ul li a:hover {
  color: rgb(46, 199, 209);
}

.top-menu ul li a:hover::after {
  transform: scaleX(1);
}

.top-menu ul li.has-submenu {
  position: relative;
}

.top-menu ul li.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  background: rgb(255, 255, 255);
  min-width: 180px;
  border-radius: 0px;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 15px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  margin-top: 5px !important;
}

.top-menu ul li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.top-menu ul li.has-submenu .submenu li {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid rgb(237, 237, 237);
}

.top-menu ul li.has-submenu .submenu li:last-child {
  border-bottom: 0px;
  margin-top: -10px;
}

.top-menu ul li.has-submenu .submenu li a {
  display: block;
  padding: 10px 20px;
  color: rgb(0, 0, 0);
  font-size: 13px;
  transition: 0.3s;
  line-height: 1;
  font-weight: 500;
}

.top-menu ul li.has-submenu .submenu li a:hover {
  padding-left: 30px;
  text-decoration: none !important;
}

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

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

.mobile-header {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.contact-button a {
  width: auto;
  height: 46px;
  padding: 0px 30px;
  background: rgb(46, 199, 209);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: 500;
  font-size: 13px;
  border: 1.5px solid rgb(46, 199, 209);
  border-radius: 50px;
}

.contact-button a:hover {
  background: none;
  color: rgb(46, 199, 209) !important;
}

.banner-slider .slick-dots {
  bottom: 65px;
}

.banner-slider li.slick-active {
  background: rgb(255, 255, 255) !important;
}

.banner-slider .slick-dots li {
  border: 1px solid rgb(255, 255, 255);
}

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

.top-mail {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgb(237, 237, 237);
}

.top-mail a {
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s;
  color: rgb(0, 0, 0) !important;
}

.top-mail a:hover {
  color: rgb(0, 0, 0) !important;
  text-decoration: underline !important;
}

.about-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 60%;
}

.about-head span {
  font-size: 32px;
  font-weight: 600;
}

.about-inner-section {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 3%;
  align-items: center;
}

.about-img-slider img {
  border-radius: 20px;
  width: 100%;
}

.about-img-slider .slick-dots {
  bottom: 50px;
}

.about-img-slider li.slick-active {
  background: rgb(255, 255, 255) !important;
}

.about-img-slider .slick-dots li {
  background-color: rgba(255, 255, 255, 0.54);
}

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

.about-content span {
  font-size: 30px;
  font-weight: 600;
}

.about-content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  width: 86%;
}

.about-content a {
  width: auto;
  height: 46px;
  padding: 0px 30px;
  background: rgb(46, 199, 209);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: 500;
  font-size: 13px;
  border: 1.5px solid rgb(46, 199, 209);
  border-radius: 50px;
}

.about-content a:hover {
  background: none;
  color: rgb(46, 199, 209) !important;
}

.tab-wp {
  background: url(../images/project-bg.png) left top / contain no-repeat fixed;
  padding: 60px 0;
}

.tab-menu {
  width: 90%;
  margin: 40px auto;
}

.tab-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.tab-button {
  height: 56px;
  color: rgb(123, 116, 153);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0px 50px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  opacity: 0.6;
  border: 1px solid rgb(237, 237, 237) !important;
}

.tab-button:hover {
  opacity: 0.9 !important;
  border-color: rgb(190, 190, 190) !important;
}

.tab-button.active {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
  opacity: 0.9;
  border-color: rgb(255, 255, 255) !important;
}

.tab-button img {
  width: 130px;
}

.tab-pane {
  display: none;
  animation: 0.3s ease 0s 1 normal none running fadeIn;
}

.tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.tab-inner {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 4%;
}

.tab-project-img {
  position: relative;
}

.tab-project-img img {
  width: 100%;
  border-radius: 20px;
}

.tab-project-img .ribbon {
  background: rgb(46, 199, 209);
  position: absolute;
  right: 14px;
  top: 16px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  border-radius: 50px;
}

.tab-contact-section {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 30px;
  width: 80%;
}

.tab-contact-section span {
  display: block;
  font-weight: 500;
  width: 80%;
  font-size: 15px;
}

.phone-icon {
  width: 56px;
  height: 56px;
  background: rgb(46, 199, 209);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.user {
  margin-left: -16px;
}

.user img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
}

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

.phone-right small {
  font-size: 14px;
  color: rgb(92, 102, 114);
  font-weight: 500;
}

.phone-right a {
  font-size: 22px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.phone-right a:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline !important;
}

.title {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.title small {
  font-size: 15px;
  color: rgb(92, 102, 114);
  font-weight: 500;
  width: 40%;
}

.title span {
  font-size: 38px;
  font-weight: 700;
  position: relative;
}

.title span::after {
  content: "";
  position: absolute;
  left: -50px;
  right: 0px;
  background: url("../images/title-icon.png");
  width: 66px;
  height: 64px;
}

.tab-inner-content {
  background: rgba(243, 244, 245, 0.53);
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
}

.plan-section {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 2%;
}

.plan-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  columns: 2;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.plan-list ul li {
  font-size: 12px;
  display: flex;
  gap: 5px;
  break-inside: avoid;
  padding: 5px 0px;
  align-items: center;
}

.plan-list ul li img {
  width: 16px;
}

.plan-img img {
  width: 100%;
  border-radius: 10px;
}

.plan-img {
  position: relative;
}

.plan-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-img a img {
  width: 32px;
}

.plan-left {
  background: rgba(244, 245, 246, 0.73);
  padding: 27px;
  border-radius: 10px;
}

.custom-tabs-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
}

.custom-tabs-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.custom-tabs-buttons button {
  padding: 10px 20px;
  background: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s;
  font-size: 14px;
  color: rgb(92, 102, 114);
  border: 1px solid rgb(237, 237, 237);
  font-weight: 500;
}

.custom-tabs-buttons button:hover {
  background: rgb(46, 199, 209);
  color: rgb(255, 255, 255);
  border-color: rgb(46, 199, 209);
}

.custom-tabs-buttons button.active {
  background: rgb(46, 199, 209);
  color: rgb(255, 255, 255);
  border-color: rgb(46, 199, 209);
}

.custom-tabs-content {}

.custom-tab-pane {
  display: none;
  animation: 0.3s ease 0s 1 normal none running fadeIn;
}

.custom-tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.gallery-tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.custom-tab-pane img {
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 0px;
}

.tab-section {
  position: relative;
  padding-bottom: 80px;
}

.service-areas-section {
  background-color: #F9F9FA;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/arrow-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.title p {
  font-size: 15px;
  font-weight: 500;
  width: 50%;
  margin: 0px auto;
}

.service-areas {
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 130px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 16px;
}

.features-wrapper {
  width: 100%;
  padding: 100px;
  background-color: #0B3234;
  background-image: url(../images/features-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-attachment: fixed;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.features-section {
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 8%;
}

.features-section-right span {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
}

.uk-accordion-title {
  display: block;
  line-height: 1.4;
  overflow: hidden;
  border-bottom: 1px solid rgb(237, 237, 237);
  color: rgb(0, 0, 0) !important;
  padding: 20px 20px 20px 0px !important;
  background: rgb(255, 255, 255) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}

.apartment-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 30px;
}

.apartment {
  background: rgba(243, 244, 245, 0.63);
  border-radius: 4px;
  padding: 16px;
}

.apartment span {
  width: 100px;
  height: 60px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgb(46, 199, 209);
  color: rgb(47, 199, 209);
  font-size: 22px;
  font-weight: 600;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  position: relative;
}

.apartment .ribbon {
  font-size: 10px;
  font-weight: 300;
  border-radius: 50px;
  color: rgb(47, 199, 209);
  margin-top: -4px;
  letter-spacing: 1px;
}

.apartment p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  margin-right: 10px;
}

.apartment small {
  color: rgb(92, 102, 114);
  margin-top: -5px;
}

.apartment-right {
  display: flex;
  flex-direction: column;
}

.uk-accordion> :nth-child(n+2) {
  margin-top: 6px !important;
}

.uk-accordion-content {
  display: flow-root;
  margin-top: 6px !important;
  background: rgba(255, 255, 255, 0.39) !important;
  padding-top: 10px !important;
}

.page-content {
  width: 60%;
  margin: 0px auto;
  text-align: center;
}

footer {
  width: 100%;
  background: #0B3234;
  padding: 30px 0px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.footer-menu ul {
  display: flex;
  gap: 16px;
}

.footer-menu ul li a {
  display: block;
  font-size: 14px;
  color: rgb(255, 255, 255);
  transition: 0.3s;
}

.footer-menu ul li a:hover {
  text-decoration: underline !important;
}

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

.social-media ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 100%;
}

.social-media ul li a svg {
  width: 15px;
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
}

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

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

.info {
  color: rgb(255, 255, 255);
  font-weight: 600;
}

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

.uk-icon {
  fill: rgb(0, 0, 0) !important;
}

span.uk-icon svg {
  font-size: 28px;
  width: 28px;
}

.uk-nav li>a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: rgb(4, 26, 44) !important;
}

button.uk-button.uk-button-default.uk-margin-small-right.svg-size {
  margin-right: 3px !important;
}

.uk-nav-primary>li {
  border-bottom: 1px solid rgb(232, 232, 232);
  padding: 4px;
}

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

.product a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.features {}

.features ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.features li {
  background: rgb(251, 251, 249);
  padding: 10px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 70px;
}

.features li img {
  width: 20px;
}

.bg-gray {
  width: 100%;
  background: rgb(251, 251, 249);
  padding-top: 1px;
  padding-bottom: 90px;
}

.page-top {
  position: relative;
}

.page-text {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px auto;
}

.page-text span {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 100;
  color: rgb(255, 255, 255);
  letter-spacing: 5px;
}

.page-text ul {
  color: rgb(255, 255, 255);
  display: flex;
  gap: 10px;
  font-size: 13px;
}

.page-text ul a {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 13px;
}

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

.service-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.services {
  position: relative;
}

.services-img {
  overflow: hidden;
}

.services-img img {
  transition: transform 0.3s;
}

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

.services {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services span {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.contact-wrapper {
  width: 100%;
  display: flex;
  gap: 5%;
}

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

.contact-section p.description {
  font-style: italic;
  font-size: 14px;
  color: rgb(85, 85, 85);
  background: rgb(251, 251, 249);
  padding: 16px !important;
  margin-bottom: 30px !important;
}

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

.contact-item .icon {
  font-size: 18px;
  color: rgb(122, 185, 60);
  margin-right: 10px;
  margin-top: 3px;
}

.contact-item .text {
  font-size: 15px;
  width: 50%;
  color: rgb(0, 0, 0);
}

.contact-form-container {
  background-color: rgb(251, 251, 249);
  padding: 40px;
}

.contact-form-container span {
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
  color: rgb(0, 0, 0);
}

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

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

.contact-form-input,
.contact-form-textarea {
  padding: 15px;
  font-size: 14px;
  border: 0px;
  outline: none;
  transition: border-color 0.3s;
  background-color: rgb(255, 255, 255);
}

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

.contact-form-btn {
  background-color: rgb(237, 32, 36);
  color: rgb(255, 255, 255);
  border: none;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
  align-self: flex-end;
}

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

.company-name {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.about-section {
  position: relative;
}

.logo-icon-sm {
  position: absolute;
  right: 0px;
  top: -50px;
}



/* */
.social-areas-wp {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  justify-items: center;
  width: 90%;
  margin: 0 auto;
}

.social-areas {
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 190px;
  gap: 20px;
  border-radius: 6px;
  transition: all 0.3s;
}

.social-areas svg {
  color: red;
}


.social-areas span {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0px 20px;
  height: 30px;
}

.social-areas-wp {
  justify-content: start;
  /* varsayÄ±lan olarak baÅŸtan baÅŸlar */
}

.social-areas-wp::after {
  content: '';
  width: 0;
}

.bg-none {
  background: none;
}

.maps-section {
  background: #F9F9FA;
  padding: 60px 0;
}

.maps-section img {
  border-radius: 20px;
}

button.tab-button.blue.active {
  background: #2dc7d1;
  color: #fff;
  font-weight: 600;
}

button.tab-button.blue {
  font-weight: 600;
}

.features-wrapper .title {
  color: #fff !important;
}

.tab-pane-inner {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 4%;
  align-items: flex-start;
}

.tabSection {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

.sss-img img {
  width: 100%;
  height: 590px;
  border-radius: 10px;
  object-fit: cover;
}

.uk-accordion-title.sss-title {
  font-size: 16px !important;
}

.left-contact-info {}

.left-contact-info span {
  font-size: 32px;
  font-weight: 700;
}

.left-contact-info p {
  font-size: 14px;
  border-radius: 10px;
  display: block;
  width: 70%;
}

.adress {
  margin: 10px 0px;
  width: 60%;
  margin-bottom: 30px;
  font-weight: 500;
}

.contact-phone {
  color: #021151;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: underline;
}

.mail {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: block;
  transition: 0.3s;
  margin-top: 20px;
}

.contact-phone:hover {
  text-decoration: none !important;
  color: #021151;
}

.mail:hover {
  color: rgb(4, 26, 44);
  text-decoration: underline !important;
}

.contact-section p strong {
  font-weight: 600;
  font-size: 16px;
}

.inner-area label {
  font-weight: 500;
  margin-bottom: 10px !important;
}

.contact-logo {}

.contact-section {
  width: 100%;
  margin: 0px auto;
  display: grid;
  gap: 4%;
  grid-template-columns: 48% 48%;
  background: #F9F9FA;
  padding: 40px;
  border-radius: 20px;
}

.contact-left {
  position: relative;
}

.contact-form {
  width: 100%;
  padding: 30px;
  position: relative;
}

.form-logo {
  position: absolute;
  right: 0;
  top: -25px;
}

.contact-section span {
  font-size: 26px;
  font-weight: 600;
  margin-top: 14px;
  display: block;
}

.contact-section p {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin: 10px 0px !important;
  color: #5C6672;
}

.input-area {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  grid-template-columns: 1fr 1fr;
}

.input-area input[type="text"] {
  height: 48px;
  padding: 0px 10px;
  outline: none;
  color: rgb(4, 26, 44);
  font-size: 12px;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  width: 100% !important;
  margin-top: 10px;
  background: #EFEFEF;
  border-radius: 50px;
  padding-left: 20px;
}

.input-area input[type="text"]::placeholder {
  color: #000;
}

.input-area input[type="tel"]::placeholder {
  color: #000;
}

.input-area input[type="email"]::placeholder {
  color: #000;
}

.contact-form select {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif !important;
  background: #EFEFEF;
  border: 0;
  border-radius: 50px;
  padding-left: 20px;
  color: #000;
}

.contact-form textarea {
  width: 100%;
  height: 138px;
  padding: 10px;
  border: 0px;
  outline: none;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif !important;
  color: rgb(4, 26, 44);
}

.contact-form textarea {
  width: 100%;
  height: 138px;
  padding: 20px;
  outline: none;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif !important;
  border: 0;
  border-radius: 20px;
  color: rgb(4, 26, 44) !important;
  background: #EFEFEF;
}

.contact-right {
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-radius: 10px;
  position: relative;
}

.input-area input[type="tel"] {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  font-family: Poppins, sans-serif !important;
  border: 0;
  background: #EFEFEF;
  border-radius: 50px;
  padding-left: 20px;
}

.input-area input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  font-family: Poppins, sans-serif !important;
  border: 0;
  background: #EFEFEF;
  border-radius: 50px;
  padding-left: 20px;
}

.contact-form textarea::placeholder {
  color: #000 !important;
}

.contact-form button {
  background: #2EC7D1;
  display: block;
  font-size: 15px;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 16px 30px;
  transition: 0.8s;
  border: 0;
  margin-top: 20px;
  font-weight: 600;
}

form.uk-margin-small-top {
  width: 100%;
  margin-top: -10px;
}

.contact-sm-logo {
  position: absolute;
  top: -150px;
  right: -200px;
}

.aboutImg {
  position: relative;
}

.rb {
  background: rgb(46, 199, 209);
  position: absolute;
  right: 14px;
  top: 16px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  border-radius: 50px;
}

.sss-img {
  position: relative;
}

.sss-rb {
  background: rgb(46, 199, 209);
  position: absolute;
  right: 14px;
  top: 16px;
  padding: 12px 24px;
  color: rgb(255, 255, 255);
  border-radius: 50px;
}

.features-list {
  background: #fff;
  padding: 10px;
  margin-top: 20px !important;
}

.features-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* her sÄ±rada 2 li */
  gap: 15px;
  /* kutular arasÄ± boÅŸluk */
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.features-list li span {
  width: 40%;
  font-weight: 600;
  font-size: 13px;
}

.features-list li span+span {
  width: 60%;
  font-weight: 400;
}

.features-list li:nth-child(3),
.features-list li:nth-child(4) {
  border-bottom: none;
}

.social-slider {
  display: none !important;
}

.location-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.location-section img {
  border-radius: 0px;
}

.social-areas img {
  width: 40px;
}

.apartment-features-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.apartment-features {
  height: 80px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #ededed;
  border-radius: 6px;
}

.apartment-features img {
  width: 40px;
}

.location-btn {
  display: none;
}

.location-btn a {
  width: auto;
  height: 46px;
  padding: 0px 30px;
  background: rgb(46, 199, 209);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: 500;
  font-size: 13px;
  border: 1.5px solid rgb(46, 199, 209);
  border-radius: 50px;
}

.location-btn a:hover {
  background: rgb(46, 199, 209);
  color: rgb(255, 255, 255);
  border: 1.5px solid rgb(46, 199, 209);
}