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

@font-face {
  font-family: Futura;
  src: url("../assets/fonts/futura/Futura.ttc");
}

@font-face {
  font-family: Futura_Book;
  src: url("../assets/fonts/futura/Futura_Book.ttf");
}

@font-face {
  font-family: Futura_Book_Italic_font;
  src: url("../assets/fonts/futura/Futura_Book_Italic_font.ttf");
}

@font-face {
  font-family: Futura_Heavy;
  src: url("../assets/fonts/futura/Futura_Heavy.ttf");
}

@font-face {
  font-family: Futura_Heavy_font;
  src: url("../assets/fonts/futura/Futura_Heavy_font.ttf");
}

@font-face {
  font-family: futura_medium_bt;
  src: url("../assets/fonts/futura/futura_medium_bt.ttf");
}

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

:root {
  --light: #ffffff;
  --dark: #000;
  --primary: #4f1c1b;
  --primary-light: #6f4d2d;
  --Lato: "Lato", sans-serif;
  --Montserrat: "Montserrat", sans-serif;
  --Raleway: "Raleway", sans-serif;
  --Futura: Futura;
  --Futura_Book: Futura_Book;
  --Futura_Book_Italic_font: Futura_Book_Italic_font;
  --Futura_Heavy: Futura_Heavy;
  --Futura_Heavy_font: Futura_Heavy_font;
  --futura_medium_bt: futura_medium_bt;
  --radius-1: 8px;
  --radius-2: 16px;
  --radius-full: 100px;
  --secondary: rgba(25, 57, 41, 1);
  --text-color: rgba(26, 68, 39, 1);
  --linear-gradient: linear-gradient(
    270deg,
    #dfa84b 22.26%,
    #aa7027 62.47%,
    #986f42 86.09%
  );
  --white: #fff6e7;
  --brown: #6f4d2d;
}

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(--Futura);
}

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;
}

.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;
}

.toggle-up i {
  font-size: 1.15rem;
}

/* 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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem;
}

ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

/* li {
  list-style: none;
  text-decoration: none;
} */

a {
  text-decoration: none;
}

p {
  margin-bottom: 0rem;
}

.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;
}

.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);
}

.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);
}

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

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

.header-container.dropped {
  top: 0;
  width: 100vw;
  transition: all 0.4s ease;
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.822));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header-container.dropped .navLink {
  color: #fff !important;
}

header.scrolled {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.822));
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    to(rgba(0, 0, 0, 0.822))
  );
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.822));
}

.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;
  /* border-bottom: 1px solid rgba(79, 28, 27, 0.1); */
  align-items: center;
  padding: 1rem 8rem;
  gap: 1rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  
  background:  rgb(255 227 179 / 60%);
}

.navbar-container .custom-visible {
  display: none;
}

.btn-phone {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  display: flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}

.menu {
  display: none;
  width: 2rem;
  cursor: pointer;
}

.menu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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;
}

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

.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: 2.5rem;
}

.navLinks .navLink {
  display: block;
  font-size: 1.15vw;
  color: var(--primary);
  font-family: var(--Futura_Book);
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.5s ease;
  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;
}

.btn-call {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.5s ease;
  font-size: 1.15vw;
  background: var(--light);
  padding: 0.65rem 1.5rem;
  border-radius: var(--radius-1);
}

.btn-call .txt {
  font-family: var(--Montserrat);
  font-weight: 400;
}

.primary-overlay {
  background: linear-gradient(
    270deg,
    #e7cc9e 22.26%,
    #b69265 62.47%,
    #986f42 86.09%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primary-color {
  color: var(--primary);
  font-family: var(--Futura);
  font-weight: 500;
}

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

.custom-width {
  width: 50rem;
  max-width: 100%;
}

.custom-width-2 {
  width: 60rem;
  max-width: 100%;
  margin: auto;
}

.custom-width-3 {
  width: 45rem;
  max-width: 100%;
}

.btn-primary {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: transparent;
  padding: 0.55rem 1.25rem;
  border-radius: var(--radius-1);
  border: 1px solid var(--primary);
  font-family: var(--Montserrat);
  color: var(--primary);
  font-weight: 400;
  font-size: 1.1vw;
  transition: all 0.5s ease;
}

.btn-primary:hover {
  background-color: var(--primary);
  transition: all 0.5s ease;
  color: var(--light);
}

.btn-primary .icon {
  width: 1.75rem;
}

.btn-primary .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
}

