@media (max-width:799px) {

    .sectionP1 {
        padding: 40px 40px;
    }

    .navbar ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #E3E6F3;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 80px 0 0 10px;
        transition: 0.3s ease;
    }

    .navbar.active ul {
        right: 0px;
    }

    .navbar li {
        margin-bottom: 25px;
    }

    #mobile {
        display: flex;
        align-items: center;
    }

    #mobile {
        color: #1a1a1a;
        font-size: 24px;
        padding-left: 20px;
    }

    #close {
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        font-size: 20px;
        color: #222;
    }

    #bag {
        display: none;
    }

    .hero {
        height: 70vh;
        padding: 0 80px;
        background-position: top 30% right 65%;
    }

    h2 {
        font-size: 30px;
    }

    #feature {
        justify-content: center;
    }

    #feature .featureBox {
        margin: 15px 15px;
    }

    #product1 .Pcontainer {
        justify-content: center;
    }

    #product1 .pro {
        margin: 15px;
    }

    #banner {
        height: 20vh;
    }

    #subBanner .bannerBox {
        min-width: 100%;
        height: 30vh;
    }

    #banner3 {
        padding: 0 40px;
    }

    #banner3 .bannerBox {
        /* min-width: 28%; */
        width: 100%;
    }

    #email .form {
        width: 70%;
    }

}

@media (max-width:477px) {

    .sectionP1 {
        padding: 20px;
    }

    .header img {
        width: 27%;
    }

    .header {
        padding: 0px 30px;
    }

    .hero {
        padding: 10px 20px;
        background-position: 65%;
        justify-content: flex-start;
    }

    .hero h4 {
        font-size: 17px;
        display: none;
    }

    .hero button {
        padding: 14px 40px 14px 65px;
    }

    h2 {
        font-size: 25px;
    }

    h1 {
        font-size: 38px;
    }

    #feature .featureBox {
        width: 155px;
        margin: 0 0 15px 0;
    }

    #feature {
        justify-content: space-between;
    }

    #product1 .pro {
        width: 48%;
        min-width: unset;
        margin: 0;
    }

    #product1 .Pcontainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    #banner {
        height: 40vh;
        background-size: cover;
        background-position: center;
    }

    #subBanner .bannerBox {
        height: 40vh;
    }

    #subBanner .bannerBox2 {
        margin-top: 20px;
    }

    #banner3 {
        padding: 0 20px;
    }

    #banner3 .bannerBox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 30%;
        height: 40vh;
        background-size: cover;
        padding: 20px;
        background-position: center;
        margin-bottom: 20px;
    }

    #email .form {
        width: 100%;
    }

    #email {
        padding: 40px 20px;
    }

    .container001 {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .card001 {
        width: 100%;
    }

    /* ------single product------  */
    #proDetails {
        display: flex;
        flex-direction: column;
    }

    #proDetails .singleProImage {
        width: 100%;
        margin-right: 0px;
    }

    #proDetails .singleProDetails {
        width: 100%;
    }
}