/* font-family: 'Heebo', sans-serif;
font-family: 'Roboto Condensed', sans-serif; */

/* Variables */

/*AIzaSyCfDEUe82zwBwZzBAa_TDu1_LIQXBLkflM*/


:root{
    --c-dark:#212529;
    --c-brand: rgb(177, 120, 47);
    --c-brand-light:rgb(110, 71, 20);
    --c-brand-rgb: 78, 87, 212;
    --c-body:#727272;
    --font-base:'Heebo', sans-serif;
    --box-shadow:0px 15px 25px rgba(0,0,0,0.08);
    --transition:all 0.5s ease;
}

/* Reset & Helpers */
body{
    font-family: var(--font-base);
    line-height: 1.7;
    color: var(--c-body);
}

h1,h2,h3,h4,h5,h6,
.h1.h2.h3.h4.h5.h6{
    font-weight: 600;
}

p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}

.text{
    color: #644222;
}

a{
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}

a:hover{
    color: var(--c-brand-light);
}

/* BTN */

.btn{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 24px;
}

.btn-brand{
    border-color: var(--c-brand);
    color: white;
}

.btn-brand_btn{
   background-color: #644222;
    color: white;
}

.btn-brand_btn:hover{
    color:  white;
    background-color:  black;
}

.btn-brand:hover{
    border-color: white;
    color: var(--c-brand);
}

/* Header */

.header{
    /* background-color: rgb(177, 120, 47); */
    background-color: #644222;
    color: white;
    border-bottom: 1px solid rgb(177, 120, 47);
}

.header_content{
    margin-top: 5px;
}

#home{
    background-color:  #644222;
    position: sticky;
    top: 0;
    z-index: 9999;
}


/* Hero */

.btn-brand-hero{
    padding: 15px 20px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

.btn-brand-hero:hover{
    background-color: white;
    color: black;
}

.fa-play{
    background-color: white;
    padding: 20px;
    color: #644222;
    border-radius: 50px;
}

.carousel-caption{
    position: absolute;
    top: 100px;
}




.booking_area{
    background-color: #fff;
    box-shadow: 0px 0px 5px black;
    padding: 50px 20px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.txt{
    height: 60px;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 10px;
}

.lbl{
    color: black;
    margin-left: 5px;
}

.icon{
    color: #644222;
}

.book-btn{
    height: 60px;
    width: 100%;
    margin-top: 35px;
    text-transform: uppercase;
    background-color: #644222;
    color: #ffffff;
    border: none;
}

/* About */
#about{
    background-color: #ffffff;
    overflow-x: hidden;
}



.About_content h5{
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    padding-top: 20px;
}

.about_img{
    position: relative;
}

.abt-img01{
    position: relative;
    width: 100%;
    height: 550px;
}

.abt-img02{
    position: absolute;
    width: 300px;
    height: 350px;
    bottom: 0;
    right: 0px;
}


/* Explore */

#explore{
    background-color: #e2e2e2ad;
    padding-top: 80px;
    padding-bottom: 80px;
}

.card-explore:hover{
  box-shadow: 0px 0px 5px rgb(175, 175, 175);
}

/* Rooms */

#room{
    padding-top: 80px;
    padding-bottom: 80px;
}

.room_content{
    position: relative;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #644222;
    color: white;
    padding: 20px 20px 10px 20px;
    box-shadow: 0px 0px 5px rgb(48, 48, 48);
}

.room-card{
    box-shadow: 0px 0px 15px rgb(175, 175, 175);
}


/* Best Prize */

#best{
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: hidden;
}

.prize_content{
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.384);
    padding: 50px 30px;
}

.month{
    position: relative;
    right: -220px;
    top: -50px;
    border-radius: 4px;
    background-color: rgb(136, 132, 132);
    padding: 3px 10px;
    transform: rotate(90deg);
    width: 80px;
    }
    
    
    .month {
      background-color: rgba(48, 48, 48, 0.18);
      color: black;
    }


    /* Testtimonials */

#testimonials{
    padding: 80px 0px;
    background: url(../images/testimonial-bg.png);
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}



/* Client */

.client{
    padding: 30px 10px;
}

.quote{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
}


/* Appointment */

#appointment{
    padding-top: 80px;
    padding-bottom: 80px;
}


.appointment_area{
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}



/* Video */

#video{
    background: linear-gradient(rgba(0,0,0,0.507), rgba(0,0,0,0.438)), url(../images/slider_bg_01.png);
    background-position: center;
    background-size: cover;
}


/* Blog */

#blog{
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: hidden;
}

.blog_content{
    position: relative;
    top: -40px;
    background-color: #644222;
    color: white;
    width: 150px;
    padding: 10px 20px;
    box-shadow: 0px 0px 5px rgb(48, 48, 48);
}

.blog_btn{
    border-bottom: 3px solid #644222;
}


/* Company */

#company{
    padding: 50px 0px;
    background-color: #dfdfdf98;
}

/* Footer Address */

#footer_address{
    background: url(../images/footer-bg.png);
    background-position: center;
    background-size: cover;
}


.f-contact {
    display: flex;
    }
    .f-contact i {
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    color: #412720 !important;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    }
    
    
    .f-contact a{
        color:#fffc  !important;
    }
    .f-contact a:hover{
        color: #fffc!important;
    }

    
.f-contact span{
    color:#fffc ;
}
.f-contact h3 {
    color: #fff;
    font-size: 24px;
}





#footer{
    background-color: black;
}

@media (min-width:768px){
    .booking_area{
        background-color: #fff;
        box-shadow: 0px 0px 5px black;
        padding: 50px 20px;
        position: relative;
        top: -120px;
        left: 0;
        width: 80%;
    }
}