.btn-primary:hover .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.5s ease;
}

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

.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;
  background-color: rgb(255 227 179 / 90%);
}

.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: 4rem;
  height: 4rem;
  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 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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 {
  display: block;
  font-size: 3vw;
  font-family: var(--Montserrat);
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--light);
  text-transform: uppercase;
  position: relative;
  width: 100%;
}

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

.section-heading {
  position: relative;
  z-index: 4;
}

.section-heading .section-title {
  font-size: 2.5vw;
  font-weight: 500;
  font-family: var(--Futura);
  -webkit-transition: all 0.5s ease;
  color: var(--primary);
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
}

.section-heading .section-subtitle {
  font-size: 1.2vw;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-subtitle2 {
  font-size: 2.2vw;
  font-weight: 400;
  color: var(--white);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-desc {
  font-size: 16px;
  font-family: var(--Futura);
  color: var(--brown) !important;
  font-weight: normal !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-desc.light {
  color: var(--light);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-more-desc {
  font-size: 1.25rem;
  color: var(--text-color);
  font-style: italic;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gradient-text {
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.texture-pattern {
  position: relative;
  z-index: 2;
}

.texture-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../assets/images/overlay/main-overlay.jpg") no-repeat left
    center/cover;
}

.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: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.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(--white) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 1rem !important;
}

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

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

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

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

.form-control.custom-input {
  border: none;
  border-bottom: 1px solid var(--light);
  background: transparent;
  border-radius: 0px;
  color: var(--light);
  font-family: var(--Futura_Book);
}

.form-check-label {
  font-size: 11px;
  color: var(--white);
}

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

.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: 15vw;
  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;
}

section.main-banner {
  position: relative;
}

.banner-container {
  position: relative;
  width: 100%;
  height: 100%;
  /* margin-top: 6.3vw; */
}

.banner-container img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.banner-overlay-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transition: all 0.5s ease;
  transform: translate(0%, -50%);
  z-index: 2;
}

.banner-overlay-content .banner-overlay-txt h1 {
  font-family: var(--Futura);
  font-weight: 500;
  font-size: 3.5vw;
  transition: all 0.5s ease;
  text-transform: uppercase;
  color: var(--primary);
}

section.section-overview {
  padding: 3rem 0;
}

.overview-img {
  width: 100%;
  height: 100%;
}

.brown-text {
  color: var(--brown) !important;
  font-weight: 400 !important;
  font-family: var(--Futura_Book) !important;
}

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

.overview-countdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  justify-items: center;
  margin-top: 3rem;
}

.overview-countdown .overview-count {
  width: 100%;
  border-right: 1px solid rgba(79, 28, 27, 0.5);
  margin-bottom: 2rem;
}

.overview-countdown .overview-count:nth-child(3) {
  border-right: 1px solid transparent;
}

.overview-countdown .overview-count:nth-child(6) {
  border-right: 1px solid transparent;
}

.count {
  font-size: 2.08vw;
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plus-count {
  font-size: 2.08vw;
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt {
  font-size: 1.15vw;
  background: var(--linear-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.count-content-title {
  font-size: 1.15vw;
  color: var(--primary);
}

/* ************project configuration css starts************ */
section.section-configuration {
  padding: 3rem 0;
}

.custom-container-3 {
  width: 92vw;
  max-width: 90%;
  margin: auto 1% auto auto;
}

.configuration-swiper .swiper-slide {
  padding: 1.5rem;
}

.configuration-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--light);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.configuration-content .configuration-img {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  padding: 1rem;
}

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

.config-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
}

.config-top p {
  font-size: 1vw;
  font-weight: 400;
  margin: 0;
  color: var(--primary);
  font-family: var(--Futura_Book);
}

.config-bottom {
  display: flex;
  justify-content: flex-end;
}

.check-price-btn {
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 6px 14px;
  font-size: 1vw;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(79, 28, 27, 0.1);
}

.check-price-btn:hover {
  background: var(--primary);
  color: var(--white);
}

.swiper-nav .swiper-button {
  width: 3.5rem;
  height: 3.5rem;
}

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

/* ************project configuration css starts************ */

/* ************Master plan css starts********* */
section.section-masterplan {
  padding: 3rem 0;
}

.texture-bg {
  position: relative;
  z-index: 1;
}

.texture-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: url("../assets/images/layers/bg-layer.jpg") no-repeat center
    center/cover;
}

.map-container {
  width: 90%;
  margin: auto;
}

.map-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-tab {
  border-radius: 7px;
  border: 2px solid #e7cc9e;
  color: var(--primary);
  font-size: 1vw;
  padding: 0.65rem 2.5rem;
  width: 100%;
  font-weight: 500;
  background: transparent;
  transition: all 0.5s ease;
  text-transform: capitalize;
}

.btn-tab:hover {
  color: var(--primary);
  background: linear-gradient(
    270deg,
    #e7cc9e 22.26%,
    #b69265 62.47%,
    #986f42 86.09%
  ) !important;
}

.btn-tab.active {
  background: linear-gradient(
    270deg,
    #e7cc9e 22.26%,
    #b69265 62.47%,
    #986f42 86.09%
  ) !important;
  color: var(--primary) !important;
}

.masterplan-content {
  background: var(light);
  padding: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.masterplan-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.masterplan-list li {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: max-content;
  gap: 1.2rem;
}

.masterplan-list span {
  width: 10px;
  height: 10px;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
}

/* ************Master plan css ends********* */

/****************Amenities Section Starts************/

.section-amenities {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: url("../assets/images/amenities/background/desktop1.png")
    no-repeat center center / cover;
  padding: 4rem 0;
}

.text-light {
  color: var(--white) !important;
}

.ame-back {
  background: var(--white);
}

.masterplan-nav .nav-pills {
  -ms-flex-wrap: nowrap;
  /* flex-wrap: nowrap; */
  -webkit-box-align: center;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.amenities-container {
  width: 80vw;
  max-width: 80%;
  margin: auto;
}

.amenities-swiper img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

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

.amenities-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.amenities-lists .amenities-list {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.amenities-lists .amenities-list .amens-icon {
  width: 3rem;
  height: 3rem;
}

.amens-txt {
  color: var(--white);
  font-family: var(--Futura_Book);
  font-size: 1vw;
  text-transform: capitalize;
}

.amenities-lists .amenities-list .amens-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.amenities-carousel-container .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0 0 0;
}

.amenities-carousel-container .owl-nav .owl-prev,
.amenities-carousel-container .owl-nav .owl-next {
  width: 3.5rem;
  height: 3.5rem;
}

/* IMAGE INSIDE BUTTON */
.amenities-carousel-container .owl-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/****************Amenities Section Ends************/

/* ***********Floor Plan section starts********* */
.section-floorplan {
  padding: 3rem 0rem;
  position: relative;
}

.floorplan-txt-container {
  position: relative;
  z-index: 1;
}

.swiper-button-container .swiper-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 0 0;
}

.swiper-button-container .swiper-nav .swiper-button {
  width: 3.5rem;
  height: 3.5rem;
}

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

.floorplan-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.red-text {
  color: var(--primary) !important;
}

.gap-custom-floor {
  gap: 3rem;
}

/* ***********Floor Plan section ends********* */

/* ************location section starts*********** */
.accordion-button {
   font-size: 14px !important;
}
.section-location {
  padding: 3rem 0rem;
  position: relative;
}

.custom-accordion {
  gap: 2rem;
}

.location-txt {
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 500;
}

.custom-accordion .accordion-button {
  border: 1px solid var(--primary);
  border-radius: 20px !important;
}

.location-accordion .accordion-button {
  background-color: transparent;
}

.location-accordion .accordion-item {
  background-color: transparent;
  border-bottom: unset;
}

.location-accordion .accordion-button:not(.collapsed) {
  box-shadow: unset;
  background-color: var(--primary);
}

.location-accordion .accordion-button:not(.collapsed) .location-txt {
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%)
    hue-rotate(276deg) brightness(105%) contrast(100%) !important;
}

.location-icon {
  width: 40px;
  height: 40px;
}

.school-list {
  color: var(--primary);
}

.location-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

/* **************location section ends***** */

/* ****************construction  update section starts***** */
section.section-construction {
  padding: 8rem 0;
  overflow: visible;
}

section.section-construction .section-heading .section-subtitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}

section.section-construction .section-heading .section-title {
  font-size: 50px;
}

section.section-construction .section-heading .section-desc {
  font-size: 18px;
  line-height: 32px;
}

.custom-container-3 {
  width: 90vw;
  margin: auto 1% auto auto;
}

.section-heading.light .section-title {
  color: var(--light);
}

.section-heading.light .section-subtitle {
  color: var(--light);
}

.section-heading.light .section-desc {
  color: var(--light);
}

.construction-swiper-container .swiper {
  overflow: visible;
}

.construction-content {
  position: relative;
  width: 100%;
  overflow: visible;
}

.construction-content .construction-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.construction-content .construction-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 100%;
  transition: all 0.75s ease;
  background: transparent;
  pointer-events: none;
}

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

