﻿/* General */
html, body {
  scroll-behavior: smooth !important;
}

section {
  position: relative;
  scroll-margin: 50px;
  padding: 60px 0;
}

h2.title {
  color: #05ada5;
  font-weight: normal;
}

header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
  padding-inline: 12px;
}

header:not(.stricky-fixed) .tel-num {
  color: white;
}

.thanks-page ~ header.nav-homepage-style,
.error-page ~ header.nav-homepage-style {
  color: var(--headings-color);
}

body:has(.thanks-page, .error-page) .ace-responsive-menu, body:has(.thanks-page, .error-page) .login-info {
  color: inherit !important;
}
body:has(.thanks-page, .error-page) .ace-responsive-menu a, body:has(.thanks-page, .error-page) .ace-responsive-menu span, body:has(.thanks-page, .error-page) .login-info a, body:has(.thanks-page, .error-page) .login-info span {
  color: inherit !important;
}

.listing-style1.mini-style {
  max-width: 410px;
}

/* Utilities */
.bg-light-turquoise {
  background-color: #F8FDFC;
}

.main-font, .thanks-page h1, h2.title {
  font-family: "Duarose Serif DEMO", sans-serif;
}

.standard-border {
  border: 15px solid #FFF;
  border-radius: 19px;
}

.object-cover-center, .life-in-veranda .feature-style1 .feature-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.hd-video-aspect {
  aspect-ratio: 16/9 !important;
}

.standard-monitor-aspect {
  aspect-ratio: 4/3;
}

.square-aspect {
  aspect-ratio: 3/3 !important;
}

.vertical-aspect {
  aspect-ratio: 3/4;
}

.classic-film-aspect {
  aspect-ratio: 3/2;
}

.prim-color {
  color: #05ada5;
}
.prim-color a {
  color: inherit;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.black-overlay {
  position: relative;
  z-index: 0;
}
.black-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
  z-index: 1;
  pointer-events: none;
}

.row-reversed .img-box-13, .row-reversed .img-box-14 {
  right: auto;
  left: -25%;
}

.img-box-13, .img-box-14 {
  display: none;
  border: 10px solid #FFF;
  overflow: hidden;
  margin-top: -50%;
  position: relative;
  border-radius: 10px;
  width: 470px;
  right: -25%;
  height: 515px;
  position: absolute;
  top: 70%;
}
.img-box-13 img, .img-box-14 img {
  border-radius: inherit;
}

.img-box-14 {
  top: 140%;
  left: -30%;
  right: auto;
  width: 310px;
  height: 250px;
}

.turquoise-bdrt1 {
  border-top: 1px solid #05ada5;
}

/* belongs to : */
.iconbox-style4 .icon {
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: center;
  width: 90px;
}
.iconbox-style4 .icon svg {
  transition: 0.2s;
}
.iconbox-style4:hover .icon svg {
  fill: #FFF;
}

/* Home page  */
.main-features {
  margin-top: -100px;
  z-index: 3;
}
.main-features .iconbox-style4 {
  text-align: center;
}
@media (min-width: 992px) {
  .main-features .iconbox-style4 {
    max-width: 75%;
  }
}
.main-features .iconbox-style4 .icon {
  margin: 0 auto 15px;
}
.main-features .iconbox-style4 .iconbox-content .title {
  font-size: 22px;
}

/* About us */
#about-us .img-box-13, #about-us .img-box-14 {
  width: 350px;
  height: 358px;
}

.img-2 {
  right: -25%;
  position: absolute;
  top: 30%;
}

.spin-right {
  position: absolute;
  right: -10%;
  top: -17%;
}

.img-box-7 {
  aspect-ratio: 3/4;
}
.img-box-7 img {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
}

