*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
}

body{
    background-color: #fbfbfb;
}

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 li{
    height: 100%;
}

.menu ul .sub__menu a{
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 3px;
}

.drop__down{
    top: 90px;
}

.nav-bar .sub__menu .drop__down > li a{
    justify-content: left;
}
/**/

.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 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(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 .drop__down__child li{
    display: none;
    font-weight: normal;
}

.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: 36px;
    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: flex;
    justify-content: center;
}
.about__us__bottom div:nth-child(1) p{
    font-weight: bold;
}

.about__us__bottom div:nth-child(1){
    border: 1px solid #f8f8f8;
    background-color: #fff;
    position: absolute;
    display: flex;
    z-index: 31;
    top: 100%;
    /* left: 41%; */
    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;
}


/*gallery*/
.main__gallery{
    width: 100%;
}

.main__gallery .gallery__heading{
    text-align: center;
    margin-bottom: 50px;
}

.gallery__heading h1{
    font-size: 45px;
    color: #212121;
    font-weight: normal;
    font-family: "Cormorant";
}

.gallery__heading p{
    font-size: 18px;
    color: #5a5959;

}

.main__gallery .gallery{
    width: 90%;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 0 auto;
}

.tab-choose{
    padding: 8px 25px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.tab-choose:hover{
    background-color: #F4A460;
}

.tab-choose:hover p{
    color: #fff;
}

.tab-choose p{
    font-size: 13px;
    color: #5a5959;
    text-transform: uppercase;
}


.gallery__content{
    width: 100%;
    margin-top: 30px;
}

.gallery__content__detail{
    width: 85%;
    margin: 0 auto;
}

.all{
    background-color: #F4A460;
}

.all p{
    color: #fff;
}



.gallery__content__detail .tab-all{
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    transition: all linear 0.6s;
}

.tab-all  .gallery__image{
    width: 32%;
    position: relative;
}

.gallery__image p{
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    font-family: "Cormorant";
    color: #fff;
    opacity: 0;
    transition: all linear 0.4s;
    z-index: 2;
}

.gallery__image:hover p{
    opacity: 1;
    transition: all linear 0.4s;
}

.gallery__image::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    top: 15px;
    z-index: 2;
    right: 15px;
    opacity: 0;
    background-color: #fff;
    transition: all linear 0.3s;
}

.gallery__image::after{
    content: "";
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 0px;
    top: 15px;
    opacity: 0;
    right: 15px;
    background-color: #fff;
    transition: all linear 0.3s;
}

.gallery__image:hover::before{
    width: 40px;
    height: 1px;
    transition: all linear 0.3s;
    transition-delay: 0.2s;
    opacity: 1;
}

.gallery__image:hover::after{
    width: 1px;
    height: 40px;
    transition: all linear 0.3s;
    transition-delay: 0.2s;
    opacity: 1;
}

.gallery__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
}

.gallery__image a{
    overflow: hidden;
}

.gallery__image a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 98%;
    background-color: #515151;
    opacity: 0;
    overflow: hidden;
    transition: all linear 0.2s;
}

.gallery__image:hover a::before{
    opacity: 0.8;
    z-index: 1;
    transition: all linear 0.2s;
}


.tab-classic, .tab-deluxe,
.tab-royal, .tab-luxury{
    display: none;
    transition: all linear 0.4s;
    animation-delay: 0.4s;
}


/**/

.gallery__content__detail .tab-classic{
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
}

.tab-classic  .gallery__image{
    width: 32%;
    position: relative;
}

/**/
.gallery__content__detail .tab-deluxe{
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
}

.tab-deluxe  .gallery__image{
    width: 32%;
    position: relative;
}
/**/
.gallery__content__detail .tab-royal{
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
}

.tab-royal  .gallery__image{
    width: 32%;
    position: relative;
}
/**/
.gallery__content__detail .tab-luxury{
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
}

.tab-luxury  .gallery__image{
    width: 32%;
    position: relative;
}
/*end gallery*/

/*partners*/

.partners{
    width: 100%;
    background-color: #fff;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 80px;
}

.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: 40px 20px;
    margin-left: 75px;
}

.partners__info h2{
    font-size: 25px;
    color: #ffffff;
    font-family: "Cormorant";
    font-weight: normal;
}

.partners__info p{
    color: #ffffff;
    font-weight: 700;
    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: 145px;
    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;
}

.partners__slider .owl-item img{
    object-fit: cover;
}

/*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;
    z-index: 3;
}

.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: 786.98px){
    .setting{
        display: none;
    }
    .icon-choose i{
        border-radius: 10px;
    }

    .tab-all .gallery__image,
    .tab-classic .gallery__image,
    .tab-deluxe .gallery__image,
    .tab-royal .gallery__image,
    .tab-luxury .gallery__image
    {
        width: 48% !important;
    }

    .partners::after{
        position: initial;
    }
    .main__partners{
        flex-direction: column;
    }

    .partners__info{
        width: 100%;
    }

    .main__partners .partners__slider{
        width: 100%;
    }

    .partners__info{
        text-align: center;
        margin-left: 0;
    }

    .partners__info h2{
        color: #212121;
    }

    .partners__info p{
        color: #5a5959;
    }

    .item{
        width: 145px;
    }

    .partners__slider .owl-item img{
        object-fit: cover;
        height: 100%;
    }

    .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;
    }
}

@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;
        width: 100% !important;
    }

    .main__gallery .gallery{
        flex-wrap: wrap;
    }

    .tab-all .gallery__image,
    .tab-classic .gallery__image,
    .tab-deluxe .gallery__image,
    .tab-royal .gallery__image,
    .tab-luxury .gallery__image
    {
        width: 100% !important;
    }

    .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: 992px){
    header{
        font-size: 13px;
    }
    .sign-in-up ul li a{
        display: flex;
    }
    .menu .fa-bars{
        display: flex;
        align-items: center;
        width: 35px;
        height: 35px;
        color: #000;
        float: right;
        clear: both;
        border: 1px solid #000;
        justify-content: center;
        border-radius: 3px;
    }

     /* .menu .bars{
        width: 20px;
        height: 20px;
        align-self: center;
        padding: 8px;
        border: 1px solid #fff;
        border-radius: 3px;
    }  */

    .menu .nav-bar{
        display: none;
    }

    .menu{
        display: flex;
        align-items: 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;
    }

    .tab-all .gallery__image{
        width: 30%;
    }
    .tab-all .gallery__image,
    .tab-classic .gallery__image,
    .tab-deluxe .gallery__image,
    .tab-royal .gallery__image,
    .tab-luxury .gallery__image {
        width: 48%;
    }
   
}

@media only screen and (max-width: 705px){
    .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;
        width: 85% !important;
        justify-content: center;
    }
    .tab-all .gallery__image,
    .tab-classic .gallery__image,
    .tab-deluxe .gallery__image,
    .tab-royal .gallery__image,
    .tab-luxury .gallery__image {
        width: 100%;
    }
}

@media only screen and (max-width: 540px){
    .tab-all .gallery__image,
    .tab-classic .gallery__image,
    .tab-deluxe .gallery__image,
    .tab-royal .gallery__image,
    .tab-luxury .gallery__image
    {
        width: 100% !important;
    }
}

@media only screen and (min-width: 995px){
    .tab-all .gallery__image, 
    .tab-classic .gallery__image, 
    .tab-deluxe .gallery__image, 
    .tab-royal .gallery__image, 
    .tab-luxury .gallery__image{
        width: 31%;
    }
}