html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

/*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.6s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

h1,h2,h3,h4,h5,h6{
    font-family: "Cinzel";
}

p{
    font-family: 'Outfit';
    font-size: 18px;
}


.navbar{
    background-color: #1b1b1bb6!important;
    box-shadow: none;
    padding: 15px 0;
}

.navbar li{
    margin: 0 15px;
}

.navbar li a{
    font-family: "Cinzel";
    font-weight: 600;
    color: white;
}

.navbar li a.active{
    font-family: "Cinzel";
    font-weight: 600;
    color: white!important;
}


.navbar li a:hover{
    color: rgb(255, 255, 255)!important;
}


.book-btn{
    background-color: transparent;
    color: white;
    border-radius: 0;
    box-shadow: none;
    border: 4px solid white;
    border-style: double;
}

.book-btn:hover{
    color: white;
    background-color: rgb(100, 83, 57);
}



.carousel-1{
    background: url('../newimg/230420190.jpg')rgba(0, 0, 0, 0.48);
    background-size: cover;
    background-position: center;
    height: 850px;
    background-blend-mode: multiply;
}

.carousel-2{
    background: url('../newimg/675931790.jpg')rgba(0, 0, 0, 0.48);
    background-size: cover;
    background-position: center;
    height:850px;
    background-blend-mode: multiply;
}
.carousel-3{
    background: url('../img/carousel-3.jpg')rgba(0, 0, 0, 0.48);
    background-size: cover;
    background-position: center;
    height:850px;
    background-blend-mode: multiply;
}


.carousel-caption{
    bottom: 32%;
   

}



.img-container {
    position: relative;
    height: 500px;
    width: 700px;
    perspective: 500px;
    transform-style: preserve-3d;
  }
  .box {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    width: 600px;
    height: 440px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #bbb;
    position: absolute;
    top: 50%;
    transition: 800ms ease-in-out;
  }
  
  .box img {
    width: 100%;
    height: 100%;
  }
  
  .box:first-of-type {
    z-index: 5;
    opacity: 0;
    left: 15%;
    transform: translate(-50%, -50%) rotateY(-10deg);
  }
  
  .box:nth-of-type(2) {
    opacity: 1;
    left: 20%;
    transform: translate(-50%, -50%) rotateY(-10deg);
    z-index: 5;
  
  }
  .box:nth-of-type(3) {
    left: 25%;
    opacity: 0.75;
    color: #eee;
    z-index: 10;
    transform: translate(-50%, -50%) rotateY(-10deg) translateZ(-50px);
  }
  
  .box:nth-of-type(4) {
    z-index: 5;
    opacity: 0.5;
    left:30%;
    transform: translate(-50%, -50%) rotateY(-10deg) translateZ(-100px);
  }
  .box:nth-of-type(5) {
    z-index: 2;
    opacity: 0.25;
    left: 35%;
    transform: translate(-50%, -50%) rotateY(-10deg) translateZ(-150px);
  }
  
  .box:nth-of-type(6) {
    z-index: 2;
    opacity: 0.0;
    left: 40%;
    transform: translate(-50%, -50%) rotateY(-10deg) translateZ(-200px);
  }
  

  .about-img{
    transition-duration: 0.2s;
  }

  .about-img:hover {
    scale: 1.1;
    transition-duration: 0.4s;
  }

  .score-side{
    border-right: 1px solid rgb(218, 218, 218);
    padding: 0px 10px;
  }

  .review-box{
    box-shadow: 5px 5px 5px rgba(199, 199, 199, 0.342);
    background-color: rgb(255, 255, 255);
    padding: 10px 5px;
  }

  #about{
    padding: 60px 0;
    
  }

  .link-btn{
    background-color: #aa8453;
    color: white;
    border-radius: 0;
    border: 1px solid #aa8453;
    font-family: Outfit;
  }

  .link-btn:hover{
    border: 1px solid #aa8453;
    background-color: white;
    color: #aa8453;
  }


  .rooms{
    padding: 80px 0;
  }

  #home-banner{
    background: url('../img/banner-img.jpg')rgba(0, 0, 0, 0.616);
    background-size: cover;
    background-position: center;
    height: 500px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }


  #hotel-amenities{
    background-color: #f6f1f0;
    padding: 100px 0;
  }

  .facility{
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 6%;
    transition-duration: 0.3s;
  }

  .faci-num{
    background-color: #aa8453;
    width: 50px;
    padding: 8px 10px;
    border-radius: 0 0 90% 0;
    color: white;
  }

  .facility:hover{
    background-color: #aa8453;
    transition-duration: 0.4s;
   
  }

  .facility:hover p{
     color: white!important;   
  }

  .gallery{
    text-shadow: -50px 20px 5px rgba(230, 230, 230, 0.26);
}

#footer{
    background-color: #1b1b1b;
}


#rooms-banner{
    background: url('../newimg/676076107.jpg')rgba(0, 0, 0, 0.38);
    height: 500px;
    background-position: center;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

.service-card{
    transition-duration: 0.6s;
}

.service-card:hover{
    box-shadow: 0px 0px;
    transform: translateX(12px);
    transform: translateY(10px);
    transition-duration: 0.6s;
}

.card{
    border-radius: 0px!important;
    box-shadow: 10px 12px #724a3656;
    border: 1px solid rgb(223, 223, 223);
    
    margin:25px 0;
}

.navbar-2{
    background-color: #1b1b1b!important;
}

#about-banner{
    background: url('../newimg/deluxe6.jpg') rgba(0, 0, 0, 0.38);
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

#gallery-banner{
    background: url('../img/gallery-banner.jpg') rgba(0, 0, 0, 0.38);
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

#contact-banner{
    background: url('../img/carousel-3.jpg')rgba(0, 0, 0, 0.48);
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

@media only screen and (max-width: 689px) {
    .about-img {
      margin:10px 0px!important;
      width: 100%!important;
      padding: 0!important;
    }

    .amenity-box{
        margin: 10px 0px!important;
        
    }

    .facility{
        margin: 10px 0;
    }

    .photos-home{
        margin: 0px!important;
    }

    .testimonials-box{
        margin: 20px 0!important;
    }
    .room-img{
        
        height:250px!important;
    }
  }
  
  
  
  