@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Text:ital@0;1&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Laila:wght@300;400;500;600;700&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media screen and (min-width: 992px){
    .bg-container01{
        width: 40%;
    }
    .image01{
        width: 100%;
    }
    .paragraph-container01{
        background-color: #070707;
        background-size: cover;
    }
    .paragraph01{
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
    }
    .paragraph02{
        background: linear-gradient(to bottom, white 20%, #f0dc01 60%);
        text-align: center;
        font-size: 35px;
        font-weight: 800;
    }
    .paragraph03{
        color: #070707;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }
    .button01{
        background-color: #D73838;
        width: 160px;
        height: 40px;
        border-radius: 20px;
        border: 0px;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        animation: zoomInOut 1.2s infinite ease-in-out;
    }
    @keyframes zoomInOut {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1); 
        }
    }
    .bg-container03{
        background-color: #f0dc01;
        background-size: cover;
    }
    .paragraph04{
        background-color: #070707;
        background-size: cover;
        text-align: center;
        width: 60%;
        color: #fff;
        font-weight: 700;
        font-size: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }
    .image02{
        width: 25%;
    }

    .paragraph05{
        color: #070707;
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
    }
    .bg-container04{
        background-image: url("./assets/banner-image.avif");
        background-size: cover;
        background-position: center center;
    }
    .heading01{
        color: #1C5F02;
        text-align: center;
        font-size: 35px;
        font-weight: 800;
    }
    .paragraph06{
        background-color: #D73838;
        background-size: cover;
        text-align: center;
        width: 60%;
        color: #fff;
        font-weight: 700;
        font-size: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }

    .span01{
        font-size: 25px;
        font-weight: 500;
    }
    .paragraph07{
        color: #070707;
        font-size: 18px;
        font-weight: 600;
        line-height: 35px;
    }
    .image03{
        width: 100%;
    }
    .heading02{
        color: #070707;
        font-size: 30px;
        font-weight: 600;
        text-align: end;
        line-height: 45px;
    }
    .span02{
        color: #D73838;
    }
    .heading03{
        color: #070707;
        font-size: 30px;
        font-weight: 600;
        line-height: 45px;
    }
    .image04{
        width: 100%;
    }
    .bg-container05{
        background-color: #070707;
        background-size: cover;
    }
    .paragraph08{
        color: #f0dc01;
        line-height: 35px;
        font-size: 18px;
    }
    .span03{
        color: #fff;
        font-size: 23px;
        font-weight: 700;
    }
    .bg-container06{
        background-image: url("./assets/banner03.webp");
        background-size: cover;
        background-position: center center;
        height: 350px;
    }
    .paragraph09{
        color: #fff;
        text-align: center;
        width: 380px;
        padding-top: 100px;
        font-size: 20px;
        font-weight: 600;
        line-height: 35px;
    }
    .bg-container07{
        background-color: #070707;
        background-size: cover;
    }
    .heading04{
        color: #18DD43;
        font-size: 32px;
        font-weight: 800;
        padding-top: 15px;
    }
    .paragraph10{
        color: #f0dc01;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 10px;
    }
    .caption{
        color: #fff;
        text-align: center;
        padding-top: 10px;
        font-size: 15px;
    }
    .image06{
        width: 100%;
    }

    .bg-container08{
        background-color: #f0dc01;
        background-size: cover;
    }

    .icon-image01{
        width: 18%;
        height: 18%;
        margin-right: 10px;
    }
    .paragraph11{
        color: #070707;
        font-size: 20px;
        font-weight: 500;
        padding-top: 5px;
    }
    .bg-container09{
        background-color: #E5EAE4;
        background-size: cover;
    }
    .heading05{
        text-align: center;
        font-size: 22px;
        font-weight: 600;
    }
    .form-container{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: #fff;
        border-radius: 10px;
        width: 90%;
    }
    .contact-us-heading{
        color: #070707;
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        padding-bottom: 15px;
    }

    .label01{
        color: #070707 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
    }
    .form-control01{
        height: 50px !important;
        border-radius: 10px !important;
        border: 1px solid #070707 !important;
    }
    .button02{
        background-color: #070707;
        width: 50%;
        height: 45px;
        color: #fff;
        border: 0px;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 700;
    }
    .heading06{
        text-align: center;
        font-size: 30px;
        font-weight: 800;
    }
    .testimonial-container{
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) -1px 0px 5px 0px;
        border-radius: 7px;
    }
    .testimonial-image{
        width: 50px;
        height: 50px;
        border-radius: 30px;
    }
    .name{
        color: #070707;
        font-size: 25px;
        font-family: "Noto Serif", serif !important;
        font-weight: 700;
    }
    .date{
        color: #070707;
        font-size: 14px;
        margin-top: -10px;
    }
    .check-mark{
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }
    .testimonial-description{
        color: #070707;
        font-size: 15px;
        line-height: 30px;
    }
    .flipkart-image{
        width: 30%;
    }
    .footer-container{
        background-color: #070707;
        background-size: cover;
    }
    .copyright{
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }
    .paragraph12{
        text-align: center;
        color: #fff;
    }
   
}





