.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #04071f;
  letter-spacing: .4px;
  font-family: Google Sans Flex, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

p {
  letter-spacing: .4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

strong {
  font-weight: 500;
}

.navbar-no-shadow {
  z-index: 99;
  border-bottom: 1px solid #0000001a;
  position: relative;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 6px;
  margin-right: 6px;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #9c7a37;
  border-bottom: 1px solid #9c7a37;
}

.nav-button-wrapper {
  margin-left: 20px;
}

.banner {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 75vh;
  display: flex;
  position: relative;
}

.banner-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 80vh;
}

.container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: none;
  height: auto;
  display: flex;
}

.container.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1140px;
  max-width: none;
  height: 100%;
  display: flex;
}

.banner-shade {
  background-image: url('../images/circle.svg'), linear-gradient(90deg, #fff, #fff 30%, #fff0 70%), linear-gradient(#0003, #0003);
  background-position: -7% 20%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 1300px, auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 75vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-con {
  text-align: center;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
}

.icon-con.cap {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
}

.icon-con.jour {
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.banner-title {
  width: 650px;
}

.section {
  padding-top: 0;
  padding-bottom: 80px;
}

.section.both {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.both.line {
  border-top: 1px solid #e5dfd3;
}

.section.menu {
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 1140px;
}

.banner-intro {
  color: #101722;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 48px;
}

.banner-intro.golden {
  color: #9c7a37;
  font-weight: 600;
}

.cube-icon {
  height: 40px;
  margin-bottom: 10px;
}

.cube-block {
  border-right: 1px #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.cube-block.line-remove {
  border-right-style: none;
}

.p-banner {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: 500px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.section-shot-space {
  justify-content: center;
  align-items: center;
  height: 25vh;
  margin-bottom: 60px;
  display: flex;
}

.p-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.p-center.shot {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-center {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
}

.h2-center.small {
  font-size: 28px;
  line-height: 32px;
}

.h2-center.lower-case {
  text-transform: none;
}

.tabs {
  width: auto;
  margin-top: 20px;
}

.tab-btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.tab-link-tab-1 {
  background-color: #fff;
  border-bottom: 1px solid #b4b4b780;
  height: 46px;
  padding-left: 40px;
  padding-right: 40px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-bottom: 3px solid #9c7a37;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1140px;
  margin-top: 20px;
  padding-bottom: 60px;
}

.ftr-chip {
  background-color: #9c7a37;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 6px;
  padding: 10px 14px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.chip {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.ftr-img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ftr-block-area {
  color: #04071f;
  border: .5px solid #9c7a37;
  border-radius: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  overflow: hidden;
}

.ftr-block-area:hover {
  box-shadow: 0 10px 30px #08142114;
}

.ftr-cube {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 24px;
  display: flex;
}

.shot-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  margin-bottom: 40px;
  display: flex;
}

.inner-banner {
  height: auto;
  position: relative;
}

.inner-banner.approach {
  background-image: linear-gradient(#fffc, #fff), url('../images/photo-1485871981521-5b1fd3805eee.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 240px;
}

.inner-banner.thankyou {
  background-image: linear-gradient(#fffc, #fff), url('../images/photo-1485871981521-5b1fd3805eee.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 90vh;
}

.con-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.columns {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1140px;
  margin-bottom: 10px;
  display: flex;
}

.column {
  padding-right: 60px;
}

.jour-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 10px 10px 6px;
  display: flex;
}

.jour-block.app {
  padding-bottom: 0;
}

.jour-block-area {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.jour-line {
  z-index: -1;
  background-color: #9c7a37;
  width: 880px;
  height: 4px;
  position: absolute;
  top: 18px;
  left: 130px;
}

.jour-line.approach {
  background-color: #9c7a37;
  width: 960px;
  height: 2px;
  top: 44px;
  left: 90px;
}

.jour-circle {
  background-color: #fff;
  border: 6px solid #9c7a37;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.jour-circle.approach {
  border-width: 1px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  display: flex;
}

.inner-banner-block {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inner-banner-block.boder {
  border-bottom: 1px solid #eeebe3;
  display: flex;
}

.sub-title-block {
  margin-bottom: 10px;
  display: flex;
}

.sub-title {
  color: #04071f;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sub-title.cap {
  color: #8d6b25;
  text-transform: uppercase;
  font-family: Google Sans Flex, sans-serif;
}

.sub-title-circle {
  color: #8d6b25;
  letter-spacing: 0;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 10px;
  line-height: 20px;
}

.form {
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  margin-top: 0;
}

.form.full {
  width: 450px;
}

.field-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
}

.text-field {
  background-color: #fff;
  border-radius: 0;
  height: 42px;
  margin-bottom: 0;
}

.text-field.error {
  border: 1px solid red;
}

.textarea {
  border-radius: 0;
  min-height: 120px;
}

.textarea.error {
  border: 1px solid red;
}

.form-block {
  margin-bottom: 10px;
  display: flex;
}

.form-block.message {
  flex-flow: column;
  margin-left: 10px;
  margin-right: 10px;
}

.form-cube {
  width: 210px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.shot-tile-block {
  width: auto;
}

.project-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.lightbox-link {
  width: 100%;
  height: auto;
}

.sm-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 258px;
}

.grid-4 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  width: auto;
  height: auto;
  margin-top: 0;
  display: grid;
  overflow: hidden;
}

.detail-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
}

.detail-icon {
  border-radius: 4px;
  width: 20px;
  max-width: none;
}

.detail-con {
  width: 400px;
}

.p-title {
  color: #9c7a37;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.detail-icon-block {
  margin-right: 10px;
}

.column-2 {
  padding-left: 0;
}

.overview-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.p-shot {
  width: 700px;
}

.p-shot.center {
  text-align: center;
  letter-spacing: .5px;
  font-weight: 300;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.gallery-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.cont-area {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cont-area.map {
  justify-content: flex-start;
  align-items: flex-start;
}

.columns-2 {
  justify-content: center;
  align-items: flex-start;
  width: 1140px;
  display: flex;
}

.logo {
  width: 130px;
}

.cont-text {
  margin-bottom: 0;
}

.map {
  border-radius: 4px;
}

.jour-cube {
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
}

.jour-p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.form-block {
  justify-content: center;
  align-items: flex-start;
}

.column-6 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.h3-large {
  text-align: center;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.footer-section {
  background-color: #f4f2ed;
  border-top: 1px solid #e4dfd4;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.cube-block-2 {
  border-right: 1px #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 30px;
  display: flex;
}

.footer-logo {
  width: 160px;
  margin-bottom: 14px;
}

.footer-address-area {
  border-top: 1px solid #e4dfd4;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-address {
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
}

.footer-address.light {
  color: #04071f33;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.shot {
  font-size: 22px;
  font-weight: 600;
}

.proj-cube {
  color: #04071f;
  width: 360px;
  margin-left: 14px;
  margin-right: 14px;
  text-decoration: none;
}

.project-block {
  margin-top: 10px;
  display: flex;
}

.floor-plan-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.connectivity {
  border-top: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 8px 10px;
  display: flex;
}

.p-connectivity {
  margin-bottom: 0;
  font-size: 14px;
}

.connectivity-cube {
  border: 1px solid #0003;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.connectivity-title {
  color: #fff;
  background-color: #9c7a37;
  margin-bottom: 0;
  padding: 10px;
}

.grid-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.grid-10.hide {
  display: none;
}

.sm-image-block {
  margin-right: 14px;
}

.title-block {
  margin-bottom: 30px;
}

.section-block-btn {
  border-top: 1px solid #b4b4b780;
  border-bottom: 1px solid #b4b4b780;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-btn {
  color: #04071f;
  height: 56px;
  padding: 20px;
  text-decoration: none;
}

.section-btn:hover {
  color: #9c7a37;
  border-bottom: 1px solid #9c7a37;
}

.section-tabs {
  padding-top: 80px;
}

.section-tabs.colour {
  background-color: #fbfaf7;
  border-top: 1px solid #eae3d7;
  border-bottom: 1px solid #eae3d7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-tabs.both {
  padding-bottom: 70px;
}

.floor-plans-gid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.floor-block {
  background-color: #fff;
  border: 1px solid #e4ddcf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  text-decoration: none;
  transition: border-color .2s ease-in-out, border-width .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
  display: flex;
}

.floor-block:hover {
  border-width: 1.4px;
  border-color: #c89b3c;
  transform: translate(0, -8px);
  box-shadow: 0 11px 34px #00000014;
}

.floor-plan-count {
  color: #c89b3c;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.floor-plans-name {
  color: #04071f;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.view-pdf {
  color: #876722;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.download-btn {
  color: #8d6b25;
  border-bottom: 1px solid #8d6b25;
  justify-content: center;
  align-items: center;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.amen-icon {
  height: 40px;
  margin-bottom: 12px;
}

.amen-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.amenities-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.amen {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.gallery-title-block {
  background-color: #00000080;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.lightbox-gallery {
  padding-bottom: 0;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  overflow: visible;
}

.lightbox-gallery:hover {
  transform: translate(0, -4px);
}

.gallery-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.btn {
  color: #9c7a37;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: sub;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #9c7a37;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn:hover {
  color: #fff;
  background-color: #c89b3c;
  border-color: #c89b3c;
  box-shadow: 0 8px 20px #b48b3740;
}

.btn:active {
  background-color: #be8a32;
}

.btn.home {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn.brochuer {
  width: 250px;
}

.btn.brochuer._2 {
  width: 220px;
}

.btn.sm {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 212px;
  display: flex;
}

.btn.sm.xl {
  width: 230px;
}

.btn.color-blank {
  background-color: #fff0;
}

.btn.color-blank:hover {
  background-color: #9c7a37;
}

.btn.color-blank.sm {
  letter-spacing: 1px;
  width: auto;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 400;
}

.btn.color-blank.sm:hover {
  border-color: #9c7a37;
}

.btn.home-banner {
  width: 246px;
  padding: 16px;
}

.btn.xl {
  padding: 14px 20px;
}

.know-more-arrow {
  margin-top: -4px;
  margin-left: 6px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
}

.download-arrow {
  margin-top: -4px;
  margin-left: 6px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 20px;
}

.btn-shot {
  color: #9c7a37;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #9c7a37;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 176px;
  padding: 14px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-shot:hover {
  color: #fff;
  background-color: #c89b3c;
  border-color: #c89b3c;
  box-shadow: 0 8px 20px #b48b3740;
}

.btn-shot:active {
  background-color: #be8a32;
}

.icon-con-about {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.jour-icon {
  width: 24px;
  height: 24px;
}

.location-map {
  border-radius: 0;
  width: 440px;
  height: 200px;
}

.h1-cap {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
}

.inner-header {
  background-color: #fbfaf7;
  border-top: 1px solid #eae3d7;
  border-bottom: 1px solid #eae3d7;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 40px;
}

.inner-header.inner {
  border-top-style: none;
}

.partner-img {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  margin-top: 10px;
}

.home-banner {
  height: auto;
}

.eyebrow {
  color: #8d6b25;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.eyebrow.center {
  text-align: center;
  font-family: Playfair Display, sans-serif;
}

.jour-icon-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.p-sm {
  font-size: 14px;
  line-height: 20px;
}

.p-sm.center, .p-sm.jour {
  text-align: center;
}

.footer-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

.footer-link {
  color: #04071f;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.footer-cube-block {
  border-right: 1px #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.footer-con {
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
}

.point {
  color: #8d6b25;
}

.footer-address-bottom {
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.footer-address-bottom.link {
  color: #04071f;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.h2-no-cap {
  text-transform: none;
}

.cont-title {
  margin-bottom: 30px;
}

.sm-title {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Playfair Display, sans-serif;
}

.con-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.cont-block {
  margin-bottom: 14px;
}

.link {
  color: #9c7a37;
  border-bottom: 1px solid #9c7a37;
  text-decoration: none;
}

.deliverd-btn {
  color: #9c7a37;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #9c7a37;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.sub-title-golden {
  color: #9c7a37;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.arrow-block {
  background-color: #fff0;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
}

.arrow-block:hover {
  background-color: #ffffffe6;
  border-color: #9c7a37;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #9c7a37;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.whatsapp-btn {
  color: #c89b3c;
  -webkit-text-stroke-color: #c89b3c;
  text-overflow: ellipsis;
  border: 1px solid #c89b3c;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.whatsapp-golder {
  height: 18px;
  margin-right: 10px;
}

.whatsapp-white {
  height: 18px;
  margin-right: 10px;
  display: none;
}

.navbar-no-shadow-home {
  z-index: 99;
  background-image: linear-gradient(#fff, #ffffff4d 70%, #fff0);
  border-bottom: 1px #0000001a;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: #fff0;
}

.bold-text-2 {
  letter-spacing: 1px;
}

.h2-small {
  text-align: left;
  margin-bottom: 6px;
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
}

.h2-small.center {
  text-align: center;
}

.text-span {
  font-family: Georgia, Times, Times New Roman, serif;
}

.thank-you {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 6px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h2.lower-case {
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  p {
    line-height: 22px;
  }

  .navbar-no-shadow-container {
    background-color: #fff;
    border-bottom: 1px solid #eae3d7;
    max-width: none;
    padding: 6px 10px 6px 20px;
    position: fixed;
  }

  .container-regular {
    min-height: auto;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-bottom: 0;
  }

  .nav-link {
    text-align: left;
    border-bottom: 1px solid #0000000f;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0 16px 20px;
    font-size: 14px;
  }

  .nav-link.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-button-wrapper {
    width: auto;
    margin-left: 20px;
  }

  .menu-button {
    color: #be8a32;
    background-color: #fbfaf7;
    border-radius: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #be8a32;
    border-radius: 4px;
  }

  .banner {
    height: 60vh;
  }

  .banner-img {
    height: 70vh;
  }

  .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-container {
    width: auto;
    height: 60vh;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .banner-shade {
    background-image: linear-gradient(90deg, #fff, #fff 26%, #fff0);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-con {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .icon-con.jour {
    margin-bottom: 6px;
    line-height: 24px;
  }

  .banner-title {
    width: auto;
  }

  .section {
    padding-bottom: 40px;
  }

  .section.both {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.menu {
    overflow: hidden;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .banner-intro {
    font-size: 28px;
    line-height: 34px;
  }

  .cube-icon {
    max-width: none;
    height: 36px;
    margin-bottom: 8px;
  }

  .cube-block, .cube-block.line-remove {
    padding-left: 0;
    padding-right: 0;
  }

  .p-banner {
    letter-spacing: .5px;
    width: auto;
    line-height: 18px;
  }

  .section-shot-space {
    height: auto;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .p-center {
    line-height: 24px;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .h2-center {
    font-size: 24px;
  }

  .tabs {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
  }

  .tab-btn {
    white-space: nowrap;
  }

  .tab-link-tab-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 20px;
    padding-bottom: 40px;
    display: grid;
  }

  .ftr-chip {
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 10px 12px 10px 16px;
  }

  .chip {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .ftr-block-area {
    margin-bottom: 0;
  }

  .ftr-cube {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shot-block {
    width: auto;
  }

  .inner-banner {
    height: auto;
    margin-top: 0;
  }

  .inner-banner.approach {
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 55px;
    display: flex;
  }

  .inner-banner.terms {
    padding-top: 40px;
  }

  .inner-banner.thankyou {
    justify-content: center;
    align-items: center;
    height: 93vh;
    margin-top: 55px;
    display: flex;
  }

  .columns {
    flex-flow: column wrap;
    width: 100%;
  }

  .column {
    padding: 0 0 20px;
  }

  .jour-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .jour-block-area {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .jour-line {
    width: 4px;
    height: 236px;
    left: 8px;
  }

  .jour-line.approach {
    width: 2px;
    height: 540px;
    top: 30px;
    left: 20px;
  }

  .jour-circle {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .jour-circle.approach {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .inner-banner-block.boder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sub-title-block {
    margin-bottom: 4px;
  }

  .sub-title {
    font-size: 16px;
    line-height: 22px;
  }

  .sub-title.cap {
    font-size: 12px;
  }

  .sub-title.center {
    text-align: center;
  }

  .sub-title-circle {
    line-height: 20px;
  }

  .form {
    width: 100%;
    padding-left: 0;
  }

  .form.full {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
  }

  .form-block.message {
    margin-left: 0;
    margin-right: 0;
  }

  .form-cube {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .project-image {
    width: 100%;
    max-width: none;
  }

  .lightbox-link {
    width: auto;
  }

  .sm-image {
    width: auto;
    height: 200px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    height: auto;
  }

  .detail-icon {
    width: 30px;
  }

  .detail-con {
    width: auto;
  }

  .column-2 {
    margin-top: 20px;
    padding-left: 0;
  }

  .overview-block {
    padding-left: 0;
    padding-right: 0;
  }

  .p-shot {
    width: auto;
    line-height: 22px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cont-area {
    justify-content: flex-start;
    align-items: center;
  }

  .columns-2 {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
  }

  .logo {
    width: 96px;
  }

  .jour-cube {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 310px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .jour-p {
    text-align: left;
    margin-left: 30px;
    line-height: 19px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item {
    width: 100%;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 20px;
    display: grid;
  }

  .cube-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-address.light {
    display: none;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 4px;
    display: flex;
  }

  .proj-cube {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .project-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .section-block-btn {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
  }

  .section-tabs {
    padding-bottom: 60px;
  }

  .section-tabs.colour {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-tabs.both {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .floor-plans-gid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .floor-block {
    height: 180px;
  }

  .floor-plan-count {
    font-size: 34px;
  }

  .floor-plans-name {
    font-size: 20px;
  }

  .amenities-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 10px;
  }

  .gallery-title-block {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn {
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 14px 26px;
  }

  .btn.brochuer {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .btn.brochuer._2 {
    width: 260px;
  }

  .btn.sm {
    width: auto;
  }

  .btn.color-blank {
    letter-spacing: 1px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
  }

  .btn.home-banner {
    color: #fff;
    background-color: #9c7a37;
    width: 260px;
  }

  .know-more-arrow {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .btn-shot {
    width: 166px;
    padding: 12px 26px;
  }

  .icon-con-about {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .location-map {
    width: auto;
    margin-bottom: 20px;
  }

  .inner-header {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .inner-header.inner {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .partner-img {
    margin-top: 10px;
  }

  .jour-icon-title {
    margin-bottom: 0;
  }

  .p-sm.jour {
    text-align: left;
    margin-left: 50px;
  }

  .footer-title {
    margin-bottom: 10px;
  }

  .footer-cube-block {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .footer-address-bottom {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .footer-address-bottom.link {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
  }

  .con-number {
    justify-content: flex-start;
    align-items: center;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    display: none;
  }

  .shot-block-area {
    margin-top: 40px;
  }

  .h2-small {
    font-size: 24px;
    line-height: 28px;
  }

  .thank-you {
    text-align: center;
    margin-bottom: 0;
  }
}

#w-node-_3a83d095-52a6-a9b7-05e3-6aab0e83d36a-358d2d22 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_26319692-471c-4304-345d-cfea476543dd-0df8bf5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