.construction-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(36, 35, 34, 0.3);
}

.construction-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

.construction-content .construction-date {
  border-radius: 6px;
  background: rgba(75, 24, 23, 0.47);
  color: var(--light);
  position: absolute;
  padding: 0.5rem 1.25rem;
  top: 0%;
  font-weight: 500;
  font-size: 1.1vw;
  opacity: 0;
  right: 4%;
  transition: all 0.75s ease;
}

.construction-content .construction-title {
  color: var(--light);
  position: absolute;
  left: 4%;
  bottom: 0%;
  opacity: 0;
  font-weight: 500;
  font-size: 1.25vw;
  transition: all 0.75s ease;
}

.construction-swiper-container .swiper-slide.swiper-slide-active .construction-content .construction-img::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.6%, rgba(0, 0, 0, 0.5) 70.83%);
  transition: all 1s ease;
  cursor: pointer;
}

.construction-swiper-container .swiper-slide.swiper-slide-active .construction-content .construction-title {
  opacity: 1;
  bottom: 4%;
  transition: all 1s ease;
}

.construction-swiper-container .swiper-slide.swiper-slide-active .construction-content .construction-date {
  top: 4%;
  opacity: 1;
  transition: all 1s ease;
}

.constuction-div {
  width: 50%;
}

.location-item {
  position: relative;
  overflow: hidden;
}

