@font-face {
  font-family: "zonapro";
  src: url('../fonts/zona-pro-regular.otf');
}

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

body {
  font-size: 14px;
  font-family: 'Montserrat' !important;
}

section {
  position: relative;
  scroll-margin-top: 90px !important;
}


html {
    scroll-behavior: smooth;
}

.homeheading {
  position: relative;
}

.section-head {
  font-family: 'Montserrat';
  color: #b69663;
  padding: 10px 0px;
  font-size: 25px;
  margin: 0px 0px;
  font-weight: 600;
  position: relative;
  text-transform: none;
}

.header-homeouterline {
  position: absolute;
  text-transform: uppercase;
  width: 98%;
  padding: 10px 0px;
}

.header-outerline {
  position: absolute;
  text-transform: uppercase;
  width: 98%;
  padding: 15px 0px;
}

.header-outerline text {
  font-family: 'Montserrat';
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}


/* ======================= Home page css Start ======================= */

/* ======================= Slider Start ======================= */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 12.25rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}

#home .carousel-item img {
  width: 100%;
}

.sliderbutton {
  margin-top: 2%;
}

.sliderbutton a {
  margin-top: 5%;
  background: #fff;
  color: #000;
  padding: 15px 40px;
  text-decoration: none;
}

.carousel-control-next,
.carousel-control-prev {
  width: 9%;
  opacity: 0.9;
}

.carousel-inner>.item>img {
  width: 100%;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 0px;
  cursor: pointer;
}

/* ======================= Slider End ======================= */

/* ======================= Video Configuration Start ======================= */

.popupvideoicon {
  position: fixed;
  bottom: 4%;
  right: 1%;
  z-index: 999;
}

.popupvideoicon img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.headVideoConfiguration {
  padding: 50px 0px 0px;
}

.innerVideoConfiguration {
  position: relative;
  padding-bottom: 30px;
}

#Configuration .section-head{
  color: #000;
}

.videoBox {
  width: 55%;
  margin: 0 auto;
}

.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoPlay {
  display: none;
}