/* Impressive Facilities */
.impressive-facilities .feature-style1 {
  aspect-ratio: 16/10;
}
.impressive-facilities .feature-style1 .feature-img {
  height: 100%;
}
.impressive-facilities .feature-style1 .feature-img > a, .impressive-facilities .feature-style1 .feature-img > a img {
  height: inherit;
}
.impressive-facilities .feature-style1 .feature-content {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.impressive-facilities .feature-style1 .feature-content .bottom-area {
  left: 50%;
  bottom: 0%;
  position: absolute;
  transform: translate(-50%, 50%);
}
.impressive-facilities .feature-style1 .feature-content .bottom-area img {
  width: auto;
  margin: auto;
}
.impressive-facilities .feature-style1 .feature-content .bottom-area .title {
  margin-bottom: 60px;
  transition: 1s;
}
.impressive-facilities .feature-style1:hover .bottom-area {
  bottom: 50%;
  /*transform: translate(-50%, 50%);*/
}
.impressive-facilities .feature-style1:hover .bottom-area .title {
  margin-bottom: 15px;
}
.impressive-facilities .feature-content {
  pointer-events: none;
}

.feature-style3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-style3 img:hover {
  transform: scale(1);
}

/* Unique Location  */
.unique-location .about-box-1 p {
  max-width: 90%;
}
.unique-location .arrival-duration {
  margin-top: 40px;
}
.unique-location .arrival-duration .desired-location {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.unique-location .arrival-duration .desired-location div {
  text-align: left;
}
.unique-location .arrival-duration .desired-location h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.unique-location .arrival-duration .desired-location span {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
}
.unique-location .img-box-7 {
  aspect-ratio: 3/2;
}

/* Master Plan */
.master-plan .feature-style3 img {
  width: auto;
}
.master-plan .plan {
  display: block;
  margin: auto;
  max-width: 1075px;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
}

.floor-plans .listing-style1 .list-title a {
  color: #029990;
}
.floor-plans .list-meta a {
  min-width: 120px;
}

.life-in-veranda .feature-style1 {
  aspect-ratio: 16/8;
}
.life-in-veranda .feature-style1:hover .feature-content .bottom-area {
  top: 55%;
}
.life-in-veranda .feature-style1 .feature-img {
  height: 100%;
}
.life-in-veranda .feature-style1 .feature-content {
  pointer-events: none;
}
.life-in-veranda .feature-style1 .feature-content .bottom-area {
  left: 50%;
  top: 130%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.life-in-veranda .col-lg-3 .feature-style1 {
  aspect-ratio: 3/3.1;
}

/* Get In Touch */
.get-in-touch .inquiry-img {
  border-radius: 12px;
  overflow: hidden;
}

/* Footer */
.social-style1.light-style i {
  color: #05ada5;
  border-radius: 50%;
  height: auto;
  width: auto;
  line-height: 40px;
  font-size: 27px;
  margin-right: 35px;
  padding: 10px;
}
.social-style1.light-style i:hover {
  background-color: unset;
  color: unset;
}

.footer-logo img {
  max-width: 90%;
}

.thanks-page {
  padding-block: 100px;
}
.thanks-page .wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.thanks-page .wrapper-2 {
  padding: 30px;
  text-align: center;
}
.thanks-page h1 {
  font-size: 4em;
  letter-spacing: 3px;
  color: #05ada5;
  margin: 0;
  margin-bottom: 20px;
}
.thanks-page .wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #aaa;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}
.thanks-page .go-home {
  display: inline-block;
  color: #fff;
  background: #05ada5;
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  box-shadow: 0 10px 16px 1px rgb(174, 199, 251);
}
.thanks-page .footer-like {
  margin-top: auto;
  background: #D7E6FE;
  padding: 6px;
  text-align: center;
}
.thanks-page .footer-like p {
  margin: 0;
  padding: 4px;
  color: #05ada5;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
}
.thanks-page .footer-like p a {
  text-decoration: none;
  color: #05ada5;
  font-weight: 600;
}
@media (min-width: 360px) {
  .thanks-page h1 {
    font-size: 4.5em;
  }
  .thanks-page .go-home {
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) {
  .thanks-page .content {
    max-width: 1000px;
    margin: 0 auto;
  }
  .thanks-page .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.error-page {
  padding-block: 100px;
}

@font-face {
  font-family: "Duarose Serif DEMO";
  src: local("Duarose Serif DEMO"), url("/css/Duarose Serif DEMO.otf") format("opentype");
}
@media (min-width: 1366px) {
  h2.title {
    font-size: 55px;
    font-weight: 400;
  }
  section {
    padding-block: 120px;
  }
}
@media (min-width: 1200px) {
  .img-box-13, .img-box-14 {
    display: block;
  }
}
@media (min-width: 992px) {
  .centered-text {
    max-width: 65%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 1400px) {
  header.stricky-fixed .header-contacts {
    display: none !important;
  }
}
@media (max-width: 1366px) {
  header.main-menu {
    padding-block: 10px;
  }
  header.main-menu .logo {
    max-width: 150px;
  }
}
@media (max-width: 1200px) {
  .impressive-facilities .feature-style1 .bottom-area img {
    width: 60px;
    height: 60px;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .impressive-facilities .feature-style1 .bottom-area img {
    width: 40px;
    height: 40px;
  }
  .impressive-facilities .feature-style1 .bottom-area .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 992px) {
  .main-title, .main-title2 {
    margin-bottom: 25px !important;
  }
  .unique-location .arrival-duration .desired-location {
    gap: 15px;
  }
  .unique-location .arrival-duration .desired-location img {
    widtH: 50px;
  }
}
@media (min-width: 576px) {
  .mfp-figure figure {
    max-width: 65vw;
  }
}
@media (max-width: 576px) {
  section, section.pb80, section.pt80, section.pb90, section.pt90 {
    padding-block: 30px !important;
  }
  .main-title, .main-title2 {
    margin-bottom: 15px !important;
  }
  .search-icon {
    max-width: 50px;
    max-height: 50px;
  }
  .banner-style-one .slide {
    height: 320px;
  }
  .img-box-7 {
    aspect-ratio: unset;
  }
  .img-box-7 img {
    height: 50%;
  }
  .impressive-facilities .feature-style1 .bottom-area .text {
    display: none;
  }
  .unique-location .img-box-7 img {
    height: auto;
  }
  .footer-style1 img {
    max-width: 150px;
  }
}
