@font-face {
  font-family: "Optima";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Optima Medium_0.ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Fontspring";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../assets/fonts/Fontspring-DEMO-theseasons-lt.otf");
}

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

:root {
  --light: #fff;
  --black-jamun: #231f20;
  --dark: #262626;
  --primary: #0a4555;
  --dark-bg: #000;
  --text-dark: #1a1a1a;
  --orange: #f6d68c;
  --Montserrat: "Montserrat", Arial, sans-serif;
  --Fontspring: "Fontspring", Arial, sans-serif;
  --Optima: "Optima", Arial, sans-serif;
  --gray: #5c6368;
  --lime-white: #f5f3ee;
}

.primary-color {
  color: var(--polish-gray);
}

.title-color {
  color: var(--text-dark);
}

.desc-color {
  color: var(--dark);
}

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

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

body.loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.loaded {
  -webkit-animation: fadeIn 3s ease-out forwards;
  animation: fadeIn 3s ease-out forwards;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.loader-container {
  display: none;
}

.loader-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: #ffffffe3;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  height: 100vh;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    -o-radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  background:
    radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  -webkit-animation: l13 1s infinite linear;
  animation: l13 1s infinite linear;
}

@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* form loader css */

.form-loader {
  display: none;
}

.form-loader-wrapper {
  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;
  gap: 0.5rem;
  width: 100%;
  background-color: #0b5e6b;
  margin: auto;
  padding: 0.45rem 0.75rem 0.3rem 0.75rem;
  border-radius: 4px;
}

.form-loader-wrapper.transparent {
  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;
  gap: 0.5rem;
  width: 100%;
  background-color: transparent;
  margin: auto;
  padding: 0.45rem 0.75rem 0.3rem 0.75rem;
  border-radius: 0px;
}

.form-loader-wrapper .loader-txt {
  color: var(--light);
  font-size: 0.95rem;
  font-weight: 400;
}

.f-loader {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 0.5s linear infinite;
  animation: rotation 0.5s linear infinite;
}

/* .f-loader.dark {
  width: 30px;
  height: 30px;
  border: 4px solid #f9bc57;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 0.75s linear infinite;
  animation: rotation 0.75s linear infinite;
} */

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* form loader css */

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

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

/* ul {
  padding-left: 0rem !important;
  margin-bottom: 0rem !important;
} */

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

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0rem !important;
}

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

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

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

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

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

.header_banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  z-index: 51;
  transition: color 0.5s ease;
  background: var(--primary);
}

.header_banner .header-text {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.238rem;
  font-size: 0.65vw;
  display: flex;
  justify-content: center;
}

header {
  position: fixed;
  z-index: 10;
  top: 0vw;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 0;
  width: 100vw;
  transition: all 0.4s ease;
}

header.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);
  /* display: none; */
  /* padding-top: 0.7rem; */
}

header.dropped .navbar-container .navlogo .logo {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 41px;
  -o-object-fit: cover;
  object-fit: cover;
}

.navlogo2 .logo {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

nav {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0rem 3.5rem 1rem 2.5rem;
}

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

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1rem;
  align-items: center;
}

.navbar-container .navlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.navbar-container .menu {
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar-container .menu:hover {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: var(--primary);
}

.navbar-container .menu:hover .menu-txt {
  background-image: unset;
  color: var(--light) !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

/* .navbar-container .menu:hover .menu-bar {
  filter: invert(1) !important;
  transition: all 0.5s ease;
} */
.offcanvas .menu_nav li {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease;
}

.offcanvas.show .menu_nav li {
  opacity: 1;
  transform: translateY(0);
}

.offcanvas.show .menu_nav li:nth-child(1) {
  transition-delay: 0.1s;
}

.offcanvas.show .menu_nav li:nth-child(2) {
  transition-delay: 0.15s;
}

.offcanvas.show .menu_nav li:nth-child(3) {
  transition-delay: 0.2s;
}

.offcanvas.show .menu_nav li:nth-child(4) {
  transition-delay: 0.25s;
}

.offcanvas.show .menu_nav li:nth-child(5) {
  transition-delay: 0.3s;
}

.offcanvas.show .menu_nav li:nth-child(6) {
  transition-delay: 0.35s;
}

.offcanvas.show .menu_nav li:nth-child(7) {
  transition-delay: 0.4s;
}

.navbar-container .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background: transparent;
  color: var(--light);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 88px;
  height: 88px;
}

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

.menu2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background: transparent;
  color: var(--light);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 88px;
  height: 88px;
}

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

.navbar-container .menu .menu-txt {
  display: block;
  font-weight: 600;
  color: var(--light);
  font-size: 0.95rem;
}

.navbar-container .navlogo .logo {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 41px;
  -o-object-fit: cover;
  object-fit: cover;
}

