html {
  scroll-behavior: smooth
}

::selection {
  color: #fff;
  background: #9b8b76
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTXtHA-Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Lato;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display';
  font-weight: 500
}

.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: 0 0;
  display: flex;
  line-height: 11px !important;
  background-color: red;
  color: #fff !important;
  font-size: 9px !important
}

.overflow-visible {
  overflow: visible !important
}

a {
  color: #282928;
  text-decoration: none;
  outline: 0;
  transition: all .3s linear
}

a:hover {
  color: #292929
}

a,
button {
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

p:last-child {
  margin-bottom: 0
}

img {
  max-width: 100%;
  height: auto;
  width: 100%
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px !important
}

p:last-child {
  margin-bottom: 0
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px
}

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent
}

.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent
}

.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px
}

ul:last-child {
  margin-bottom: 0
}

iframe {
  border: none
}

a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0
}

.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both
}

section {
  position: relative;
  padding: 80px 0 !important;
  overflow: hidden
}

.white-bg {
  background-color: #fff
}

.gray-bg {
  background-color: #f8f8f8
}

.full-width {
  width: 100%
}

.center {
  text-align: center
}

.overflow-visible {
  overflow: visible !important
}

.section-title h1,
.section-title h2 {
  font-size: 46px;
  line-height: 56px;
  color: #fff8ef;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: inline-block
}

.section-title h1 span,
.section-title h2 span {
  font-family: Lato;
  font-weight: 500 !important;
  font-size: 38px
}

.section-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2
}

.section-title:last-child {
  margin-bottom: 0
}

.tagline {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 18px
}

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

.theme-btn {
  position: relative;
  background: rgb(58 58 58 / 10%);
  border: 0;
  color: #282928;
  display: inline-block;
  padding: 15px 40px;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 0;
  border: none
}


.thank-you-logo {
  width: 190px;
}

/* .theme-btn:hover {
  color: #fff;
  box-shadow: inset 600px 0 0 0 #9b8b76
} */



.theme-btn-white {
  width: 100%;
  border: none;
  color: #fff;
  background-color: rgb(95 82 63 / 70%)
}

/* .theme-btn-white:hover {
  color: #fff;
  box-shadow: inset 600px 0 0 0 #9b8b76
} */


.head-title {
  color: black;
  font-size: 32px;
}

.col-form {
  position: relative;
  margin-bottom: 20px
}

.theme-input {
  position: relative
}

.col-middle {
  display: table;
  width: 100%
}

.col-middle-inner {
  display: table-cell;
  vertical-align: middle
}

button:focus {
  outline: 0
}

#back2top.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1
}

#back2top {
  position: fixed;
  bottom: 74px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 111;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none
}

#back2top img {
  visibility: visible !important;
  width: 42px;
  background-color: #fff;
  border-radius: 50%
}

#back2top .up-arrow {
  margin-top: 4px;
  border-width: 2px 0 0 2px
}

.thankyou-msg {
  font-size: 16px !important;
  color: #fff !important;
  background: 0 0 !important
}

.form-group,
.form-group-wrapper {
  position: relative
}

label.error {
  color: #fff;
  background: red;
  font-size: 8px;
  position: absolute;
  left: 15px;
  bottom: -20px;
  line-height: 13px !important;
  top: auto;
  font-weight: 700
}

.form-control.error {
  border-color: red
}

.modal .form-control.error {
  margin-bottom: 30px
}

.contact-form label.error {
  bottom: -16px;
  width: inherit
}

.form-control {
  border-radius: 0
}

.modal .form-control.error {
  margin-bottom: 30px
}


.section-amenities {
  background-color: #292929;
  padding: 3rem 3rem !important;
  max-width: 100%;

}

.modal {
  z-index: 99999;
  display: block;
  visibility: hidden
}

.modal[style="visibility: visible;"] .modal-background {
  opacity: .7
}

.modal-content {
  border: 0;
  border-radius: 0
}

.modal-card-head {
  background-color: transparent;
  border: 0;
  padding: 20px 30px;
  height: inherit;
  border-radius: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0%);
  position: relative
}

.modal-card {
  top: 50%;
  max-width: 500px;
  margin: 0 auto;
  max-height: inherit;
  -webkit-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  -o-transform: translate(0, -55%);
  transform: translate(0, -55%);
  transition: all .3s linear;
  opacity: 0
}

.modal-card {
  background-color: #fff
}

.modal-card-title {
  margin: 0;
  text-transform: uppercase;
  color: #9b8b76
}

.modal-background {
  background-color: #000;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden
}

.modal[style="visibility: visible;"] .modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1
}

.modal[style="visibility: visible;"] .modal-background {
  opacity: .5;
  visibility: visible
}

.col-form label {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #232323;
  margin: 0;
  font-weight: 400
}

.col-form label small {
  font-size: 9px
}

.close {
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 60px;
  max-height: 60px;
  text-align: center;
  width: 60px;
  font-size: 23px;
  height: 60px;
  line-height: 45px;
  background: 0 0 !important;
  border: 0 !important;
  margin: 0 !important;
  color: #fff;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
  z-index: 9
}

.close svg {
  width: 40px;
  height: 40px
}

.close:hover {
  opacity: 1
}

.thankyou-block {
  background-color: #fff;
  height: 100vh
}

.thankyou-block h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase
}

.list-point {
  padding: 0
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px
}

.list-point li:last-child {
  margin-bottom: 0
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  left: 0;
  top: 8px
}

.splide__slide img {
  width: 100%
}

.splide__arrow.splide__arrow--next:disabled,
.splide__arrow.splide__arrow--prev:disabled {
  display: none
}

.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 15px 15px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff !important;
  font-size: 14px;
  border-bottom: 1px solid #fff
}

.modal-card-body {
  padding: 30px !important;
  background-color: #fff
}

.col-form label span {
  color: red
}

.title-tagline {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 15px;
  display: block
}

.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #fff;
  position: absolute;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in
}

.close-button svg {
  display: block
}

.close-button:hover {
  opacity: .8;
  cursor: pointer
}

.form-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff
}


header {
  position: fixed;
  z-index: 999;
  padding: 8px 30px;

  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff8ef;
  -moz-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  -ms-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  -o-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  -webkit-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  border-bottom: 1px solid #00000030;
}

#header:before {
  background-size: cover
}

.nav-link:hover {
  font-weight: 800
}

#header .columns {
  position: relative;
  z-index: 9
}

.col-header:last-child {
  text-align: right;
  padding: 0
}

.header-primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle
}

.col-header:first-child {
  max-width: 200px;
}

.nav-item {
  display: inline-block;
  padding: 8px 10px
}

#section-banner {
  margin-top: 80px;
}

.white-text {
  color: #fff !important
}

.theme-bg {
  background-color: #9b8b76
}

.theme-padding {
  padding: 0 140px;
  position: relative;
  z-index: 9
}

.location-column {
  margin-top: 60px
}

.location-block {
  padding: 0 0 0 60px
}

.section-title h2.white-text:before {
  background-color: #fff !important
}

.js-scroll {
  opacity: 0;
  transition: opacity .5s
}

.js-scroll.scrolled {
  opacity: 1
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both
}

.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both
}

.scrolled.fade-in-left {
  animation: fade-in-left 1s ease-in-out both
}

.scrolled.fade-in-right {
  animation: fade-in-right 1s ease-in-out both
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
  }

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

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }

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

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/* .delay1 {
  -webkit-animation-delay: .1s !important;
  animation-delay: .1s !important
}

.delay2 {
  -webkit-animation-delay: .2s !important;
  animation-delay: .2s !important
}

.delay3 {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important
}

.delay4 {
  -webkit-animation-delay: .4s !important;
  animation-delay: .4s !important
} */

.sticky-btn-enquire {
  position: fixed !important;
  top: 282px;
  right: -71px;
  font-size: 18px !important;
  padding: 8px 15px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  transition: all .3s linear;
  background-color: #9b8b76;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff
}

