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

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


@font-face {
  font-family: lucky-beauty;
  src: url("../assets/fonts/Lucky-Beauty.ttf");
}


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

:root {
  --light: #fff;
  --polish-gray: #A4AEB5;
  --dark: #262626;
  --Montserrat: "Montserrat", serif;
  --primary: #D4A851;
  --dark-bg: #111;
  --text-dark: #1A1A1A;
  --dark-blue: #005792;
  --lucky-beauty: "lucky-beauty";
  --gray: #5C6368;
  --manrope: "Manrope", sans-serif;
  --dark-blue: #1D2327;
}

.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(--Montserrat) !important;
}

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 {
  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%;
  /* background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.822))); */
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.822));
  /* background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.822)); */
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-bottom: 1px solid rgba(228, 228, 228, 0.50);
}

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);
  /* adds the blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
}

header.dropped .navbar-container .navlogo .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: 1rem 6.5rem;
}

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

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
} */

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

.navbar-container .menu .menu-txt {
  display: block;
  font-family: var(--Nunito-Sans);
  font-weight: 600;
  /* background-image: var(--primary-bg); */
  color: var(--light);
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  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: 120px;
  -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;
}

@-webkit-keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

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

.offcanvas-body .offcanvas-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.offcanvas-body .offcanvas-navs .offcanvas-nav .offcanvas-link {
  color: var(--light);
  font-size: 1rem;
  font-weight: 500;
  /* opacity: 0.75; */
}

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

.btn-primary {
  background: var(--primary);
  color: var(--light);
  border: none;
  gap: 0.25rem;
  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: 0.75rem 1.25rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  border-radius: 0px;
  font-size: 1rem;
  text-transform: capitalize;
}

.btn-primary .download-txt {
  color: var(--light);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  font-size: 1rem;
  text-transform: capitalize;
}

.btn-primary.btn-fixed {
  position: fixed;
  padding: 0.45rem 1rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  right: 0%;
  z-index: 999;
  -webkit-transform: translate(71px, -50%) rotate(270deg);
  -ms-transform: translate(71px, -50%) rotate(270deg);
  transform: translate(71px, -50%) rotate(270deg);
}

.btn-primary.btn-fixed .download-txt {
  color: var(--dark);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  font-size: 0.75rem;
  text-transform: capitalize;
}

.btn-primary.btn-fixed .download-img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@-webkit-keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #f9bc57;
    box-shadow: 0 0 0 0 #f9bc57 4c6dc591;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #f9bc57;
    box-shadow: 0 0 0 0 #f9bc57 4c6dc591;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.pulse-animate {
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
}

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

section {
  overflow: hidden;
}

.section-title {
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--manrope);
}

.section-subtitle {
  font-size: 2.2vw;
  margin: 1rem auto 1.85rem auto !important;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--lucky-beauty);

}

.section-desc {
  font-size: 0.9rem;
  line-height: 30px;
  text-transform: capitalize;
  font-style: normal;
}


.enquire-div {
  position: fixed;
  bottom: -50px;
  left: -50px;
  cursor: pointer;
  z-index: 99;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
  transition: all 1.5s ease;
}

.enquire-div.show {
  bottom: 1vw;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  left: 1vw;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* *********banner section starts******** */


section.main-banner {
  position: relative;
  overflow: hidden;
  /* margin: 3.85rem 0 0 0; */
}

/* .main-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 74%) 0%, rgb(0 0 0 / 0%) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
} */

.main-banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 10s ease-in-out;
}

/* Zoom In-Out Animation */
.main-banner .carousel-item.active img {
  animation: zoomInOut 12s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


.video-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  text-align: center;
}

.unveling-title-video {
  font-size: 3.4rem;
  font-family: var(--lucky-beauty);
  font-weight: 400;
  color: var(--light);
  padding: 0.5rem 0rem;
  margin-bottom: 1rem;
}

.video-box {
  margin: 0 auto;
}


.video-subtitle {
  color: var(--light);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9;
  font-style: normal;
  text-align: center;
  font-family: var(--lucky-beauty);
}

.video-descript {
  color: #c4c4c4;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.9;
  font-style: normal;
  text-align: center;
  font-family: var(--Montserrat);
}

/* *********banner section ends******** */
/* ********** */
.custom-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* spacing between icon and text */
  background: #fff;
  color: #D4A851;
  border: 1px solid #D4A851;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-view-btn .btn-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.custom-view-btn:hover {
  background: #D4A851;
  color: #fff;
}

