body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
   background: #EEECE7;
   font-family: 'Josefin Sans', sans-serif;
  }
  
  .background-container {

    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  nav.navbar{
    background-color: #1C1D1D !important;
    
    backdrop-filter: blur(0px)!important;
    transition: background .5s!important;
  
    font-family: 'Raleway', sans-serif;

    font-weight: 400;
    z-index: 1000 !important;
    width: 100%;
    height: 80px;
    position: relative;
  
  }
  
  li.nav-item a.nav-link{
    color: white !important;
    font-size: 15px!important;
   
    
  }
  .nav-item{
    margin-top: 20px;
    margin-bottom: 20px;
   text-align: center;
    
  }
  
  a.nav-link:hover{
    transform: scale(1.07);
    
  }
  .navbar li a.active{
  color: white !important;
  transform: scale(1.05);
    border-bottom: 1px #01A4AB solid!important;
    background-color: transparent;
    
  }
  .button {
    height: 40px;
    width: 150px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid #ffffff;
    overflow: hidden;
    border-radius: 0px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
  }
  
  .btn-txt {
    z-index: 1;
    font-weight: 800;
    letter-spacing: 2px !important;
  }
  
  .type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
  }
  
  .button:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #000000;
    border: none;
  }
  
  .type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
  }
.dropdown-menu{
    background-color: #ffffff !important;
color: #000000;
    backdrop-filter: blur(0px)!important;
    transition: background .5s!important;
    border: 1px solid #01A4AB;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 100;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.dropdown-menu .dropdown-item{
    color: rgb(0, 0, 0);
    text-align: left;
}
.dropdown-menu .dropdown-item:hover{
 background-color: #ffffff;
 border: 1px solid #01A4AB;
    transform: scale(1.02);
    color: rgb(0, 0, 0);
}
  
#carouselExampleFade {
  margin-top: -150px;
      position: relative;
   background: #eeece7;
      background-attachment: fixed;
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      height: 870px;
    }

  
 
    #video-background {
      margin-top: 150px;
         top: 0;
         right: 0;
         bottom: 0;
         left:100px;
         overflow: hidden;
         justify-content: center;
         align-items: center;
         z-index: 1;
         width: 100%;
         height: 870px;
     
       }
     
       video {
         width: 100%;
         height: 750px;
         object-fit: cover;
       }
       .dark-overlay {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 86%;
         background-color: rgba(0, 0, 0, 0.538); /* Adjust the alpha (last value) for opacity */
         z-index: 2; /* Place it above the video */
       }
     
       .video-content {
         z-index: 100 !important;
         position: absolute;
         top: 40%;
         left: 50%;
         transform: translate(-50%, -50%);
         text-align: center;
         color: #C59D4D;
        
         font-weight: bold;
         font-family: 'Gilda Display', serif;
       }
       .video-content h1{
         font-size: 80px;
       }
.card{
    margin-right: -200px !important;
    position: relative;
    border: #00000000 solid 1px;
    padding: 40px;
    font-family: 'Josefin Sans', sans-serif;
}
.card h2{
    font-size: 42px !important;
    line-height:50.4px;
    letter-spacing: 1px;
}
.card h6{
    font-size: 14px !important;
    line-height:26.6px;
    font-weight:400 ;
    text-decoration:none solid rgb(34, 34, 34)
}

.button1 {
    height: 40px;
    width: 150px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid #000000;
    overflow: hidden;
    border-radius: 0px;
    color: #000000;
    transition: all 0.5s ease-in-out;
  }
  
  .btn-txt {
    z-index: 1;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 13px !important;
  }
  
  .type2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #000000;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
  }
  
  .button1:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #ffffff;
    border: none;
  }
  
  .type2:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
  }

  .carouse-inner1{
    height: 500px;
  }


  .circle {
    background: #01A4AB;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.facility-col:hover .circle{
    background:#01A4AB;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: 1s;
}
.facility-col:hover{
    position:static
}
.facility-icon{
    margin-top: -60px;
    margin-left: 20px;
}
.gallery-wrapper{
    text-align: center;
    background: #ffffffbe;
    border: solid 1px black;
    color: #000000;
    vertical-align: middle;
    padding: 70px;
    width: 400px;
    margin-top: -400px;
}
.gallery-wrapper h1{
  font-family: 'Josefin Slab', serif
}
#testimonials{
    background:url('../photos/testimonials.jpg')  rgba(0, 0, 0, 0.538);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 50px!important;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
  }
  #testimonials.carousel-control-next,#testimonials.carousel-control-prev /*, .carousel-indicators */
   {
    color: white!important;
   
  }
