@font-face {
  font-family: Aeonik-Regular;
  src: url("../fonts/Aeonik-Regular.ttf");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Aeonik-Regular;
  overflow-x: hidden;
  font-size: 16px !important;
  font-weight: 300 !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  line-height: 23px;
}

.cust-container {
  width: 90%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(50, 170, 224);
}

.navbar-default {
  background: #fff;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  transition: 0.5s;
  box-shadow: 0px 0px 6px 0px;
}

.navbar-default.fixHeader {
  background: #fff;
  transition: 0.5s;
}


.navbar-default .navbar-nav>li>a {
  padding: 20px 15px 0px;
  text-shadow: none;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus {
  text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: rgb(190, 176, 129);
  border-bottom: 1px solid rgb(190, 176, 129);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  box-shadow: none;
  background: transparent;
  color: rgb(46, 71, 108);
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 0px;
  }

  .navbar-brand>img {
    float: left;
    width: 72px;
    margin-top: 5px;
  }
}

.new {
  margin-top: 13px !important;
}

.about {
  padding: 24px !important;
}

.about img {
  width: 160px;
}

@media (max-width: 767px) {
  .form-btn {
    margin-top: 3rem !important;
  }

  .sec-title2 .legacy-aletter {
    display: inline-block !important;
    margin-left: -16px !important;
    transform: rotate(1deg) !important;
    font-style: italic !important;
  }

  .fit-list {
    padding: 0px;
  }

  .fullami-wrap {
    display: flex !important;
    justify-content: start !important;
    flex-direction: column !important;
    margin-left: 110px !important;
    align-items: unset !important;
  }

  .navbar-brand>img {
    width: 53px;
    float: left;
    margin-top: 5px;
    margin-left: -10px;
  }

  .new {}

  .navbar-brand {
    padding: 0px;
  }

  .call-me {
    font-size: 23px !important;
  }

  .figure-img img {
    margin: 0px auto;
    display: block;
  }

  .figure-img-right img {
    margin: 0px auto;
    display: block;
    float: none !important;
  }
}

.nav-logo {
  padding: 12px 15px !important;
}

.nav-call {
  border: 2px solid rgb(46, 71, 108);
  border-radius: 30px;
  margin-top: 10px;
  font-weight: 600;
  padding: 3px 15px !important;
  color: rgb(46, 71, 108) !important;
}

.navbar-nav>li>a {
  margin-right: 35px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 17px;
  line-height: 40px !important;
  color: rgb(139, 92, 62) !important;
}

@media (max-width: 768px) {
  .navbar-nav>li>a {
    margin: auto;
  }

  .border-up {
    display: block !important;
    margin: 0px auto 8px !important;
    height: 1px !important;
    background-color: rgb(190, 176, 129) !important;
    width: 252px !important;
  }

  .border-down {
    display: block !important;
    margin: 5px auto 0px !important;
    height: 1px !important;
    background-color: rgb(190, 176, 129) !important;
    width: 252px !important;
  }
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  outline: none;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

#carousel-example-generic .carousel-inner>.item>img {
  width: 100% !important;
  height: 85vh !important;
  object-fit: cover;
  object-position: 65% center;
}

#carousel-example-generic .carousel-inner>.item {
  position: relative;
  overflow: hidden;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(5, 5, 20, 0.92) 0%,
      rgba(5, 5, 20, 0.75) 30%,
      rgba(5, 5, 20, 0.45) 55%,
      rgba(5, 5, 20, 0.35) 100%);
  z-index: 1;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
  max-width: 700px;
}

.banner-location {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 10px;
  font-weight: 600;
}

.banner-title {
  font-size: 60px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 12px;
  text-transform: capitalize;
}

.banner-title span {
  display: block;
  font-size: 68px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.banner-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 28px;
  font-weight: 600;
}

.banner-price-badge {
  display: inline-block;
  background: rgba(30, 30, 30, 0.85);
  border: 1px solid rgba(201, 169, 110, 0.3);
  border-radius: 50px;
  padding: 14px 40px;
  margin-bottom: 24px;
}

.banner-price-badge .price-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 10px;
  font-weight: 500;
}

.banner-price-badge .price-value {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Cinzel', serif;
}

.banner-cta-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  background: #8b5c3e;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 16px 50px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.banner-cta-btn:hover {
  background: #d4b87a;
  color: #1a1a1a;
  text-decoration: none;
}

.banner-cta-btn i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  #carousel-example-generic .carousel-inner>.item>img {
    height: 70vh !important;
    object-position: 60% center;
  }

  .banner-title {
    font-size: 32px;
  }

  .banner-title span {
    font-size: 36px;
    letter-spacing: 3px;
  }

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

  .banner-subtitle {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .banner-price-badge {
    padding: 10px 24px;
  }

  .banner-price-badge .price-label {
    font-size: 10px;
    display: block;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .banner-price-badge .price-value {
    font-size: 22px;
  }

  .banner-cta-btn {
    padding: 12px 30px;
    font-size: 12px;
    letter-spacing: 2px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #carousel-example-generic .carousel-inner>.item>img {
    height: 60vh !important;
  }

  .banner-title {
    font-size: 44px;
  }

  .banner-title span {
    font-size: 50px;
    letter-spacing: 4px;
  }
}

#hide-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.glob-sec {
  width: 100%;
  padding: 80px 0px 10px;
}

#masterplan-2 {
  width: 100%;
  padding: 40px 0px;
}

@media (max-width: 768px) {
  .glob-sec {
    width: 100%;
    padding: 40px 0px 10px;
  }

  #masterplan-2 {
    width: 100%;
    padding: 50px 0px;
  }
}

.thank-sec {
  width: 100%;
  padding: 200px 0px;
  height: 80vh;
}

.sec-title {
  position: relative;
  margin: auto auto 25px;
  text-align: center;
}

.sec-head {
  font-size: 38px;
  font-weight: 700;
  margin: 0px 70px;
  display: inline;
  color: rgb(139, 92, 62);
  text-transform: capitalize;
  position: relative;
  font-family: 'Cinzel', serif;
}

.sec-head2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 30px;
  display: inline;
  color: rgb(40, 36, 36);
  text-transform: uppercase;
  position: relative;
}

.sec-head1 {
  margin-left: 23px;
  font-size: 38px;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  text-align: start;
  font-family: 'Cinzel', serif;
}

.sec-head::before {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: #c9a96e;
  left: -200px;
  top: 40%;
  position: absolute;
}

.sec-head::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: #c9a96e;
  right: -200px;
  top: 40%;
  position: absolute;
}

.sec-head2::before {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: rgb(60, 43, 35);
  left: 303px;
  top: 40%;
  position: absolute;
}

.sec-head2::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: rgb(60, 43, 35);
  right: 303px;
  top: 40%;
  position: absolute;
}

.white::before {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: rgb(255, 255, 255);
  left: -200px;
  top: 40%;
  position: absolute;
}

.white::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: rgb(255, 255, 255);
  right: -200px;
  top: 40%;
  position: absolute;
}

@media (max-width: 768px) {
  .sec-head::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #c9a96e;
    left: -50px;
    top: 40%;
    position: absolute;
  }

  .sec-head::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #c9a96e;
    right: -50px;
    top: 40%;
    position: absolute;
  }

  .sec-head2 {
    font-size: 18px !important;
  }

  .sec-head2::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: rgb(113, 185, 237);
    left: -50px;
    top: 40%;
    position: absolute;
  }

  .sec-head2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: rgb(113, 185, 237);
    right: -50px;
    top: 40%;
    position: absolute;
  }

  .sec-title {
    position: relative;
    width: max-content;
    margin: auto;
    text-align: center;
  }
}

.contact-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: auto;
}

.contact-logo {
  width: 348px;
}

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

.sub-head {
  text-align: center;
  margin-top: 10px;
  color: rgb(255, 255, 255);
  line-height: 18px;
  font-size: 14px;
  font-family: Aeonik-Regular;
}

.head-line {
  width: 350px;
  height: 18px;
  background-image: url("../images/div.webp");
  margin: 10px auto 20px;
  background-size: cover;
}

.head-icon {
  width: 170px;
  margin: 0px auto 6px;
  display: block;
}

.head-icon-left {
  width: 65px;
  display: block;
  margin-bottom: 6px;
}

.grey-bg {
  background: rgb(65, 64, 65);
  color: rgb(255, 255, 255);
}

.feature-rwap {
  width: 304px;
  margin: 25px auto 0px;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px;
}

.feature-rwap img {
  margin-bottom: 20px;
  width: 115px;
}

.feature-rwap h2 {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: rgb(49, 49, 49);
  font-style: italic;
}

.feature-rwap h3 {
  font-weight: 600;
  font-size: 58px;
  color: rgb(46, 71, 108);
  margin-right: 15px;
  margin-top: 2px;
  float: left;
}

.feature-rwap p {
  color: rgb(204, 204, 204);
  font-size: 15px;
}

.light-grey {
  background: rgb(243, 245, 246);
}

.light-green {
  background-color: rgb(246, 234, 231);
}

#gallery {
  margin-bottom: 20px;
}

.figure-rwap {
  background: rgba(229, 181, 165, 0.4);
  width: 66%;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 30px 0px;
}

.figure-rwap img {
  padding: 1rem 0px;
  margin: 0px -5rem 0px 3rem;
  box-shadow: none;
  width: 400px;
}

.figure-rwap-right {
  float: right;
  background: rgba(229, 181, 165, 0.4);
  width: 66%;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 30px 0px;
}

.figure-rwap-right img {
  padding: 1rem 0px;
  margin: 0px -5rem;
  box-shadow: none;
  width: 400px;
}

.head-line-left {
  width: 65px;
  height: 5px;
  background: rgb(60, 43, 35);
  margin-top: 10px;
  margin-bottom: 20px;
}

.sub-head-left {
  margin-top: 10px;
  font-weight: 600;
}

.sec-head span {
  font-size: inherit;
  color: inherit;
}

.fig-padding {
  padding-top: 4em;
}

hr {
  margin-top: 9px;
  margin-bottom: 20px;
  border-width: 4px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgb(46, 71, 108);
  width: 10%;
}

.mytab {
  border-bottom: none;
  text-align: center;
  margin: 105px 0px;
}

.mytab li {
  display: block;
  margin: 45px 0px;
  box-shadow: rgb(145, 145, 145) 0px 6px 4px 0px;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  float: none !important;
}

.mytab>li:nth-child(1)>a {
  color: rgb(219, 156, 175);
}

.mytab>li:nth-child(2)>a {
  color: rgb(113, 185, 237);
}

.mytab>li:nth-child(3)>a {
  color: rgb(242, 175, 52);
}

.mytab>li:nth-child(1).active>a, .mytab>li:nth-child(1).active>a:hover, .mytab>li:nth-child(1).active>a:focus {
  background-color: rgb(219, 156, 175);
  border: 2px solid rgb(219, 156, 175);
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 25px;
}

.mytab>li:nth-child(2).active>a, .mytab>li:nth-child(2).active>a:hover, .mytab>li:nth-child(2).active>a:focus {
  background-color: rgb(113, 185, 237);
  border: 2px solid rgb(113, 185, 237);
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 25px;
}

.custom-container {
  width: 85%;
  margin: auto;
}

.mytab>li:nth-child(3).active>a, .mytab>li:nth-child(3).active>a:hover, .mytab>li:nth-child(3).active>a:focus {
  background-color: rgb(242, 175, 52);
  border: 2px solid rgb(242, 175, 52);
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 25px;
}

.mytab>li>a:hover, .mytab>li>a:focus {
  border: 2px solid rgb(46, 71, 108);
  background-color: transparent;
  padding: 9px 20px !important;
}

.mytab>li>a {
  color: rgb(46, 71, 108);
  border-radius: 25px;
  font-size: 17px;
  padding: 9px 20px !important;
}

.tab-content {
  margin: 40px 0px;
}

.amen-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  height: 115px;
}

.indulg-img {
  width: 480px;
  margin: auto;
  display: block;
}

.modal-open {
  overflow-y: scroll !important;
  padding-right: 0px !important;
}

.amen-wrap img {
  width: 55px;
}

.amen-wrap p {
  margin: 0px 15px;
  text-align: left;
}

@media (max-width: 768px) {
  .indulg-img {
    margin: auto;
    display: block;
    width: 200px !important;
  }

  .amen-wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 65px;
  }

  .mytab li {
    display: inline-block;
    margin: 15px;
    box-shadow: rgb(145, 145, 145) 0px 6px 4px 0px;
    border-radius: 40px 0px 10px 30px;
    float: none !important;
  }

  .amen-wrap img {
    width: 45px;
  }

  .amen-wrap p {
    margin: 0px 5px;
    font-size: 11px;
    line-height: 1;
    text-align: left;
  }

  .mytab>li:nth-child(1).active>a, .mytab>li:nth-child(1).active>a:hover, .mytab>li:nth-child(1).active>a:focus {
    background-color: rgb(219, 156, 175);
    border: 2px solid rgb(219, 156, 175);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 25px;
    width: 40px;
    height: 40px;
  }

  .mytab>li:nth-child(2).active>a, .mytab>li:nth-child(2).active>a:hover, .mytab>li:nth-child(2).active>a:focus {
    background-color: rgb(113, 185, 237);
    border: 2px solid rgb(113, 185, 237);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 25px;
    width: 40px;
    height: 40px;
  }

  .mytab>li:nth-child(3).active>a, .mytab>li:nth-child(3).active>a:hover, .mytab>li:nth-child(3).active>a:focus {
    background-color: rgb(242, 175, 52);
    border: 2px solid rgb(242, 175, 52);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 25px;
    width: 40px;
    height: 40px;
  }
}

.latest-post, .latest-post-inner {
  min-height: 240px;
  max-height: 240px;
  margin-bottom: 30px;
}

.latest-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.latest-post-inner {
  padding: 50px 30px;
  position: relative;
  transition: 300ms;
  border: 2px solid rgb(46, 71, 108);
}

.latest-post .latest-post-inner span, .latest-post .latest-post-inner a, .latest-post .latest-post-inner p, .latest-post .latest-post-inner i, .latest-post .latest-post-inner .entry-author {
  color: rgb(255, 255, 255);
  position: relative;
}

.latest-post .latest-post-inner a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
  position: absolute;
  bottom: 30px;
}

.latest-post .latest-post-inner::before {
  content: "";
  transition: 300ms;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 50%;
  opacity: 1;
  background: transparent;
}

.latest-post .latest-post-inner .link-icon {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: rgb(255, 255, 255);
  z-index: 999;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
  background-color: rgb(73, 62, 62);
  display: table;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  text-decoration: none;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
  background-color: rgba(73, 62, 62, 0.7);
  transform: scale(1.2);
  transition: 300ms;
}