.sticky-form.open {
  right: 0
}

.sticky-form {
  position: fixed;
  top: 40%;
  cursor: pointer;
  z-index: 9999;
  right: -400px;
  background: #9b8b76;
  padding: 30px 30px 24px 30px;
  max-width: 400px;
  width: 400px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  box-shadow: rgb(0 0 0 / 16%) 0 1px 4px
}

.close-form {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center
}

.close-form span {
  color: #9b8b76;
  font-size: 25px;
  line-height: 30px
}

a.sticky-btn-enquire:hover {
  background-color: #0076bc
}

#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0
}

#scontactform .sm-form-control::-webkit-input-placeholder {
  color: #9b8b76 !important
}

#scontactform .sm-form-control::-moz-placeholder {
  color: #9b8b76 !important
}

#scontactform .sm-form-control:-ms-input-placeholder {
  color: #9b8b76 !important
}

#scontactform .sm-form-control:-moz-placeholder {
  color: #9b8b76 !important
}

.modal .sm-form-control {
  border-bottom: 1px solid #9b8b76;
  color: #9b8b76 !important
}

.contact-section {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 0 0 15px;
  width: 100%;
  z-index: 9999;
  background: #9b8b76;
  right: 0;
  border-top: 1px solid #f8f6ea;
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)
}

.contact-section .col-form {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 15px;
  margin: 0 0 15px !important
}

#inquiry-submit1 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #9b8b76
}

#inquiry-submit1:hover {
  color: #fff
}

.col-form-title {
  display: none
}

.contact-section .col-form .sm-form-control {
  /* padding: 10px 10px 10px 0; */
  border-bottom: 1px solid #fff;
  color: #fff !important
}

.contact-section .sm-form-control::-webkit-input-placeholder {
  color: #fff !important
}

.contact-section .sm-form-control::-moz-placeholder {
  color: #fff !important
}

.contact-section.sm-form-control:-ms-input-placeholder {
  color: #fff !important
}

.contact-section .sm-form-control:-moz-placeholder {
  color: #fff !important
}

.nav-item:last-child {
  margin-left: 10px
}

.closeYbox:hover::after,
.closeYbox:hover::before {
  background-color: #9b8b76
}

.golden-pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(../images/patterns/golden-lines.png);
  z-index: 1
}

.modal-card-body form {
  position: relative;
  z-index: 9
}

.light-bg {
  background-color: #fff8ef
}

#section-banner picture,
.overview-img picture {
  display: flex
}

.overview-text p {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 32px;
  line-height: 54px !important;
  margin-bottom: 30px;
}

.overview-desc {
  padding: 0 60px;
}

.overview-text {
  position: relative;
  z-index: 9
}

.overview-text p span {
  color: #9b8b76
}

.overview-inner {
  position: relative;
  margin-left: 60px;
  z-index: 9;
  padding-top: 40px !important
}

.overview-inner:before {
  content: "";
  background-color: #292929;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  position: absolute;
  z-index: 0
}

.overview-inner:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-image: url(../images/patterns/star-pattern.png);
  background-size: cover
}

.overview-inner .columns {
  position: relative;
  z-index: 9
}

.overview-img {
  position: relative
}

.overview-img img {
  z-index: 9;
  padding-right: 200px;
}

.col-overviews:first-child {
  position: relative
}

.title-divider {
  width: 140px;
  position: absolute;
  right: auto;
  height: 8px;
  background-color: #9b8b76;
  display: inline-block;
  z-index: 99;
  bottom: 60px;
  left: -100px
}




/* configuration */



.plans-section {
  position: relative;
  background-color: #2a2a2a;
}



.plans-section .tabs-content .tab .image img {
  width: 100%;
  display: block;
}



.plans-section .plans-tab .floorplan-btn {
  position: absolute !important;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 1;
}

.plans-section .title-column {
  position: relative;
  margin-bottom: 0px;
}

.plans-section .title-column .inner-column {
  position: relative;
  padding-top: 65px;
  padding-right: 40px;
  padding-left: 52px;
}

.plans-section .title-column .inner-column h2 {
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

.plans-section .title-column .inner-column .text {
  position: relative;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 2px;
  margin-bottom: 40px;
}


table,
th,
td {
  border: 1px solid #9b8b76 !important;
  text-align: center;
  padding: 4px;
  color: #fff;
}



.btn-style-three {
  position: relative;
  padding: 11px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #9b8b76;
  color: #fff;
  border: 1px solid #9b8b76;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: Lato;
}

.btn-style-three:hover {
  background: transparent;
  color: #ffffff;
  border-color: #9b8b76;
}



.image-column {
  padding-right: 0px !important;
  padding-left: 0px !important;
  width: 50%;
  position: relative;
  background-size: cover;
  background-position: center center;
}


.inner-column h2 {
  font-family: "Cardo", serif !important;
}


#floorplan .image-column:before {
  content: none !important;
}


.clearfix-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Lato;
}



.title-column table tr td,
th {
  text-align: inherit;
  color: white;
  padding: 8px 14px;
  font-family: Lato;
}

.title-column table tr td span {
  cursor: pointer;
}

.title-column table tr td span:hover {
  cursor: pointer;
  color: #9b8b76;
}



.title-column table tr th {
  color: #9b8b76;
  font-family: Lato;
  font-size: 17px;
}




/* CTA btns */
.download-brouch {
  border: none;
  color: #fff;
  background-color: rgb(95 82 63 / 70%);
  width: fit-content;
  padding: 12px 31px;
  z-index: 1;
  margin-top: 22px;
  margin-left: 60px;

}



.get-direction {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}


.schedule-a-site-visit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


#section-view {
  padding-bottom: 30px !important;
  padding-top: 10px !important;
}



.on-request-btn {
  background-color: black;
}

.on-request-btn:hover {
  background-color: #9b8b76;
}









#section-overview1 {
  padding-bottom: 140px !important
}

.black-text {
  color: #292929 !important
}

.luxury-view-head {
  text-align: center;
}


#section-location .section-title h2 i {
  position: relative
}

#section-location .section-title h2 i:before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9b8b76;
  right: -10px;
  z-index: -1
}

.row-location {
  margin-top: 60px !important;
  background-color: #9b8b76;
  border-bottom: 10px solid #9b8b76
}

.location-img picture {
  display: flex
}

.location-list {
  padding: 30px
}

.mb-3 {
  margin-bottom: 30px;
}

.location-small-text span {
  position: absolute;
  left: 110px;
  bottom: -25px;
  font-size: 12px;
}

.amenities-list {
  margin-bottom: 20px;
}

.location .section-title {
  padding: 0 30px;
  max-width: 1050px;
  margin: 0 auto;
}

.list-points li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px
}

.list-points li:last-child {
  margin-bottom: 0
}

.list-points li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff8ef;
  left: 0;
  top: 10px
}

.list-points li span {
  font-size: 18px;
  font-weight: 600
}

.black-bg {
  background-color: #292929
}

#footer {
  position: relative
}

#contactus_modal,
#inquiry-submit1 {
  padding: 8px 30px;
  font-weight: 400
}

#footer {
  position: relative;
  padding: 80px 20px 85px 20px;
  margin-top: -60px
}

.footer1_detail p,
.footer1_detail span {
  display: inline-block
}

.powered-by-text:hover {
  color: #9b8b76
}

#section-disclaimer p {
  font-size: 14px;
  line-height: 24px !important
}

#section-disclaimer h3 {
  font-family: Lato;
  margin-bottom: 20px
}

.rera-block img {
  width: 100px;
}

.rera-block p {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: normal;
  line-height: 28px !important;
}

.rera-block span {
  font-size: 13px
}

.rera-block span a:hover {
  color: #9b8b76
}

.address-block img {
  width: inherit
}

.address-block {
  position: relative;
  z-index: 9
}

.address-text {
  padding: 30px;
  background-color: #292929;
  margin: 0 140px
}

.address-img picture {
  display: inline;
  align-items: center;
  justify-content: center
}