@media screen and (max-width: 992px){
    .bg-container01{
        width: 100%;
    }
    .image01{
        width: 100%;
    }
    .paragraph-container01{
        background-color: #070707;
        background-size: cover;
    }
    .paragraph01{
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }
    .paragraph02{
        background: linear-gradient(to bottom, white 20%, #f0dc01 60%);
        text-align: center;
        font-size: 30px;
        font-weight: 800;
    }
    .paragraph03{
        color: #070707;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }
    .button01{
        background-color: #D73838;
        width: 160px;
        height: 40px;
        border-radius: 20px;
        border: 0px;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        animation: zoomInOut 1.2s infinite ease-in-out;
    }
    @keyframes zoomInOut {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1); 
        }
    }
    .bg-container03{
        background-color: #f0dc01;
        background-size: cover;
    }
    .paragraph04{
        background-color: #070707;
        background-size: cover;
        text-align: center;
        width: 80%;
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }
    .image02{
        width: 25%;
    }

    .paragraph05{
        color: #070707;
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
    }
    .bg-container04{
        background-image: url("./assets/banner-image.avif");
        background-size: cover;
        background-position: center center;
    }
    .heading01{
        color: #1C5F02;
        text-align: center;
        font-size: 30px;
        font-weight: 800;
    }
    .paragraph06{
        background-color: #D73838;
        background-size: cover;
        text-align: center;
        width: 80%;
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }

    .span01{
        font-size: 25px;
        font-weight: 500;
    }
    .paragraph07{
        color: #070707;
        font-size: 18px;
        font-weight: 600;
        line-height: 35px;
    }
    .image03{
        width: 100%;
    }
    .heading02{
        color: #070707;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        line-height: 45px;
    }
    .span02{
        color: #D73838;
    }
    .heading03{
        color: #070707;
        font-size: 30px;
        font-weight: 600;
        line-height: 45px;
        text-align: center;
    }
    .image04{
        width: 100%;
    }
    .bg-container05{
        background-color: #070707;
        background-size: cover;
    }
    .paragraph08{
        color: #f0dc01;
        line-height: 35px;
        font-size: 18px;
    }
    .span03{
        color: #fff;
        font-size: 23px;
        font-weight: 700;
    }
    .bg-container06{
        background-image: url("./assets/banner03.webp");
        background-size: cover;
        background-position: center center;
        height: 350px;
    }
    .paragraph09{
        color: #fff;
        text-align: center;
        width: 380px;
        padding-top: 100px;
        font-size: 18px;
        font-weight: 600;
        line-height: 35px;
    }
    .bg-container07{
        background-color: #070707;
        background-size: cover;
    }
    .heading04{
        color: #18DD43;
        font-size: 32px;
        font-weight: 800;
        padding-top: 15px;
    }
    .paragraph10{
        color: #f0dc01;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 10px;
    }
    .caption{
        color: #fff;
        text-align: center;
        padding-top: 10px;
        font-size: 15px;
    }
    .image06{
        width: 100%;
    }

    .bg-container08{
        background-color: #f0dc01;
        background-size: cover;
    }

    .icon-image01{
        width: 18%;
        height: 18%;
        margin-right: 10px;
    }
    .paragraph11{
        color: #070707;
        font-size: 18px;
        font-weight: 500;
        padding-top: 5px;
    }
    .bg-container09{
        background-color: #E5EAE4;
        background-size: cover;
    }
    .heading05{
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        line-height: 35px;
    }
    .form-container{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: #fff;
        border-radius: 10px;
        width: 100%;
    }
    .contact-us-heading{
        color: #070707;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 15px;
    }

    .label01{
        color: #070707 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
    }
    .form-control01{
        height: 50px !important;
        border-radius: 10px !important;
        border: 1px solid #070707 !important;
    }
    .button02{
        background-color: #070707;
        width: 50%;
        height: 45px;
        color: #fff;
        border: 0px;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 700;
    }
    .heading06{
        text-align: center;
        font-size: 30px;
        font-weight: 800;
    }
    .testimonial-container{
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) -1px 0px 5px 0px;
        border-radius: 7px;
    }
    .testimonial-image{
        width: 50px;
        height: 50px;
        border-radius: 30px;
    }
    .name{
        color: #070707;
        font-size: 25px;
        font-family: "Noto Serif", serif !important;
        font-weight: 700;
    }
    .date{
        color: #070707;
        font-size: 14px;
        margin-top: -10px;
    }
    .check-mark{
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }
    .testimonial-description{
        color: #070707;
        font-size: 15px;
        line-height: 30px;
    }
    .flipkart-image{
        width: 30%;
    }
    .footer-container{
        background-color: #070707;
        background-size: cover;
    }
    .copyright{
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }
    .paragraph12{
        text-align: center;
        color: #fff;
    }
   
}


@keyframes shake {
    0% { transform: scale(1); }
    25% { transform: scale(0.95) rotate(-1deg); }
    50% { transform: scale(1.02) rotate(1deg); }
    75% { transform: scale(0.95) rotate(-1deg); }
    100% { transform: scale(1); }
  }
  
  
    
  .phone01{
    width: 50px !important;
    animation: shake 1s infinite;
    position: fixed !important;
    right: 25px !important;
    bottom: 50px !important;
    z-index: 9999 !important;
    }