nav.dropped .navbar-container .navlogo .logo {
  width: 100px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.mob-logo {
  width: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-container .navbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container .navbar-links .navbar-link .nav-link {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-wrap: nowrap;
  text-transform: capitalize;
}

.menu_nav li {
  color: #fff;
  padding: 6px 10px;
  font-weight: 400;
  letter-spacing: 3px;
  transition: 0.4s ease-in-out;
}

.menu_nav li a {
  color: var(--light);
  font-size: 2.5vw;
  position: relative;
  display: inline-block;
  font-family: var(--Fontspring);
  font-weight: 400;
  overflow: hidden;
  transition: background-position 0.5s ease;
  text-decoration: none;
  letter-spacing: 0.18rem;
}

.menu_nav li:hover a {
  color: var(--orange);
  background-position: 0 100%;
}

.offcanvas.offcanvas-start {
  background: var(--primary);
  /* background: url(../assets/images/background/4.webp) no-repeat center center / cover; */
  width: 100vw;
  transition: all 1s ease;
}

.offcanvas-header .btn-close {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.fixed-button {
  display: none;
}

.primary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0.238rem;
}

.btn-number {
  color: var(--light);
}

.btn-number:hover {
  color: var(--orange);
}

.navbar-container .navbar-links .navbar-link .nav-link,
.navbar-link a {
  color: var(--light);
  font-size: 1.25rem;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  text-wrap: nowrap;
  text-transform: capitalize;
}

.btnPrimary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35rem;
  color: var(--light);
  background: transparent;
  padding: 10px 20px;
  border: 1px solid var(--light);
  cursor: pointer;
  letter-spacing: 0.238rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.btnPrimary:hover {
  background-color: var(--light);
  color: var(--black-jamun);
  border-color: var(--light);
}

section {
  overflow: hidden;
}

.section-title {
  font-size: 3.8vw;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--primary);
  font-family: var(--Fontspring);
}

.section-subtitle {
  font-size: 3vw;
  margin: 1rem auto 1.85rem auto !important;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.2;
}

.section-desc {
  font-size: 1vw;
  line-height: 30px;
  text-transform: capitalize;
  font-style: normal;
  letter-spacing: 0.072rem;
  color: var(--black-jamun);
  font-weight: 400;
}

/* *********banner section starts******** */
section.video-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.video-main {
  height: 100vh;
}

.video-main video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.carousel-inner {
  /* margin-top: 30px; */
}

section.video-banner .carousel,
section.video-banner .carousel .carousel-inner,
section.video-banner .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.video-main {
  position: relative;
  z-index: 1;
}

.video-main video,
.banner-overlay,
.banner-overlay {
  cursor: pointer;
}

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

.banner-overlay .banner-title22 {
  margin: 0 0 0 -8rem;
}

.banner-overlay .banner-title {
  margin: 0 0 0 6rem;
}

.banner-overlay .banner-text {
  color: var(--light);
  font-size: 5.75vw;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 1.25rem 0;
  text-transform: uppercase;
  font-family: var(--Fontspring);
  font-weight: 400;
  white-space: nowrap;
}

.svg-overlay {
  display: none;
}

.down-aarow {
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.down-aarow:hover {
  animation: animate 2s ease infinite;
}

@keyframes animate {
  0% {
    bottom: -2%;
  }

  50% {
    bottom: 2%;
  }

  100% {
    bottom: -2%;
  }
}

/* *********banner section ends******** */

.bottom-scroller {
  position: fixed;
  bottom: 4%;
  right: 1%;
  z-index: 99999;
}

.bottom-scroller img {
  width: 40px;
  height: 40px;
}

/* ***********section about starts******* */
section.section-about {
  padding: 4rem 0;
}

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

section.bg-background {
  /* background: var(--lime-white); */
  background: url(../assets/images/background/3.webp) no-repeat center center / cover;
}

section.bg-background-2 {
  /* background: var(--lime-white); */
  background: url(../assets/images/background/2.webp) no-repeat center center / cover;
}

section.bg-background-3 {
  background: url(../assets/images/background/1.webp) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.read-toggle-btn {
  font-weight: 600;
  color: var(--primary);
  cursor: pointer;

  white-space: nowrap;
}

.read-toggle-btn.inline {
  display: inline;
  margin-left: 6px;
}

.read-toggle-btn.block {
  display: block;
  margin-top: 12px;
  text-align: center;
}

.read-more-content {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.read-more-content.active {
  display: inline;
  opacity: 1;
}

.custom-text-width {
  width: 70%;
  margin: auto;
}

.about-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  margin-top: 5rem;
}

.left-image img {
  max-width: 100%;
  width: 50vh;
  object-fit: cover;
}

.right-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ***********section about ends******* */

/* ***********section video starts******* */
.about-video {
  height: 110dvh;
  cursor: pointer;
}

.about-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.footer-logo img {
  width: 100px;
  max-width: 90%;
  object-fit: contain;
}

.footer-logo2 img {
  width: 200px;
  max-width: 90%;
  object-fit: contain;
}

/* ***********section video ends******* */

/* ********project hightlight starts***** */

.project-container {
  width: 95%;
  margin: auto 0 auto auto;
}

.project-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: 4.5rem;
  height: 4.5rem;
  filter: brightness(0) saturate(100%) invert(23%) sepia(34%) saturate(1150%) hue-rotate(158deg) brightness(88%) contrast(95%);
}

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

.project-swiper-2 .swiper-slide.swiper-slide-active .project-img {
  transform: scale(1);
  transition: all 1s ease;
}

.project-swiper-2 .swiper-slide.swiper-slide-active .project-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  transition: all 1s ease;
  background: linear-gradient(0deg,
      rgba(249, 245, 239, 0.75) 0%,
      rgba(249, 245, 239, 0.75) 100%);
}

.project-img {
  position: relative;
  width: 100%;
  transform: scale(0.8);
  height: 100%;
  overflow: hidden;
  transition: all 1s ease;
  border-radius: 5.093px;
}

.project-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 1;
  transition: all 1s ease;
  background: linear-gradient(0deg,
      rgba(249, 245, 239, 0.75) 0%,
      rgba(249, 245, 239, 0.75) 100%);
}

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

