@font-face {
  font-family: optima;
  src: url("fonts/Optima.ttc") format("truetype-collection");
  font-display: swap;
}

/* @font-face {
  font-family: tiemposHeadline-black;
  src: url("fonts/TiemposHeadline-Black.otf") format("opentype");
  font-display: swap;
} */
/* @font-face {
  font-family: tiemposHeadline-black-italic;
  src: url("fonts/TiemposHeadline-BlackItalic.otf") format("opentype");
  font-display: swap;
} */

@font-face {
  font-family: tiemposHeadline-bold;
  src: url("fonts/TiemposHeadline-Bold.otf") format("opentype");
  font-display: swap;
}

/* @font-face {
  font-family: tiemposHeadline-bold-italic;
  src: url("fonts/TiemposHeadline-BoldItalic.otf") format("opentype");
  font-display: swap;
} */
@font-face {
  font-family: tiemposHeadline-light;
  src: url("fonts/TiemposHeadline-Light.otf") format("opentype");
  font-display: swap;
}
/* @font-face {
  font-family: tiemposHeadline-light-italic;
  src: url("fonts/TiemposHeadline-LightItalic.otf") format("opentype");
  font-display: swap;
} */
/* @font-face {
  font-family: tiemposHeadline-medium;
  src: url("fonts/TiemposHeadline-Medium.otf") format("opentype");
  font-display: swap;
} */
/* @font-face {
  font-family: tiemposHeadline-medium-italic;
  src: url("fonts/TiemposHeadline-MediumItalic.otf") format("opentype");
  font-display: swap;
} */

/* @font-face {
  font-family: tiemposHeadline-regular;
  src: url("fonts/TiemposHeadline-Regular.otf") format("opentype");
  font-display: swap;
} */
/* @font-face {
  font-family: tiemposHeadline-regular-italic;
  src: url("fonts/TiemposHeadline-RegularItalic.otf") format("opentype");
  font-display: swap;
} */
/* @font-face {
  font-family: tiemposHeadline-semi-bold;
  src: url("fonts/TiemposHeadline-Semibold.otf") format("opentype");
  font-display: swap;
} */
/* @font-face {
  font-family: tiemposHeadline-semi-bold-italic;
  src: url("fonts/TiemposHeadline-SemiboldItalic.otf") format("opentype");
  font-display: swap;
} */
@font-face {
  font-family: unicode-optima;
  src: url("fonts/unicode.optima.ttf") format("truetype");
  font-display: swap;
}

* {
  --gold: #c1a06b;
  --white: #fff;
  --gray: #434542;
  --font-grey: #616161;
  --form-backdrop: #000302;
  --beige: #f9f7f0;
  --dark-gold: #cba554;
  --font-dark-gold: #755527;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "optima";
  font-size: 16px;
  scroll-margin-top: 70px;
}
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
  height: 100%;
}

/* @media (max-wdith:768px) {
  *{
  scroll-margin-top:100px ;
  }
} */

h1 {
  font-size: 1.58rem; /* 67pt */
}

h2 {
  font-size: 3.2rem;
  text-transform: uppercase;
  font-family: "tiemposHeadline-light";
  font-weight: 400;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "tiemposHeadline-light";
  color: var(--font-grey);
}

.mHide {
  display: block !important;
}

.dHide {
  display: none !important;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }

  .mHide {
    display: none !important;
  }

  .dHide {
    display: block !important;
  }
}
p {
  font-family: optima;
  font-size: 1.33rem; /* 16pt */
}

button {
  font-family: unicode-optima !important;
  font-size: 1.3rem !important; /* 20pt */
  font-weight: 500 !important;
  box-shadow: 36px 14px 56px -30px rgba(0, 0, 0, 1),
    -5px 2px 37px 0px rgba(0, 0, 0, 0.22) !important;
  cursor: pointer;
  text-transform: uppercase;
  display:flex!important;
  align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
  button {
    width: 92%;
  }
}
.heading-h1 {
  font-size: 3.13rem; /* 37.5pt */
}

.text-gold {
  color: var(--gold);
}
body {
  position: relative;
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
  height: 100%;
  /* width: 100%; */
}
section {
  scroll-margin-top: 90px;
  overflow: clip;
}
.screen-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