.latest-post .latest-post-inner:hover::before {
  opacity: 0;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: 300ms;
}

.latest-post .latest-post-inner:hover {
  background-color: rgba(119, 170, 66, 0.4);
}

.sl-prev {
  display: block !important;
}

.sl-next {
  display: block !important;
}

.tab-content-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 7%;
}

.tab-content-wrap h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.config-data {
  margin-left: -15px;
  margin-top: 18px;
}

.config-data li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(46, 71, 108);
}

.config-data li span {
  float: right;
  font-weight: normal;
  color: rgb(80, 80, 80);
}

.click-price {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  text-decoration: none;
  outline: none;
  font-size: 17px;
  padding: 10px 23px;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid rgb(46, 71, 108);
  transition: 0.5s;
}

.click-price:hover, .click-price:focus {
  background: transparent;
  color: rgb(46, 71, 108);
  text-decoration: none;
  transition: 0.5s;
}

.aminitieslist li {
  font-size: 15px;
  padding: 10px;
}

.aminitieslist li::before {
  content: url("../images/checked.webp");
  margin-right: 10px;
}

.aminitieslist li span {
  float: right;
}

.dir li {
  background: rgb(101, 101, 101);
  margin: 40px 0px 10px;
}

.form-wrap h1 {
  margin-left: 23px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: start;
  margin-bottom: 25px;
  line-height: 1.2;
  font-family: Aeonik-Regular;
}

.input-group {
  position: relative;
  display: block;
  border-collapse: separate;
}

#contact-form input, #contact-form select {
  height: 40px;
  border: none;
  width: 100%;
  border-radius: 20px;
  background: rgb(228, 228, 228);
}

#contact-form input::placeholder, #contact-form textarea::placeholder {
  color: rgb(81, 81, 81);
}

#contact-form .input-group-addon {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  border: 0px;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
  background: rgb(228, 228, 228);
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#contact-form .selected-flag {
  background: rgb(228, 228, 228);
  width: 39px;
  border-radius: 35px;
  height: 40px;
}

#contact-form .flag-container {
  padding: 0px !important;
}

.form-btn {
  margin-left: 18px;
  background: #fff;
  border: none;
  color: #8b5c3e;
  padding: 8px 39px;
  transition: 0.4s;
  text-shadow: none;
  border-radius: 20px;
  box-shadow: none;
  display: block !important;
  font-size: 18px !important;
}

.form-btn:hover {
  border-color: rgb(255, 255, 255);
  background: rgb(51, 46, 46);
  color: rgb(255, 255, 255);
  transition: 0.4s;
}

.modal-dialog {
  top: 15% !important;
}

#main-popup input, #main-popup select {
  height: 40px;
  border: none;
  width: 100%;
  background: rgb(228, 228, 228);
  letter-spacing: 1px;
}

#main-popup input::placeholder {
  color: rgb(190, 190, 190);
}

#main-popup .input-group-addon {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  border: 0px;
}

.form-ico {
  font-size: 19px !important;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#main-popup .selected-flag {
  background: rgb(228, 228, 228);
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#main-popup .flag-container {
  padding: 0px !important;
}

#price-model input, #price-model select {
  height: 40px;
  border: none;
  width: 100%;
  background: rgb(228, 228, 228);
  letter-spacing: 1px;
}

#price-model input::placeholder {
  color: rgb(190, 190, 190);
}

#price-model .input-group-addon {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  border: 0px;
}

.form-ico {
  font-size: 19px !important;
}

#price-model .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#price-model .selected-flag {
  background: rgb(228, 228, 228);
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#price-model .flag-container {
  padding: 0px !important;
}

#interested input, #interested select {
  height: 40px;
  border: none;
  width: 100%;
  background: rgb(228, 228, 228);
  letter-spacing: 1px;
}

#interested input::placeholder {
  color: rgb(190, 190, 190);
}

#interested .input-group-addon {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  border: 0px;
}

.form-ico {
  font-size: 19px !important;
}

#interested .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#interested .selected-flag {
  background: rgb(228, 228, 228);
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#interested .flag-container {
  padding: 0px !important;
}

#broch-form input, #broch-form select {
  height: 40px;
  border: none;
  width: 100%;
  background: rgb(228, 228, 228);
  letter-spacing: 1px;
}

#broch-form input::placeholder {
  color: rgb(190, 190, 190);
}

#broch-form .input-group-addon {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  border: 0px;
}

#broch-form .modal-header .close {
  margin-top: -30px;
}

.form-ico {
  font-size: 19px !important;
}

#broch-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#broch-form .selected-flag {
  background: rgb(228, 228, 228);
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#broch-form .flag-container {
  padding: 0px !important;
}

#plans-form input, #plans-form select {
  height: 40px;
  border: none;
  width: 100%;
  background: rgb(228, 228, 228);
  letter-spacing: 1px;
}

#plans-form input::placeholder {
  color: rgb(190, 190, 190);
}

#plans-form .input-group-addon {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  border: 0px;
}

#plans-form .modal-header .close {
  margin-top: -30px;
}

.form-ico {
  font-size: 19px !important;
}

#plans-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#plans-form .selected-flag {
  background: rgb(228, 228, 228);
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#plans-form .flag-container {
  padding: 0px !important;
}

#gmap .modal-body {
  background: unset;
  overflow: hidden;
  margin-left: 120px;
  padding: 0px !important;
}

#floor input, #floor select {
  height: 40px;
  border: none;
  width: 100%;
  background: rgb(228, 228, 228);
  letter-spacing: 1px;
}

#floor input::placeholder {
  color: rgb(190, 190, 190);
}

#floor .input-group-addon {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  border: 0px;
}

#floor .modal-header .close {
  margin-top: -30px;
}

#offer-forms input, #offer-forms select {
  height: 40px;
  border: none;
  width: 100%;
  background: rgb(228, 228, 228);
  letter-spacing: 1px;
}

#offer-forms input::placeholder {
  color: rgb(190, 190, 190);
}

#offer-forms .input-group-addon {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  border: 0px;
}

#offer-forms .modal-header .close {
  margin-top: -30px;
}

#offer-forms .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#offer-forms .selected-flag {
  background: rgb(228, 228, 228);
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#offer-forms .flag-container {
  padding: 0px !important;
}

.form-ico {
  font-size: 19px !important;
}

#carousel-example-generic {
  margin-top: 23px;
}

#floor .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#floor .selected-flag {
  background: rgb(228, 228, 228);
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#floor .flag-container {
  padding: 0px !important;
}

#video-form input, #video-form select {
  height: 40px;
  border: none;
  width: 100%;
  background: rgb(228, 228, 228);
  letter-spacing: 1px;
}

#video-form input::placeholder {
  color: rgb(190, 190, 190);
}

#video-form .input-group-addon {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  border: 0px;
}

#video-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

.legends {
  padding: 13px 35px;
}

.legends li {
  list-style: none;
  line-height: 1.5;
  font-size: 13px;
}

@media (max-width: 768px) {
  .legends {
    padding: 0px !important;
  }

  .legends li {
    font-size: 12px;
  }
}

.modal-header {
  border-radius: 20px 20px 0px 0px;
}

.modal-body {
  border-radius: 0px 0px 20px 20px;
  background: rgb(255, 255, 255);
}

.modal-body p {
  font-size: 16px;
  text-align: center;
  font-family: Aeonik-Regular;
}

.modal-content {
  background: unset;
}

.modal-header {
  border: none;
  background: #8b5c3e;
  color: rgb(255, 255, 255);
  padding: 10px !important;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: Aeonik-Regular;
}

.price-btn {
  margin: 0px auto;
  text-shadow: none;
  color: rgb(255, 255, 255);
  border: 2px solid;
  border-radius: 0px;
  padding: 8px 30px;
  transition: 0.5s;
  font-weight: 800;
  background: #8b5c3e;
  display: block !important;
}

.price-btn:hover {
  color: rgb(65, 64, 65);
  border-color: rgb(65, 64, 65);
  transition: 0.5s;
  background-color: rgb(255, 255, 255) !important;
}

.modal-header .close {
  opacity: 1;
  color: rgb(255, 255, 255);
  box-shadow: none;
  outline: none;
  font-size: 30px !important;
}