.project-txt {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  align-items: center;
  left: -50%;
  border-radius: 0 0 3px 0;
  background: var(--primary);
  color: var(--light);
  padding: 0.75rem 1rem;
  transition: all 1s ease;
  opacity: 0;
}

.project-txt span {
  font-size: 0.85vw;
  text-transform: uppercase;
  font-weight: 500;
}

.project-swiper-2 .swiper-slide.swiper-slide-active .project-txt {
  left: 0%;
  opacity: 1;
  transition: all 1s ease;
}

/* ***********project hightlight ends**** */

.section-configuration {
  padding: 4rem 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* background-image:
      linear-gradient(345deg, #375172 13.41%, #375172 27.28%, rgba(31, 62, 67, 0) 72.19%), url(../assets/images/gallery/1.jpg); */
  background-image:
    linear-gradient(114deg,
      #0a4555ab 0.92%,
      #0a4555ab 20.56%,
      #0a45556e 42.17%,
      #0a4555ab 56.1%,
      #0a455570 70.31%),
    url(../assets/images/configuration/config-new.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.floor-click {
  margin: auto;
}

.config-container {
  width: 85%;
  margin: auto;
}

.custom-line {
  background: var(--light);
}

.sonigara-logo {
  width: 159px;
}

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

.section-small-title {
  font-weight: 600;
  text-align: center;
}

.custom-small-title {
  color: var(--light);
}

.config-nav {
  margin: 1rem auto 1rem auto;
}

.config-nav .nav-pills {
  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;
  /* gap: 1rem; */
  width: 100%;
  margin: auto;
  border: none;
  border-bottom: 1.2px solid var(--light);
}

.config-nav .nav-pills .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 7);
}

.config-nav .nav-pills .nav-item .nav-link.active {
  color: var(--light);
  position: relative;
}

.config-nav .nav-pills .nav-item .nav-link {
  background: transparent;
  text-transform: capitalize;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.138rem;
  color: var(--light);
}

.config-nav .nav-pills .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--light);
}

.main-title {
  font-size: 3.8vw;
  color: var(--light);
  font-family: var(--Fontspring);
  margin: 0;
  line-height: 1.3;
  text-align: start;
  text-transform: uppercase;
  font-weight: 500;
}

.config-txt-container {
  max-width: 100%;
  width: 50rem;
  height: 60dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.config-txt-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../assets/images/configuration/1.svg) no-repeat center center / 100% 100%;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.cust-margin {
  margin-top: 1rem;
}

.amenities-img {
  filter: blur(3px);
}

.amenities-swiper-2 .swiper-slide img {
  margin-bottom: unset !important;
}

/* **************configuration section ends********* */

/*********************** shailesh css *****************/

section.section-essence {
  position: relative;
  height: 100dvh;
  /* padding: 3rem 0; */
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.essence-content-txt {
  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;
  height: 100%;
  margin: auto;
  width: 45rem;
  max-width: 90%;
}

.essence-content-img {
  position: relative;
  height: 100dvh;
}

.mySwiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.mySwiper .swiper-slide .scroll-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-slide .scroll-content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(251, 249, 246, 0.21) 100%);
}

.mySwiper .swiper-slide .scroll-content img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mySwiper .swiper-slide .scroll-content .scroll-txt {
  position: absolute;
  bottom: -10%;
  font-weight: 400;
  left: 50%;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  font-size: 1.25vw;
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: var(--light);
  white-space: nowrap;
  z-index: 1;
}

.swiper-slide.swiper-slide-active .scroll-content .scroll-txt {
  bottom: 10%;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.mySwiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #f5d289 !important;
  opacity: 0.29 !important;
  margin: 0 5px !important;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

.mySwiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #f5d289 !important;
  -webkit-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

.section-heading ul li {
  font-size: 1.1rem;
}

/*********************** shailesh css *****************/

/* *********Gallery section starts******** */
section.section-gallery {
  padding: 3rem 0;
}

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

.gallery-container {
  margin: 3rem auto auto auto;
}

.gallery-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.gallery-nav .nav-pills button {
  border-radius: 0px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 1vw;
  text-transform: uppercase;
  border: 1px solid var(--primary);
  background: var(--light);
  color: var(--primary);
  letter-spacing: 0.238rem;
}

.gallery-nav .nav-pills button.active {
  background: var(--primary);
  color: var(--light);
}

.gallery-thumb-swiper-container {
  position: relative;
}

.gallery-thumb-swiper-container .gallery-img {
  width: 100%;
  height: 80dvh;
  transition: all 0.5s ease;
}

.thumb-slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 5%;
  z-index: 2;
  width: 90%;
}

