@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-VariableFont_wght.woff2') format('woff2'), url('../fonts/Jost-VariableFont_wght.woff') format('woff');
  font-weight: 100 900;
  font-display: swap;
}


body {
  background-color: #efeee6;
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

p {
  font-weight: 400;
  font-size: 1.1rem;
}

h2 {
  font-weight: 700;
  color: #3D4A1E;
  font-size: 2.7rem;
}

.topgap {
  height: 88px;
  background: #a2cef0;
  width: 100%;
  display: block;
}

.hero-img {
  width: 100%;
  height: 56dvi;
  object-fit: cover;
}

.topHeading {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0
}

.topLogo {
  width: 22vw;
  object-fit: contain;
  display: block;
  margin: auto;
  margin-bottom: 1.3rem;
}

.topHeading p {
  font-family: "Jost";
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: #3D4A1E;
  text-transform: uppercase;
  font-size: 0.9vw;
}

.introduction {
  margin-top: -28dvi;
  z-index: 1;
  position: relative;
}

.intro-container {
  background-color: #C38359;
  margin-top: -3px;

}

.intro-hdline {
  position: relative;
  margin-top: -2dvi;
}

.intro-hdline h1 {
  font-weight: 500;
  text-align: center;
  font-size: 4dvi;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  top: -0.6dvi;

}

.intro-hdline h1 [data-name="spot"] {
  margin-left: -21%;

}

.intro-hdline h1 span.block2 {
  display: block;
  margin-left: 17vw;

}

.intro-hdline>* {
  z-index: 3;
  position: relative;
}

.fullbanner {
  width: 100%;
  position: absolute;
  top: -8%;
  left: 0px;
  height: 10.3dvi;
  object-fit: cover;
  z-index: 0 !important;
  ;
}

.introcont p {
  color: #F5F0E8;
  max-width: 76ch;
  margin: auto;
  text-align: center;
  margin: auto;
  text-align: center;
}

.fiIcon {
  width: 55px;
  height: 73px;
  object-fit: contain;
  object-position: center;
  margin: auto;
  display: block;

}

.features-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  max-width: 67vw;
  margin: auto;
}

.feature-item p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
}

.feature-item p.feature-title {
  font-weight: 700;
  font-size: 1.13rem;
}

.feature-item p.feature-desc {
  color: #F5F0E8;
}

.divider:nth-child(2) {

  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

.topawards {
  position: absolute;
  top: 7%;
  left: 10%;
  width: 30vw;
  height: auto;
}

.caption-aerial {
  position: absolute;
  bottom: 1.8rem;
  right: 4rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 1px black, 0 1px 9px black;
  ;
}

.distance-box {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 6px 10px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  font-size: 17px;
  box-sizing: border-box;
  animation: boxGlow 6s infinite ease-in-out;
}

.right-panel > .distance-box:nth-child(1) {
  animation-delay: 0s;
}

.right-panel > .distance-box:nth-child(3) {
  animation-delay: 1.5s;
}

.right-panel > .distance-box:nth-child(7) {
  animation-delay: 3s;
}

.right-panel > .distance-box:nth-child(9) {
  animation-delay: 4.5s;
}

@keyframes boxGlow {
  0% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
  }
  12% {
    box-shadow: 0 0 15px rgba(255, 255, 255, 1), inset 0 0 10px rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.15);
  }
  25%, 100% {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
  }
}

/* Directional Arrows */
.arrow {
  font-size: 2rem;
  margin: 15px 0;
  line-height: 1;
  display: inline-block;
}

.arrow-up {
  animation: bounceUp 2s infinite ease-in-out;
}

.arrow-down {
  animation: bounceDown 2s infinite ease-in-out;
}

@keyframes bounceUp {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

.right-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  justify-content: center;
  height: 100%;
  padding: 3.5rem 0;
}

.brand-section img {
  width: 15vw;
}

.mapimg {
  width: 40vw;
  display: block;
  margin: auto;
}

.living-section {
  background-color: #c28359;
}

.cont_living {
  position: relative;
  /* background: #c28359; */
}

.image-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 46dvi;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}

.content_living p {
  font-size: 0.97vw;
  color: #fff;
}

.image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posNature {
  position: absolute;
  inset: 0;
  margin-top: 5%;
  text-align: center;
  z-index: 5;
}

.posNature p {
  max-width: 70ch;
  margin: auto;
  color: #5D6C2F;
}

.content_living h2 {
  color: #fff;
  font-size: 1.8rem;
}

.legendimg {
  width: 13dvi;
  margin-bottom: 70px;
}

.siteplan {
  background: #fff;
}

