@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
*{
    font-family: 'Playfair Display';
}


.header{
    padding: 20px 0;
   position: absolute;
   width: 100%;
   top: 0;

}
.bg-image{
    background-image: url(../images/Group\ 20\ \(1\).png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
   
    padding: 300px 0;
}


:root{
    --color-golden:#d1b06b;
    --color-white:white;
    --color-grey:#646464;
}



.color-golden{
    color: #d1b06b;  
}

.color-white{
    color: white;
}

.font-outfit{
    font-family: "Outfit", serif;
}

.home::after{
    position: absolute;
    content: "";
    top: 30px;
    left: 20px;
    width: 13px;
    height: 2px;
    background-color: #d1b06b;
}

.theme-btn{
    border: 1px solid #d1b06b;
    padding: 6px 20px;
    background-color: transparent;
    color: #d1b06b;
    font-family: "Outfit", serif;
    transition: all 0.3s linear;
    position: relative;
}

.theme-btn::before{
    position: absolute;
    content: "";
    top: 0;
    left:0 ;
    background-color: var(--color-golden);
    width: 0%;
    height: 100%;
    transition: all 0.3s linear;
}

.theme-btn:hover::before{
    width: 100%;
    right: 0;
    
}

.theme-btn:hover span{
    color: white !important;
}

.ri-menu-line{
    color: var(--color-golden);
    background-color: #0d0d0d;
    border: 1px solid var(--color-golden);
    padding: 5px;
    font-size: 25px;
    border-radius: 5px;
}



.theme-btn-2{
    color: black;
    background-color: var(--color-golden);
    padding: 8px 20px;
    border: 1px solid var(--color-golden);
    transition: all 0.3s linear;
    position: relative;
    
}
.theme-btn-2::before{
    position: absolute;
    content: "";
    top: 0;
    left:0 ;
    background-color: white;
    width: 0%;
    height: 100%;
    transition: all 0.3s linear;
}

.theme-btn-2:hover::before{
    width: 100%;
    right: 0;
    
}

.theme-btn-2:hover span{
    color: var(--color-golden) !important;
}

.about-us{
    background-color: black;
    padding: 100px 0;
}

.aminities{
    padding: 100px 0;
    background-color: #0e0e0e;
}

.color-grey{
    color: var(--color-grey);
}

.room-types h3{
    border-bottom: 1px solid var(--color-grey);
    
    
}

.room-types h3{
    transition: all 0.3s linear;
}

.room-types h3:hover{
    color: var(--color-golden);
}

.menu li{
    transition: all 0.3s linear;
    cursor: pointer;
}

.menu li:hover{
color: var(--color-golden);
}

.about{
    position: relative;
}

.about::after{
    position: absolute;
    content: "";
    top: 30px;
    left: 0px;
    width: 0px;
    height: 2px;
    background-color: #d1b06b;
    transition: all 0.3s linear;
}

.about:hover::after{
    width: 100%;
    height: 2px;
}

.line{
    border-bottom: 1px solid var(--color-grey);
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    
    object-fit: cover;
  }

  .card-body{
    background-color: #1e1e1e;
  }

.theme-btn-3{
    background-color: transparent;
    color: #d1b06b;
    font-family: "Outfit", serif;
    cursor: pointer;
    transition: all 0.3s linear;
    border: none;

}

.theme-btn-3:hover{
    color: white;
}

.card:hover .card-img-top{
    transform: scale(1.1);
}

.card-img-top{
    transition: all 0.3s linear !important;
    
}

.swiper-button-next{
    color: #d1b06b !important;
    background-color: black !important;
    border: 1px solid var(--color-golden);
    
}

.swiper-button-next::after{
    font-size: 20px !important;
}
.swiper-button-prev{
    color: #d1b06b !important;
    background-color: black !important;
    border: 1px solid var(--color-golden);
    
}

.swiper-button-prev::after{
    font-size: 20px !important;
}

.room-types span{
    transition: all 0.3s linear;
    cursor: pointer;
}

.room-types span:hover{
    color: var(--color-golden);
}

.facilities{
    padding: 100px 0;
    background-color: black;
}


.about-img img{
    transition: all 0.3s linear;
}






.pool-img img{
    transition: all 0.3s linear;
   

}

.pool-img img:hover{
    transform: scale(1.04);
    
    
}

.offcanvas-body{
    background-color: black;
}

.pt-100{
    padding-top: 100px;
}
.z-9{
    z-index: 999999 !important;
}

.reviews{
    padding: 60px 0;
    background-color: black;
}

.swiper-2 {
    width: 100%;
    height: 100%;
  }

  .swiper-slide-2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

 .review-card{
    padding: 50px 30px;
    background-color: #1e1e1e;
 }

 .contact{
    padding: 90px 0;
    background-color: black;
 }

 input{
    background-color: #0d0d0d;
    border: 1px solid var(--color-golden);
    padding: 5px;
    color: #646464;
    width: 100%;
    
 }

 input:focus{
    
    outline: none !important;

 }

 .submit-btn{
    background-color: var(--color-golden);
    border: 1px solid var(--color-golden);
    width: 100%;
    color: black;
    border-radius: 0;
    position: relative;
 }

 .submit-btn::before{
    position: absolute;
    content: "";
    top: 0;
    left:0 ;
    background-color: white;
    width: 0%;
    height: 100%;
    transition: all 0.3s linear;
}

.submit-btn:hover::before{
    width: 100%;
    right: 0;
    
}

.submit-btn:hover span{
    color: var(--color-golden) !important;
}

.btn-close{
   
    background-color: white !important;
}

.font-30{
    font-size: 20px;
}

.theme-btn-4{
    border: 1px solid #d1b06b;
    padding: 6px 20px;
    background-color: transparent;
    color: #d1b06b;
    font-family: "Outfit", serif;
    transition: all 0.3s linear;
   
}

.title-img{
    left: -80px;
}

.footer{
    padding: 20px 0;
    background-color: #1e1e1e;
}

.social-icons i{
    color: white;
    font-size: 22px;
    cursor: pointer;
    
}

.social-icons i:hover{
    color: var(--color-golden);
}

::placeholder {
    color: var(--color-golden);
    opacity: 1; /* Firefox */
  }

  input {
    color-scheme: dark;
  }

  input, select, textarea{
    color: var(--color-golden);
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .bar-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .bar {
    width: 10px;
    height: 50px;
    background: linear-gradient(45deg, #ff0080, #ff8c00);
    border-radius: 5px;
    animation: bounce 1.2s infinite ease-in-out;
  }
  
  .bar:nth-child(1) {
    animation-delay: 0s;
  }
  .bar:nth-child(2) {
    animation-delay: 0.2s;
  }
  .bar:nth-child(3) {
    animation-delay: 0.4s;
  }
  .bar:nth-child(4) {
    animation-delay: 0.6s;
  }
  .bar:nth-child(5) {
    animation-delay: 0.8s;
  }
  
  h1 {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: fadeIn 1s ease-in-out infinite;
  }
  
  /* Hide Content Initially */
  #content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  
  /* Animations */
  @keyframes bounce {
    0%, 100% {
      transform: scaleY(1);
    }
    50% {
      transform: scaleY(2);
    }
  }
  
  @keyframes fadeIn {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  