.address-img img {
  max-width: 60%;
}

.address-img {
  padding: 40px
}

#section-rera {
  margin-top: -43px;
  padding-top: 68px !important;
  margin-bottom: -52px;
}

.modal[style="visibility: visible;"] .modal-background {
  opacity: .8;
  visibility: visible
}

.map-img {
  position: relative
}

.col-necklace:last-child .title-divider {
  right: -170px;
  left: auto;
  bottom: 100px
}

.map-img img {
  position: relative;
  z-index: 9
}

.nearbyslider {
  background-color: #fff;
  margin-top: 40px;
  margin-left: 60px;
  padding: 60px 0 60px 60px
}

.nearby-img img {
  width: inherit
}

.nearby-img {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: middle
}

.nearby-w {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .3s linear
}

.nearby-w img {
  position: relative;
  z-index: 9
}

.nearby-b {
  transition: all .3s linear
}

.nearby-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 125px);
  margin-left: 20px
}

.nearby-img {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  border: 1px solid #323232;
  border-radius: 50%
}

.nearby-block:hover .nearby-b {
  opacity: 0
}

.nearby-block:hover .nearby-w {
  opacity: 1
}

.nearby-block {
  cursor: pointer
}

.nearby-w:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #9b8b76;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%
}

#connectivity-slider .splide__arrow {
  width: 50px;
  height: 50px;
  background-color: #292929;
  opacity: 1;
  z-index: 9
}

#connectivity-slider .splide__arrow:disabled {
  display: block !important;
  width: 50px;
  height: 50px;
  background-color: #c9c9c9
}

#connectivity-slider .splide__arrow svg {
  width: 20px;
  height: 20px
}

#connectivity-slider .splide__arrow svg path {
  fill: #fff
}

#connectivity-slider .splide__arrow--prev {
  left: 40px
}

#connectivity-slider .splide__arrow--next {
  right: 40px
}

.col-connectivity {
  position: relative
}

.golden-bg {
  background-color: #9b8b76
}

.why-text img {
  width: 80px
}

#why-slider {
  margin: 0 60px;
  background-color: #fff;
  position: relative;
  z-index: 99
}

.theme-logo img {
  max-width: 190px;
}


.view,
.why {
  background-color: #fff8ef;
}






.why-text ul li {
  color: #292929;
  margin-bottom: 4px
}

.why-text ul li:last-child {
  margin-bottom: 0
}

.why-text h3 {
  font-size: 22px;
  margin-bottom: 20px
}

.why-text ul li span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #292929;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  display: none
}

.why-text ul li p {
  display: inline-block;
  vertical-align: middle
}

.why-text {
  padding: 0 30px
}

#section-amenities:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #292929;
  width: calc(100% - 300px);
  height: 100%;
  z-index: 9
}

#section-amenities .columns {
  z-index: 99;
  position: relative
}

.col-amenities {
  z-index: 9
}

.amenities-block {
  position: relative;
  padding: 0 80px
}

.amenities-block .title-divider {
  bottom: auto;
  top: 40px;
  left: -70px;
  width: 140px
}

.amenities-icon img {
  width: 80px;
  border-radius: 50%;
  background-color: #2e2e2e
}

.amenities-icon,
.amenities-text {
  display: inline-block;
  vertical-align: middle
}

.amenities-text {
  width: calc(100% - 120px);
  margin-left: 15px;
  font-size: 14px;
}

.amenities-text p {
  font-size: 14px;
}

.amenities-list ul li {
  margin-bottom: 10px
}

.amenities-list ul li:last-child {
  margin-bottom: 0
}

.amenities1-img {
  position: relative
}

.amenities1-img:before {
  content: "";
  background-color: #292929;
  top: auto;
  right: 100px;
  width: 600px;
  height: 400px;
  position: absolute;
  background-image: url(../images/patterns/white-lines-sm.png);
  z-index: 1;
  opacity: .2;
  bottom: -40px;
  background-size: inherit
}

.amenities1-img img {
  z-index: 9;
  position: relative
}

.img-block picture {
  display: flex
}

.img-block .section-title {
  position: absolute;
  bottom: 40px;
  left: 140px
}

.img-block .section-title h2 {
  font-size: 40px;
  line-height: 50px
}

.img-block {
  position: relative
}

.img-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #000;
  background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%);
  height: 200px;
  width: 100%
}

#img-slider-track {
  overflow: visible
}

.img-block:after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 10px;
  width: 100px;
  background-color: #9b8b76;
  left: 140px
}

#img-slider .splide__arrow {
  width: 50px;
  height: 50px;
  background-color: #292929;
  opacity: 1
}

#img-slider .splide__arrow svg path,
#why-slider .splide__arrow svg path {
  fill: #fff
}

#img-slider .splide__arrow:disabled {
  opacity: 1 !important;
  display: block;
  background-color: rgb(40 40 40 / 30%)
}

#why-slider .splide__arrow {
  width: 50px;
  height: 50px;
  background-color: #000;
  opacity: 1
}

#why-slider .splide__arrow--prev {
  left: -25px !important
}

#why-slider .splide__arrow--next {
  right: -25px !important
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.sheth-logo img {
  width: 120px
}

.ym-logo-mobile {
  display: none !important;
}

.sheth-logo,
.ym-logo {
  display: inline-block;
  vertical-align: middle
}

.crafted-title .section-title,
.legacy-title .section-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px
}

.crafted-title .section-title h2,
.legacy-title .section-title h2 {
  font-size: 40px;
  line-height: 50px !important
}

.legacy-title {
  margin-bottom: 30px
}

.legacy-icon {
  display: inline-block;
  vertical-align: top;
  width: 60px
}

.legacy-desc {
  display: inline-block;
  width: calc(100% - 80px);
  margin-left: 10px;
  vertical-align: top
}

.legacy-list {
  margin-top: 40px
}

.legacy-desc p {
  font-size: 18px;
  font-weight: 600
}

.legacy-block {
  padding: 0 10px
}

.legacy-desc p span {
  font-size: 14px;
  line-height: 14px !important;
  font-weight: 100
}

.section-crafted {
  /* margin-left: 140px; */
  /* margin-top: 60px; */
  padding: 80px;
  z-index: 9;
  /* position: relative; */
}

.ym-logo img {
  width: 100px
}

.projects-block {
  position: relative
}

.projects-block .title-divider {
  bottom: auto;
  top: 70px;
  left: -60px;
  width: 120px
}

#section-projects .columns {
  position: relative;
  z-index: 99
}

#section-projects {
  padding-top: 200px !important;
  margin-top: -100px
}

#section-legacy {
  overflow: visible;
  border-bottom: 2px solid #9b8b76;
}

#section-project {
  border-bottom: 2px solid #9b8b76;
}

.tabs-main li img {
  width: inherit
}

.tabs-main li {
  width: 40%;
  display: inline-block;
  float: left;
  padding-right: 10px;
  opacity: .7
}

.tabs-main li.is-active {
  opacity: 1
}

.tabs-main li p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px
}

.tabs-main {
  display: inline-block;
  margin-bottom: 60px
}

.project-list ul {
  margin-bottom: 30px;
  margin-left: 15px
}

.project-list ul li:before {
  display: none
}

.project-list ul li {
  color: #292929;
  font-size: 20px;
  padding-left: 0;
  margin-bottom: 15px
}

.project-inner h2 {
  font-family: Lato;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700
}

.project-list h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato;
  letter-spacing: 2px
}

.overview-sub-text {
  position: absolute;
  bottom: 200px;
  left: 60px
}

.overview-sub-text p {
  font-family: 'Playfair Display';
  font-size: 14px;
  line-height: 24px !important;
  max-width: 700px;
}

#section-overview.golden-pattern:before {
  height: calc(100% - 200px)
}

#section-overview.golden-pattern:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 584px;
  opacity: 1;
  background-image: url(../images/patterns/half-triangle.png);
  z-index: 1;
  bottom: -384px
}

