html, body {
  width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    background-color: #EAE4DC;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

nav.navbar {
  width: 100%;
  background-color: #333333;
  transition:all .5s ease-in-out;
  padding: 20px;
  }
.navbar.scroll {
  background-color: #979595!important; 
  transition: background-color 0.2s ease-in-out;
  box-shadow: o 3px 10px rgb(0, 0, 0, 0.15);

}
.nav-link {
  font-size: 24px !important;
}
.navbar li {
  margin: 0 20px;
  color:#F5F0E1 ;
}

.navbar li a {
  font-family: 'Josefin Slab', serif; 
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color:#F5F0E1 ;
}
.navbar li a:hover {
  background-color: #C59642;
  color: white;
}
.navbar li a.active {
color: #C59642!important;
}
.nav-item {
  position: relative;
  text-align: center;
}
nav .navbar-toggler{
  background-color: #F5F0E1;
  border: none;
}

.footer{
  background-color:#333333 ;

}
.copyright{
  background-color: #F5F0E1;
  font-family: 'Josefin Slab', serif; 
  font-size: 18px;
}
    /*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}

.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}

.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}   
h1{
  font-family: 'GFS Didot', serif;
    color: white;
}
h6{
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 10px;
  color: white;
}
p{
  font-family: BastardoGroteskish-Regular;
    letter-spacing:1px;
  color: white;
  font-size: 18px;
}
h5{
  color: rgb(255, 255, 255);
}
h4{
  font-family: 'Hanken Grotesk', sans-serif;
  color:black;
}
/* End Animations*/

/*index styles*/
.carousel-1{
  background: url('../images/1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-3{
  background: url('../images/8.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-2{
  background: url('../images/3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-control-prev-icon, .carousel-control-next-icon { 
color: white;
}
.carousel-caption{
  margin-bottom: 200px;

}
.nav-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F5F0E1;
  border-bottom: 3px solid #C59642;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
 }
 
 .nav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #C59642;
  transform: translateY(100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .nav-btn:hover::before {
  transform: translateY(0);
 }

.home-text{
 padding: 70px;
 }
 .header-text{
  padding-top: 350px;
}
 #home-about{
  background-color: #333333;
  padding-top: 100px;
 }
 .form-box {
  position: relative;
  margin-top: -60px;
  width: 40%;
  padding: 25px 25px 10px;
  background-color: #EAE4DC;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
  float: right;
  z-index: 1000;
}
#home-rooms{
  background:url('../images/3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  height: 700px;
  margin: 50px;

}
.rm-text{
  padding-top: 150px;
}
#facilities{
  padding-top: 50px;
  background-color: #333333;
  padding-bottom: 80px;
}
.facility-box{
  border-right:  1px solid rgb(150, 148, 148);
  border-right-style:double;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: medium;
}

.facility-box:hover{
  scale: 1.05;
  border-style: groove;
  background-color: #454545;
  transition-duration: 0.3s;
}
.facility-header{
  font-family:  "Lora", serif;
  font-size: 40px;
  padding: 50px;
  color: var(--secondary);
  text-align: center;
}

.faq-list{
padding-left: 100px;
padding-top: 50px;
}
#testimonials{
  background-color: #333333;
  }
  .back-circle{
    background: url('../images/circle-trans.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
  }
  .res-content{
    background:  #EAE4DC;
    background-blend-mode: multiply;
    padding: 10px 50px;
    width: 900px;
    margin-left: 204px;
     margin-top: 180px; 
     height: 430px;
     outline: 1px solid #333333;
     outline-offset: -10px;
     border-left: 1px solid #9c1818;
  }

.right-list{
  color: black;
}
@media (max-width: 576px) {
  .home-text{
    padding:20px;
   }
  }
/*about page*/
#about-header{
 background: url('../images/2.jpg');
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;  
 height: 700px;
}
/*contact page*/
#contact-header{
  background: url('../images/i4.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  height: 600px;
 }
 #contact{
padding: 100px;
 }
 .contact-box{
  text-align: center;
  padding: 5%;
  transition-duration: 0.4s;
  background-color: transparent;
  margin: 10px;
  border: 1px solid white;
  color: black;
}
.contact-box:hover{
  background-color:#333333 ;
  color: black;
}