.pop-up-form {
  width: 60%;
  z-index: 1001;
  background-color: white;
  /*border: 2px solid var(--gold);*/
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
#close-button {
  position: absolute;
  right: 5px;
    top: 5px;
  cursor: pointer;
}
.pop-up-form h2 {
  font-size: 2.5rem;
}
.pop-up-form form button {
  background-color: red;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pop-up-form {
    width: 84%;
  }
  .pop-up-form h2 {
    font-size: 2rem;
  }
}
.enquire-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 900;
  right: 0;
}

.enquire-now {
  background-color: var(--gold);
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  height: 170px;
  width: 35px;
  writing-mode: vertical-rl;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transform: rotate(180deg);
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: unicode-optima;
  padding-left: 2px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* button{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 20px;

} */
.btn-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 20px;
}

/* banner */

.banner {
  margin-top: 60px;
  height: 100%;
  position: relative;
}
/* .banner iframe{
  aspect-ratio: 16 / 9;
} */

.banner-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner iframe {
  background-color: black;
  background-position: center center;
  background-size: contain;
  width: 100%;
}
.banner-section {
  height: 100%;
  display: block;
  gap: 0;
}
.responsive-iframe {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
}
.responsive-iframe iframe {
  position: relative;
  top: 43%;
  left: 50%;
  width: 100%;
  height: 700px;
  transform: translate(-50%, -50%);
  border: 0px;
}

@media (max-width: 768px) {
  .banner-section {
    height: 100%;
    display: block;
    gap: 0;
  }
  .responsive-iframe {
    width: 100%;
    height: 300px;
    clear: both;
    margin-top: 78px;
  }
  .responsive-iframe iframe {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 300px;
    transform: translate(-50%, -50%);
    border: 0px;
  }
}

@media (max-width: 400px) {
  .mainformwrapper{
    display: none;
  }
  .responsive-iframe {
    width: 100%;
    height: 100%;
    clear: both;
    margin-top: -30px;
  }

  .responsive-iframe iframe {
    position: relative;
    left: 50%;
    width: 100%;
    height: 300px;
    transform: translate(-50%, 0%);
    border: 0px;
    display: block;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: 1;
  aspect-ratio: 16 / 9;
  pointer-events: visibleFill;
  z-index: 500;
  /* cursor: default; */
}
.banner-form-wrapper {
  background-color: rgba(0, 3, 2, 1);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.banner form input {
  color: var(--white) !important;
}
.banner h2 {
  font-size: 1.2rem;
}
.banner form input::placeholder {
  color: gainsboro;
}
.banner form button {
  color: var(--white);
}
@media (max-width: 1008px) {
  .banner-form-wrapper {
    display: none;
  }
  .video-overlay {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .banner-form-wrapper {
    display: none;
  }
  .banner {
    height: 100%;
  }
  .banner-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
  }
  .responsive-iframe {
    /* padding-bottom: 75%; */
  }

  .banner form {
    display: none;
  }
}

/* overview */
.overview p {
  width: 75%;
}
.overview h2 {
  margin-bottom: 0px;
}
/* .overview h3{
  font-size: ;
} */
.artist-imp {
  position: absolute;
  top: 10%;
  left: 64px;
  z-index: 12;
  font-size: 10px;
  color: var(--white);
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-family: unicode-optima;
  width: fit-content !important;
  /* background-color: red; */
}


.overviewpointers li.first img
{
  margin-left: 5px !important;
}

.overviewpointers li.first span
{
  margin-left: 14px !important;
}

.overviewpointers li.second span
{
  margin-left: 11px !important;
}


@media (max-width: 768px) {
  .overview p {
    width: 100%;
  }
  .artist-imp {
    position: absolute;
    top: 10%;
    left: 14%;
    z-index: 12;
    font-size: 8px;
    color: var(--white);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-family: unicode-optima;
    width: fit-content !important;
  }

  .overviewpointers li.first img {
    margin-left: auto !important;
  }

  .overviewpointers li.first span {
      margin-left: 0px !important;
  }

  .overviewpointers li.second span {
      margin-left: 0px !important;
  }

  .overview button
  {
    margin:0px auto;
  }


}
/* location */
.location h2 {
  font-family: "tiemposHeadline-light";
}
.location-points-wrapper {
  margin: 0 200px;
}
.location-points .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  height: 100px;
  width: 100px;
}

.location-navigation {
  z-index: 10;
  position: absolute;
  right: 0%;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.loc-point h3 {
  font-size: 1.2rem;
  font-family: tiemposHeadline-bold;
  color: var(--font-dark-gold);
  /* background-color: red; */
}
.loc-point p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .location-points .image-wrapper {
    padding: 24px;
    height: 90px;
    width: 90px;
  }

  .location-navigation {
    right: unset;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .loc-point p {
    width: 80%;
  }
}
/* amenities */

.amenities-wrapper {
  min-height: 80vh;
  display: flex;
  justify-content: start;
}
.amenities-head {
  width: 20%;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  letter-spacing: 15px;
  color: var(--gray);
}
.amenities-head h2 {
  transform: rotate(180deg);
}
.expanding-cards {
  overflow-x: hidden;
  width: 80%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.amenities-img-card {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 100%;
  color: white;
  flex-shrink: 0;
  flex: 1;
  transition: flex 0.75s ease-in-out;
}
.amenities-img-card .backdrop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.062),
    rgb(31, 31, 31)
  );
  backdrop-filter: blur(0px);
  z-index: 1;
}