#section-overview {
  overflow: visible;
  background-color: #fff8ef;
}

.row-necklace {
  margin-top: 140px !important;
  position: relative;
  padding-bottom: 30px;
}

.row-necklace:before {
  background-color: #292929;
  content: "";
  position: absolute;
  top: -80px;
  left: 40px;
  right: 40px;
  margin: 0 auto;
  width: calc(100% - 80px);
  height: 150%;
  border-top: 10px solid #9b8b76
}

.connectivity-text {
  padding: 0 100px;
}

.fw-600 {
  font-weight: 600;
}

.rera-block span a:hover {
  color: #292929;
}

.lists-points ul li {
  color: #292929;
  margin-bottom: 8px;
  font-size: 14px;
}

.lists-points ul li:last-child {
  margin-bottom: 0
}

.lists-points ul li b {
  text-transform: uppercase
}

/* #section-connectivity:before {
  background-color: #292929;
  content: "";
  position: absolute;
  top: -80px;
  left: 40px;
  right: 40px;
  margin: 0 auto;
  width: calc(100% - 80px);
  height: 320px
} */

.pattern {
  position: absolute
}

.circle-pattern {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
  text-align: center
}

.circle-pattern img {
  width: inherit
}

#section-connectivity {
  padding-top: 160px !important
}

.luxury-text {
  padding: 80px;
  width: calc(100% - 140px);
  z-index: 9;
  text-align: start !important;
}

.luxury-text h2.black-text {
  text-transform: none;
  font-size: 40px;
  line-height: 50px !important
}

.luxury-text p {
  font-size: 22px;
  line-height: 32px !important
}

/* #section-luxury {
  padding-top: 200px !important
} */

/* #section-amenities1:after {
  content: "";
  position: absolute;
  background-color: #292929;
  height: 100px;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 9
} */

.row-amenities1 {
  position: relative;
  z-index: 99
}

.amenities1-text {
  padding: 60px;
  text-align: center;
}

.amenities1-text .section-title h2 {
  text-transform: none
}

.amenities1-subtext h3 {
  margin-bottom: 20px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 500
}

.legacy-text {
  display: inline-block;
  width: calc(100% - 190px);
  margin-left: 30px;
  vertical-align: middle
}

.sheth-logo {
  padding-right: 30px;
  border-right: 2px solid #9b8b76
}

.crafted-title .legacy-text {
  width: calc(100% - 130px);
  padding: 30px 0 30px 30px;
  border-left: 1px solid #9b8b76;
  margin-left: 0
}

.crafted-title .ym-logo {
  width: 120px;
  padding-right: 20px
}

.crafted-title .ym-logo {
  width: 120px;
  padding-right: 20px
}

#section-disclaimer {
  padding: 0 60px !important
}

.disclaimer-text {
  padding: 40px 140px;
  z-index: 9;
  position: relative
}

.pdf-icons {
  padding-top: 30px;
}

.awards-list ul,
.pdf-icons ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between
}

.awards-main-img {
  padding-left: 30px
}

.pdf-main-content {
  padding-left: 50px
}

.awards-list {
  padding-right: 30px
}

.awards-list {
  padding-right: 30px;
  border-right: 2px solid #9b8b76
}

/* #section-awards {
  padding: 30px 0 !important
} */

/* #section-project {
  margin-top: -100px
} */

.col-project {
  padding: 140px !important;
}

.col-project:first-child {
  background-color: #fff8ef;
  position: relative
}

.project-inner {
  position: relative;
  z-index: 99
}

.col-project:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 2px;
  background-color: #9b8b76;
  z-index: 2;
  top: 0
}

.project-img {
  position: absolute;
  z-index: 9;
  right: -30px;
  bottom: 0
}

.project-img img {
  width: 400px
}

.col-project {
  position: relative
}

.project-right-text {
  position: absolute;
  left: 20px;
  bottom: 120px;
  z-index: 99
}

.project-right-text span {
  color: #9b8b76;
  font-size: 180px
}

.project-right-text p {
  margin-left: 23px;
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase
}

.project-right-text h3 {
  font-family: Lato;
  margin-left: 23px;
  text-transform: uppercase;
  font-size: 24px;
  max-width: 400px;
  line-height: 34px !important;
  letter-spacing: 2px
}

.overview-sub-text-mob {
  display: none
}

.triangle-pattern {
  position: relative
}

.triangle-pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(../images/patterns/half-triangle1.png);
  z-index: 1
}

#section-luxury picture {
  display: flex
}

.view-title p {
  font-size: 26px;
  line-height: 36px !important
}

.col-view ul,
.plans-wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center
}

.tab-inner {
  margin-top: 60px
}

.col-view ul li,
.plans-wrapper ul li {
  width: 100%;
  margin: 0 10px
}

.col-view ul li.is-active a,
.plans-wrapper ul li.is-active a {
  background-color: #9b8b76;
  color: #fff
}

.col-view ul li a,
.plans-wrapper ul li a {
  padding: 15px 30px;
  border: 1px solid #9b8b76;
  width: 100% !important;
  display: inline-block;
  transition: all .3s linear
}

.col-view ul li:hover a,
.plans-wrapper ul li:hover a {
  background-color: #9b8b76;
  color: #fff
}

.view-title {
  padding-right: 100px
}

.view-img {
  position: relative
}

.view-img picture {
  display: flex
}

.view-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #9b8b76;
  z-index: 1;
  opacity: 0;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.view-img:hover:before {
  opacity: .7
}

.yBox {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9
}

.view-img:hover .yBox {
  opacity: 1
}

.yBox svg {
  color: #fff;
  width: 30px;
  height: 30px
}

.view-text {
  margin-top: 20px
}

.view-text p {
  color: #292929
}

.plans-wrapper ul {
  width: 550px;
  margin: 0 auto
}

.col-plan .view-img {
  border: 1px solid #9b8b76
}

.plan-row {
  padding: 140px 0
}

.planmain-text p {
  font-size: 26px;
  line-height: 46px !important
}

.plan-row .circle-pattern.pattern img {
  width: 800px
}

.plan-row .circle-pattern.pattern {
  top: 200px
}

.planmain-img picture {
  display: flex
}



#floorplan .image-column:before {
  content: none !important;
}


.plans-section .plans-tab .floorplan-btn {
  position: absolute !important;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  z-index: 1;
}





#section-view .columns,
.plans-wrapper .columns {
  display: flex;
  justify-content: center
}




@media screen and (max-width:1799px) {

  .section-title h1,
  .section-title h2 {
    font-size: 46px;
    line-height: 56px
  }
}

@media screen and (max-width:1599px) {
  .location-small-text span {
    bottom: -27px;
    font-size: 10px;
    left: 50px;
  }

  .overview-sub-text p {
    font-size: 12px;
    line-height: 24px !important;
    max-width: 600px;
  }

  .disclaimer-text {
    padding: 40px 60px
  }

  .address-text {
    margin: 0 60px
  }

  .col-project {
    padding: 60px !important
  }

  .section-crafted {
    padding: 60px
  }

  /* #section-amenities1:after {
    height: 60px
  } */

  /* .amenities1-text {
    padding: 0 30px
  } */

  .luxury-text {
    width: 100%
  }

  .connectivity-text .section-title h2 {
    font-size: 30px;
    line-height: 40px !important
  }

  .connectivity-text {
    padding: 0 60px 0 120px
  }

  .circle-pattern img {
    width: 900px
  }

  .overview-img img {
    padding-right: 60px
  }

  .tabs-main li {
    width: 45%
  }

  .section-crafted {
    margin-left: 60px
  }

  .amenities-icon {
    width: 70px;
    height: 70px
  }

  .amenities1-img:before {
    right: 60px
  }

  .amenities-block {
    padding: 0 30px
  }

  .section-title h1,
  .section-title h2 {
    font-size: 30px;
    line-height: 56px
  }

  .theme-padding {
    padding: 0 60px
  }

  .section-title h2 i:before {
    bottom: 4px;
    right: -12px
  }

  #section-location:after {
    width: calc(100% - 60px)
  }
}