.submit_cta {
  background: linear-gradient(120deg, #C4845A 0%, #E37252 70%);
  border: 0;
  width: 100%;
  padding: 10px 20px;
  border-radius: 50px;
  color: #F5F0E8;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: center;
}

.cta_basic {
  background: linear-gradient(120deg, #C4845A 0%, #E37252 70%);
  border: 0;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  color: #F5F0E8;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cta_basic span,
.submit_cta span {
  background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/bd8f3c6b-ae75-4ec0-fa2b-1758e87f5700/w=30);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}

.unit-btn span {
  background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/22f85d3f-1dc5-4884-2a35-5ba638862d00/w=20);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 10px;
}

.unit-btn {
  width: 100%;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #3D4A1E;
  color: #3D4A1E;
  border-radius: 10px;
  font-weight: 500;
}

.unit-btn.active {
  font-weight: 600;
  background: #E37252;
  color: #fff;
  border-color: #E37252;
}

.unit-btn.active span {
  filter: brightness(0) invert(1);
}

.controls-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 10px;
  min-width: 100%;
}

.content_living>* {
  z-index: 5;
  position: relative;
}

.content_wrapper {
  display: flex;
  flex-direction: row;
}

.spec-icon {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.spec-text {
  text-align: center;
  font-weight: 500;
  color: #3D4A1E;
  margin-bottom: 1rem;
  line-height: 2.5;
}

.lifestyle {
  background-color: #86a4c0;
  overflow: hidden;
}

#frmLeadGen {
  max-width: 500px;
  margin: auto;
}

#frmLeadGen input[type="text"],
#frmLeadGen input[type="tel"],
#frmLeadGen input[type="email"] {

  margin-bottom: 12px;
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #fff0;
  border: 0;
  border-bottom: 1px solid #5D6C2F;
  text-align: left;
  padding-top: .35rem;
  padding-bottom: .55rem;
  padding-left: 1.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #5D6C2F;
  border-radius: 0
}

#frmLeadGen input[type="text"]::placeholder,
#frmLeadGen input[type="email"]::placeholder,
#frmLeadGen input[type="tel"]::placeholder {
  color: rgba(61, 74, 30, 0.2);
  text-align: left;
}

label.checkbox-label {
  font-size: .7rem;
  color: #5D6C2F
}


.formWrap {
  max-width: fit-content;
  padding: 2.4rem 5rem;
  background: linear-gradient(to bottom, #F5F0E8, #FFFFFF);
  border-radius: 15px;
  margin: auto;
  box-shadow: 0px 10px 20px 0px #0000001A;

}

.formWrap h3 {
  font-weight: 600;
  color: #E37252;
  font-size: 1.8rem;
}

.register-section {
  background: #fff;
}

.register-section>* {
  position: relative;
  z-index: 3;
}

.galContainer {
  max-width: 100%;
  padding: 0 2.5rem;
}

.locationSec {
  background-color: #E37252;
}

.btn-panzoom-pos {
  position: absolute;
  top: 0;
  left: 0;
  background: #3D4A1E;
  width: 40px;
}

.pzbtn {
  color: #fff;
  font-size: 27px;
  text-align: center;
}

.hystmodal__window {
  background: #efeee6;
}

#mapmodal.hystmodal {
  z-index: 9999 !important;
}

.awardsimage {
  width: 24vw;
  margin-top: 4rem;
}
.sg_wrapper {
  color: #5D6C2F;
}

.slide-image2 {
    transform: scale(1.2);
    will-change: transform;
}
@media screen and (min-width: 1024px) {
  .regimg {
    margin-top: -13%;
    z-index: 0;
    position: relative;

  }

  .galContainer {
    max-width: 95vw;
    margin: auto;
  }

  .cta_basic,
  .submit_cta {
    transition: all .3s ease;
  }

  .cta_basic:hover,
  .submit_cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(196, 132, 90, 0.3);
  }

  .cta_basic:hover span,
  .submit_cta:hover span {
    transform: translateX(4px);
    transition: transform .3s ease;
  }

  .cta_basic span,
  .cta_basic span {
    transition: transform .3s ease;
  }

  .content_living {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    padding: 3rem;
    background: #c4875d;
    color: #fff;
    z-index: 2;
    transform: translateY(100%);
    transition: transform .8s cubic-bezier(.22, 1, .36, 1);
  }


  .cont_living:hover .content_living {
    transform: translateY(0);
  }

  .cont_living:hover .image-wrap {
    transform: translateY(-15%);
  }

  .cont_living {
    position: relative;
    overflow: hidden;
    height: 100%;
  }

  .cont_living:hover .content_living::before {
    opacity: 1;
  }

  .content_living::before {
    content: "";
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/8b5d12dd-f916-4576-e524-04c50a023c00/1200);
    inset: 0;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: -80%;
    height: 22dvi;
    z-index: -1;
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 0.8rem;
  }

  .spec-icon {
    width: 4.5dvi;
    height: 4.5dvi;
  }

  .image-wrap::before {
    content: "";
    position: absolute;
    top: 63%;
    left: 0;
    right: 0;
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/8b5d12dd-f916-4576-e524-04c50a023c00/w=800);
    width: 100%;
    height: 24dvi;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;

  }

  .fullbanner {
    height: 8.3dvi;
  }

  .intro-hdline h1 {
    font-size: 3.3dvi;
  }

  .forTwo {
    width: 58dvi;
    top: 6.1vh;
  }

  .intro-hdline h1 span.block2 {
    top: 0;
  }

  .content_living {
    padding: 2.5rem 2rem;
  }

  .topgap {
    height: 120px;
  }

  .topLogo {
    width: 20dvi;
  }

  .topHeading p {
    font-size: 1.1vw
  }

  .controls-col {
    width: 100%;
  }

  .unit-btn {
    font-size: 1.4vw
  }
}

