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

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;
  letter-spacing: 1.4px;
  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;
}

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

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

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

.video-main {
  height: 100vh;
}

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

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::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.27) 0%,
    rgba(0, 0, 0, 0) 41.53%,
    rgba(0, 0, 0, 0.9) 84.72%
  ); */
  z-index: 2;
}

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

/* Zoom In-Out Animation */
.video-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);
  }
}

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

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

section.main-banner {
  position: relative;
  overflow: hidden;
}

/* Main Swiper */
.mainSwiper {
  width: 100%;
  height: 100%;
}

.mainSwiper .swiper-slide {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomInOut 16s ease-in-out infinite;
  transform-origin: center center;
}

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

  50% {
    transform: scale(1.08);
  }

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

/* Text overlay */
.video-text {
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 45%;
  color: var(--light);
  z-index: 2;
}

/* .video-content-wrapper {
  max-width: 600px;
} */

.unveling-title-video {
  font-size: 3.4rem;
  font-family: var(--lucky-beauty);
  font-weight: 400;
  color: var(--light);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

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

/* Thumbnail Swiper */
.thumbSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
  margin: 1rem auto 0;
}

.thum-wrapper {
  position: absolute !important;
  bottom: 4%;
  left: 0%;
  right: 0%;
  z-index: 2;
}

.thumbSwiper .swiper-slide {
  width: auto;
  height: auto;
  /* opacity: 0.4; */
  filter: grayscale(80%) brightness(60%) contrast(110%);
  transition: 0.3s;
  cursor: pointer;
}

.thumbSwiper .swiper-slide-thumb-active {
  /* opacity: 1; */
  filter: unset;
}

.thumbSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Swiper Arrows */
/* .mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev {
  color: #fff;
} */

.thumb-button-prev,
.thumb-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.18);

  border-radius: 50%;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.thumb-button-prev:hover,
.thumb-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

.thumb-button-prev img,
.thumb-button-next img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.thumb-button-prev {
  left: -6%;
  /* slightly outside thumbnail strip */
}

.thumb-button-next {
  right: -6%;
}

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

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

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

/* Right side points wrapper */
.about-points {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 2rem;
}

/* Each numbered item */
.point-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.point-number {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--primary);
  font-family: var(--lucky-beauty);
  min-width: 3rem;
  margin: 0;
}

.point-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem !important;
  color: var(--dark-bg);
}

.point-desc {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 30px;
  max-width: 90%;
}

.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);
  /* make icon white on hover if it's dark */
}

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

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

.properties-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
  color: var(--dark-bg);
  font-family: var(--manrope);
}

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

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

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

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

.properties-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* keep shine inside image area */
}

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

/* Shine overlay */
.properties-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 */
.properties-img:hover::before {
  opacity: 1;
  animation: shine 1s;
}

/* Optional smooth zoom */
.properties-img:hover img {
  transform: scale(1.05);
}

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

  100% {
    left: 125%;
  }
}

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

/* **********section landmarks starts***** */
.section-landmarks {
  padding: 4rem 3rem 8rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url("../assets/images/landmarks/backgrpund.webp") no-repeat center center/cover;
}

.landmarks-wrapper {
  position: relative;
  text-align: left;
}

.landmarks-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landmarks-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.landmarks-text {
  position: absolute;
  top: 33%;
  right: 5%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  max-width: 40%;
  text-align: left;
}

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

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

.landmark {
  position: absolute;
  bottom: -18%;
  right: 0;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5px;
  padding: 2rem;
  box-sizing: border-box;
  /* margin: auto auto auto 0; */
  width: 100%;
}

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

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

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

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

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

.landmark-section {
  display: none;
}

/* ********section highlight starts******* */
section.section-highlight {
  padding: 4rem 0rem;
  background: var(--dark-bg);
}

.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(--light);
  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(--light);
  text-transform: capitalize;
}

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