.modal-header .close:hover, .modal-header .close:focus {
  background: transparent !important;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.error {
  color: red;
}

.interested {
  position: fixed;
  z-index: 9999;
  top: 50%;
  right: -52px;
  background: rgb(190, 176, 129);
  color: rgb(255, 255, 255);
  border: none;
  letter-spacing: 1px;
  transform: rotate(270deg);
  font-family: Aeonik-Regular;
  font-size: 18px !important;
  border: 1px solid #fff;
}

.btn-download {
  background: rgb(241, 229, 63);
  border-radius: 20px;
  padding: 12px 15px;
  margin: 20px 0px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  border: none !important;

  & html, & body, & div, & span, & applet, & object, & iframe, & h1, & h2, & h3, & h4, & h5, & h6, & p, & blockquote, & pre, & a, & abbr, & acronym, & address, & big, & cite, & code, & del, & dfn, & em, & img, & ins, & kbd, & q, & s, & samp, & small, & strike, & strong, & sub, & sup, & tt, & var, & b, & u, & i, & center, & dl, & dt, & dd, & ol, & ul, & li, & fieldset, & form, & label, & legend, & table, & caption, & tbody, & tfoot, & thead, & tr, & th, & td, & article, & aside, & canvas, & details, & embed, & figure, & figcaption, & footer, & header, & hgroup, & menu, & nav, & output, & ruby, & section, & summary, & time, & mark, & audio, & video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
  }

  & article, & aside, & details, & figcaption, & figure, & footer, & header, & hgroup, & menu, & nav, & section {
    display: block;
  }

  & body {
    line-height: 1;
    font-family: "Source Sans 3", sans-serif;
    overflow-x: hidden;
    font-size: 16px !important;
    font-weight: 300 !important;
  }

  & ol, & ul {
    list-style: none;
  }

  & blockquote, & q {
    quotes: none;
  }

  & blockquote: :before, & blockquote::after, & q::before, & q::after {
    content: none;
  }

  & table {
    border-collapse: collapse;
    border-spacing: 0px;
  }

  & a {
    outline: none;
  }

  & p {
    margin-bottom: 10px;
    line-height: 23px;
  }

  & .cust-container {
    width: 90%;
  }

  & .owl-theme .owl-dots .owl-dot.active span, & .owl-theme .owl-dots .owl-dot: hover span {
    background: rgb(50, 170, 224);
  }

  & .navbar-default {
    background: rgb(11, 26, 55);
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    transition: 0.5s;
    box-shadow: 0px 0px 6px 0px;
  }

  & .navbar-default.fixHeader {
    background: rgb(11, 26, 55);
    transition: 0.5s;
  }

  & .navbar-default .navbar-nav>li>a {
    padding: 20px 15px 0px;
    text-shadow: none;
    text-transform: uppercase;
    font-family: Aeonik-Regular;
  }

  & .navbar-default .navbar-nav>li>a: focus {
    text-shadow: none;
  }

  & .navbar-default .navbar-nav>li>a: hover {
    color: rgb(190, 176, 129);
    border-bottom: 1px solid rgb(190, 176, 129);
  }

  & .navbar-default .navbar-nav>.active>a, & .navbar-default .navbar-nav>.active>a: focus, & .navbar-default .navbar-nav>.active>a:hover {
    box-shadow: none;
    background: transparent;
    color: rgb(46, 71, 108);
  }

  @media (min-width: 768px) {
    & .navbar-brand {
      padding: 0px;
    }

    & .navbar-brand>img {
      float: left;
      width: 125px;
      margin-top: 3px;
    }
  }

  & .new {
    margin-top: 13px !important;
  }

  & .about {
    padding: 24px !important;
  }

  & .about img {
    width: 160px;
  }

  @media (max-width: 767px) {
    & .navbar-brand>img {
      width: 80px;
      float: left;
      margin-top: 5px;
      margin-left: -10px;
    }



    #carousel-example-generic {
      margin-top: 5px;
    }

    & .new {}

    & .navbar-brand {
      padding: 0px;
    }

    & .call-me {
      font-size: 23px !important;
    }

    & .figure-img img {
      margin: 0px auto;
      display: block;
    }

    & .figure-img-right img {
      margin: 0px auto;
      display: block;
      float: none !important;
    }
  }

  & .nav-logo {
    padding: 12px 15px !important;
  }

  & .nav-call {
    border: 2px solid rgb(46, 71, 108);
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 600;
    padding: 3px 15px !important;
    color: rgb(46, 71, 108) !important;
  }

  & .navbar-nav>li>a {
    margin-right: 35px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
    line-height: 40px !important;
    color: rgb(255, 255, 255) !important;
  }

  @media (max-width: 768px) {
    & .navbar-nav>li>a {
      margin: auto;
    }
  }

  & .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  & #carousel-example-generic .carousel-inner>.item>img {
    width: 100% !important;
  }

  & #hide-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
  }

  & .glob-sec {
    width: 100%;
    padding: 80px 0px 10px;
  }

  & #masterplan-2 {
    width: 100%;
    padding: 50px 0px;
    background-image: url("../images/background2.jpg");
    background-position: center center;
  }

  @media (max-width: 768px) {
    & .glob-sec {
      width: 100%;
      padding: 40px 0px 10px;
    }

    & #masterplan-2 {
      width: 100%;
      padding: 50px 0px;
    }
  }

  & .thank-sec {
    width: 100%;
    padding: 200px 0px;
    height: 80vh;
  }

  & .sec-title {
    position: relative;
    margin: auto auto 25px;
    text-align: center;
  }

  & .sec-head {
    font-size: 38px;
    font-weight: 700;
    margin: 0px 70px;
    display: inline;
    color: #c9a96e;
    text-transform: capitalize;
    position: relative;
    font-family: 'Cinzel', serif;
  }

  & .sec-head2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 30px;
    display: inline;
    color: rgb(40, 36, 36);
    text-transform: uppercase;
    position: relative;
  }

  & .sec-head1 {
    margin-left: 23px;
    font-size: 24px;
    font-weight: 600;
    display: block;
    color: rgb(190, 176, 129);
    text-transform: uppercase;
    position: relative;
    text-align: start;
    font-family: Aeonik-Regular;
  }

  @media (max-width: 768px) {
    & .sec-head::before {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      background: #c9a96e;
      left: -50px;
      top: 40%;
      position: absolute;
    }

    & .sec-head::after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      background: #c9a96e;
      right: -50px;
      top: 40%;
      position: absolute;
    }

    & .sec-head2 {
      font-size: 18px !important;
    }

    & .sec-head2 before {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      background: rgb(113, 185, 237);
      left: -50px;
      top: 40%;
      position: absolute;
    }

    & .sec-title {
      position: relative;
      width: max-content;
      margin: auto;
      text-align: center;
    }
  }

  & .contact-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  & .contact-logo {
    width: 400px;
  }

  & .head-center {
    text-align: center;
  }

  & .sub-head {
    text-align: center;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
  }

  & .head-line {
    width: 350px;
    height: 18px;
    background-image: url("../images/div.webp");
    margin: 10px auto 20px;
    background-size: cover;
  }

  & .head-icon {
    width: 170px;
    margin: 0px auto 6px;
    display: block;
  }

  & .head-icon-left {
    width: 65px;
    display: block;
    margin-bottom: 6px;
  }

  & .grey-bg {
    background: rgb(65, 64, 65);
    color: rgb(255, 255, 255);
  }

  & .feature-rwap {
    width: 304px;
    margin: 25px auto 0px;
    background: rgba(255, 255, 255, 0.7);
    padding: 8px;
  }

  & .feature-rwap img {
    margin-bottom: 20px;
    width: 115px;
  }

  & .feature-rwap h2 {
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    color: rgb(49, 49, 49);
    font-style: italic;
  }

  & .feature-rwap h3 {
    font-weight: 600;
    font-size: 58px;
    color: rgb(46, 71, 108);
    margin-right: 15px;
    margin-top: 2px;
    float: left;
  }

  & .feature-rwap p {
    color: rgb(204, 204, 204);
    font-size: 15px;
  }

  & .light-grey {
    background: rgb(243, 245, 246);
  }

  & .light-green {
    background-color: rgb(246, 234, 231);
  }

  & #gallery {
    margin-bottom: 20px;
  }

  & .figure-rwap {
    background: rgba(229, 181, 165, 0.4);
    width: 66%;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 30px 0px;
  }

  & .figure-rwap img {
    padding: 1rem 0px;
    margin: 0px -5rem 0px 3rem;
    box-shadow: none;
    width: 400px;
  }

  & .figure-rwap-right {
    float: right;
    background: rgba(229, 181, 165, 0.4);
    width: 66%;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 30px 0px;
  }

  & .figure-rwap-right img {
    padding: 1rem 0px;
    margin: 0px -5rem;
    box-shadow: none;
    width: 400px;
  }

  & .head-line-left {
    width: 65px;
    height: 5px;
    background: rgb(60, 43, 35);
    margin-top: 10px;
    margin-bottom: 20px;
  }

  & .sub-head-left {
    margin-top: 10px;
    font-weight: 600;
  }

  & .sec-head span {
    font-size: inherit;
    color: inherit;
  }

  & .fig-padding {
    padding-top: 4em;
  }

  & hr {
    margin-top: 9px;
    margin-bottom: 20px;
    border-width: 4px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(46, 71, 108);
    width: 10%;
  }

  & .mytab {
    border-bottom: none;
    text-align: center;
    margin: 105px 0px;
  }

  & .mytab li {
    display: block;
    margin: 45px 0px;
    box-shadow: rgb(145, 145, 145) 0px 6px 4px 0px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    float: none !important;
  }

  & .mytab>li: nth-child(1)>a {
    color: rgb(219, 156, 175);
  }

  & .mytab>li: nth-child(2)>a {
    color: rgb(113, 185, 237);
  }

  & .mytab>li: nth-child(3)>a {
    color: rgb(242, 175, 52);
  }

  & .mytab>li: nth-child(1).active>a, & .mytab>li:nth-child(1).active>a:hover, & .mytab>li:nth-child(1).active>a:focus {
    background-color: rgb(219, 156, 175);
    border: 2px solid rgb(219, 156, 175);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 25px;
  }

  & .mytab>li: nth-child(2).active>a, & .mytab>li:nth-child(2).active>a:hover, & .mytab>li:nth-child(2).active>a:focus {
    background-color: rgb(113, 185, 237);
    border: 2px solid rgb(113, 185, 237);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 25px;
  }

  & .mytab>li: nth-child(3).active>a, & .mytab>li:nth-child(3).active>a:hover, & .mytab>li:nth-child(3).active>a:focus {
    background-color: rgb(242, 175, 52);
    border: 2px solid rgb(242, 175, 52);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 25px;
  }

  & .mytab>li>a: hover, & .mytab>li>a:focus {
    border: 2px solid rgb(46, 71, 108);
    background-color: transparent;
    padding: 9px 20px !important;
  }

  & .mytab>li>a {
    color: rgb(46, 71, 108);
    border-radius: 25px;
    font-size: 17px;
    padding: 9px 20px !important;
  }

  & .tab-content {
    margin: 40px 0px;
  }

  & .amen-wrap {
    text-align: center;
    display: flex;
    align-items: center;
    height: 115px;
  }

  & .indulg-img {
    width: 480px;
    margin: auto;
    display: block;
  }

  & .modal-open {
    overflow-y: scroll !important;
    padding-right: 0px !important;
  }

  & .amen-wrap img {
    width: 55px;
  }

  & .amen-wrap p {
    margin: 0px 15px;
    text-align: left;
  }

  @media (max-width: 768px) {
    & .indulg-img {
      margin: auto;
      display: block;
      width: 200px !important;
    }

    & .amen-wrap {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: start;
      height: 65px;
    }

    & .mytab li {
      display: inline-block;
      margin: 15px;
      box-shadow: rgb(145, 145, 145) 0px 6px 4px 0px;
      border-radius: 40px 0px 10px 30px;
      float: none !important;
    }

    & .amen-wrap img {
      width: 45px;
    }

    & .amen-wrap p {
      margin: 0px 5px;
      font-size: 11px;
      line-height: 1;
      text-align: left;
    }
  }

  & .latest-post, & .latest-post-inner {
    min-height: 240px;
    max-height: 240px;
    margin-bottom: 30px;
  }

  & .latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  & .latest-post-inner {
    padding: 50px 30px;
    position: relative;
    transition: 300ms;
    border: 2px solid rgb(46, 71, 108);
  }

  & .latest-post .latest-post-inner span, & .latest-post .latest-post-inner a, & .latest-post .latest-post-inner p, & .latest-post .latest-post-inner i, & .latest-post .latest-post-inner .entry-author {
    color: rgb(255, 255, 255);
    position: relative;
  }

  & .latest-post .latest-post-inner a: hover {
    color: rgba(255, 255, 255, 0.7);
  }

  & .latest-post .latest-post-inner .latest-post-content {
    position: absolute;
    bottom: 30px;
  }

  & .latest-post .latest-post-inner .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: rgb(255, 255, 255);
    z-index: 999;
    transition: 300ms;
  }

  & .latest-post .latest-post-inner .link-icon a {
    background-color: rgb(73, 62, 62);
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    text-decoration: none;
    transition: 300ms;
  }

  & .latest-post .latest-post-inner .link-icon a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  & .latest-post .latest-post-inner .link-icon a: hover {
    background-color: rgba(73, 62, 62, 0.7);
    transform: scale(1.2);
    transition: 300ms;
  }

  & .sl-prev {
    display: block !important;
  }

  & .sl-next {
    display: block !important;
  }

  & .tab-content-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 7%;
  }

  & .tab-content-wrap h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  & .config-data {
    margin-left: -15px;
    margin-top: 18px;
  }

  & .config-data li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(46, 71, 108);
  }

  & .config-data li span {
    float: right;
    font-weight: normal;
    color: rgb(80, 80, 80);
  }

  & .click-price {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
    font-size: 17px;
    padding: 10px 23px;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid rgb(46, 71, 108);
    transition: 0.5s;
  }

  & .aminitieslist li {
    font-size: 15px;
    padding: 10px;
  }

  & .aminitieslist li: :before {
    content: url("../images/checked.webp");
    margin-right: 10px;
  }

  & .aminitieslist li span {
    float: right;
  }

  & .dir li {
    background: rgb(101, 101, 101);
    margin: 40px 0px 10px;
  }

  & .form-wrap h1 {
    margin-left: 23px;
    font-size: 16px;
    font-weight: normal;
    color: rgb(190, 176, 129);
    text-align: start;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: Aeonik-Regular;
  }

  & .input-group {
    position: relative;
    display: block;
    border-collapse: separate;
  }

  & #contact-form input, & #contact-form select {
    height: 40px;
    border: none;
    width: 100%;
    border-radius: 20px;
    background: rgb(228, 228, 228);
  }

  & #contact-form input: :placeholder, & #contact-form textarea::placeholder {
    color: rgb(81, 81, 81);
  }

  & #contact-form .input-group-addon {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border: 0px;
  }

  & .form-ico {
    font-size: 19px !important;
  }

  & #contact-form textarea {
    border: none;
    resize: none;
    background: rgb(228, 228, 228);
  }

  & #contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  & #contact-form .selected-flag {
    background: rgb(228, 228, 228);
    width: 39px;
    border-radius: 35px;
    height: 40px;
  }

  & #contact-form .flag-container {
    padding: 0px !important;
  }

  & .form-btn {
    margin-left: 18px;
    background: rgb(190, 176, 129);
    border: none;
    color: rgb(255, 255, 255);
    padding: 8px 39px;
    transition: 0.4s;
    text-shadow: none;
    border-radius: 20px;
    box-shadow: none;
    display: block !important;
    font-size: 18px !important;
  }

  & .modal-dialog {
    top: 15% !important;
  }

  & #main-popup input, & #main-popup select {
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(228, 228, 228);
    letter-spacing: 1px;
  }

  & #main-popup input: :placeholder {
    color: rgb(190, 190, 190);
  }

  & #main-popup .input-group-addon {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border: 0px;
  }

  & .form-ico {
    font-size: 19px !important;
  }

  & #main-popup .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  & #main-popup .selected-flag {
    background: rgb(228, 228, 228);
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }

  & #main-popup .flag-container {
    padding: 0px !important;
  }

  & #price-model input, & #price-model select {
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(228, 228, 228);
    letter-spacing: 1px;
  }

  & #price-model input: :placeholder {
    color: rgb(190, 190, 190);
  }

  & #price-model .input-group-addon {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border: 0px;
  }

  & .form-ico {
    font-size: 19px !important;
  }

  & #price-model .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  & #price-model .selected-flag {
    background: rgb(228, 228, 228);
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }

  & #price-model .flag-container {
    padding: 0px !important;
  }

  & #interested input, & #interested select {
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(228, 228, 228);
    letter-spacing: 1px;
  }

  & #interested input: :placeholder {
    color: rgb(190, 190, 190);
  }

  & #interested .input-group-addon {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border: 0px;
  }

  & .form-ico {
    font-size: 19px !important;
  }

  & #interested .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  & #interested .selected-flag {
    background: rgb(228, 228, 228);
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }

  & #interested .flag-container {
    padding: 0px !important;
  }

  & #broch-form input, & #broch-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(228, 228, 228);
    letter-spacing: 1px;
  }

  & #broch-form input: :placeholder {
    color: rgb(190, 190, 190);
  }

  & #broch-form .input-group-addon {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border: 0px;
  }

  & #broch-form .modal-header .close {
    margin-top: -30px;
  }

  & .form-ico {
    font-size: 19px !important;
  }

  & #broch-form .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  & #broch-form .selected-flag {
    background: rgb(228, 228, 228);
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }

  & #broch-form .flag-container {
    padding: 0px !important;
  }

  & #plans-form input, & #plans-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(228, 228, 228);
    letter-spacing: 1px;
  }

  & #plans-form input: :placeholder {
    color: rgb(190, 190, 190);
  }

  & #plans-form .input-group-addon {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border: 0px;
  }

  & #plans-form .modal-header .close {
    margin-top: -30px;
  }

  & .form-ico {
    font-size: 19px !important;
  }

  & #plans-form .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  & #plans-form .selected-flag {
    background: rgb(228, 228, 228);
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }

  & #plans-form .flag-container {
    padding: 0px !important;
  }

  & #gmap .modal-body {
    background: unset;
    overflow: hidden;
    margin-left: 120px;
    padding: 0px !important;
  }

  & #floor input, & #floor select {
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(228, 228, 228);
    letter-spacing: 1px;
  }

  & #floor input: :placeholder {
    color: rgb(190, 190, 190);
  }

  & #floor .input-group-addon {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border: 0px;
  }

  & #floor .modal-header .close {
    margin-top: -30px;
  }

  & #offer-forms input, & #offer-forms select {
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(228, 228, 228);
    letter-spacing: 1px;
  }

  & #offer-forms input: :placeholder {
    color: rgb(190, 190, 190);
  }

  & #offer-forms .input-group-addon {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border: 0px;
  }

  & #offer-forms .modal-header .close {
    margin-top: -30px;
  }

  & #offer-forms .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  & #offer-forms .selected-flag {
    background: rgb(228, 228, 228);
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }

  & #offer-forms .flag-container {
    padding: 0px !important;
  }

  & .form-ico {
    font-size: 19px !important;
  }

  & #floor .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  & #floor .selected-flag {
    background: rgb(228, 228, 228);
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
  }

  & #floor .flag-container {
    padding: 0px !important;
  }

  & #video-form input, & #video-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: rgb(228, 228, 228);
    letter-spacing: 1px;
  }

  & #video-form input: :placeholder {
    color: rgb(190, 190, 190);
  }

  & #video-form .input-group-addon {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border: 0px;
  }

  & #video-form .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  & .legends {
    padding: 13px 35px;
  }

  & .legends li {
    list-style: none;
    line-height: 1.5;
    font-size: 13px;
  }

  @media (max-width: 768px) {
    & .legends {
      padding: 0px !important;
    }

    & .legends li {
      font-size: 12px;
    }
  }

  & .modal-header {
    border-radius: 20px 20px 0px 0px;
  }

  & .modal-body {
    border-radius: 0px 0px 20px 20px;
    background: rgb(255, 255, 255);
  }

  & .modal-body p {
    font-size: 16px;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
  }

  & .modal-content {
    background: unset;
  }

  & .modal-header {
    border: none;
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    padding: 10px !important;
  }

  & .modal-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
  }

  & .price-btn {
    margin: 0px auto;
    text-shadow: none;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(46, 71, 108);
    border-radius: 0px;
    padding: 8px 30px;
    transition: 0.5s;
    font-weight: 800;
    background: rgb(60, 43, 35);
    display: block !important;
  }

  & .modal-header .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    box-shadow: none;
    outline: none;
    font-size: 30px !important;
  }

  & .carousel-control.left, & .carousel-control.right {
    background-image: none;
  }

  & .error {
    color: red;
  }

  & .interested {
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: -52px;
    background: rgb(190, 176, 129);
    color: rgb(255, 255, 255);
    border: none;
    letter-spacing: 1px;
    transform: rotate(270deg);
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px !important;
  }

  & .btn-download {
    background: rgb(190, 176, 129);
    border-radius: 20px;
    padding: 12px 15px;
    margin: 20px 0px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border: none !important;
  }

  @media (max-width: 768px) {
    & .btn-download {
      background: rgb(190, 176, 129);
      border-radius: 20px;
      padding: 10px 7px;
      font-size: 11px;
      margin: 15px 0px;
      top: -3px;
      left: 150px;
      position: absolute;
      text-transform: uppercase;
      border: none !important;
    }
  }

  & .btn-download1 {
    position: fixed;
    bottom: 15px;
    z-index: 9999;
    left: 15px;
    border: none;
    letter-spacing: 1px;
    background: rgb(46, 71, 108) !important;
    font-size: 18px !important;
  }

  & .fixed-footer-cust {
    background: rgb(190, 176, 129);
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
  }

  & .f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
    position: relative;
    top: 4px;
    transform: rotate(90deg);
  }

  & .fix-link {
    color: rgb(255, 255, 255) !important;
    font-size: 14px !important;
  }

  & .div-line {
    border-right: 1px solid rgb(255, 255, 255);
  }

  & .i-am {
    padding: 0px;
    background: none transparent;
    border: none;
    box-shadow: none;
  }

  & .footer-sec {
    padding: 15px 0px;
    background: rgb(249, 246, 243);
  }

  & .foote-wrap {
    margin: 0px auto;
    display: block;
  }

  & .foote-wrap img {
    margin: 0px auto;
    display: block;
    width: 115px;
  }

  & .foote-wrap p {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
  }

  & .inner-banner {
    padding: 100px 0px;
    background: url("../images/inner-banner.webp") center center no-repeat;
    margin-top: 50px;
  }

  & .banner-txt-thank h1 {
    margin: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 40px;
    font-weight: 800;
  }

  & .msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid rgb(255, 255, 255);
    font-size: 39px;
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
  }

  & .oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
  }

  & .oops span {
    font-weight: 300;
  }

  & .oops-subtitle {
    font-size: 30px;
  }

  & .go-home {
    color: rgb(65, 64, 65);
    font-size: 19px;
    padding: 10px;
    width: 130px;
    margin: 30px auto 0px;
    border-radius: 5px;
    transition: 0.5s;
  }

  & .oops-greet {
    color: rgb(65, 64, 65);
    font-size: 25px;
    margin-bottom: 15px;
  }

  & .thank-menu {
    top: 0px !important;
  }

  & .address-wrap h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
  }

  & b {
    font-weight: 600;
  }

  & .call-me {
    font-size: 38px;
    font-weight: 900;
    color: rgb(205, 170, 101);
  }

  & .cust-container {
    width: 80%;
    margin: 0px auto;
    display: table;
  }

  & .ami-iconholder img {
    width: 65px;
    margin: 0px auto 15px;
    display: block;
  }

  & .ami-iconholder p {
    text-align: center;
  }

  @media (max-width: 470px) {
    & .ami-iconholder p {
      height: 60px;
    }
  }

  & .connectivity {
    width: 550px;
    margin: 0px auto;
    display: block;
  }

  & #key-distance {
    background: rgb(243, 243, 243);
  }

  & .rera-wrap {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    border: 4px solid rgb(205, 170, 101);
  }

  & .rera {
    width: 100px;
  }

  & .rera-txt {
    font-size: 16px;
    margin-top: 14px;
    text-align: center;
  }

  & .rera-txt a {
    color: rgb(255, 255, 255);
  }

  & .cust-sec {
    padding-top: 25px;
  }

  & .partner {
    text-align: center;
  }

  & .partner li {
    display: inline-block;
    margin-right: 16px;
  }

  & .partner li img {
    width: 135px;
  }

  & .b-logo {
    width: 120px;
    margin-top: 10px;
  }

  & .f-blogo {
    width: 111px !important;
  }

  & .whylist li {
    margin-bottom: 14px;
    line-height: 20px;
  }

  & .element-apartments {
    background: rgb(65, 64, 65);
  }

  & .element-apartments .apartment-table {
    border: 0px;
    margin: 0px auto;
    width: 100%;
  }

  & .element-apartments .apartment-table thead {
    background: rgb(60, 43, 35);
    font-family: Questrial, sans-serif;
    font-weight: 800;
  }

  & .element-apartments .apartment-table th {
    color: rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    vertical-align: middle;
    font-family: Questrial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    padding: 15px !important;
  }

  & .element-apartments td, & .element-apartments th {
    border-right: 0px;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid rgb(255, 255, 255);
    vertical-align: middle;
    color: rgb(255, 255, 255);
  }

  & .element-apartments .btn {
    border: 1px solid rgb(255, 255, 255);
    line-height: 31px;
    padding: 0px;
    width: 98px;
    font-size: 15px;
    color: rgb(255, 255, 255);
  }

  & .btn-table {}

  & .table>tbody>tr>td {
    vertical-align: middle;
    border: 1px solid rgb(199, 199, 199);
    font-family: Aeonik-Regular;
  }

  @media (max-width: 768px) {
    & .table>thead>tr>th {
      vertical-align: middle;
      text-align: center;
      border: none;
      font-size: 20px;
    }

    & .table>tbody>tr>td {
      font-size: 12px;
    }
  }

  & .table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
    border: none;
    font-size: 13px;
  }

  & .callup {
    text-align: center;
    margin-top: 25px;
  }

  & .callup p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 10px;
    color: rgb(255, 255, 255);
  }

  & .callup span {
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 30px;
  }

  & .callup a {
    text-align: center;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
  }

  & .contact-wrap h2 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  & .contact-wrap h2 span {
    font-weight: 300;
  }

  & .address {
    text-align: center;
    margin-top: 10px;
  }

  & .address li {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
  }

  & .address li: first-child {
    margin-right: 18px;
  }

  & .address li i {
    color: rgb(46, 71, 108);
  }

  & .address li a {
    color: rgb(65, 64, 65);
    text-decoration: none;
  }

  & .address-line {
    height: 2px;
    background: rgb(65, 64, 65);
    width: 200px;
    margin: 15px auto;
  }

  & .social {}

  & .social li {
    display: inline;
    margin-right: 20px;
  }

  & .social li: last-child {
    margin-right: 0px;
  }

  & .social li a {
    color: rgb(255, 255, 255);
    transition: 0.5s;
  }

  & .social li a i {
    font-size: 22px;
    transition: 0.5s;
  }

  & .social li a i: hover {
    transition: 0.5s;
    color: rgb(228, 228, 228);
  }

  & .copy-right {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 1px;
  }

  & #contact {
    background: rgb(245, 245, 245);
    padding: 75px 0px;
  }

  & #configuration {
    background-position: center center;
    background-size: cover;
  }

  & .glob-sec1 {
    padding: 50px 0px;
    background-image: url("../images/background.jpg");
    background-position: center center;
  }

  @media (max-width: 400px) {
    & .element-apartments {
      padding: 0px;
      overflow: scroll;
    }
  }

  @media (max-width: 340px) {
    & .feature-rwap h3 {
      font-size: 36px;
      margin-top: 8px;
    }

    & .feature-rwap h2 {
      font-weight: 600;
      font-size: 19px;
      line-height: 25px;
      color: rgb(49, 49, 49);
      font-style: italic;
    }

    & .feature-rwap {
      width: 100%;
    }
  }

  & .reralist {
    text-align: center;
  }

  & .reralist li {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
  }

  & .reralist li a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(65, 64, 65) !important;
  }

  & .reralist li a: hover {
    text-decoration: underline;
    color: rgb(46, 71, 108) !important;
  }

  & #location {
    background: url("../images/behind.webp") center bottom / cover;
    padding: 80px 0px 0px;
  }

  & #pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0px;
  }

  & #pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
  }

  & .white {}

  & .figure-img img {
    width: 550px;
    border: 1px solid rgb(46, 71, 108);
    padding: 15px;
    max-width: 100%;
  }

  & .figure-img-right img {
    width: 550px;
    border: 1px solid rgb(46, 71, 108);
    padding: 15px;
    max-width: 100%;
    float: right;
  }

  & .figure-img.sm img {
    width: 400px;
  }

  & .figure-img-right.sm img {
    width: 400px;
  }

  & .social-wrap {
    text-align: center;
    margin-top: 25px;
  }

  & .social-wrap p {
    font-size: 26px;
    margin-bottom: 20px;
  }

  & .social-icon li {
    display: inline-block;
    margin-right: 20px;
  }

  & .social-icon li a img {
    width: 58px;
  }

  & .social-icon li: last-child {
    margin-right: 0px;
  }

  & #rc-imageselect {
    transform: scale(0.77);
    transform-origin: 0px 0px;
  }

  @media screen and (max-height: 575px) {
    & #rc-imageselect, & .g-recaptcha {
      transform: scale(0.77);
      transform-origin: 0px 0px;
    }
  }

  & .overlay1 {
    display: flex;
    width: 100%;
    padding: 50px 0px;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    background-size: cover;
  }

  & .overlay {}

  @media (max-width: 767px) {
    & .overlay {
      height: auto;
    }

    & .contact-foot {
      flex-direction: column;
    }

    & .contact-logo {
      width: 200px;
    }

    & .rera-sec h3 {
      margin: 20px 0px;
      font-size: 25px;
      font-weight: 800;
      text-align: center !important;
    }
  }

  & .stamp {
    font-size: 13px;
  }

  & #bdbdbd .stamp sup {
    color: red;
    font-size: 22px;
    position: relative;
    top: 2px;
  }

  & .milestone {
    text-align: center;
    font-size: 18px;
    width: 90%;
    margin: 0px auto;
  }

  & .modal {
    background: rgba(0, 0, 0, 0.5);
  }

  & #rera-pop .modal {
    display: block !important;
  }

  & #rera-pop .modal-dialog {
    overflow-y: initial !important;
  }

  & #rera-pop .modal-body {
    height: 300px;
    overflow-y: auto;
  }

  & #rera-pop .modal-footer {
    padding: 4px;
    background: rgb(232, 232, 232);
  }

  & .disclaimer-ol {
    padding-left: 20px;
  }

  & .disclaimer-ol li {
    margin-bottom: 10px;
  }

  & .disc-btn {
    color: rgb(46, 71, 108);
    font-weight: 600;
  }

  & .pd0 {
    padding: 0px !important;
  }

  & .amiwrap {
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 5px;
    box-shadow: rgb(224, 224, 224) 1px 1px 25px;
    margin-bottom: 20px;
  }

  & .amiwrap-img {
    padding: 22px 0px;
    margin: 0px auto;
    width: 50% !important;
  }

  & .amiwrap p {
    font-size: 14px;
    margin: 10px 18px;
  }

  & .about p {
    font-size: 14px;
    margin: 10px 18px;
  }

  & .amiwrap {
    position: relative;
    cursor: pointer;
    transition: 0.5s;
  }

  & .bo {
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  & .bo1 {
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  & .cust-accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 5px;
  }

  & .cust-accordion .panel-heading {
    padding: 0px;
    border-radius: 0px;
    border: none;
  }

  & .cust-accordion .panel-title a {
    display: block;
    padding: 15px 15px 15px 50px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: rgb(74, 74, 74);
    text-decoration: none;
    transition: 0.5s;
    position: relative;
  }

  & .panel-group {
    margin-top: 15px;
  }

  & .cust-accordion .panel-title a: hover {
    background: rgb(60, 43, 35);
  }

  & .cust-accordion .panel-body {
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(111, 111, 111);
    padding: 15px 20px;
    line-height: 25px;
    position: relative;
    border: none !important;
  }

  & .cust-accordion .panel-title a .down-arrow {
    width: 25px;
    float: right;
    position: relative;
    top: -5px;
  }

  & .loc-icon {
    position: absolute;
    left: 8px;
    width: 33px;
    top: 6px;
  }

  & .specification {
    list-style: circle;
    padding-left: 16px;
    font-size: 15px;
  }

  & .cust-accordion .panel-body p {
    font-size: 18px;
  }

  & .overview-img {
    width: 500px;
    margin-top: 20px;
    max-width: 100%;
  }

  & .amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
  }

  & .amenities-gallery img {
    width: 100%;
    margin: 12px auto;
    object-fit: contain;
    height: 600px;
  }

  & .ami-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    transform: translate(-100%, 0px);
    transition: 1s;
  }

  & .loc {
    width: 100% !important;
    height: 100% !important;
  }

  & #atmosphere {}

  & #parkamenities {
    background: url("../images/patch2.webp") right bottom no-repeat;
  }

  & #indulgence {
    background-color: rgb(245, 245, 245);
  }

  & #plan {
    background: url("../images/patch3.webp") right bottom no-repeat;
  }

  & .owl-nav button.owl-prev {
    top: 45%;
    left: 5px;
    border: 0px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    border-radius: 70px;
    position: absolute !important;
    display: block !important;
  }

  & .owl-theme .owl-nav {
    margin: unset;
  }

  & .owl-carousel .owl-nav button.owl-prev, & .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    margin: 28px 0px;
    color: rgb(255, 255, 255);
    outline: none;
    cursor: pointer;
    position: relative;
    bottom: 0px;
    border-radius: 71px;
    z-index: 999;
    transition: 0.3s;
    background: rgb(190, 176, 129) !important;
    font-size: 1.2rem !important;
  }

  & .owl-nav button.owl-next {
    top: 45%;
    right: 5px;
    border: 0px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border-radius: 70px;
    background: rgb(255, 255, 255);
    position: absolute !important;
    display: block !important;
  }

  & #carousel-example-generic1 {
    width: 500px;
    max-width: 100%;
    margin: 0px auto;
  }

  & #carousel-example-generic1 .carousel-inner .item img {
    width: 500px;
    max-width: 100%;
  }

  & .terms-head {
    color: rgb(46, 71, 108);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  & .form-disc-white {
    font-size: 9px;
    line-height: 18px;
    color: rgb(255, 255, 255);
    padding: 1px;
  }

  & .form-disc-white a {
    color: rgb(255, 255, 255);
  }

  & .form-disc {
    font-size: 9px;
    line-height: 11px;
  }

  & .form-disc a {
    color: rgb(46, 71, 108);
  }

  & #floorplan .modal-header .close {
    margin-top: -32px;
  }

  & .maplink {
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    padding: 10px 16px;
    font-size: 20px;
    letter-spacing: 2px;
    transition: 0.5s;
    display: block;
    width: 165px;
    text-align: center;
    margin: 20px auto 0px;
    text-decoration: none !important;
  }

  & .amenities {
    background-color: rgb(241, 241, 241);
  }

  & .sec_heading {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
  }

  & .ame_contain {
    display: flex;
    gap: 5rem 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6rem;
  }

  & .ame_grp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
  }

  & .ame_icon {
    text-align: center;
    transition: 0.5s;
  }

  & .ame_icon .icons-wrap {
    height: 90px;
    width: 90px;
    margin: 0px auto;
    padding: 0.5rem;
    border: 2px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
  }

  & .ame_icon img {
    display: block;
    width: 80px;
    height: 100%;
  }

  & .ame_head {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: Aeonik-Regular;
  }

  & #highlights {
    padding: 76px 0px;
    background-image: url("../images/background.jpg");
    background-position: center center;
    margin-top: -7px;
  }

  & .sec-title2 {
    position: relative;
    margin: auto auto 25px;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 16px;
  }

  & #highlights .highlights-content p {
    line-height: 29px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: rgb(190, 176, 129);
    font-family: Aeonik-Regular;
  }

  @media only screen and (max-width: 767px) {
    & .sec-head::before {
      content: "";
      display: block;
      width: 44px;
      height: 2px;
      background: #c9a96e;
      left: -60px;
      top: 40%;
      position: absolute;
    }

    & .top-logo {
      width: 50px !important;
    }

    & .pd-0 {
      padding: 0px !important;
    }

    & .figure-rwap {
      width: 90%;
      margin-bottom: 20px;
      display: -webkit-box;
    }

    & .figure-rwap img {
      width: 100%;
      margin: 0px -5rem 0px 2rem;
    }

    & .figure-rwap-right {
      width: 90%;
      margin-top: 10px;
    }

    & .figure-rwap-right img {
      width: 95%;
      margin: 0px -5rem 0px -1rem;
    }

    & .fig-padding {
      padding-top: 3em;
    }

    & .connectivity {
      width: 83% !important;
    }

    & .form-wrap {
      margin-top: 25px;
      padding: 20px 0px !important;
    }

    & .rera-sec {
      margin-bottom: 40px;
      padding: 0px !important;
    }

    & #carousel-example-generic {
      padding-top: 50px;
    }

    & .rera-txt {
      font-size: 17px !important;
      line-height: 22px;
    }

    & .sec-head {
      font-size: 26px !important;
      margin-bottom: 15px;
    }

    & .tab-rwap {
      background-color: rgb(255, 255, 255);
    }

    & .tab-contenwrap {
      background-color: rgb(255, 255, 255);
    }

    & #hide-menu {
      padding: 0px;
    }

    & .navbar-collapse {
      background: rgb(11, 26, 55);
      margin-top: 11px;
      padding-bottom: 10px;
    }

    & .navbar-default {
      height: 60px;
    }

    & .fixHeader {
      height: 60px;
    }

    & .cust-accordion {
      margin-bottom: 5px;
      margin-top: 0px;
    }

    & .copy-right {
      font-size: 15px;
    }

    & .loc {
      margin-top: 55px;
    }

    & .amenities-gallery img {
      height: auto;
    }

    & .mytab {
      margin: 0px;
    }

    & .mytab>li:nth-child(1) {
      background-color: rgb(219, 156, 175);
      border: 2px solid rgb(219, 156, 175);
      color: rgb(255, 255, 255);
      height: 50px;
      width: 50px;
      cursor: pointer;
      border-radius: 50%;
    }

    & .mytab>li:nth-child(2) {
      background-color: rgb(113, 185, 237);
      border: 2px solid rgb(113, 185, 237);
      color: rgb(255, 255, 255);
      height: 50px;
      width: 50px;
      cursor: pointer;
      border-radius: 50%;
    }

    & .mytab>li:nth-child(3) {
      background-color: rgb(242, 175, 52);
      border: 2px solid rgb(242, 175, 52);
      color: rgb(255, 255, 255);
      height: 50px;
      width: 50px;
      cursor: pointer;
      border-radius: 50%;
    }
  }

  & .rera-sec {
    background: rgb(255, 255, 255);
    padding: 20px 0px;
    color: rgb(67, 67, 67) !important;
  }

  & .rera-sec h3 {
    margin: 20px 0px;
    text-align: left;
    font-size: 25px;
    font-weight: 800;
  }

  & .rera-sec p {
    font-size: 13px;
    text-align: center;
    line-height: 43px;
    margin: 10px;
    font-family: Aeonik-Regular;
  }

  & .rera-sec img {
    width: 115px;
    display: block;
    margin: auto;
  }

  & .aminitieslist li {
    font-size: 16px;
    padding: 7px 10px;
    margin-bottom: 10px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
  }

  & .dir li {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    list-style: none;
    margin: 18px auto;
  }

  & .dir1 li {
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    list-style: none;
    margin: 18px auto;
  }

  & #gmap .close {
    float: right;
    font-size: 43px;
    display: block;
    margin-top: -14px;
    font-weight: 700;
    margin-right: 8%;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    opacity: 1;
  }

  @media only screen and (min-width: 768px) {
    & .padding {
      padding-top: 35px;
    }

    & #gmap .modal-dialog {
      width: 65% !important;
    }
  }

  @media only screen and (max-width: 768px) {
    & #gmap .modal-dialog {
      width: 100% !important;
    }

    & #gmap .modal-body {
      overflow: hidden;
      margin-left: 30px;
      padding: 0px !important;
    }

    & #gmap .close {
      float: right;
      font-size: 43px;
      display: block;
      margin-top: -14px;
      font-weight: 700;
      margin-right: 0%;
      line-height: 1;
      color: rgb(255, 255, 255);
      text-shadow: rgb(255, 255, 255) 0px 1px 0px;
      opacity: 1;
    }

    & .floor {
      position: relative;
      margin: 0px;
    }

    & .about {
      height: auto;
      padding: 10px 0px !important;
    }
  }

  & input[type="number"]: :-webkit-inner-spin-button, & input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
  }

  & .navbar-right {
    text-align: center;
  }

  & .call-btn {
    position: fixed;
    z-index: 9999;
    color: rgb(255, 255, 255);
    top: 67%;
    right: 0px;
    background: rgb(190, 176, 129);
    border: none;
    letter-spacing: 1px;
    transform: rotate(90deg);
    padding: 10px;
    border-radius: 50%;
    font-size: 18px !important;
  }

  & .interested1 {
    position: fixed;
    bottom: 120px;
    right: 0px;
    transition: 0.4s ease-in;
    z-index: 999;
    width: 60px;
    padding: 7px;
    border: 2px solid rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 100%) !important;
  }

  & #carousel-example-generic .item {
    margin-top: 60px;
  }

  & #accordion .panel {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px 30px 10px;
    position: relative;
  }

  & #accordion .panel-heading {
    padding: 0px;
    border: none;
    border-radius: 0px;
  }

  & #accordion .panel-title a {
    display: block;
    padding: 10px 12px 10px 32px;
    margin: 0px;
    background: rgb(60, 43, 35);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0px;
    position: relative;
    color: rgb(255, 255, 255) !important;
  }

  & #accordion .panel-title a: :before, & #accordion .panel-title a.collapsed::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    line-height: 26px;
    background: rgb(44, 69, 107);
    border-radius: 0px;
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    font-size: 16px;
    color: var(--main-color);
    position: absolute;
    top: 6px;
    left: -15px;
    transition: 0.3s;
  }

  & #accordion .panel-title a.collapsed: :before {
    content: "";
    line-height: 13px;
  }

  & #accordion .panel-body {
    padding: 20px;
    margin: 0px 30px;
    background: rgb(44, 69, 107);
    border-top: none;
    border-left: 2px dashed rgb(255, 255, 255);
    border-right: 2px dashed rgb(255, 255, 255);
    font-size: 15px;
    color: var(--main-color);
    line-height: 28px;
    letter-spacing: 1px;
  }

  & .proj-block {
    margin: 7px 0px;
    height: 70px;
    background: rgb(255, 255, 255);
    width: 100%;
    outline: rgb(46, 71, 108) solid 2px;
    outline-offset: -5px;
    padding: 0px 1px;
    display: flex;
    box-shadow: rgb(255, 255, 255) 0px 0px 5px 2px inset;
    border: 2px solid rgb(56, 79, 115);
    position: inherit;
    align-items: center;
    justify-content: flex-start;
  }

  & .proj-img img {
    width: 58px;
    padding: 10px 0px;
    font-size: 42px;
    color: rgb(255, 255, 255);
  }

  & .overview p {
    font-size: 13px;
    line-height: 20px;
    color: rgb(255, 255, 255);
  }

  & .proj-txt {
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    letter-spacing: 1px;
  }

  & .overview-sec p {
    font-size: 24px;
    margin: 0px 10px 20px;
    font-weight: 800;
  }

  @media only screen and (max-width: 768px) {
    & .overview-sec p {
      margin: 20px 10px 10px;
      font-weight: 800;
      line-height: 1.5;
      font-size: 18px !important;
    }

    & .rera-sec p {
      text-align: center;
    }

    & .rera-sec img {
      width: 150px;
      display: block;
      margin: 15px auto auto;
    }

    & .footer-call {
      text-align: center;
      font-size: 20px;
      color: rgb(0, 0, 0);
      margin: 20px 0px;
    }
  }

  & .overview-img {
    width: 100%;
    margin: 0px auto;
    object-fit: cover;
  }

  & .overv-p {
    margin-top: 20px;
  }

  & .overv-p p {
    font-size: 16px;
  }

  & .overview {
    margin: 50px 0px;
  }

  & .patch {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  @media only screen and (max-width: 479px) {
    & #accordion .panel-body {
      font-size: 14px;
      line-height: 22px;
      margin: 0px 10px;
    }
  }

  & .moretext, & .moretext1 {
    display: none;
  }

  & .bor-l {
    border-left: 1px solid rgb(60, 43, 35);
  }

  @media only screen and (max-width: 768px) {
    & .proj-block {
      margin: 8px 0px;
      height: auto;
      padding: 0px;
    }

    & #carousel-example-generic .item {
      margin-top: 0px;
    }

    & .overview p {
      padding: 0px 15px;
    }

    & .head-line {
      width: 277px;
      height: 15px;
    }

    & #accordion .panel {
      margin: 0px 0px 10px;
    }

    & .bo1 {
      display: block;
    }

    & .amiwrap p {
      font-size: 14px;
      margin: 15px 30px;
      text-align: initial;
    }

    & .about p {
      font-size: 14px;
      margin: 15px;
      text-align: center;
    }

    & .overview-sec {
      display: block;
    }

    & .overview-img {}

    & .patch {
      display: block;
    }

    & .bor-l {
      border: none;
    }
  }

  & .foo-txt {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    color: rgb(190, 176, 129) !important;
  }

  & .footer-call {
    text-align: center;
    font-size: 20px;
  }

  & .footer-call a {
    color: rgb(190, 176, 129);
    text-decoration: none;
    font-size: 24px;
    padding: 5px;
  }

  & .title01 {
    text-align: center;
    margin: 16px auto;
    font-size: 16px;
    text-transform: uppercase;
  }

  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    & .mytab>li:nth-child(1)>a {
      font-size: 11px !important;
      padding: 7px !important;
    }

    & .mytab>li:nth-child(2)>a {
      font-size: 11px !important;
      padding: 7px !important;
    }

    & .mytab>li:nth-child(3)>a {
      font-size: 11px !important;
      padding: 7px !important;
    }

    & .indulg-img {
      width: 300px;
    }

    & .mytab li {
      margin: 25px 0px;
    }

    & .amen-wrap {
      height: 80px;
    }

    & .amen-wrap p {
      font-size: 12px;
      line-height: 1;
    }

    & .amen-wrap img {
      width: 45px;
    }
  }

  @media only screen and (min-width: 1300px) and (max-width: 1500px) {
    & .mytab>li:nth-child(1)>a {
      font-size: 11px !important;
      padding: 7px !important;
    }

    & .mytab>li:nth-child(2)>a {
      font-size: 11px !important;
      padding: 7px !important;
    }

    & .mytab>li:nth-child(3)>a {
      font-size: 11px !important;
      padding: 7px !important;
    }

    & .indulg-img {
      width: 300px;
    }

    & .mytab li {
      margin: 25px 0px;
    }

    & .amen-wrap {
      height: 80px;
    }

    & .amen-wrap p {
      font-size: 12px;
      line-height: 1;
    }

    & .amen-wrap img {
      width: 45px;
    }
  }

  & section .grey {
    background-color: rgb(245, 245, 245);
  }

  & .grey {
    color: rgb(77, 78, 80);
  }

  & section {
    float: left;
    width: 100%;
  }

  & .wrap1 {
    padding: 60px 0px 0px;
  }

  & .section-title {
    font-size: 40px;
    color: rgb(23, 67, 14);
    text-align: center;
  }

  & .section-subtitle12 {
    font-size: 20px;
    margin: 25px 0px;
    font-family: "Source Sans 3", sans-serif;
    text-align: center;
    line-height: normal;
  }

  & .relative {
    position: relative;
  }

  & .divider {
    width: 50%;
  }

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

  & .slide {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
  }

  & .ame-img {
    width: 47px;
    position: relative;
    margin: 0px auto;
    display: block;
  }

  & .ameimg {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  & .fullami-wrap {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  & .pd-0 {
    padding: 0px !important;
  }

  & .ame-head {
    color: rgb(0, 0, 0);
    font-size: 19px;
    text-align: left;
    margin: 14px 0px;
    font-weight: 500;
    font-family: Aeonik-Regular;
  }

  & .ame-list {
    padding: 0%;
    color: rgb(0, 0, 0);
    font-family: Aeonik-Regular;
  }

  & .loclist {
    padding-left: 0px;
  }

  & section ul {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    list-style: circle;
    font-weight: 400;
  }

  & .loclist li {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0px;
    list-style: circle;
    margin-top: 14px;
  }

  & #myTabs li {
    font-weight: 800;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
  }

  & .nav-pills>li.active>a, & .nav-pills>li.active>a: focus, & .nav-pills>li.active>a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(26, 67, 15);
  }

  & .nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid;
    color: rgb(0, 0, 0);
  }

  & .panel-title {
    margin-top: 0px;
    font-size: 16px;
    color: inherit;
    border-bottom: 2px solid;
    display: inline;
  }

  & .panel-body img {
    height: 20px;
    width: 20px;
    object-fit: cover;
  }

  & .panel-body p {
    font-size: 20px;
    font-weight: 300;
  }

  & .intl-tel-input {
    width: 100%;
  }

  & #contact-form .flag-container {
    padding: 0px !important;
  }

  & .intl-tel-input .selected-flag {
    height: 40px !important;
  }

  & .intl-tel-input .selected-flag {
    z-index: 22 !important;
  }

  & .intl-tel-input .country-list {
    z-index: 22 !important;
  }

  & .intl-tel-input .selected-flag .iti-arrow {
    right: 0px !important;
  }

  & .video-wrap {
    position: relative;
  }

  & .overlaynew {
    background-image: linear-gradient(to top, rgba(33, 29, 29, 0), rgba(101, 101, 101, 0.05));
    width: 100%;
    height: 26%;
    position: absolute;
    top: 0px;
  }

  & #video_desktop_main {
    height: 100%;
    width: 100%;
    object-fit: fill;
  }

  & .videocreative {
    position: absolute;
    top: -200px;
    left: 0px;
    text-align: center;
    right: 0px;
    margin: 0px auto;
  }

  & .videocreative img {
    width: 520px;
    height: auto;
  }

  & .video-title {
    position: absolute;
    bottom: 8px;
    left: 20px;
  }

  & .video-title div {
    color: rgba(255, 255, 255, 0.71);
    letter-spacing: 3px;
    font-size: 28px;
    background: rgba(75, 49, 40, 0.41);
    padding: 8px 18px;
    border-radius: 5px;
    font-family: "Monotype Corsiva" !important;
  }

  @media (max-width: 767px) {
    & .dflex {
      display: grid;
    }

    & .garden {
      margin-top: 8%;
    }

    & .block {
      display: block;
      vertical-align: middle;
    }

    & .fullami-wrap {
      height: auto;
    }

    & .ameimg {
      height: auto;
    }

    & .panel-heading {
      padding: 0px;
    }
  }

  & .divider {
    width: 200px;
  }

  & .sbfasd img {
    height: 100%;
    width: 76%;
    display: block;
    margin: 0px auto;
  }

  & #masterplan-2 .list-items p {
    padding: 5px 10px;
    border-bottom: 2px solid rgb(60, 43, 35);
    position: relative;
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    width: 100%;
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
    text-align: center;
  }

  @media (max-width: 768px) {
    & #masterplan-2 .list-items p {
      padding: 7px 12px;
      position: relative;
      background: rgb(60, 43, 35);
      color: rgb(255, 255, 255);
      width: 100%;
      list-style: none;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 7px;
      text-align: center;
    }

    & .sbfasd img {
      height: auto;
      width: 100%;
      display: block;
      margin: 0px auto;
    }

    & #contact-form input, & #contact-form select {
      height: 40px;
      border: none;
      width: 100%;
      border-radius: 20px;
      background: rgb(228, 228, 228);
      margin-bottom: 20px;
    }

    & .owl-theme .owl-dots .owl-dot span {
      background: rgb(26, 67, 15) !important;
    }
  }

  @media screen and (max-width: 767px) {
    & .pdm-0 {
      padding: 0px !important;
    }

    & .ame-head {
      color: rgb(0, 0, 0);
      font-size: 17px;
      text-align: left;
      margin: 7px 0px;
      font-weight: 400;
    }

    & .ame-list {
      margin: 10px;
      color: rgb(0, 0, 0);
      font-size: 15px;
      line-height: 25px;
      letter-spacing: 0px;
      list-style: circle;
    }

    & .ame-img {
      width: 39px;
      position: relative;
      margin: 0px auto;
      display: block;
    }

    & .dflex {
      display: grid;
    }

    & .fit-img {
      margin-top: 63%;
    }

    & .ame-img1 {
      padding: 6% 0px 0px 37%;
      position: relative;
    }

    & .ame-list1 {
      padding: 0% 10%;
      color: rgba(0, 0, 0, 0);
    }

    & .lifestyle {
      margin-top: 8%;
    }

    & .fitness {
      margin-top: 8%;
    }

    & .garden {
      margin-top: 8%;
    }

    & .arcade {
      margin-top: 8%;
    }

    & .kids {
      margin-top: 8%;
    }

    & .section-title {
      font-size: 25px;
      color: rgb(23, 67, 14);
      text-align: center;
    }

    & #location {
      padding: 28px 0px 0px;
    }
  }

  & .form-highlighter {
    font-size: 16px;
    font-weight: bold;
  }

  & .form-highlighter-new {
    font-size: 16px;
  }

  & html, & body {
    overflow-x: hidden;
  }

  & .GreyBtn {
    color: rgb(255, 255, 255);
    background: linear-gradient(to right, rgb(190, 176, 129) 0%, rgb(190, 176, 129) 46%, rgb(255, 255, 255) 51%, rgb(190, 176, 129) 56%, rgb(190, 176, 129) 100%) 0% 0% / 600% 600%;
    animation: 3s ease 0s infinite normal none running AnimationNameGrey;
  }

  & .font-text {
    font-family: Aeonik-Regular;
  }

  font-family: Aeonik-Regular;
}

