@media (max-width: 1599px) {
    .main_banner-content h1 {
        font-size: 70px;
    }

    .main_banner-content h3 {
        font-size: 45px;
    }

    .btn.btn-red {
        font-size: 22px;
    }

    .btn.btn-red img {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 1399px) {
    .main_banner-content h1 {
        font-size: 60px;
    }
    .main_banner-content h3 {
        font-size: 40px;
    }
    .btn.btn-red {
        font-size: 18px;
        padding: 10px 20px;
    }
    .btn.btn-red img {
        width: 30px;
        height: 30px;
    }
}


@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    .main_banner-content h1 {
        font-size: 50px;
    }
    .main_banner-content h3 {
        font-size: 35px;
    }
    .logo-box img {
        max-width: 140px;
    }
    .btn.btn-red {
        font-size: 16px;
        padding: 8px 16px;
    }
    .btn.btn-red img {
        margin-right: 5px;
        width: 28px;
        height: 28px;
    }
    #main_banner .button-box {
        gap: 5px;
    }
}

@media (max-width: 1079px) {}


@media (max-width: 991px) {
    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .columnReverse {
        flex-direction: column-reverse;
    }
    .container-fluid {
        max-width: 100%;
    }
    .main_banner-img {
        max-width: 70%;
        margin-bottom: 0;
    }
}


@media (max-width: 767px) {}


@media (max-width: 575px) {
    .main_banner-img img {
        max-width: 200px;
    }
    #main_banner .end-box .list li {
        font-size: 22px;
    }
    .main_banner-content h1 {
        font-size: 200px !important;
        line-height: 160px;
    }
    .main_banner-content h2 {
        font-size: 80px;
    }
    .main_banner-content h3 {
        font-size: 65px !important;
    }
    .footer h4 {
        font-size: 50px;
    }
    .logo-box img {
        max-width: 250px !important;
    }
}


@media (max-width: 479px) {
    .main_banner-img {
        max-width: 90%;
    }
    .logo-box img {
        max-width: 200px !important;
    }
    .main_banner-content h1 {
        font-size: 40px;
    }
    .main_banner-content h3 {
        font-size: 30px;
    }
    #main_banner .button-box {
        justify-content: center;
    }
    .main_banner-img img {
        max-width: 150px;
    }
    #main_banner .end-box .list li {
        font-size: 15px;
        padding-left: 10px;
    }
    #main_banner .end-box .list li::before {
        top: 9px;
        width: 5px;
        height: 5px;
    }
    .footer h4 {
        font-size: 35px;
    }
    .main_banner-content h1 {
        font-size: 160px !important;
        line-height: 130px;
    }
    .main_banner-content h2 {
        font-size: 70px;
    }
    .main_banner-content h3 {
        font-size: 55px !important;
    }
}


@media (max-width: 375px) {
    #main_banner .end-box {
        column-gap: 10px;
        padding: 0 0;
    }
    .main_banner-content h1 {
        font-size: 140px !important;
        line-height: 110px;
    }
    .main_banner-content h2 {
        font-size: 60px;
    }
    .main_banner-content h3 {
        font-size: 50px !important;
    }
    .footer {
        margin-top: 40px;
    }
    .footer h4 {
        font-size: 30px;
    }
}