.custom-view-btn:hover .btn-icon {
  filter: brightness(0) invert(1);
}

.location-button {
  display: flex;
  justify-content: center;
}

.custom-location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #D4A851;
  /* UPDATED */
  color: #fff;
  /* UPDATED */
  border: 1px solid #D4A851;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-location-btn .btn-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.custom-location-btn:hover {
  background: #fff;
  color: #D4A851;
}

.custom-location-btn:hover .btn-icon {
  filter: sepia(1) saturate(500%) hue-rotate(10deg) brightness(1);
}

.primary-button {
  display: flex;
  justify-content: center;
}

/* *** */
.highlight-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 0.5rem !important;
}

.highlight-value {
  font-size: 2rem;
  font-weight: 500;
  color: #1e3352;
  font-family: var(--lucky-beauty);
}

.highlight-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #E6E6E6;
}

/* vertical divider on desktop */
.highlight-divider {
  position: relative;
}

.land-text {
  line-height: 1.8 !important;
}

.about-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem;
}

/* *** */


.about-img {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 2rem;
  height: 80vh;
  margin: auto;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.8s ease;
  display: block;
}

/* SHINE overlay */
.about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: opacity 0.3s ease;
  z-index: 2;
  opacity: 0;
}

/* Hover animation */
.about-img:hover::before {
  opacity: 1;
  animation: shine 1.5s forwards;
}

.about-img:hover img {
  transform: scale(1.05);
}

/* SHINE animation */
@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}


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

/*********config section starts******/
section.section-home {
  padding: 4rem 0;
  position: relative;
  background: #000;
}

.home-content {
  margin: 4rem auto auto auto;
}

