.topmar{
    background-color: #EC3237;
}


.section1{
    background-color: #EC3237;
}

.section1 .sec1back{
    position: relative;
    z-index: 1;
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
}


@media screen and (min-width : 880px) {

    .section1 .sec1back img{
        height: max-content;
        width: 100vw;
    }

    .sec1bottom img{
        height: max-content;
        width: 100vw;
    }
    

    


}
.section1 .allproductstop{
    width: 100vw;
}
.section1 .allproductstop img{
    width: 100%;
    position: relative;
    z-index: 1;
}


.section1 .heading{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.section1 .heading h1{
    font-size: 4em;
    color: #fff;
    text-align: center;
}

.sec2img img{
    width: 100%;
}


.section2{
    
    width: 100vw;
    position: relative;
    z-index: 2;
    background: url(/images/productmilkbackground.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.milkproduct{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #EC3237;
    padding-bottom: 10%;
}

.sectiondef{
    padding-top: 5%;
    width: 100vw;
    position: relative;
    z-index: 2;
}

.section3{
    background: url(/images/productcurdback.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.curdproduct{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #647131;
    padding-bottom: 10%;
}

.prodimg img{
    max-width: 50%;
}

.section4{
    background: url(/images/productflavouredback.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.flavourproduct{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #AA7E0E;
    padding-bottom: 10%;
}

.section5{
    background: url(/images/productsweetsback.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.sweetproduct{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #087F95;
    padding-bottom: 10%;
}

.section6{
    background: url(/images/produsctotherback.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.section7{
    background: url(/images/produscticecreams.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.otherproduct{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #6C488E;
    padding-bottom: 10%;
}

.icecreams{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #cb2c91;
    padding-bottom: 10%;
}



.productwrapper{
    width: 100%;
    padding: 0 10%;
    display: flex;
    align-items: center;
    color: #fff;
}
.productwrapper .pimage{
    width: 40%;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productwrapper .pimage img{
    width: auto;
    height: 100%;
    max-height: 15em;
}
.productwrapper .ptext{
    width: 60%;
}
footer{
    position: relative;
    z-index: 3;
}

.productwrapper p{
    font-size: 1em;
    color: #fff;
}
.productwrapper h2{
    font-size: 1.8em;
    color: #fff;
}
.productwrapper .pdetails{
    display: flex;
    width: 100%;
    justify-content: space-between;
}





@media screen and (max-width : 1200px) {


    .section1 .heading h1{
        font-size: 3em;
    }

    .productwrapper p{
        font-size: 0.8em;
        color: #fff;
    }
    .productwrapper h2{
        font-size: 1.5em;
        color: #fff;
    }




}


@media screen and (max-width : 880px) {

    .section1 .heading{
        position: absolute;
    }

    .section1 .sec1back img{
        height: 100vh;
        width: max-content;
    }

    .prodimg{
        display: flex;
        justify-content: center;
    }

    .section1 .heading h1{
        font-size: 2em;
    }
    .productwrapper p{
        font-size: 0.8em;
        text-align: center;
    }
    .productwrapper h2{
        font-size: 1.2em;
    }

    .pimage{
        display: flex;
        justify-content: center;
    }

    .productwrapper .pdetails{
        flex-direction: column;
        align-items: center;
    }

    .productwrapper{
        width: 100%;
        padding: 10% 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;

    }
    .productwrapper .pimage{
        width: 80%;
        padding: 5%;
    }
    .productwrapper .pimage img{
        height: 100%;
        max-height: 10em;
    }
    .productwrapper .ptext{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .productwrapper .pdetails p{
        margin-block-start: 0.2em;
        margin-block-end: 0;
        font-weight: 600;
    }



}



@media screen and (min-width : 880px) {

    .section1 .sec1back img{
        height: max-content;
        width: 100vw;
    }

    .sec1bottom img{
        height: max-content;
        width: 100vw;
    }

    


}