*{
    font-family:'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* font-family: "Quicksand", sans-serif; */
    /* font-family: "Karla", sans-serif; */
}
/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }

.main_cointener{
    width: 100%;
    height: 80vh;
    
    
}
.Font_veiw{
    background-color:rgb(69, 69, 207) ;
    width: 100%;
    height: 80vh;
}

.slider1{
    /* background-image: url(../../image/slider.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    display: flex;
    justify-content: center;
    background-color: #0E0D0E;
   
}
.background_slide1{
    background-image: url(../../image/4.jpg);
}
.background_slide2{
    background-image: url(../../image/3.jpg);
}
.background_slide3{
    background-image: url(../../image/2.jpg);
}

.font_text{
    width: 52%;
    padding-top: 130px;
}
.font_image{
    width: 38%;
    padding-top: 90px;
}
.font_image img{
    width:100%;
    height: auto;
    margin-left: 18px;
}
.slider1 p{
    font-size: 18px;
    color: #fff;
    text-shadow: 0.5px 0.5px 0.5px #666;
    padding: 0px 0px 0px 0px;
    animation: 3s topButtom ease-out;



}
.slider1 h1{
    font-size: 60px;
    color: #E1B93A;
    text-shadow: 0.5px 0.5px 0.5px #666;
    padding: 10px 0px 10px 0px;
    animation: 3s topButtom ease-out;


}
@keyframes topButtom {
    0% {
      opacity: 0.9;
      transform: translateY(100%);
    }
    20% {
      opacity: 0.9;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
  }
}
.font_text button{
    margin: 20px 10px 10px 0px;
    width: 150px;
    height: 50px;
    background-color: #0E0D0E;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
    animation: 3s topButtom ease-out;

}
.font_text button:hover{
    background-color: #E1B93A;
}



/* Search Box Option Strat Here*/
.Search_Module{
    width: 100%;
    height: 150px;
    margin-top: -75px;
    z-index: 99;
    position: absolute;
}

.search_box{
    width: 90%;
    height: auto;
    background-color: #0E0D0E;    
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin: auto;
    padding-bottom: 20px;
}
.search_header{
    color: #fff;
}
.search_header h3{
    color: #fff;
    padding: 10px 0px 5px 20px;
}
.input_box{
    display: flex;
    justify-content: center;
}
.laval{
    align-items: center;
    padding: 10px 0px 0px 0px;

}
.laval input{
    width: 180px;
    height: 40px;
    padding: 5px;
    margin: 3px;
    border: none;

}
.laval select{
    width: 110px;
    height: 40px;
    margin: 3px;
    padding: 5px;
    border: none;


}
.laval button{
    width: 80px;
    height: 40px;
    margin: 3px;
    background-color: #E1B93A;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.laval label{
    margin: 3px 3px 3px 5px;
    color: #E1B93A;

}
.laval button i{
    padding-right: 5px;

}
.laval button:hover{
    background-color: #fff;
}


/* Search Box Option Strat Here*/
.about_us_description{
    width: 90%;
    height: auto;
    /* border: 1px solid black; */
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 75px;
}
.about_us_header{
    text-align: left;
    width: 50%;
}
.about_us_image{
    width: 50%;
}
.about_us_image img{
    width: 100%;
}
.about_us_header h1{
    padding-bottom: 10px;
    font-size: 35px;
    color: #E1B93A;
}
.about_us_header p{
    padding: 5px 10px 0px 0px;
    font-size: 18px;
    color: #0E0D0E;
    text-align: justify;
}



/* Start Best Rooms Section*/
.rooms{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background-color: rgb(240, 239, 239);
}
.rooms_header{
    width: 90%;
    margin: auto;
}
.rooms_header h1{
    text-align: left;
    color: #E1B93A;
    padding: 10px 0px 10px 0px;
    font-size: 35px;
}
.rooms_header p{
    text-align: left;
    color: #0E0D0E;
    padding: 0px 0px 5px 0px;
    font-size: 20px;
}
.all_rooms{
    width: 90%;
    height: 300px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.rooms_box2{
    margin-top: 10px;

}

.rooms1, .rooms_text{
    width: 25%;
    height: 301px;
}
.rooms1{
    margin: 0px 0px 0px 0px;
    overflow: hidden;

}
.rooms_text{
    width: 24.1% !important;
    margin-top: -5px;


}

.room_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0px 5px 0px 5px;

}
.room_info h1{
    padding-top: 10px;
    font-size: 15px !important;

}
.room_info p{
    padding-top: 10px;
    font-size: 12px !important;

}
.rooms1 {
    width: 100%;

}
.rooms1 img{
    width: 100%;
    height: 100.5%;
    object-fit: cover;

}
.room_box_width{
    width: 25.5%;
    height: 300px;
    margin: 5px;

}
.rooms_text{
    width: 100%;
    height: 300px;
    background-color: rgba(5, 5, 5, 0.5);
    position: absolute;
    transition: all 0.5s linear;
    margin-top: -55px;

}
.rooms1:hover .rooms_text{
    margin-top: -310px;
}
.room_info_btn{
    text-align: center;
}
.room_info_btn button{
    width: 120px;
    height:40px;
    background-color: #E1B93A;
    color: #fff;
    border: none;
    font-size: 17px;
    transition: all 0.5s ease-in-out;
    margin-top: 20px;
    cursor: pointer;
}
.room_info_btn button:hover{
    background-color: #413202;
}
.room_all_info{
    color: #fff;
    padding: 20px;

}
.room_all_info i{
    color: #fff;
    padding: 0px 10px 0px 0px;

}
.P_p{
    padding-bottom: 10px;
}
.rooms_box2{
    margin-bottom: 10px;
}

/*-- Start Faciltes section--*/

.faciltes{
    width: 100%;
    height: auto;
    background-color: #222
}
.faciltes_header{
    width: 90%;
    margin: auto;
}
.faciltes_header h1{
    text-align: left;
    color: #E1B93A;
    padding: 10px 0px 0px 0px;
    font-size: 35px;

}
.facilites_services{
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
    color: #fff;
    

}
.serve01{
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
    margin: 10px 0px 10px 0px;

}
.serve01 p{
    padding: 0px 10px 0px 10px;
    font-size: 15px;

}

/*start Our Gallary Section*/
.gallary_header{
    width: 90%;
    margin: auto;
    display: flex;
    /* border: 1px solid black; */
    padding: 10px 0px 0px 0px;
}
.gallary_header h1{
    text-align: left;
    color: #E1B93A;
    text-shadow: 1px 1px 1px #fff;
    padding: 10px 0px 0px 0px;
    font-size: 35px;
    /* border: 1px solid black; */
    width: 25%;
}
.gallary_button{
    width: 90%;
    margin: auto;
    /* border: 1px solid black; */
    text-align: right;
}
.gallary_button button{
    width: 120px;
    height: 50px;
    background-color: #0E0D0E;
    color: #fff;
    cursor: pointer;
    border: none;
    margin: 0px;
    transition: all 0.5s ease-in-out;

}
.active{
    background-color: #E1B93A !important;
}
.gallary_button button:hover{
    background-color: #E1B93A;
}
.photo_gallary{
    width: 90%;
    /* border: 1px solid black; */
    height: auto;
    margin: auto;

}
.gallary_photo_all{
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.photos{
    width: 24%;
    height: 200px;
    /* border: 1px solid black; */
    margin-top: 15px;
    overflow: hidden;
}
.last_chiled{
    margin-bottom: 15px;

}
.photos img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;

}
.photos:hover img{
    transform: scale(1.05);
}

.couple_room{
    margin-bottom: 20px;
    display: none;
}





/*start Hotel Statics Section*/
.hotel_statisties{
    background-image: url("../../image/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1f161f98;
    height: 70vh;
    align-items: center;

}
.statistics_header{
    width: 90%;
    margin: auto;
    /* border: 1px solid black; */
    
}
.statistics_header h1{
    text-align: center;
    color: #E1B93A;
    padding: 80px 0px 0px 0px;
    font-size: 35px;
    /* border: 1px solid black; */
}
.counter_contaner{
    display: flex;
    width: 90%;
    height: auto;
    margin: auto;
    /* border: 1px solid black; */
    justify-content: space-between;

}
.counterbox{
    width: 20%;
    height: 150px;
    /* border: 1px solid black; */
    background-color: #e1ba3a98;
    margin: 50px 0px 50px 0px;
}
.counterbox h1{
    color: #fff;
    font-size: 50px;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.counterbox p{
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding-top: 5px;
}

/*start Review and News Section*/

.Review_news{
    width: 100%;
    background-color: #fff;
}
.review_news a{
    text-decoration: none;
}
.review{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
}
.review_box{
    width: 100%;
    height: auto;
    background-color: #fff;

}

.review_news{
    width: 100%;
    height: auto;

}
.reviews_header{
    
    display: flex;
    justify-content: space-between;
}
.reviews_header h1{
    text-align: center;
    color: #E1B93A;
    padding: 10px 0px 10px 0px;
    font-size: 25px;
}
.news_header h1{
    text-align: left;
    color: #E1B93A;
    padding: 10px 0px 10px 0px;
    font-size: 25px;
}
.customer_text{
    margin: auto;
    text-align: center;
    width: 100%;
    overflow: hidden;

}
.customer_text img{
    width: 100px;
    border-radius: 50%;

}

.customer_text p{
    height: 180px;

}
.review_button{
    text-align: right;
    margin: 10px 0px 10px 0px;

}
.review_button button{
    width: 30px;
    height: 40px;
    color: #fff;
    background-color: #0E0D0E;
    border: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
}
.review_button button:hover{
    background-color: #0e0d0ea2;
}

.news_box1{
    width: 100%;
    height: auto;
    display: flex;
    margin: 0px 0px 10px 0px;
}
.news_box1:hover{
    background-color: #e1ba3a46;
}
.news_box1 img{
    width: 150px;
    height: 80px;
}
.news_title{
    padding: 0px 5px 0px 5px;
    text-decoration: none;
    color: #0E0D0E;
}
.news_title p{
    text-decoration: none;
    font-size: 12px;
}
.news_title p span{
    color: #E1B93A;
}
.customer_text{
    margin: auto;
    text-align: center;
    width: 100%;
    animation: 3s reviewAni ease-out;
    overflow: hidden;
}
.reviewone{
    display: none;
}

@keyframes reviewAni {
    0% {
        opacity: 0.9;
        transform: translateX(80%);
    }
    20% {
        opacity: 0.9;
    }
    50% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

