/* @import url("https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Arya:wght@400;700&display=swap');

:root {
  /* --primary-color: #c58156; */
  --primary-color: #f9f4ed;
  /* --secondary-color: #f9f0ec; */
  --secondary-color: #d39936;
  /* --secondary: #7e2d65; */
  /* --secondary: #303c5f; */
  --territory-color: #927036;
  --body-color: #4c4b4d;


  --darkblue: #000;
  --woodbrown: #817b77;
  --light: #fff7e8;
  --facebook: #4267b2;
  --twitter: #00acee;
  --linkedin: #0e76a8;
  --youtube: #ff0000;
  --whatsapp: #25d366;
  --instagram: #c92bb7;
}

body {
   font-family: "Arya", sans-serif;
  /* font: 400 14px "Montserrat", sans-serif; */
  overflow-x: hidden;
  background-color: #f6f1e8
  ;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: var(--body-color);
  right: 0px;
  text-align: right;
  /* padding-right: 8px; */
  width: 40px;
  height: 40px;
  display: flex;
  background: #a2eca8;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0;
}


/*  home*/
.landingContainer .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.landingContainer .carousel-indicators.active {
  /* background-color: #fff; */
  opacity: 1;
}

.carousel-indicators .active {
  background-color: var(--secondary-color);
}

.landingContainer [type=button]:not(:disabled),
.landingContainer [type=reset]:not(:disabled),
.landingContainer [type=submit]:not(:disabled),
.landingContainer button:not(:disabled) {
  cursor: pointer;
  border: 1px solid var(--secondary-color);
  /* background-color: var(--secondary-color); */
  width: 13px;
  height: 13px;
  border: none;
  outline: none;
  margin: 3px;
  border-radius: 50%;
}



/* carousel-control-prev */
.carousel-control-next,
.carousel-control-prev {
  background: none;
  border: none;
}


/* swiper */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  height: 13px;
  width: 13px;
  background: #fff;
  opacity: 1;
  border: 1px solid #747474;
}

.swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}


img {
  width: 100%;
  display: block;
}

.text-serif {
   font-family: "Arya", sans-serif;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}


.text-secondary-color {
  color: var(--secondary-color) !important;
}


/*  */

.bg-primary-color {
  background-color: var(--primary-color) !important;
}

.bg-secondary-color {
  background-color: var(--secondary-color) !important;
}

.bg-white {
  background-color: #fff !important;
}


.rotate-left {
  transform: rotate(90deg);
}

.rotate-right {
  transform: rotate(-90deg);
}

.wrapper {
  width: 100%;
  float: left;
  background: var(--darkblue);
  position: relative;
  z-index: 2;
}

.plazaSection {}

.plazaSection .slideplaza {
  background-color: #efe7d8;

}

.plazaSection .plazacontent {
  padding: 2rem 1.7rem 2rem 0;
}

.plazaSection .plazacontent h3 {
  text-align: start;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.plazaSection .plazacontent p {
  text-align: justify;
}


/*header*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  /* background: rgba(0, 0, 0, 0.274); */
    /* backdrop-filter: blur(5px); */
  z-index: 997;
  transition: all 300ms ease-in-out;
}

.header.fixed {
  background-color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.header .container-lg {
  padding: 6px 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  /* width: 97%; */
  margin: auto;
}

.logo {
  width: 260px;
  /* height: 68px; */
  position: relative;
  /* padding: 5px 0; */
  min-height: 1px;
  transition: all 300ms ease-in-out;
}

.logo img {
  width: 80%;

}

.menu-section {
  margin-top: 20px;
      width: 26%;
}

.navi {
  display: flex;
  gap: 30px;
}

.navi ul {
  gap: 0 10px;
}

.navi li a {
  color:#fff ;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 6px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  transition: all 300ms ease-in-out;
}

@media (max-width: 2620px) {
  .navi li a {
    font-size: 20px;
  }
  .logo img {
  width: 100%;

}
  
}
@media (max-width: 1520px) {
  .navi li a {
    font-size: 15px;
  }
  .logo img {
  width: 80%;

}
}
.navi li a.active,
.navi li:hover>a {
  color: #927036;
}
.mobile-logo{
  display: flex;
}

.navi li a i {
  font-size: 11px;
  color: var(--primary-color);
}




/*  */
.menuBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  position: relative;
  cursor: pointer;
}

.header.fixed .menuBtn {
  width: 40px;
  height: 40px;
}

.menuBtn div {
  position: relative;
  width: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  transition: all 300ms ease-in-out;
}

.menuBtn span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  margin: 3px 0;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}



.menuBtn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--body-color);
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menuBtn.closeMenuBtn span#menuLine1 {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.menuBtn.closeMenuBtn span#menuLine2 {
  right: 100px;
}

.menuBtn.closeMenuBtn span#menuLine3 {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.menuContainer {
  position: fixed;
  inset: 0;
  padding-top: 74px;
  z-index: 995;
  background-color: rgb(0 123 255 / 13%);
  backdrop-filter: blur(5px);
  display: none;
}

.menuContainer .inner {
  padding: 5px 15px;
  width: 100%;
  visibility: hidden;
  background: var(--primary-color);
  /* background: radial-gradient(circle at 50% -10%, var(--secondary-color), var(--primary-color)); */
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 16%);
  transition: all 300ms ease-in-out;
}

.header.fixed+.menuContainer {
  padding-top: calc(1rem + 67px);
}

.menuContainer.active .inner {
  visibility: visible;
}

.menuContainer a {
  color: var(--body-color);
  transition: all 300ms ease-in-out;
}

.mainMenu li:not(:last-child) a {
  border-bottom: 1px solid #4c4b4d38;
}

.mainMenu a {
  padding: 10px 0;
  font-weight: 700;
  display: block;
  position: relative;
}

/* .mainMenu li.active>a,
.mainMenu li:hover>a {
  padding: 10px;
  background-color: #fff;
  color: var(--primary-color);
} */

.mainMenu a i {
  font-size: 75%;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  transition: all 300ms ease-in-out;
}

.mainMenu li.active>a i,
.mainMenu li:hover>a i {
  right: 10px;
}

.mainMenu li.active>a i {
  transform: rotate(540deg);
}

.menuDrop {
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}

.mainMenu ul ul li:last-child a {
  border-bottom: 0;
}

/*  */



.socialBtn ul i {
  width: 36px;
  height: 36px;
  font-size: 14px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  transition: all 300ms ease-in-out;
}

i.fa-facebook-f:hover {
  background-color: var(--facebook);
}

i.fa-twitter:hover {
  background-color: var(--twitter);
}

i.fa-linkedin-in:hover {
  background-color: var(--linkedin);
}

i.fa-instagram:hover {
  background-color: var(--instagram);
}

i.fa-youtube:hover {
  background-color: var(--youtube);
}

/*header*/


.header.fixed {
  padding-top: 5px;
  background: #fff;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  position: fixed;
}

.header.fixed .logo img {
  height: auto;
  object-fit: cover;
  object-position: top center;
}

.overviewpp {
  margin: 0;
  letter-spacing: 8px;
}

.overvilewpp {
  margin: 0;
  letter-spacing: 6px;
}

/* menu modal */
.menu-modal-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  overflow: auto;
  display: none;
  z-index: 999;
}

.menu-modal {
  width: 70%;
  height: 100%;
  padding: 5vw 8vw 3vw;
  color: #fff;
  background-color: var(--darkblue);
  position: relative;
  transform: translateX(-100%);
  transition: all 700ms cubic-bezier(.17, .67, .83, .67);
}

.menu-modal-wrapper.active .menu-modal {
  transform: translateX(0);
}

.modal-top-menu ul {
  display: flex;
  justify-content: space-between;
}

.menu-modal ul li a {
  color: #fff;
  position: relative;
  transition: all 300ms ease-in-out;
}

.menu-modal ul li a:hover {
  color: var(--primary-color);
}

.modal-top-menu ul li a {
  font-size: 11px;
  text-transform: uppercase;
}

.modal-top-menu ul li a.menuBtnClose {
  padding-right: 22px;
}

.menu-modal .bigMenu {
  margin: 3.5vw 0 5vw;
}

.menu-modal .bigMenu ul li a {
  font-size: 3vw;
   font-family: "Arya", sans-serif;
  text-transform: uppercase;
}

.menu-modal .smallMenu ul li a {
  line-height: 2;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
}

.menu-modal .downloadMenu ul li {
  margin-bottom: 10px;
}

.menu-modal .downloadMenu ul li a {
  display: flex;
  align-items: center;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-modal .downloadMenu ul li a .img-fluid {
  width: 30px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  margin-right: 10px;
  padding: 5px;
  transition: all 300ms ease-in-out;
}

.menu-modal .downloadMenu ul li a:hover .img-fluid {
  filter: brightness(50);
}

.menu-modal #closeMenu {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.cta-box ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.cta-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  font-size: .75rem;
}

.cta-box i {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  border-radius: 50%;
  color: var(--territory-color);
  box-shadow: 0 0 0 1px var(--territory-color);
  transition: all 300ms ease-in-out;
  background: #fff;
}

.cta-box i:hover {
  color: #c7ae83;
}

.header .topHead .callrighticon {
  width: 44px;
  height: 44px;
  display: flex;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--territory-color);
}

.header .topHead .callrighticon img {
  width: 20px;
}

.cta-box .whatsappBtn {
  background: var(--territory-color);
  color: #fff;
  padding: 4px 4px 4px 1rem;
  border-radius: 40px;
  flex-direction: row;
}

.cta-box .whatsappBtn:hover {
  background-color: var(--secondary-color);
}

.cta-box .whatsappBtn i {
  box-shadow: 0 0 0 50px #fff inset;
  color: var(--whatsapp);
  width: 36px;
  height: 36px;
}

/* menu modal */

