@media (max-width: 730px) {
    .footer-mail {
        flex-direction: column;
    }

    .footer-text {
        width: 100% !important;
    }

    .send-email {
        width: 100% !important;
    }

    .footer-contact {
        flex-direction: column;
        gap: 1rem;
    }

    footer {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .footer-top {
        height: 550px;
    }

    .contact-infos {
        gap: 2rem !important;
    }

    .social-icons {
        gap: 2rem !important;
    }
}

@media (max-width:767px) {
    .aboutUs-text {
        height: 120px !important;
    }
}


@media (max-width: 991.98px) {
    .navbar-nav li {
        border-top: 0.5px solid #ddd;
        padding: 4px !important;
    }

    .navbar-nav {
        gap: 0px;
        padding: 0px;
    }

    .navbar {
        flex-wrap: wrap;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar-collapse {
        width: 100%;
    }

    .section-hero {
        max-width: auto;
        margin-top: 30px;
    }

    .hero-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 34px;
    }

    .hero-desc {
        font-weight: 500;
        font-size: 16px;
        line-height: 27px;
    }

    .hero-download {
        font-weight: 600;
        font-size: 12px;
        max-width: 150px;
    }

    .qr-code {
        display: none;
    }

    .feature {
        width: 222px;
        height: 70px;
        border-radius: 10.73px;
        background: #FFFFFFCC;
        flex-direction: column;
        gap: 5px;
    }

    .img-phone {
        max-width: 357px;
        right: 10px;
    }

    .section-feature {
        border-radius: 0px !important;
        padding: 0px !important;
        width: 100vw !important;
        align-items: start !important;
        padding-top: 15px !important;
    }

    .future-container {
        padding: 0px !important;
        margin: 0px !important;
    }

    .section-home {
        padding: 1rem 0.5rem;
    }

    .about-png {
        max-width: 303px;
    }

    .aboutUs-text {
        height: 80px;
    }

    .btn-light {
        width: 100px !important;
        height: 35px !important;
    }

    .send-email {
        width: 313px;
        height: 55px;
    }

    .footer-contact {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .footer-bottom {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .footer-mail {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .social-icons {
        gap: 0.5rem !important;
    }

    .navbar-container {
        height: 556px;
    }

    footer {
        max-width: 90%;
    }

    .footer-mail {
        margin-bottom: 0px !important;
        padding-bottom: 20px !important;
    }



    .full-line {
        width: 100vw;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.1);
        /* or any color you want */
        margin: 1rem 0;
        position: absolute;
        bottom: -20px;
        left: calc(-5vw);
    }

    .top-b {
        border-top: none !important;
    }
}