@media (max-width: 768px) {
  .btn-download {
    background: rgb(190, 176, 129);
    border-radius: 20px;
    padding: 10px 7px;
    font-size: 11px;
    margin: 15px 0px;
    top: -3px;
    left: 128px;
    position: absolute;
    text-transform: uppercase;
    border: none !important;
  }
}

.btn-download1 {
  position: fixed;
  bottom: 15px;
  z-index: 9999;
  left: 15px;
  border: none;
  letter-spacing: 1px;
  background: rgb(46, 71, 108) !important;
  font-size: 18px !important;
}

.interested:hover, .interested:focus {
  color: rgb(51, 51, 51) !important;
}

.fixed-footer-cust {
  background: #8b5c3e;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
  position: relative;
  top: 4px;
  transform: rotate(90deg);
}

.fix-link {
  font-family: Aeonik-Regular;
  color: #fff;
  font-size: 14px !important;
}

.div-line {
  border-right: 1px solid rgb(255, 255, 255);
}

.free-call:hover {
  color: rgb(255, 255, 255);
}

.i-am {
  padding: 0px;
  background: none transparent;
  border: none;
  box-shadow: none;
}

.i-am:hover, .i-am:focus {
  background: transparent !important;
}

.footer-sec {
  padding: 15px 0px;
  background: rgb(249, 246, 243);
}