.filter-white {
  -ms-filter: brightness(50);
  filter: brightness(50);
}

.filter-dark {
  -ms-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

.p-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}

.position-relative {
  z-index: 1;
}

.landing {
  height: 100vh;
   position: relative;
}
.overlay-bg,
.overlay-bg picture,
.overlay-bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.overlay-bg img {
  object-fit: cover;
  object-position: center;
}
/* .overlay-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.2),
    rgba(0,0,0,0.5)
  );
} */
.landing-img {
  width: 100%;
  display: block;
  transition: all 500ms linear;
}

.landing-bg-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20vh;
  pointer-events: none;
  z-index: 2;
}

.landing-intro-content {
  position: absolute;
  bottom: 15vh;
  margin-bottom: -2rem;
  left: 8%;
  z-index: 4;
}

.landing-intro-content h1 {
  font-size: 8rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 5px;
}

.text-numeric {
  font-family: initial;
}

.luxury-residences-home-btn {
  position: absolute;
  right: 8%;
  bottom: 20vh;
  transform: translateY(50%);
  z-index: 3;
}

.luxury-residences-home-btn a {
  background: var(--secondary-color);
  color: var(--darkblue);
  width: 280px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 80px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.luxury-residences-home-btn a img {
  max-width: 60px;
  border-radius: 50%;
  transition: all 300ms linear;
}

.luxury-residences-home-btn a:hover img {
  transform: scale(0.7);
}

.luxury-residences-home-btn a>span {
  margin: 0 20px;
}

#scroll-to-next {
  left: 13%;
  bottom: 0;
}

.elegant-btn-design {
  top: 10px;
  width: 170px;
 
  position: absolute;
  z-index: 9;
}

.elegant-btn-design.sm-btn-design {
  width: 80px;
  height: 80px;
}

.elegant-btn-design.center {
  left: calc(50% - 85px);
  bottom: 0;
  transform: translateX(-50%);
}

.elegant-btn-design a {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--body-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 100;
}

.elegant-btn-design.sm-btn-design a {
  font-size: 18px;
}

.elegant-btn-design a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: translateX(0.25px);
}

.elegant-btn-design a svg rect {
  rx: 100px;
  ry: 100px;
  stroke: var(--secondary-color);
  fill: none;
  stroke-width: 1.25;
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  stroke-dasharray: 321%;
  stroke-dashoffset: 642%;
  transition-property: stroke-dashoffset, transform;
  transform-origin: 50% 50%;
  transition-duration: 1.3s;
  transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
}

.elegant-btn-design a svg rect+rect {
  stroke: var(--body-color);
  stroke-dashoffset: 321%;
}

.elegant-btn-design.dark-control a svg rect+rect,
.elegant-btn-design.dark-control a svg.dark-stroke rect,
.elegant-btn-design.dark-control a svg.light-stroke rect+rect {
  stroke: var(--darkblue);
}

.elegant-btn-design.dark-control a svg.dark-stroke rect+rect,
.elegant-btn-design.dark-control a svg.light-stroke rect {
  stroke: var(--secondary-color);
}

.elegant-btn-design a:hover svg rect {
  transform: rotate(0deg);
  stroke-dashoffset: 321%;
}

.elegant-btn-design a:hover svg rect+rect {
  stroke-dashoffset: 0%;
}

.elegant-btn-design a img {
  width: 30px;
}

.stoneBox {
  position: relative;
}

.stoneBox .stone-img {
  position: absolute;
  left: 30%;
  top: 60%;
  width: 40%;
  transition: all 500ms ease-in-out;
}

.landing-text-area h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}

.gallerySlider {
  transition: transform 1s linear;
}

.gallerySlider .galleryImgBox {
  padding: 0 30px;
  position: relative;
}