.thumb-slider-content {
  width: 55%;
  border-radius: 14.79px;
  border: 0.555px solid var(--primary);
  padding: 1rem 3rem;
  background: var(--lime-white);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}

.thumb-slider-container .swiper-slide {
  width: 100%;
  height: 11dvh !important;
  transition: all 0.5s ease;
  cursor: pointer;
}

.thumb-slider-container .swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.thumb-slider-container .swiper-nav .swiper-button {
  width: 4.5rem;
  cursor: pointer;
}

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

.thumb-slider-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interior-swiper,
.exterior-swiper {
  height: 80%;
  width: 100%;
}

.interior-swiper-thumb,
.exterior-swiper-thumb {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.interior-swiper-thumb .swiper-slide,
.exterior-swiper-thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.interior-swiper-thumb .swiper-slide-thumb-active,
.exterior-swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

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

/* *********Gallery section ends*****/

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

.believe-nav .custom-nav {
  margin: 1.8rem auto 0 auto;
  gap: 2rem;
  justify-content: center;
}

.believe-nav .custom-nav .nav-item .nav-link.active {
  background: var(--primary);
}

.believe-nav .custom-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 0.5rem 2rem;
}

.believe-nav .custom-nav .nav-item .nav-link span.txt {
  color: var(--primary);
  font-size: 1rem;
}

.believe-nav .custom-nav .nav-item .nav-link {
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.238rem;
  background: var(--light);
  font-size: 1vw;
}

.believe-nav .custom-nav .nav-item .nav-link.active span.txt {
  color: var(--light);
  font-size: 1rem;
}

.ame-top-right {
  top: 0;
  left: -5%;
}

.ame-bottom-left {
  bottom: 0;
  right: -5%;
}

.amenities {
  width: 100%;
  position: relative;
  background: #fff;
}

.amenity-item {
  text-align: center;
  padding: 2rem 0rem;
}

.amenity-icon {
  width: 80px;
  height: 80px;
  /* border: 2px solid var(--primary); */
  border-radius: 50%;
  /* background: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
  transition: all 0.3s ease;
}

.amenity-icon img {
  width: 67px;
  height: 67px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(34%) saturate(1150%) hue-rotate(158deg) brightness(88%) contrast(95%);
}

.ame-cirle {
  margin: 1rem 0rem;
}

.amenities-carousel .owl-nav {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 1rem;
  margin-top: 2rem;
  cursor: pointer;
}

.amenities-carousel .owl-nav img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(22%) saturate(927%) hue-rotate(176deg) brightness(92%) contrast(88%) brightness(0) saturate(100%) invert(23%) sepia(34%) saturate(1150%) hue-rotate(158deg) brightness(88%) contrast(95%);
}

.amenities-carousel .owl-nav .owl-prev {
  margin-left: -5rem;
}

.amenities-carousel .owl-nav .owl-next {
  margin-right: -5rem;
}

/* ***********amenities section ends********** */

/* *********location section starts******** */
section.section-location {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6rem 0 3rem 0;
  display: flex;
  justify-content: start;
  background: transparent;
  align-items: flex-end;
  overflow: hidden;
  z-index: 1;
}

.loc-color {
  padding-bottom: 2rem;
  color: var(--lime-white) !important;
}

.map-frame {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.map-frame iframe {
  height: 100%;
  border: 0;
  width: 100%;
  pointer-events: none;
  object-fit: cover;
}

.map-frame::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: linear-gradient(90deg,
      #0a4555 13.41%,
      #0a4555d1 27.28%,
      rgba(31, 62, 67, 0) 72.19%);
  pointer-events: none;
}

.cust-container {
  width: 85%;
  margin: auto;
}

.map-frame img {
  height: 100%;
  border: 0;
  width: 100%;
  pointer-events: none;
  object-fit: cover;
}

.location-accordion {
  background: var(--lime-white);
  padding: 2rem;
  width: 38vw;
  position: relative;
  z-index: 3;
  border-radius: 0px;
}

.location-accordion .accordion {
  --bs-accordion-bg: transparent !important;
}

.location-accordion .accordion-item {
  border: unset;
}

.location-accordion .accordion-header {
  background: transparent;
  position: relative;
  padding: 0.25rem;
}

.location-accordion .accordion-header button {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.25rem 1rem 0.25rem 1.75rem;
  position: relative;
  line-height: 52px;
  border: 1px solid var(--primary);
  font-size: 1vw;
  border-radius: 0px !important;
  letter-spacing: 0.138rem;
}

.location-accordion .accordion-button::after {
  background-image: url("../assets/images/icons/up-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.location-accordion .accordion-button:not(.collapsed) {
  background: transparent;
}

.location-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
}

.location-accordion-content .location-content {
  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;
}

.location-accordion-content .location-content .location-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.location-accordion-content .location-content .location-head .location-no {
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary);
}