.pulse1 {
  animation: pulse-animation 2s infinite;
  border-radius: 30px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

.playBtn.pulse1 {
  animation: pulse-animation2 2s infinite;
  border-radius: 50%;
}

@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

.videotext {
  position: absolute;
  top: 10px;
  color: #fff;
  width: 100%;
  text-shadow: 2px 2px 5px #000;
  font-size: 20px;
}

.videoBox .pricepop {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #b69663;
  border: 2px solid #b69663;
  padding: 5px 20px;
  border-radius: 10px;
}

/* ======================= Video Configuration End ======================= */

/* ======================= Configuration Start ======================= */

.innerConfiguration {
  text-align: center;
}

.headConfiguration {
  padding: 50px 0px 80px;
  background: url(../images/Configuration-Background.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.config {
  margin: 10px;
  padding: 25px;
  padding-bottom: 40px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.configUnit {
  font-size: 25px;
  margin-bottom: 0px;
  color: #b69663;
}

.configBed {
  font-size: 22px;
  margin-bottom: 0px;
}

.boxConfiguration {
  position: relative;
  top: -55px;
  overflow: hidden;
}

.view-more {
  margin-top: 15px;
}

.view-more .pricepop {
  text-decoration: none;
  color: #000;
  border: 2px solid #b69663;
  padding: 5px 20px;
  border-radius: 10px;
}

.view-more .pricepop {
  text-decoration: none;
  color: #000;
  border: 2px solid #b69663;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
}

/* ======================= Configuration End ======================= */

/* ======================= Overview New Start ======================= */

.innerOverviewNew {
  padding: 10px 0px 30px;
}

.headOverviewNewimg {
  text-align: center;
}

.imgOverviewNew img {
  width: 100%;
}

.headOverviewboxNew {
  display: flex;
  align-items: center;
}

.section-small-head {
  font-family: 'Montserrat';
  color: #b69663;
  padding: 10px 0px;
  font-size: 27px;
}

/* ======================= Overview New End ======================= */

/* ======================= Overview Start ======================= */

.innerOverview {
  padding: 10px 0px 30px;
}

.headOverviewbox {
  margin: 3% 0px;
}

.bd-left {
  border-left: 2px solid #b69663;
}

.Overview-points p {
  color: #b69663;
  margin: 5px 0px;
}

.textOverview {
  padding: 25px 13px;
}

.headOverviewimg {
  text-align: center;
}

.dwn-broch {
  text-align: center;
  margin-top: 6%;
}

.dwn-broch a {
  text-decoration: none;
  background: #b69663;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}

.pulse1 {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: scale3d(1, 1, 1);
  }
}

.imgOverview img {
  width: 100%;
}

.innerImage img {
  width: 100%;
}

.videotab{
  display: none;
}

/* ======================= Overview End ======================= */

/* ======================= Highlights Start ======================= */

.innerHighlights {
  padding: 30px 0px;
}

.innerHighlights .container-fluid {
  padding: 0px 30px;
}

.headHighlights {
  text-align: center;
}

.mainhighlights {
  padding-top: 80px;
}

.highlightsinfo {
  padding: 15px;
}

.highlightimg {
  width: 100%;
}

.slick-slider {
  width: 100%;
  background-color: transparent;
}

.mainhighlights .slick-slider .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 250px !important;
  justify-content: center;
}

.mainhighlights .slick-slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 3% 0px 0;
  margin: 10px;
  background-color: white;
  transition: all 0.3s ease;
  height: auto !important;
}

.mainhighlights .slick-slider .slick-slide.slick-current,
.slick-slider .slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../images/highlight/01.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px  0px !important;
  position: relative;
}

.mainhighlights .highlightsinfo2.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../images/highlight/02.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .highlightsinfo3.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../images/highlight/03.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .highlightsinfo4.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../images/highlight/04.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .highlightsinfo5.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../images/highlight/05.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .highlightsinfo6.slick-slide.slick-center {
  background: linear-gradient(45deg, #f69259, #f16975);
  background: url(../images/highlight/06.webp) no-repeat !important;
  color: #fff;
  background-size: cover !important;
  height: 250px !important;
  padding: 3% 0px 0 !important;
  position: relative;
}

.mainhighlights .slick-slider .slick-slide.slick-current::before,
.slick-slider .slick-slide.slick-center::before {
  content: '';
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.6;
  z-index: 22;
}

.highlightsinner p {
  font-weight: 500;
  padding: 5px 0;
}

.slick-prev {
  left: 85%;
  position: absolute !important;
  top: -64px !important;
  width: 47px;
  height: 44px;
}

.slick-next {
  right: 0;
  position: absolute !important;
  top: -64px !important;
  width: 47px;
  height: 44px;
}

button.slick-prev.slick-arrow {
  background: url(../images/left-arrow.png) !important;
}

button.slick-next.slick-arrow {
  background: url(../images/right-arrow.png) !important;
}

.slick-prev,
.slick-next {
  z-index: 10;
  top: 0px;
  background-color: transparent;
}

.slick-center .highlightsinfo h5,
.slick-center .highlightsinfo p {
  position: relative;
  text-shadow: 1px 1px 2px #000;
  z-index: 33;
}

/* ======================= Highlights End ======================= */

/* ======================= Location Start ======================= */

.innerLocation {
  padding: 0px 0px;
}

.innerLocation{
  background-color: #f9efd6;
}

.headLocation {
  text-align: center;
}

.innerLocation .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #b69663;
}

.innerLocation .nav-item {
  padding: 20px;
}

.innerLocation .nav-pills .nav-link {
  border-radius: 10px;
  border: 1px solid #b69663;
  color: #b69663;
  font-size: 13px;
}

#menu1 img {
  width: 100%;
}

#menu2 img {
  width: 100%;
}

.innerLocation .gallery-slider {
  position: relative;
}

/* ======================= Location End ======================= */

/* ======================= Amenities Start ======================= */

.innerAmenities {
  padding: 50px 0px;
  background-color: #bb9c6b;
}

.innerAmenities h3{
  color: #000;
}

.headAmenities {
  text-align: center;
}

