*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
}

header{
    width: 100%;
    /* display: flex;
    justify-content: center; */
    margin: auto;
}

.container-header{
    display: flex;
    height: 50px;
    width: 100%;
    background-color: #F4A460;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.container-header .fa, .container-header .fa-solid{
    font-size: 13px;
}

.infor{
    width: 65%;
}
.infor a{
    color: #fff;
    margin-right: 15px;
}


.infor .fa-solid{
    color: #fff;
    margin-right: 5px;
}

ul li{
    list-style-type: none;
    z-index: 123;
}

a{
    text-decoration: none;
}

.sign-in-up{
    width: 20%;
}

.sign-in-up a{
    color: #fff;
}

.sign-in-up ul{
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}
.fa-right-to-bracket, .fa-user{
    color: #fff;
    margin-right: 5px;
}

.sign-in-up ul li{
    border-radius: 3px;
}

.sign-in-up li a{
    padding: 6px 12px;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.158);
    border-radius: 3px;
}

/*navbar*/

.navbar{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    height: 90px;
    background-color: #ffffff;
}

/* .sub__menu li a{
    color: #F4A460;
    transition: all linear 0.4s;
} */

.logo{
    width: 25%;
    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: 90px;
    justify-content: flex-end;
}

.nav-bar .sub__menu .drop__down li{
    display: none;
}

.sub__menu  > a{
    padding: 35px 20px;
    line-height: 90px;
}

.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){
    width: 5%;
}

.menu ul .sub__menu a{
    color: #515151;
    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(3) > 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 .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;
}

.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__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;
}

.about__us{
    position: relative;
    background-image: url('../image/img-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: 100%; */
    height: 300px;
    margin-bottom: 100px;
}

.about__us:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 12, 182, 0.47);
}

.about__us__content{
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    font-family: 'Roboto Slab';
    font-weight: bold;
    font-size: 20px;
    z-index: 30;
}

.about__us__content p{
    font-weight: 700;
    font-size: 33px;
    font-family: 'Mulish', sans-serif;
    color: #fff;
}


.about__us__bottom{
    position: absolute;
    z-index: 5;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
}
.about__us__bottom div:nth-child(1){
    border: 1px solid #f8f8f8;
    background-color: #fff;
    position: absolute;
    display: flex;
    z-index: 31;
    top: 100%;
    left: 43%;
    padding: 18px 5px 15.5px;
    box-shadow: 0px 5px 10px rgb(16 0 71 / 10%);
}

.about__us__bottom p:nth-child(1){
    color: #F4A460;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    border-right: 2px solid #F4A460;
}

.about__us__bottom p:nth-child(2){
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
}

.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;
}

/*main*/
.main{
    display: flex;
    width: 85%;
    margin: auto;
    justify-content: space-between;
}

.room__details{
    width: 65%;
}

.book__now{
    width: 34%;
    box-shadow: 0px 0px 2px 2px #cccac4;
}


.room__details{
    display: flex;
    flex-direction: column;
}