.location-accordion-content .location-content .location-head .location-title {
  font-weight: 400;
  color: var(--primary);
  font-size: 1vw;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-accordion-content .location-content .location-dist {
  font-weight: 400;
  color: var(--primary);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1vw;
  text-wrap: nowrap;
}

.location-map {
  width: 100%;
  /* height: 400px; */
  padding: 1rem;
  margin: 1rem auto auto auto;
}

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

/* **************Location section ends***** */

/* *************FAQ section starts**** */
section.section-faq {
  padding: 3rem 0;
}

.plan-list {
  margin-top: 2rem;
  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;
}

/* CARD */
.plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1.8rem 2.5rem;
  overflow: hidden;
  position: relative;
  height: auto;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition:
    -webkit-transform 0.35s ease,
    -webkit-box-shadow 0.35s ease;
  transition:
    -webkit-transform 0.35s ease,
    -webkit-box-shadow 0.35s ease;
  -o-transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    -webkit-transform 0.35s ease,
    -webkit-box-shadow 0.35s ease;
}

.plan-item:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 14px 30px #375172a6;
  box-shadow: 0 14px 30px #375172a6;
}

/* LEFT NUMBER AREA */
.plan-step {
  position: relative;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan-step span {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary);
  z-index: 2;
}

/* PERFECT GRADIENT STRIP */
.step-strip {
  position: relative;
  right: -79%;
  top: 0;
  height: calc(100% + 82%);
  width: 26px;
  background: var(--light);
  overflow: hidden;
}

.step-strip::after {
  content: "";
  position: absolute;
  background: var(--primary);
  height: 50%;
  width: 100%;
  -webkit-transform: skewY(140deg);
  -ms-transform: skewY(140deg);
  transform: skewY(140deg);
  top: -5%;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:
    height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition:
    height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.plan-item:hover .step-strip::after {
  height: 100%;
  -webkit-transform: skewY(140deg);
  -ms-transform: skewY(140deg);
  transform: skewY(140deg);
}

.plan-content {
  padding-left: 8.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-content h5 {
  font-size: 1vw;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.4rem !important;
  letter-spacing: 0.138rem;
  text-transform: uppercase;
}

.plan-content p {
  font-size: 1vw;
  color: var(--black-jamun);
  line-height: 30px;
  font-weight: 400;
}

/* *******FAQ section ends**** */

/* *********footer section starts******* */
.section-footer {
  padding: 2rem 0;
  background: var(--primary);
}

.bg-color {
  padding: 2rem;
}

.footer-content {
  margin: 1rem 0 0 0;
  font-weight: 400;
}

.footer-qr {
  width: 8rem;
  margin: auto;
}

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

.rera-text {
  text-align: center;
  /* padding-top: 1rem; */
}

.rera-text a {
  color: inherit;
  text-decoration: underline;
  color: var(--light);
}

.rera-text1 {
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
}

.rera-content {
  font-size: 14px;
  line-height: 1.7;
  color: var(--light);
}

.rera-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem !important;
}

.rera-content a {
  color: var(--light);
  text-decoration: underline;
}

.rera-popup {
  width: 70px;
  margin: auto;
}

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

.rera {
  width: 120px;
  margin: auto;
}

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

.link-col a {
  letter-spacing: 0.138rem;
  text-transform: uppercase;
  color: var(--light);
  font-size: 1vw;
}

.rera-btn {
  color: var(--light);
  margin-top: 2rem;
  letter-spacing: 0.138rem;
  text-transform: uppercase;
  font-size: 1vw;
}

.contact-content a {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  color: var(--light);
}

.contact-footer {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  margin: 1rem 0 0 0;
}

.contact-icon {
  width: 20px;
}

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

.addres-title {
  color: var(--light);
  letter-spacing: 0.138rem;
  text-transform: uppercase;
  font-size: 1vw;
}

.contact-content {
  display: flex;
  gap: 1rem;
  padding: 0.2rem 0;
  font-size: 1vw;
}

.address-text {
  font-size: 1vw;
}

.footer-container {
  width: 85%;
  margin: auto;
}


.site_btn {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: fit-content;
  padding: 10px 20px;
  background: #0a4555;
  font-weight: 600;
  letter-spacing: 0.238rem;
  font-size: 15px;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  border: 1px solid #fff;
}

.brochure_btn {
  position: fixed;
  left: 2%;
  bottom: 2%;
  width: fit-content;
  padding: 10px 20px;
  background: #0a4555;
  font-weight: 600;
  letter-spacing: 0.238rem;
  font-size: 15px;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  border: 1px solid #fff;
}

.mob_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #fff;
  background: #0a4555;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  z-index: 999;
  text-align: center;
}

.brd {
  border-right: 1px solid #fff;
}

/* *******modal form starts***** */

.custom-modal-content {
  position: relative;
  z-index: 1;
  padding: 1.25rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid var(--light);
  background: url(../assets/images/background/4.webp) no-repeat;
  background-size: cover;
  border-radius: 0px;
  /* background-position: center bottom; */
}