.gallerySlider .galleryImgBox .caption {
  position: absolute;
  right: 45px;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.absolute-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.absolute-text.text-center {
  width: 100%;
}

.absolute-text h2 {
  font-size: 6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.absolute-text p {
  text-transform: uppercase;
  letter-spacing: 5px;
}

.welcome-jaipur-container {
  margin-top: 0rem;
  display: block;
  /* position: relative; */
  /* background: url(../images/overlay.jpg); */
}

/* .welcome-jaipur-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgb(0, 0, 0), rgba(255, 255, 255, 0.411));

} */

.welcome-text {
  min-width: 70%;
  /* position: absolute; */
  /* top: 30%; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  text-align: left;
  z-index: 2;
  margin-left: 10px;
}
.welcome-text p{
  font-size: 15px;
  margin-bottom: 0px;
  text-align: justify;
}
.welcome-text h2 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
margin-bottom: .5rem;
text-align: center;
}

.welcome-image {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  background: var(--darkblue);
  transition: opacity 800ms linear;
  z-index: 1;
  opacity: 0;
}

.heading {
  position: relative;
  margin-bottom: 30px;
  z-index: 3;
}

.heading h2 {
   font-family: "Arya", sans-serif;
  text-transform: uppercase;
}

.heading h4 {
   font-family: "Arya", sans-serif;
  text-transform: uppercase;
}

.heading h5 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3vw;
}

.heading p {
  display: block;
  width: 70%;
  margin: 20px auto 0;
}

.heading.hasline::after {
  content: "";
  width: 70px;
  display: block;
  height: 2px;
  background: var(--darkblue);
}

.readmore a,
.readmore button {
  /* min-width: 160px; */
  text-align: center;
  display: block;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  /* display: flex;
  align-items: center; */
  background: var(--territory-color);
  text-align: center;
  justify-content: center;
}
.readmore{
  display: inline-block;
}
.readmore button {
  background-color: #d39936;
}

.readmore a:hover,
.readmore button:hover {
  background: var(--secondary-color);
  color: #fff;
}

.readmore.dark a,
.readmore.dark button {
  border-color: var(--darkblue);
}

.readmore.dark a:hover,
.readmore.dark button:hover {
  background: var(--darkblue);
  color: #fff;
}

.readmore.solid-brown a,
.readmore.solid-brown button {
  background: var(--primary-color);
  color: #fff;
}

.readmore.solid-brown a:hover,
.readmore.solid-brown button:hover {
  background: var(--darkblue);
  color: #fff;
}


/* ------------------------------------------------------
Amenities
------------------------------------------------------ */
.landing-amenities-container {
  background-color: var(--primary-color);
}

.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: var(--darkblue);
  background: -moz-linear-gradient(161deg, var(--darkblue) 0%, var(--darkblue) 49%, var(--primary-color) 100%);
  background: -webkit-linear-gradient(161deg, var(--darkblue) 0%, var(--darkblue) 49%, var(--primary-color) 100%);
  background: linear-gradient(161deg, var(--darkblue) 0%, var(--darkblue) 49%, var(--primary-color) 100%);
}

.video-bg video {
  width: 100%;
  height: 100%;
  float: left;
  opacity: 0.15;
  object-fit: cover;
  object-position: bottom;
}

.corp-video {
  text-align: center;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corp-video .elegant-btn-design {
  position: relative;
  margin-bottom: 15px;
  left: 0;
  transform: none;
}

.corp-video .video-th {
  left: 0;
  right: 30px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: center / cover url(../images/banner.jpg) no-repeat;
  filter: brightness(0.5);
  z-index: -1;
  pointer-events: none;
}

.corp-video .video-th video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.amenitiesContainer {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.amenitiesContainer .amenBox {
  /* width: 20%; */
  padding: 10px;
}

.amenitiesContainer .amenBox figure {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 10px;
  margin-bottom: 0;
  /* border: 1px solid var(--secondary-color); */
  background-color: #f6f1e8;
  border: 1px solid #d399364b;
}

.amenitiesContainer .overviewicon {
  width: 50%;
  background: #efe7d8;
  border: 1px solid #fff;
}

.amenitiesContainer .overviewicon figure {
  border: none;
}

.amenitiesContainer .amenBox figure .img-fluid {
  width: 40px;
  flex-basis: 40px;
  margin-right: 15px;
}
.amenitiesContainer .amenBox figure .img-fluid img{
  width: 40px;
}

.amenitiesContainer .amenBox figure figcaption {
  font-size: 16px;
  text-align: left;
}

.more-amenities-heading {
  padding-right: 5rem;
}

/* .amenitiesSliderContainer {
  margin-top: 7rem;
} */

.amenities-slide-img {
  overflow: hidden;
}

.amenities-slide-img img {
  height: 100%;
  object-fit: cover;
  transition: all 1000ms ease-in-out;
  transform: scale(1.2, 1.2);
}

.carousel-item.active .amenities-slide-img img {
  transform: scale(1, 1);
}

.amenities-slide-text {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
}

.amenities-slide-text section {
  padding-left: 4rem;
  padding-right: 3rem;
  margin-bottom: 5rem;
}

.amenities-slide-text section h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 3rem;
}

/* balconySec */
.balconySec .balconySec-inner-content {
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.balconySec .balconySec-inner-content .innerBox {
  width: 90%;
  min-height: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.balconySec .balconySec-inner-content .innerBox h2 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.balconySec-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ameniboxPageBtm */
.ameniboxPageBtm {
  margin-top: 2rem;
}


p {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

.amenities-controls {
  display: flex;
  position: absolute;
  left: 58%;
  bottom: 0rem;
}

.amenities-controls .elegant-btn-design {
  position: relative;
  margin: 0 5px;
}

.amenitiesSliderContainer .num,
.c502-slider .num {
  position: absolute;
  bottom: 3rem;
  left: 42%;
  z-index: 9;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.amenitiesSliderContainer .num .slide-index,
.c502-slider .num .slide-index {
  font: 400 6rem/1 'Arya', serif;
  display: inline-block;
  transform: translate(-40px, -20px);
}

.fpbox {
  padding: 0 30px;
}

.fpbox figure {
  display: block;
  margin-bottom: 0;
  padding: 20px;
  background: var(--secondary-color);
  position: relative;
  z-index: 1;
}

.fpbox figure::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--darkblue);
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 500ms ease-in-out;
}

.fpbox figure:hover::before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.fpbox figure h4 {
  text-transform: uppercase;
  color: var(--primary-color);
  font: 400 2rem/1 'Arya', sans-serif;
  margin-bottom: 30px;
}

.fpbox figure figcaption {
  color: var(--darkblue);
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.fpbox figure:hover figcaption {
  border-top-color: rgb(255 255 255 / 10%);
}

.fpbox figure figcaption p {
  margin-bottom: 0;
  display: flex;
  padding: 8px 0;
  transition: transform 500ms ease-in-out;
}

.fpbox figure:hover figcaption p {
  color: var(--secondary-color);
}

.fpbox figure figcaption p strong {
  margin-right: 15px;
  color: var(--primary-color);
}

.fpbox figure:hover figcaption .readmore a {
  color: var(--secondary-color);
}

.joi-icon {
  position: absolute;
  width: 50%;
  left: -10%;
  top: -15%;
  opacity: 0.4;
  transition: all 500ms ease-in-out;
}

.footer .privacyBOx {
  color: var(--body-color);
}

.footer .privacyBOx:hover {
  color: var(--secondary-color);
}



.footer .qrsmbox {
  justify-content: center;
  border-right: 1px solid rgb(196, 196, 196);
  text-align: center;
}

.footer .qrsmbox:nth-child(3) {
  border-right: none;

}

.footer .qrsmbox p {
  margin-top: 10px;
}

.footer .qrbox {
  max-width: 105px;
  margin: 0 auto;
}

.footer .qrbox img {
  width: 100%;
}



.footer .qrInner {
  text-align: center;
  padding: 1rem;
  background-color: var(--primary-color);
}

/* .footer .qrInner:nth-child(3) {
  text-align: center;
} */













.location-map {
  position: relative;
  z-index: 1;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

/* .location-map:hover::before {
  content: '';
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
} */

.locationImgbox {
  position: relative;
  display: inline-block;
}

.locationImgbox .hover-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #fff;
  color: var(--body-color);
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  opacity: 0;
  gap: 5px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 9999;
}

.location-map:hover .locationImgbox .hover-content {
  opacity: 1;
}

.search-icon {
  font-size: 20px;
}


/* .location-map::before{
  content: '';
  position: absolute;
  left: calc(50% - 50vw / 2);
  top: calc(50% - 50vw / 2);
  width: 50vw;
  height: 50vw;
  z-index: 1;
  box-shadow: 0 0 0 10vw #181d24 inset;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}

.location-map:hover::before{
  box-shadow: 0 0 0 9vw #181d24 inset;
} */

.location-map .elegant-btn-design {
  bottom: 0;
}

.location-map img {
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}

/* .location-advantages {
  padding-right: 5%;
} */

.location-advantages ul {
  display: flex;
  flex-wrap: wrap;
  /* padding-right: 5px; */
  height: 30vw;
  overflow: auto;
}

.location-advantages ul::-webkit-scrollbar {
  width: 2px;
}

.location-advantages ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.location-advantages ul::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color);
  border-radius: 5px;
}

.location-advantages ul li {
  width: 100%;
  padding: 5px;
}

.location-advantages ul li:first-child {
  padding-top: 0;
}

.location-advantages ul li:last-child {
  padding-bottom: 0;
}

.location-advantages ul li figure {
  height: 100%;
  padding: 10px;
  border: 1px solid rgb(0 0 0 / 10%);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

.location-advantages ul li figure:hover {
  transform: translateY(2px);
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.location-advantages ul li figure .img-fluid {
  width: 35%;
  margin-right: 15px;
  border-right: 1px solid rgb(0 0 0 / 10%);
}

.location-advantages ul li figure .img-fluid img {
  width: 40px;
  margin: 0 auto;
}

.location-advantages ul li figure figcaption {
  width: 100%;
  position: relative;
  padding: 10px 0;
  z-index: 1;
}

.location-advantages ul li figure figcaption strong {
  font-size: 26px;
}

.location-advantages ul li figure figcaption strong small {
  display: inline-block;
  font-size: 12px;
}

.location-advantages ul li figure p {
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.landing-banks-container .container-fluid {
  margin-top: 5rem;
}

.landing-banks-container figure {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -20px;
  background: #dfc2b5;
  position: relative;
}

.landing-banks-container figure:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #dfc2b5;
  position: absolute;
  left: -50vw;
  top: 0;
}

.landing-banks-container figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background: url(../images/side-pattern-bg.png);
  background-size: contain;
}

.landing-banks-container figure .holder {
  position: relative;
  width: 100%;
  transform: translate(85px, -35px);
}

.landing-banks-container figure .holder img {
  width: 450px;
  box-shadow: 10px 10px 50px rgb(0 0 0 / 20%);
}

.bank-content-box {
  padding-left: 10%;
}

.bank-content-box h5 {
  margin-top: 3rem;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 300;
}

.bank-content-box ul {
  display: flex;
  background: #fff;
}

.bank-content-box ul li {
  padding: 0 5px;
}

.elem {
  position: absolute;
  width: 200px;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
}

.elem.elem-bl {
  left: 0;
  bottom: 0;
}

.elem.elem-bl img {
  object-position: -80px 80px;
}

.elem.elem-br {
  right: 0;
  bottom: 0;
}

.elem.elem-br img {
  object-position: 80px 80px;
}

/* testimonials */
.speaks-slide {
  position: relative;
  padding: 20px 20%;
  text-align: center;
  color: var(--darkblue);
}

.speaks-text .speaker {
  width: 100px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  overflow: hidden;
}

.speaks-text h5 {
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.speaks-text h5::after {
  content: '';
  display: table;
  margin: 20px auto 0;
  width: 60px;
  height: 2px;
  background-color: rgb(0 0 0 / 10%);
}

.speaks-text .speaker-name p {
  margin-bottom: 0;
}

.speaks-controls {
  top: 50%;
  transform: translateY(-50%);
}

.speaks-controls.left-control {
  left: 0;
}

.speaks-controls.right-control {
  right: 0;
}

.quote-mark {
  left: 10%;
  top: 0;
  color: var(--darkblue);
  opacity: 0.1;
}

.quote-mark i {
  font-size: 10vw;
}

/* testimonials */

/*Footer*/
.footer-area {
  text-align: center;
  background: var(--darkblue);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.footer-logo {
  width: 100px;
  margin: 0 auto 3rem;
}

.footerBox ul {
  display: flex;
  justify-content: center;
}

.footerBox ul li {
  margin: 0 10px;
}

.footerBox ul li a {
  display: block;
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
  font-size: 13px;
  transition: all 300ms ease-in-out;
}

.footerBox ul li a:hover {
  background: var(--primary-color);
}

.footerBottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footSocial {
  justify-content: center;
  margin: 4rem 0;
}

.footSocial .elegant-btn-design a svg rect {
  stroke-width: 1;
}

.footerBottom {
  flex-wrap: wrap;
}

.footerBottom .copyright,
.footerBottom .rera {
  display: flex;
  width: 100%;
  justify-content: center;
}

.footerBottom .rera {
  margin-bottom: 20px;
}

.footerBottom .rera p {
  flex: 1 0 0;
  padding: 0 20px;
  border-right: 1px solid rgb(255 255 255 / 10%);
  text-align: center;
}

.footerBottom .rera p:first-child {
  text-align: right;
  padding-left: 0;
}

.footerBottom .rera p:last-child {
  padding-right: 0;
  border-right: none;
  text-align: left;
}

.footerBottom .rera p a {
  color: #fff;
}

.footerBottom p {
  font-size: 11px;
  line-height: 1;
}

.footerBottom p small {
  display: block;
}

.go_up {
  background: rgba(0, 0, 0, 0.32);
  position: fixed;
  left: calc(50% - 20px);
  bottom: 10px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}

.go_up:hover {
  background: var(--primary-color);
}

/*Footer*/
.landingContainer {
  width: 100%;
  /* position: relative; */
}

/* .landingContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.object-cover {
  object-fit: cover;
}

.bannerConfig {
  position: absolute;
  left: 3rem;
  top: 45%;
  /* transform: translateY(-50%); */
  color: var(--darkblue);
  display: flex;
  align-items: center;
  z-index: 2;
}

.bannerConfig .inner {
  z-index: 9;
  position: relative;
  max-width: 90%;
  margin-bottom: 3px;

}

.bannerConfig .bannerDetails {
    background-color: rgb(249 244 237);
    padding: 25px 40px 25px 25px;
    color: #000000;
}

.bannerConfig .bannerDetails p {
  font-size: .875rem;
}

.bannerConfig .inner+.inner {
  border-left: 1px solid rgb(0 0 0 / 45%);
}

.bannerConfig .Bannerlogo {
  width: 240px;
  padding: 8px;
  margin: 0.7rem 0;
  background-color: #fff;
}

.bannerConfig .Bannerlogo img {
  width: 100%;
}


/*  */
.bannerConfig .patch {
  width: 130px;
  position: absolute;
  right: -15px;
  bottom: -15px;
}

.bannerConfig .patch img {
  width: 100%;
}

.bannerConfig .call {
  margin: 30px 0 20px;
  display: inline-block;
}

.bannerConfig .call a {
  background-color: #fff;
  color: #333;
  padding: 10px 20px 10px 50px;
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
 
}

/* .bannerConfig .call .fa {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 2px 4px;
  font-size: 20px;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 15px);
  left: 5px;
}

.bannerConfig .call img {
  max-width: 20px;
  filter: invert(1);
} */



/* callLeftIcon */
.bannerConfig .call .callLeftIcon {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 2px 4px;
  font-size: 20px;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 15px);
  left: 5px;
}

.bannerConfig .call .callLeftIcon img {
  width: 20px;
  height: auto;
}




.bannerConfig .inner .h1 {
  margin-bottom: 10px;
}

.bannerText {
  position: absolute;
  left: 0;
  top: 10%;
  border-radius: 1.25rem;
  color: var(--body-color);
  z-index: 9;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.bannerText img {
  width: 49px;
  margin: 10px auto;
}

.bannerText .h1 {
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: 2px;
  margin: 1rem 0;
  color: #000;
}

.bannerText .location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: rgb(255 255 255 / 55%);
  backdrop-filter: blur(3px);
  border: 1px solid #fff;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

.banner-footer {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #a57525;
  padding: 10px;
  text-transform: uppercase;
}

.banner-footer h4 small {
  display: block;
  text-transform: uppercase;
  font-size: .5rem;
  letter-spacing: 1px;
}

.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Specifications */
/* .fixed-form {
  position: fixed;
  background: var(--primary-color);
  z-index: 1000;
  transition: all 300ms ease-in-out;
} */
.fixed-form {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--primary-color);
  z-index: 990;
  transition: all 300ms ease-in-out;
}

.fixed-form .innerform {
  padding: 20px 20px;
  border-radius: 10px;
}

.fixed-form .innerform h6 {
  font-size: 12px;
  text-transform: uppercase;
}

.fixed-form .innerform h3 {
  font-size: 18px;
}

.fixed-form .innerform h3 span {
  font-weight: 700;
  font-size: 20px;
}

.fixed-form .form-group {
  /* margin-bottom: 0; */
}

.fixed-form .form-group .form-control {
  color: #000;
  border-bottom-color: #000;
}
.form-control option{
  color: #000;
}
.fixed-form .form-group .form-control::placeholder {
  color: #000;
}

.fixed-form .formFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed-form .formFooter button {
  border-radius: 30px;
  text-align: center;
  border: 1px solid #927036;
  background: #927036;
  color: #fff;
  padding: 6px 25px;
  border: none;
  margin-top: 10px;
  transition: all 300ms ease-in-out;
  outline: none;
  text-transform: uppercase;
  border: 1px solid var(--secondary-color);
}

.fixed-form .formFooter button:hover {
  background: #fff;
  color: var(--body-color);
  border: 1px solid var(--body-color);
}

/* .fixed-form.fixed {
  transform: translateY(0%);
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 3px 0 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  z-index: 990;
  border-top: 1px solid #ba9a50;
} */

.fixed-form.fixed .innerform {
  padding: 20px;
  border-radius: 0;
  width: 100%;
}

.fixed-form .freePick {
  margin-top: 10px;
  display: block;
  font-size: 13px;
}
.freePickPopup {
  margin-top: 10px;
  color: #fff;
  display: block;
  font-size: 13px;
}

.fixed-form.fixed .innerform h3,
.fixed-form.fixed .innerform h6 {
  display: none;
}

.fixed-form.fixed .formFooter button {
  margin-top: 0;
}

.fixed-form.fixed .formFooter .chatBtn {
  display: flex;
}

.fixed-form.fixed .col-12 {
  flex: 1 0 0;
}

.fixed-form.fixed .form-group .form-control {
  padding: 5px;
  margin: 0;
}

.text-primary {
  color: #d39936 !important;
}

.footer {
  background-color: #fff;
  color: var(--body-color);
  padding: 1rem 0;
}

.footer a {
  color: var(--body-color);
  font-size: 12px;
  line-height: 1.1;
}

.footer p {
  color: var(--body-color);
  font-size: 12px;
  line-height: 1.1;
}

/* Customise modal */
.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(51 51 51 / 80%);
  backdrop-filter: blur(4px);
}

.modal-content {
  background-color: var(--primary-color);
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border: 0;
  border-radius: 0;
}

button.btn-close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  opacity: 1;
  text-shadow: none;
  z-index: 9;
}

.btn-close:not(:disabled):not(.disabled):focus,
.btn-close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: #ae0000;
  color: #fff;
}

.modal-body {
  padding: 25px;
  text-align: left;
}

.modal-logo {
  width: 180px;
  margin: 0 auto 2rem;
}

.modal-header {
  background-color: var(--primary-color);
  font-family: var(--midsun);
  letter-spacing: 2px;
}

.modal-icons {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding: 1rem;
  background-color: #a8842c;
  text-transform: uppercase;
}

.modal-icons h6 {
  color: #000000;
}

.modal-icon .img-fluid {
  max-width: 50px;
  margin: 0 auto 10px;
  color: #000;
}

.modal-icon span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

.input-group {
  width: 100%;
  display: block;
  color: #000;
}

.modal-body .form-control {
  background-color: rgb(0 0 0 / 5%);
  width: 100%;
  padding: 1rem;
  display: flow;
  border: 1px solid #c18c31;
  color: #000;
}

.modal-body .form-control:focus {
  background-color: var(--body-bg);
}

/* Customise modal */

/* floor plans */

.fpContainer .fpBox .inner {
  padding: 1rem;
  box-shadow: 10px 10px 0 rgb(81 78 78 / 15%);
  border: 1px solid rgb(255 252 252 / 15%);
  transition: all 300ms ease-in-out;
  border-radius: 10px;
  height: 100%;
}

.fpContainer .fpBox .inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
}

