.js-preloader {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 3000;
}

.js-preloader.-is-hidden {
  display: none;
}

.js-preloader .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
.js-preloader .content img {
  width: 200px;
}

.logo-white {
  height: 118px;
}

.facilities-icon {
  width: 50px;
}

.facilities-list h4 {
  text-transform: capitalize;
}

.bg-light {
  background-color: #f5f5f5;
}

.drop-shadow {
  filter: drop-shadow(2px 4px 12px #8888);
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: min(90%, 445px);
}

.popup-content {
  position: relative;
}

.close {
  position: absolute;
  top: -8px;
  right: -10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 17px;
  padding: 5px;
  background: #f00;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.scrollable-content {
  height: 90vh;
  overflow-y: auto;
}

.popup-form input,
.popup-form textarea {
  border: 1px solid #8b8b8b55;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 6px;
}

.fixed-contact {
  position: fixed;
  position: fixed;
  right: 20px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.fixed-contact a {
  background-color: #3c3c3c;
  color: #fff;
  padding: 10px 15px;
  margin: 3px 0;
  border-radius: 50%;
  font-size: 18px;
}

.fixed-contact a .fa-location-dot {
  position: relative;
  left: 2px;
}

#openPopup {
  padding: 17px;
  background: #000;
  border-radius: 6px;
}

.header__logo img {
  filter: drop-shadow(2px 4px 5px #000);
}

.hero-video {
  min-height: 100vh;
}

@media only screen and (min-width: 992px) {
  .hero-video {
    width: 100%;
  }
}

.about-review .swiper-slide {
  background-color: #fff;
  font-size: 18px;
  padding: 30px 20px;
  border-radius: 3px;
}

.about-review .swiper-slide .names {
  color: #757575;
  font-weight: 600;
}

.margin-t-50 {
  margin-top: 50px;
}

.book-partner {
  margin: 15px 0;
}

.contact-card {
  background-color: #fff5ea;
  height: calc(100% - 20px);
  padding: 40px;
}

.contact-card i.fa {
  font-size: 50px;
  margin-bottom: 10px;
  color: #bc6505;
}

.contact-card h4 {
  color: #160b00;
  font-weight: 600;
  margin-bottom: 7px;
}

iframe.map {
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px #d0d0d055;
}

.insta-footer img {
  width: 30%;
  aspect-ratio: 1/1;
  object-fit: cover;
  min-height: 100%;
  filter: brightness(0.7);
  border-radius: 10px;
}

footer h4{
  margin-bottom: 20px;
}

.p-relative{position: relative;}

footer .insta-link{
position: absolute;
inset: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 100;
}

footer .insta-link i{
  font-size: 100px;
}

.book-input{
  border: 1px solid #ddd !important;
  margin-top: 26px;
  padding: 19px;

}

.size-icon img{height: 60px; margin-right: 20px;}