/* .custom-modal-content::before, .custom-modal-content::after {
    position: absolute;
    content: "";
    width: 19%;
    -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: 15%;
    top: 0;
    z-index: -1;
    left: 0;
    background: url(../assets/images/icons/icon3.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-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;
  filter: brightness(0) invert(1);
}

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

.custom-placeholder {
  padding: 0.75rem 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: unset;
  color: var(--light) !important;
  font-weight: 400;
  letter-spacing: 1.438px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--light);
}

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

.modal-form .custom-placeholder:-ms-input-placeholder {
  color: var(--light) !important;
}

.modal-form .custom-placeholder::-ms-input-placeholder {
  color: var(--light) !important;
}

.custom-placeholder:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: var(--light) !important;
  background-color: transparent;
  border: 1px solid var(--light);
  -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-placeholder::-webkit-input-placeholder {
  color: var(--light) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  font-size: 1rem !important;
}

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

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

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

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

/* .custom-modal-content::before {
    left: -8% !important;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: unset;
    z-index: -1;
    top: 0;
    filter: brightness(0) invert(1);
  }

  .custom-modal-content::after {
    right: -8%;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: unset;
    z-index: -1;
    bottom: 0;
    filter: brightness(0) invert(1);
  } */

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

.form-control.custom-input {
  background: transparent;
  color: var(--primary);
}

.mobile-input-div {
  position: relative;
}

.mobile-input-div .country-code {
  position: absolute;
  top: 14px;
  left: 2px;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--light);
}

