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: "Gilda Display";
}

p{
    font-family: Outfit;
}

.navbar{
    background-color: #171717!important;
}

.navbar li{
    margin: 0 3%;
}

.navbar li a{
    font-family: Barlow Condensed;
    font-weight: 400;
    color: #e9e9e9;
    font-size: 20px;
    
}

.navbar li a.active{
    font-family: Barlow Condensed;
    font-weight: 400;
    color: #aa8b5f!important;
    font-size: 20px;
    
}

.navbar li a:hover{
    color: #aa8b5f;
    transition-duration: 0.4s;
}


.book-btn,.book-btn-1{
    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;
}

.book-btn-1:hover{
    border: 1px solid #aa8b5f;
    background-color: white;
    color: #aa8b5f;
}
.carousel-1{
    background: url('../img/carousel-1.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height:80vh;
}
.carousel-2{
    background: url('../img/carousel-2.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 80vh;
}

.carousel-3{
    background: url('../img/carousel-3.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 80vh;
}

.carousel-caption-1{
    bottom: 35%;
}

#about-home{
    padding: 100px 0;
    background: url('../img/pattern.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.about-left{
    background: url('../img/about-bg-img.jpg')rgba(0, 0, 0, 0.2);
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

    
}

.about-box{

    background-color: black;
    width: 280px;
    text-align: center;
    margin-top: 100%;
   margin-left: 25%;
    padding: 2%;
    color: white;
    transition-duration: 0.5s;

}
.hidden-about-box{
    display: none;
}

.about-left:hover .about-box{
    width: 100%;
    height: 30vh;
    margin-top: 30%;
    margin-left: 0;
    background-color: #171717;
    transition-duration: 0.5s;
    border-bottom: 4px solid white;
    padding: 4%;
}

.about-left:hover .hidden-about-box{
    display: block;
}

.about-left:hover{
    background: url('../img/about-bg-img.jpg')rgba(0, 0, 0, 0.5);
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    transition-duration: 0.3s;

}


#rooms{
    background-color: #222020!important;
    padding: 70px 0;
}

.hidden-room-content{
    display: none;
}

.room-box-1:hover .hidden-room-content{
    display: block;
}

.room-img,.room-content{
    transition-duration: 0.4s;

}

.room-box-1:hover .room-img{
    filter: brightness(40%)!important;
    transition-duration: 0.4s;

}

.room-box-1:hover .room-content{
    margin-top: -130px!important;
    transition-duration: 0.4s;
}

#facilities{

    padding: 120px 0;
}

.facility-box{
    border: 2px solid #222020;
}

.facility-box:hover{

    background-color: #222020;
    transition-duration: 0.3s;
}

.facility-box:hover .fac-border{

    border-bottom: 12px solid #aa8b5f59!important;
    transition-duration: 0.3s;
}

.facility-box:hover .fac-title{

    color: #aa8b5f!important;
    transition-duration: 0.3s;
}

.facility-box:hover .icon-display{
    display: none;
    transition-duration: 0.3s;
}

.facility-box:hover .icon-hover{
    display: block;
    transition-duration: 0.3s;
}

.icon-hover{
    display: none;
    transition-duration: 0.4s;
}

.icon-display,.icon-hover{
    transition-duration: 0.4s;
}

#banner{
    background: url('../img/carousel-2.jpg')rgba(0, 0, 0, 0.75);
    background-size: cover;
    background-position: center;
    height: 560px;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
}

.gallery{
    text-shadow: -50px 20px 5px rgba(230, 230, 230, 0.26);
}


#footer{
    
    background: url('../img/pattern-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 40%
}

#rooms-banner{

    background: url('../img/deluxe-double-room-with-balcony-and-sea-view.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 450px;
    display: flex;
    align-items: center;
}

#gallery-banner{
    background: url('../img/carousel-2.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 450px;
    display: flex;
    align-items: center;
}

#about-banner{
    background: url('../img/carousel-1.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 450px;
    display: flex;
    align-items: center;
}