.foote-wrap {
  margin: 0px auto;
  display: block;
}

.foote-wrap img {
  margin: 0px auto;
  display: block;
  width: 115px;
}

.foote-wrap p {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0px;
}

.inner-banner {
  padding: 100px 0px;
  background: url("../images/inner-banner.webp") center center no-repeat;
  margin-top: 50px;
}

.banner-txt-thank h1 {
  margin: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid rgb(255, 255, 255);
  font-size: 39px;
  background: rgb(241, 229, 63);
  color: rgb(0, 0, 0);
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  font-size: 30px;
  font-family: Aeonik-Regular;
}

.go-home {
  font-family: Aeonik-Regular;
  color: rgb(65, 64, 65);
  font-size: 19px;
  padding: 10px;
  width: 130px;
  margin: 30px auto 0px;
  border-radius: 5px;
  transition: 0.5s;
}

.go-home:hover {
  transition: 0.5s;
  color: rgb(255, 255, 255);
  background: rgb(190, 176, 129);
  border-radius: 25px;
}

.oops-greet {
  color: rgb(65, 64, 65);
  font-size: 25px;
  margin-bottom: 15px;
}

.thank-menu {
  top: 0px !important;
}

.address-wrap h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}

b {
  font-weight: 600;
}

.call-me {
  font-size: 38px;
  font-weight: 900;
  color: rgb(205, 170, 101);
}