.invalid-feedback {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

.form-control.custom-input.mobile-input {
  padding-left: 2.55rem;
}

.form-control.custom-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header {
  border-bottom: unset;
}

.modal-form .form-check-label {
  color: var(--light) !important;
  font-weight: 400;
  cursor: pointer;
  font-size: 1rem;
}

.btn-submit {
  color: var(--light);
  text-transform: uppercase;
}

.primary-button {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0.238rem;
}

::-webkit-input-placeholder {
  color: var(--primary) !important;
}

::-moz-placeholder {
  color: var(--primary) !important;
}

:-ms-input-placeholder {
  color: var(--primary) !important;
}

::-ms-input-placeholder {
  color: var(--primary) !important;
}

::placeholder {
  color: var(--primary) !important;
}

/* Target placeholders inside the modal form only */
.modal-form ::placeholder {
  color: var(--primary) !important;
  opacity: 1;
}

.modal-form input::-webkit-input-placeholder {
  color: var(--primary) !important;
}

.modal-form input:-moz-placeholder {
  color: var(--primary) !important;
}

.modal-form input::-moz-placeholder {
  color: var(--primary) !important;
}

.modal-form input:-ms-input-placeholder {
  color: var(--primary) !important;
}

/* thank you page css */

nav.thank-you {
  background-color: #00000080;
}

section.secton-thankyou {
  height: 450px;
  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;
  padding: 0rem 1.5rem;
  margin: 8rem auto auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

section.secton-thankyou .thankyou-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.75rem auto 1.15rem auto !important;
  text-align: center;
  text-wrap: pretty;
}

section.secton-thankyou .thankyou-subtitle {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.75;
  text-align: center;
  text-wrap: pretty;
}

.section-list li {
  list-style: unset;
  text-decoration: none;
}

/* ---------------- whatapp cta ------------------------------- */

.whatapp-cta {
  position: fixed;
  bottom: 100px;
  right: 1%;
  z-index: 111;
}

.whatapp-cta img {
  border-radius: 30%;
}


.instagram {
    position: fixed;
    bottom: 10rem;
    right: 1%;
    z-index: 111;
}

.instagram img {
  height: 50px;
  width: 50px;
}

.facebook {
    position: fixed;
    bottom: 14rem;
    right: 1%;
    z-index: 111;
}

.facebook img {
  height: 50px;
  width: 50px;
}
/* thank you page css */

/* media queries */
@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1400px) {
  .thumb-slider-content {
    width: 70%;
    transition: all 0.5s ease;
  }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1200px) {
  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.6rem 4rem;
  }

  .banner-overlay .banner-title22 {
    margin: 0 0 0 -4rem;
  }

  .banner-overlay {
    left: 56%;
  }

  .section-desc {
    font-size: 1.5vw;
  }

  .thumb-slider-container {
    width: 95%;
    transition: all 0.5s ease;
  }

  .thumb-slider-content {
    padding: 1rem 2rem;
    transition: all 0.5s ease;
  }

  .thumb-slider-container .swiper-slide {
    width: 100%;
    height: 10dvh !important;
    transition: all 0.5s ease;
  }

  .location-accordion {
    padding: 1.5rem;
    width: 55%;
  }

  .location-accordion .accordion-header button {
    font-size: 1.5vw;
  }

  .location-accordion-content .location-content .location-head .location-title {
    font-size: 1.5vw;
  }

  .location-accordion-content .location-content .location-dist {
    font-size: 1.5vw;
  }

  .gallery-nav .nav-pills button {
    font-size: 1.5vw;
  }

  .believe-nav .custom-nav .nav-item .nav-link {
    font-size: 1.5vw;
  }

  .config-container {
    width: 95%;
    margin: auto;
  }

  .plan-content p {
    font-size: 1.25vw;
  }

  .plan-content h5 {
    font-size: 1.5vw;
  }

  .link-col a {
    font-size: 1.3vw;
  }

  .rera-btn {
    font-size: 1.3vw;
  }

  .address-text {
    font-size: 1.3vw;
  }

  .contact-content {
    font-size: 1.3vw;
  }

  .addres-title {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 991px) {
  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.75rem 2rem;
  }

  .banner-overlay .banner-text {
    font-size: 6.75vw;
  }

  .btn-number {
    display: none;
  }

  .navbar-container {
    display: flex;
  }

  .desktop-nav {
    display: none;
  }

  .header_banner .header-text {
    font-size: 1vw;
  }

  .project-txt span {
    font-size: 2vw;
  }

  .section-title {
    font-size: 4.8vw;
  }

  .section-desc {
    font-size: 1.85vw;
  }

  .custom-text-width {
    width: 90%;
  }

  .about-img {
    gap: 3rem;
  }

  .config-nav .nav-pills .nav-item .nav-link {
    font-size: 0.9rem;
  }

  .section-configuration {
    background-image:
      linear-gradient(114deg,
        #0a4555ab 0.92%,
        #0a4555ab 20.56%,
        #0a45556e 42.17%,
        #0a4555ab 56.1%,
        #0a455570 70.31%),
      url(../assets/images/configuration/config-mob.webp);
  }

  .thumb-slider-container {
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
    width: 100%;
    margin: 1rem auto auto auto;
  }

  .thumb-slider-content {
    width: 100%;
    transition: all 0.5s ease;
  }

  .location-accordion {
    padding: 1rem;
    width: 100%;
    margin-top: 1rem;
  }

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

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

  section.section-location {
    padding: 4rem 0 3rem 0;
    background: var(--lime-white);
  }

  .location-accordion .accordion-header button {
    font-size: 1.85vw;
  }

  .location-accordion-content .location-content .location-head .location-title {
    font-size: 1.85vw;
  }

  .location-accordion-content .location-content .location-dist {
    font-size: 1.85vw;
  }

  .gallery-nav .nav-pills button {
    font-size: 1.85vw;
  }

  .believe-nav .custom-nav .nav-item .nav-link {
    font-size: 1.85vw;
  }

  .config-txt-container {
    height: 45dvh;
  }

  .config-nav .nav-pills {
    width: 100%;
  }

  .plan-content p {
    font-size: 1.55vw;
    line-height: 26px;
  }

  .benefit-card h4 {
    font-size: 2vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .plan-content h5 {
    font-size: 1.85vw;
  }

  .link-col a {
    font-size: 1.6vw;
  }

  .rera-btn {
    font-size: 1.6vw;
  }

  .address-text {
    font-size: 1.6vw;
  }

  .contact-content {
    font-size: 1.6vw;
  }

  .addres-title {
    font-size: 1.6vw;
  }

  .bg-color {
    padding: 0;
  }

  .footer-qr {
    width: 7rem;
  }

  .footer-container {
    width: 95%;
    margin: auto;
  }

  section.section-essence {
    height: 100%;
  }

  .essence-content-img {
    height: 70dvh;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-container .navlogo .logo {
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    width: 36px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  header.dropped .navbar-container .navlogo .logo {
    width: 63px;
  }

  .menu_nav li a {
    font-size: 7vw;
  }

  .navbar-container .navlogo {
    margin: 0 0 0 2rem;
  }

  .hide-text-mob {
    display: none;
  }

  .banner-overlay {
    left: 50%;
  }

  .mob-img {
    width: 15vh;
  }

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

  section.main-banner {
    /* margin: 3.85rem 0 0 0; */
  }

  .header_banner .header-text {
    font-size: 1.25vw;
  }

  .modal-logo {
    width: 5rem;
  }

  .main-title {
    font-size: 7vw;
    padding-top: 1rem;
    line-height: 1.8;
  }

  .section-title {
    font-size: 6vw;
  }

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

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

  .about-img {
    gap: 1rem;
    flex-direction: column-reverse;
    margin-top: 2rem;
  }

  .left-image img {
    width: 100%;
  }

  .right-image img {
    width: 100%;
  }

  .about-video {
    height: 30dvh;
  }

  .project-txt span {
    font-size: 2vw;
  }

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

  .thumb-slider-container .swiper-nav .swiper-button img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(34%) saturate(1150%) hue-rotate(158deg) brightness(88%) contrast(95%);
  }

  .map-frame {
    display: none;
  }

  .location-map {
    padding: 0rem;
  }

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

  .location-accordion .accordion-header button {
    padding: 0.25rem 1rem 0.25rem 1.75rem;
    line-height: 34px;
  }

  .loc-color {
    padding-bottom: 1rem;
    text-align: center;
    color: var(--primary) !important;
  }

  .location-accordion .accordion-header button {
    font-size: 2.25vw;
  }

  .location-accordion-content .location-content .location-head .location-title {
    font-size: 2.25vw;
  }

  .location-accordion-content .location-content .location-dist {
    font-size: 2.25vw;
  }

  .gallery-nav .nav-pills button {
    font-size: 2.25vw;
  }

  .believe-nav .custom-nav .nav-item .nav-link {
    font-size: 2.25vw;
  }

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

  .config-nav .nav-pills .nav-item {
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    width: 100%;
  }

  .plan-content p {
    font-size: 2.15vw;
  }

  .plan-content h5 {
    font-size: 2.5vw;
  }

  .plan-step {
    min-width: unset;
  }

  .plan-content {
    padding-left: 3rem;
  }

  .plan-step span {
    font-size: 1.5rem;
  }

  .step-strip {
    height: calc(100% + 42%);
    width: 18px;
    right: -50%;
  }

  .plan-item {
    padding: 1rem 1rem;
  }

  section.section-location {
    padding: 2rem 0rem;
  }

  section.section-faq {
    padding: 2rem 0;
  }

  .footer-content {
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .link-col a {
    font-size: 2.25vw;
  }

  .rera-btn {
    font-size: 2.25vw;
  }

  .address-text {
    font-size: 2.25vw;
  }

  .contact-content {
    font-size: 2.25vw;
  }

  .addres-title {
    font-size: 2.25vw;
  }

  .custom-modal-content::before,
  .custom-modal-content::after {
    width: 17%;
    height: 11%;
  }
}

@media only screen and (max-width: 650px) {
  section.section-gallery {
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 576px) {
  section.section-essence {
    padding: 3rem 0;
  }

  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0rem 1rem;
  }

  .navbar-container .menu a {
    padding: 0.25rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 58px;
    height: 58px;
  }

  .header_banner .header-text {
    font-size: 2vw;
  }

  .section-desc {
    font-size: 2.85vw;
  }

  .section-title {
    font-size: 6.5vw;
  }

  .gallery-thumb-swiper-container .gallery-img {
    height: 50dvh;
    transition: all 0.5s ease;
  }

  .thumb-slider-container .swiper-slide {
    height: 8dvh !important;
    transition: all 0.5s ease;
  }

  .location-accordion .accordion-header button {
    font-size: 2.85vw;
  }

  .location-accordion-content .location-content .location-head .location-title {
    font-size: 2.85vw;
  }

  .location-accordion-content .location-content .location-dist {
    font-size: 2.85vw;
  }

  .gallery-nav .nav-pills button {
    font-size: 2.85vw;
  }

  .believe-nav .custom-nav .nav-item .nav-link {
    font-size: 2.85vw;
  }

  .project-txt span {
    font-size: 3.5vw;
  }

  .config-nav .nav-pills .nav-item .nav-link {
    font-size: 1rem;
    text-wrap: nowrap;
  }

  .plan-content p {
    font-size: 3vw;
  }

  .plan-content h5 {
    font-size: 3vw;
  }

  .link-col a {
    font-size: 3vw;
  }

  .rera-btn {
    font-size: 3vw;
  }

  .address-text {
    font-size: 3vw;
  }

  .contact-content {
    font-size: 3vw;
  }

  .addres-title {
    font-size: 3vw;
  }

  .essence-content-img {
    height: 60dvh;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    font-size: 5vw;
  }
}

@media only screen and (max-width: 460px) {
  .navbar-container .navlogo {
    margin: 0 0 0 1.8rem;
  }

  .navbar-container .navlogo .logo {
    width: 23px;
  }

  .mob-img {
    width: 15vh;
  }

  .section-title {
    font-size: 7vw;
  }

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

  .location-accordion .accordion-header button {
    font-size: 3vw;
  }

  .location-accordion-content .location-content .location-head .location-title {
    font-size: 3vw;
  }

  .location-accordion-content .location-content .location-dist {
    font-size: 3vw;
  }

  .gallery-nav .nav-pills button {
    font-size: 3vw;
  }

  .believe-nav .custom-nav .nav-item .nav-link {
    font-size: 3vw;
  }

  .plan-content p {
    font-size: 3.55vw;
  }

  .plan-content h5 {
    font-size: 3.5vw;
  }

  .plan-content {
    padding-top: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-strip {
    height: calc(100% + 32%);
    right: -42%;
  }

  .link-col a {
    font-size: 3.5vw;
  }

  .rera-btn {
    font-size: 3.5vw;
  }

  .address-text {
    font-size: 3.5vw;
  }

  .contact-content {
    font-size: 3.5vw;
  }

  .addres-title {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 400px) {
  .section-desc {
    font-size: 4vw;
  }

  .location-accordion .accordion-header button {
    font-size: 4vw;
  }

  .location-accordion-content .location-content .location-head .location-title {
    font-size: 4vw;
  }

  .location-accordion-content .location-content .location-dist {
    font-size: 4vw;
  }

  .section-title {
    font-size: 8vw;
  }

  .gallery-nav .nav-pills button {
    font-size: 4vw;
  }

  .believe-nav .custom-nav .nav-item .nav-link {
    font-size: 4vw;
  }

  .plan-content p {
    font-size: 4vw;
  }

  .link-col a {
    font-size: 4vw;
  }

  .rera-btn {
    font-size: 4vw;
  }

  .address-text {
    font-size: 4vw;
  }

  .contact-content {
    font-size: 4vw;
  }

  .addres-title {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 350px) {
  .navbar-container .navlogo {
    margin: 0 0 0 1rem;
  }
}