@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: BeautiqueDisplayCondensed-Regular;
  src: url("../assets/fonts/Beautique/BeautiqueDisplayCondensed-Regular-BF63fd5fb2e0eb4.otf");
}

@font-face {
  font-family: Metropolis-Regular;
  src: url("../assets/fonts/metropolis/Metropolis-Regular.otf");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --light: #F7F3EC;
  --dark: #4D2F38;
  --Lato: "Lato", sans-serif;
  --Montserrat: "Montserrat", sans-serif;
  --beautiq: BeautiqueDisplayCondensed-Regular;
  --metro: Metropolis-Regular;
  --radius-1: 16px;
  --radius-full: 100px;
  --primary: #D9C08F;
  --secondary: #4D2F38;
  --text-color: #4D2F38;
  --maroon: #4D2F38;
  --gold: #D9C08F;
  --offwhite: #F7F3EC;
}

html {
  font-size: 16px !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  padding-right: 0px !important;
  font-family: var(--metro);
  background-color: var(--offwhite);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
}

.toggle-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--dark-blue);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  position: fixed;
  bottom: 0%;
  right: 1.25%;
  color: var(--light);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.high_box {
    padding-top: 20px;
}
.toggle-up.show {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
button.btnPrimary .txt {
    font-size: 14px !important;
}
.toggle-up i {
  font-size: 1.15rem;
}

.Capitalisation{
  text-transform: uppercase;
}

/* form loader css */

.form-loader-div {
  display: none;
}

.form-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: auto;
  border: 3px solid #b5acac;
  border-right-color: var(--light);
  -webkit-animation: l2 0.35s infinite linear;
  animation: l2 0.35s infinite linear;
}

@-webkit-keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/* form loader css */

.compensate-for-scrollbar {
  margin-right: 0px !important;
}

img,
video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.no-wrap {
  text-wrap: nowrap;
}

.cursor {
  cursor: pointer;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-0 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mirror {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.letter-spacing {
  letter-spacing: 1.05px;
}

.text-shadow {
  text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3);
}

.w-content {
  width: fit-content;
}


.header-container {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 11;
  background: var(--maroon);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

header.scrolled {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: var(--maroon);
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 8rem;
  /* background: var(--light); */
  gap: 1rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.menu {
  display: none;
  width: 21px;
  cursor: pointer;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.logo-img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 12vw;
}

.logo2 {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 7rem;
}

.logo img,
.logo2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scrolled .logo-img {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 10rem;
}

.scrolled .logo2 {
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 4rem;
}

.navLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  gap: 3rem;
}

.navLinks .navLink {
  font-family: var(--metro);
  font-size: 16px;
  color: var(--light);
  display: block;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
}

.navLinks .navLink::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  border-radius: var(--radius-full);
  background-color: var(--primary-pink);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navLinks .navLink:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.line {
  width: 100%;
  height: 2px;
  margin: 2rem auto;
  background-color: rgb(163 163 163 / 25%);
}


.btnPrimary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-transform: capitalize;
  background: var(--gold);
  padding: 0.55rem 1.5rem;
  border: none;
  border-radius: var(--radius-full);
  cursor: pointer;
  font-weight: 500;
  font-size: 1 rem;
  position: relative;
  z-index: 1;
}

.btnPrimary .txt {
  font-family: var(--metro);
  font-weight: 600;
  font-size: 18px;
  color: var(--maroon);
}

.btnPrimary.light {
  color: var(--maroon);
}

.offcanvas {
  background: var(--maroon);
}

.offcanvas.offcanvas-end {
  width: 100%;
}

.offcanvas.offcanvas-end .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.offcanvas-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.offcanvas-close {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  -webkit-transform: translateY(4px) scale(0.95);
  -ms-transform: translateY(4px) scale(0.95);
  transform: translateY(4px) scale(0.95);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.offcanvas-close i {
  font-size: 2rem;
}

.offcanvas-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 1rem 0;
}

.offcanvas-links .line {
  margin: auto auto;
}

.offcanvas-link {
  font-family: var(--Montserrat);
  display: block;
  font-size: 3vw;
  color: var(--light);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 100%;
}

.offcanvas-logo .logo-img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 120px;
  max-width: 100%;
}