.planBase {
  margin: .5rem 0 ;
  color: #ffffff;
}

.fpDetails:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgb(243 205 139);
  color: #ffffff;
}

.planBase .fpDetails h6 {
  margin-bottom: 0;
  font-weight: 600;
}

.readmore-a-f {
  border-radius: 10px !important;
}

/* floor plans */
.container-lg {
  max-width: 96%;
  margin: auto;
}


/* Gallery Section */
.gallery-section {
  padding: 30px 0;
  box-shadow: 0px 15px 20px -17px rgb(0 0 0 / 8%);
}

.grid-gallery-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin: auto
}

.grid-gallery-section .gal-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover
}

.img-gallery1 {
  grid-area: 1 / 1 / 3 / 3
}

.img-gallery2 {
  grid-area: 1 / 3 / 2 / 5
}

.img-gallery3 {
  grid-area: 2 / 3 / 3 / 4
}

.img-gallery4 {
  grid-area: 2 / 4 / 3 / 5
}

.img-gallery5 {
  grid-area: 1 / 5 / 3 / 7
}

.gap-3 {
  row-gap: 20px;
}

.gallery-slider .swiper-slide {
  height: auto;
}

.gallery-slider .swiper-slide .gal-img {
  height: 100%;
}

.swiper-slide .gal-img img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  
}

/* customize swiper */
div[class^="swiper-button"] {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  /* box-shadow: 0 1rem 2rem rgb(0 0 0 / 75%); */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}

div[class^="swiper-button"]:hover {
  color: #fff;
  background-color: var(--territory-color) !important;
  box-shadow: 0 0 0 1px var(--primary-color);
}

div[class^="swiper-button"]:after {
  font-size: 1rem;
}

div[class^="swiper-button"].no-style {
  box-shadow: none;
  background-color: transparent;
  color: inherit;
  -webkit-backdrop-filter: blur(10pxÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ);
  backdrop-filter: blur(10px);
}

div[class^="swiper-button"].sm::after,
div[class^="swiper-button"].no-style:after {
  font-size: 0.875rem;
}

div[class^="swiper-button"].sm {
  width: 30px;
  height: 30px;
}

/* customize swiper */

section.location-advantages {
  padding: 40px 0;
  box-shadow: 0px 15px 20px -17px rgb(0 0 0 / 8%);
}

.footer-enquiryBtn {
  border-radius: 10px;
  position: fixed;
  bottom: 2px;
  left: 2px;
  right: 2px;

  justify-content: space-between;
  z-index: 99;
  background-color: #f9f0ec;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  text-align: center;
}

.footer-enquiryBtn a {
  color: #000;
  text-align: center;
  display: block;
  padding: 8px 5px;
  border-radius: 0 10px 10px 0;
  border: 1px solid rgb(0 0 0 / 15%);
  width: 51%;
  border-left: 0;
}

.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg, #0db634, #015c16);
  border: 0;
  border-radius: 10px;
  color: #fff;
}


@media (max-width: 768px) {
  table thead {
    display: none;
  }

  table, table tbody, table tr, table td {
    display: block;
    width: 100%;
  }

  table tr {
    margin-bottom: 15px;
    
    border-radius: 10px;
    padding: 10px;
    background: #fff;
  }

  table td {
    padding: 10px;
    position: relative;
    border: none;
  
  }

  table td:last-child {
    border-bottom: none;
  }

  table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    color: #555;
    margin-bottom: 5px;
  }

  .button {
    display: block;
    text-align: center;
    background: #c59d2f;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    text-decoration: none;
  }
}

/* Mobile view me table borders remove */
@media (max-width: 768px) {

  table, 
  table tr, 
  table td {
    border: none !important;
  }

  .price-card td {
    border: none !important;
  }

}
@media (max-width: 768px) {

  table td:first-child {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-align: center;
  }

}
@media (max-width: 1400px) {
  .bannerConfig {
    transform: translateY(-70%);
    top: 70%;
    left: 3rem;
  }
}


/*responsive*/
@media (max-width: 1200px) {
  .logo {
    width: 130px;
  }

  .plazaSection .plazacontent h3 {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .plazaSection .plazacontent p {
    font-size: 14px;
  }

}

@media (min-height: 1366px) {
  .landing {
    height: 60vh;
  }
}

@media (min-height: 1280px) {}

@media (max-width: 1024px) {
  .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
  }

  /* .header {
    padding: 10px 5% 5px;
  } */

  .topDetails ul li {
    margin-right: 10px;
  }

  .landing-intro-content h1 {
    font-size: 5rem;
  }

  .welcome-text h2,
  .heading h2 {
    font-size: 2.7rem;
  }

  .more-amenities-heading {
    padding-right: 15px;
  }

  .inside-banner {
    margin-top: 11rem;
    padding-top: 4rem
  }

  .page-title h1 {
    font-size: 5rem;
  }

  .master-plan-container .elegant-btn-design {
    bottom: 10%;
  }

  .master-plan-container .elegant-btn-design a img.filter-dark {
    filter: brightness(50);
  }

  .gallery-ph2 .galBox {
    width: 50%;
  }
}