#Amenities {
  .owl-carousel {
    padding: 30px 0px 0px;
  }

  .title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .owl-carousel {
    img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 300px;
      object-fit: cover;
      @include transition(all 0.2s ease);
      -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
      -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
      box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
    }

    .owl-item {
      height: 300px;
      position: relative;
      transform: scale(0.7);
      -ms-transform: scale(0.7);
      transition: all .2s;
      -webkit-transform: all .2s;
      z-index: 1;

      @media (max-width: 768px) {
        height: 270px;
      }

      @media (max-width: 380px) {
        height: 200px;
      }
    }

    .owl-stage-outer {
      padding-bottom: 10px;
    }
  }

  .owl-item {
    &.big {
      transform: scale(1);
      -ms-transform: scale(1);
      z-index: 3;
    }
  }

  .owl-item {
    &.medium {
      transform: scale(0.8);
      -ms-transform: scale(0.8);
      z-index: 2;

      &.mdright {
        position: relative;
        left: -30px;

        @media (min-width: 768px) {
          left: 0px;
        }
      }

      &.mdleft {
        position: relative;
        right: -30px;

        @media (min-width: 768px) {
          right: 0px;
        }
      }
    }
  }

  .owl-item {
    &.smallRight {
      &.active {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        position: relative;
        left: -30px;
      }
    }
  }

  .owl-item {
    &.smallLeft {
      &.active {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        position: relative;
        right: -30px;
      }
    }
  }

  .owl-nav {
    .owl-prev {
      left: 0px;
    }

    .owl-next {
      right: 0px;
    }
  }
}

.innerAmenities .owl-nav .owl-prev {
  background: url(../images/leftarrow01.png) no-repeat !important;
  width: 45px;
  height: 45px;
}

.innerAmenities .owl-nav .owl-next {
  background: url(../images/rightarrow01.png) no-repeat !important;
  width: 51px;
  height: 45px;
}

.owl-prev i {
  display: none;
}

.owl-next i {
  display: none;
}

.gallery-slider a:hover .overlay {
  background-color: #74328aa8;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay img {
  height: auto !important;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 25px !important;
}

.gallery-slider a:hover>.overlay>img {
  opacity: 1;
}

/* ======================= Amenities End ======================= */

/* ======================= Gallery Start ======================= */

.innerGallery {
  padding: 50px 0px;
}

.headGallery {
  text-align: center;
}

#Gallery {
  .owl-carousel {
    padding: 30px 0px 0px;
}
  .title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .owl-carousel {
    img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 300px;
      object-fit: cover;
      @include transition(all 0.2s ease);
      -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
      -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
      box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, .25);
    }

    .owl-item {
      height: 300px;
      position: relative;
      transform: scale(0.7);
      -ms-transform: scale(0.7);
      transition: all .2s;
      -webkit-transform: all .2s;
      z-index: 1;
      @media (max-width: 768px) {
        height: 270px;
      }
      @media (max-width: 380px) {
        height: 200px;
      }
    }
    .owl-stage-outer {
      padding-bottom: 10px;
    }
  }

  .owl-item {
    &.big {
      transform: scale(1);
      -ms-transform: scale(1);
      z-index: 3;
    }
  }

  .owl-item {
    &.medium {
      transform: scale(0.8);
      -ms-transform: scale(0.8);
      z-index: 2;
      &.mdright {
        position: relative;
        left: -30px;
        @media (min-width: 768px) {
          left: 0px;
        }
      }

      &.mdleft {
        position: relative;
        right: -30px;
        @media (min-width: 768px) {
          right: 0px;
        }
      }
    }
  }

  .owl-item {
    &.smallRight {
      &.active {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        position: relative;
        left: -30px;
      }
    }
  }

  .owl-item {
    &.smallLeft {
      &.active {
      transform: scale(0.7);
      -ms-transform: scale(0.7);
      position: relative;
      right: -30px;
      }
    }
}

  .owl-nav {
    display: block !important;
    .owl-prev {
      left: 0px;
    }
    .owl-next {
      right: 0px;
    }
  }
}

.owl-nav .owl-prev {
  background: url(../images/left-arrow.png) no-repeat !important;
  width: 45px;
  height: 45px;
}

.owl-nav .owl-next {
  background: url(../images/right-arrow.png) no-repeat !important;
  width: 49px;
  height: 45px;
}

/* ======================= Gallery End ======================= */

/* ======================= Project Experience Start ======================= */

.innerexperience {
  padding: 50px 0px;
  background: #efeae1;
}

#galleryTab {
  display: block;
  width: 100%;
  margin: 0px;
}

.gallery ul.resp-tabs-list {
  padding: 0;
  position: absolute;
  right: 2%;
  top: 10%;
}

