@media (max-width: 768px) {
    .hero {
        position: relative;
        height: auto;
        padding: 0 5px;
        width: 100%;
        background: linear-gradient(rgba(16, 0, 135, 0.918), rgba(20, 0, 169, 0.868)), url('../public/hero.jpg') no-repeat center center/cover;
        color: white;
        text-align: center;
    }

    .ellipse-img {
        position: absolute;
        left: -50px;
        top: -50px;
        z-index: 0;
        opacity: 50%;
        height: 150px;
        width: 150px;
    }

    .ellipse-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .menu {
        display: none;
    }

    .login-button button {
        padding: 10px;
        border-radius: 5px;
        font-size: .8rem;
        font-weight: 700;
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
        font-family: "Poppins", sans-serif;
        z-index: 2;
        position: relative;
    }

    .hero-content {
        width: 100%;
        margin-top: 60px;
        padding: 0px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .lead-title-hero {
        font-size: 2.5rem;
        margin: 0;
        line-height: 1;
    }

    .product-description {
        margin: 0;
        width: 100%;
    }

    .mockup-img {
        display: none;

    }

    


    .mockup-img-mob {
        display: block;
        width: 100%;

    }

    .mockup-img-mob img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

   
    .about-us {
        width: 100%;
        height: auto;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .au-para {
        width: 100%;
    }

    .para-flex {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0px;
    }

    .about-us h2 {
        width: 100%;
        text-align: center;
    }

    .para-flex div {
        width: 100%;
    }

    footer {
        width: 100%;
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .address {
        margin-top: 10px;
        width: 100%;
        text-align: center;
        font-size: .9rem;
        color: #252525;
        padding: 5px;
    }

    .copyright {
        width: 100%;
        background: linear-gradient(rgba(16, 0, 135, 0.918), rgba(20, 0, 169, 0.868)), url('../public/hero.jpg') no-repeat center center/cover;
        color: white;
        font-size: .8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 10px 15px;
        text-align: center;
    }

}