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";
}

.book-btn{
    background-color: #aa8b5f;
    color: white;
    border-radius: 0px;
    font-family: Outfit;
    width: 140px;
    border: 1px solid #aa8b5f;
}

.book-btn:hover{
    border: 1px solid #aa8b5f;
    color: white;
}

.navbar{
    background-color: #151719!important;
    padding: 12px 0;
}

.navbar li a{
    font-family: Outfit;
    border: 2px solid transparent;
    font-size: 17px;
    color: white;
}

.navbar li{
    margin: 0 2%;
}

.navbar li a.active{
    color: #aa8b5f!important;
}

.navbar  li a:hover{
    border-bottom: 2px solid #aa8b5f;
    color: #aa8b5f!important;
}

.link-btn{
    background-color: #c2975c!important;
    border-radius: 0px;
    width: 140px;
    padding: 12px 0;
    color: white;
    font-style: "Outfit"!important;
}

.link-btn:hover{
    background-color: #aa8b5f;
}

.link-btn-2{
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #aa8b5f;
    width: 180px;
    padding: 12px 0;
    color: white;
    font-style: "Outfit"!important;
}

.link-btn-2:hover{
    background-color: #aa8b5f;
    color: white;
}
.link-btn-3{
    background-color: #151719;
    border-radius: 0px;
    border: 1px solid #aa8b5f;
    width: 180px;
    padding: 12px 0;
    color: white;
    font-style: "Outfit"!important;
}

.link-btn-3:hover{
    background-color: #151719;
    scale: 0.95;
}



.carousel-caption{
    bottom:10%!important;
    text-align: center;
    justify-content: center;
}

.about-right{
    margin-left: -100px;
    margin-top: 220px;
}

#about-home{
    padding: 60px 0;
}

#home-banner{
    background: url('/image/BIO00514.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: 0 70%;
    height: 560px;
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
}

.banner-grid{
    
    justify-content: center;
    height: 560px;
    color: white;
}

#rooms-home{
    padding: 120px 0;
    background-color: #151719;
}


.room-name-box{
    background-color: black;
    padding-top: 17px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    width: 85%;
    margin-top: -100px;
    margin-left: -30px;
    position: relative;
    z-index: 10;
    border-radius: 0px 0 0 5px ;
    transition-duration: 0.5s;

}

.room-img{
    transition-duration: 0.4s;
}

.room-img:hover{
    filter: brightness(100%);
  transform: scale(1.05);
  transition-duration: 0.5s;
  
}

.room-box:hover .room-name-box{
    background-color: #aa8b5f;
    margin-top: -340px;
    transition-duration: 0.5s;
    
}


.room-desc{
    display: none;
    transition-duration: 0.4s;
}

.room-box:hover .room-desc{
    display: block;
    transition-duration: 0.4s;
}

@media only screen and (max-width: 689px) {
    .room-name-box {
      margin: 0;
      width: 100%;
    }

    .banner-row{

        margin-top: 40%!important;
    }
    .about-right{
        display: none;
    }
    .about-left{
        display: none;
    }
    .carousel-caption-1{
        padding-top: 400px!important;
    }
    .cap-1{
        display: none;
    }
    .review-slide{
        padding-bottom:20px ;
    }
    .review-slide{
        padding-bottom:20px ;
    }
    #facilities{
        margin-top: 280px!important;
    }
    .fac-box{
        margin: 20px 0px!important;
    }
    
    .carousel-control-prev , .carousel-control-next{
        display: none;
    }
  }


#testimonials{
    background: url('../img/testimonials-bg.jpg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: 0 60%;
    height: 600px;
    background-blend-mode: multiply;
}

.review-slide{
    background-color: #53624e;
}

#facilities{
    margin-top: 240px;
}


.fac-card{
    box-shadow: none;
    background-color: black;
    color: white;
    border-radius: 0px!important;
    border: 1px solid #aa8b5f;
    transition-duration: 0.3s;

}

.fac-card:hover{
    transform: translateY(20px);
    transition-duration: 0.3s;
}

.fac-card-down:hover{
    transform: translateY(-20px);
    transition-duration: 0.3s;
}



.btn-fac{
    background-color: transparent;
    border-bottom: 2px solid #aa8b5f;
    border-radius: 0px;
    color: white;
}

.btn-fac:hover{
    color: white;
    border-bottom: 2px solid #cfba9c;
}

#rooms-banner{
    background: url('/image/1-new.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
       height: 500px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;


}
#rooms-banner   h2{
    text-align: center!important;
}

#gallery-banner{
    background: url('../image/2-new.jpg')rgba(0, 0, 0, 0.5);
    height: 500px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

#about-banner{
    background: url('../image/3-new.jpg')rgba(0, 0, 0, 0.5);
    height: 500px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

#contact-banner{
    background: url('../image/4-mew.jpg')rgba(0, 0, 0, 0.5);
    height: 500px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}