*{
    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 .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;
}

.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;
}

/*pricing table*/
.main__pricing__table{
    width: 100%;
    background-color: #fbfbfb;
    margin-bottom: 100px;
}

.main__pricing__table .pricing__table__title{
    text-align: center;
    margin-bottom: 50px;
}

.main__pricing__table .pricing__table__title h1{
    font-size: 45px;
    font-weight: 700;
    color: #212121;
    font-family: "Cormorant";
    
}

.pricing__table__title p{
    font-size: 18px;
    color: #5a5959;
    font-weight: 500;
}

.main__pricing__table .pricing__table{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.pricing__table__list{
    width: 32%;
    border-radius: 9px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    transition: all linear 0.5s;
    background-color: #fff;
}

.main__pricing__table .pricing__heading{
    text-align: center;
}

.main__pricing__table .pricing__heading h5{
    font-size: 25px;
    font-family: "Cormorant";
    color: #212121;
    font-weight: 700;
}


.main__pricing__table .pricing__heading p{
    font-size: 16px;
    color: #5a5959
}
.pricing__table__list .price{
    position: relative;
    margin: 30px 0;
    text-align: center;
}

.pricing__table__list .price strong{
    font-size: 24px;
    position: relative;
    color: #5a5959;
    left: 4%;
    top: -30px;
}

.pricing__table__list .price{
    font-size: 60px;
    font-weight: 700;
    color: #F4A460;
}

.pricing__table__list span{
    font-size: 16px;
    color: #5a5959;
    position: relative;
    right: 4%;
}

.service{
    width: 100%;
}

.service ul{
    width: 70%;
    margin: auto;
}

.service ul li{
    padding: 10px 0;
    border-bottom: 1px dashed #eaeceb;
    color: #5a5959;
}
.service ul li:nth-child(7){
    border-bottom: none;
}
.btn-start{
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.btn-start a{
    padding: 10px 20px;
    border: 1px solid #F4A460;
    color: #F4A460;
    font-size: 18px;
    border-radius: 5px;
    background-color: #fff;
}


.pricing__table__list::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #F4A460;
    border-radius: 9px;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all linear 0.5s;
    z-index: -1;
}


.pricing__table__list:hover::before{
    transform: translateX(0);
    transition: all linear 0.5s;
}

.pricing__table__list:hover .pricing__heading p,
.pricing__table__list:hover .pricing__heading h5,
.pricing__table__list:hover .price strong,
.pricing__table__list:hover .price,
.pricing__table__list:hover .price span,
.pricing__table__list:hover .service ul li
{
    color: #fff;
}
.pricing__table__list:hover{
    transform: translateY(-3%);
    transition: all linear 0.5s;
}

/*end pricing table*/




.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;
}


/*contact now*/
.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';
    font-weight: normal;
}

.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 contact now*/


/*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){
    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;
        justify-content: flex-end;
    }

    
    .setting{
        display: none;
    }
    /* .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%);
        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;
        }
    }

    .pricing__table{
        gap: 20px;
    }

    .pricing__table__list{
        width: 100%;
    }
    .pricing__table__list .price strong{
        left: 2%;
    }

    .pricing__table__list .price span{
        right: 2%;
    }
    .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;
    }

    .pricing__table{
        gap: 20px;
    }
    
    .intro > div{
        flex-direction: column;
    }
    .introduce{
        width: 100%;
        text-align: center;
    }

    .contact-now{
        width: 100%;
        justify-content: center;
    }

    .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: 1015px){
    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;
        justify-content: flex-end;
    }

    
    .setting{
        display: none;
    }
    /* .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%);
        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;
        }
    }
}

@media only screen and (max-width: 700px){
    .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: 70% ;
        justify-content: center;
    }
}