.overlay-content {
  width: 100%;
  height: 100%;
}

.expanding-card-head {
  position: absolute;
  display: flex;
  flex: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: width 0.75s ease-in-out;
}

.expanding-card-head h3 {
  margin-bottom: 10px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: var(--white);
  z-index: 4;
  letter-spacing: 2px;
}
.expanding-card-head img {
  z-index: 4;
}
.amenities-img-card p {
  position: absolute;
  opacity: 0;
  bottom: 4%;
  margin-left: 12%;
  margin-right: 4%;
  text-align: start;
  transition: opacity 1s ease-in;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transform: translateY(20px);
  transition: transform 850s ease-in, opacity 0.1s ease-in;
}
.amenities-img-card.active {
  flex: 3;
}
.amenities-img-card.active .expanding-card-head {
  width: 10%;
}
.amenities-img-card.active p.active {
  opacity: 1;
  z-index: 4;
  color: white !important;
  transform: translateY(0);
}
.text-gold {
  color: var(--gold);
}

/* h3 {
  font-size: 1.5rem;
} */

p {
  font-size: 0.9rem;
}
.expand-card-navigation {
  position: absolute;
  top: 103%;
  right: 15%;
  display: none;

  gap: 14px;
  justify-content: space-between;
}
.expand-card-navigation .button {
  display: flex;
  gap: 14px;
}

@media (max-width: 768px) {
  .expand-card-navigation {
    display: none;
  }
}

/* accordion for amenities */
.amenities-accordion .heading {
  padding: 14px 0;
  font-size: 28px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 14px;
}
.amenities-accordion .header {
  font-size: 32px;
  letter-spacing: 12px;
  padding: 14px 0;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 24px;
  color: var(--gray);
  font-weight: 500;
}
.accordion-item {
  border: none;
  margin-bottom: 16px; /* Add gap between accordions */
}

.accordion-header {
  background-color: var(--dark-gold); /* Use dark gold for header */
}

.accordion-button {
  color: var(--gray);
  background-color: var(--dark-gold); /* Button with --dark-gold background */
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-family: optima;
  text-transform: uppercase;
  box-shadow: none !important;
}
.accordion-button::after {
  content: none;
}
.accordion-body {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  overflow: hidden; /* To ensure content doesn't overflow */
}
.accordion-body .backdrop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2); /* Add translucent black backdrop */
  backdrop-filter: blur(0px); /* Apply the blur backdrop filter */
  z-index: 1; /* Make sure it's behind the content */
}

/* Ensure content is on top of the backdrop */
.accordion-body h3,
.accordion-body img,
.accordion-body p {
  position: relative;
  z-index: 2;
}
.accordion-body .heading {
  position: relative;
  width: 10%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: -15px;
}
.accordion-body h3 {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
  transform: rotate(180deg);
  color: var(--white);
  text-transform: uppercase;
  left: 7px;
}