.gallery .resp-tabs-list li {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  padding: 0;
  margin: 0 0 0 30px;
  list-style: none;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.gallery .resp-tab-active {
  border-bottom: none;
  position: relative;
  color: #b69663 !important;
}

.gallery .resp-tabs-list li img {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 5px 0;
}

.galleryimg {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.gallery h2.resp-tab-active {
  border-bottom: none;
}

.gallery h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b69663;
  border-bottom: 6px solid #b69663;
  background: transparent;
}

.gallery h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b69663;
  border-bottom: 6px solid #b69663;
  background: transparent;
}

.gallery .resp-tab-active img:nth-child(2) {
  display: inline-block !important;
}

.slick-slider {
  width: 100%;
  background-color: transparent;
}

.gallery .slick-prev {
  border: none;
  top: 37%;
  left: -65px;
  background: url(../Images/01.png) no-repeat center center !important;
}

.gallery .slick-prev,
.gallery .slick-next {
  width: 50px;
  height: 40px;
  z-index: 1;
  top: auto;
  bottom: -50px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.gallery .slick-prev,
.gallery .slick-next {
  width: 50px;
  height: 40px;
  top: 45% !important;
  right: -50px;
  z-index: 90 !important;
}

.gallery .slick-track {
  padding: 0 0 30px 0;
}

.slick-track {
  opacity: 1;
  width: 3892px;
  transform: translate3d(-1112px, 0px, 0px);
}

.gallery .slick-slide {
  margin: 0;
  padding: 0;
}

.gallery .slick-slide {
  margin: 0;
  padding: 0;
}

.gathum,
.gathum2 {
  height: 400px;
}

.gathum,
.vothum,
.gathum2 {
  margin: 0;
  padding: 10px !important;
  position: relative;
}

.gathum a,
.vothum a,
.gathum2 a {
  color: #333;
  text-decoration: none;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.gathum .overlay,
.gathum .vothum {
  display: none;
}

.caption {
  padding: 0px 25px;
  position: relative;
  top: -150px;
  font-family: 'Montserrat';
  color: #fff;
}

.gathum,
.vothum,
.gathum2 {
  margin: 0;
  padding: 10px !important;
  position: relative;
}

.gathum,
.vothum,
.gathum2 {
  margin: 0;
  padding: 10px !important;
  position: relative;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.gathum .overlay,
.gathum .vothum {
  display: none;
}

.caption h3 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

.slick-arrow {
  display: block;
  border: none;
  height: 50px;
  width: 50px;
}

/* ======================= Project Experience End ======================= */

/* ======================= Contact Form Start ======================= */

.innerContact {
  padding: 30px 0px;
}

.headContact {
  text-align: left;
}

.Contactbox {
  border: 3px solid #b69663;
  /* padding: 15px 30px; */
}

/* .ContactSubbox {
  border: 1px solid #e2ae3a;
} */

.ContactSubbox img {
  width: 100%;
  background-size: cover;
}

/* .ContactSubbox1 {
  border: 1px solid #e2ae3a;
} */

.count {
  padding-left: 11px;
}

#pricepopup .input-group {
  width: 100% !important;
  text-align: justify !important;
  margin-bottom: 5px;
}

#pricepopup .form-control {
  display: block;
  width: 100%;
  color: #555;
  background-image: none;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #e2ae3a !important;
}

.innerContact button#submitf {
  background: #b69663;
  color: #fff;
  padding: 5px 20px;
  margin-top: 20px;
}

button#submitf p {
  margin-bottom: 0px;
}

label.error {
  font-size: 13px;
  color: #fb0303;
}

label {
  margin-bottom: 6px;
}

.largelogo {
  display: none;
}

/* ======================= Contact Form End ======================= */

/* ======================= Footer Start ======================= */

.innerFooter {
  padding: 10px 0px;
}

.innerFooter,
#addressbar {
  background-color: #bb9c6b;
}

.sociallinks {
  text-align: center;
  margin: 20px 0px;
}

.footer-div {
  text-align: center;
  margin-top: 20px;
}

#footer-div3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  color: black;
  border-radius: 5px;
  margin-left: 13px;
  padding: 5px;
}

.disclaimertext {
  font-size: 9px;
  display: flex;
  align-items: center;
}

.disclaimertext p {
  margin: unset;
}

/* ======================= Footer End ======================= */

/* ======================= Popup Model Start ======================= */

#price {
  z-index: 9999;
}