.card2 h1{
  font-family: 'Josefin Slab', serif
}

  /*Aboutus.html*/
  .quote-background{
    background: url('../photos/about-img.jpg') rgba(0, 0, 0, 0.538);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    position: relative;
margin-top: -20px !important;
padding-top: 0px !important;
    height: 500px;
  }
  .quote h1{
    padding-top: 12% !important;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 9px;
    text-transform: capitalize;

    font-size: 50px;

  }
 
/*rooms.html*/
.quote-background1{
    background: url('../photos/rooms-bg.jpg') rgba(0, 0, 0, 0.538);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    position: relative;
margin-top: -20px !important;
padding-top: 0px !important;
    height: 500px;
  
  }
  .quote-background2{
    background: url('../photos/137966848.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
    background-blend-mode: multiply;
    position: relative;
    background-attachment: fixed;
margin-top: 50px !important;
padding-top: 0px !important;
    height: 300px;
    display: flex;
  }

.quote1 h1{
  padding-top: 10% !important;
  color: white;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 9px;
  text-transform: capitalize;

  font-size: 40px;
}

/*gallery.html*/

.gallery-section{
  margin-top: 100px;

}
.photo-gallery .photos img{
  box-shadow: 0.5rem 0.5rem #644222;
}
.photo-gallery .photos img:hover{
  transform: scale(1.02);
  box-shadow: 0.5rem 0.5rem #644222, -0.3rem -0.3rem #132E35;
}
.quote-background3{
  background: url('../photos/gallery-bg.png') rgba(0, 0, 0, 0.538);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  position: relative;
margin-top: -20px !important;
padding-top: 0px !important;
  height: 500px;

}

/*contact.html*/
.info-box{
  padding: 40px;
  border: 1px solid #01A4AB;
  font-family: 'Josefin Slab', serif;
}
.info-box1{
  padding: 35px;
  border: 1px solid #01A4AB;
  font-family: 'Josefin Slab', serif;
}
.quote-background4{
  background: url('../photos/gallery/img1.jpg') rgba(0, 0, 0, 0.538);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  position: relative;
margin-top: -20px !important;
padding-top: 0px !important;
  height: 500px;

}

.info-box:hover{
  padding: 40px;
  border: 1px solid #01A4AB;
  transform: scale(1.02);
  transition: 0.6s;
}
.info-box1:hover{
  padding: 35px;
  border: 1px solid #01A4AB;
  transform: scale(1.02);
  transition: 0.6s;
}
/*restaurant.html*/
.quote-background5{
  background: url('../photos/restaurant.JPG') rgba(0, 0, 0, 0.574);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  position: relative;
margin-top: -20px !important;
padding-top: 0px !important;
  height: 500px;

}
.menu{
  background: white;
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.overlay-container {
  position: relative;
}



.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  text-align: center;
  /* Additional styles for the overlay */
  background: rgba(0, 0, 0, 0.5); /* Adjust the last value for the darkness of the overlay */
  padding: 20px;
  border-radius: 10px;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@media (max-width:990px){
  .row1{
    margin-top: 0px !important;
  }
      .quote-background2{
    background: url('../photos/137966848.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
    background-blend-mode: multiply;
    position: relative;
    background-attachment: scroll !important;
margin-top: 50px !important;
padding-top: 0px !important;
    height: 300px;
    display: flex;
  }

.quote1 h1{
  padding-top: 34% !important;
  color: white;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 6px;
  text-transform: capitalize;

  font-size: 30px;
}
  .quote-background, .quote-background1, .quote-background3, .quote-background4{
    height: 400px !important;
  }

  .quote h1{
    padding-top: 50% !important;
    color: white;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 9px;
    text-transform: capitalize;

    font-size: 40px;

  }
 
  .card2{
    padding: 15px !important;
  }
    #testimonials{
        height: 620px;
        background-attachment: scroll !important;
    }
    #carouselExampleControls1 button{
        margin-bottom: 600px;
      }
    .gallery-wrapper{
        text-align: center;
        background: #ffffffbe;
        border: solid 1px black;
        color: #000000;
        vertical-align: middle;
        padding: 30px;
        width: 200px;
        margin-top: -400px;
    }
    .gallery-section{
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .gallery2{
        margin-top: 0px !important;
    }
    .gallery3{
        margin-top: 0px !important;
    }
    .gallery4{
        margin-top: -24px !important;
    }
    .rooms-section{
        margin-top: 0px !important;
    }
    .about-section{
        margin-top: 0px !important;
        padding: 15px ;
    }
    .about-section .container{
        background: #EEECE7;
        padding-bottom: 50px;
    }
    .card{
        padding: 10px !important;
    }
    .card h2{
        font-size: 30px !important;
    }
      nav.navbar{
    height: auto;
  }
  .navbar-brand img{
    width: 130px !important;
    height: 70px !important;
  }

.item1, .item2, .item3{
    height: 800px !important;
}
.facilities-section{
  margin-top: 100px;
}
    .carousel-caption{
        text-align: center;
vertical-align: middle;
justify-content: center;
margin-bottom: 40%;
padding: 0px !important;
    }
    .carousel-caption h1{
        font-size: 60px;
        line-height: 60px !important;
    }
    .carousel-caption h4{
        font-family: 'Raleway', sans-serif;
        letter-spacing: 5px;
        color: white;
        font-size: 15px !important;
    }
    .container-xlg{
        padding: 20px;
    }
    .card{
        margin-right: 0px !important;
        position: relative;
        border: #00000000 solid 1px;
        padding: 40px;
        font-family: 'Raleway', sans-serif;
    }
    .facility-col{
        text-align: center !important;
        align-items: center;
        justify-content: center;
    }
    .circle {
        background: #01A4AB;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin-left: 150px;
    }
}



/*Animations*/
.fade-in-text {
    opacity: 0; /* Start with 0 opacity */
    animation: fadeIn 2s ease-in-out forwards; /* Apply the fadeIn animation */
  }
  
  @keyframes fadeIn {
    0% {
        opacity: 0; /* At the start, the text is invisible */
    }
    100% {
        opacity: 1; /* At the end of the animation, the text is fully visible */
    }
  }

  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
    }
    
    .js-scroll.scrolled {
    opacity: 1;
    }
    
    
    .scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
    }
    
    
    .scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
    }
    .scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
    
    }
    @keyframes fade-in-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
    }
    
    @keyframes slide-in-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
    }
    
    
    @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
    }

    .cssanimation, .cssanimation span {
      animation-duration: 2s;
      animation-fill-mode: both;
  }
  
  .cssanimation span { display: inline-block }
  
  .fadeInBottom { animation-name: fadeInBottom }
  @keyframes fadeInBottom {
      from {
          opacity: 0;
          transform: translateY(100%);
      }
      to { opacity: 1 }
  }





  /* Styles for mobile and tablets */
  @media only screen and (max-width: 1023px) {
    .slider-wrapper .slide-button {
      display: none !important;
    }
    .slider-wrapper .image-list {
      gap: 10px;
      margin-bottom: 15px;
      scroll-snap-type: x mandatory;
    }
    .slider-wrapper .image-list .image-item {
      width: 280px;
      height: 380px;
    }
    .slider-scrollbar .scrollbar-thumb {
      width: 20%;
    }
  }