.call-me:hover {
  color: rgb(205, 170, 101);
}

.cust-container {
  width: 80%;
  margin: 0px auto;
  display: table;
}

.ami-iconholder img {
  width: 65px;
  margin: 0px auto 15px;
  display: block;
}

.ami-iconholder p {
  text-align: center;
}

@media (max-width: 470px) {
  .ami-iconholder p {
    height: 60px;
  }
}

.connectivity {
  width: 550px;
  margin: 0px auto;
  display: block;
}

#key-distance {
  background: rgb(243, 243, 243);
}

.rera-wrap {
  text-align: center;
  padding: 15px;
  margin-top: 15px;
  border: 4px solid rgb(205, 170, 101);
}

.rera {
  width: 100px;
}

.rera-txt {
  font-size: 16px;
  margin-top: 14px;
  text-align: center;
}

.rera-txt a {
  color: rgb(255, 255, 255);
}

.cust-sec {
  padding-top: 25px;
}

.partner {
  text-align: center;
}

.partner li {
  display: inline-block;
  margin-right: 16px;
}

.partner li img {
  width: 135px;
}

.b-logo {
  width: 120px;
  margin-top: 10px;
}

.f-blogo {
  width: 111px !important;
}

.whylist li {
  margin-bottom: 14px;
  line-height: 20px;
}

.element-apartments {
  background: rgb(65, 64, 65);
}

.element-apartments .apartment-table {
  border: 0px;
  margin: 0px auto;
  width: 100%;
}

.element-apartments .apartment-table thead {
  background: rgb(60, 43, 35);
  font-family: Questrial, sans-serif;
  font-weight: 800;
}

.element-apartments .apartment-table th {
  color: rgb(255, 255, 255);
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  vertical-align: middle;
  font-family: Questrial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  padding: 15px !important;
}

.element-apartments td, .element-apartments th {
  border-right: 0px;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid rgb(255, 255, 255);
  vertical-align: middle;
  color: rgb(255, 255, 255);
}

.element-apartments .btn {
  border: 1px solid rgb(255, 255, 255);
  line-height: 31px;
  padding: 0px;
  width: 98px;
  font-size: 15px;
  color: rgb(255, 255, 255);
}

.element-apartments .btn:hover {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.hvr-sweep-to-right::before {
  background: rgb(255, 255, 255) !important;
}

.btn-table {}

.table>tbody>tr>td {
  vertical-align: middle;
  border: 1px solid rgb(199, 199, 199);
  font-family: Aeonik-Regular;
}

@media (max-width: 768px) {
  .table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
    border: none;
    font-size: 20px;
  }

  .table>tbody>tr>td {
    font-size: 12px;
  }
}

.table>thead>tr>th {
  vertical-align: middle;
  text-align: center;
  border: none;
  font-size: 13px;
}

.callup {
  text-align: center;
  margin-top: 25px;
}

.callup p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 10px;
  color: rgb(255, 255, 255);
}

.callup span {
  color: rgb(255, 255, 255);
  font-weight: 800;
  font-size: 30px;
}

.callup a {
  text-align: center;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 10px;
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
}

.contact-wrap h2 {
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-wrap h2 span {
  font-weight: 300;
}

.address {
  text-align: center;
  margin-top: 10px;
}

.address li {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
}

.address li:first-child {
  margin-right: 18px;
}

.address li i {
  color: rgb(46, 71, 108);
}

.address li a {
  color: rgb(65, 64, 65);
  text-decoration: none;
}

.address-line {
  height: 2px;
  background: rgb(65, 64, 65);
  width: 200px;
  margin: 15px auto;
}

.social {}

.social li {
  display: inline;
  margin-right: 20px;
}

.social li:last-child {
  margin-right: 0px;
}

.social li a {
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.social li a i {
  font-size: 22px;
  transition: 0.5s;
}

.social li a i:hover {
  transition: 0.5s;
  color: rgb(228, 228, 228);
}

.copy-right {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

#contact {
  background: rgb(245, 245, 245);
  padding: 75px 0px;
}

#configuration {
  background-position: center center;
  background-size: cover;
  padding: 4rem 0;
}

#floorplan {
  padding: 4rem 0;
}

.glob-sec1 {
  padding: 90px 0px;
  background: center center #8b5c3e;
}

@media (max-width: 400px) {
  .element-apartments {
    padding: 0px;
    overflow: scroll;
  }
}

@media (max-width: 340px) {
  .feature-rwap h3 {
    font-size: 36px;
    margin-top: 8px;
  }

  .feature-rwap h2 {
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    color: rgb(49, 49, 49);
    font-style: italic;
  }

  .feature-rwap {
    width: 100%;
  }
}

.reralist {
  text-align: center;
}

.reralist li {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 16px;
}

.reralist li a {
  text-decoration: none;
  font-weight: 600;
  color: rgb(65, 64, 65) !important;
}

.reralist li a:hover {
  text-decoration: underline;
  color: rgb(46, 71, 108) !important;
}

#location {
  background: url("../images/behind.webp") center bottom / cover;
  padding: 80px 0px 0px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0px;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.white {}

.figure-img img {
  width: 550px;
  border: 1px solid rgb(46, 71, 108);
  padding: 15px;
  max-width: 100%;
}

.figure-img-right img {
  width: 550px;
  border: 1px solid rgb(46, 71, 108);
  padding: 15px;
  max-width: 100%;
  float: right;
}

.figure-img.sm img {
  width: 400px;
}

.figure-img-right.sm img {
  width: 400px;
}

.social-wrap {
  text-align: center;
  margin-top: 25px;
}

.social-wrap p {
  font-size: 26px;
  margin-bottom: 20px;
}

.social-icon li {
  display: inline-block;
  margin-right: 20px;
}

.social-icon li a img {
  width: 58px;
}

.social-icon li:last-child {
  margin-right: 0px;
}

#rc-imageselect {
  transform: scale(0.77);
  transform-origin: 0px 0px;
}

@media screen and (max-height: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0px 0px;
  }
}

.overlay1 {
  display: flex;
  /* height: 50vh; */
  width: 100%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.overlay {}

@media (max-width: 767px) {
  .d-flex-overview {
    flex-direction: column;
  }

  .mb-2 {
    margin-bottom: 2rem;
  }

  .overlay {
    height: auto;
  }

  .contact-foot {
    flex-direction: column;
  }

  .contact-logo {
    width: 214px;
  }

  .rera-sec h3 {
    margin: 20px 0px;
    font-size: 25px;
    font-weight: 800;
    text-align: center !important;
  }
}

.stamp {
  font-size: 13px;
}

#bdbdbd .stamp sup {
  color: red;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.milestone {
  text-align: center;
  font-size: 18px;
  width: 90%;
  margin: 0px auto;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

#rera-pop .modal {
  display: block !important;
}

#rera-pop .modal-dialog {
  overflow-y: initial !important;
}

#rera-pop .modal-body {
  height: 300px;
  overflow-y: auto;
}

#rera-pop .modal-footer {
  padding: 4px;
  background: rgb(232, 232, 232);
}

.disclaimer-ol {
  padding-left: 20px;
}

.disclaimer-ol li {
  margin-bottom: 10px;
}

.disc-btn {
  color: rgb(46, 71, 108);
  font-weight: 600;
}

.disc-btn:hover {
  color: rgb(46, 71, 108);
}

.pd0 {
  padding: 0px !important;
}

.amiwrap {
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 5px;
  box-shadow: rgb(224, 224, 224) 1px 1px 25px;
  margin-bottom: 20px;
}

.amiwrap-img {
  padding: 22px 0px;
  margin: 0px auto;
  width: 50% !important;
}

.amiwrap p {
  font-size: 14px;
  margin: 10px 18px;
}

.about p {
  font-size: 14px;
  margin: 10px 18px;
}

.amiwrap {
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

.amiwrap:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

.amiwrap::before, .amiwrap::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  transition: 0.2s linear;
  background: rgb(60, 43, 35);
}