.location-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.location-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(50, 46, 46, 0) 13.25%, #000 100%);
}

.location-content {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--light);
  z-index: 2;
  white-space: nowrap;
}

.location-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 0 0;
}

.location-carousel .owl-nav .owl-prev,
.location-carousel .owl-nav .owl-next {
  width: 3.5rem;
  height: 3.5rem;
}

/* footer start */

.get_form .custom-input {
  background: transparent;
  border-bottom: 1px solid rgba(255, 246, 231, 0.54);
  border-radius: unset;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--light);
}

.get_form .custom-input::placeholder {
  color: var(--light) !important;
  opacity: 1;
}

.dis-color {
  color: var(--light);
}

.custom-disclaimer {
  color: rgba(255, 246, 231, 0.45);
}

.text-light {
  color: var(--white) !important;
}

.section__footer {
  width: 100%;
  padding: 3rem 0 0 0;
  background: var(--primary);
}

.footer_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer_logo img {
  width: 70%;
  height: auto;
  object-fit: cover;
}

.btn-submit {
  background: var(--linear-gradient);
  color: var(--primary);
  border: none;
  border-radius: 8px;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-weight: 500;
}

.footer_disc p {
  font-family: var(--Futura_Book);
  font-size: 1vw;
  color: var(--white);
  font-weight: 400;
}