.accordion-body .heading img {
  margin: 10px 0;
  max-width: 3px;
}

.accordion-body p {
  position: absolute;
  bottom: 10px;
  left: 26px;
  right: 20px;
  margin: 0;
  font-weight: 500;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0px;
}
.accordion-button:not(.collapsed) {
  background-color: var(--dark-gold);
  box-shadow: none;
  color:var(--gray);
}
.accordion-button {
  outline-color: transparent !important;
}
.accordion-button:focus {
  box-shadow: none;
}
/* gallery */
.gallery h2 {
  font-family: "tiemposHeadline-light";
  font-weight: 400;
}

.gallery-arrows {
  z-index: 35;
  top: 84%;
  right: 12%;
  position: absolute;
  display: flex;
  gap: 14px;
}
.gallery-card {
  height: 750px;
  position: relative;
  perspective: 1500px;
}

.gallery-card img {
  padding: 36px;
  object-fit: contain;
  transition: padding 0.1s ease-in-out, box-shadow 0.5s ease-in;
}
.gallery .slick-slide img {
  padding: 36px;
  object-fit: contain;
  transition: padding 0.3s ease-in-out, box-shadow 0.5s ease-in;
}
.gallery .slick-center img {
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.6) -4px 4px 40px -5px;
}
.gallery .slick-center h3 {
  margin-top: 32px !important;
}
.gallery-card h3 {
  color: var(--font-dark-gold);
}

.gallery-card p {
  width: 80%;
  margin: 0 auto;
}
.gallery .slick-slider {
  overflow-x: hidden;
  overflow-y: visible;
}
.gallery-swiper .slick-track {
  overflow-y: visible !important;
}
.gallery-swiper .slick-list {
  overflow: visible !important;
}
@media (max-width: 1440px) {
  .gallery-card {
    height: 670px;
  }
}

@media (max-width: 1220px) {
  .gallery-card {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .gallery-card {
    height: 100%;
  }
  .gallery-card img {
    padding: 0 36px;
  }
  .gallery .slick-center img {
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0) -0px 0px 0px -0px;
  }
  .gallery .slick-center h3 {
    margin-top: 0px !important;
  }

  .gallery-arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    top: 35%;
    left: 0;
    width: 100%;
  }


  .siteplancontainer img
  {
    width:100%;
  }


}

/* floor plan */
.floor h2 {
  font-family: "tiemposHeadline-light";
}
/* .floor-swiper .slick-track{
  overflow: visible !important;
} */
.floor-swiper .swiper-slide div {
  padding: 24px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.floor-swiper .swiper-slide img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.floor .swiper-button-prev::after,
.floor .swiper-button-next::after {
  content: none;
}

.floor .swiper-arrows {
  position: absolute;
  bottom: 20px;
  right: 2.5%;
  z-index: 1000;
  width: 100px;
  display: flex;
  gap: 16px;
}
.overViewImgIcon{
  width: 25px !important;
}
@media (max-width: 768px) {
  .floor .swiper-arrows {
    position: absolute;
    bottom: 200px;
    right: -16px;
    z-index: 9;
  }
  .floor-arrows {
    position: absolute;
    display: flex;
    gap: 14px;
    right: 36px;
  }
  .floor form button {
    justify-content: center;
  }
  .download-btn {
    justify-content: center;
  }
}

/* get in touch */
.get-in-touch h2 {
  font-family: "tiemposHeadline-light";
}
.map-location iframe {
  width: 100%;
}

.custom-input {
  border: none;
  border-bottom: 1px solid grey;
  border-radius: 0;
  outline: none !important;
  padding: 10px 8px;
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  font-family: unicode-optima;
}

.custom-input::placeholder {
  color: var(--gray);
  /* padding-left: 8px; */
}

.custom-input:focus {
  border-bottom: 2px solid var(--gold);
  outline: black;
}

.get-in-touch-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.get-in-touch-form {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 55%;
}
.get-in-touch-form button {
  font-family: unicode-optima !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .get-in-touch-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    margin: 0 16px;
  }
  .get-in-touch-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 105%;
  }
  .get-in-touch-form form {
    width: 70% !important;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .get-in-touch-form form div {
    width: 100%;
  }
  .empty-area {
    display: none;
  }
  .get-in-touch-form button {
    /*padding: 14px 0 !important;*/
        font-size: 1.3rem !important;
        width: 140%;
        /* font-weight: 600 !important;*/
        
        
  }
}
@media (max-width: 468px) {
  .overViewImgIcon{
    width: 25px !important;
  }
  .get-in-touch h2 {
    font-size: 2.4rem;
  }
  .get-in-touch-form button {
    /*padding: 14px 0 !important;*/
        font-size: 1.3rem !important;
        width: 100%;
        /* font-weight: 600 !important;*/    
  }
}
@media (max-width: 360px) {
  .get-in-touch h2 {
    font-size: 2.2rem;
  }
}
/* footer */
.art-wrap {
  position: relative;
}
.line-on-art {
  position: absolute;
  top: 50%;
  left: 0%;
}
@media (max-width: 768px) {
  .line-on-art {
    top: 36%;
    left: 0%;
    height: 8px;
  }
}

