/* responsive ******************************************************************************/
@media (max-width: 1399px) {
    #homeBanner .homeBanner-box .text-box h2 {
        font-size: 80px;
    }
}


@media (max-width: 1299px) {

    #homeBanner .homeBanner-box .text-box h2 {
        font-size: 70px;
    }
    #homeBanner .homeBanner-box .text-box p {
        font-size: 15px;
    }
    #homeBanner .homeBanner-box .text-box .btn-box {
        max-width: 90%;
    }
    #homeBanner .homeBanner-box .img-box img {
        max-width: 85%;
    }
    #header .header-box .main-nav a {
        font-size: 22px;
        margin-right: 16px;
    }
    #header .header-box .logo-box img {
        max-width: 80%;
    }
}
@media (max-width: 1199px) {    
    #homeBanner .homeBanner-box .img-box img {
        max-width: 94%;
    }
}

@media (max-width: 1080px) {

    #homeBanner .homeBanner-box .img-box img {
        max-width: 100%;
    }
    section#homeBanner {
        min-height: calc(100vh - 143.77px);
        display: flex;
        align-items: center;
    }
    #header .header-box .main-nav a {
        font-size: 19px;
    }
}
@media (max-width: 991px) {

    
    #header .header-box .main-nav a {
        font-size: 20px;
        margin-right: 16px;
    }
    #homeBanner .homeBanner-box {
        flex-direction: column;
    }
    #homeBanner .homeBanner-box .img-box img {
        max-width: 55%;
        display: flex;
        margin: 10px auto 0;
    }
    section#homeBanner {
        min-height: calc(100vh - 92.36px);
        display: flex;
        align-items: center;
    }
    #homeBanner .homeBanner-box .text-box {
        margin-top: 30px;
    }
    #homeBanner .homeBanner-box .text-box h2 {
        font-size: 60px;
        text-align: center;
    }
    #homeBanner .homeBanner-box .text-box p {
        font-size: 22px;
        text-align: center;
    }
    #homeBanner .homeBanner-box .text-box .btn-box {
        max-width: 60%;
        justify-content: center;
        margin: 16px auto 0;
    }
    #header .header-part {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {

    .terms .img-box img {
        max-width: 16%;
    }

   
    /* #homeBanner .homeBanner-part {
        padding: 40px 0;
    } */
    
   

    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0;
        visibility: hidden;
        transition: .5s all ease-in-out;
        z-index: 111;
        padding-top: 60px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        /* text-align: center; */
        padding-left: 40px;
    }
    #header .main-nav nav.show {
        left: 0;
        opacity: 1;
        visibility: visible;
        background-color: #4A0097;
    }
    #header .main-nav nav ul li {
        display: block;
        text-align: left;
        padding: 5px 10px;
    }
    #header .main-nav .click-menu,
    #header .main-nav .cancel-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #header .main-nav .cancel-menu {
        position: fixed;
        top: 20px;
        left: -100%;
        max-width: 30px;
        width: 100%;
        text-align: center;
        z-index: 222;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }
    #header .main-nav .cancel-menu.show {
        opacity: 1;
        visibility: visible;
        left: calc(100% - 50px);
    }
    #header .main-nav {
        flex-direction: row-reverse;
    }
    #header .header-box .logo-box {
        max-width: 40%;
    }

    #header .header-box .logo-box img {
        max-width: 100%;
    }
    
    #header .header-box {
        justify-content: space-between;
    }
    #homeBanner .homeBanner-box .img-box img {
        max-width: 65%;
    }
    section#homeBanner {
        min-height: calc(100vh - 111.09px);
    }
}

@media (max-width: 575px) {
    #header .header-part {
        padding: 20px 0;
    }
    #homeBanner .homeBanner-box .img-box img {
        max-width: 65%;
        display: flex;
        margin: 10px auto 0;
    }
}



@media (max-width: 479px) {

    
    #homeBanner .homeBanner-box .text-box h2 {
        font-size: 52px;
    }
    #homeBanner .homeBanner-box .text-box p {
        font-size: 15px;
        text-align: center;
    }
    section#homeBanner {
        min-height: calc(100vh - 73.44px);
    }
    #homeBanner .homeBanner-box .img-box img {
        max-width: 80%;
    }
    #homeBanner .homeBanner-box .text-box .btn-box {
        max-width: 80%;
        justify-content: center;
        margin: 25px auto 0;
    }
    #header .header-box .logo-box {
        max-width: 50%;
    }
    .terms {

        margin: 20px;
        padding: 0;
      }
}

@media (max-width: 375px){
    #homeBanner .homeBanner-box .img-box img {
        max-width: 80%;
    }
    /* #homeBanner .homeBanner-box .img-box img {
        max-width: 95%;
    } */
    #header .header-box .logo-box {
        max-width: 60%;
    }
    section#homeBanner {
        min-height: calc(100vh - 77.17px);
    }
}
@media (max-width: 375px){

    #homeBanner .homeBanner-box .text-box h2 {
        font-size: 42px;
    }
}