*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
}

body{
    background-color: #fbfbfb;
}

header{
    width: 100%;
    height: 657px;
    /* display: flex;
    justify-content: center; */
    /* margin: auto; */
    background-image: url('../image/img-banner.jpg');
    /* background-size: cover; */
    background-repeat: repeat-x;
    background-position: 0px 0px;
    animation: animatedBackground 25s linear infinite alternate;
    

}

@keyframes animatedBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 50% 0;
    }
  }

/*navbar*/

ul li{
    list-style: none;
}

a{
    text-decoration: none;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-3%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(3%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    height: 100px;
    border-bottom: 1px solid #eaeaea;
    opacity: 1;
    z-index: 1;
    /* background-color: transparent; */
    background-color: rgba(0, 0, 0, 0.21);
    position: relative;
}

/* .sub__menu li a{
    color: #F4A460;
    transition: all linear 0.4s;
} */

.navbar::before{
    content: "";
    position: absolute;
    top: 0;
    left: -2%;
    width: 25%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transform: skewX(20deg);
}

.logo{
    width: 25%;
    height: 100%;
    align-self: center;
}

.logo img{
    padding-top: 10px;
}

.menu{
    width: 60%;
    
    z-index: 9999;
}

.menu .fa-bars{
    display: none;
}


.nav-bar{
    display: flex;
    position: relative;
    z-index: 66;
    width: 100%;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}

.nav-bar .sub__menu .drop__down li{
    display: none;
}

.sub__menu  > a{
    padding: 35px 20px;
    line-height: 100px;
}



.sub__menu .fa-caret-down{
    font-size: 12px;
}
/* .sub__menu > a:hover{
    background-color: #f8f8f8;
} */

.nav-bar .sub__menu:hover .drop__down li{
    display: block;
    color: #515151;
    left: 0;
    background-color: #fff;
    width: 200px;
    top: 0;
   
}



.drop__down li {
    height: 45px;
    padding-left: 17px;
    line-height: 45px;
    
    z-index: 9999;
}

.drop__down{
    position: absolute;
    
}
.nav-bar .search-icon{
    line-height: 90px;
}

.sub__menu .drop__down li:hover{
    background-color: #F4A460 !important;
    color: #fff !important;
    transition: all linear 0.4s;
    cursor: pointer;
    
}

.sub__menu .drop__down li{
    border-bottom: solid 1px #edebeb;
}


.menu ul .sub__menu:nth-child(6) a{
    /* padding: 15px 30px;
    background: #fff;
    color: #F4A460;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    z-index: 1; */

    position: relative;
    display: inline-block;
    outline: none !important;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 46px;
    border-radius: 0;
    color: #F4A460;
    background-color: #fff;
}

.menu ul .sub__menu:nth-child(6) a:hover{
    color: #fff;
}


.menu ul .sub__menu:nth-child(6) a::after{
    position: absolute;
    top: 100%;
    left: 40%;
    /* bottom: 0px; */
    content: "";
    /* transform-origin: bottom center; */
    z-index: -1;
    background: #F4A460;
    /* opacity: 0; */
    width: 10%;
    height: 10%;
    transition: all linear 0.4s;
    transform-origin: bottom;
    transform: scaleY(0);
}

.menu ul .sub__menu:nth-child(6) a:hover::after{
   
    position: absolute;
    transition: all linear 0.4s;
    /* transform: translateZ(0); */
    transform: scaleY(1.0);
    background-color: #F4A460;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.menu ul .sub__menu a{
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
    /* letter-spacing: 0.5px; */
}



.sub__menu .drop__down li:hover a{
    color: #fff;
}

.nav-bar .search-icon{
    padding: 0 17px;
}

.nav-bar .search-icon:hover{
    color: #F4A460;
    background-color: #f8f8f8;
    transition: color linear 0.4s;
}

/* .nav-bar .sub__menu:nth-child(4) > a{
    color: #F4A460;
} */
/* .sub__menu:hover .drop__down li{
    display: block;
    position: absolute;
    z-index: 199;
    background-color: #fff;
    width: 230px;
    line-height: 25px;
} */

.nav-bar .sub__menu .drop__down li a{
    color: #515151
}

.nav-bar .sub__menu .drop__down .drop__down__child li{
    display: none;
}

.nav-bar .sub__menu .drop__down > li:hover .drop__down__child li{
    display: block;
    /* left: 200%; */
    
}

.nav-bar .sub__menu .drop__down .drop__down__child{
    margin-left: 100%;
    margin-top: -45px;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
}

.nav-bar .sub__menu .drop__down > li a{
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-bar .sub__menu .drop__down > li a i{
    width: 10%;
    justify-content: flex-end;
}

.nav-bar .sub__menu .drop__down > li a p{
    width: 88%; 
    font-family: 'Mulish', sans-serif;
}

.nav-bar .sub__menu .drop__down > li a:hover{
    color: #fff;
}

.nav__input-menu{
    display: none;
}

/* .nav__mobile-close-menu{
    display: none;
} */

.nav__mobile-menu{
    display: none;
}

/*end navbar*/

.panel{
    position: fixed;
    width: 350px;
    height: 200px;
    right: -100%;
    top: 20%;
    z-index: 999999;
    
}

.setting{
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    left: -45px;
    position: absolute;
    top: 0;
    background-color: #F4A460;
}

.setting .fa-gear{
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 45px;
}

.panel-search{
    display: block;
    position: relative;
    width: 140%;
    height: 60px;
    right: 340px;
    /* left: auto;
    right: auto; */
    /* z-index: 99; */
}
.nav__overlay-search{
    position: fixed;
    top: 140px;
    display: none;
    animation: fadeIn linear  0.5s;
}

.nav__mobile-search{
    position: absolute;
    top: 0;
    width: 100%;
    /* left: 7.5%; */
    height: 60px;
    max-width: 100%;
    background-color: #fff;
    z-index: -10;
    transform: translateY(-10%);
    transition: transform linear 0.2s;
    opacity: 0;
    /* display: none; */
}

.nav__input-search:checked ~ .nav__overlay-search{
    display: block;
    transition: transform linear 0.5s;
}


.nav__input-search{
    display: none;
}

.nav__input-search:checked ~ .nav__mobile-search{
    transform: translateX(0%);
    transition: all linear 0.4s;
    opacity: 1;
}

.nav__input-search:checked ~ .search-icon{
    display: none;
}

.nav__mobile-list-search{
    list-style-type: none;
    /* margin-top: 35px; */
    height: 60px;
}

.fa-xmark{
    font-size: 20px;
    cursor: pointer;
}




.nav__mobile-close-search{
    color: #666;
    position: absolute;
    top: -55px;
    right: 10px;
}


.color__list-search{
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.color__list-search input{
    width: 87%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 12px;
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 20px;
}

.color__list-search .btn-search{
    width: 11%;
    height: 100%;
    border: none;
    background-color: #F4A460;
    color: #fff;
    font-family: 'Mulish';
    text-transform: uppercase;

    font-weight: bold;
}

.nav__overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    /* left: 0;
    background-color: rgb(0, 0, 0, 0.3); */
    display: none;
    animation: fadeIn linear  0.5s;
}

.nav__mobile{
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 350px;
    max-width: 100%;
    background-color: #ffffff;
    z-index: 99990;
    transform: translateX(100%);
    transition: transform linear 0.5s;
}

.nav__input:checked ~ .nav__overlay{
    display: block;
    
}

.nav__input:checked ~ .setting{
    right: 200px !important;
    position: fixed;
    /* display: none; */
} 

.nav__input{
    display: none;
}

.nav__input:checked ~ .nav__mobile{
    transform: translateX(0%);
    transition: transform linear 0.5s;
}

.nav__mobile-list{
    list-style-type: none;
    margin-top: 35px;
}

.fa-xmark{
    font-size: 20px;
    cursor: pointer;
}

/* .nav__mobile-link{
    color: #3d2514;
    display: block;
    padding: 8px 20px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    padding-right: 5px;
} */
/* 
.nav__mobile-link:hover{
    background-color: #ffc657;
} */

.nav__mobile-link{
    width: 64px;
    height: 64px;
    border-radius: 5px;
    cursor: pointer; 
    
} 

.brow-panel{
    background-color: #F4A460;
}
.cyan-panel{
    background-color: cyan;
}
.yellow-panel{
    background-color: rgb(241, 241, 119);
}
.light-red{
    background-color: rgb(255, 78, 78);
}

.cyan-bold{
    background-color: #1abc9c;
}
.light-purple{
    background-color: #8e44ad;
}
.blue-panel{
    background-color: #5950f7;
}

.light-brow{
    background-color: #e2b78a;
}
.green-panel{
    background-color: #95c41f;
}
.light-blue{
    background-color: #3c9dff;
}
.light-green{
    background-color: #2adc71;
}
.royal-blue{
    background-color: #4169e1;
}

.nav__mobile-link .fa-solid{
    margin-right: 5px;
}

.nav__mobile-close{
    color: #666;
    position: absolute;
    top: 10px;
    right: 10px;
}


.nav__mobile-list h2{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #fba466;
    font-family: 'Mulish';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.color__list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/*banner*/
.banner{
    width: 100%;
    position: absolute;
    top: 100px;
}

.banner .main__banner{
    width: 100%;
    height: 557px;
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(0 0 0 / 21%);
}

.banner__content{
    width:40%;
    align-self: center;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.search__rooms{
    width: 45%;
    align-self: center;
    animation: 1s ease-in 0s 1 slideInFromRight;
}

.search__rooms .main__search{
    width: 70%;
    height: 90%;
    background-color: #fff;
    border-radius: 10px;
    float: right;
    clear: both;
    padding: 50px;
}

.banner__content h2{
    font-size: 50px;
    font-family: "Cormorant";
    color: #fff;
    font-weight: normal;
}

.banner__content{
    display: flex;
    flex-direction: column;
}

.banner__content p{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: "Mulish", sans-serif;
}

.banner__content a{
    position: relative;
    color: #fff;
    width: 200px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    background-color: #F4A460;
    background-color: #f4a460;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s linear;
    /* z-index: 1; */
}

.banner__content a::after{
    position: absolute;
    top: 100%;
    left: 40%;
    /* bottom: 0px; */
    content: "";
    /* transform-origin: bottom center; */
    z-index: -1;
    background: #464646;
    opacity: 0;
    width: 20%;
    height: 20%;
    transition: all linear 0.5s;
}

.banner__content a:hover::after{
    position: absolute;
    transition: all linear 0.5s;
    transform: rotateZ(0);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main__search h4 span{
    color: #f4a460;
}

.main__search h4{
    font-size: 24px;
    margin-bottom: 20px;
}

.main__search .room__search__form{
    width: 100%;
}


.main__search .room__search__form div,
.main__search .room__search__form select
{
    width: 100%;
    height: 50px;
    border-radius: 3px;
    color: #757575;
    background: #eef1f6;
    border: solid 1px #eef1f6;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 15px;
    margin-bottom: 10px;
}

.room__search__form input{
    padding: 9px 15px;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    color: #757575;
    background: #eef1f6;
    border: solid 1px #eef1f6;
    outline: none;
    font-size: 16px;
    font-weight: 700;
}


.main__search .room__search__form select option{
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 3px;
    color: #757575;
    background: #eef1f6;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main__search .room__search__form select option:hover{
    background-color: #f4a460;
    color: #fff;
}

.main__search .room__search__form .btn__submit{
	display: flex;
    justify-content: center;
    align-items: center;
}

.main__search .room__search__form a{
    line-height: 50px;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #f4a460;
    outline: none;
    border: none;
}



.ui-datepicker .ui-datepicker-header {
    background-color: #F4A460;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    border: none !important;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    color: #212121 !important;
    font-weight: bold !important;
    font-family: 'Mulish', sans-serif;
    background-color: #fff !important;
}

.ui-widget-content .ui-state-default:hover{
    background-color: #F4A460 !important;
}

.ui-widget.ui-widget-content {
    width: 300px;
}


.ui-datepicker-title{
    color: #fff;
}
.main__search .room__search__form .info-choose{
    position: relative;
}
.main__search .room__search__form .info-choose::after {
    content: '25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: DodgerBlue;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: white;
  }
/*end banner*/

/*introduce*/

.main__hotel{
    width: 100%;
    margin-top: 95px;
    padding-bottom: 120px;
}

.main__hotel .content{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
   
    margin: 0 auto;
}

.image__content{
    width: 50%;
    position: relative;
    z-index: 1;
    transform: translateX(-8%);
    opacity: 0;
}

.image__content-active{
    transform: translateX(0);
    opacity: 1;
    transition: all linear 1.5s;
}

.content__description{
    width: 50%;
    z-index: 2;
    padding-top: 38px;
    transform: translateX(8%);
    opacity: 0;
    transition: all linear 1.5s;
}

.content__description-active{
    transform: translateX(0);
    opacity: 1;
    transition: all linear 1.5s;
}

.image__content img:nth-child(1){
    width: 90%;
    height: auto;
    /* object-fit: cover; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.image__content img:nth-child(2){
    /* width: 90%;
    height: 100%; */
    /* object-fit: cover; */
    border-radius: 5px;
}

.image__content div:nth-child(2){
    position: absolute;
    right: -10px;
    bottom: -70px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.image__content div:nth-child(3){
    background-color: #F4A460;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    left: 35%;
    border-radius: 5px;
}


.title{
    display: flex;
    gap: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.title p:nth-child(2){
    color: #F4A561;
}

.heading{
    color: #212121;
    margin-bottom: 50px;
}

.heading h1{
    font-family: 'Cormorant';
    font-size: 45px;
    font-weight: normal;
}

.list__content{
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 35px;
}

.list__content i{
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 0.1);
    color: #F4A561;
}


.list__content:hover h4{
    color: #F4A561;
    transition: all linear 0.3s;
}

.list__content:hover i{
    background-color: #F4A561;
    transition: all linear 0.3s;
    color: #fff;
}
/* 
.list__content div:nth-child(2){
    position: absolute;
} */
.list__content .list__content__description{
    margin-left: 15%;

}

.list__content h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Cormorant";
    font-weight: normal;
}


.list__content p{
    font-weight: 500;
    color: #5a5959;
}

.btn-more{
    position: relative;
    display: inline-block;
    outline: none !important;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 46px;
    border-radius: 0;
    color: #F4A460;
    border: 2px solid #F4A460;
}

.btn-more:hover{
    color: #fff;
}

.btn-more::after{
    position: absolute;
    top: 100%;
    left: 40%;
    /* bottom: 0px; */
    content: "";
    /* transform-origin: bottom center; */
    z-index: -1;
    background: #F4A460;
    /* opacity: 0; */
    width: 20%;
    height: 20%;
    transition: all linear 0.4s;
}

.btn-more:hover::after{
    position: absolute;
    transition: all linear 0.2s;
    transform:  rotateZ(0);
    background-color: #F4A460;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* opacity: 1; */
}
/*end introduce*/

/*main room*/

.main__rooms{
    width: 100%;
}

.main__rooms h1{
    font-size: 45px;
    font-family: "Cormorant";
    font-weight: normal;
    color: #212121;
    text-align: center;
    margin-bottom: 10px;
}

.main__rooms .best__room__title{
    font-size: 18px;
    color: #5a5959;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

.main__rooms .main__list__room{
    display: flex;
    width: 100%;
    height: auto;
    transform: translateY(8%);
    opacity: 0;
    transition: all linear 1.5s;
}
.list__room{
    display: flex;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main__list__room-active{
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: all linear 1.5s;
}

.room__item{
    display: flex;
    flex-direction: column;
    width: 32%;
    height: auto;
    position: relative;
    overflow: hidden;
    transition: all linear 0.4s;
    margin-bottom: 35px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.room__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.4s;
}

.room__image{
    position: relative;
    
    overflow: hidden;
}

.rating{
    position: absolute;
    bottom: 15px;
    right: 40px;
    z-index: 3;
}

.rating div i{
    color: #ffc12b;
    font-size: 10px;
}

.rating div{
    margin-bottom: 5px;
    float: right;
    clear: both;
}

.rating p{
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
}

.room__detail{
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.room__detail a:nth-child(1){
    font-family: 'Cormorant';
    color: #212121;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

.room__detail a:nth-child(2){
    color: #F4A460;
    font-size: 15px;
    color: #5a5959;
    font-weight: 500;
    margin-bottom: 18px;
}

.details ul{
    display: flex;
    flex-wrap: wrap;
}

.details ul li{
    width: 33.333%;
    height: auto;
    color: #5a5959;
    font-size: 15px;
    font-weight: 500;
    padding: 5px;
}

.details ul li:nth-child(2) i{
    margin-right: 3px;
}


.details ul li:nth-child(6) i{
    margin-right: 4px;
    padding-left: 2px;
}

.room__image a:nth-child(2):before{
    content: "+";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(115, 115, 255);
    transform: translateY(-30%);
    transition: all linear 0.4s;
    color: #fff;
    font-size: 40px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

 
.room__item:hover .room__image a:nth-child(2):before{
    opacity: 0.7;
    transform: translateY(0);
    transition: all linear 0.4s;
    z-index: 2;
    height: 100%;
}

.room__item:hover img{
    transform: scale(1.1);
    transition: all linear 0.4s;
}

.room__item:hover{
    transform: translateY(-1%);
    transition: all linear 0.4s;
}

.room__item:hover .room__detail a:nth-child(1){
    color: #F4A460;
}

/*end main room*/


/*facilties*/

.main__facilties{
    width: 100%;
    margin-top: 70px;
}

.main__facilties .facilties{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.facilties__title{
    text-align: center;
    margin-bottom: 50px;
}

.facilties__title h1{
    font-size: 45px;
    /* font-family: 700; */
    margin: 0 0 10px;
    color: #212121;
    font-family: 'Cormorant';
    font-weight: normal;
}

.facilties__title p{
    color: #5a5959;
    font-size: 18px;
    font-weight: 500;
}

.facilties__description{
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.facilties__content{
    margin-bottom: 50px;
}

.list__facilties{
    display: flex;
    width: 32%;
}

.left{
    transform: translateX(-8%);
    opacity: 0;
    transition: all linear 0.6s;
}

.left-active{
    transform: translateX(0);
    opacity: 1;
    transition: all linear 0.6s;
}

.up{
    transform: translateY(8%);
    opacity: 0;
    transition: all linear 0.6s;
}

.up-active{
    transform: translateY(0);
    opacity: 1;
    transition: all linear 0.6s;
}

.right{
    transform: translateX(8%);
    opacity: 0;
    transition: all linear 0.6s;
}

.right-active{
    transform: translateX(0);
    opacity: 1;
    transition: all linear 0.6s;
}


.list__facilties:hover i{
    border-radius: 50%;
    transform: rotateY(360deg);
    transition: all linear 0.6s;
}

.list__facilties:hover h3{
    color: #F4A460;
}

.icons i{
    background-color: #f4a460;
    padding: 25px;
    color: #fff;
    margin-right: 20px;
    transition: all linear 0.6s;

}

.facilties__content h3:hover{
    color: #F4A460;
}

.facilties__content h3{
    color: #212121;
    margin-bottom: 10px;
    font-family: 'Cormorant';
}

.facilties__content p{
    color: #5a5959;
    padding-right: 22px;
    line-height: 1.5;
}
/*end facilties*/

/*news*/
.main__news{
    width: 100%;
    margin-top: 100px;
}

.news__list{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.news__list .recent__news,
.news__list .customer,
.news__list .popular__place{
    width: 32%;
}

.recent__news{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recent__news h1,
.customer h1,
.popular__place h1
{
    font-size: 30px;
    font-weight: 700;
    font-family: "Cormorant";
    font-weight: normal;
    margin-bottom: 30px;
}

.recent__news .news__content{
    display: flex;
    gap: 20px;
}

.news__content img{
    width: 75px;
    height: 75px;
    border-radius: 3px;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
    object-fit: cover;
}


.news__content a{
    font-family: "Cormorant";
    font-size: 21px;
    color: #212121;
}

.news__content > div{
    padding-top: 10px;
}

.news__content p{
    margin-top: 10px;
    color: #5a5959;
    font-weight: 500;
}


.customer .review__customer{
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    text-align: center;
}

.review__content{
    position: relative;
    padding: 33px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
}

.review__customer::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1%;
    top: 99%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4a460;
    transition: all linear 0.5s;
}

.review__customer:hover::before{
    height: 100%;
    top: 0;
    transition: all linear 0.5s;
}

.review__customer:hover p{
    color: #fff;
}

.review__content div{
    display: flex;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin: 15px 0;
}

.review__content img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
    object-fit: cover;
}

.review__content > p{
   font-size: 16px;
   color: #5a5959;
   font-weight: 500;
   line-height: 1.6;
}

.review__content .customer__name{
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.review__customer .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.customer .review__customer .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: black;
    margin: 5px 3px;
}

.review__customer .owl-dots .owl-dot.active span{
    height: 25px;
    background-color: #f4a460 !important;
    border-radius: 3px;
}

.review__customer:hover .owl-dots .owl-dot span{
    background-color: #fff !important;
}

.review__customer .owl-stage{
    transition: none !important;
}

.popular__place__content, .popular__place__image{
    width: 100%;
}

.popular__place__slider{
    width: 100%;
    height: 83%;
    transition: all linear 0.4s;
}
.popular__place__content{
    position: relative;
    height: 100%;
}

.popular__place__image {
    height: 100%;
    overflow: hidden;
}

.popular__place__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.4s;
}

.popular__place__description p{
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.popular__place__description h3{
    margin-bottom: 15px;
}

.popular__place__description .popular__place__title{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.popular__place__description .btn-read-more{
    background-color: #fff;
    padding: 10px 20px;
    color: #f4a460;
    border-radius: 3px;
    margin-top: 20px;
    font-weight: 700;
}

.popular__place__description .btn-read-more:hover{
    background-color: #f4a460;
    color: #fff;
}


.popular__place__description div:nth-child(1){
    position: absolute;
    bottom: 20px;
    left: 20px;
    overflow: hidden;
    transition: all linear 0.2s;
    z-index: 10;
}

.popular__place__description div:nth-child(2){
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 50px;
    line-height: 50px;
    display: none;
    z-index: 10;
}

/* .popular__place__content .popular__place__description{
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: all linear 0.4s;
} */

.popular__place__slider:hover .popular__place__description div:nth-child(1){
    bottom: 60px;
    transition: all linear 0.2s;
}

.popular__place__slider:hover .popular__place__description div:nth-child(2){
    display: block;
}

.popular__place__content::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(46, 46, 46, 0.9) 90%) repeat;
    
}

.popular__place__content::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(61 45 199 / 90%) 90%) repeat;
    display: none;
    z-index: 9;
}

.popular__place__slider:hover .popular__place__content::before{
    display: block;
}

.popular__place__slider:hover .popular__place__content::after{
    display: none;
}

.popular__place__content:hover img{
    transform: scale(1.2);
    transition: all linear 0.4s;
}
.popular__place__slider .owl-dots{
    display: none;
}

.popular__place__slider .owl-nav{
    position: absolute;
    bottom: 50%;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}

.popular__place .popular__place__slider .owl-nav [class*=owl-]{
    padding: 10px !important;
    background: #15151530;
}

.popular__place .popular__place__slider .owl-nav [class*=owl-]:hover{
    background: #15151530;
}

.popular__place__slider .owl-stage-outer,
.popular__place__slider .owl-stage-outer .owl-stage,
.popular__place__slider .owl-stage-outer .owl-stage .owl-item{
    height: 100%;
}


.popular__place__slider .owl-stage{
    transition: none !important;
}
/*end news*/

/*staff*/
.main__staff{
    width: 100%;
    margin-top: 100px;
}
.main__staff .staff__name p{
    color: #fff !important;
}

.main__staff div:nth-child(1){
    text-align: center;
    margin-bottom: 20px;
}

.main__staff div:nth-child(1) h1{
    font-size: 45px;
    font-family: "Cormorant";
    font-weight: normal;
    color: #212121;
}

.main__staff div:nth-child(1) p{
    font-size: 18px;
    color: #5a5959;
    font-weight: 500;
}

.main__staff .staff__list{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.staff__list .staff__box{
    width: 100%;
    position: relative;
}

.staff__box .staff__box__description{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.staff__box .staff__box__description img{
    width: 100%;
    height: auto;
}

.staff__box .staff__box__description .staff__name{
    position: absolute;
    top: 75%;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.staff__box .staff__box__description .staff__info{
    position: absolute;
    width: 100%;
    padding: 0 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 30%;
    gap: 15px;
    transform: translateY(130%);
    transition: all linear 0.3s;
    opacity: 0;
    z-index: 10;
}

.staff__box__description .staff__info .info__detail{
    color: #fff;
    font-weight: 500;
}

.staff__box:hover .staff__box__description .staff__info{
    transform: translateY(0);
    transition: all linear 0.3s;
    opacity: 1;
    top: 15%;
}

.staff__box__description .staff__info ul{
    display: flex;
    justify-content: center;
    gap: 10px
}

.staff__box__description .staff__info ul li{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 45px;
}

.staff__box__description .staff__info ul li a{
    color: black;
}

.staff__box__description .staff__info ul li:nth-child(1):hover{
    background-color: #3b589e;
}

.staff__box__description .staff__info ul li:nth-child(2):hover{
    background-color: #56d7fe;
}

.staff__box__description .staff__info ul li:nth-child(3):hover{
    background-color: #dc4e41;
}

.staff__box__description .staff__info ul li:nth-child(1):hover a,
.staff__box__description .staff__info ul li:nth-child(2):hover a,
.staff__box__description .staff__info ul li:nth-child(3):hover a{
    color: #fff;
}

.staff__box__description h4{
    color: #fff;
}


.staff__box__description h4 a{
    color: #fff;
    font-size: 25px;
    font-family: "Cormorant";
    font-weight: normal;
}


.staff__box__description .staff__name p{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}

.staff__box:hover .staff__name{
    transform: translateY(220%);
    transition: all linear 0.3s;
}

.staff__box .staff__box__description::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(61 45 199 / 90%) 90%) repeat;
    transition: all linear 0.4s;
    z-index: 9;
}

.staff__box:hover .staff__box__description::before{
    display: block;
    transition: all linear 0.4s;
    height: 90%;
    bottom: 0;
    left: 0;
    right: 0;
}
/*end staff*/

/*main statistic*/
.main__statistic{
    width: 100%;
    margin-top: 100px;
}

.main__statistic .statistic{
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.statistic__content{
    width: 29%;
    transform: translateX(-8%);
    opacity: 0;
    /* animation: 1s ease-out 0s 1 slideInFromLeft; */
}

.statistic__content-active{
    transition: all linear 1.5s;
    opacity: 1;
    transform: translateX(0);
}

.statistic h1{
    font-size: 45px;
    font-family: "Cormorant";
    font-weight: normal;
    color: #212121;
    margin-bottom: 10px;
}

.statistic p{
    color: #5a5959;
    font-weight: 500;
    font-size: 18px;
}

.statistic__number{
    width: 69%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    transform: translateX(8%);
    opacity: 0;
}

.statistic__number-active{
    transition: all linear 1.5s;
    opacity: 1;
    transform: translateX(0);
}

.statistic__number .box{
    position: relative;
    z-index: 1;
}

.statistic__number .box:nth-child(1){
    width: 180px;
    height: 180px;
    background: linear-gradient(to right bottom, #00C5EF, #0092f4);
    border-radius: 10px 10px 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.statistic__number .box:nth-child(1)::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 90px solid transparent;
    border-bottom-color: #0092f4;
    border-right-color: #0092f4;
    z-index: -1;
}

.statistic__number .box:nth-child(2){
    width: 180px;
    height: 180px;
    background: linear-gradient(to right bottom, #FFD81B, #f9b12a);
    border-radius: 10px 10px 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.statistic__number .box:nth-child(2)::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 90px solid transparent;
    border-bottom-color: #f9b12a;
    border-right-color: #f9b12a;
    z-index: -1;
}

.statistic__number .box:nth-child(3){
    width: 180px;
    height: 180px;
    background: linear-gradient(to right bottom, #a9dd23, #52C242);
    border-radius: 10px 10px 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.statistic__number .box:nth-child(3)::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 90px solid transparent;
    border-bottom-color: #52C242;
    border-right-color: #52C242;
    z-index: -1;
}

.statistic__number .box:nth-child(4){
    width: 180px;
    height: 180px;
    background: linear-gradient(to right bottom, #01AD9F, #008888);
    border-radius: 10px 10px 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.statistic__number .box:nth-child(4)::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 90px solid transparent;
    border-bottom-color: #008888;
    border-right-color: #008888;
    z-index: -1;
}

.box h1{
    font-size: 45px;
    color: #fff;
    font-weight: bolder;
    font-family: "Mulish", sans-serif;
}

.box p{
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

/*end main statistic*/

/*our blog*/
.our__blog{
    width: 100%;
    margin-top: 100px;
}

.our__blog h1{
    font-size: 45px;
    font-family: "Cormorant";
    color: #212121;
    font-weight: normal;
    margin-bottom: 15px;
}

.our__blog .blog__heading p{
    font-size: 18px;
    color: #5a5959;
    font-weight: 500;
    width: 100%;
}

.our__blog .blog__heading{
    text-align: center;
    margin-bottom: 45px;
}

.blog__content{
    width: 90% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.blog{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    transition: all linear 0.4s;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px;
}

.blog .image__blog{
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    position: relative;
}

.image__blog::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(12, 62, 185, 0.5);
    opacity: 0.7;
}

.image__blog::after{

    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    background: rgba(12, 62, 185, 0.5);
    opacity: 0.7;
}

.blog:hover .image__blog::before, .blog:hover .image__blog::after{
    width: 100%;
    height: 100%;
    transition: all linear 0.4s;
}
.blog:hover{
    transform: translateY(-1%);
    transition: all linear 0.4s;
}



.blog__description a:hover{
    color: #f4a460;
}

.image__blog img{
    width: 100%;
    height: auto;
    transition: all linear 0.4s;
}


.blog .blog__description{
    padding: 30px 25px;
    font-weight: 700;
}

.blog__description a{
    font-family: "Cormorant";
    font-size: 23px;
    font-weight: 500;
    color: #212121
}

.blog__description > p{
    margin: 16px 0;
    color: #5a5959;
    font-weight: 500;
}


.image__blog .date{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #F4A460;
    border-radius: 3px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 15px;
    right: 15px;
    border-bottom-right-radius: 0px;
    z-index: 3;
}

.date p{
    font-weight: 700;
}

.date{
    position: relative;
}

.date::after{
    position: absolute;
    content: '';
    bottom: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #F4A460;
}

.date p:nth-child(2){
    text-transform: uppercase;
}

.image__blog .image__user{
    position: absolute;
    width: 55px;
    height: 55px;
    bottom: -25px;
    left: 15px;
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
    transition: all linear 0.4s;
    z-index: 3;
}

.image__user img{
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
  
}


.image__blog img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog:hover .image__user{
    transform: rotateY(360deg);
    transition: all linear 0.4s;
}

.blog:hover .date{
    background-color: #fff;
    color: #F4A460;
}

.blog:hover .date::after{
    border-right: 10px solid #fff;
    
}

.blog__description .blog__author{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}


.blog__description .blog__author ul{
    display: flex;
    gap: 15px;
    align-items: center;
}

.blog__description .blog__author p:nth-child(1){
    font-size: 16px;
    color: #535353;
    font-weight: 500;
}
.blog__description .blog__author ul li{
    font-size: 15px;
    color: #535353;
    font-weight: 500;
}

.blog__description .blog__author ul li i{
    color: #f4a460;
    font-size: 13px;
}
/*end out blog*/


/*partners*/

.partners{
    width: 100%;
    background-color: #fff;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 100px;
}

.partners::after{
    background-color: #f4a460;
    content: "";
    position: absolute;
    left: -15%;
    top: 0;
    height: 100%;
    width: 55%;
    z-index: -1;
    border-radius: 0 15px 15px 0;
    transform: skewX(-15deg);
}

.partners .main__partners{
    width: 100%;
    display: flex;
  
    gap: 50px;
}
.partners__info{
    width: 40%;
    padding: 50px 20px;
    margin-left: 75px;
}

.partners__info h2{
    font-size: 25px;
    color: #ffffff;
    font-family: "Cormorant";
    font-weight: normal;
    margin-bottom: 15px;
    font-weight: 700;
}

.partners__info p{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.main__partners .partners__slider{
    width: 59%;
}


.partners__slider .owl-dots{
    display: none;
}


.item img{
    width: 145px;
    height: 70px;
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    transition: all linear 0.4s;
}

.item{
    width: 100px;
    height: 70px;
    margin: auto;
    transition: all linear 0.4s;
}
    
.partners__slider{
    height: auto;
    margin: auto;
    transition: all linear 0.4s;
}

.partners__slider .owl-stage{
    transition: all linear 0.4s !important;
}

/*end partner*/




.back-to-top{
    height: 40px;
    width: 35px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    border: none;
    background-color: #F4A460;
    color: #FFF;
    border-radius: 5px;
    /* display: none; */
    transition: all linear 0.3s;
    transform: translateX(20px,0);
    opacity: 0;
}

.back-to-top:hover{
    cursor: pointer;
}

.btn-active.animate{
    -webkit-transform: translate(-20px, 0);
    transition: all linear 0.3s;
    opacity: 1;
}



/*footer*/
footer{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    background-image: url('../image/footer.png');
}

.footer__main{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
    padding-bottom: 30px;
    margin: auto;
    color: #fff;
    /* border-bottom: 1px solid #c5cdd9; */
}

.footer__main h1{
    font-family: 'Cormorant';
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 25px;
}

.footer__content ul li{
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 15px;
    color: #c5cdd9;
}

.footer__content ul li i{
    margin-right: 10px;
}

.footer__content ul li:nth-child(1) i{
    margin-right: 14px;
}


.footer__content p{
    margin-bottom: 25px;
    font-size: 15px;
    font-family: 'Mulish';
    color: #c5cdd9;
    line-height: 25px;
}
.footer__main .footer__content:nth-child(1){
    width: 33.333%;
    height: auto;
}

.footer__main .footer__content:nth-child(2){
    width: 16.666%;
    height: auto;
}

.footer__main .footer__content:nth-child(3){
    width: 16.666%;
    height: auto;
}

.footer__main .footer__content:nth-child(4){
    width: 33.333%;
    height: auto;
}

.footer__content .send__email{
    width: 100%;
    display: flex;
    justify-content:space-around;
}

/* .footer__main ul:nth-child(2) li{
    cursor: pointer;
} */

.footer__content a{
    font-weight: bold;
    font-size: 15px;
    color: #c5cdd9;
}

.send__email input{
    width: 75%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Mulish';
    padding: 10px 15px;
}

.send__email button{
    width: 20%;
    height: 50px;
    background-color: #F4A460;
    outline: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.end__footer{
    width: 100%;
    display: flex;
    /* justify-content: center; */
    /* margin: auto; */
    border-top: 1px solid #a3a3a340;
    padding: 26px 135px 25px 135px;
}

.end__footer p{
    width: 49%;
    color: #fff;
    font-family: 'Mulish';
    font-weight: 500;
    color: #c5cdd9;
}

.end__footer ul li{
    width: 45px;
    height: 45px;
    margin-right: 5px;
    background-color: #0f294a;
    text-align: center;
    line-height: 45px;
    
}


.end__footer ul{
    display: flex;
    width: 49%;
    justify-content: flex-end;
    margin-left: 15px;
}

.end__footer ul li{
    cursor: pointer;
}

.end__footer ul li i{
    color: #fff;
}

.end__footer ul li:nth-child(1):hover{
    background-color: #56d7fe;
}

.end__footer ul li:nth-child(2):hover{
    background-color: #3b589e;
}

.end__footer ul li:nth-child(3):hover{
    background-color: #e78733;
}

.end__footer ul li:nth-child(4):hover{
    background-color: #dc4e41;
}

.end__footer ul li:nth-child(5):hover{
    background-color: #1c82ca;
}

/*end footer*/
.hidden{
    display: none;
    transition: all linear 0.5s;
}

.menu__dropdown__child{
    transition: all linear 0.5s;
}


@media only screen and (max-width: 768.98px){
    .navbar{
        background-color: transparent;
    }
    header::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 657px;
        background-color: rgb(0 0 0 / 21%);
    }
    .banner{
        position: static;
    }
    /* .banner .main__banner{
        background-color: #eef1f6;
    } */
    .banner .main__banner{
        background-color: #fff;
        height: auto;
    }

    .banner__content{
        position: absolute;
        top: 25%;
        left: 5%;
        width: 90%;
    }

    .search__rooms{
        width: 100%;
    }

    .search__rooms .main__search{
        width: 100%;
        background-color: #eef1f6;
    }

    .room__search__form input{
        background-color: #fff;
        height: 50px;
    }

    .main__search .room__search__form button{
        height: 50px;
    }

    .main__search .room__search__form div, .main__search .room__search__form select{
        width: 48%;
        background-color: #fff;
    }

    .main__search .room__search__form select,
    .main__search .room__search__form .info-choose
    {
        padding: 0 10px;
    }

    .main__search .room__search__form div, .main__search .room__search__form select{
        padding: 0;
    }


    option:not(:checked){
        background-color: #fff;
    }

    .main__search .room__search__form{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .setting{
        display: none;
    }
    .menu .fa-bars{
        display: flex;
        align-items: center;
        width: 35px;
        height: 35px;
        color: #fff;
        float: right;
        clear: both;
        border: 1px solid #fff;
        justify-content: center;
    }

     /* .menu .bars{
        width: 20px;
        height: 20px;
        align-self: center;
        padding: 8px;
        border: 1px solid #fff;
        border-radius: 3px;
    }  */

    .menu .nav-bar{
        display: none;
    }

    .menu{
        align-self: center;
        width: auto;
    }

    .navbar::before{
        display: none;
    }

    .navbar{
        justify-content: space-between;
        padding: 0 35px;
    }

    .image__content{
        width: 100%;
    }

    .image__content div:nth-child(3){
        left: 40%;
    }

    .content__description{
        width: 100%;
    }

    .room__item, .list__facilties{
        width: 48%;
    }


    .news__list .recent__news, .news__list .customer{
        width: 48%;
    }

    .news__list .popular__place{
        width: 100%;
    }

    .owl-nav.disabled+.owl-dots{
        display: none;
    }

    .statistic{
        text-align: center;
    }

    .statistic__content, .statistic__number{
        width: 100%;
    }

    .statistic__number{
        width: 50%;
        justify-content: center;
        margin: auto;
        margin-top: 30px;
    }

     .statistic__number .box:nth-child(1){
        width: 130px;
        height: 130px;
        border-radius: 10px;
    }

    .statistic__number .box:nth-child(2){
        width: 130px;
        height: 130px;
        border-radius: 10px;
    }

    .statistic__number .box:nth-child(3){
        width: 130px;
        height: 130px;
        border-radius: 10px;
    }

    .statistic__number .box:nth-child(4){
        width: 130px;
        height: 130px;
        border-radius: 10px;
    } 

    .image__content, .image__content-active,
    .content__description, .content__description-active,
    .main__list__room, .main__list__room-active,
    .left, .up, .right, .left-active, .up-active, .right-active,
    .statistic__content, .statistic__content-active,
    .statistic__number, .statistic__number-active{
        opacity: 1;
        transform: none;
        transition: none;
    } 

    .statistic__number .box:nth-child(1)::before{
        border: 65px solid transparent;
        border-bottom-color: #0092f4;
        border-right-color: #0092f4;
    }


    
    .statistic__number .box:nth-child(2)::before{
        border: 65px solid transparent;
        border-bottom-color: #f9b12a;
        border-right-color: #f9b12a;
    }


    .statistic__number .box:nth-child(3)::before{
        border: 65px solid transparent;
        border-bottom-color: #52C242;
        border-right-color: #52C242;
    }


    .statistic__number .box:nth-child(4)::before{
        border: 65px solid transparent;
        border-bottom-color: #008888;
        border-right-color: #008888;
    }

    .main__partners{
        flex-wrap: wrap;
    }

    .partners::after{
        display: none;
    }

    .partners__info,.main__partners .partners__slider{
        width: 100%;
    }

    .partners__info{
        text-align: center;
    }

    .partners__info h2{
        color: #212121;
    }

    .partners__info p{
        color: #5a5959;
    }

    .footer__main .footer__content{
        width: 50% !important;
    }

    .end__footer{
        padding-left: 75px;
        padding-right: 85px;
    }

    .footer__content ul li,
    .footer__content ul li a
    {
        font-weight: normal;
    }





    .nav__mobile-menu h3{
        margin: 20px 20px;
    }

    .nav__overlay-menu{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(0, 0, 0, 0.3);
        display: none;
        /* animation: fadeIn linear  0.5s; */
    }
    
    .nav__mobile-menu{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 290px;
        height: 1000px;
        max-width: 100%;
        background-color: #ffffff;
        z-index: 400;
        transform: translateX(-100%);
        transition: all linear 0.5s;
    }
    
    .nav__input-menu:checked ~ .nav__overlay-menu{
        display: block;
    }
    .nav__input-menu{
        display: none;
    }
    
    .nav__input-menu:checked ~ .nav__mobile-menu{
        transform: translateX(0%);
        transition: all linear 0.5s;
        display: block;
    }
    
    .nav__mobile-list-menu{
        list-style-type: none;
        border-bottom: 1px solid #00000024;
        border-top: 1px solid #00000024;
    }
    
    /* .fa-xmark{
        font-size: 20px;
        cursor: pointer;
    } */
    
    .nav__mobile-link-menu{
        color: #212121;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 20px;
        font-family: 'Mulish';
        padding-right: 5px;
        font-size: 17px;
        font-weight: bold;
    }
    
    .nav__mobile-link-menu .fa-solid{
        margin-right: 5px;
    }

    .nav__mobile-close-menu i{
        color: #F4A460;
        font-size: 15px;
        -webkit-text-stroke: 2px;
    }
    
    .nav__mobile-close-menu{
        display: block;
        color: #666;
        top: 10px;
        right: 10px;
    }
    
    
    .nav__mobile-list-menu li:hover .nav__mobile-link-menu{
        color: #F4A460;
        transition: all linear 0.3s;
    }

  
    
    .nav__mobile-list-menu > li:hover .menu__dropdown{
        display: block;
        margin-left: 20px;
    } 
    

    
    
    .menu__dropdown__child li a{
        display: flex;
        padding: 5px;
        color: #212121;
        font-family: 'Mulish';
        font-weight: bold;
        font-size: 16px;
    }

    .menu__dropdown__child li a:hover{
        color: #F4A460;
        transition: all linear 0.4s;
    }

    .menu__dropdown__child {
        margin-left: 50px;
    }

    .menu__address{
        border-bottom: 1px solid #00000024;
        
    }
    
    .menu__address ul li i{
        padding: 10px;
        background-color: #f1e6e6;
        margin-right: 10px;
    }
    .menu__address ul li:hover{
        cursor: pointer;
    }
    .menu__address ul li:hover i{
        background-color: #F4A460;
        color: #fff;
    }
    
    .menu__address ul li{
        margin-bottom: 10px;
        font-family: 'Mulish', sans-serif;
        font-size: 16px;
    }
    .menu__address ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 20px;
        color: #212121;
        font-weight: bold;
    }
    
    @keyframes fadeIn{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }

    .header__menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
    
    .image__content{
        z-index: 0;
    }
}

@media only screen and (max-width: 414.98px){
   
    .main__search .room__search__form div, .main__search .room__search__form select{
        width: 100%;
    }

    .content{
        flex-direction: column;
        justify-content: space-between;
        gap: 40px;
    }

    .image__content div:nth-child(2){
        width: 70%;
        bottom: 0;
        top: 54%;
    }

    .image__content div:nth-child(3){
        width: 120px;
        height: 120px;
        left: 15%;
        top: 80%;
    }

    .content__description{
        margin-top: 50px;
    }

    .room__item{
        width: 100%;
    }

    .list__facilties{
        width: 100%;
    }
    .news__list .recent__news, .news__list .customer{
        width: 100%;
    }

    .recent__news h1, .customer h1, .popular__place h1{
        margin-top: 20px;
    }

    .statistic__number{
        width: 100%;
    }

    .partners__info{
        margin-left: 0;
        padding: 0;
    }
    .partners__slider{
        padding: 15px 0;
    }

    .footer__main .footer__content{
        width: 100% !important;
    }

    .end__footer{
        padding: 30px;
        flex-direction: column;
        align-items: center;
    }


    .end__footer p{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .end__footer ul{
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 375.98px){
    .list__content{
        gap: 10px;
    }
}

@media only screen and (min-width: 995px){
    .menu ul .sub__menu a{
        padding: 0;
        line-height: normal;
    }

    .nav-bar .sub__menu{
        height: 100%;
        line-height: 100px;
        padding: 0 5px;
    }

    .nav-bar .sub__menu:nth-child(6){
        display: flex;
        align-items: center;
    }

    .menu ul .sub__menu:nth-child(6) a{
        height: 46px;
    }

    .main__search .room__search__form .btn__submit{
        padding: 0;
    }

    .main__search h4{
        text-align: center;
    }
}

@media  only screen and (max-width: 995px) {
    .menu .fa-bars{
        display: flex;
        align-items: center;
        width: 35px;
        height: 35px;
        color: #fff;
        float: right;
        clear: both;
        border: 1px solid #fff;
        justify-content: center;
    }

     /* .menu .bars{
        width: 20px;
        height: 20px;
        align-self: center;
        padding: 8px;
        border: 1px solid #fff;
        border-radius: 3px;
    }  */

    .menu .nav-bar{
        display: none;
    }

    .menu{
        align-self: center;
        width: auto;
    }

    .navbar::before{
        display: none;
    }

    .navbar{
        justify-content: space-between;
        padding: 0 35px;
    }




    .nav__mobile-menu h3{
        margin: 20px 20px;
    }

    .nav__overlay-menu{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(0, 0, 0, 0.3);
        display: none;
        /* animation: fadeIn linear  0.5s; */
    }
    
    .nav__mobile-menu{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 290px;
        height: 1000px;
        max-width: 100%;
        background-color: #ffffff;
        z-index: 400;
        transform: translateX(-100%);
        transition: all linear 0.5s;
    }
    
    .nav__input-menu:checked ~ .nav__overlay-menu{
        display: block;
    }
    .nav__input-menu{
        display: none;
    }
    
    .nav__input-menu:checked ~ .nav__mobile-menu{
        transform: translateX(0%);
        transition: all linear 0.5s;
        display: block;
    }
    
    .nav__mobile-list-menu{
        list-style-type: none;
        border-bottom: 1px solid #00000024;
        border-top: 1px solid #00000024;
    }
    
    /* .fa-xmark{
        font-size: 20px;
        cursor: pointer;
    } */
    
    .nav__mobile-link-menu{
        color: #212121;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 20px;
        font-family: 'Mulish';
        padding-right: 5px;
        font-size: 17px;
        font-weight: bold;
    }
    
    .nav__mobile-link-menu .fa-solid{
        margin-right: 5px;
    }

    .nav__mobile-close-menu i{
        color: #F4A460;
        font-size: 15px;
        -webkit-text-stroke: 2px;
    }
    
    .nav__mobile-close-menu{
        display: block;
        color: #666;
        top: 10px;
        right: 10px;
    }
    
    
    .nav__mobile-list-menu li:hover .nav__mobile-link-menu{
        color: #F4A460;
        transition: all linear 0.3s;
    }

  
    
    .nav__mobile-list-menu > li:hover .menu__dropdown{
        display: block;
        margin-left: 20px;
    } 
    

    
    
    .menu__dropdown__child li a{
        display: flex;
        padding: 5px;
        color: #212121;
        font-family: 'Mulish';
        font-weight: bold;
        font-size: 16px;
    }

    .menu__dropdown__child li a:hover{
        color: #F4A460;
        transition: all linear 0.4s;
    }

    .menu__dropdown__child {
        margin-left: 50px;
    }

    .menu__address{
        border-bottom: 1px solid #00000024;
        
    }
    
    .menu__address ul li i{
        padding: 10px;
        background-color: #f1e6e6;
        margin-right: 10px;
    }
    .menu__address ul li:hover{
        cursor: pointer;
    }
    .menu__address ul li:hover i{
        background-color: #F4A460;
        color: #fff;
    }
    
    .menu__address ul li{
        margin-bottom: 10px;
        font-family: 'Mulish', sans-serif;
        font-size: 16px;
    }
    .menu__address ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 20px;
        color: #212121;
        font-weight: bold;
    }
    
    @keyframes fadeIn{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
    .header__menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
    
    .btn__submit{
        padding: 0 !important;
    }

    .main__search h4{
        text-align: center;
    }

    .image__content{
        z-index: 0;
    }

}