.home-nav .custom-nav {
  background-color: var(--light);
  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: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.9rem;
  margin: 3rem auto auto auto;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-nav .custom-nav .nav-item .nav-link {
  padding: 0.5rem 2.65rem;
  color: var(--light);
  background-color: #CCE7F6;
  border-radius: 100px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 1.05rem;
  font-weight: 400;
}

.home-nav .custom-nav .nav-item .nav-link.active {
  color: var(--light);
  background-color: var(--primary);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.home-config {
  height: 100%;
  padding: 2rem;
  background-color: var(--light);
}

.home-config .config-title {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 400;
  color: var(--primary);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 1rem 0 !important;
}

.home-config .config-subtitle {
  font-size: 0.95rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  text-wrap: balance;
  font-weight: 400;
  color: var(--dark);
}

.config-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.15rem;
}

.config-units .unit-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.config-units .unit-detail .unit-icon {
  width: 20px;
  height: 20px;
}

.config-units .unit-detail .unit-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.config-units .unit-detail .unit-txt {
  font-weight: 400;
  color: var(--text-color);
  font-size: 1.025rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-img {
  height: 100%;
  position: relative;
  cursor: pointer;
}

.home-img::after {
  content: "";
  position: absolute;
  background: url(../assets/images/icons/home.svg) no-repeat center center / cover;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.home-img img {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  height: 100%;
}

/*********config section ends******/

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

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

.landmark-box {
  background: var(--light);
  border: 1px solid #e3e3e3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  padding: 1.5rem 1.8rem;
  transition: all 0.3s ease;
  text-align: center;
  margin-top: 2rem;
}

.landmark-box img {
  width: 50px !important;
  height: 50px;
  margin: auto;
}

.landmark-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.amenities-carousel .owl-nav button {
  width: 60px;
  height: 60px;
}

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


.amenities-carousel .owl-nav button:hover {
  background: transparent !important;
}

.landmark-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  color: var(--primary);
  font-family: var(--Montserrat);
}


/* *********section properties ends******* */

/* *****gallery section starts******* */
section.section-config {
  position: relative;
  background: #000;
  padding: 4rem 0;
}

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

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

.config-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.config-tab-content {
  margin: 2rem 0 0 0;
}


.config-nav .nav-pills .nav-link {
  position: relative;
  padding: 1rem 1.5rem;
  background: transparent;
  font-size: 1rem;
  color: var(--light);
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
}

.config-nav .nav-pills .nav-link.active {
  background: transparent;
  color: var(--primary);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid var(--primary);
}

.config-nav .nav-pills .nav-link.active::before,
.config-nav .nav-pills .nav-link.active::after {
  background-image: unset;
}

.config-container {
  position: relative;
}

.config-container .swiper {
  width: 100%;
  height: 100%;
}

.config-container .swiper .swiper-wrapper {
  padding: 1.5rem 0;
}

.config-container .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swip-button {
  display: flex !important;
  justify-content: center;
}

.config-container .config-img {
  width: 60%;
  cursor: pointer;
  height: 100%;
  border-radius: 4px;
  position: relative;
  margin: auto;
}

.config-container .config-img .config-txt {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: var(--light);
  font-size: 1.25rem;
  padding: 1rem 3rem;
  background-color: var(--primary);
  font-weight: 400;
  text-transform: capitalize;
  z-index: 1;
}

.plans-blur img {
  filter: blur(8px);
}

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

.mySwiper2-3bhk,
.mySwiper2-4bhk,
.mySwiper2-master,
.mySwiper2-construction {
  height: 80%;
  width: 100%;
}

.mySwiper-3bhk,
.mySwiper-4bhk,
.mySwiper-master,
.mySwiper-construction {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper-3bhk .swiper-slide,
.mySwiper-4bhk .swiper-slide,
.mySwiper-master .swiper-slide,
.mySwiper-construction .swiper-slide {
  width: calc(60% / 4) !important;
  height: 120px;
  opacity: 0.4;
  cursor: pointer;
}

.mySwiper-3bhk .swiper-slide-thumb-active,
.mySwiper-4bhk .swiper-slide-thumb-active,
.mySwiper-master .swiper-slide-thumb-active,
.mySwiper-construction .swiper-slide-thumb-active {
  opacity: 1;
}

.config-container .swiper-button-prev:after,
.config-container .swiper-button-next:after {
  content: "" !important;
}

.config-container .swiper-nav .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  width: 75px;
  height: 75px;
}

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

.config-container .swiper-nav .swiper-button.swiper-button-prev {
  left: 8%;
}

.config-container .swiper-nav .swiper-button.swiper-button-next {
  right: 8%;
}

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

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

.map-frame::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  pointer-events: none;
}

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

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

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

.location-accordion {
  background: var(--light);
  padding: 2rem;
  width: 35vw;
  position: relative;
  z-index: 3;
  border-radius: 5px;
  border: 1px solid rgba(114, 114, 114, 0.10);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
}

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

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

.location-accordion .accordion-header {
  background: transparent;
  position: relative;
  border: 1px solid var(--gold);
  border-radius: 20px;
  padding: 0.25rem;
}

.location-accordion .accordion-header button {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  color: var(--primary);
  text-transform: capitalize;
  font-weight: 600;
  padding: 0.35rem 1rem 0.25rem 2.75rem;
  position: relative;
  line-height: 52px;
  border: 1px solid var(--primary);
  font-size: 1.05rem;
}

.location-accordion .accordion-button::after {
  background-image: url("../assets/images/icons/broder.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 20px;
  -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(--dark);
  font-family: var(--Montserrat);
}

.location-accordion-content .location-content .location-head .location-title {
  font-weight: 400;
  font-family: var(--Montserrat);
  color: var(--dark);
  font-size: 1rem;
  -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;
  font-family: var(--Montserrat);
  color: var(--dark);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1rem;
  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;
}

.accordion-item img {
  position: absolute;
  left: 2%;
  top: 20px;
  width: 23px;
}

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

.gallery-content {
  width: 85%;
  margin: auto 0 auto auto;
}

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

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

.gallery-nav .swiper-nav .swiper-button-prev-2,
.gallery-nav .swiper-nav .swiper-button-next-2 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-nav .swiper-nav .swiper-button-prev-2 img,
.gallery-nav .swiper-nav .swiper-button-next-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ensures image fits nicely */
}

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

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

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

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

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

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

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

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

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

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

.highlight-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
  color: var(--dark);
  font-family: var(--lucky-beauty);
}

.highlight-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
  color: var(--dark);
  text-transform: capitalize;
}


.highlight-desc {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 30px;
  margin-bottom: 0.4rem !important;
}

.highlights-icons {
  display: flex;
  justify-content: space-between;
  /* gap: 12px; */
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #E4E4E4;
}

.high-text {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 7px;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.high-text p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark);
}

.gallery-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* ensures shine stays inside image bounds */
}

.gallery-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}


.gallery-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 2;
  opacity: 0;
}

/* Trigger shine on hover */
.gallery-img:hover::before {
  opacity: 1;
  animation: shine 1s;
}