#price .modal-header {
  padding: 20px 10px 0px 20px;
  border-bottom: 1px solid #000;
  width: 100%;
}

button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.input-group .form-control {
  display: block;
  width: 100%;
  color: #555;
  background-image: none;
  border: none !important;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
}

label {
  color: #000;
  font-family: 'Montserrat';
}

#price .input-group input {
  height: 40px;
  border: 1px solid #000;
  border-radius: 5px;
}

#price .input-group {
  width: 100% !important;
  text-align: justify !important;
  border-bottom: 1px solid #bfac85;
  margin-bottom: 15px;
}

#price #banner-cta-CountryCode {
  height: 40px;
  border: none;
  border-radius: 5px;
}

#price button#submitf {
  background-color: #c01e2e;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.inquireButton {
  display: none;
}

/* ======================= Popup Model End ======================= */

#lock {
  display: none;
}

/* ================== Video Form start ============= */

#pricepopupvideo {
  z-index: 9999;
}

#pricepopupvideo .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

#pricepopupvideo .input-group input {
  height: 40px;
  border: 1px solid #000;
}

#pricepopupvideo .input-group {
  width: 100% !important;
  text-align: justify !important;
  border-bottom: 1px solid #bfac85;
  margin-bottom: 5px;
}

#pricepopupvideo #banner-cta-CountryCode {
  height: 40px;
  border: 1px solid #000;
}

#pricepopupvideo #submitVideo {
  background-color: #7d1747;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #7d1747;
}

#submitVideo p {
  margin: unset;
}

/* ================== Video Form end ============= */

.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
}

.form-check-label {
  position: relative;
}

.form-check-label label.error {
  position: absolute;
  top: 17px;
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
  z-index: 99;
  left: -4px;
}

.form-check-label2 label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid black;
}

.form-check-label2 {
  position: relative;
}

.form-check-label2 label.error {
  position: absolute;
  top: 17px;
  background: #fff;
  padding: 5px;
  border: 1px solid #000;
  z-index: 99;
  left: -4px;
}

.form-check {
  margin: 10px 0px !important;
}
/* =============== Footer Form start =============== */

#inquiryForm {
  background-color: #efeae1;
  bottom: 0px;
  -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
  padding: 5px 0;
  position: fixed;
  width: 100%;
  border-top: 1px solid #b69663;
  z-index: 3;
}

#inquiryForm .col-sm-2 {
  width: 15.666667%;
}

#inquiryForm h4 {
  position: relative;
  text-align: center;
  color: #b69663;
  font-weight: 400;
  margin: 3px;
}

#inquiryForm .btn {
  background: #b69663;
  color: #fff;
}

#inquiryForm input {
  border: 1px solid #000 !important;
}

#inquiryForm select {
  border: 1px solid #000 !important;
}

.disclaimer {
  margin-bottom: 35px;
}

.addbar-border {
  border-left-style: dashed;
  border-left-color: #c3985a;
}

.add-head-text {
  color: #000;
  font-weight: 500;
  font-size: 1.3rem;
}

.add-para {
  color: #000;
  font-size: 14px;
}

/* =============== Footer Form end =============== */
/*========================== floor plan start ==========================*/

#floorplan .floore-img a:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
#floorplan .floore-img a {
  position: relative;
}

#floorplan .headerBorder {
  border: 1px solid #b69663;
  opacity: 1;
  margin: 0px auto;
  width: 9%;
}

#floorplan .floore-img a .overlay {
  bottom: 0%;
  left: 0%;
  position: absolute;
  right: 0%;
  top: 0%;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
  border: 2px solid #e2ae3a;
}

#floorplan .floore-img a:hover .overlay>img {
  opacity: 1;
}



#floorplan .floore-img a .overlay>img {
  left: 45%;
  opacity: 0;
  width: 45px !important;
  position: absolute;
  top: 45%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 11%;
}

.floore-slider-imgs i.bx.bx-chevron-right.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  font-size: 40px;
  content: "\2190";
  color: #e9b23a;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e9b23a;
}

.floore-slider-imgs i.bx.bx-chevron-left.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #e9b23a;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e9b23a;
  z-index: 3;
}

