@import url('https://fonts.googleapis.com/css?family=Dosis:500');
@import url('https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff');
@import url('https://fonts.googleapis.com/css?family=Cormorant');
body,html{
    width: 100vw;
    overflow-x: hidden;
    font-family: 'Dosis', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
}
/*Navbar */
.navbar{
    background-color: rgba(150, 143, 139, 0.7);
    font-family: 'Dosis'
}
.nav-item{
    margin: 0px 10px;
}
.nav-link{
    color: white;
    border-bottom: 1px solid transparent;
}
.nav-link:hover{
    color: white;
    border-bottom: 1px solid white;
}
.dropdown:hover  .dropdown-menu{
    display: inline-block;
}

.dropdown-menu{
    top: 37px;
    border-radius: 0px;
}

.book-btn{
    border: 1px solid #b99470;
    background: #b99470;
    transition: all 0.5s linear;
}
.book-btn:hover{
    border: 1px solid white;
    background: white;
    color: #b99470;
}
/*carousel */
.item{
    width: 100%;
    position: relative;
}
.item img{
    width: 100%;
    height: 100vh;
}
.active img{
    transform: scale(1.05);
    transition: all 4s ease;
}
.item-text{
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: 'Dosis';
}

.btext{
    font-family: 'Herr Von Muellerhoff';
    font-size: 80px;
}
.btn-text{
    background-color: #b99470;
    padding: 8px 24px;
    font-size: 12px !important;
    color: white;
    border: 0px;
    transition: all 0.5s linear;
}
.btn-text:hover{
    background-color: white;
    color: #b99470;
}
.owl-nav{
    width: 100%;
    position: absolute;
    top: 50%;
    color: white;
}
#carousel .owl-prev{
    position: absolute;
    left: 25px;
}
#carousel .owl-next{
    position: absolute;
    right: 25px;
}
.owl-prev:hover, .owl-next:hover{
    background: transparent !important;
}
.owl-next:focus, .owl-prev:focus{
    outline: 0;
}
/*ABout Section */
#about{
    padding: 40px 0;
    text-align: center;
}
.heading-her{
    color: #dedede;
    font-family: 'Herr Von Muellerhoff';
    font-size: 120px;
    padding-bottom: 0;
    margin-bottom: -60px;
}
.heading-text{
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    text-transform: uppercase !important;
    font-size: 40px;
line-height: 46px;
}
#about p{
    font-size: 20px;
    line-height: 28px;
    color: #6a6a6a;
}
.about-btn{
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    background-color: #b99470;
    padding: 8px 24px;
    color: white;
    border: 1px solid #b99470;
    transition: all 0.5s linear;
}
.about-btn:hover{
    background-color: white;
    color: #b99470;
    border: 1px solid #b99470;
}
.abt-img img{
    margin:10px 10px;
}

/* VILLA */
#villa{
    padding:  20px 0 50px 0px;
    background: #f5f5f5;
}
#gallery-villa{
    padding:  50px 0 50px 0px;
    background: #f5f5f5;
}
.villa-row{
    display: flex;
    flex-wrap: wrap;
}
.villa-img{
    overflow: hidden;
}

.villa-img img{
    height: 100%;
    width: 100%;
}

.villa-text{    
    background: white;
    padding:30px;
    text-align: left;
}
.villa-text h2{
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
.villa-text h5{
     color: #dedede;
     font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
.villa-text p{
    color: #6a6a6a
}
.villa-learn{
    color: #dedede !important;
    text-align: right;
}
.villa-learn:hover{
    color: #6a6a6a !important;
}

/* Testimonial */
#testimonial{
    padding: 50px 0;
}

#test .item{
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-size: 30px;
line-height: 36px;
text-align: center;
}

#test .item img{
    height: 65px;
    width: 65px;
    border-radius: 50%;
}
#test .owl-nav{
    position: absolute;
    top: 25%;
}
#test .owl-prev{
    position: absolute;
    left: -50px;
    color: black
}
#test .owl-next{
    position: absolute;
    right: -50px;
    color: black
}