.contact-box:hover h1{
  color: #ffffff!important;
}
.contact-box:hover a{
  color: #ffffff!important;
}
.contact-box:hover i{
  color: #ffffff!important;
}
.box{
margin-top: 50px;
}

.contact-box:hover .contact-hr{
  border: 10px solid white ; 
  margin-top: -20px; 
  opacity: 1;
}
.contact-hr{
 border: 10px solid #333333 ; 
 opacity:0.7; 
 margin-top: -19px; 
 padding: 0;  margin-left: 90px; 
 margin-right: 90px;
}
/*gallery page*/
#gallery-header{
  background: url('../images/8.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  height: 600px;
 }
 
#gallery{
margin-top: 100px;
 }
 .item1 {
  width: 500px;
  object-fit:cover;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.4, 1.55, 0.74, 0.55);
}
.item1:hover img {
  transform: scale(1.05);
}
.g-row{
  display: flex;
  justify-content: center;
}
/*rooms page*/
#rooms-header{
  background: url('../images/3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  height: 600px;
 }
 .card{
  border-radius: 0px;
width: 400px;
}
.card {
 background-color:#333333;
  position: relative;
  display: inline-block;
}

.card-title{
  color: #ECEFF3;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
}
.card-text{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #ECEFF3;
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: lighter;
}
div.content {
  bottom: 0; 
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1; /* Grey text */
  width: 100%; 
  margin-top: -42px;
  position: relative;
  z-index: 100;
}
div.content-1{
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1; 
  width: 100%;
  margin-top: -50px;
  position: relative;
}

.card:hover div.content-1 {
  display: block;
}
.d-details {
  color: #ffffff;
  width: 100%;
  background: linear-gradient(0deg, rgba(32, 32, 32,.75) 25%, rgba(32, 32, 32,0) 100%);
  background: rgba(var(--bg-dark-color), .5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 30px 7px 30px;
  letter-spacing: 1px;
  z-index: 1;
}
.top-right {
  position: absolute;
    z-index: 1;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    background: #CA8E46;
    padding: 5px;
    margin: 15px;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 2px;
    padding-left: 7px;
    padding-bottom: 4px;
}




/*home-accordion*/
.accordion-item {
  background-color: transparent;
}
.accordion-body{
  background-color: transparent;
color: rgb(134, 134, 134);
font-size: 16px;
font-style: italic;
}

.accordion-button {
  background-color: transparent;
  color: #000; /* Set the desired text color */
}

.accordion-button:hover {
  background-color: #f8f9fa; /* Set the background color on hover if needed */
}
.image-owl{
  padding: 30px 80px; padding-bottom: 20px;
}
.faq-2{
  padding-left: 130px; 
  font-family: 'Montserrat', sans-serif; 
  font-size: 20px;
}
@media (max-width: 576px) {
  #contact{
    padding: 20px;
     }
     .faq-2{
      padding-left: 10px; 
    }
    .image-owl{
      padding: 10px; padding-bottom: 20px;
    }
    #rooms-header{
      height: 500px;
    }
    #gallery-header{
      height: 500px;
    } 
    #contact-header{
      height: 500px;
    }  
    #about-header{
      height: 500px;
    } 
    .header-text{
      padding-top: 300px;
    }
    .carousel-1, .carousel-2,.carousel-3{
      height: 700px;
    }
    .carousel-caption{
      margin-bottom: 150px;
    }
    #home-rooms{
      margin: 15px;
      height: 400px;
    }
    .rm-text{
      padding-top: 10px;
    }
    .facility-box{
      padding-bottom: 0;

    }
    .res-content{
      width: 100%;
      height: 520px;
      margin-left: 0;
      margin-top: 10px; 
    }
    .back-circle{
      padding-bottom: 20px;
    }
    #home-about{
      padding-top: 40px;
    }
  }