.bo {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.bo1 {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bo::before {
  content: "";
  width: 2px;
  height: 0px;
  position: absolute;
  transition: 0.2s linear;
  background: rgb(60, 43, 35);
  left: 0px;
  top: 0px;
}

.bo::after {
  content: "";
  width: 2px;
  height: 0px;
  position: absolute;
  transition: 0.2s linear;
  background: rgb(60, 43, 35);
  right: 0px;
  top: 0px;
}

.amiwrap:hover::before, .amiwrap:hover::after {
  width: 100%;
}

.amiwrap:hover .bo::before, .amiwrap:hover .bo::after {
  height: 100%;
}

.border-effect::before {
  left: 50%;
  top: 0px;
  transition-duration: 0.4s;
}

.border-effect::after {
  left: 50%;
  bottom: 0px;
  transition-duration: 0.4s;
}

.border-effect .bo::before {
  left: 0px;
  top: 50%;
  transition-duration: 0.4s;
}

.border-effect .bo::after {
  right: 0px;
  top: 50%;
  transition-duration: 0.4s;
}

.border-effect:hover::before, .border-effect:hover::after {
  left: 0px;
}

.border-effect:hover .bo::before, .border-effect:hover .bo::after {
  top: 0px;
}

.cust-accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 5px;
}

.cust-accordion .panel-heading {
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.cust-accordion .panel-title a {
  display: block;
  padding: 15px 15px 15px 50px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background: rgb(74, 74, 74);
  text-decoration: none;
  transition: 0.5s;
  position: relative;
}

.panel-group {
  margin-top: 15px;
}

.cust-accordion .panel-title a:hover {
  background: rgb(60, 43, 35);
}

.cust-accordion .panel-body {
  font-size: 14px;
  color: rgb(255, 255, 255);
  background: rgb(111, 111, 111);
  padding: 15px 20px;
  line-height: 25px;
  position: relative;
  border: none !important;
}

.cust-accordion .panel-body::after {
  content: "";
  position: absolute;
  top: -29px;
  left: 40px;
  border: 10px solid transparent;
}

.cust-accordion .panel-title a .down-arrow {
  width: 25px;
  float: right;
  position: relative;
  top: -5px;
}

.loc-icon {
  position: absolute;
  left: 8px;
  width: 33px;
  top: 6px;
}

.specification {
  list-style: circle;
  padding-left: 16px;
  font-size: 15px;
}

.cust-accordion .panel-body p {
  font-size: 18px;
}

.overview-img {
  width: 500px;
  margin-top: 20px;
  max-width: 100%;
}

/* ===== Overview Section ===== */
.overview-section {
  padding: 80px 0;
  background-color: #f5f2ed;
}

.overview-text-block {
  padding-right: 40px;
}

.overview-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgb(139, 92, 62);
  margin-bottom: 8px;
  font-weight: 500;
}

.overview-heading {
  font-family: 'Cinzel', serif;
  font-size: 42px;
  font-weight: 700;
  color: rgb(139, 92, 62);
  margin: 0 0 30px;
  line-height: 1.2;
}

.overview-heading span {
  font-style: italic;
}

.overview-para {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
  margin-bottom: 18px;
}

.overview-form-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 35px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.overview-form-title {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 8px;
  text-transform: capitalize;
}

.overview-form-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.overview-form-divider {
  width: 50px;
  height: 2px;
  background: rgb(139, 92, 62);
  margin: 0 auto 30px;
}

.overview-input {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  transition: border-color 0.3s ease;
  height: auto;
}

.overview-input:focus {
  border-color: #c9a96e;
  outline: none;
  box-shadow: none;
}

.overview-input::placeholder {
  color: #999999;
}

.overview-submit-btn {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  background: rgb(139, 92, 62);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 14px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 5px;
}

.overview-submit-btn:hover {
  background: #b8944f;
  color: #ffffff;
}

.overview-submit-btn span {
  margin-left: 6px;
}

@media (max-width: 991px) {
  .overview-text-block {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .overview-heading {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .overview-section {
    padding: 30px 0;
  }

  .glob-sec1 {
    padding: 40px 0px;
  }

  .overview-section .row {
    display: flex;
    flex-direction: column;
  }

  .overview-section .row>div:last-child {
    order: -1;
  }

  .overview-heading {
    font-size: 28px;
  }

  .overview-form-card {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.amenities-gallery img {
  width: 100%;
  margin: 12px auto;
  object-fit: contain;
  height: 600px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  transform: translate(-100%, 0px);
  transition: 1s;
}

.loc {
  width: 100% !important;
  height: 100% !important;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0px);
  transition: 0.5s;
  cursor: url("../images/hovericon.webp"), auto !important;
}

#atmosphere {}

#parkamenities {
  background: url("../images/patch2.webp") right bottom no-repeat;
}

#indulgence {
  background-color: rgb(245, 245, 245);
}

#plan {
  background: url("../images/patch3.webp") right bottom no-repeat;
}

.owl-nav button.owl-prev {
  top: 45%;
  left: 5px;
  border: 0px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  border-radius: 70px;
  position: absolute !important;
  display: block !important;
}

.owl-theme .owl-nav {
  margin: unset;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  margin: 16px -48px;
  color: rgb(241, 229, 63);
  outline: none;
  cursor: pointer;
  position: relative;
  bottom: 0px;
  border-radius: 71px;
  z-index: 999;
  transition: 0.3s;
  background: rgb(54, 26, 88) !important;
  font-size: 1.2rem !important;
}

.owl-nav button.owl-next {
  top: 45%;
  right: 5px;
  border: 0px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  border-radius: 70px;
  background: rgb(255, 255, 255);
  position: absolute !important;
  display: block !important;
}

#carousel-example-generic1 {
  width: 500px;
  max-width: 100%;
  margin: 0px auto;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: rgb(241, 229, 63);
  text-decoration: none;
  background: rgb(54, 26, 88) !important;
}

#carousel-example-generic1 .carousel-inner .item img {
  width: 500px;
  max-width: 100%;
}

.terms-head {
  color: rgb(46, 71, 108);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.form-disc-white {
  font-size: 9px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  padding: 1px;
}

.form-disc-white a {
  color: rgb(255, 255, 255);
}

.form-disc {
  font-size: 9px;
  line-height: 11px;
}

.form-disc a {
  color: rgb(46, 71, 108);
}

#floorplan .modal-header .close {
  margin-top: -32px;
}

.maplink {
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  padding: 10px 16px;
  font-size: 20px;
  letter-spacing: 2px;
  transition: 0.5s;
  display: block;
  width: 165px;
  text-align: center;
  margin: 20px auto 0px;
  text-decoration: none !important;
}

.maplink:hover, .maplink:focus {
  background: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
  transition: 0.5s;
  text-decoration: none !important;
}

.amenities {
  background-color: rgb(241, 241, 241);
}

.sec_heading {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.ame_contain {
  display: flex;
  gap: 5rem 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.ame_grp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.ame_icon {
  text-align: center;
  transition: 0.5s;
}

.ame_icon:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

.ame_icon .icons-wrap {
  height: 90px;
  width: 90px;
  margin: 0px auto;
  padding: 0.5rem;
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.ame_grp:hover .icons-wrap {
  border-radius: 0px;
  border-color: rgb(34, 34, 34);
  transition: 0.5s;
}

.ame_grp:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.ame_icon img {
  display: block;
  width: 80px;
  height: 100%;
}

.ame_head {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  display: flex;
  text-align: center;
  color: rgb(0, 0, 0);
  justify-content: center;
  font-family: Aeonik-Regular;
}

.highlights-card-wrapper {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
  position: relative;
  align-items: center;
  padding: 30px 20px;
  border-radius: 20px;
  transition: 0.2s;
  border: 2px solid rgb(189, 175, 128);
  margin: 20px;
  background: rgb(255, 255, 255);
}

.highlights-card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 15px;
}

.highlights-card-imgp {
  width: 65px;
  height: 65px;
  font-size: 30px;
  background-color: rgb(139, 92, 62);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  position: absolute;
  top: -20%;
  left: -5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlights-card-text {
  font-size: 18px;
  margin: 0px;
  padding-left: 40px;
  font-weight: bold;
  font-family: Aeonik-Regular;
  color: rgb(51, 51, 51);
}

.highlights-navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 20px;
}

.highlights-navigation .swiper-button-prev, .highlights-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgb(139, 92, 62);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0px !important;
}

.highlights-navigation .swiper-button-prev::after, .highlights-navigation .swiper-button-next::after {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.highlightsSwiper {
  padding: 40px 10px 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .highlights-card-imgp {
    padding: 0px;
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
  }

  .highlights-card-wrapper {
    padding: 30px 0px !important;
  }

  .highlights-card-text {
    font-size: 15px !important;
  }
}

/* ------------ Floor Plan Section --------- */

#floorplan {
  padding: 60px 0px;
  background-color: #f5f0d0;
}



.floorplan-card {
  margin-bottom: 20px;
}

.floorplan-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
  background: #f5f0d0;
}

.floorplan-img-blur {
  width: 100%;
  filter: blur(5px);
  transition: filter 0.3s ease;
  display: block;
}

.floorplan-img-wrapper:hover .floorplan-img-blur {
  filter: blur(7px);
}

.floorplan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease;
}

.floorplan-img-wrapper:hover .floorplan-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.floorplan-overlay i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.floorplan-overlay p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Aeonik-Regular";
  letter-spacing: 1px;
}

.floorplan-enquire-btn {
  background-color: #8b5c3e;
  color: #fff;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-family: "Aeonik-Regular";
}

.floorplan-enquire-btn:hover {
  background-color: #6e4630;
  color: #fff;
}

@media (max-width: 768px) {

  .floorplan-overlay i {
    font-size: 30px;
  }

  .floorplan-overlay p {
    font-size: 14px;
  }

  .floorplan-enquire-btn {
    padding: 8px 20px;
    font-size: 13px;
  }
}

/* ------------ End Floor Plan --------- */

#highlights {
  padding: 60px 0px;
  background: #fff;
}

.sec-title2 {
  position: relative;
  margin: auto auto 25px;
  text-align: center;
  color: rgb(255, 255, 255);
}

#highlights .highlights-content p {
  line-height: 29px;
  text-align: center;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: rgb(241, 229, 63);
  font-family: Aeonik-Regular;
}

@media only screen and (max-width: 767px) {
  .sec-head::before {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background: #c9a96e;
    left: -60px;
    top: 40%;
    position: absolute;
  }

  .sec-head::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background: #c9a96e;
    right: -60px;
    top: 40%;
    position: absolute;
  }

  .sec-head2::before {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background: rgb(60, 43, 35);
    left: 50px;
    top: 40%;
    position: absolute;
  }

  .sec-head2::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background: rgb(60, 43, 35);
    right: 50px;
    top: 40%;
    position: absolute;
  }

  .top-logo {
    width: 50px !important;
  }

  .pd-0 {
    padding: 0px !important;
  }

  .figure-rwap {
    width: 90%;
    margin-bottom: 20px;
    display: -webkit-box;
  }

  .figure-rwap img {
    width: 100%;
    margin: 0px -5rem 0px 2rem;
  }

  .figure-rwap-right {
    width: 90%;
    margin-top: 10px;
  }

  .figure-rwap-right img {
    width: 95%;
    margin: 0px -5rem 0px -1rem;
  }

  .fig-padding {
    padding-top: 3em;
  }

  .connectivity {
    width: 83% !important;
  }

  .form-wrap {
    margin-top: 25px;
    padding: 20px 0px !important;
  }

  .rera-sec {
    margin-bottom: 40px;
    padding: 0px 0px 40px !important;
  }

  #carousel-example-generic {
    padding-top: 50px;
  }

  .rera-txt {
    font-size: 17px !important;
    line-height: 22px;
  }

  .sec-head {
    font-size: 26px !important;
    margin-bottom: 15px;
  }

  .tab-rwap {
    background-color: rgb(255, 255, 255);
  }

  .tab-contenwrap {
    background-color: rgb(255, 255, 255);
  }

  #hide-menu {
    padding: 0px;
  }

  .navbar-collapse {
    background: rgb(54, 26, 88);
    margin-top: 11px;
    padding-bottom: 10px;
  }

  .navbar-default {
    height: 60px;
  }

  .fixHeader {
    height: 60px;
  }

  .cust-accordion {
    margin-bottom: 5px;
    margin-top: 0px;
  }

  .copy-right {
    font-size: 15px;
  }

  .loc {
    margin-top: 55px;
  }

  .amenities-gallery img {
    height: auto;
  }

  .mytab {
    margin: 0px;
  }

  .mytab>li:nth-child(1).active>a, .mytab>li:nth-child(1).active>a:hover, .mytab>li:nth-child(1).active>a:focus {
    background-color: rgb(219, 156, 175);
    border: 2px solid rgb(219, 156, 175);
    color: rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 50%;
  }

  .mytab>li:nth-child(1) {
    background-color: rgb(219, 156, 175);
    border: 2px solid rgb(219, 156, 175);
    color: rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 50%;
  }

  .mytab>li:nth-child(2) {
    background-color: rgb(113, 185, 237);
    border: 2px solid rgb(113, 185, 237);
    color: rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 50%;
  }

  .mytab>li:nth-child(3) {
    background-color: rgb(242, 175, 52);
    border: 2px solid rgb(242, 175, 52);
    color: rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 50%;
  }
}

.rera-sec {
  background: rgb(255, 255, 255);
  padding: 20px 0px;
  color: rgb(67, 67, 67) !important;
}

.rera-sec h3 {
  margin: 20px 0px;
  text-align: left;
  font-size: 25px;
  font-weight: 800;
}

.rera-sec p {
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  margin: 10px;
  font-family: Aeonik-Regular;
}

.rera-sec img {
  width: 100px;
  display: block;
  margin: auto;
}

.aminitieslist li {
  font-size: 16px;
  padding: 7px 10px;
  margin-bottom: 10px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.dir li {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  list-style: none;
  margin: 18px auto;
}

.dir1 li {
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  list-style: none;
  margin: 18px auto;
}

#gmap .close {
  float: right;
  font-size: 43px;
  display: block;
  margin-top: -14px;
  font-weight: 700;
  margin-right: 8%;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .padding {
    padding-top: 35px;
  }

  #gmap .modal-dialog {
    width: 65% !important;
  }
}

@media only screen and (max-width: 768px) {
  #gmap .modal-dialog {
    width: 100% !important;
  }

  #gmap .modal-body {
    overflow: hidden;
    margin-left: 30px;
    padding: 0px !important;
  }

  #gmap .close {
    float: right;
    font-size: 43px;
    display: block;
    margin-top: -14px;
    font-weight: 700;
    margin-right: 0%;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    opacity: 1;
  }

  .floor {
    position: relative;
    margin: 0px;
  }

  .about {
    height: auto;
    padding: 10px 0px !important;
  }
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