@media screen and (max-width:1499px) {
  #connectivity-slider .splide__arrow svg {
    width: 15px;
    height: 15px
  }

  #connectivity-slider .splide__arrow {
    position: absolute;
    bottom: 0;
    top: auto;
    transform: none
  }

  #connectivity-slider .splide__arrow {
    width: 40px;
    height: 40px
  }

  #connectivity-slider .splide__arrow:disabled {
    width: 40px;
    height: 40px
  }

  #connectivity-slider .splide__arrow--next {
    right: auto;
    left: 100px
  }

  .connectivity-text ul li {
    font-size: 14px !important;
    margin-bottom: 4px
  }

  .luxury-text h2.black-text {
    text-transform: none;
    font-size: 34px;
    line-height: 44px !important
  }

  .connectivity-text .section-title h2 {
    font-size: 24px;
    line-height: 32px !important
  }

  /* #section-connectivity:before {
    height: 290px
  } */

  .connectivity-text {
    padding: 0 40px
  }

  .overview-desc {
    padding: 0 30px
  }

  .overview-text p {
    font-size: 30px;
    line-height: 40px !important
  }

  .overview-sub-text {
    bottom: 220px;
    left: 30px;
  }

  .overview-img img {
    padding-right: 30px
  }

  .overview-sub-text p {
    font-size: 12px;
    line-height: 20px !important;
    max-width: 540px;
  }
}

@media screen and (max-width:1440px) {
  .amenities-icon {
    width: 60px;
    height: 60px;
  }

  .overview-inner:before {
    height: 100%;
  }

  .overview-img img {
    max-width: 500px;
  }
}

@media screen and (max-width:1399px) {
  .col-view ul li a {
    padding: 15px 10px
  }

  .awards-list ul li img {
    width: 130px
  }

  .pdf-icons ul li img {
    width: 77px
  }

  .project-img img {
    width: 320px
  }

  .project-right-text span {
    font-size: 120px
  }

  .project-right-text h3 {
    font-size: 20px;
    line-height: 30px !important
  }

  .project-right-text p {
    font-size: 18px;
    margin-top: 10px
  }

  .section-crafted {
    padding: 40px
  }

  .amenities1-subtext h3 {
    margin-bottom: 10px
  }

  .amenities1-text h2 {
    font-size: 34px;
    line-height: 44px !important
  }

  .amenities1-text h2 span {
    font-size: 30px
  }

  /* #section-amenities1:after {
    height: 40px
  } */

  .luxury-text {
    padding: 80px 60px
  }

  /* #section-connectivity:before {
    height: 270px
  } */

  .why-text h3 {
    margin-bottom: 10px
  }

  .why-text {
    padding: 30px
  }

  .overviews-text {
    padding: 0 30px
  }

  .about-logo img {
    width: 100px
  }

  .about-logo {
    width: 240px;
    height: 240px
  }

  .amenities-img img {
    width: 60px;
    height: 60px
  }

  .amenities-img {
    width: 120px;
    height: 120px
  }

  .partners-logo img {
    height: 54px;
    width: auto
  }

  .nav-item:last-child {
    margin-left: 0
  }

  .nav-item {
    display: inline-block;
    padding: 25px 8px
  }
}

@media screen and (max-width:1216px) {

  .pdf-icons ul li {
    margin: 20px;
  }

  .overview-text p {
    margin-bottom: 30px;
  }

  .location-small-text span {
    left: 110px;
  }

  .planmain-text {
    padding: 30px
  }

  .planmain-text p {
    font-size: 20px;
    line-height: 34px !important
  }

  .plan-row {
    padding: 60px 0
  }

  .awards-list {
    padding-right: 0;
    border-right: none
  }

  .pdf-icons {
    padding-top: 10px;
  }

  .awards-list ul,
  .pdf-icons ul {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: none;
    flex-direction: row;
    flex-wrap: wrap
  }

  .awards-list ul li {
    width: 25%;
    text-align: center
  }

  .col-awards {
    width: 100% !important
  }

  .awards-main-img {
    padding-left: 0;
    text-align: center
  }

  .awards-main-img img {
    width: inherit
  }

  .project-img img {
    width: 280px
  }

  #section-luxury {
    padding-bottom: 0 !important
  }

  /* .amenities1-text {
    padding: 30px
  } */

  .luxury-text h2.black-text {
    font-size: 30px;
    line-height: 40px !important
  }

  .luxury-text p {
    font-size: 20px;
    line-height: 30px !important
  }

  .luxury-text {
    padding: 60px
  }

  #connectivity-slider .splide__arrow {
    bottom: -40px
  }

  #connectivity-slider .splide__arrow--prev {
    left: 30px
  }

  #connectivity-slider .splide__arrow--next {
    left: 80px
  }

  .row-necklace:before {
    top: -60px
  }

  .amenities-block {
    padding: 0 80px
  }

  .overview-sub-text-mob {
    display: block;
    position: relative;
    bottom: 0 !important;
    margin-top: 60px
  }

  .overview-sub-text-desk {
    display: none !important
  }

  .overview-inner:after {
    background-size: inherit
  }

  .col-projects {
    width: 100% !important
  }

  .projects-block {
    padding: 30px
  }

  .tabs-main li {
    width: 50%
  }

  .tabs-main {
    width: 100%
  }

  .col-legacy {
    width: 50% !important;
    margin-bottom: 30px
  }

  .col-legacy:last-child {
    margin-bottom: 0
  }

  .section-crafted {
    padding: 40px
  }

  .crafted-title .section-title h2,
  .legacy-title .section-title h2 {
    font-size: 32px;
    line-height: 42px !important
  }

  .col-amenities {
    width: 100% !important
  }

  #section-amenities:after {
    width: 100%
  }

  .amenities1-img:before {
    right: 30px;
    left: 30px;
    width: calc(100% - 60px)
  }

  .img-block .section-title {
    left: 60px
  }

  .img-block:after {
    left: 60px
  }

  .img-block .section-title h2 {
    font-size: 32px;
    line-height: 42px
  }

  .col-necklace:first-child {
    padding: 0 30px 30px !important
  }

  .col-overviews .section-title {
    text-align: center
  }

  .title-divider {
    display: none
  }

  .col-overviews:first-child {
    padding-left: 0 !important;
    margin-bottom: 40px
  }

  #section-overview1 {
    padding-bottom: 60px !important
  }

  .overviews-text {
    padding: 30px
  }

  .nav-item .theme-btn {
    padding: 8px 20px;
    font-size: 14px
  }

  .nav-link {
    font-size: 14px;
    line-height: 24px !important
  }

  .order-1 {
    order: 2
  }

  .order-2 {
    order: 1
  }

  .col-connectivity {
    width: 100% !important
  }

  .connectivity-text {
    padding: 30px
  }
}