@media screen and (min-width: 769px) {
  .posNature h2 {
    margin-bottom: 1rem;
    font-size: 3.2rem;
  }

  .poscta {
    position: absolute;
    top: 75%;
    left: 12%;
    /* width: 0; */
    width: fit-content;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .fiIcon {
    width: 5dvi;
    height: 6dvi;
  }

  .mapimg {
    width: 87%;
  }

  .feature-item p.feature-title {
    font-size: 2vw;
  }

  .feature-item p.feature-desc {
    font-size: 1.6vw;
  }

  .distance-box {
    font-size: 1.7vw;
  }

  .image-wrap::before {
    top: 48%;
    left: 0;
    right: 0;

    width: 100%;
    height: 47dvi;
  }

  .image-wrap {
    min-height: auto;
    height: 50dvi
  }

  .content_living p {
    font-size: 0.8rem
  }

  .image-wrap {
    position: relative;
  }

  .floorplan {
    text-align: center;
  }

  .posNature p {
    max-width: 45ch;
  }

  .legendimg {
    width: 33dvi;
  }

  .posNature {
    margin-top: 30%;
  }

  .hero-img {
    height: 96vh;
  }

  .topHeading {
    top: 17%;

  }

  .topLogo {
    width: 28dvi;
  }

  .topHeading p {
    max-width: 20ch;
    margin: auto;
  }

  .features-section {
    max-width: 100%;
  }

  .unit-btn {
    font-size: 1.6vw;
  }

  .spec-icon {
    width: 28px;
    height: 28px;
  }

  .spec-text {
    font-size: 1.82vw;
  }
}

@media screen and (max-width: 600px) {
  p {
    font-size: 3.9vw;
  }

  .hero-img {
    height: auto;
  }

  .intro-hdline h1 {
    font-size: 8vw;
  }

  .fullbanner {

    height: 21.3dvi;
  }

  .features-section {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }

  .divider:nth-child(2) {
    border: 0;
  }

  .brand-section img {
    width: 38vw;
  }

  .mapimg {
    width: 80%;
  }

  .topLogo {
    width: 56vw;
  }

  .topgap {
    height: 105px;
  }

  .topHeading {
    top: 9%;
  }

  .topHeading p {
    max-width: 100%;
    margin: auto;
    font-size: 3.4vw;
  }

  .introcont p {
    max-width: 38ch;
  }



  .fiIcon {
    width: 40px;
    height: 40px;
    margin-bottom: 0.8rem;
  }

  .feature-item {
    position: relative;
    padding: 10px;
  }

  .feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 25%;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: auto;
    right: 0;
    padding: 0;
  }

  .feature-item p.feature-title {
    font-size: 4.3vw;
  }

  .feature-item p {
    font-size: 3.7vw !important;
  }

  .topawards {
    top: 7%;
    left: 0;
    width: 47vw;
    right: 0;
    height: auto;
    margin: auto;
  }

  .caption-aerial {
    bottom: 0;
    right: 0;
    left: 0;
    text-shadow: 0 1px 1px black, 0 1px 9px black;
    text-align: center;
  }

  .content_living h2 {
    font-size: 7vw;
    max-width: 10.7ch;
    margin-bottom: 1rem;
  }

  .content_living p {
    font-size: 4vw;

  }

  .posNature {
    position: relative;
    top: unset;
    margin-top: 0;
    padding: 2.85rem 1.5rem;
  }

  .lifestyleImg {
    margin-top: -103%;
  }

  h2 {
    font-size: 8vw;
  }

  .posNature p {
    max-width: 36ch;
    color: #3b4324;
  }

  .posNature h2 {
    margin-bottom: 1rem;
  }

  .lifestyle .caption-aerial {
    max-width: 28ch;
    margin: auto;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .legendimg {
    width: 63%;
  }

  .specs-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .content_wrapper {
    justify-content: center;
  }

  .controls-col {
    width: 100%;
  }

  .unit-btn {
    font-size: 3.9vw;
  }

  .spec-icon {
    width: 8dvi;
    height: 8dvi;
  }

  .spec-text {
    font-size: 3.8vw;
            margin-bottom: 0;
  }

  .specs-col {
    margin-bottom: 1.4rem;
    margin-top: 1rem;
  }

  .spec-item {
    padding: 3dvi;
  }

  .formWrap {
           padding: 2rem 1.4rem;
        max-width: 95%;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);

  }

  .distance-box {
    font-size: 4vw;
  }

  .poscta {
    margin: auto;
    display: block;
    width: fit-content;
    
  }

  .register-section h2 {
    max-width: 12ch;
    margin: auto;
  }

  .awardsimage {
    width: 68%;
  }
      .image-wrap {
        height: 80dvi;
    }
    .image-wrap::before {
        top: 62%;
    }
    .cta_basic, .submit_cta {
          font-size: 3vw;
    }
}