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);
}





.rotate{

}

/* End Animations*/

h1,h2,h3,h4,h5,h6{
    font-family: "Gilda Display";
}

p{
    font-family: Outfit;
}

.navbar{
    background-color: transparent!important;
    box-shadow: none;

    padding-top: 25px;
    
}

.navbar li{
    margin: 0 15px;
}

.navbar li a{
    font-family: Barlow Condensed;
    font-weight: 400;
    color: #e9e9e9;
    font-size: 21px;
    border-bottom: 2px solid transparent;
}

.navbar li a.active{
    color: white!important;
    border-bottom: 2px solid #c5a880;
}

.navbar li a:hover{
    border-bottom: 2px solid #c5a880;
    color: white;
    scale: 0.92;
}

#home-banner{
    background: url('../img/home-head.jpg')rgba(0, 0, 0, 0.75);
    background-position: 0 80%;
    background-size: cover;
    background-blend-mode: multiply;
    background-repeat:no-repeat;
    height: 90vh;
    margin-top: -90px;
    display: flex;  
   
    align-items: center;

}

.btn-1{
    font-family: Outfit;
    background-color: #c5a880;
    padding: 15px 30px;
    border-radius: 1px;
    color: white;
    font-weight: 500;
    font-family: Outfit;
    font-size: 15px;
}

.btn-1:hover{
    background-color: #c5a880!important;
    color: white;
}

.btn-2{
    font-family: Outfit;
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 1px;
    color: white;
    font-weight: 500;
    font-family: Outfit;
    font-size: 15px;
    border: 2px solid white;
}

.btn-2:hover{
    background-color: white;
    padding: 12px 30px;
    border-radius: 1px;
    color: black;
    font-weight: 500;
    font-family: Outfit;
    font-size: 15px;
    border: 2px solid white;
}

.btn-2:hover .arrow{
    color: black!important;
}

.about-box{
    padding: 5%;
    background-color: white;
}


#about-home{
    padding: 80px 0;
}

.about-left:hover .about-box{
    background-color: rgb(22, 22, 22);
    color: white;
}

.about-left:hover h5{
    color: white!important;
}

.about-right:hover .about-box{
    background-color: rgb(22, 22, 22);
    color: white;
}

.about-right:hover h5{
    color: white!important;
}

.hidden-service{
    display: none;
}
.service-box{
    
    background-color: white;
    border-radius: 50% 50% 50% 0;
    padding: 28px 0;
    transition-duration: 0.3s;

}

.service-box:hover .act-service{
    display: none;
    transition-duration: 0.3s;

}

.service-box:hover .hidden-service{
    display: block;
    transition-duration: 0.3s;

    
}


.service-box:hover h5{
   color: white!important;

    
}

.service-box:hover{
    background-color: #c5a880;
    color: white;
    transition-duration: 0.3s;
}


#banner{
    margin: 120px 0;
    background: url('../img/banner.jpg')rgba(0, 0, 0, 0.6);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    background-blend-mode: multiply;
}

.card-img{
    border-radius: 0;
}

.card{
    border-radius: 0;
    transition-duration: 0.2s;
}
.card:hover{
    background-color: #252525;
    color: white;
    transition-duration: 0.2s;
    scale: 1.05;
}

.card:hover h5,.card:hover p{
    color: white!important;
    transition-duration: 0.2s;

}

.card:hover .card-img{
    filter: brightness(60%);
    transition-duration: 0.2s;

}


#banner-2{
    margin: 120px 0;
    background: url('../img/banner-2.jpg')rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-blend-mode: multiply;
}







.section-padding {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.img-flag{
    border-radius: 50%;
    width: 70px;
    height:70px;
}

.testimonial-box{
    background-color: white;
    padding: 5%;
    margin: 10px 10px;
}


@media only screen and (max-width: 689px) {
    .about-img{
        margin: 20px 0 ;
    }
    .about-box-2{
        margin-bottom: 30px;
        
    }
    .navbar{
        background-color: black!important;
        padding: 15px 0;
    }
    .button-col-1{
        text-align: center!important;
        margin: 10px 0;
    }

    .button-col-2{
        text-align: center!important;
    }
    .service-box{
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .room-box{
        margin-bottom: 25px;
    }
  }


  #rooms-head{
    background: url('../img/rooms-head.jpg')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  .navbar-2{
    background-color: black!important;
    padding: 15px 0;
  }

  .navbar-2 li{
    margin: 0 15px!important;
  }


  #about-head{
    background: url('../img/home-head.jpg')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }


  #contact-head{
    background: url('../img/gallery3.jpg')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }