body{
    font-family: 'Lato',sans-serif;
}

.section1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.parallax {
    background-image: url("../images/hand-painted-watercolor-pastel-sky-background_23-2148920282.avif");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: fit-content;
    width: 100%;
    padding-bottom: 5%;
}

.div1-1{
    padding-top: 80px;
    padding-left: 80px;
}

.OP{
    font-size: 2.3em;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    margin-bottom: 0px;
}

.OPc{
    font-size: 1.3em;
}

.div1-2{
    display: contents;
    
}

.milkbottle{
    width: 29%;
    height: 100%;
    border-radius: 0% 0% 12% 12%;
    margin-right: 80px;
}

.section2{
    margin-top: 60px;
}

.div2-1{
    padding-left: 80px;
    width: 63%;
}

.card{
    background: linear-gradient(0deg, #00136000 39%, #001360 40%);
    border-radius: 32px 32px 0px 0px;
    border-style: none;
}

.card-header{
    font-size: 2em;
    padding: 18px;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    color: white;
    margin: 18px;
}

.card-body{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.img
{
    padding-bottom: 10px;
}

.SajivMilk{
    border-radius: 22px 22px 0px 0px;
    width: 100%;
}

.text{
    background-color: #001360;
    color: white;
    border-radius: 0px 0px 12px 12px;
    font-size: 1em;
    padding: 15px;
    text-align: center;
}

.div3-1{
    display: flex;
    justify-content: end;
}

.div3-2{
    width: 70%;
    margin-right: 80px;
}

.section3{
    margin-top: 60px;
}

.SajivGhee{
    width: 100%;
    border-radius: 22px 22px 0px 0px;
}

.sec2{
    margin-left: 35px;
    margin-right: 45px;
    text-decoration: none;
}

.sec3{
    /* width: 29%; */
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
}

.img2
{
    padding-bottom: 10px;
}

.section4{
    margin-top: 60px;
}

.div4-1{
    padding-left: 80px;
    width: 63%;
}

.SajivPro{
    border-radius: 22px 22px 0px 0px;
    width: 100%;
}

.section5{
    margin-top: 60px;
}

.div5-1{
    display: flex;
    justify-content: end;
}

.div5-2{
    width: 70%;
    margin-right: 80px;
}

.SajivShri{
    width: 100%;
    border-radius: 22px 22px 0px 0px;
}

.slick-next{
    right: -20px;
}
.slick-prev{
    left: -20px;
}
.slick-prev::before, .slick-next::before
{
    color: #001360 !important;
}
@media only screen and (max-width: 1049px) 
{
    .div2-1{
        width: 78%;
    }

    .div4-1{
        width: 78%;
    }

    .sec2{
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 800px)
{
    .OP{
        font-size: 1.9em;
    }

    .OPc{
        font-size: 1.0em;
    }
}

@media only screen and (max-width: 974px) {
    .div2-1{
        padding: 5%;
        width: 100%;
    }

    .div3-1{
        padding: 5%;
        width: 100%;
    }

    .div3-2{
        margin: 0%;
        width: 100%;
    }

    .div4-1{
        padding: 5%;
        width: 100%;
    }
    
    .div5-1{
        padding: 5%;
        width: 100%;
    }

    .div5-2{
        margin: 0%;
        width: 100%;
    }
}

@media only screen and (max-width: 800px){
    .milkbottle{
        display: none;
    }

    .div1-1{
        padding-left: 8%;
        padding-right: 8%;
        width: 100%;
    }

    
}

@media only screen and (max-width: 757px){
    .milkbottle{
        display: none;
    }

    /* .s3{
        display: none;
    } */

    .sec3{
        width: 39%;
    }
}

@media only screen and (max-width: 450px)
{
    .card-header
    {
        font-size: 1.5em;
    }

    .OP{
        font-size: 1.9em;
    }

    .OPc{
        font-size: 1.2em;
    }

    .text
    {
        font-size: 1.0em;
    }
}