/* Optional subtle zoom-in on hover */
.gallery-img:hover img {
  transform: scale(1.05);
}

@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

/* ********section highlight ends******* */

/* ***********contact us section starts***** */
.contact-footer-section {
  background-color: var(--dark-blue);
  color: #fff;
  padding: 4rem 0rem;
}

.footer-logo {
  width: 200px;
  margin-bottom: 4rem;
}

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

.footer-links h5 {
  color: var(--primary);
  margin-bottom: 1.2rem !important;
  font-weight: 600;
  font-size: 2rem;
  font-family: var(--lucky-beauty);
}

.dflex {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: var(--light);
  text-decoration: none;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: var(--primary);
}

.footer-contact p {
  margin: 6px 0;
  color: var(--light);
}


.footer-right h2 {
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 2rem !important;
  color: var(--light);
  font-family: var(--lucky-beauty);
}


.call-link {
  color: var(--light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

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

.footer-contact {
  margin-top: 1.4rem;
}

.custom-contact-form .form-group input,
.custom-contact-form .form-group select,
.custom-contact-form .form-group textarea {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #666;
  background-color: transparent;
  color: #fff;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s;
}

.custom-contact-form .form-group select option {
  color: var(--dark-bg);
  background: var(--light);
}

.custom-contact-form .form-group input:focus,
.custom-contact-form .form-group textarea:focus {
  border-bottom-color: #d3a64c;
}

.custom-contact-form textarea {
  resize: none;
  min-height: 80px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.9rem;
  color: #aaa;
}

.checkbox-group input {
  margin-right: 8px;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 8px 25px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 2px;
  align-self: flex-start;
}

.submit-btn .btn-icon {
  width: 16px;
  height: 16px;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.submit-btn:hover {
  background: var(--primary);
  color: var(--dark-bg);
}

.submit-btn:hover .btn-icon {
  filter: invert(1);
  transform: translateX(4px);
}



.footer-bottom {
  border-top: 1px solid rgba(179, 173, 173, 0.40);
  margin-top: 60px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--light);
}

.footer-bottom-links a {
  color: var(--light);
  text-decoration: none;
  margin-left: 20px;
}

.footer-bottom-links a:hover {
  color: var(--primary);
}

.foot-icon {
  display: flex;
  gap: 0.6rem;
}

.foot-icon img {
  margin-left: -8px;
}

.custom-contact-form .form-control {
  border: unset;
  border-bottom: 1px solid #666;
  background: transparent;
  color: #fff;
  border-radius: 0;
  padding: 10px 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

/* ***********contact us section ends***** */

.modal-content {
  background: var(--dark-bg);
}

.modal-body .form-control.custom-input {
  background: transparent;
  border: 1px solid var(--light);
  border-radius: 0px;
  padding: 0.65rem 1rem;
  color: var(--light);
}

.modal-body .form-control.custom-input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.modal-body ::-webkit-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body ::-moz-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body :-ms-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body ::-ms-input-placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

.modal-body ::placeholder {
  color: var(--light) !important;
  opacity: 0.5;
}

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

.mobile-form .invalid-feedback {
  color: var(--light);
}

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

.modal-logo {
  width: 100px;
}

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



/* 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;
  font-family: lucky-beauty;
}

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

/* thank you page css */

/* media queries */

@media only screen and (max-width: 1500px) {
  .gallery-content {
    width: 95%;
    margin: auto 0 auto auto;
  }

}


@media only screen and (max-width: 1400px) {
  .gallery-content {
    width: 93%;
    margin: auto 0 auto auto;
  }

  .landmark-title {
    font-size: 1.1rem;
  }

  .mySwiper-3bhk .swiper-slide,
  .mySwiper-4bhk .swiper-slide,
  .mySwiper-master .swiper-slide {
    width: calc(70% / 4) !important;
    height: 100px;
  }
}

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

  .gallery-content {
    width: 96%;
    margin: auto 0 auto auto;
  }

  .section-subtitle {
    font-size: 3.2vw;
  }

  .landmark-title {
    font-size: 1.2rem;
  }
}

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

  .gallery-content {
    width: 97%;
    margin: auto;
  }

  .unveling-title-video {
    font-size: 2.8rem;
  }

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

  .mySwiper-3bhk .swiper-slide,
  .mySwiper-4bhk .swiper-slide,
  .mySwiper-master .swiper-slide {
    width: calc(80% / 3) !important;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    right: 8%;
    font-size: 1.65vw;
    transition: all 1s ease;
  }
}

@media only screen and (max-width: 1100px) {
  .gallery-content {
    width: 97%;
    margin: auto;
  }
}

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


  .section-subtitle {
    font-size: 2.25rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .unveling-title-video {
    font-size: 2.3rem;
  }

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

  section.section-location {
    padding: 4rem 0 3rem 0;
    background: transparent;
  }

  .config-nav .nav-pills {
    justify-content: center;
  }

  .config-container .swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin: 1rem auto;
  }

  .config-container .swiper-nav .swiper-button {
    position: relative;
    /* top: unset; */
    width: 55px;
    height: 55px;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    top: 50%;
    right: 5%;
    text-wrap: balance;
    font-size: 2.5vw;
    transition: all 1s ease;
  }

  .mySwiper-3bhk .swiper-slide,
  .mySwiper-4bhk .swiper-slide,
  .mySwiper-master .swiper-slide,
  .mySwiper-construction .swiper-slide {
    width: calc(90% / 4) !important;
    margin: auto;
    height: 60px;
  }

  .config-container .config-img {
    width: 100%;
  }

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

  .gallery-swiper-container .swiper-nav .swiper-button {
    top: 31%;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

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

  .footer-right h2 {
    font-size: 1.7rem;
  }

  .footer-logo {
    width: 134px;
    margin-bottom: 1rem;
    margin: auto;
  }

  .dflex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@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: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

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

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

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

  .main-banner,
  .main-banner .carousel-item,
  .main-banner img {
    height: 70vh;
  }

  .main-banner img {
    object-fit: cover;
    object-position: center;
  }

  .video-subtitle {
    font-size: 1.2rem;
  }

  .about-img {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 2rem;
    height: 100%;
    margin: auto;
  }

  .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
    display: block;
  }

  .highlight-value {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e3352;
    font-family: var(--lucky-beauty);
  }

  /* **********nav-css start*/
  section.section-home {
    padding: 2rem 0;
  }

  .home-nav .custom-nav .nav-item {
    position: relative;
  }

  .home-nav .custom-nav {
    gap: 1.2rem;
    width: 100%;
  }


  .home-nav .custom-nav .nav-item .nav-link {
    padding: 0.55rem 1.5rem;
    color: var(--light);
    background-color: #CCE7F6;
    width: 100%;
    border-radius: 100px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 0.85rem;
    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;
    font-weight: 600;
    gap: 1rem;
  }

  .home-nav .custom-nav .nav-item .nav-link.active {
    color: var(--light);
    background-color: var(--primary);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  /* **********nav-css ends*/

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

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

  .map-frame {
    display: none;
  }

  .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;
    padding: 0 1rem;
    -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;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    font-size: 3.25vw;
    transition: all 1s ease;
  }

  .landmark-title {
    font-size: 1rem;
  }

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

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

  .config-container .config-img {
    width: 100%;
  }

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

  .config-container .swiper-nav .swiper-button.swiper-button-prev {
    left: 0%;
  }

  .config-container .swiper-nav .swiper-button.swiper-button-next {
    right: 0%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-top: 43px;
    padding-top: 11px;
  }

  .dflex {
    display: unset;
    text-align: center;
  }

  .foot-icon {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
  }
}

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

@media only screen and (max-width: 576px) {
  .enquire-div {
    display: block;
    bottom: -50px;
    width: 100%;
    left: 0px;
    z-index: 99;
    -webkit-animation: unset;
    animation: unset;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .enquire-div.show {
    bottom: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }


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

  .navbar-container .menu a {
    padding: 0.45rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .section-subtitle {
    font-size: 2rem;
  }

  .unveling-title-video {
    font-size: 2.25rem;
  }

  .mySwiper .swiper-slide .scroll-content .scroll-txt {
    top: 58%;
    right: 3%;
  }

  /* ************** */


  /* ************** */
  .config-container .config-img .config-txt {
    font-size: 1rem;
    padding: 0.85rem 2rem;
  }

  .gallery-swiper-container .swiper-nav .swiper-button {
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .footer-right h2 {
    font-size: 1.5rem;
    text-align: center;
  }


  .footer-logo {
    margin: auto;
  }

  .footer-logo img {
    width: 134px;
    margin-bottom: 1rem;
  }

}

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

@media only screen and (max-width: 400px) {
  .section-subtitle {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 350px) {
  .section-subtitle {
    font-size: 1.5rem;
  }
}