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,h6{
    font-family: "Marcellus SC"!important;
}

h4,h5{
    font-family: "Petit Formal Script";
    
}

p{
    font-family: 'Outfit';
    font-size: 18px;
}

.navbar{
    padding: 10px 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.863)!important;
}

.navbar ul{
    margin-right: 3%;
}

.navbar li{
    margin: 0 8px;
}

.navbar li a{
    color: white;
    font-family: Outfit;
    font-size: 18px;
}

.navbar li a.active{
    color: #ca8e46!important;
}

.navbar li a:hover{
    color: #ca8e46;
}

.book-btn{
    background-color: #ca8e46;
    
    font-family: Cinzel;
    color: white;
    font-weight: 500;
    
}

.book-btn:hover{
    background-color: white;
    color: #ca8e46;
}

.link-btn{
    background-color: white;
    font-family: Outfit;
    width: 160px;
    color: black;
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 15px;
}

.link-btn:hover{
    background-color: #ca8e46;
}

#home-head{
    background: url('../img/carousel-1.jpg')rgba(0, 0, 0, 0.65);
    height: 760px;
    background-position: center;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

.carousel-1{
    background: url('../img/carousel-1.jpg')rgba(0, 0, 0, 0.65);
    height: 760px;
    background-position: center;
    background-blend-mode: multiply;
    text-align: center;
   
}

.carousel-2{
    background: url('../img/carousel-2.jpg')rgba(0, 0, 0, 0.65);
    height: 760px;
    background-position: center;
    background-blend-mode: multiply;
    text-align: center;
}

.carousel-3{
    background: url('../img/carousel-3.jpg')rgba(0, 0, 0, 0.65);
    height: 760px;
    background-position: center;
    background-blend-mode: multiply;
    text-align: center;
}

#home-about{
    padding: 100px 0;
}
.about-left-bottom-box{
    border-left: 3px solid #ca8e46;
    padding-left: 20px;
}


.location-box{
    background-color: #ca8e46;
    width: 30%;
    border: 4px solid #ffffff;
    text-align: center;
    padding: 2%;
    border-radius: 50%;
    margin-top: -220px;
    margin-left: -80px;
    position: relative;
    z-index: 100;
    border-style: double;
    transform: rotate(-360deg);
    transition-duration: 0.8s;
}

.location-box:hover{
    transform: rotate(360deg);
    transition-duration: 0.8s;

    scale: 1.1;
}

.room-content{
    width: 400px;
    background-color: white;
    padding: 2% 5%;
    margin-top: -100px!important;
    position: relative;
    z-index: 100;
    height: 190px;
}

.rooms-btn{
    display: none;

}

.rooms-btn:hover{
    background-color: #252525;
    color: white;
    transition-duration: 0.1s!important;
}

.room-box:hover .beds-room{
    display: none!important;
    
}

@keyframes buttonappear {
    from {
        margin-top: 50px;
    }
    to {
        margin-top: 0px;
    }
  }

.room-box:hover .rooms-btn{
    display: block!important;
    width: 70%;
   
   transition-duration: 0.5s!important;
   animation-name: buttonappear;
    animation-duration: 0.4s;
    animation-delay: ease-out;
}


.room-box:hover .room-1{
    filter: brightness(80%);
    transition-duration: 0.4s;
    
}

#banner{
    margin-top: 10vh;
    margin-left: 2vh;
    margin-right: 2vh;
    background: url('../img/banner.jpg')rgba(0, 0, 0, 0.45);
    height: 560px;
    background-position: 10% 65%;
    background-attachment: fixed;
    background-blend-mode: multiply;
    text-align: center;
    display: flex;
    align-items: center;
}
 

#services{
    margin-top: -140px;

}

.service-1{
    background: url('../img/service-bg-1.png');
    background-color: white;
    padding: 5%;
    height: 440px;
    background-size: cover;
    position: relative;
    z-index: 1000!important;
}

.service-2{
    background: url('../img/service-bg.png');
    background-color: white;
    padding: 5%;
    height: 440px;

    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1000!important;
}

.banner-row{
    background: url('../img/banner-row-bg.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    height: 460px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
}

.service-bg{
    background: url('../img/t');
}

#banner-service{
    background: url('../img/pattern-bg.jpg');
    padding-bottom: 60px;
}


#testimonials{
    height: 500px;
    padding: 100px 0;
}

.next,
.prev /*, .carousel-indicators */ {
    filter: invert(100%);
    border: 1px solid rgb(117, 117, 117)!important;
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
    border-radius: 50%;
    background-color: #4277b4;
}


#room-head{
    background: url('../img/deluxe-apartment.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
}

#rooms{
    padding: 80px 0;
}

.room-card{
    border-radius: 0px!important;
}


.room-2-btn{
    background-color: #252525;
    width: 100%;
    color: white;padding: 13px 0;
    border-radius: 0px;
}

.room-card:hover .room-2-btn{
    background-color: #ca8e46;
    color: white;
}

.room-card:hover{
    box-shadow:5px 5px #ca8e46 ;
    transition-duration: 0.3s;
}

#gallery-head{
    background: url('../img/carousel-3.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
}

#about-head{
    background: url('../img/gallery7.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
}

#contact-head{
    background: url('../img/gallery18.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 460px;
    display: flex;
    text-align: center;
    align-items: center;
    color: white;
}

.contact-details{
    background-color: #ca8e46;
    padding: 60px 0;
}

.contact-box{
    border: 1px solid rgb(255, 255, 255);
    margin: 5%;
    padding: 2%;
    color: white;
}


@media only screen and (max-width: 689px) {
    .carousel-1,.carousel-2,.carousel-3 {
      height: 600px;
    }

    .carousel-caption{

        margin-bottom: 42%!important;
    }
    .p-border{
        padding: 5px 8px!important;
    }
    .about-left-bottom-box{
        padding:0px!important ;
    }
    .about-right{
        height:62vh!important;
        margin-left: 5%;
        margin-top: 7%;
    }
    .location-box{
        margin-left:  30%;
        width: 150px;
        margin-top: -60px;
    }
    
    .room-content{
        margin: 0!important;
        margin-bottom: 5%!important;
        text-align: start!important;
    }
    .next,
    .prev {
    width: 35px;
    height: 35px;
    }
    #testimonials p{
    padding: 0 27px;
    }

    #testimonials{
        height: 640px;
    }
  }