.highlights-icons {
  display: none;
  /* 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(--light);
}

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

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

.view-button {
  display: flex;
  justify-content: start;
}

/* ********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: 2.2vw;
  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 input:focus,
.custom-contact-form .form-group textarea:focus {
  border-bottom-color: #d3a64c;
}

.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.4);
  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,
.modal-body .form-select.custom-input {
  background-color: transparent;
  border: 1px solid var(--light);
  border-radius: 0px;
  padding: 0.65rem 1rem;
  color: var(--light);
}

.modal-body .form-select.custom-input option {
  background-color: var(--light);
  color: var(--dark-bg);
}

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

.modal-body .form-control.custom-input:focus,
.modal-body .form-select.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;
}

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 {
    bottom: -24%;
  }

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

@media only screen and (max-width: 1300px) {
  .landmark {
    bottom: -33%;
  }

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

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

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

  .section-landmarks {
    padding: 4rem 3rem 10rem 3rem;
  }
}

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

  .video-text {
    width: 70%;
    bottom: 24%;
  }

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

  .landmark {
    display: none;
  }

  .landmark-section {
    display: block;
  }

  .section-landmarks {
    padding: 4rem 3rem 3rem 3rem;
  }

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

  .landmarks-text {
    top: 46%;
  }
}

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

  .mainSwiper {
    width: 100%;
    height: 70vh;
  }

  .video-text {
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

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

  .video-descript {
    font-size: 1rem;
    line-height: 1.7;
  }

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

  .about-points {
    padding-left: 0;
    /* margin-top: 2rem; */
  }

  .video-main {
    height: auto;
  }

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

  .point-number {
    font-size: 1.7rem;
  }

  .point-title {
    font-size: 1.05rem;
  }

  .point-desc {
    font-size: 0.9rem;
  }

  .landmarks-wrapper {
    height: 80dvh;
  }

  .landmarks-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    top: unset;
  }

  .landmarks-text {
    position: absolute;
    bottom: -7%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: center;
    width: 100%;
    top: unset;
  }

  .gallery-swiper-container {
    width: 90%;
    margin: 2.75rem auto auto auto;
  }

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

  .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: -25px;
  }

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

  .video-banner,
  .video-banner .carousel-item,
  .video-banner img {
    /* height: 70vh; */
  }

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

  .video-main::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.27) 0%,
        rgba(0, 0, 0, 0.7) 41.53%,
        rgba(0, 0, 0, 0.9) 84.72%); */
    z-index: 2;
  }

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

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

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

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

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

  .custom-container {
    width: 90%;
  }

  .thumbSwiper {
    width: 100%;
  }

  .mainSwiper {
    width: 100%;
    height: 70vh;
  }

  .thumbSwiper .swiper-slide {
    height: auto;
  }

  .thumb-button-prev,
  .thumb-button-next {
    width: 34px;
    height: 34px;
  }

  .thumb-button-prev img,
  .thumb-button-next img {
    width: 14px;
    height: 14px;
  }

  .thumb-button-prev {
    left: 4px;
  }

  .thumb-button-next {
    right: 4px;
  }

  .properties-img {
    width: 100%;
    height: 50dvh;
  }

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

  .landmarks-text {
    max-width: unset;
    width: 100%;
  }

  .landmarks-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    top: unset;
  }

  .landmarks-text {
    position: absolute;
    bottom: 0%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: center;
    width: 100%;
    top: unset;
  }

  .section-landmarks {
    padding: 4rem 3rem 3rem 3rem;
  }

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

  .video-text {
    bottom: 14%;
    width: 100%;
  }

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

  .video-descript {
    font-size: 0.95rem;
    line-height: 1.6;
  }

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

  .about-points {
    gap: 2rem;
  }

  .point-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .point-number {
    font-size: 1.5rem;
  }

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

  .point-desc {
    max-width: 100%;
  }

  .section-landmarks {
    padding: 2rem 1rem;
  }

  .landmarks-text {
    max-width: unset;
    width: 100%;
  }

  .landmarks-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    top: unset;
  }

  .landmarks-text {
    position: absolute;
    bottom: 0%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: center;
    width: 100%;
    top: unset;
  }

  .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: 2rem;
    text-align: center;
  }

  .footer-logo {
    margin: auto;
  }

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

@media only screen and (max-width: 460px) {
  .landmarks-text {
    position: absolute;
    bottom: -15%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: center;
    width: 100%;
    top: unset;
  }
}

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