.ammenities-box{
    text-align: center;
}
.ammenities-box p{
    margin: 8px 0px;
}

/*Footer */
#footer{
    border-top:1px solid black;
    padding-bottom: 50px 0 0 0;
}
.box-email{
   display: inline-block;
    padding: 8px;
    background: white;
    position: relative;
    top: -30px;
}
.box-content{
    border: 1px solid black;
    padding: 8px;
    color: #6a6a6a;
}
.form-input{
    background: transparent;
    border: 1px solid transparent;
}
.form-btn{
    background: transparent;
    border: 1px solid transparent;
}
.foo-link a{
    margin: 0px 8px;
    color: black;
    text-transform: capitalize !important;
}
.social-link a{
    margin: 0px 8px;
    color: black;
}
.social-link a:hover{
    text-decoration: none;
    color: #b99470;
}
.footer-text p{
    margin-bottom: 8px;
}
#gallery-villa{
    padding: 30px 0px 0px 0px !important;
}
 .gallery-nav-link{
    margin: 8px 0;
padding: 8px 16px !important;
border-radius: 25px !important;
background: white !important;
color: #b99470;
} 
.gallery-nav-item .active, .gallery-nav-link:hover, .gallery-nav-link:focus{
    background: #b99470 !important;
    color: white !important;
    outline: 0 !important;
}
#social-logos{
    background: #f5f5f5;
}

.social-box{
    
    padding:  30px 0px;
}
.social-box img{
    margin: 0px 15px;
}
.cmap{
    position: relative;
}
.cmap-content{
    position: absolute;
    z-index: 3;
    background: #b99470;
    color: white;
    width: 400px;
    padding: 16px;
    top: 0px;
    right: 0px;
}

#contact-box{
    padding: 50px;
}
.form-input{
    border-bottom: 1px solid #b99470;
    width: 100%;
}
.form-input2{
    display: inline;
    background: transparent;
    border: 1px solid transparent;
}
.input2-button{
    padding: 8px 25px;
    border-radius: 25px;
    background: #b99470;
    color: white;
    border: 1px solid #b99470;
}
.address-box{
    padding: 16px;
}
.navbar-toggler{
    border: 1px solid white;
    color: white;
}
.navbar-toggler-icon{
    color: white !important;
}
.tab-content{
    padding: 50px;
}
/* villa btn */
.villa-btn{
   color: black;
    padding: 8px 24px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid transparent;
}
.villa-btn:hover{
    border-bottom: 1px solid black;
}
.villa-btn:focus, .villa-btn:active{
    color: white;
    background: #b99470;
    border-bottom: 1px solid transparent;
    border-radius: 25px;
}
.abt-img-box{
    position: relative;
}
.abt-img-box:hover .abt-img-overlay{
    opacity: 0.6;
    transition: all 0.25s ease;
}
.abt-img-box:hover .abt-img-text{
    opacity: 1;
    transition: all 0.25s ease;
}
.abt-img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: .2;
    transition: all 0.25s ease;
}
.abt-img-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 80%;
    opacity: 0;
    transition: all 0.25s ease;
}
.abt-img-text p {
    color: white !important;
}
/*tablets */
@media only screen and (max-width: 360px) {
    .container{
        padding:15px
    }
    .cmap-content{
        width:100%;
    }
}

/*mobile */
@media only screen and (max-width: 576px) {
    .btext{
        font-size: 42px;
    }
    .item-text{
        top: 60%;
    }
    .heading-text{
        font-size: 2rem;
    }
    #test .item{
        font-size: 1.25rem !important;
    }
    .heading-her{
        font-size: 100px;
    }
    .tab-content{
        padding: 50px 0px;
    }
    .slideInLeft{
        margin-bottom: 8px;
    }
    #contact-box{
        padding: 50px 25px;
    }
  
    
}
@media only screen and (max-width: 768px) {
    .nav-link{
        text-align: center;
    }
}
/*tablets */
@media only screen and (max-width: 9920px) {
    .tab-content{
        padding: 50px 25px;
    }
    #contact-box{
        padding: 50px 25px;
    }
}