/* custom nav bar */

.navbar {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.logo img {
  height: 60px;
}

.menu-li-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 14px;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-links li {
  margin-left: 20px;
  cursor: pointer;
}

.navbar a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: var(--primary-color);
}

.phone-link a {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.phone-link img {
  width:20px;
  height: 20px;
  margin-right: 5px;
}

.menu-wrapper {
  display: none;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  height: 3px;
  width: 25px;
  background-color: #333;
  margin: 2px 0;
  transition: all 0.3s ease;
}
.nav-links-mob {
  cursor: pointer;
  display: none;
}

/* Media Queries */

@media (min-width: 576px) {
  .navbar .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .navbar .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .navbar .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .navbar .container {
    max-width: 1320px;
  }
}
@media (max-width: 1000px) {
  .navbar {
    padding: 0px;
  }
  .navbar .container {
    justify-content: space-between;
    height: 55px;
  }

  .nav-links-mob {
    cursor: pointer;
    position: fixed;
    right: -100%;
    top: 55px;
    height: max-content;
    width: 100vw;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    transition: right 0.3s ease;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 8px;
  }
  .nav-links-mob li {
    list-style-type: none;
  }
  .nav-links-mob.show {
    right: 0;
  }

  .nav-links li {
    margin-bottom: 14px;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-li-wrapper {
    display: none;
  }

  .menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .navbar .container .logo img {
    height: 40px;
    width: auto;
  }
  /* .enquire-now {
    top: 40%;
  } */
}
@media (max-width: 470px) {
  .navbar .container .logo img {
    height: 40px;
    width: auto;
  }
  .nav-link {
    font-size: 12px !important;
  }
  .nav-link img {
    height: 14px;
    width: 14px;
  }
}

.banner-form .form-group input {
  width: 100%;
  padding: 10px 0 10px 14px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: #6b6b6b;
  border-bottom: 1px solid grey;
  transition: border-color 0.3s ease;
}

.banner-form .form-group select {
  width: 100%;
  padding: 10px 0 10px 8px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: #6b6b6b;
  border-bottom: 1px solid grey;
  transition: border-color 0.3s ease;
  color: #fff;
}

.banner-form .form-group select option {
  color: #fff;
}

.banner-form .form-group {
  top: calc(50% - 0.6rem);
}
.banner-form .form-group label {
  top: calc(50% - 0.7rem);
  color: var(--white);
}

.banner-form input:focus + label,
.banner-form input:not(:placeholder-shown) + label {
  top: -0.05rem;
  left: var(--pad);
  font-size: 0.8rem;
  color: var(--white);

  transform: translateY(-0.75rem);
}
.banner-form .form-group input:focus {
  outline: none;
  border-bottom: 1px solid var(--gold);
}
.new-modal-head {
  width: 100%;
  background: #C3935f;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.new-modal .form-control {
  height: 42px;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}
.form-control {
  border-radius: 0;
  min-height: 50px;
  padding: 5px 15px;
  box-shadow: none !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group {
  --pad: 0.75rem;
  position: relative;
  width: 100%;
  padding: 5px 0;
  border: none;
  font-size: 16px;
  font-family: "unicode-optima";
}

.form-group input {
  width: 100%;
  padding: 10px 0 10px 10px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: transparent;
  border-bottom: 1px solid grey;
  transition: border-color 0.3s ease;
}

.form-group select {
  width: 100%;
  padding: 10px 0 10px 10px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: transparent;
  border-bottom: 1px solid grey;
  font-size: 16px;
  color: var(--font-grey);
  padding-left: 0.55rem;
}
.wrap-request-btn {
  width: 180px;
  box-shadow: none;
  color: white;
  border-radius: 8px;
  padding: 15px;
  background: rgb(195, 147, 95) !important;
  border: none;
}
label {
  position: absolute;
  left: var(--pad);
  top: calc(50% - 0.5rem);
  pointer-events: none;
  color: grey;
  font-size: 16px;
  transition: all 0.3s ease;
}

input:focus + label,
input:not(:placeholder-shown) + label {
  top: -0.05rem;
  left: var(--pad);
  font-size: 0.8rem;
  color: var(--gold);

  transform: translateY(-0.2rem);
}
.form-group input:focus {
  outline: none;
  border-bottom: 1px solid var(--gold);
}
input:not(:focus) + label {
  color: var(--font-grey);
}

.form-group select option {
  padding-left: var(--pad);
  color: grey;
  font-size: 16px;
  color: var(--font-grey);
}

input::placeholder {
  opacity: 0;
}
.footer-txt a{
  color: black !important;
  text-decoration: none;
}

/***model css****/
.new-modal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.new-modal .left_col {
  max-width: 30%;
  flex: 0 0 30%;
}
.new-modal .right_col {
  max-width: 70%;
  flex: 0 0 70%;
  padding: 30px;
}
.swing-hurry-up {
  animation: sway 2.4s infinite;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}
@keyframes sway  {
  0%{transform: rotate(8deg);}
  50%{transform: rotate(-8deg);}
  100%{transform: rotate(8deg);}
}

.club-towers-modal-body {
  width: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  display: flex;
}
.infos-left-part {
  width: 100%;
  background: #f8f8f8;
  padding: 20px 10px;
  text-align: center;
  border-radius: 0 0 0 20px;
}
.infos-titles-caption {
  font-size: 20px !important;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  color: #C3935f;
  position: relative;
  padding-bottom: 12px;
}
.infos-titles-caption:before {
  position: absolute;
  content: "";
  bottom: 0;
  background: url(img/heading-bar.png);
  left: 50%;
  transform: translateX(-50%);
  background-size: 182px 24px;
  width: 182px;
  height: 24px;
}


.promise-caption .promise-lists {
  margin-top: 15px;
}
.promise-lists-title {
  font-size: 16px;
  margin-top: 4px;
  color: #C3935f;
}
.promise-caption .promise-lists:not(:first-child) {
  position: relative;
  padding-top: 15px;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
.promise-caption .promise-lists:not(:first-child):before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #C3935f;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 786px) {
  .infos-left-part {
      border-radius: 0 0 20px 20px;
      padding: 10px 10px 16px;
  }
  .infos-left-part, .infos-right-part {
      width: 100%;
  }
  .club-towers-modal-body {
      flex-direction: column-reverse;
  }
  .new-modal .form-control{
      height:35px !important;
      min-height:35px  !important;
  }
  .new-modal .right_col .form-group {
      margin-bottom: 5px;
  }
  .promise-caption {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 15px;
  }
  .promise-lists img {
      width: 48px;
      height: 48px;
  }    
  .new-modal .left_col{
      min-height:150px;
      border-radius: 0 0 20px 20px;
  }

  .promise-caption .promise-lists:not(:first-child):before {
      width: 0;
      height: 0;
  }
  .promise-caption .promise-lists:not(:first-child) {
      padding-top: 0;
  }
  .new-modal .left_col, .new-modal .right_col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .new-modal .left_col {
      min-height: 150px;
      border-radius: 0px 0px 20px 20px;
  }
  .new-modal-head {
    font-size: 16px;
  }
  .enquire-now {
      top: 30%;
  }
}
/*** model css end*****/

@media screen and (max-width: 640px) {
  .pop-up-form {
      width: 84%;
      top: 40%;
  }
}