@media (max-width: 991.9px) {
  .bannerConfig .bannerDetails {
    padding: 15px 26px;
  }

  .plazaSection .plazacontent {
    /* min-height: 200px; */
    padding: 2rem;
  }

  .plazaSection .swiper-horizontal>.swiper-pagination-bullets,
  .plazaSection .swiper-pagination-bullets.swiper-pagination-horizontal,
  .plazaSection .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }

  .swiper-pagination-clickable .swiper-pagination-bullet {
    border: 1px solid var(--body-color);
  }

  .footer .qrInner {
    text-align: start;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 913px) {
  .menu-section{
   display: none;
  }
}
@media (max-width: 812px) {
  .p-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header .navi ul li,
  .enqBtn span,
  .socialBtn,
  .luxury-residences-home-btn {
    display: none;
  }

  .header .navi ul li:first-child {
    display: block;
  }

  .fixed-form.fixed {
    position: inherit;
    border-bottom: 1px solid #ba9a50;
    padding: 0rem 0 1rem 0;
    flex-wrap: wrap;
  }

  .enqBtn a div {
    padding: 12px 13px;
  }

  /* .bannerConfig {
    top: 31%;
  } */

  .menuContainer {
    padding-top: 88px;
    
  }
 .header .container-lg{
    /* background-color: #00000079; */
    max-width: 100%;
    padding: 10px !important;
    align-items: center;
  }
  .menu-section{
   display: none;
  }
  .header{
    padding:0px;
  }
  .logo {
    width: 140px;
  }

  .header .navi,
  .header .topDetails {
    width: calc(50% - 50px);
  }

  .header.fixed .navi,
  .header.fixed .topDetails {
    width: calc(50% - 35px);
  }

  .topDetails ul li:nth-last-child(2) {
    margin-right: 0;
  }

  .menu-modal .bigMenu ul li {
    margin: 5px 0;
  }

  .menu-modal .bigMenu ul li a {
    font-size: 5vw;
  }

  .landing {
    height: 640px;
  }

  .landing-bg-strip {
    height: 12vh;
  }

  .landing-intro-content {
    bottom: 12vh;
    left: auto;
    right: 5%;
    text-align: right;
  }

  .landing-intro-content h1 {
    font-size: 4rem;
  }

  .stoneBox .stone-img {
    left: 20%;
    width: 60%;
  }

  .landing-text-area h3 {
    font-size: 20px;
  }

  .landing-text-area p {
    margin-bottom: 0;
  }

  .absolute-text h2 {
    font-size: 4rem;
  }

  .gallerySlider .galleryImgBox {
    padding: 0 15px;
  }

  .welcome-text {
    min-width: 90%;
  }

  .welcome-text h2,
  .heading h2 {
    font-size: 2rem;
  }

  .heading h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .heading h5 {
    letter-spacing: 2vw;
  }

  .more-amenities-heading {
    padding-bottom: 30px;
    text-align: center;
  }

  .corp-video {
    padding: 50px 15px;
  }

  .corp-video .video-th {
    right: 20px;
    left: 20px;
  }

  .corp-video .elegant-btn-design,
  .corp-video .readmore {
    margin-left: auto;
    margin-right: auto;
  }

  .amenities-slide-text section {
    padding-left: 15px;
    padding-right: 10px;
  }

  .amenitiesSliderContainer .num,
  .c502-slider .num {
    bottom: 1rem;
  }

  .amenitiesSliderContainer .num .slide-index,
  .c502-slider .num .slide-index {
    font-size: 4rem;
    transform: translate(-20px, -20px);
  }

  .amenitiesContainer .amenBox {
    padding: 10px;
  }

  .amenitiesContainer .amenBox figure {
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .amenitiesContainer .amenBox figure .img-fluid {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .amenitiesContainer .amenBox figure figcaption {
    text-align: center;
  }

  .amenities-controls {
    left: 53%;
  }

  .elegant-btn-design {
    width: 100px;
    height: 100px;
  }

  .elegant-btn-design.sm-btn-design {
    width: 50px;
    height: 50px;
  }

  .elegant-btn-design.sm-btn-design a img {
    width: 23px;
  }

  .location-advantages {
    /* padding-left: 0; */
  }

  .location-advantages ul {
    height: 52vw;
  }

  .location-advantages ul li {
    padding: 5px 0;
  }

  .location-advantages ul li figure {
    position: relative;
    z-index: 1;
  }

  .location-advantages ul li figure .img-fluid {
    margin-right: 0;
    border-right: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    z-index: -1;
  }

  .location-advantages ul li figure .img-fluid img {
    width: 100%;
  }

  .location-advantages ul li figure figcaption {
    padding: 0;
  }

  .location-advantages ul li figure figcaption strong {
    font-size: 20px;
  }

  .location-advantages ul li figure figcaption strong small {
    font-size: 11px;
  }

  .location-advantages ul li figure p {
    padding-top: 4px;
  }

  .speaks-slide {
    padding: 0 10%;
  }

  .speaks-text h5 {
    margin-bottom: 15px;
    letter-spacing: 1px;
  }

  .celebration-wrapper .row.align-items-center {
    align-items: flex-start !important;
  }

  .celebration-wrapper .celeb-content section {
    width: 100%;
    padding-bottom: 30px;
  }

  .celebration-wrapper .heading {
    margin-bottom: 15px;
  }

  .celebration-wrapper .celeb-content section>h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .fpbox {
    padding: 10px 15px;
  }

  .page-title h1 {
    font-size: 4rem;
  }

  .gallery-wrapper {
    margin-top: 2rem;
  }

  .location-map.location-inside img {
    width: 120%;
    object-position: -60px center;
  }

  .location-advantages {
    /* background-color: var(--secondary-color); */
    position: relative;
    z-index: 1;
  }

  .suncity-text:first-child article {
    padding-right: 0;
  }

  .suncity-text:last-child article {
    padding-left: 0;
  }

  .sun-num {
    margin: 10px 0;
  }

  .contactForm .inner-cont {
    padding-left: 0;
  }

  .field input,
  .field select,
  .field .custom-file-label {
    height: 40px;
  }

  .field textarea {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .bannerConfig .bannerDetails {
    display: none;
  }

  .plazaSection .swiper-horizontal>.swiper-pagination-bullets,
  .plazaSection .swiper-pagination-bullets.swiper-pagination-horizontal,
  .plazaSection .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 11px;
  }
}

@media (max-width: 717px) {
  .header.fixed {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header.fixed+.menuContainer {
    padding-top: calc(1rem + 62px);
  }

  .landing {
    height: 640px;
  }

  .plazaSection .plazacontent {
    /* min-height: 200px; */
    padding: 2rem;
    /* height: 230px; */
  }

  .amenities-slide-text section h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .amenitiesContainer .amenBox figure figcaption {
    font-size: 13px;
    text-align: center;
  }
 
  .landing-location-container .row {
    margin-left: 0;
    margin-right: 0;
  }

  .location-map {
    /* padding-right: 5%; */
    /* margin-top: -60px; */
  }

  .location-map .elegant-btn-design {
    bottom: 30px;
  }

  .location-advantages {
    /* padding: 0; */
  }

  .location-advantages ul {
    height: auto;
  }

  .location-advantages ul li {
    width: 100%;
    padding: 5px 0;
  }

  /* .location-advantages ul li:nth-child(odd) {
    padding-right: 5px;
  } */

  /* .location-advantages ul li:nth-child(even) {
    padding-left: 5px;
  } */

  .location-advantages ul li:nth-child(2) {
    padding-top: 0;
  }

  .location-advantages ul li:nth-last-child(2) {
    padding-bottom: 0;
  }

  .footer-logo {
    display: none;
  }

  .footSocial {
    margin: 2rem 0;
  }



  .inside-banner {
    margin-top: 8rem;
    padding-top: 3rem;
  }

  .page-title h1 {
    font-size: 3.5rem;
  }

  .page-title h4 {
    font-size: 1.2rem;
  }

  .celebration-wrapper .celeb-content section>h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .fp-container .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .fpbox {
    padding: 5px;
  }

  .fpbox figure h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .location-map.location-inside {
    margin-bottom: 3rem;
    margin-top: 0;
  }

  .location-map.location-inside img {
    width: 100%;
    object-position: center;
  }

  .foot-print {
    margin-top: 2rem;
  }

  .contactBox {
    margin-bottom: 2rem;
  }

  .contactBox:last-child {
    margin-bottom: 0;
  }

  .contactBox section h5 {
    margin-bottom: 15px;
  }

  /* .amenitiesSliderContainer {
    margin-top: 3rem;
  } */

  .bannerText img {
    width: 40px;
  }

  .banner-footer h4 {
    font-size: 16px;
  }
}

@media (max-height: 480px) {
  .menu-modal {
    height: 135%;
  }
}

@media (max-width: 575px) {
  .fixed-form .form-group {
    margin-bottom: 10px;
  }

  .footer .qrsmbox {
    margin-top: 13px;
    width: 33%;
  }

  .footer {
    padding-bottom: 3rem;
  }

  .footer .qrbox {
    max-width: 40px;
  }

  .footer .qrInner {
    padding: 0.3rem 0;
    justify-content: center;
  }

  .balconySec .balconySec-inner-content .innerBox {
    width: 100%;
  }

  .balconySec .balconySec-inner-content .innerBox p {
    text-align: justify;
  }

  .amenitiesContainer .amenBox {
    width: 47%;
    padding: 5px;
  }

  .plazaSection .plazacontent {
    padding: 2rem;
    /* height: 250px; */
  }

  .residencesm {
    background-color: #fff;
  }

  .residencesm p {
    letter-spacing: 1px;
  }

  .residencesm p {
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px !important;
    padding: 6px !important;
  }

  .residencesm p:nth-last-child(1) {
    padding: 6px !important;
    border: none;
  }

  .fixed-form.fixed .innerform {
    text-align: center;
  }

  .fixed-form.fixed .formFooter button {
    margin: 0 auto;
  }

}

@media (max-width: 568px) {
  .heading {
    margin-bottom: 20px;
  }

  .footerBox ul li {
    margin: 0 5px;
  }

  .footerBox ul li a {
    padding: 10px 12px;
  }

  .footerBottom .rera p {
    padding: 0 6px;
  }

  .gallery-ph2 .galBox {
    width: 60%;
  }

  .c502-slider {
    margin-bottom: 5px;
  }

  .c502-slider .big-gallery-title {
    top: 15px;
  }

  .c502-slider .big-gallery-title h4 {
    letter-spacing: 5px;
    font-size: 14px;
    text-transform: uppercase;
  }

  .gallery-ph1 .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .galBox-ph1.col-sm-6 {
    width: 50%;
    margin: 5px 0;
    padding: 0 5px;
  }

  .flat-controls {
    bottom: 15px;
  }

  .sun-num {
    width: calc(100% / 3);
  }

  .sun-num section h2 span {
    font-size: 100%;
  }

  .sun-more-projects .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .more-projectBox {
    width: 50%;
    padding: 0 10px;
  }

  .contactBox {
    width: 50%;
  }

  .con-map {
    margin-bottom: 2rem;
  }

  .con-map .inner-map {
    height: 330px;
  }
}

@media (max-width: 512px) {
  .footerBox ul {
    flex-wrap: wrap;
  }

  .footerBox ul li {
    width: 50%;
    padding: 5px;
    margin: 0;
  }

  .footerBottom .rera {
    flex-direction: column;
    padding: 15px 0;
    border: solid rgb(255 255 255 / 10%);
    border-width: 1px 0;
  }

  .footerBottom .rera p {
    padding: 7px 0;
    border-right: 0;
    text-align: center !important;
  }

  .balconySec .balconySec-inner-content .innerBox h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }

  .celeb-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contactBox {
    width: 100%;
    text-align: center;
  }

  .contactBox p {
    text-align: center;
  }

  .contactBox section .con-links li a {
    justify-content: center;
  }

.ameniboxPageBtm {
    margin-top: 1.5rem;
}

  .fixed-form .form-group {
    margin-bottom: 10px;
  }

  .bannerConfig .inner .h1 {
    font-weight: 700;
    font-size: 1.5rem;
  }

  .bannerConfig .inner {
    padding: 1rem;
  }

  .bannerConfig {
    left: 2rem;
  }

  .elegant-btn-design.center {
    left: calc(50% - 52px);
    margin-top: 0.6rem;
  }

  .grid-gallery-section {
    display: flex;
    flex-wrap: wrap;
  }

  .amenitiesContaineroverview .amenBox {
    width: 50% !important;
    background: #fff;
    color: #000;
  }

  .amenitiesContainer .amenBox figure figcaption {
    text-align: center;
  }

  button.close {
    right: -2px;
  }

  .overviewpp {
    text-align: center;
  }




  .footer p {
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
  }
}

@media (max-width: 480px) {
  .plazaSection .plazacontent {
    padding: 1.5rem 1rem 2.5rem;
    text-align: center;
    /* min-height: 270px; */
  }
      .plazaSection .plazacontent h3{
        text-align: center;
      }
  
}

.m_social_btn {
  display: none;
}



@media (max-width: 425px) {
  .header {
    padding: 0px;
  }

  .header .navi,
  .header .topDetails {
    width: auto !important;
  }

  .navi ul li {
    margin-right: 0;
  }

  .menuBtn,
  .m_social_btn {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 1px var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menuBtn {
    font-size: 8px;
  }

  .menuBtn div {
    padding-right: 0;
  }

  .menuBtn div i {
    display: none;
  }

  .menuBtn .bars {
    width: 15px;
    height: 1px;
    position: relative;
    background-color: #fff;
  }

  .menuBtn .bars::before,
  .menuBtn .bars::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }

  .menuBtn .bars::before {
    top: -3px;
  }

  .menuBtn .bars::after {
    bottom: -3px;
  }

  .topDetails {
    position: relative;
  }

  .balconySec .balconySec-inner-content .innerBox h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .topDetails ul {
    display: none;
    position: absolute;
    margin-top: 7px;
  }

  .plazaSection .plazacontent {
    /* min-height: 300px; */
  }

  .topDetails ul li {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .header.fixed .callBtn a {
    background-color: #fff;
    color: var(--darkblue);
  }

  .m_social_btn {
    display: flex;
  }

  .m_social_btn i.arrow-down {
    position: static;
    margin-bottom: 2px;
  }

  .callBtn,
  .socialBtn {
    width: 30px;
    height: 30px;
  }

  .callBtn a,
  .socialBtn,
  .socialBtn ol li a,
  .enqBtn a div {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .enqBtn a div {
    padding: 0;
    text-align: center;
    line-height: 30px;
  }

  .topDetails ul li a {
    font-size: 10px;
  }

  .header.fixed .topDetails ul li a {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }

  .menu-modal {
    width: 80%;
  }

  .menu-modal .bigMenu {
    margin: 3rem 0 2rem;
  }

  .menu-modal .bigMenu ul li a {
    font-size: 1.8rem;
  }

  .smallMenu {
    margin-bottom: 15px;
  }

  .landing {
    height: 640px;
  }

  .landing-img,
  .landing-img img {
    height: 100%;
    object-fit: cover;
  }

  #scroll-to-next,
  .stoneBox {
    display: none;
  }

  .landing-intro-content {
    text-align: left;
    left: 5%;
  }

  .landing-intro-content h1 {
    font-size: 3rem;
  }

  .landing-text-area h3 {
    font-size: 17px;
    margin-bottom: 2rem;
  }

  .landing-gallery {
    padding-top: 0;
  }

  .gallerySlider .galleryImgBox {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .absolute-text.text-center {
    padding: 0 5%;
  }

  .absolute-text {
    top: 40%;
  }

  .absolute-text h2 {
    font-size: 2rem;
  }

  .absolute-text p {
    letter-spacing: normal;
  }

  .welcome-jaipur-container {
    /* height: 300px; */
  }

  .welcome-image,
  .welcome-image img {
    height: 100%;
    object-fit: cover;
  }

  .welcome-text h2 {
    font-size: 1.6rem;
  }

  .heading h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .readmore a,
  .readmore button,
  p {
    font-size: 15px;
  }





  /* ameniboxPageBtm */
  /* .ameniboxPageBtm {
    padding: 4rem 0;
  } */

  /* balconySec */
  .amenities-slide-text {
    padding-top: 2rem;
  }

  .amenities-slide-text section {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .amenities-slide-text section h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .amenitiesSliderContainer .num {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 45vh;
  }

  .amenities-controls {
    left: 5%;
  }

  .amenitiesContainer .amenBox {
    width: 47%;
    padding: 5px;
  }

  .amenitiesContainer .amenBox figure {
   gap: 10px;
  }

  .amenitiesContainer .amenBox figure .img-fluid {
    margin-bottom: 0;
    margin-right: 15px;
    flex-basis: 30px;
    max-width: 30px;
  }

  .location-map {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .location-map img {
    /* transform: scale(1.3); */
  }

  .location-map .elegant-btn-design {
    bottom: 0;
  }

  .quote-mark i {
    font-size: 20vw;
  }

  .speaks-slide {
    padding: 0;
  }

  .speaks-text .speaker {
    width: 70px;
    margin-bottom: 20px;
  }

  .speaks-text h5 {
    letter-spacing: normal;
    font-size: 14px;
  }

  .speaker-name {
    padding: 0 60px;
  }

  .speaks-controls {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .inside-banner {
    margin-top: 6rem;
    padding-top: 2.5rem;
  }

  .page-title h1 {
    font-size: 2.5rem;
    letter-spacing: normal;
  }

  .heading h4 {
    font-size: 1.2rem;
  }

  .celebration-wrapper {
    margin-bottom: 3rem;
  }

  .gallery-ph2 .galBox {
    width: 70%;
  }

  .page-title h4,
  .heading h5 {
    font-size: 1rem;
  }

  .c502-slider .num {
    left: auto;
    right: 20px;
  }

  .c502-slider .carousel-item img {
    height: 300px;
  }

  .galBox-ph1.col-sm-6 {
    width: 100%;
    margin: 10px 0;
  }

  .location-map.location-inside img {
    transform: none;
  }

  .more-projectBox p {
    padding-top: 5px;
  }

  .padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .readmore .h4 {
    font-size: 1rem;
    display: flex;
    gap: 5px;
  }

  .fpBox {
    margin-top: 1rem;
  }

  .bannerConfig .inner {
    width: 50%;
  }

  /* .fixed-form.fixed .innerform {
    padding: 0 10px;
  } */

  .corp-video .elegant-btn-design.center {
    left: calc(50% - 90px);
    margin-top: 2rem;
  }



  .bannerConfig {
    max-width: 80%;
    left: 10%;
  }
}

@media (max-width: 375px) {
  /* .p-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  } */

  p {
    text-align: justify;
  }

  .modal-top-menu ul li a {
    font-size: 9px;
  }

  .landing-intro-content {
    bottom: 6.5vh;
    margin-bottom: 0;
  }

  .landing-intro-content h1 {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .landing-bg-strip {
    height: 9vh;
  }

  .landing-text-area h3 {
    font-size: 15px;
    text-align: justify;
  }

  .plazaSection .plazacontent {
    /* min-height: 320px; */
  }


  .absolute-text p {
    text-align: center;
  }

  .gallerySlider .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .gallerySlider .galleryImgBox {
    padding-right: 8px;
    padding-left: 8px;
  }

  .gallerySlider .galleryImgBox .caption {
    font-size: 8px;
    right: 17px;
    bottom: 5px;
  }

  .amenitiesSliderContainer .num .slide-index,
  .c502-slider .num .slide-index {
    font-size: 2rem;
    transform: translate(-10px, -10px);
  }

  .welcome-text h2 {
    font-size: 20px;
  }

  .heading h2 {
    font-size: 18px;
  }

  .amenities-slide-text section h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .location-advantages ul li {
    width: 100%;
  }

  .location-advantages ul li:nth-child(1) {
    padding-top: 0px;
  }

  .location-advantages ul li:nth-child(2) {
    padding-top: 5px;
  }

  .location-advantages ul li:nth-last-child(2) {
    padding-bottom: 5px;
  }

  .location-advantages ul li:nth-last-child(0) {
    padding-bottom: 0px;
  }

  .location-advantages ul li:nth-child(odd) {
    padding-right: 0px;
  }

  .location-advantages ul li:nth-child(even) {
    padding-left: 0px;
  }

  .elegant-btn-design {
    width: 70px;
    height: 70px;
  }

  .elegant-btn-design.sm-btn-design {
    width: 35px;
    height: 35px;
  }

  .elegant-btn-design.sm-btn-design a {
    font-size: 14px;
  }

  .speaks-text .speaker-name p,
  .footerBottom .rera p {
    text-align: center;
  }

  .heading h4 {
    font-size: 18px;
  }

  .gallery-ph2 .galBox {
    width: 80%;
  }

  .c502-slider .carousel-item img {
    height: auto;
  }

  .sun-num {
    width: 50%;
  }

  .sun-num section p {
    text-align: center;
  }

  .location-map.location-inside~.location-advantages ul {
    height: auto;
  }
}

@media (max-width: 360px) {
  .menu-modal .bigMenu ul li a {
    font-size: 1.6rem;
  }

  .amenitiesSliderContainer .num,
  .c502-slider .num {
    top: 40px;
  }

  .more-projectBox {
    width: 100%;
  }

  .more-projectBox p {
    text-align: left;
  }

  .readmore a,
  .readmore button {
    /* min-width: 120px; */
  }
}

@media (max-width: 320px) {
  .menu-modal .bigMenu {
    margin-top: 2rem;
  }

  .menu-modal .bigMenu ul li a {
    font-size: 1.5rem;
  }

  .landing-text-area h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .absolute-text h2 {
    font-size: 1.5rem;
  }

  .footerBox ul li a {
    padding: 10px;
  }
}

@media (max-height: 375px) {

  .header .navi,
  .header .topDetails {
    width: calc(50% - 50px);
  }

  .header.fixed .navi,
  .header.fixed .topDetails {
    width: calc(50% - 35px);
  }

  .menu-modal {
    height: 150%;
  }

  .footer-area {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footSocial {
    margin: 2rem 0;
  }
}

.section-link {
        top: -70px;
        height: 70px;
    }
    .section {
    margin: 0vw auto;
    padding: 30px 40px;
    position: relative;
}
    .vsv-img {
        width: 100%;
        
    }
   
        .vsv-text-bk {
        position: absolute;
        display: none;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .vsv-text-bg {
        display: block;
        background-color: rgba(0, 0, 0, .5);
        color: #fff;
        text-shadow: 0 1px 2px #000;
        font-size: 1.8vw;
        padding: 1vw 0;
        text-align: center;
    }
    .vsv-icon {
        display: inline-block;
        width: 5vw;
        height: 5vw;
        background-color: #fff;
        mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
    }
    .vsv-img:hover .h1 {
    font-size: 2vw;
}
 .vsv-img:hover .p {
    font-size: 20px;
}
.vsv-img:hover .vsv-icon {
    width: 7vw;
    height: 7vw;
    animation: .3s linear vsvicon;
}
.vsv-img:hover .vsv-text-bk {
   display: block;
}
    .vsv-icon, .vsv-img .h1, .vsv-text-bg, .p {
        transition: .3s ease-in-out;
    }

@keyframes vsvicon {
  0% {
    height: 5vw;
  }
  100% {
    height: 7vw;
  }
}
@media (max-height: 320px) {}




/* Background section */
.property-search {
  padding: 40px 50px;
  background: url('your-image.jpg') no-repeat center/cover;
  position:absolute;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 100%;
  align-items: center;
  
}
.button-video{
  padding: 10px 20px;
  
  border: 1px solid #fff;
  background: transparent;
  color: #fff !important;
  cursor: pointer;
  transition: 0.3s;
}
.button-video a{
color: #fff !important;
}
.search-btn{
 width: 150px !important;
    height: auto !important;
    padding: 10px !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 50px !important;
}
/* Main container */
.search-container {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  width: 100%;
      background: rgb(0 0 0 / 76%);
  backdrop-filter: blur(0px);

}

/* Form groups */
.form-group {
  display: flex;
  flex-direction: column;
  min-width: 160px;
  flex: 1;
}

.form-group label {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}

/* Select styling */
.form-group select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  color: #fff;
  padding: 6px 0;
  font-size: 14px;
  outline: none;
  width: 100%;
}

/* Price row (2 selects inline) */
.price-row {
  display: flex;
  gap: 10px;
}

/* Button */
.form-btn {
  display: flex;
  align-items: center;
  width: 150px;
}
.form-control{
  background-color: #00000000 !important;
}
.form-btn button {
  padding: 12px 20px;
  border-radius: 25px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.form-btn button:hover {
  background: #fff;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .search-container {
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
  }

  .form-btn {
    width: 100%;
  }

  .form-btn button {
    width: 100%;
  }
}
.overlay-bg{
  position: relative;
}
.overlay-bg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  
 
}
/* Floating vertical bar */
.floating-bar {
  position: fixed;
  right: 0;
  top: 90%;
  transform: translateY(-50%);
  z-index: 9999;
gap: 3px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

/* Each button */
.floating-bar .btn {

  display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 23px 0px 0px 20px !important;
   color: #fff;
    background-color: #00000029;
    font-size: 14px;
    text-decoration: none;
}

/* Colors */
.floating-bar .call {
  width: 35px;
    height: 25px;
    
   
    
}

.floating-bar .whatsapp {
   width: 40px;
    height: 25px; /* whatsapp green */
}

.floating-bar .mail {
   width: 42px;
    height: 25px; /* dark */
}


/* Hover effect */
.floating-bar .btn:hover {
  transform: translateX(-5px);
}


/* Tabs */
.tabs {
  display: flex;
  gap: 40px;
 
  align-items: center;
  justify-content: center;
}

.tab {
  background: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
  opacity: 1;
  width: 33.33%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suite{
  padding: 20px 40px;
  flex-direction: column;
  color: #fff;
  
}
#amenities{
padding : 3rem 0px;
}
@media (max-width: 768px){
  .suite{
    font-size: 12px;
  }
  .estate{
    font-size: 12px;
  }
  .mansion{
    font-size: 12px;
}
.tab {
  padding: 2px;
}
#amenities{
  padding: 1rem 0px;
}
}

.estate{
  padding: 20px 40px;
  flex-direction: column;
   color: #fff;
}
.mansion{
   padding: 20px 40px;
  flex-direction: column;
   color: #fff;
}
.tab.active {
  opacity: 1;
  
}
.flt-icon{
width: 54px;
    height: 54px;
    stroke: #fff;
    stroke-width: .75;
    fill: none;
    transition: all .4s var(--fe);
}
.suite:hover{
  background-color: #1b365d;
  color: #fff;
  
}
.tab.active .suite{
  background-color: #1b365d;
  color: #fff;
  }
  .tab.active .suite .flt-icon{
    stroke: #fff;
  }
.suite:hover .flt-icon{
  
  stroke: #fff;
  
}
.tab.active .mansion{
  background-color: #d86018;
  color: #fff;
  
}.tab.active .mansion .flt-icon{
  stroke: #fff;
}
.mansion:hover{
  background-color: #d86018;
  color: #fff;
}
.mansion:hover .flt-icon{
  stroke: #fff;
}
.tab.active .estate{
  background-color: #3f2021;
  color: #fff;
  
}.tab.active .estate .flt-icon{
  stroke: #fff;
}
.estate:hover{
  background-color: #3f2021;
  color: #fff;
  
}
.estate:hover .flt-icon{
  
  stroke: #fff;
  
}
/* Content */
.tab-content {
  display: none;
  
  margin-top: 30px;
}

.tab-content.active {
  display: block;
}

/* Swiper */




/* footer-section */
.footer-section {
  padding: 20px 20px;
  background: #1a1814;
  text-align: center;
  color:#fff;
  margin-top:5px;
}

/* Top Layout */
/* .footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 1100px;
  margin: auto;
  flex-wrap: wrap;
}
.footer-img{

} */
.footer-img img {
  max-width: 300px;
}

/* Content */
.footer-content {
  
  text-align: left;
}
.footer-content .direction{
color:#a8842c ;
text-decoration: underline;
}
.footer-content p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 768px){
  .footer-content {
    width: 100%;
    text-align: center;
  }
  .footer-img {
   width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
  }
  .footer-content p{
    text-align: center;
  }
  .footer-section {
    padding: 20px 10px;
    
  }
  .disclaimer p{
   text-align: justify;
  }
  
  .welcome-text {
margin-top: 20px;
margin-left: 0px;
text-align: center;
  }
}

/* Button */
.enquire-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #a8842c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}

.enquire-btn:hover {
  background: #d39936;
  color: #fff;
}

/* Project Section */
.project-by {
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.project-by p {
  margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 2px;
}

.project-by img {
  max-width: 200px;
  margin: 10px 0;
}

.links {
  font-size: 13px;
}

.links a {
  color: #fff;
  text-decoration: none;
}

/* Divider */
.divider {
  margin: 10px auto;
  width: 90%;
  height: 1px;
  background: #fff;
}

/* Disclaimer */
.disclaimer {
  max-width: 1100px;
  margin: auto;
}

.disclaimer p {
  font-size: 10px;
  color: #fff;
  
  margin: 0px;
}
/* gallery slider */


.slider-heading {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.custom-slider {
color: #fff;
}
.custom-slider .swiper-slide p {
  color: #fff;
}
.custom-slider h6{
  font-size: 14px;
}

.slide-info {
  margin-bottom: 20px;
}

/* Slider */
.custom-slider .swiper {
 
}

.custom-slider .swiper-slide img {
  width: 100%;
  border-radius: 0px;
}

/* Bottom layout */
.custom-slider .slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* LEFT custom dots */
.custom-pagination {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .custom-pagination{
    width: 50%;
  }
  .tabs{
    gap: 2px;
  }
}
.flt-dot {
  width: 24px;
  height: 2px;
  background: #ddd;
  cursor: pointer;
  transition: all .3s;
}

.flt-dot.active {
  width: 40px;
  background: #000;
}

/* RIGHT arrows */
.nav-arrows {
  display: flex;
  gap: 10px;
  position: relative;
      padding: 19px 63px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 30px;
  background: #000;
  border-radius: 50px;
  color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 14px;
}


.luxury-signup {
    background-size: cover; 
    background-position: center;
    min-height: 550px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 20px;
    
}
@media (max-width: 576px){
    .luxury-signup {
        background-position: left;
    }
}
h1 {
    font-family: "Arya", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 40px;
    line-height: 1.4;
    text-transform: uppercase;
}

/* Input Row Layout */
.luxury-signup .input-group {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

/* Glassmorphism Inputs */
.luxury-signup input[type="text"],
.luxury-signup input[type="tel"],
.luxury-signup input[type="email"] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 15px 30px;
    color: white;
    width: 200px;
    font-size: 1rem;
    outline: none;
}

.luxury-signup input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.luxury-signup select {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
   
    padding: 15px 30px;
    color: white;
    width: 200px;
    font-size: 1rem;
    outline: none;
    appearance: none; /* remove default arrow */
}
.luxury-signup select option {
    color: black;
}
/* Sign Up Button */
.luxury-signup button {
    background-color: #f8f5f2;
    color: #333;
    border: none;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.luxury-signup button:hover {
    background-color: #ffffff;
}

/* Disclaimer Text */
.luxury-signup .disclaimer-sing-up{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 850px;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
    color: #fff;
}

.luxury-signup .disclaimer input {
    margin-top: 3px;
    cursor: pointer;
}

.luxury-signup .disclaimer u {
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .luxury-signup h1 { font-size: 23px; }
    .luxury-signup input[type="text"],.luxury-signup input[type="tel"], .luxury-signup input[type="email"] { width: 100%;         border-radius: 0px;
        margin-bottom: 10px;}
    .luxury-signup .input-group { flex-direction: column; gap: 10px;}
    .luxury-signup button{
      border-radius: 50px !important;
    }
    .luxury-signup select{
      width: 100%;
      border-radius: 0px;
    }
}
.img-full-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-full-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 section#sitevisit {
    padding: 4rem 0px !important;
}
@media (max-width: 768px) {
    section#sitevisit {
        padding: 2rem 0px !important;
    }
}

.d-block iframe{
    width: 100%;
    height: 500px;
}
@media (max-width: 768px) {
    .d-block iframe{
                width: 100%;
        height: 660px;
        object-fit: cover;
    }
}
.about-vibrant{
  padding: 50px 0px;
}
.about-vibrant .image-grid{
   display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.about-vibrant .image-grid .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-vibrant  .text-content {
   max-width: 1290px;
    margin: 0 auto;
    padding: 0px 60px;
   text-align: center;
}
.about-vibrant  .text-content p{
  text-align: justify;
}
.return-to-home-icon {
    position: fixed;
    right:4.5%;
    top:6.5%;
    /* transform: translateY(-50%); */
    z-index: 9999;
    gap: 3px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.return-to-home-icon img{
    width: 40px;
 }
 @media (max-width: 2620px){
  .return-to-home-icon{
     top:6.5%;
  }
 }
 @media (max-width: 1520px){
  .return-to-home-icon{
     top:9.5%;
  }
 }
@media (max-width: 768px) {
    .about-vibrant .image-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .about-vibrant{
      padding: 30px 0px;
      }
      .about-vibrant  .text-content {
   padding: 0px 10px;
    text-align: center;
   }
   .about-vibrant  .text-content p{
    text-align: justify;
   }
   .return-to-home-icon{
    right: 3px;
    top: 8%;
   }
   .plazacontent .height-min{
   height: 300px;
   }
   .height-min{
    min-height: 300px;
   }
   .features-grid{
    grid-template-columns: repeat(2, 1fr);
   }
}
@media (max-width: 350px){
   .height-min{
    min-height: 400px;
   }

}

.img-zoom-wrap {
  transition: transform 0.4s ease;
  width: 100%;
  display: block;
}

.img-zoom-wrap:hover {
  transform: scale(1.1);
}

.features{background:#efe7d8 ;position:relative}
  .features::before{
    content:'';position:absolute;top:0;left:0;right:0;height:1px;
    background:linear-gradient(90deg,transparent,#d8cdb8 30%,#d8cdb8 70%,transparent);
  }
  .features-head{text-align:center;max-width:680px;margin:0 auto 80px}
  .features h2{font-size:clamp(2.4rem,4.5vw,3.6rem);margin:18px 0 20px}
  .features-grid{
     display:grid;
     /* grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); */
     grid-template-columns: repeat(5, 1fr);
    gap:0;
    border-top:1px solid #d8cdb8;
    border-left:1px solid #d8cdb8;
  }
  
  .feature{
    padding:48px 32px;
    text-align:center;
    border-right:1px solid  #d8cdb8;
    border-bottom:1px solid #d8cdb8;
    transition:background .3s;
  }
  .feature:hover{background:rgba(168,133,74,.06)}
  .feature-icon img{
    width:70px;
    
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#7a5e2f;
  }
  
  .feature-label{
   font-size: 20px;
   line-height:1.35;
    color:#1a1814;font-weight:500;
  }
  @media (max-width: 768px){
    .features-grid{
      grid-template-columns: repeat(2, 1fr);
    }
    .feature-label{
      font-size: 14px;
    }
    .feature-icon img{
      width: 50px;
    }
    .feature{
      padding: 20px 15px;
    }
    .features h2 {
      font-size: 24px;
      margin: 10px 0 5px;
    }
  }
.enquire{
  background:#1a1814;
  color:#f6f1e8;
  text-align:center;
  position:relative;
  overflow:hidden
}

.enquire::before{
 content:url('../images/favicon.png');
  position:absolute;
  font-family:'Cormorant Garamond', 'Times New Roman', serif;
  /* font-size:54vw; */
  color:rgba(168,133,74,.04);
  bottom:0%;
  top:auto;
  left:50%;
  transform:translate(-50%,0%);
  font-weight:300;
  line-height:1;
  pointer-events:none;
  font-style:italic;
}

.enquire-inner{
  position:relative;
  max-width:640px;
  margin:0 auto
}

.enquire h2{
  font-size:clamp(2.4rem,5vw,4rem);
  margin:18px 0 20px;
  color:#f6f1e8
}

.enquire p{
  color:rgba(246,241,232,.75);
  margin-bottom:40px;
  font-size:1.05rem
}

.enquire .eyebrow{
  color:#a8854a
}

form{
  display:grid;
  gap:16px;
  text-align:left
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}

@media(max-width:768px){
  .form-row{
    grid-template-columns:1fr
  }
  .enquire{
    padding: 30px 20px;
  }
}

.field{
  background:transparent;
  border:none;
  border-bottom:1px solid rgba(216,205,184,.3);
  padding:14px 4px;
  color:#f6f1e8;
  font-family:'Inter Tight', system-ui, sans-serif;
  font-size:.95rem;
  transition:border-color .25s;
}

.field:focus{
  outline:none;
  border-bottom-color:#a8854a
}

.field::placeholder{
  color:rgba(246,241,232,.5)
}

select.field{
  appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23a8854a' d='M5 6L0 0h10z'/></svg>");
  background-repeat:no-repeat;
  background-position:right 6px center
}

select.field option{
  background:#1a1814;
  color:#f6f1e8
}
form .btn:hover{
  background: #7a5e2f;
    border-color: #7a5e2f;

}
form .btn{
  justify-self:start;
  margin-top:14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 999px;
    font-size: .78rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .25s;
    cursor: pointer;
    background: #a8854a;
    color: #f6f1e8;
    border: 1px solid #a8854a;
}
.floar-gallery .swiper-wrapper .swiper-slide{
background-color: rgba(246,241,232,.04);
}

.form-floating input::placeholder,
               textarea::placeholder{
                  color:#000 !important;
                  opacity:1;
               }
.message-us-btn{
  
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 20px 0px 20px 20px;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    width: 119px;
    

   opacity:0;
   visibility:hidden;

   transform:translateX(100px);

   transition:0.5s ease;
}
.message-us-btn:hover{
  color:#000;
}
/* SHOW EFFECT */

.message-us-btn.show{
   opacity:1;
   visibility:visible;
   transform:translateX(0);
}