img{
    max-width: 100%;
}

#navbar{
    background: #081123;
    position: sticky;
    top: 0px;
    z-index: 100;
}
#navbar .active {
    background: #5a2360;
    
}
#navbar .logo .sub-title{
    color: #d6baa0;
    font-size: 17px;
    padding: 0;
    margin: 0;
}
#navbar .logo .title{
    color: white;
    font-size: 35px;
    padding: 0;
    margin: 0;
    font-family: 'Satisfy', cursive;
    font-weight: 400;
}
#navbar .logo .star{
    color: #d6baa0;
    font-size: 10px;
    padding: 0;
    margin: 0;
}
#navbar .nav-button:hover{
    background: #5a2360;
    transition: all 0.5s;
}
#navbar .btn{
    background: #5a2360;
    color: white;
    border: 2px solid #d6baa0;
}



#hero{
    background: url(./assets/images/hero-bg.jpg),rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#hero .btn{
    background: #5a2360;
    color: white;
    border-bottom: 2px solid #d6baa0;
}
#hero .sub-title{
    font-family: 'Satisfy', cursive;
    font-weight: 400;
}
#hero .details{
    color: #d6baa0;
}



#form .form-control{
    background: #1e0023;
    position: relative;
    bottom: 40px;
    border: none;
}

#form label{
    color: white;
    font-weight: 600;
}

#form input,select {
    background: #5a2360;
    border: 2px solid #d6baa0;
    color: white;
    font-weight: 600;
    border-radius: 5px;
}

#form .find-button{
    border: 2px solid #d6baa0;
    color: #d6baa0;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    
}

#about .title{
    color: #1e0023;
}
#about .link{
    color: #1e0023;
}
#about .btn{
    background: #5a2360;
    color: white;
    border-bottom: 2px solid #d6baa0;
}


#feature .row .left{
    height: 550px;
    background: url(./assets/images/feature.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#feature .right .sub-title{
    color: #d6baa0;
}


#rooms .top .title{
    color: #5a2360;
}
#rooms .bottom .text .price{
    color: #ae855f;
}
#rooms .bottom .row .col-12 .text:hover{
    background: #5a2360;
    transition: all 0.3s;
    color: white;
}


#rooms .bottom .row .col-12:nth-child(1) .photo{
    height: 300px;
    background:url("./assets/images/room\ \(1\).jpg") ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} 
#rooms .bottom .row .col-12:nth-child(2) .photo{
    height: 300px;
    background:url("./assets/images/room\ \(2\).jpg") ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} 
#rooms .bottom .row .col-12:nth-child(3) .photo{
    height: 300px;
    background:url("./assets/images/room\ \(3\).jpg") ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} 
#rooms .btn{
    background: #ae855f;
}

#restaurant .top .title{
    color: #5a2360;
}

#restaurant .row .left{
    height: 550px;
    background: url(./assets/images/resta.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#restaurant .box{
    background: #5a2360;
    width: 160px;
}

#review .photo{
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
#review .star{
    color: #5a2360;
}
#review .box{
    border: 2px solid #5a2360;
}

#count .subtitle{
    color: #5a2360;
}
#count .title {
    color: white;
}
#count{
    background: url(./assets/images/hero-bg.jpg), rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} 
#footer{
    background: #081123;
}
