/*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;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}


@keyframes fadedown{
    from{
        transform: translateY(-100px);
        opacity: 0;
    }

    to{
        transform: translateX(0px);
        opacity: 1;
        
        
        
    }
}



.fadein{
opacity: 0;
}   


/* End Animations*/

body
{
    width: 100%;
    height: 100%;
   overflow-x: hidden;
     
}


.container-fluid{
    max-width: 85%;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Space Grotesk';
}

p{
    font-family: 'Space Grotesk';
    color: rgba(0, 0, 0, 0.932);
    font-size: 17px;
}

.navbar li{
    margin: 0em ;

}

.navbar li a{
    font-family: 'Space Grotesk';
    color: white;
    font-weight: 500;
}

.navbar li a.active{
    color: white!important;
    border-bottom: 2px solid #ccccccd0;
}

.navbar li a:hover{
    border-bottom: 2px solid #ccccccd0;
    color: white;
    transition-duration: 0.2s;
}

.navbar-nav{
    border-bottom: 1px solid rgba(209, 209, 209, 0.548);
    margin-right: 5em;
    padding-left:0px!important;
    padding-right: 0px!important;
    
}



  @keyframes fadeinnav {
    from {opacity: 0;}
    to {opacity: 1;}
  }


  .fade-in-nav{
    animation-name: fadeinnav;
    animation-duration: 0.9s;
  }

.navbar{
    box-shadow: none!important;
    background-color: rgba(255, 255, 255, 0.26)!important;
   
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding:0em;
   transition-duration: 0.4s;
    
}

.sticky{
    position: fixed;
    top: 0;
    z-index: 1000!important;
    backdrop-filter: none!important;
   
    padding: 0.2em 0em;
    width: 100%;
    transition-duration: 0.6s;
    background: #ffffff!important;
    border-bottom: 1px solid rgb(221, 221, 221);
  }

.sticky li a{
    color: black!important;
}

.sticky li a.active{
    color: black!important;
}

.book-btn{
    background-color: black;
    padding: 1em 3em;
    color: white;
    font-family: 'Space Grotesk';
    border-radius: 0px;
    border: 1px solid transparent;

}

.book-btn:hover{
    background-color: transparent;
    border: 1px solid white;
    color: black;
}

.hero-section{
    background: url('/img/slider-3.jpg')rgba(0, 0, 0, 0.25);
    background-position: center;
    height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    color: white;
    margin-top: -10em;
    
}


.sec-btn{
    background-color: transparent;
    color: white;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size: 15px;
    width: fit-content;
    border: 1px solid white;
    border-radius: 0px;
    padding: 1em 3em;
    transition-duration: 0.2s;
}

.sec-btn:hover{
    border: 1px solid white;
    transform: translateY(-5px);
    transition-duration: 0.2s;
    color: white;
}

span{
    display: inline-block;
}

.title-text :nth-child(1){
    animation-name: fadedown;
    animation-duration: 0.4s;
    animation-timing-function:ease ;
    animation-delay: 0;
}

.title-text :nth-child(2){
    animation-name: fadedown;
    animation-duration: 0.55s;
    animation-timing-function:ease ;
    animation-delay: 0;
}

.title-text :nth-child(3){
    animation-name: fadedown;
    animation-duration: 0.7s;
    animation-timing-function:ease ;
    animation-delay: 0;
}

.title-text :nth-child(3){
    animation-name: fadedown;
    animation-duration: 0.85s;
    animation-timing-function:ease ;
    animation-delay: 0;
}

.title-text :nth-child(4){
    animation-name: fadedown;
    animation-duration: 1s;
    animation-timing-function:ease ;
    animation-delay: 0;
}


.title-text :nth-child(6){
    animation-name: fadedown;
    animation-duration: 0.4s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}

.title-text :nth-child(7){
    animation-name: fadedown;
    animation-duration: 0.55s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}
.title-text :nth-child(8){
    animation-name: fadedown;
    animation-duration: 0.7s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}

.title-text :nth-child(9){
    animation-name: fadedown;
    animation-duration: 0.85s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}

.title-text :nth-child(10){
    animation-name: fadedown;
    animation-duration: 1s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}

.title-text :nth-child(11){
    animation-name: fadedown;
    animation-duration: 1.15s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}

.title-text :nth-child(12){
    animation-name: fadedown;
    animation-duration: 1.3s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}
.title-text :nth-child(13){
    animation-name: fadedown;
    animation-duration: 1.45s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}
.title-text :nth-child(14){
    animation-name: fadedown;
    animation-duration: 1.6s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}
.title-text :nth-child(15){
    animation-name: fadedown;
    animation-duration: 0.4s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}

.title-text :nth-child(16){
    animation-name: fadedown;
    animation-duration: 0.55s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}

.title-text :nth-child(17){
    animation-name: fadedown;
    animation-duration: 0.7s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}
.title-text :nth-child(18){
    animation-name: fadedown;
    animation-duration: 0.85s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}
.title-text :nth-child(19){
    animation-name: fadedown;
    animation-duration: 1s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}
.title-text :nth-child(20){
    animation-name: fadedown;
    animation-duration: 1.15s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
}


#about-home{
    padding: 6em 0em;
    padding-bottom: 0em;
   background: url('../img/about-bg.png');
   background-size: 48%;
   background-position: right;
   background-repeat: no-repeat;
   height: auto;
}

.spec-row h3{
    font-size:50px;
    color: #748a96;
}

.spec-row p{
    text-transform: uppercase;
    color: black;
    font-weight: 600;
}

.body-btn{
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 0px;
    transition-duration: 0.1s;
    height: min-content;
}

.body-btn:hover{
    border: 1px solid black;
    transform: translateY(-5px);
    transition-duration: 0.1s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-color: white;
}


#info{
    background-color: #11171b;
    padding: 4em 0em;
}

.loby-img{
    margin-top: -10em;
    display: flex;
    justify-self: right;
    border: 4px solid white;
}

#amenities-section{
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 45%, rgba(240,240,240,1) 45%);
    padding-top:4em;
}

#rooms-section{
    padding: 8em 0em;
    background-color: #f0f0f0;
}
.room-box > h5{
    color: black;
}


.room-box{
    color: black;
}

#rooms-head{
    background: url('../img/rooms-head.jpg') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 70vh;
    display: flex;
    align-items: end;
    margin-top: -10em;
    color: white;
}

#gallery-head{
    background: url('../img/loby.jpg') rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 70vh;
    display: flex;
    align-items: end;
    margin-top: -10em;
    color: white;
}

#about-head{
    background: url('../img/front-hotel.jpg') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 70vh;
    display: flex;
    align-items: end;
    margin-top: -10em;
    color: white;
}

#contact-head{
    background: url('../img/slider-2.jpg') rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 70vh;
    display: flex;
    align-items: end;
    margin-top: -10em;
    color: white;
}



@media only screen and (max-width: 900px) {
    html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
    .navbar {
      background-color: white!important;
      padding: 0em;
    }
    .navbar li a,.navbar li a.active{
        color: black!important;
    }
    .book-btn{
        margin-bottom: 1em;
    }
    .title-moved{
        margin-left: 0px!important;
    }
    #about-home{
        background: none;
    }
    .img-moved{
        margin: 0px!important;
    }
    .section-width{
        width: 100%!important;
        padding: 3em!important;
    }
    .section-flexed{
        justify-content: start!important;
    }

    #amenities-section{
        background: white;
    }
  }