@media screen and (max-width:1024px) {


  .head-title {
    color: black;
    font-size: 20px;
  }

  #section-rera {
    margin-bottom: -31px !important;
  }

  .section-amenities {
    padding: 1rem 1rem !important;
  }


  .col-overviews {
    width: 100% !important
  }

  .why-text ul li {
    width: 30%;
    flex: 0 0 30%;
    text-align: start;
  }

  .why-text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }

  .ym-logo-mobile {
    display: block !important;
    margin-right: 70px;
  }

  .ym-logo-desktop {
    display: none !important;
  }

  .view-title {
    padding: 0;
    margin-bottom: 30px
  }

  .disclaimer-text {
    padding: 30px
  }

  /* #section-project {
    margin-top: -40px
  } */

  .project-right-text {
    bottom: 30px
  }

  .project-right-text span {
    font-size: 100px
  }

  .project-right-text h3 {
    margin-left: 13px
  }

  .project-right-text p {
    margin-left: 13px
  }

  .col-project:first-child:before {
    content: none
  }

  .crafted-title .legacy-text {
    width: 100%;
    padding: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 20px
  }

  .luxury-text {
    padding: 50px
  }

  .luxury-text {
    width: calc(100% - 30px)
  }

  .luxury-text h2.black-text {
    font-size: 26px;
    line-height: 36px !important
  }

  .luxury-text p {
    font-size: 18px;
    line-height: 28px !important
  }

  .section-title h1 span,
  .section-title h2 span {
    font-size: 28px;
    line-height: 28px !important
  }

  .overview-text p {
    font-size: 24px;
    line-height: 34px !important
  }

  .overview-img img {
    padding-left: 10px;
    padding-right: 10px
  }

  #why-slider {
    margin: 0px 60px 0 60px;
  }

  .nearbyslider {
    margin-left: 30px
  }

  .why-text {
    padding: 20px
  }

  .nearby-img {
    width: 90px;
    height: 90px
  }

  .address-block img {
    /* width: 350px */
  }

  .section-title h2 i:before {
    bottom: 3px;
    right: -8px;
    width: 15px;
    height: 15px
  }

  .tagline {
    font-size: 14px
  }

  .section-title h1,
  .section-title h2 {
    font-size: 32px;
    line-height: 42px
  }

  .contact-section .col-form-btn {
    width: 100% !important
  }

  #section-banner {
    margin-top: 68px;
  }

  #header {
    background-color: #fff8ef
  }

  #header:before {
    content: none
  }

  #enquire-btn1 {
    right: -51px;
    padding: 8px 10px !important
  }

  .enquire-btn-res {
    display: block !important
  }

  #enquire-btn {
    /* padding: 8px 10px !important */
  }

  .nav-item .theme-btn:hover {
    border-radius: 10px 10px 0 0
  }

  .theme-block-title {
    font-size: 14px;
    line-height: 20px !important
  }

  .insomenu-bars {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer
  }

  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease .15s;
    transition: -webkit-transform ease .15s;
    transition: transform ease .15s;
    transition: transform ease .15s, -webkit-transform ease .15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #9b8b76
  }

  .insomenu-bars span:before {
    top: -8px
  }

  .insomenu-active .insomenu-bars span,
  .insomenu-active .insomenu-bars span:after,
  .insomenu-active .insomenu-bars span:before {
    opacity: 1
  }

  .insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
  }

  .insomenu-bars span:after,
  .insomenu-bars span:before {
    display: block;
    content: ''
  }

  .insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top .1s .14s ease, opacity .1s ease;
    transition: top .1s .14s ease, opacity .1s ease
  }

  .insomenu-bars span:after {
    bottom: -8px;
    width: 20px;
    -webkit-transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19)
  }

  .insomenu-active .insomenu-bars span {
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top .1s ease, opacity .1s .14s ease;
    transition: top .1s ease, opacity .1s .14s ease;
    opacity: 1;
    width: 25px
  }

  .insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px
  }

  .insomenu-active .insomenu-bars span {
    width: 25px
  }

  .insomenu-active .menu-creative,
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
  }

  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
  }

  #header-primary-menu {
    position: fixed;
    background-color: #fff8ef;
    width: 100%;
    left: 0;
    padding: 0 !important;
    margin-top: 70px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px solid #eee
  }

  .insomenu-active #header-primary-menu {
    top: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 9999
  }

  .insomenu-active #header {
    background-color: #fff8ef
  }

  #header-primary-menu ul li {
    display: block;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #eee
  }

  .nav-item {
    line-height: 32px
  }

  #header-primary-menu ul li:last-child {
    border-bottom: none
  }

  .nav-link {
    font-size: 12px;
    line-height: 20px !important
  }

  .is-hidden-touch {
    display: none
  }

  .is-hidden-desktop {
    display: block !important
  }

  .col-celestial-galleria,
  .col-location {
    width: 100% !important
  }

  .location-block {
    padding: 30px 0 0 0
  }

  .contact-section-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -172px;
    width: 100%;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #9b8b76;
    z-index: 9999
  }

  .contact-section.open .close-form {
    opacity: 1;
    background-color: transparent
  }

  .contact-section.open .contact-section-inner {
    bottom: 0
  }

  .contact-section {
    display: none;
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgb(45 41 38 / .9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important
  }

  .contact-section .col-form {
    width: 50%
  }

  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #fff
  }

  .col-form-title h3 {
    margin: 0;
    padding: 6px 12px;
    color: #fff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 22px
  }

  #footer {
    padding: 80px 20px 65px 20px
  }

  .close-form {
    color: #fff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer
  }


  .bottom-btn {
    display: block !important;
    background-color: #9b8b76;
    color: #fff;
    padding: 12px 30px !important;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 99999;
    position: fixed !important;
    bottom: 0;
    outline: 0;
    border: none;
  }



  .plans-section .title-column .inner-column {
    padding-left: 0px;
    padding-right: 0px;
  }

  .plans-section .title-column {
    margin-bottom: 60px;
  }

  .plans-section .tabs-content .tab .image img {
    width: 100%;
    display: block;
    min-height: 280px;
  }


  .clearfix-row {
    display: block;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }


  .title-column table tr td,
  th {
    text-align: inherit;
    color: white;
    padding: 2px 4px;
    font-family: Lato;

  }

  .title-column table tr th {
    font-size: 15px;
  }


  .image-column {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
  }

  .address-img img {
    max-width: 90%;
  }

  .download-brouch {
    border: none;
    color: #fff;
    background-color: rgb(95 82 63 / 70%);
    width: fit-content;
    padding: 12px 31px;
    z-index: 1;
    margin-top: 10px;
    margin-left: 20px;
  }

  #enquire-request-floor-btn {
    display: none;
  }

  .get-direction {
    justify-content: center;
  }



}



/* 1024 */

@media screen and (max-width:991px) {

  .nearbyslider:before {
    content: none
  }

  .sticky-btn-enquire {
    display: none
  }

  .col-footer {
    padding: 0;
    width: 100% !important;
    margin-bottom: 30px
  }

  .col-footer:last-child {
    margin-bottom: 0 !important
  }
}