.banner_txt {
  position: absolute;
  left: 7%;
  top: 30%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 9;
  width: 40%;
}

.banner_head h2 {
  font-family: var(--beautiq);
  color: var(--light);
  font-size: 3.5vw;
  letter-spacing: 2.7px;
  margin-bottom: 0;
}

.banner_disc p {
  font-family: var(--metro);
  font-size: 21px;
  color: var(--light);
  margin-bottom: 0;
}

/* Mobile Banner */
.main-banner .carousel-item .mob-banner-overlay {
  display: none;
}
.footer-info-row.row {
    color: #fff;
}
.footer-rera-links {
    color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-banner .carousel-item {
    position: relative;
  }

  .main-banner .carousel-item .mob-banner-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
  }
}

.mob_banner_txt {
  position: absolute;
  left: 10%;
  top: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  z-index: 9;
  width: 70%;
}

.mob_banner_head h2 {
  font-family: var(--beautiq);
  color: var(--light);
  font-size: 32px;
  letter-spacing: 0.96px;
  margin-bottom: 0;
  line-height: 1.26;
}

.mob_banner_disc p {
  font-family: var(--metro);
  font-size: 10px;
  color: var(--light);
  margin-bottom: 0;
  line-height: 1.4;
}


/* Overview start */

.section-heading .section-title {
  font-family: var(--beautiq);
  font-size: 2vw;
  color: var(--primary);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section__over {
  width: 100%;
  padding: 5rem 0 1rem;
  position: relative;
}

.right {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
}

.left {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
}

.over_div {
  padding-right: 5rem;
}

.desc p {
  font-family: var(--metro);
  font-size: 18px;
  color: var(--text-color);
}

.dwnld_btn {
  width: fit-content;
  border-radius: 50px;
  background: var(--primary);
  padding: 10px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2.3rem;
}

.dwnld_btn span {
  font-family: var(--metro);
  font-weight: 600;
  font-size: 17px;
  color: var(--maroon);
}

.dwnld_btn img {
  width: 30px;
  height: 30px;
}

.high_div {
  padding-top: 5rem;
}

.brd_left {
  border-left: 1px solid rgba(95, 95, 95, 0.18);
  padding-left: 2rem;
  height: 100px;
}

.high_box h2 {
  font-family: var(--beautiq);
  font-size: 4.2vw;
  color: var(--primary);
}

.high_box p {
  font-family: var(--metro);
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 0;
}

/* Overview end */

/* Configuration start */

.sec_config .nav-tabs {
  border-bottom: 1px solid rgba(95, 95, 95, 0.18);
  width: fit-content;
  margin: 2.5rem auto 0;
}

.sec_config .nav-tabs .nav-link {
  font-family: var(--metro);
  font-weight: 500;
  font-size: 18px;
  color: var(--text-color);
  padding: 0.5rem 3.3rem;
}

.sec_config .nav-tabs .nav-item.show .nav-link,
.sec_config .nav-tabs .nav-link.active {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  border-color: transparent;
  border-bottom-color: var(--primary);
  background-color: transparent;
}

.sec_config .nav-tabs .nav-link:focus,
.sec_config .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom-color: var(--primary);
}

.flor_img {
  height: 100%;
}

.flor_img img {
  height: 100%;
}