.reg_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  margin: 1rem auto;
}

.reg_div h2 {
  font-family: var(--Futura);
  font-weight: 500;
  font-size: 1.1vw;
  color: var(--white);
  text-transform: uppercase;
}

.reg_div p {
  font-family: var(--Futura_Book);
  font-size: 1vw;
  color: var(--white);
  font-weight: 400;
}

.reg_div p a {
  color: var(--white);
}

.reg_div img {
  width: 30%;
  height: auto;
  object-fit: cover;
}

.copy_div {
  background: var(--light);
  padding: 1.5rem 0;
}

.copy_para p {
  font-family: var(--Futura);
  font-weight: 500;
  font-size: 1vw;
  color: var(--primary);
  margin-bottom: 0;
}

.custom-form-check {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}

/* footer end */

/* 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(--Futura);
  margin: 0.35rem 0 0 0;
  font-weight: 500;
  color: var(--primary);
}

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

.go_txt {
  font-size: 15px;
  color: var(--white);
  background-color: var(--primary) !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;
}

.secondary {
  background-color: var(--primary);
}

/*********** media query *********/

@media only screen and (max-width: 1700px) {
  .navbar-container {
    padding: 10.5px 5rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media only screen and (max-width: 1400px) {
  .navbar-container {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding: 1rem 2rem;
  }

  .custom-container {
    width: 90vw;
    max-width: 90%;
    margin: auto;
  }

  .navLinks .navLink {
    font-size: 1.25vw;
    transition: all 0.5s ease;
  }

  .btn-call {
    transition: all 0.5s ease;
    font-size: 1.3vw;
  }

  .btn-tab {
    font-size: 1.35vw;
    transition: all 0.5s ease;
  }

  .gap-custom-floor {
    gap: 6rem;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-container {
    padding: 1rem 2rem;
  }

  .navbar-container .custom-visible {
    display: block;
    /* filter: invert(1); */
  }

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

  .navLinks {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    gap: 1rem;
  }

  .menu {
    display: block;
  }

  .navLinks {
    display: none;
  }

  .custom-visible {
    display: none;
  }

  .banner-overlay-form {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 1rem;
  }

  .gap-custom-floor {
    gap: 2rem;
  }
}

@media only screen and (max-width: 1060px) {
  /* ********vikas css starts********* */
  .section-heading .section-subtitle {
    font-size: 1.7vw;
  }

  .section-heading .section-desc {
    font-size: 1.25vw;
  }

  .amens-txt {
    font-size: 1.25vw;
  }

  .config-top p {
    font-size: 1.25vw;
  }

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

  .section-heading .section-subtitle2 {
    font-size: 2.6vw;
  }

  .check-price-btn {
    font-size: 1.1vw;
  }

  .count {
    font-size: 2.75vw;
  }

  .plus-count {
    font-size: 2.75vw;
  }

  .txt {
    font-size: 1.45vw;
  }

  .count-content-title {
    font-size: 1.45vw;
  }

  .gap-custom-floor {
    gap: 2rem;
  }

  .footer_disc p {
    font-size: 1.25vw;
  }

  .reg_div h2 {
    font-size: 1.5vw;
  }

  .reg_div p {
    font-size: 1.25vw;
  }

  .copy_para p {
    font-size: 1.25vw;
  }

  /* ********vikas css ends********* */
}

@media only screen and (max-width: 991px) {
  section.main-banner {
    width: 100%;
    height: 100dvh;
  }

  .banner-overlay-content {
    left: 5%;
    transition: all 0.5s ease;
  }

  .banner-container img {
    object-fit: cover;
  }

  .banner-overlay-content .banner-overlay-txt h1 {
    font-size: 5vw;
    transition: all 0.5s ease;
  }

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

  .section-heading .section-subtitle2 {
    font-size: 3.1vw;
  }

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

  .btn-primary {
    font-size: 1.75vw;
    transition: all 0.5s ease;
  }

  /* ********vikas css starts********* */
  .section-heading .section-subtitle {
    font-size: 2.3vw;
  }

  .config-overlay {
    padding: 1rem;
  }

  .section-heading .section-desc {
    font-size: 1.75vw;
  }

  .amens-txt {
    font-size: 1.75vw;
  }

  .custom-container-3 {
    margin: auto;
  }

  .config-top p {
    font-size: 1.75vw;
  }

  .check-price-btn {
    font-size: 1.5vw;
  }

  .count {
    font-size: 4vw;
  }

  .plus-count {
    font-size: 4vw;
  }

  .txt {
    font-size: 2vw;
  }

  .count-content-title {
    font-size: 2vw;
  }

  .btn-tab {
    font-size: 2vw;
    transition: all 0.5s ease;
  }

  .amenities-container {
    width: 90vw;
    max-width: 90%;
    margin: auto;
  }

  .section-amenities {
    background: url("../assets/images/amenities/background/mobile1.png")
      no-repeat center center / cover;
  }

  .gap-custom-floor {
    gap: 2rem;
  }

  .footer_disc p {
    font-size: 1.25vw;
  }

  .reg_div h2 {
    font-size: 1.5vw;
  }

  .reg_div p {
    font-size: 1.25vw;
  }

  .copy_para p {
    font-size: 1.25vw;
  }

  .custom-form-check {
    display: block;
  }

  .modal-logo {
    width: 22vw;
  }

  .constuction-div {
    width: 100%;
  }

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

  section.section-construction {
    padding: 3rem 0;
  }

  /* ********vikas css ends********* */
}

@media only screen and (max-width: 767px) {
  .masterplan-nav .nav-pills {
    overflow-x: visible !important;
    display: flex !important;
    justify-content: center !important;
}
  .mobile-col{
    flex-direction: column-reverse !important;
  }
  .banner-overlay-content .banner-overlay-txt h1 {
    font-size: 6.5vw;
    transition: all 0.5s ease;
  }

  .btn-primary {
    font-size: 2.5vw;
    transition: all 0.5s ease;
  }

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

  .section-heading .section-subtitle2 {
    font-size: 3.6vw;
  }

  .banner-overlay-contents {
    bottom: 7%;
  }

  .offcanvas-logo .logo-img {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 35vw;
  }

  .offcanvas-link {
    font-size: 4vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* ********vikas css starts********* */
  .section-heading .section-subtitle {
    font-size: 3vw;
  }

  .section-heading .section-desc {
    font-size: 2.25vw;
  }

  .amens-txt {
    font-size: 2.25vw;
  }

  .config-top p {
    font-size: 2.25vw;
  }

  .configuration-swiper .swiper-slide {
    padding: 0rem;
  }

  .check-price-btn {
    font-size: 2.5vw;
  }

  .swiper-nav .swiper-button {
    width: 3rem;
    height: 3rem;
  }

  .overview-countdown .overview-count {
    margin-bottom: 0rem;
  }

  .masterplan-list li {
    margin-bottom: 1.2rem;
  }

  .masterplan-content {
    padding: 2rem;
  }

  .amenities-lists {
    gap: 2rem;
  }

  .gap-custom-floor {
    gap: 1rem;
  }

  .swiper-button-container .swiper-nav {
    justify-content: center;
  }

  .swiper-button-container .swiper-nav .swiper-button {
    width: 3rem;
    height: 3rem;
  }

  .amenities-carousel-container .owl-nav .owl-prev,
  .amenities-carousel-container .owl-nav .owl-next {
    width: 3rem;
    height: 3rem;
  }

  .section__footer {
    padding: 3rem 0;
  }

  .footer_disc p {
    font-size: 2.25vw;
  }

  .reg_div h2 {
    font-size: 2.5vw;
  }

  .reg_div p {
    font-size: 2.25vw;
  }

  .footer_logo img {
    width: 100%;
  }

  .copy_para p {
    font-size: 2.25vw;
  }

  .modal-logo {
    width: 45vw;
  }

  .banner-container {
    margin-top: 5.2rem;
  }

  /* ********vikas css ends********* */
}

@media only screen and (max-width: 576px) {
  .navbar-container {
    padding: 1rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

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

  .offcanvas-logo .logo-img {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 45vw;
  }

  .offcanvas-link {
    font-size: 4.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .offcanvas-close {
    width: 3.25rem;
    height: 3.25rem;
  }

  .banner-overlay-content .banner-overlay-txt h1 {
    font-size: 8vw;
    transition: all 0.5s ease;
  }

  .btn-primary {
    font-size: 3.25vw;
    transition: all 0.5s ease;
  }

  /* ********vikas css starts********* */
  .section-heading .section-subtitle {
    font-size: 3.5vw;
  }

  .config-top p {
    font-size: 3vw;
  }

  .section-heading .section-desc {
    font-size: 3vw;
  }

  .amens-txt {
    font-size: 3vw;
  }

  .count {
    font-size: 6vw;
  }

  .plus-count {
    font-size: 6vw;
  }

  .txt {
    font-size: 3vw;
  }

  .count-content-title {
    font-size: 3vw;
  }

  .btn-tab {
    font-size: 3vw;
    transition: all 0.5s ease;
  }

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

  .section-heading .section-subtitle2 {
    font-size: 4.7vw;
  }

  .footer_disc p {
    font-size: 3vw;
  }

  .reg_div h2 {
    font-size: 3.25vw;
  }

  .reg_div p {
    font-size: 3vw;
  }

  .copy_para p {
    font-size: 3vw;
  }

  /* ********vikas css ends********* */
}



/* gsap dosti  */

/* **************Panaorma Section Starts**** */
section.section-panorama {
  position: relative;
  background-color: var(--primary);
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 0;
}

.panels-container {
  position: relative;
  height: 100dvh;
  background: var(--primary);
}

.custom-panel {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: transparent;
}

.panels-container.pinned .custom-panel {
  position: fixed;
}

.outer,
.inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mirror{
  transform: rotate(180);
}

.section-panorama-mobile {
  padding: 4rem 0;
}

/* ─── Mobile: disable GSAP panel layout, stack panels naturally ─── */
@media (max-width: 991px) {
  .panels-container {
    height: auto;
    /* Let stacked panels define the height */
  }

  .custom-panel {
    position: relative;
    /* In normal document flow */
    height: 100dvh;
    /* Each panel still fills the viewport */
    visibility: visible;
    /* Always visible — GSAP cleared inline styles */
    opacity: 1;
    width: 100%;
  }

  .outer,
  .inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column !important; 
  justify-content: center !important;
  align-items: center !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-size: cover;
  background-position: center;
}

.panorama-label {
  font-size: 1vw;
  background: var(--golden-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem !important;
  font-family: var(--Futura);
}

.panorama-text {
  font-size: 1.5vw;
  line-height: 1.8;
  background: var(--golden-gradient);
  font-family: var(--Futura);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.panorama-content-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.fancybox-caption__body {
  font-size: 2rem !important;
}

.section-panorama-mobile {
  display: none;
}

.panorama-img {
  width: 100%;
  height: 100%;
}

.section-panorama-mobile .panorama-img {
  width: 90%;
  margin: auto;
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

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

.char {
  display: inline-block;
  transform-origin: bottom;
}

.view-label {
  position: absolute;
  top: 10%;
  right: 10%;
  color: var(--primary);
  font-size: 2.5rem;
  font-weight: 500;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
}

.scroll {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
  cursor: pointer;
  text-align: center;
}

.scroll img {
  width: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.scroll p {
  font-size: 1vw;
  color: var(--light);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-panorama-mobile{
  background-color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .section-panorama-mobile {
      display: block;
  }
}

/* **************Panaorma Section Ends**** */