.floore-slider i.bx.bx-chevron-left.slick-arrow {
  position: absolute;
  top: 50% !important;
  left: 25px !important;
  transform: translate(-50%, -50%);
  font-size: 40px;
  background-image:url("right.svg")!important;
  background-repeat:no-repeat!important;
  background-position: center!important;
  background-size: cover!important; 
  color: #e9b23a;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e9b23a;
  z-index: 3;
}

#floorplan .section-head{
  color: #b69663;
}

.floore-slider i.bx.bx-chevron-right.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  font-size: 40px;
  background-image:url("left.svg")!important;
  background-repeat:no-repeat!important;
  background-position: center!important;
  background-size: cover!important; 
  color: #e9b23a;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e9b23a;
  visibility: visible;
  display: block;

}

/* ========================== floor plan End ==========================*/

.modal-content{
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #bb9c6b;
  border-radius: 15px;
}

button.btn-close {
  filter: invert(1);
  opacity: 1;
}

/* Mobile menu */
#menuitem {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  transform: translateX(100%);
}

.menuactive {
  transform: translateX(0%) !important;
  transition: all 0.5s ease-in-out;
}

.menu-overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.navsmoothScroll {
  text-decoration: none;
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.close-menu {
  position: absolute;
  right: 15px;
  font-size: 30px;
  text-decoration: none;
  color: #fff !important;
}

.openbtn {
  border: none;
  background: transparent;
  font-size: 41px;
  color:#000000 !important;
  margin-top: 15px;
}

.menu-overlay .navsmoothScroll :hover,
.menu-overlay .navsmoothScroll.active {
  color: #b68639;
  font-weight: 900;
}


.inneraboutDeveloper {
  background: #bb9c6b87;
}




.inneraboutDeveloper p{
  color:#fff;
}

.inneraboutDeveloper h3{
  color:#e1a73b;
}

#enqirebutton1{
  position: fixed;
  bottom: 29px;
  right: 20px;
  z-index: 999;
}

/* Amenities Section Styling */
.amenities-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.section-heading {
  margin-bottom: 40px;
}

.section-head {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

.section-subhead {
  font-size: 18px;
  color: #666;
}

.amenities-category {
  margin-bottom: 40px;
}

.amenities-category h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.amenity-item {
  text-align: center;
  margin-bottom: 30px;
}

.amenity-icon {
  font-size: 40px;
  color: #ff6f61;
  margin-bottom: 15px;
}

.amenity-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.amenity-item p {
  font-size: 14px;
  color: #666;
}

.contact-home {
  display: none;
}

@media (max-width: 768px) {
  .contact-home {
    display: block !important;
  }
}

.Overview-points span {
  color: #3a3a3a !important;
  font-size: 16px !important;
}

.highlightsinfo h5,
.highlightsinfo p {
    text-shadow: none;
}

.next-arrow {
    right: 0 !important;
    left: unset !important;
    z-index: 9;
}

.prev-arrow {
    left: 0 !important;
    z-index: 9;
}

.floore-slider i.bx.bx-chevron-left.slick-arrow {
    left: unset !important;
}

.home-top {
  padding-top: 80px;
}

.consent-text {
  font-size: 10px !important;
  color: black !important;
}

.abs-footer p{
  font-size: 15px;
  font-weight: 600;
  color: black;
}

.abs-footer a{
  color: black;
  text-decoration: underline;
}

.label-consent {
  font-size: 10px;
  color: #fff;
}

.rera-css p{
  font-size: 14px; color: rgb(0, 0, 0);
}

.text-black {
  color: black !important;
}

.add-para2 {
  font-size: 16px;
  color: black !important;
}


@media (max-width: 768px) { 

  .section-head {
    padding: 20px 0px;
  }

  .innerfloorplan {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .innerContact button#submitf {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobileinputclass {
    padding-left: 0px !important;
  }

}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 20px;
    text-align: center;
}

/* Tablet (≤ 991px) */
@media (max-width: 991px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
    .stats-container {
        grid-template-columns: 1fr;
        margin: 0 10px;
    }
}

.stat-item {
    background-color: #ffffff63;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stat-item h2 {
    font-size: 2.2em;
    color: #333;
    margin: 0;
}

/* Slightly smaller text on mobile */
@media (max-width: 576px) {
    .stat-item h2 {
        font-size: 2em;
    }

    .stat-item p {
        font-size: 1em;
    }
}

.stat-item p {
    font-size: 1em;
    color: #555;
    margin: 10px 0 0;
}