.view_btn {
  width: fit-content;
  border-radius: 50px;
  background: var(--primary);
  padding: 7px 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.view_btn span {
  font-family: var(--metro);
  font-weight: 600;
  font-size: 17px;
  color: var(--maroon);
}

.view_btn img {
  width: 30px;
  height: 30px;
}

.bespoke-sky-section {
  text-align: center;
}

.bespoke-sky-img {
  border-radius: 16px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.bespoke-sky-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.bespoke-cta-btn {
  width: fit-content;
  border-radius: 50px;
  background: rgba(217, 192, 143, 0.92);
  padding: 10px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.bespoke-cta-btn:hover {
  background: rgba(217, 192, 143, 1);
  box-shadow: 0 4px 15px rgba(77, 47, 56, 0.25);
}

.bespoke-cta-btn span {
  font-family: var(--metro);
  font-weight: 600;
  font-size: 17px;
  color: var(--maroon);
  white-space: nowrap;
}

.bespoke-cta-btn img {
  width: 20px;
  height: 20px;
}

.config_form {
  border: 1px solid rgba(95, 95, 95, 0.15);
  background: var(--light);
  padding: 25px;
  height: 100%;
}

.config_form p {
  font-family: var(--metro);
  font-weight: 600;
  font-size: 18px;
  color: var(--primary);
}

/* Configuration end */

/* Investment Advantage start */

.invest-cards-row {
  justify-content: center;
}

.invest-card {
  background: var(--light);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(95, 95, 95, 0.1);
}

.invest-card-header {
  background: rgba(77, 47, 56, 0.08);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.invest-card-header img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(84%) sepia(21%) saturate(1024%) hue-rotate(337deg) brightness(101%) contrast(96%);
}

.invest-card-header span {
  font-family: var(--beautiq);
  font-weight: 700;
  font-size: 26px;
  color: var(--maroon);
}
.footer-info-row.row {
    color: #fff;
}
.invest-card-body {
  padding: 20px 25px;
}

.invest-card-item {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid rgba(95, 95, 95, 0.12);
}

.invest-card-item:last-child {
  border-bottom: none;
}

.invest-card-item p {
  margin: 0;
  font-family: var(--metro);
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.5;
}

.invest-card-item p strong {
  color: var(--primary);
  font-weight: 700;
}

/* Investment Advantage end */

/* Master start */

.section__master {
  width: 100%;
  position: relative;
  background: url(../assets/images/master/bg.webp) center top no-repeat;
  background-size: 100% 100%;
  padding: 5rem 0;
}

.section__kengeri::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(77, 47, 56, 0.55);
  z-index: 1;
}

.section__kengeri > .container {
  position: relative;
  z-index: 2;
}

.kengeri-slider {
  position: relative;
}

.kengeri-slides {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.kengeri-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.kengeri-slide.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.kengeri-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 450px;
}

.kengeri-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px;
  background: linear-gradient(to top, rgba(77, 47, 56, 0.9) 0%, rgba(77, 47, 56, 0) 100%);
  text-align: center;
}

.kengeri-slide-overlay h3 {
  font-family: var(--beautiq);
  font-size: 3.5vw;
  color: var(--gold);
  margin-bottom: 10px;
}

.kengeri-slide-overlay p {
  font-family: var(--metro);
  font-size: 1.15vw;
  color: rgba(247, 243, 236, 0.9);
  margin: 0;
  line-height: 1.8;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.kengeri-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.kengeri-nav:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.kengeri-nav img {
  width: 26px;
  height: 26px;
}

.kengeri-prev {
  left: -32px;
}

.kengeri-prev img {
  transform: rotate(-90deg);
}

.kengeri-next {
  right: -32px;
}

.kengeri-next img {
  transform: rotate(90deg);
}

/* Master End */

/* Designed for Tomorrow Start */

.section__tomorrow {
  width: 100%;
  padding: 5rem 0;
  background-color: var(--offwhite);
  overflow: hidden;
}

.section__tomorrow .section-title {
  font-family: var(--beautiq);
  font-size: 75px;
  letter-spacing: 2.25px;
  color: var(--primary);
}

.section__tomorrow .desc p {
  font-family: var(--metro);
  font-size: 25px;
  color: var(--text-color);
  line-height: 41px;
}

.tomorrow-slider {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.tomorrow-card {
  width: 100%;
}

.tomorrow-img {
  border-radius: 12px;
  overflow: hidden;
  height: 320px;
}

.tomorrow-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tomorrow-text {
  padding: 25px 0;
}

.tomorrow-text h4 {
  font-family: var(--beautiq);
  font-size: 30px;
  letter-spacing: 1.08px;
  color: var(--primary);
  margin-bottom: 8px;
  text-align: center;
}

.tomorrow-text p {
  font-family: var(--metro);
  font-size: 23px;
  line-height: 36px;
  color: var(--text-color);
  margin-bottom: 0;
}

.tomorrow-carousel .owl-nav {
  position: absolute;
  top: 140px;
  left: -20px;
  right: -20px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin: 0;
}

.tomorrow-carousel .owl-nav button.owl-prev,
.tomorrow-carousel .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  background: var(--primary) !important;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: opacity 0.25s ease;
}

.tomorrow-carousel .owl-nav button.owl-prev:hover,
.tomorrow-carousel .owl-nav button.owl-next:hover {
  opacity: 0.85;
}

.tomorrow-carousel .owl-nav button.owl-prev img,
.tomorrow-carousel .owl-nav button.owl-next img {
  width: 22px;
  height: 22px;
  filter: brightness(0);
}

.tomorrow-carousel .owl-nav button.owl-prev img {
  transform: rotate(-90deg);
}

.tomorrow-carousel .owl-nav button.owl-next img {
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .tomorrow-carousel .owl-nav {
    top: 110px;
    left: 0;
    right: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .tomorrow-carousel .owl-nav button.owl-prev,
  .tomorrow-carousel .owl-nav button.owl-next {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 767px) {
  .tomorrow-carousel .owl-nav {
    top: 90px;
  }
  .tomorrow-carousel .owl-nav button.owl-prev,
  .tomorrow-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
  .tomorrow-carousel .owl-nav button.owl-prev img,
  .tomorrow-carousel .owl-nav button.owl-next img {
    width: 16px;
    height: 16px;
  }
}

/* Designed for Tomorrow End */

/* Gallery start */

.section__gal {
  width: 100%;
  padding: 3rem 0;
  position: relative;
}

.gal_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5%;
}

.gal_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5%;
}

.section__gal .nav-tabs {
  border-bottom: none;
  width: fit-content;
  margin: 2.5rem auto 0;
}

.section__gal .nav-tabs .nav-link {
  font-family: var(--metro);
  font-weight: 500;
  font-size: 18px;
  color: var(--text-color);
  padding: 0.5rem 2rem;
  border-radius: 99px;
  border: 1px solid #5F5F5F;
  margin: 0 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.section__gal .nav-tabs .nav-item.show .nav-link,
.section__gal .nav-tabs .nav-link.active {
  color: var(--maroon);
  background-color: var(--gold);
}

.section__gal .nav-tabs .nav-link:focus,
.section__gal .nav-tabs .nav-link:hover {
  border-color: var(--primary);
}

.section__gal .nav-item .nav-link:not(.active) .icon img.active {
  display: none;
}

.section__gal .nav-item:has(.nav-link.active) .icon img {
  display: none;
}

.section__gal .nav-item:has(.nav-link.active) .icon img.active {
  display: block;
}

.gal-carousel .owl-item.active.center .gal_img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.gal-carousel .owl-item .gal_img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}

.gal-carousel .owl-nav {
  position: absolute;
  top: 45%;
  margin-top: unset !important;
  width: 100%;
}

.gal-carousel .owl-nav button {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.gal-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 23%;
}

.gal-carousel .owl-nav .owl-next {
  position: absolute;
  right: 23%;
}

.gal_text {
  width: fit-content;
  position: absolute;
  bottom: 5%;
  left: 38%;
  background-color: var(--light);
  border-radius: 999px;
  padding: 0.5rem 2rem;
}

.gal_text span {
  font-family: var(--metro);
  font-size: 20px;
  color: var(--text-color)
}

.ameni-carousel .owl-nav {
  position: absolute;
  top: 45%;
  margin-top: unset !important;
  width: 100%;
}

.ameni-carousel .owl-nav button {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.ameni-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -3%;
}

.ameni-carousel .owl-nav .owl-next {
  position: absolute;
  right: -3%;
}

/* Gallery end */

/* location start */

.section__loc {
  width: 100%;
  position: relative;
}

.loaction-img-wrap {
  height: 100%;
  min-height: 700px;
}

.loaction-img-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 700px;
  border: 0;
}

.location-text-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.loc-adv-card-text {
  font-family: var(--metro);
  font-size: 19px;
  color: var(--text-color);
  margin: 0;
}

/* location end */

/* Constrauction start */

.gallery-swiper-container {
  position: relative;
  margin: 3.5rem auto auto auto;
}

.gallery-swiper-container .swiper-nav .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallery-swiper-container .swiper-nav .swiper-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-disabled {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallery-swiper-container .swiper-nav .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-prev-2 {
  left: -25px;
}

.gallery-swiper-container .swiper-nav .swiper-button.swiper-button-next-2 {
  right: -2%;
}

.gallery-swiper-container .gallery-swiper .swiper-slide .gallery-img {
  border-radius: 9px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.gallery-swiper-container .gallery-swiper .swiper-slide .gallery-img img {
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-swiper .swiper-wrapper {
  margin: 0 0 2.5rem 0;
}

.swiper-scrollbar-drag {
  background: var(--primary) !important;
}

.const_txt {
  width: fit-content;
  background-color: var(--light);
  padding: 7px 18px;
  position: absolute;
  top: 10%;
  right: 0;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.const_txt span {
  font-family: var(--metro);
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color);
  text-align: center;
}

/* Construction end */

/* About start */

.section__about {
  width: 100%;
  position: relative;
  background: url(../assets/images/about/bg.webp) center no-repeat;
  background-size: cover;
  padding: 5rem 0 16rem;
}

/* About end */

/* Contact start*/

.section__contact {
  padding-top: 5rem;
}

.cust_container {
  border: 1px solid rgba(95, 95, 95, 0.15);
  background: var(--light);
  padding: 3rem 4rem;
}

.cont_box {
  width: 80%;
}

.cont_box .section-heading .section-title {
  font-size: 2.5vw;
}

.fixed-call-btn {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 9999;
  background: var(--maroon);
  color: var(--offwhite);
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 12px rgba(0,0,0,0.3);
  transition: background 0.2s, transform 0.2s;
  display: none;
}

.fixed-call-btn:hover {
  background: #3a2229;
  transform: scale(1.08);
}

.cont-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--maroon);
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.cont-phone-link:hover {
  opacity: 0.8;
  color: var(--maroon);
}

/* Contact End */

/* FAQ start */

.custom-accordion .accordion-item {
  border: none;
  border-radius: 0;
  margin: 20px 0px;
  border: 1px solid rgba(95, 95, 95, 0.50);
}

.custom-accordion .accordion-button {
  background-color: var(--offwhite);
  color: var(--text-color);
  font-family: var(--metro);
  font-weight: 500;
  font-size: 17px;
  padding: 20px 60px 20px 20px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

.custom-accordion .accordion-button:not(.collapsed) {
  border: 1px solid rgba(95, 95, 95, 0.18);
  border-bottom: none;
  background: var(--light);
  color: var(--primary);
}

.custom-accordion .accordion-button::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('../assets/images/icons/down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url('../assets/images/icons/up.svg') !important;
}

.custom-accordion .accordion-body {
  font-family: var(--metro);
  background-color: var(--light);
  padding: 0.75rem 1rem;
  color: var(--text-color);
  font-size: 16px;
}

.custom-accordion .accordion-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-accordion .accordion-body ul li {
  font-family: var(--metro);
  color: var(--text-color);
  font-size: 15px;
  padding: 0.5rem 0.85rem;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: rgba(77, 47, 56, 0.06);
  border-radius: 6px;
  margin-bottom: 6px;
}

.custom-accordion .accordion-body ul li:last-child {
  margin-bottom: 0;
}

.custom-accordion .accordion-body ul li .place {
  flex: 1;
  min-width: 0;
}

.custom-accordion .accordion-body ul li .time {
  white-space: nowrap;
  font-weight: 600;
  color: var(--primary);
  text-align: right;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.custom-accordion .accordion-body ul li .time-via {
  font-size: 11px;
  font-weight: 500;
  color: #888;
  margin-top: 2px;
  letter-spacing: 0.2px;
}

@media (max-width: 767px) {
  .custom-accordion .accordion-body ul li {
    font-size: 14px;
    padding: 0.45rem 0.7rem;
    gap: 8px;
  }
}

/* FAQ end */

/* Footer */
footer {
  padding: 1rem 0;
  background: var(--maroon);
}

.footer_logo img {
  width: 35%;
}

footer .disc p {
  font-family: var(--metro);
  color: var(--offwhite);
  font-size: 15px;
}

/* Footer */

.custom-input {
  padding: 0.75rem 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: unset;
  color: var(--text-color);
  font-weight: 400;
  letter-spacing: 1.438px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(95, 95, 95, 0.18);
  background: rgba(95, 95, 95, 0.05);
}

.custom-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(188, 32, 49, 0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 0px 2px var(--primary-pink);
  box-shadow: 0px 0px 0px 2px var(--primary-pink);
}

.custom-input::-webkit-input-placeholder {
  color: var(--text-color) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 1rem !important;
}

.custom-input::-moz-placeholder {
  color: var(--text-color) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 1rem !important;
}

.custom-input:-ms-input-placeholder {
  color: var(--text-color) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 1rem !important;
}

.custom-input::-ms-input-placeholder {
  color: var(--text-color) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 1rem !important;
}

.custom-input::placeholder {
  color: var(--text-color) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 1rem !important;
}

.form-check-label {
  font-size: 0.95rem;
}

.btn-submit-1 {
  width: fit-content;
  border-radius: 50px;
  background: var(--primary);
  padding: 7px 50px;
}

.btn-submit-1 .form-txt {
  font-family: var(--metro);
  font-weight: 600;
  font-size: 17px;
  color: var(--maroon);
}

.custom-modal-content {
  position: relative;
  z-index: 1;
  padding: 1.25rem 0.5rem 0.5rem 0.5rem;
  background: var(--offwhite);
  border: 2px solid var(--offwhite);
}

.custom-modal-content::before,
.custom-modal-content::after {
  position: absolute;
  content: "";
  width: 35%;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 25%;
  top: 0;
  z-index: -1;
  left: 0;
  background: url("../assets/images/layers/flower.svg") no-repeat center center/cover;
}

.custom-modal-content::after {
  right: 0;
  left: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  top: unset;
  z-index: -1;
  bottom: 0;
}

.modal-logo {
  width: 35%;
  max-width: 100%;
  margin: 3rem auto 1rem auto;
}

.modal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: 3%;
  width: 48px;
  height: 48px;
  right: 3%;
  cursor: pointer;
}

.modal-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


/* thank you css */

section.section-thankyou {
  height: 85vh;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thankyou-title {
  text-align: center;
  font-family: var(--Montserrat);
  margin: 0.35rem 0 0 0;
  font-weight: 500;
}

.thankyou-subtitle {
  text-align: center;
  font-family: var(--Montserrat);
  font-weight: 400;
  text-wrap: balance;
  opacity: 0.85;
  margin: 0.5rem 0 0 0;
}

.thankyou-content-img {
  width: 30%;
  margin: 0 auto;
}

.go_txt {
  font-size: 15px;
  color: #000;
  color: var(--light);
  background-color: var(--secondary) !important;
  border-radius: 3.125rem;
  font-family: var(--Montserrat);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  margin: 15px auto 0;
}

.amenity-disclaimer {
  font-family: var(--metro);
  font-size: 14px;
  font-style: italic;
  color: #777;
  letter-spacing: 0.2px;
}

.custom-carousel-arrow {
  width: 60px;
  opacity: 1;
  z-index: 5;
  display: none;
}

.custom-carousel-arrow .custom-carousel-arrow-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
}

.custom-carousel-arrow:hover .custom-carousel-arrow-icon {
  background: rgba(255, 255, 255, 0.35);
}

.custom-carousel-arrow img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.custom-carousel-arrow.carousel-control-prev img {
  transform: rotate(-90deg);
}

.custom-carousel-arrow.carousel-control-next img {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .custom-carousel-arrow {
    width: 44px;
  }
  .custom-carousel-arrow .custom-carousel-arrow-icon {
    width: 38px;
    height: 38px;
  }
  .custom-carousel-arrow img {
    width: 14px;
    height: 14px;
  }
}

.custom-carousel-indicators {
  bottom: 24px;
  margin-bottom: 0;
  z-index: 4;
  display: none;
}

.custom-carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55);
  border: 0;
  margin: 0 5px;
  opacity: 1;
  transition: all 0.3s ease;
}

.custom-carousel-indicators button.active {
  background-color: #ffffff;
  width: 28px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .custom-carousel-indicators {
    bottom: 14px;
  }
  .custom-carousel-indicators button {
    width: 8px;
    height: 8px;
  }
  .custom-carousel-indicators button.active {
    width: 22px;
  }
}

@media (max-width: 767px) {
  .amenity-disclaimer {
    font-size: 12px;
  }
}