#lottie-cursor {
  transition: transform 0.2s ease;
  margin: 0%;
  /* border: solid 1px; */
}
.custom-cursor {
  position: fixed;
  /*border: solid 1px; */
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10000;
  width: 40px;
  height: 40px;
}

@font-face {
  font-family: "font1";
  src: url("Fonts/Convergence-Regular.ttf");
}

@font-face {
  font-family: "Sunset heaven";
  src: url("Fonts/Sunset-Heaven-Personal-Use-Only.ttf");
}

@font-face {
  font-family: "Nextir";
  src: url("Fonts/Nextir-Personal-Use-Only.ttf");
}

/* Floating Animation */
@keyframes floating-right {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -20px); /* moves diagonally */
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes floating-left {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, 20px); /* moves diagonally */
  }
  100% {
    transform: translate(0, 0);
  }
}

.floating-effect {
  animation: floating-right 3s ease-in-out infinite;
}

.floating-effect-left {
  animation: floating-left 3s ease-in-out infinite;
}

.Cinzel-Decorative {
  font-family: "Cinzel Decorative", serif;
}

.Cinzel {
  font-family: "cinzel", serif;
}

#home {
  position: relative;
}

.hero-sub-container {
  position: absolute;
  top: 35vh;
  right: 40vh;
  padding: 3%;
}

.bg-white-glass {
  /* From https://css.glass */
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
}

.bg-white-glass2 {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.54);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.8px);
  -webkit-backdrop-filter: blur(6.8px);
}

nav ul {
  list-style: none;
  margin: 0px;
}

nav ul li a {
  text-decoration: none;
  font-family: "Arial";
  font-size: 15px;
  font-weight: 600;
  color: grey;

  /* Smooth transition */
  transition: all 0.3s ease;
}

nav ul li a:hover {
  font-size: 17px;
  color: #274c77;
  /* text-shadow: 0px 0px 3px #274c77; */
}

.nav-links.active {
  color: #274c77;
  font-weight: 700;
  border-bottom: 2px solid #274c77;
  transition: all 0.3s ease;
}

.container-fluid {
  scroll-margin-top: 60px;
}

.my-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* ------------------Header Divider---------------------- */
.divider {
  text-align: center;
  width: 100%;
  /* border: solid 1px; */
  margin: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}

.divider span {
  display: block;
}

/* LEFT LINE */
.divider span:first-child {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, #274c77);
}

/* TEXT */
.divider span:nth-child(2) {
  padding: 0 0px;
  font-family: "font1", serif;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 600;
  color: #4b4849;
  color: #274c77;
  white-space: nowrap;
}

/* RIGHT LINE */
.divider span:last-child {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #274c77, transparent);
}

.font-round-key {
  font-family: "Round Key";
  color: #274c77;
}

.text-justify {
  text-align: justify;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bg-worm-white {
  background-color: rgb(236, 236, 234);
}

.bg-blue {
  background: linear-gradient(
    180deg,
    rgba(39, 135, 149, 0.08),
    rgba(255, 255, 255, 0)
  );
}

.heading-sticky {
  position: sticky;
  top: 18%;
}

.card-sticky {
  position: sticky;
  top: 30%;
  border: none;
  /* margin-bottom: 200px; */
}

#amenities {
  padding-bottom: 800px;
}

.boxShadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.boxShadow:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.gap-6 {
  gap: 50px;
}

.custom-card-text {
  text-align: center;
  font-weight: 500;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid black;
  /* font-family: "Sunset heaven"; */
  font-size: 20px;
  color: #274c77;
  line-height: 25px;
}

.custom-card-text2 {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cinzel Decorative", serif;
  font-size: 30px;
}
.w-48 {
  width: 48%;
}

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