.room__address{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.room__name{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price{
    width: 19%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price p{
    font-weight: bold;
}

.room__name h3{
    font-family: 'Cormorant';
    font-size: 30px;
    font-weight: 700;
    color: #F4A460;
    margin-bottom: 8px;
}

.room__name i{
    color: #F4A460;
    font-size: 13px;
}
.room__name{
    font-family: 'Mulish';
    color: #5a5959;
    font-weight: bold;
}

.price span{
    color: #212121;
    font-size: 22px;
    font-weight: 700;
}

/* .rooms__center img{
    width: 100%;
    height: auto;
    object-fit: cover;
} */

.room__list__image{
    width: 100%;
}

.slider__image{
    width: 100%;
}

/* .room__list__image{
    overflow: hidden;
} */

.slider__image img{
    width: 100%;
    height: auto;  
    object-fit: cover;  
}

.slider__room__one,
.slider__room__two,
.slider__room__three,
.slider__room__four,
.slider__room__five,
.slider__room__six{
    overflow: hidden;
}
.room__list__image .owl-theme .owl-dots{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.room__list__image .slider__image .owl-stage-outer .owl-stage{
    transform: translate3d(none) !important;
}

.room__list__image .slider__image .owl-stage-outer .owl-stage .owl-item{
    opacity: 0;
    transition: opacity 500ms ease 0s;
}

.room__list__image .slider__image .owl-stage-outer .owl-stage .active{
    opacity: 1;
}


/* .room__list__image .slider__image .owl-stage-outer .owl-stage{
    opacity: 1;
    animation: fadeIn linear  0.5s;
    transition: transform linear 0.2s;
    
} */

.room__list__image .owl-theme .owl-dots .owl-dot span{
    width: 148.5px;
    height: 100px;
    background-color: #1abc9c !important;
    margin: 0!important;
    border-radius: 0;
}
.room__list__image .owl-theme .owl-dots{
    width: 100%;
}

.room__list__image .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.room__list__image .owl-theme .owl-dots .owl-dot:nth-child(1) span{
    background-image: url('../image/img-center.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.room__list__image .owl-theme .owl-dots .owl-dot:nth-child(2) span{
    background-image: url('../image/img-room-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.room__list__image .owl-theme .owl-dots .owl-dot:nth-child(3) span{
    background-image: url('../image/img-room-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.room__list__image .owl-theme .owl-dots .owl-dot:nth-child(4) span{
    background-image: url('../image/img-room-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.room__list__image .owl-theme .owl-dots .owl-dot:nth-child(5) span{
    background-image: url('../image/img-room-5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

/*right*/

.check__room{
    padding: 30px;
    border-bottom: 1px solid #eaeaea;
}

.check__room h3{
    font-family: 'Cormorant';
    font-size: 26px;
    margin-bottom: 10px;
}

.check__room h4{
    color: #F4A460;
    margin-bottom: 30px;
}

.check__room .check-in-out{
    display: flex;
    flex-direction: column;
}

.choose{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    justify-content: space-between;
}



#choose__option{
    width: 45%;
    height: 50px;
    border: 1px solid rgb(223, 216, 216);
    border-radius: 3px;
    outline: none;
    color: #757575;
    font-weight: bold;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.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;
}


.check-in-out input{
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid rgb(223, 216, 216);
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    color: #757575;
    font-weight: bold;
    font-size: 16px;
}

.btn-book-now{
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    background-color: #F4A460;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

/*post*/

.post{
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #eaeaea;
}

.post h1{
    font-family: 'Cormorant';
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
}
.post__content{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.detail__post{
    padding: 12px 15px;
}

.image__post img{
    width: 75px;
    height: 75px;
    border-radius: 5px;
    box-shadow: 2px 2px #cccac4;
}

.detail__post > a{
    font-family: 'Cormorant';
    font-size: 21px;
    font-weight: 500;
    color: #212529;
}

.detail__post > a:hover{
    color: #F4A460;
}

.detail__post > div, .detail__post > div > a{
    color: #5a5959;
    font-weight: bold;
}

/*end post*/

/*category*/
.category{
    padding: 30px;
    border-bottom: 1px solid #eaeaea;
}
.category h1{
    color: #212121;
    font-family: 'Cormorant';
    font-size: 26px;
    margin-bottom: 22px;
}
.category li a{
    color: #5a5959;
    font-size: 16px;
    font-weight: bold;
}

.category ul li{
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.category ul li a{
    display: flex;
    justify-content: space-between;
}
/*end category*/

/*media*/
.media{
    padding: 30px;
    border: 1px solid #eaeaea;
}

.media h1{
    color: #212121;
    font-family: 'Cormorant';
    font-size: 26px;
    margin-bottom: 22px;
}

.media ul li{
    width: 45px;
    height: 45px;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.media ul{
    display: flex;
    gap: 10px;
}

.media ul li i{
    color: black;
}

.media ul li:nth-child(1):hover{
    background-color: #3b589e;
}

.media ul li:nth-child(2):hover{
    background-color: #56d7fe;
}

.media ul li:nth-child(3):hover{
    background-color: #1c82ca;
}

.media ul li:nth-child(4):hover{
    background-color: #dc4e41;
}

.media ul li:nth-child(5):hover{
    background-color: #e78733;
}


/*end media*/

/*tag*/
.tags{
    padding: 30px;
    border: 1px solid #eaeaea
}

.tags h1{
    color: #212121;
    font-family: 'Cormorant';
    font-size: 26px;
    margin-bottom: 22px;
}

.tags ul li{
    background-color: #f3f3f3;
    padding: 10px;
    font-weight: bold;
    color: #696969;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.tags ul li a{
    color: #696969;
}
.tags ul li:hover{
    background-color: #F4A460;
    color: #fff;
}

.tags ul li:hover a{
    color: #fff;
}
/*end tag*/


/*location*/
.location{
    padding: 30px;
    border: 1px solid #eaeaea;
}
.location h1{
    color: #212121;
    font-family: "Cormorant";
    font-size: 26px;
    margin-bottom: 22px;
}
/*end location*/

/*recent comment*/
.recent__comment{
    padding: 30px;
    border: 1px solid #eaeaea;
}

.recent__comment img{
    width: 75px;
    height: 75px;
    box-shadow: 2px 2px #cccac4;
    margin-right: 10px;
    border-radius: 5px;
}
.recent__comment .list__item{
    display: flex;
    margin-bottom: 25px;
}

.list__item p{
    color: #5a5959;
    font-weight: bold;
}

.list__item span{
    color: #212529;
    font-weight: bold;
}
/*end recent comment*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-top: 40px;
    color: #5a5959;
   
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #5a5959;
    font-weight: bold;
}

.tab button:hover {
    background-color: #F4A460;
    color: #fff;
}

.tab button.active {
    background-color: #F4A460;
    color: #fff;
}

.tab-content {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-content h3{
    font-family: 'Cormorant';
    font-size: 26px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 20px;
}

.list__amenities{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list__amenities div{
    width: 33.333%;

}

.list__amenities div li{
    margin-bottom: 15px;
}

.list__amenities div li i{
    margin-right: 10px;
    font-size: 13px;
    color: #F4A460;
}

.list__amenities > div > ul > li i:nth-child(3){
    margin-right: 11px !important;
}
.list__amenities > div > li i:nth-child(4){
    margin-right: 17px;
}

.tab-content .fa-hand-point-right{
    color: #F4A460;
}

.tab-content li{
    color: #5a5959;
    font-weight: bold;
}

table, th, td {
    border: 1px solid #d3d2d2;
    border-collapse: collapse;
}

table th, table td{
    padding: 10px;
    text-align: center;
    width: 5%;
    color: #5a5959;
    font-weight: bold;
}

.extra{
    display: flex;
    color: #5a5959;
    font-weight: bold;
}

.extra span{
    color: #F4A460;
    margin-bottom: 10px;
}

.room__review h1{
    margin-top: 50px;
    margin-bottom: 25px;
}

.comment h1{
    font-family: 'Cormorant';
    font-size: 26px;
}
.comment{
    width: 90%;
    box-shadow: 0px 0px 2px 2px #cccac4;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    float: right;
    clear: both;
    flex-wrap: wrap;
    padding: 17px 20px 20px 30px;
}

.comment img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: -70px;
    top: 10px;
    box-shadow: 2px 2px #cccac4
}

.rating{
    display: flex;
    justify-content: space-between;
}

.rating .fa-star{
    color: #ffa500;
    font-size: 13px
}

.time__comment span{
    padding: 4px 8px;
    background-color: #cacaca;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}   


.time__comment a{
    padding: 5px 8px;
    background-color: #F4A460;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}

.rating p{
    font-size: 20px;
    font-weight: bold;
    
}

.comment__description{
    color: #5a5959;
    font-weight: bold;
}

.comment__reply{
    width: 85%;
    margin-top: 20px;
}

.submit__now h1{
    font-size: 26px;
    color: #212121;
    margin-top: 50px;
    font-family: 'Cormorant';
    margin-bottom: 25px;
}

.submit-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.submit__now{
    width: 100%;
}

.submit-form div{
    width: 49%;
}

.submit-form div input{
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    /* box-shadow: 0px 0px 2px 2px #f1f1f1; */
    color: #212529;
    outline: none;
    border-radius: 3px;
    margin-bottom: 20px;
    border-color: #e6e6e6;
    border-width: 1px;
    font-size: 15px;
    font-weight: bold;
}

.submit__now .textarea{
    width: 100%;
}

.textarea textarea{
    width: 100%;
    outline: none;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    color: #212529;
}

.btn-submit{
    text-align: center;
}

.btn-submit-now{
    width: 150px;
    height: 50px;
    background-color: #F4A460;
    padding: 10px 30px;
    margin-top: 20px;
    /* text-align: center; */
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

.btn-submit-now{
    text-align: center;
}

.btn-submit-now{
    position: relative;
    /* display: inline-block; */
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
}

.btn-submit-now:hover{
    color: #fff;
}

.btn-submit-now::after{
    position: absolute;
    top: 100%;
    left: 40%;
    content: "";
    z-index: -1;
    background: #535353;
    width: 20%;
    height: 20%;
    transition: all linear 0.4s;
}

.btn-submit-now: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 main*/

/*introduce*/
.intro{
    display: flex;
    width: 100%;
    height: auto;
    background-color: #F4A460;
    margin-top: 100px;
    /* justify-content: space-between; */
    margin: 100px auto auto auto;
    padding: 35px 0;
}

.intro > div{
    display: flex;
    width: 85%;
    margin: auto;
    justify-content: space-between;
}

.introduce{
    width: 60%;
}

.introduce h3{
    font-size: 35px;
    color: #fff;
    font-family: 'Cormorant';
}

.introduce p{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.contact-now{
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

.btn-contact{
    width: 150px;
    height: 50px;
    background-color: #F4A460;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 3px;
    outline: none;
    border: 2px solid #fff;
    cursor: pointer;
    text-align: center;
}


.btn-contact{
    position: relative;
    /* display: inline-block; */
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
}

.btn-contact:hover{
    color: #F4A460;
    font-size: 15px;
    font-weight: bold;
}

.btn-contact::after{
    position: absolute;
    top: 100%;
    left: 40%;
    content: "";
    z-index: -1;
    background: #ffffff;
    width: 20%;
    height: 20%;
    transition: all linear 0.4s;
}

.btn-contact: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;
}
/*end introduce*/

.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;
    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*/

@media only screen and (max-width: 768.98px){
    header{
        font-size: 13px;
    }
    .sign-in-up ul li a{
        display: flex;
    }

    .menu .fa-bars{
        display: block;
        width: 15px;
        height: 15px;
        color: black;
        float: right;
        clear: both;
    }

    .menu .bars{
        width: auto;
        align-self: center;
        padding: 8px;
        border: 1px solid black;
        border-radius: 3px;
    }

    .menu .nav-bar{
        display: none;
    }

    .menu{
        display: flex;
    }

    
    
    /* .nav__mobile-menu{
        display: block;
    }
      */
    .header__menu{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #00000024;
        align-items: center;
        padding: 20px 20px;
        
    }

    .header__menu img{
        width: 30% !important;
        height: auto !important;
        object-fit: cover !important;
        image-rendering: -webkit-optimize-contrast;
    }
    .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%) !important;
        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{
        display: none;
    }  */

    .hidden{
        display: none;
    }
    .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;
        }
    }

    .about__us__bottom div:nth-child(1){
        left: 38%;
    }

    .main{
        flex-wrap: wrap;
    }
    .room__details{
        width: 100%;
    }

    .book__now{
        width: 100%;
        margin-top: 50px;
    }

    .comment__reply{
        width: 90%;
    }

    .location iframe{
        width: 100%;
        height: 400px;
    }

    .recent__comment h1{
        margin-bottom: 50px;
    }

    .footer__main{
        flex-wrap: wrap;
    }

    .footer__content{
        width: 50% !important;
    }
}

@media only screen and (max-width: 414.98px){
    .container-header{
        height: 100px;
        justify-content: space-around;
    }

    .infor{
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .sign-in-up{
        width: 25%;
    }

    .sign-in-up ul{
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }

    .sign-in-up li a {
        padding: 6px 15px;
    }
    .about__us__bottom div:nth-child(1) {
        left: 26% !important;
    }
    .time__comment{
        display: flex;
        flex-direction: column;
    }
    .comment img {
        left: -60px;
    }

    .room__list__image .owl-theme .owl-dots .owl-dot span {
        width: 70.5px;
        height: 50px;
    }

    .submit-form div {
        width: 100%;
    }

    #choose__option{
        width: 100%;
    }

    .post__content{
        flex-wrap: nowrap;
    }

    .intro > div {
        flex-direction: column;
        align-items: center;
    }
    .contact-now{
        width: 40%;
    }

    .introduce{
        text-align: center;
        width: 100%;
    }


    .footer__content{
        width: 100% !important;
    }

    .end__footer{
        flex-direction: column;
        padding: 0;
        text-align: center;
    }

    .end__footer p{
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .end__footer ul{
        width: 85%;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 820.98px){
    .sign-in-up{
        width: 25%;
    }

    .about__us__bottom div:nth-child(1) {
        left: 38%;
    }
}
@media only screen and (max-width: 375.98px){
    .room__list__image .owl-theme .owl-dots .owl-dot span {
        width: 64.5px;
        height: 50px;
        object-fit: cover;
    }
}