header {
  position: fixed;
  z-index: 3;
  width: 100%;
}

.banner-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 0;
  opacity: 0.5;
}

.banner-carousel .owl-nav .owl-prev,
.ourRooms .owl-nav .owl-prev {
  background: #ffffff50 !important;
  position: absolute;
  top: 45%;
  left: 5%;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
}

.banner-carousel .owl-nav .owl-next,
.ourRooms .owl-nav .owl-next {
  background: #ffffff50 !important;
  position: absolute;
  top: 45%;
  right: 5%;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
}

.banner-carousel .owl-nav .owl-prev span,
.banner-carousel .owl-nav .owl-next span,
.ourRooms .owl-nav .owl-prev span,
.ourRooms .owl-nav .owl-next span {
  color: #000000 !important;
  font-size: 30px;
  line-height: 24px;
}

.icon-box,
.feature-icon {
  width: 64px;
  height: 64px;
}

.roomImageHome {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover;
}

.RoomPrice {
  height: 100px;
  width: 100px;
  margin: 10px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  margin-left: -15px;
  box-shadow: 0 0 0 1px #ccc;
}
.avatar:first-child {
  margin-left: 0;
}
.stat-card {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: fit-content;
}
.stat-number {
  font-weight: 700;
  color: #8bc53f;
}
.divider {
  height: 50px;
  width: 1px;
  background-color: #ddd;
  margin: 0 20px;
}
.stat-label {
  color: #0a2b3c;
  font-size: 1.1rem;
  line-height: 1.3;
}

.jkr-bg {
  margin: 0;
  padding: 0;
  background: url("../images/location/vayalada.png") no-repeat center
    center/cover;
  height: auto;
  position: relative;
}

.jkr-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255) 50%,
    rgb(255 255 255) 100%
  );
  z-index: 0;
}

.glass-section {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}

.glass-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 30px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2); */
  color: #03303b;
  text-align: center;
  width: 220px;
  height: 300px;
  margin: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.glass-card i {
  font-size: 32px;
  margin-bottom: 10px;
}

.elements {
  width: 250px;
  height: 250px;
}

.elements-section {
  top: 20%;
  z-index: -1;
}

.elements-section-two {
  z-index: -1;
  top: -50px;
}

.elements-section-two .elements {
  right: 0;
  position: absolute;
}

.home-about_img {
  width: fit-content;
}

@media (max-width: 768px) {
  .glass-card {
    width: 100%;
  }
  .video-section {
    height: 50vh;
    object-fit: cover;
  }
  .banner-section {
    height: 50vh !important;
  }
  .glass-card {
    height: auto !important;
  }
  .home-about_img {
    width: 100%;
  }
}