.bg-overlay {
  background-image: url("Assets/interior1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 90vh;
  /* padding: 50px 0px; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.bg-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* change opacity */
  pointer-events: none;
  z-index: 0;
}

.font1 {
  font-family: "font1";
}

.text-heading {
  font-size: 45px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 0px !important;
}

.container-xl {
  z-index: 1;
}

.accordion-button {
  /* font-family: "Sunset heaven"; */
  font-size: 20px;
  /* font-weight: 600; */
  letter-spacing: 1.5px;
}

.floor-plan {
  position: relative;
}

.floor-plan-child {
  position: relative;
}

.floor-plan-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9); /* change opacity */
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.floor-plan-child:hover img {
  z-index: 2;
}

.floor-plan-child:hover .cnf-pop-text {
  visibility: hidden;
}

.floor-plan-child img {
  position: relative;
  z-index: 0;
}

.floor-plan:hover .floor-plan-child img {
  z-index: 2;
}

.floor-plan:hover .cnf-pop-text {
  visibility: hidden;
}

.floor-plan :nth-child(1) {
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}

.floor-plan :nth-child(2) {
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}

.cnf-pop-text {
  position: absolute;
  color: white;
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppin";
  /* font-family: "Sunset heaven"; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.font-s-h {
  font-family: "Sunset heaven";
  letter-spacing: 2px;
}

.font-nextir {
  font-family: "Nextir";
}

.carousel-control-next {
  position: absolute;
  bottom: -115%;
  right: 320px;
  opacity: 1;
}

.carousel-control-prev {
  position: absolute;
  bottom: -115%;
  left: 320px;
  opacity: 1;
}

/* Remove Bootstrap's default label styles */
.floating-label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #8d8d8d;
  transition: 0.3s ease;
  pointer-events: none;
  background: #fff;
  padding: 0 4px;
}

/* Target bootstrap .form-control */
.input-field .form-control {
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #8d8d8d;
}

.input-field .form-control:focus,
.input-field .form-control:not(:placeholder-shown) {
  border-color: #0034de;
  box-shadow: none;
}

/* Floating animation */
.input-field input:focus ~ .floating-label,
.input-field input:not(:placeholder-shown) ~ .floating-label {
  top: -4px;
  left: 10px;
  font-size: 0.8rem;
  color: #0034de;
  font-weight: 600;
}

/* Your button styling */
.custom-btn {
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #1034aa;
  border-bottom: 1px solid #90c2ff;
  background: linear-gradient(135deg, #0034de, #006eff);
  color: #fff;
  font-weight: bolder;
  box-shadow: 0px 2px 3px #000d3848, inset 0px 4px 5px #0070f0,
    inset 0px -4px 5px #002cbb;
  transition: 0.2s ease;
}

.custom-btn:active {
  box-shadow: inset 0px 4px 5px #0070f0, inset 0px -4px 5px #002cbb;
  transform: scale(0.98);
}

.last-container {
  /* min-height: 800px; */
  position: relative;
}

.last-container::before {
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%);
  width: 100%;
  height: 100%;
  background-color: #274c77;
  position: absolute;
  inset: 0;
  content: "";
  z-index: 1;
}

.accordion-button {
  /* font-family: "Round Key"; */
  /* font-weight: 600; */
}

.my-hex-card {
  clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%, 25% 0);
  background-color: #274c77;
  width: 300px;
  height: 250px;
  color: white;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto !important; /* remove vertical center */
  bottom: 50px !important; /* adjust distance from bottom */
  transform: translateX(-50%);
  color: #274c77;
  /* center alignment trick */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  font-size: 30px;
}

/* Move both arrows to center */
.swiper-button-prev {
  left: 50% !important;
  margin-left: -30px; /* spacing between buttons */
}

.swiper-button-next {
  left: 50% !important;
  margin-left: 30px;
}

.swiper-pagination {
}

.swiper-pagination-bullet-active {
  background-color: #274c77 !important;
}

.swiper-wrapper {
  padding-bottom: 125px;
}

.my-icon-contact-us {
  display: flex;
  align-items: start;
  justify-content: start;
  color: #274c77;
  font-size: 30px;
  margin-right: 5px;
  min-height: 100px;
}