.navbar-right {
  text-align: center;
}

.call-btn {
  position: fixed;
  z-index: 9999;
  color: rgb(255, 255, 255);
  top: 67%;
  right: 0px;
  background: rgb(190, 176, 129);
  border: none;
  letter-spacing: 1px;
  transform: rotate(90deg);
  padding: 10px;
  border-radius: 50%;
  font-size: 18px !important;
}

.interested1 {
  position: fixed;
  bottom: 120px;
  right: 0px;
  transition: 0.4s ease-in;
  z-index: 999;
  width: 60px;
  padding: 7px;
  border: 2px solid rgb(255, 255, 255);
  background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 100%) !important;
}

#carousel-example-generic .item {
  margin-top: 60px;
}

#accordion .panel {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px 30px 10px;
  position: relative;
}

#accordion .panel-heading {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

#accordion .panel-title a {
  display: block;
  padding: 10px 12px 10px 32px;
  margin: 0px;
  background: rgb(60, 43, 35);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0px;
  position: relative;
  color: rgb(255, 255, 255) !important;
}

#accordion .panel-title a::before, #accordion .panel-title a.collapsed::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  line-height: 26px;
  background: rgb(44, 69, 107);
  border-radius: 0px;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  font-size: 16px;
  color: var(--main-color);
  position: absolute;
  top: 6px;
  left: -15px;
  transition: 0.3s;
}

#accordion .panel-title a.collapsed::before {
  content: "";
  line-height: 13px;
}

#accordion .panel-body {
  padding: 20px;
  margin: 0px 30px;
  background: rgb(44, 69, 107);
  border-top: none;
  border-left: 2px dashed rgb(255, 255, 255);
  border-right: 2px dashed rgb(255, 255, 255);
  font-size: 15px;
  color: var(--main-color);
  line-height: 28px;
  letter-spacing: 1px;
}

#accordion .panel:last-child .panel-body {
  border-bottom: 2px dashed rgb(255, 255, 255);
}

.proj-block {
  margin: 7px 0px;
  height: 70px;
  background: rgb(255, 255, 255);
  width: 100%;
  outline: rgb(46, 71, 108) solid 2px;
  outline-offset: -5px;
  padding: 0px 1px;
  display: flex;
  box-shadow: rgb(255, 255, 255) 0px 0px 5px 2px inset;
  border: 2px solid rgb(56, 79, 115);
  position: inherit;
  align-items: center;
  justify-content: flex-start;
}

.proj-img img {
  width: 58px;
  padding: 10px 0px;
  font-size: 42px;
  color: rgb(255, 255, 255);
}

.overview p {
  font-size: 13px;
  line-height: 20px;
  color: rgb(255, 255, 255);
}

.proj-txt {
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  letter-spacing: 1px;
}

.overview-sec p {
  font-size: 24px;
  margin: 0px 10px 20px;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .overview-sec p {
    margin: 20px 10px 10px;
    font-weight: 800;
    line-height: 1.5;
    font-size: 18px !important;
  }

  .rera-sec p {
    text-align: center;
  }

  .rera-sec img {
    width: 170px;
    display: block;
    margin: 15px auto auto;
  }

  .footer-call {
    text-align: center;
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin: 20px 0px;
  }
}

.overview-img {
  width: 100%;
  margin: 0px auto;
  object-fit: cover;
}

.overv-p {
  margin-top: 20px;
}

.overv-p p {
  font-size: 16px;
}

.overview {
  margin: 50px 0px;
}

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

@media only screen and (max-width: 479px) {
  #accordion .panel-body {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 10px;
  }
}

.moretext, .moretext1 {
  display: none;
}

.bor-l {
  border-left: 1px solid rgb(60, 43, 35);
}

@media only screen and (max-width: 768px) {
  .proj-block {
    margin: 8px 0px;
    height: auto;
    padding: 0px;
  }

  #carousel-example-generic .item {
    margin-top: 0px;
  }

  .overview p {
    padding: 0px 15px;
  }

  .head-line {
    width: 277px;
    height: 15px;
  }

  #accordion .panel {
    margin: 0px 0px 10px;
  }

  .bo1 {
    display: block;
  }

  .amiwrap p {
    font-size: 14px;
    margin: 15px 30px;
    text-align: initial;
  }

  .about p {
    font-size: 14px;
    margin: 15px;
    text-align: center;
  }

  .overview-sec {
    display: block;
  }

  .overview-img {}

  .patch {
    display: block;
  }

  .bor-l {
    border: none;
  }
}

.foo-txt {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  color: rgb(190, 176, 129) !important;
}

.footer-call {
  text-align: left;
  font-size: 20px;
  margin-top: 16px;
  margin-left: 21px;
}

.footer-call a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 19px;
  padding: 5px;
}

.title01 {
  text-align: center;
  margin: 16px auto;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .mytab>li:nth-child(1)>a {
    font-size: 11px !important;
    padding: 7px !important;
  }

  .mytab>li:nth-child(2)>a {
    font-size: 11px !important;
    padding: 7px !important;
  }

  .mytab>li:nth-child(3)>a {
    font-size: 11px !important;
    padding: 7px !important;
  }

  .indulg-img {
    width: 300px;
  }

  .mytab li {
    margin: 25px 0px;
  }

  .amen-wrap {
    height: 80px;
  }

  .amen-wrap p {
    font-size: 12px;
    line-height: 1;
  }

  .amen-wrap img {
    width: 45px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .mytab>li:nth-child(1)>a {
    font-size: 11px !important;
    padding: 7px !important;
  }

  .mytab>li:nth-child(2)>a {
    font-size: 11px !important;
    padding: 7px !important;
  }

  .mytab>li:nth-child(3)>a {
    font-size: 11px !important;
    padding: 7px !important;
  }

  .indulg-img {
    width: 300px;
  }

  .mytab li {
    margin: 25px 0px;
  }

  .amen-wrap {
    height: 80px;
  }

  .amen-wrap p {
    font-size: 12px;
    line-height: 1;
  }

  .amen-wrap img {
    width: 45px;
  }
}

section .grey {
  background-color: rgb(245, 245, 245);
}

.grey {
  color: rgb(77, 78, 80);
}

section {
  float: left;
  width: 100%;
}

.wrap1 {
  padding: 60px 0px 0px;
}

.section-title {
  font-size: 40px;
  color: rgb(23, 67, 14);
  text-align: center;
}

.section-subtitle12 {
  font-size: 20px;
  margin: 25px 0px;
  font-family: "Source Sans 3", sans-serif;
  text-align: center;
  line-height: normal;
}

.relative {
  position: relative;
}

.divider {
  width: 50%;
}

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

.slide {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.section-subtitle::after {
  content: "";
  position: absolute;
  left: 0px;
  height: 2px;
  width: 100%;
  bottom: -22px;
}

.ame-img {
  width: 47px;
  position: relative;
  margin: 0px auto;
  display: block;
}

.ameimg {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.fullami-wrap {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pd-0 {
  padding: 0px !important;
}

.ame-head {
  color: rgb(0, 0, 0);
  font-size: 19px;
  text-align: left;
  margin: 14px 0px;
  font-weight: 500;
  font-family: Aeonik-Regular;
}

.ame-list {
  padding: 0%;
  color: rgb(0, 0, 0);
  font-family: Aeonik-Regular;
}

.loclist {
  padding-left: 0px;
}

section ul {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  list-style: circle;
  font-weight: 400;
}

.loclist li {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0px;
  list-style: circle;
  margin-top: 14px;
}

#myTabs li {
  font-weight: 800;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(26, 67, 15);
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid;
  color: rgb(0, 0, 0);
}

.panel-title {
  margin-top: 0px;
  font-size: 16px;
  color: inherit;
  border-bottom: 2px solid;
  display: inline;
}

.panel-body img {
  height: 20px;
  width: 20px;
  object-fit: cover;
}

.panel-body p {
  font-size: 20px;
  font-weight: 300;
}

.intl-tel-input {
  width: 100%;
}

#contact-form .flag-container {
  padding: 0px !important;
}

.intl-tel-input .selected-flag {
  height: 40px !important;
}

.intl-tel-input .selected-flag {
  z-index: 22 !important;
}

.intl-tel-input .country-list {
  z-index: 22 !important;
}

.intl-tel-input .selected-flag .iti-arrow {
  right: -18% !important;
}

.video-wrap {
  position: relative;
}

.overlaynew {
  background-image: linear-gradient(to top, rgba(33, 29, 29, 0), rgba(101, 101, 101, 0.05));
  width: 100%;
  height: 26%;
  position: absolute;
  top: 0px;
}

#video_desktop_main {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.videocreative {
  position: absolute;
  top: -200px;
  left: 0px;
  text-align: center;
  right: 0px;
  margin: 0px auto;
}

.videocreative img {
  width: 520px;
  height: auto;
}

.video-title {
  position: absolute;
  bottom: 8px;
  left: 20px;
}

.video-title div {
  color: rgba(255, 255, 255, 0.71);
  letter-spacing: 3px;
  font-size: 28px;
  background: rgba(75, 49, 40, 0.41);
  padding: 8px 18px;
  border-radius: 5px;
  font-family: "Monotype Corsiva" !important;
}

@media (max-width: 767px) {
  .dflex {
    display: grid;
  }

  .garden {
    margin-top: 8%;
  }

  .block {
    display: block;
    vertical-align: middle;
  }

  .fullami-wrap {
    height: auto;
  }

  .ameimg {
    height: auto;
  }

  .panel-heading {
    padding: 0px;
  }
}

.divider {
  width: 200px;
}

.sbfasd img {
  height: 100%;
  width: 76%;
  display: block;
  margin: 0px auto;
}

#masterplan-2 .list-items p {
  padding: 5px 10px;
  border-bottom: 2px solid rgb(60, 43, 35);
  position: relative;
  background: rgb(60, 43, 35);
  color: rgb(255, 255, 255);
  width: 100%;
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  text-align: center;
}

@media (max-width: 768px) {
  #masterplan-2 .list-items p {
    padding: 7px 12px;
    position: relative;
    background: rgb(60, 43, 35);
    color: rgb(255, 255, 255);
    width: 100%;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    text-align: center;
  }

  .sbfasd img {
    height: auto;
    width: 100%;
    display: block;
    margin: 0px auto;
  }

  #contact-form input, #contact-form select {
    height: 40px;
    border: none;
    width: 100%;
    border-radius: 20px;
    background: rgb(228, 228, 228);
    margin-bottom: 20px;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: rgb(26, 67, 15) !important;
  }
}

@media screen and (max-width: 767px) {
  .pdm-0 {
    padding: 0px !important;
  }

  .ame-head {
    color: rgb(0, 0, 0);
    font-size: 17px;
    margin: 7px 0px;
    font-weight: 400;
    text-align: left;
  }

  .ame-list {
    margin: 10px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    list-style: circle;
    text-align: left;
  }

  .ame-img {
    width: 39px;
    position: relative;
    margin: 0px auto;
    display: block;
  }

  .dflex {
    display: grid;
  }

  .fit-img {
    margin-top: 63%;
  }

  .ame-img1 {
    padding: 6% 0px 0px 37%;
    position: relative;
  }

  .ame-list1 {
    padding: 0% 10%;
    color: rgba(0, 0, 0, 0);
  }

  .lifestyle {
    margin-top: 8%;
  }

  .fitness {
    margin-top: 8%;
  }

  .garden {
    margin-top: 8%;
  }

  .arcade {
    margin-top: 8%;
  }

  .kids {
    margin-top: 8%;
  }

  .section-title {
    font-size: 25px;
    color: rgb(23, 67, 14);
    text-align: center;
  }

  #location {
    padding: 28px 0px 0px;
  }
}

.form-highlighter {
  font-size: 16px;
  font-weight: bold;
}

.form-highlighter-new {
  font-size: 16px;
}

html, body {
  overflow-x: hidden;
}

.GreyBtn {
  color: #fff;
  background: linear-gradient(to right, #8b5c3e 0%, #8b5c3e 46%, rgb(255, 255, 255) 51%, #8b5c3e 56%, #8b5c3e 100%) 0% 0% / 600% 600%;
  animation: 3s ease 0s infinite normal none running AnimationNameGrey;
}

@-webkit-keyframes AnimationNameGrey {
  0% {
    background-position: 100% center;
  }

  100% {
    background-position: 0% center;
  }
}

@keyframes AnimationNameGrey {
  0% {
    background-position: 100% center;
  }

  100% {
    background-position: 0% center;
  }
}

.font-text {
  font-family: Aeonik-Regular;
}

.her {
  font-family: Aeonik-Regular;
}

.sec-title2 .legacy-aletter {
  display: inline-block;
  margin-left: -20px;
  transform: rotate(10deg);
  font-style: italic;
}

.font-italic-text {
  font-style: italic !important;
  font-size: inherit !important;
  color: inherit !important;
}

.mobile-video-banner {
  margin-top: 70px;
}

.mobile-video-banner {
  display: none;
}

.ame-sec {
  padding: 66px 0px;
}

@media only screen and (max-width: 767px) {
  .mobile-video-banner {
    display: block;
  }

  .mobile-video-banner {
    margin-top: 70px;
  }

  .desktop-video-banner {
    display: none;
  }

  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    margin: 16px -10px;
  }

  .overlay1 {
    height: 100%;
    padding-top: 67px !important;
    padding-bottom: 0px !important;
  }

  .ame-sec {
    padding: 66px 0px;
    height: 100%;
  }
}

span.fas.fa-chevron-left.fa-3x, span.fas.fa-chevron-right.fa-3x {
  font-size: 16px;
}

.price-text {
  position: relative;
}

.border-up {
  display: block;
  margin: 0px auto 15px;
  height: 1px;
  background-color: rgb(241, 229, 63);
  width: 460px;
}

.border-down {
  display: block;
  margin: 10px auto 0px;
  height: 1px;
  background-color: rgb(241, 229, 63);
  width: 460px;
}

table a {
  color: #fff;
  background: #8b5c3e;
  padding: 6px 6px;
  border-radius: 5px;
}

/* table a:hover, table a:focus {
  color: rgb(0, 0, 0);
} */

.checkboxprivcy {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#privacy {
  position: relative;
  line-height: 0;
  margin: 6px 5px;
  width: 15px !important;
}

.checkboxprivcy label {
  display: inline-block;
  max-width: 100%;
  font-weight: normal;
  font-size: 13px;
  word-spacing: 2px;
}

#master-plan img {
  width: 100%;
  height: 100%;
}

.overview-img img {
  width: 100%;
}

.d-flex-overview {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 767px) {
  #amenities .ame-sec {
    padding-top: 0px;
  }
}