@media screen and (max-width:768px) {

  .pdf-main-content {
    padding-left: 0px
  }

  .amenities1-text {
    padding: 30px
  }

  .theme-logo img {
    max-width: 100px;
  }

  #section-luxury {
    padding-top: 110px !important;
  }

  .why-text ul li {
    width: 50%;
    flex: 0 0 50%;
  }

  #section-banner {
    margin-top: 95px;
  }

  .ym-logo img {
    width: 80px;
  }

  .view-title p {
    font-size: 22px;
    line-height: 32px !important
  }

  .plans-wrapper ul {
    width: 100%
  }

  #footer {
    padding: 80px 20px 55px 20px
  }

  #section-disclaimer {
    padding: 0 30px !important
  }

  #section-disclaimer p {
    font-size: 12px;
    line-height: 20px !important
  }

  .address-text {
    margin: 0 30px
  }

  .awards-main-img img {
    width: 350px
  }

  .awards-list ul li {
    width: 33.33%
  }

  .project-right-text {
    position: relative;
    left: 0;
    bottom: 0 !important
  }

  .col-project {
    padding: 30px !important
  }

  .legacy-text {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px
  }

  .sheth-logo {
    padding-right: 0;
    border-right: none
  }

  #why-slider {
    margin: 0 30px
  }

  .luxury-text {
    width: 100%;
    position: relative
  }

  .luxury-text {
    padding: 30px
  }

  #section-luxury {
    padding-top: 0 !important
  }

  .connectivity-text .section-title h2 {
    font-size: 22px;
    line-height: 32px !important
  }

  .section-title h1 span,
  .section-title h2 span {
    font-size: 24px;
    line-height: 24px !important
  }

  .row-necklace {
    margin-top: 100px !important;
    position: relative;
    z-index: 9
  }

  .overview-sub-text p {
    font-size: 17px;
    line-height: 27px !important;
    padding-right: 30px;
  }

  .overview-inner {
    margin-left: 0px
  }

  .project-list ul li {
    font-size: 18px;
    margin-bottom: 10px
  }

  .tabs-main {
    margin-bottom: 30px
  }

  .col-legacy {
    width: 100% !important;
    margin-bottom: 30px
  }

  .legacy-desc p {
    font-size: 16px
  }

  .section-crafted {
    margin-left: 30px;
    padding: 30px
  }

  .img-block .section-title {
    left: 0;
    width: 100%;
    right: 0;
    padding: 0 30px
  }

  .img-block:after {
    left: 30px
  }

  .img-block .section-title h2 {
    font-size: 26px;
    line-height: 36px
  }

  .map-img:before {
    height: 150px
  }

  .footer1_detail p {
    display: block
  }

  .copyright-line {
    display: none !important
  }

  section {
    padding: 60px 0 !important
  }

  .list-points li span {
    font-size: 15px
  }

  #section-location:after {
    width: calc(100% - 60px)
  }

  .row-location {
    margin-top: 30px !important
  }

  .theme-padding {
    padding: 0 30px
  }

  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 38px
  }

  p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px !important
  }

  body {
    font-size: 14px;
    line-height: 24px !important
  }

  .insomenu-bars {
    right: 10px
  }

  .yBoxFrame.yBoxImgWrap .yBoxPrevImg {
    left: -35px
  }

  .thankyou-block h1 {
    color: #fff;
    line-height: 30px !important
  }

  .overview-img img {
    padding-left: 10px;
    padding-right: 10px
  }

  .overview-text p {
    font-size: 20px;
    line-height: 30px !important;
    margin-bottom: 30px;
  }

  .overview-sub-text-mob {
    margin-top: 40px
  }

  .overview-text p span {
    font-size: 20px;
    line-height: 30px !important
  }

  .overview-img:before {
    top: -30px;
    left: -30px;
    width: 500px;
    height: calc(100% - 60px)
  }

  .ym-logo img {
    width: 80px
  }

  .sheth-logo img {
    width: 90px
  }

  .crafted-title .section-title h2,
  .legacy-title .section-title h2 {
    font-size: 28px;
    line-height: 38px !important
  }
}

@media screen and (max-width:575px) {

  header {
    padding: 20px 30px;
  }


  .pdf-main-content {
    padding-left: 0px
  }

  #section-banner {
    margin-top: 70px;
  }

  .theme-logo img {
    max-width: 128px;
  }

  .amenities-list {
    margin-bottom: 0px;
  }

  /* #section-connectivity:before {
    left: 20px;
    right: 20px;
    width: calc(100% - 60px)
  } */

  #section-connectivity {
    padding-top: 0px !important
  }

  .circle-pattern {
    top: 0
  }

  #section-location .section-title {
    padding: 0 10px
  }

  .overview-sub-text {
    left: 20px
  }

  .planmain-text p {
    font-size: 16px;
    line-height: 26px !important
  }

  .awards-main-img img {
    width: 280px
  }

  .awards-list ul li img {
    width: 110px
  }

  .pdf-icons ul li img {
    width: 77px
  }

  .project-img img {
    width: 200px
  }

  .project-right-text h3 {
    font-size: 16px;
    line-height: 26px !important
  }

  .project-right-text p {
    font-size: 14px
  }

  .project-right-text span {
    font-size: 70px
  }

  .project-right-text {
    margin-top: 50px !important
  }

  .project-inner h2 {
    font-size: 18px
  }

  .img-block:before {
    height: 60px
  }

  .amenities1-subtext h3 {
    font-size: 16px
  }

  .luxury-text h2.black-text {
    font-size: 20px;
    line-height: 30px !important
  }

  .luxury-text p {
    font-size: 14px;
    line-height: 24px !important
  }

  #connectivity-slider .splide__arrow--prev {
    left: 20px
  }

  #connectivity-slider .splide__arrow--next {
    left: 60px
  }

  #connectivity-slider .splide__arrow svg {
    width: 12px;
    height: 12px
  }

  .connectivity-text {
    padding: 20px
  }

  .tagline {
    margin-bottom: 10px
  }

  .section-title h1 span,
  .section-title h2 span {
    font-size: 20px;
    line-height: 20px !important
  }

  .row-necklace:before {
    left: 0px;
    right: 30px;
    width: 100%
  }

  .amenities-block {
    padding: 0 25px;
    padding-bottom: 30px;
  }

  .location-small-text span {
    bottom: 0;
    font-size: 9px;
    right: 40px;
  }

  #section-projects {
    padding-top: 150px !important
  }

  .tabs-main li img {
    width: 80px
  }

  .project-list ul li {
    font-size: 16px
  }

  .ym-logo-mobile {
    margin-right: 50px;
  }

  .crafted-title .section-title h2,
  .legacy-title .section-title h2 {
    font-size: 24px;
    line-height: 34px !important
  }

  .crafted-title .section-title,
  .legacy-title .section-title {
    margin-left: 20px
  }

  .sheth-logo img {
    width: 140px
  }

  .legacy-icon img {
    width: 45px
  }

  .legacy-desc p {
    font-size: 16px
  }

  .legacy-icon {
    width: 50px
  }

  .error-msg1 {
    bottom: -10px;
    line-height: 10px !important;
    font-size: 8px !important
  }

  .amenities-icon {
    width: 60px;
    height: 60px
  }

  .img-block .section-title h2 {
    font-size: 20px;
    line-height: 30px
  }

  #img-slider .splide__arrow svg {
    width: 15px;
    height: 15px
  }

  .splide__arrow {
    width: 30px !important;
    height: 30px !important
  }

  .img-block .section-title h2 {
    font-size: 18px;
    line-height: 24px
  }

  .img-block .section-title {
    bottom: 20px
  }

  .nearbyslider {
    padding: 30px
  }

  .nearbyslider {
    margin-left: 0
  }

  #nearby-slider .splide__arrow--prev {
    left: -20px
  }

  #nearby-slider .splide__arrow--next {
    right: -20px
  }

  .nearby-img {
    display: block
  }

  .nearby-img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px
  }

  .nearby-text {
    width: 100%;
    margin-left: 0
  }

  .nearby-block {
    text-align: center
  }

  .nearby-img {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px
  }

  #section-disclaimer p {
    font-size: 12px;
    line-height: 20px !important
  }

  .location-list {
    padding: 20px
  }

  .address-block img {
    /* width: 300px */
  }

  .address-text {
    padding: 12px
  }

  .overview-desc {
    padding: 20px
  }

  .section-title h1,
  .section-title h2 {
    font-size: 24px;
    line-height: 36px
  }

  .footer1_detail a,
  .footer1_detail p,
  .footer1_detail span {
    font-size: 12px;
    line-height: 20px !important
  }

  .theme-logo {
    width: 180px
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 30px !important
  }

  .contact-section .col-form {
    width: 100%
  }

  .contact-section-inner {
    bottom: -272px
  }

  .col-form-title h3 {
    font-size: 20px
  }

  #back2top {
    display: none !important
  }

  p {
    font-size: 14px;
    line-height: 24px !important
  }

  .address h3 {
    font-size: 18px;
    line-height: 28px !important
  }

  .section-title h2:before {
    height: 2px
  }

  .location-list h3 {
    min-height: inherit
  }

  .connectivity-list {
    margin-top: 10px
  }

  .listed-points li {
    font-size: 14px;
    line-height: 24px !important
  }

  .partners-logo img {
    height: 40px
  }

  .about-logo img {
    width: 70px
  }

  .about-logo {
    width: 180px;
    height: 180px
  }

  .about-text {
    margin-top: -125px
  }

  .banner-form {
    display: block !important;
  }

}

@media screen and (max-width:479px) {
  .project-img img {
    width: 170px;
  }

  .project-list h3 {
    margin-bottom: 10px;
  }

  .project-list ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .why-text ul li {
    width: 100%;
    flex: 0 0 100%;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 22px;
    line-height: 32px
  }

  .overview-sub-text p {
    font-size: 14px;
    line-height: 24px !important
  }

  .overview-sub-text-mob {
    margin-top: 20px
  }

  .col-view ul li:first-child,
  .col-view ul li:nth-child(2) {
    margin-bottom: 10px
  }

  .tab-inner {
    margin-top: 40px
  }

  .view-title p {
    font-size: 18px;
    line-height: 28px !important
  }

  .col-view ul,
  .plans-wrapper ul {
    flex-direction: column
  }

  .plans-wrapper ul li:first-child {
    margin-bottom: 10px
  }

  .disclaimer-text {
    padding: 20px
  }

  .awards-list ul li {
    width: 50%
  }

  .connectivity-text .section-title h2 {
    font-size: 20px;
    line-height: 30px !important
  }

  .amenities-text {
    width: calc(100% - 82px)
  }

  .nav-link {
    font-size: 13px;
    line-height: 20px !important
  }

  .insomenu-bars {
    right: 0
  }

  #section-location .section-title h2 i:before {
    bottom: 8px;
    width: 16px;
    height: 16px;
    right: -10px
  }

  .tabs-main li p {
    font-size: 13px;
    line-height: 20px !important
  }

  .sheth-logo,
  .ym-logo {
    display: block;
    margin-bottom: 10px
  }

  .crafted-title .section-title,
  .legacy-title .section-title {
    margin-left: 0
  }

  .section-crafted {
    margin-left: 0
  }

  .theme-padding {
    padding: 0 20px
  }

  .insomenu-active #header-primary-menu {
    top: 10px
  }

  .thankyou-block h1 {
    font-size: 18px;
    line-height: 28px !important
  }

  .copyright-line {
    display: none !important
  }

  .container {
    padding: 0 20px
  }

  .theme-logo {
    width: 140px
  }

  .configuration-inner ul li:first-child {
    border-right: none;
    margin-bottom: 30px
  }

  #enquire-btn1 {
    right: -54px;
    padding: 5px 10px !important
  }

  .col-form-title h3 {
    font-size: 18px
  }
}

@media screen and (max-width:350px) {

  .project-img img {
    width: 150px
  }

  .tabs-main li {
    width: 100%;
    margin-bottom: 10px
  }

  .projects-block {
    padding: 20px
  }

  .section-crafted {
    padding: 20px
  }

  .legacy-icon {
    width: 30px
  }

  .legacy-desc {
    width: calc(100% - 50px)
  }

  .amenities-icon,
  .amenities-text {
    display: block
  }

  .amenities-icon {
    margin-bottom: 20px
  }

  .amenities-text {
    width: 100%;
    margin-left: 0
  }

  .img-block .section-title h2 {
    font-size: 16px;
    line-height: 20px
  }

  .img-block .section-title {
    padding: 0 20px
  }

  .img-block:after {
    left: 20px
  }
}







/* custom css */

.banner-form {
  display: none;
}

.form_bottom .form_section {
  margin: 0;
  background-color: #37403d;
  border-radius: 0;
}

.form_bottom .form_section {
  margin: 0;
  background-color: #37403d;
  border-radius: 0;
  padding: 28px 17px;
}


.form_section {
  background: #37403d;
  padding: 28px 42px;
  border-radius: 12px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0px 0px;
}


.form_section p {
  color: #ffffff;
}

.form_section h3 {
  color: #daa381;
  font-size: 22px;
  font-weight: bold;
}


.form_bottom .form_section {
  margin: 0;
  background-color: #37403d;
  border-radius: 0;
}

.banner .form_section::after {
  position: absolute;
  top: 0;
  left: 0;
}

.madal-reload .motal_form_text span i {
  color: #c98d4e;
}

.madal-reload .motal_form_text h3 {
  font-size: 25px;
}

.form_text {
  text-align: center;
}

.text_form {
  height: 55px;
  padding: 12px 20px !important;
}



.error-side,
.error-banner,
.error-modal {
  display: none;
  color: #8f8678;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 15px;

}

.check-box,
.sidecheck-box {
  left: 0;
  top: 25px;
  background: rgb(37 36 36 / 90%);
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-size: 12px;
  z-index: 5;
  width: 330px;
  line-height: 15px;
}


.phone-field {
  display: flex;

}


button:disabled {
  cursor: not-allowed !important;
  opacity: .5 !important;
}

.form-group {
  position: relative;
}

.error {
  border: 2px solid red;
  animation: error .2s linear 5 alternate .1s;
}

@keyframes error {
  0% {
    border: 2px solid black;
  }

  100% {
    border: 2px solid #00306c;
  }
}

.modalbuttonload,
.sidebuttonload,
.ftbuttonload {
  z-index: 999999;
}


.btn-style-one {
  background: linear-gradient(to right, #daa381d9, #daa38185);
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 42px;
  border: none;
  font-weight: bold;
  border-radius: 9px;
  transition: 0.3s;
}

.btn-style-one:hover {
  background-color: #424242;
  transition: 0.3s;
  border: none;
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}


.form-control {
  border: 0;
  outline: 0;
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.country-codes {
  width: 50px;
  height: 55px;
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  background-color: #efecec;
}


#banner_phone {
  height: 55px;
  padding: 10px 60px !important;
}

.sidecondition-label {
  margin-left: 12px;
}


.terms-and-condition-block {
  position: relative;
}

.condition-label {
  color: black;
  margin-left: 10px;

}

input#side_checkbox,
#footer_checkbox,
#modal_checkbox {
  height: 20px;
  width: 20px;
}


.footerterms-and-condition-block {
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  position: relative;
}


input[type="checkbox"] {
  accent-color: #9b8b76 !important;
}




.footer-query-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.footer-btn {
  color: #9b8b76;
  background-color: white;
  width: 80%;
}

.footer-btn:hover {
  color: #9b8b76 !important;
  background-color: white !important;
}



#footer_checkbox {
  accent-color: #37403d !important;
}




.bottom-btn {
  display: none;
  position: static;
}



.name-field,
.email-field,
.phone-positon {
  position: relative;
}



.thank-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  text-align: center;
}

.thank-you-container {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  /* optional */
}


.thank-you-container h4 {
  color: black;
}

.thank-you-container a {
  width: 70px;
}

.thank-you-container a:hover {
  background-color: #9b8b76;
  color: white;
}


.privacy-policy-content {
  top: 50px;
  color: black;
  /* overflow: visible; */

}

.privacy-policy-content h4 {
  font-size: calc(1.275rem + .3vw);
}


body {
  overflow: visible !important;
}


.copyright a {
  color: white;
  text-decoration: none;
}

.disclaimer-text p {
  margin-bottom: 5px;
}




.property-info-section {
  position: relative;
  padding: 0px !important;
  border-bottom: 1px solid #e6e6e6;
}


.property-info .inner {
  position: relative;
  padding: 45px 0;
  text-align: center;
}

.property-info .inner .total {
  position: relative;
  color: #232323;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
  font-family: 'Playfair Display';
  margin-bottom: 5px;
}

.property-info .inner .title,
.property-info .inner .price {
  position: relative;
  color: #232323;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: 'Lato';
  font-weight: 600;
}


.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}

.row-home-details .property-info:nth-child(even) {
    background-color: #fff8ef;

}

.row-home-details .property-info:nth-child(odd) {
  background-color: #ffffff;
  
}


.icons {
  font-size: 45px;
  color: #cf9b43;
  padding: 0px 0 10px;
  line-height: normal;
  filter: brightness(0.2);
}

.col-lg-2 {
  width: 16.6667%;
}

.icons-size{
width: 45px;
}


@media (max-width: 992px) {

  .col-xs-12 {
    width: 50%;
  }

  .row-home-details .property-info:nth-child(1),
  .row-home-details .property-info:nth-child(4),
  .row-home-details .property-info:nth-child(5) {
    background-color: #fff8ef;

  }

  .row-home-details .property-info:nth-child(2),
  .row-home-details .property-info:nth-child(3),
  .row-home-details .property-info:nth-child(6) {
    background-color: #ffffff;

  }
}



