@import url('https://fonts.googleapis.com/css2?family=Laila:wght@300;400;500;600;700&family=Lora:ital,wght@0,400..700;1,400..700&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&display=swap');

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

@media screen and (min-width: 992px){
    body{
        background-color: #27272A !important;
    }

    .bg-container01{
        width: 40% !important;
    }
    .image01{
        width: 100% !important;
        cursor: pointer;
    }
    .bg-container02{
        background-color: #fff;
        background-size: cover;
    }
    .first-container{
        background-color: transparent;
        border: 1px dashed #212121;
        width: 80%;
    }
    .image02{
        width: 100px;
    }

    .heading01{
        color: #1D4ED8;
        font-weight: 700;
        text-transform: uppercase;
    }
    .heading02{
        color: #212121;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: -5px !important;
    }
    .heading03{
        text-align: center;
        padding-top: 15px;
        padding-bottom: 20px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        font-size: 20px;
        color: #212121;
        animation: textColorShift 2s linear infinite;
    }
    @keyframes textColorShift {
        0% {
            color: #212121;
        }
        50% {
            color: #ff0000;
        }
        100% {
            color: #212121;
        }
    }

    .flipkart01{
        cursor: pointer;
    }

    .bg-container03{
        background-image: url("./assets/banner02.avif");
        background-size: cover;
        height: 200px;
    }
    .border-container{
        border: 1px solid #991B1B;
        width: 100%;
    }
    .heading04{
        color: #212121;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
    }
    .bg-container04{
        background-image: url("./assets/banner03.jpg");
        background-size: cover;
    }
    .paragraph01{
        color: #fff;
        font-size: 22px;
    }

    .border-container02{
        background-color: transparent;
        border: 1px dashed #fff;
        width: 100%;
    }

    .heading05{
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        line-height: 38px;
    }
    .span01{
        color: #FFFF00;
    }

    .bg-container05{
        background-color: #000;
    }
    .image03{
        width: 150px;
    }
    .heading06{
        color: #fff;
        font-family: "Playfair Display", serif;
        text-align: center;
        font-weight: 700;
        padding-top: 8px;
        font-size: 35px;
    }
    .mini-container{
        background-color: #fff;
        border-radius: 5px;
    }
    .border-container03{
        background-color: transparent;
        border: 1px dashed #fff;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        width: 100%;
    }
    .button01{
        background-color: #FFFF00;
        height: 50px;
        border-bottom-left-radius: 20px;
        width: 50%;
        border: 0px;
        margin-bottom: 40px;
    }
    .button02{
        background-color: #FFFF00;
        height: 50px;
        border-top-right-radius: 20px;
        width: 50%;
        border: 0px;
        margin-top: 40px;
    }
    .bg-container06{
        background-color: #fff;
        background-size: cover;
    }
    .heading07{
        color: #000;
        font-size: 23px;
        text-align: center;
        font-weight: 700;
        width: 500px;
        font-family: "Playfair Display", serif;
        line-height: 35px;
    }
    .span02{
        color: #B91C1C;
    }
    .image-container{
        border: 4px solid #991B1B;
        width: 60%;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .product-image{
        width: 70% !important;
    }
    .heading08{
        text-align: center;
        padding-top: 15px;
        padding-bottom: 20px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        font-size: 18px;
        color: #212121;
        line-height: 30px;
        animation: textColorShift 2s linear infinite;
    }
    .flipkart02{
        width: 40% !important;
        cursor: pointer;
    }
    
    .heading09{
        color: #B91C1C;
        font-size: 25px;
        text-align: center;
        font-weight: 700;
        font-family: "Playfair Display", serif;
        padding-top: 15px;
    }
    .border-container04{
        border: 1px dashed #FFFF00;
        width: 100%;
    }
    .flipkart03{
        width: 90% !important;
        cursor: pointer;
    }

    .bg-container07{
        background-color: #BAE6FD;
        background-size: cover;
    }

    .mini-bg{
        background-image: url("./assets/banner05.webp");
        background-size: cover;
        width: 100%;
        height: 140px;
        margin-bottom: 25px;
    }
    .heading10{
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-family: "Playfair Display", serif;
    }
    .icon01{
        width: 60%;
    }
    .heading11{
        color: #000;
        text-align: center;
        font-weight: 700;
        font-family: "Playfair Display", serif;
        font-size: 22px;
        line-height: 35px;
    }
    .bg-container08{
        background-image: url("./assets/banner08.jpg");
        background-size: cover;
    }
    .pimage{
        width: 50% !important;
    }
    .border-container05{
        background-color: transparent;
        border: 1.5px dashed #fff;
        width: 100%;
    }
    .bg-container09{
        background-image: url("./assets/banner10.webp");
        background-size: cover;
    }
    .video01{
        border-radius: 10px;
        margin-bottom: 20px;
    }
    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .button03 {
        width: 40%;
        height: 50px;
        border: 2px solid #0284C7;
        border-radius: 7px;
        background-color: transparent;
        color: #000;
        font-weight: 700;
        font-size: 21px;
        animation: blink 2s infinite; 
    }

    .heading12{
        color: #000;
        font-weight: 700;
        font-size: 21px;
        line-height: 38px;
        text-align: center;
    }

    .span03{
        color: #991B1B;
    }

    .heading13{
        font-size: 22px;
        text-align: center;
        font-weight: 700;
        padding-top: 10px;
    }

    .blue-card-container{
        background-color: #0EA5E9;
        background-size: cover;
        border-top-left-radius: 150px;
        border-bottom-left-radius: 150px;
        padding-right: 15px;
    }

    .j01{
        width: 200px;
    }

    .paragraph02{
        color: #fff;
        padding-top: 30px;
        font-size: 18px;
        font-weight: 600;
    }
    .heading14{
        color: #000;
        font-weight: 700;
        font-size: 21px;
        line-height: 38px;
        padding: 15px;
      
    }

    .border-container06{
        border: 1px solid #FFFF00;
    }

    .heading15{
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        line-height: 38px;
        text-align: center;
    }

    .span04{
        color: #22C55E;
    }

    .heading16{
        color: #000;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
    }
    .mini-bg-container01{
        background-image: url("./assets/contact.avif");
        background-size: cover;
        border-radius: 20px;
    }
    .heading17{
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 35px;
    }
    .label01{
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }
    .form-control01{
        height: 45px !important;
    }
    .button04{
        background-color: #F8BD21;
        width: 50%;
        height: 60px;
        color: #000;
        border: 0px;
        border-radius: 10px;
        font-weight: 700;
        font-size: 25px;
    }

    .heading18{
        color: #000;
        text-align: center;
        font-weight: 700;
    }

    .span05{
        color: #ff0000;
    }

    .testimonial-container{
        box-shadow: rgba(0, 0, 0, 0.16) -1px 0px 5px 0px;
        background-color: #fff;
        border-radius: 10px;
    }
    .testimonial-image{
        width: 60px;
        height: 60px;
        border-radius: 60px;
    }

    .name{
        color: #000;
        font-size: 20px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
    }

    .date{
        color: #000;
        font-size: 17px;
        margin-top: -6px;
    }
    .check01{
        width: 15px;
        margin-top: -40px;
        margin-left: 5px;
    }
    .paragraph03{
        color: #000;
        font-size: 16px;
        font-family: "Playfair Display", serif;
        line-height: 30px;
    }
    .f01{
        width: 25%;
        cursor: pointer;
    }
    .copy-right{
        color: #fff;
        text-align: center;
        font-family: "Playfair Display", serif;
    }
    .privacy-policy{
        color: #fff;
        text-align: center;
        font-family: "Playfair Display", serif;
    }

    .privacy-policy:hover{
        color: #0284C7;
        cursor: pointer;
    }
    

}

















@media screen and (max-width: 992px){
    body{
        background-color: #27272A !important;
    }

    .bg-container01{
        width: 100% !important;
    }
    .image01{
        width: 100% !important;
        cursor: pointer;
    }
    .bg-container02{
        background-color: #fff;
        background-size: cover;
    }
    .first-container{
        background-color: transparent;
        border: 1px dashed #212121;
        width: 100%;
    }
    .image02{
        width: 80px;
    }

    .heading01{
        color: #1D4ED8;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 22px;
    }
    .heading02{
        color: #212121;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: -5px !important;
        font-size: 18px;
    }
    .heading03{
        text-align: center;
        padding-top: 15px;
        padding-bottom: 20px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        font-size: 17px;
        color: #212121;
        animation: textColorShift 2s linear infinite;
        line-height: 30px;
    }
    @keyframes textColorShift {
        0% {
            color: #212121;
        }
        50% {
            color: #ff0000;
        }
        100% {
            color: #212121;
        }
    }

    .flipkart01{
        cursor: pointer;
        width: 100%;
    }

    .bg-container03{
        background-image: url("./assets/banner02.avif");
        background-size: cover;
        height: 200px;
    }
    .border-container{
        border: 1px solid #991B1B;
        width: 100%;
    }
    .heading04{
        color: #212121;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
    }
    .bg-container04{
        background-image: url("./assets/banner03.jpg");
        background-size: cover;
    }
    .paragraph01{
        color: #fff;
        font-size: 18px;
    }

    .border-container02{
        background-color: transparent;
        border: 1px dashed #fff;
        width: 100%;
    }

    .heading05{
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 38px;
    }
    .span01{
        color: #FFFF00;
    }

    .bg-container05{
        background-color: #000;
    }
    .image03{
        width: 100px;
    }
    .heading06{
        color: #fff;
        font-family: "Playfair Display", serif;
        text-align: center;
        font-weight: 700;
        padding-top: 8px;
        font-size: 16px;
    }
    .mini-container{
        background-color: #fff;
        border-radius: 5px;
    }
    .border-container03{
        background-color: transparent;
        border: 1px dashed #fff;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        width: 100%;
    }
    .button01{
        background-color: #FFFF00;
        height: 50px;
        border-bottom-left-radius: 20px;
        width: 50%;
        border: 0px;
        margin-bottom: 40px;
    }
    .button02{
        background-color: #FFFF00;
        height: 50px;
        border-top-right-radius: 20px;
        width: 50%;
        border: 0px;
        margin-top: 40px;
    }
    .bg-container06{
        background-color: #fff;
        background-size: cover;
    }
    .heading07{
        color: #000;
        font-size: 23px;
        text-align: center;
        font-weight: 700;
        width: 500px;
        font-family: "Playfair Display", serif;
        line-height: 35px;
    }
    .span02{
        color: #B91C1C;
    }
    .image-container{
        border: 4px solid #991B1B;
        width: 100%;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .product-image{
        width: 100% !important;
    }
    .heading08{
        text-align: center;
        padding-top: 15px;
        padding-bottom: 20px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        font-size: 18px;
        color: #212121;
        line-height: 30px;
        animation: textColorShift 2s linear infinite;
    }
    .flipkart02{
        width: 40% !important;
        cursor: pointer;
    }
    .flipkart01{
        cursor: pointer;
    }
    .heading09{
        color: #B91C1C;
        font-size: 25px;
        text-align: center;
        font-weight: 700;
        font-family: "Playfair Display", serif;
        padding-top: 15px;
    }
    .border-container04{
        border: 1px dashed #FFFF00;
        width: 100%;
    }
    .flipkart03{
        width: 90% !important;
        cursor: pointer;
    }

    .bg-container07{
        background-color: #BAE6FD;
        background-size: cover;
    }

    .mini-bg{
        background-image: url("./assets/banner05.webp");
        background-size: cover;
        width: 100%;
        height: 140px;
        margin-bottom: 25px;
    }
    .heading10{
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-family: "Playfair Display", serif;
    }
    .icon01{
        width: 50%;
    }
    .heading11{
        color: #000;
        text-align: center;
        font-weight: 700;
        font-family: "Playfair Display", serif;
        font-size: 18px;
        line-height: 30px;
    }
    .bg-container08{
        background-image: url("./assets/banner08.jpg");
        background-size: cover;
    }
    .pimage{
        width: 50% !important;
    }
    .border-container05{
        background-color: transparent;
        border: 1.5px dashed #fff;
        width: 100%;
    }
    .bg-container09{
        background-image: url("./assets/banner10.webp");
        background-size: cover;
    }
    .video01{
        border-radius: 10px;
        margin-bottom: 20px;
    }
    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .button03 {
        width: 100%;
        height: 50px;
        border: 2px solid #0284C7;
        border-radius: 7px;
        background-color: transparent;
        color: #000;
        font-weight: 700;
        font-size: 21px;
        animation: blink 2s infinite; 
    }

    .heading12{
        color: #000;
        font-weight: 700;
        font-size: 21px;
        line-height: 38px;
        text-align: center;
    }

    .span03{
        color: #991B1B;
    }

    .heading13{
        font-size: 20px;
        text-align: center;
        font-weight: 700;
        padding-top: 10px;
    }

    .blue-card-container{
        background-color: #0EA5E9;
        background-size: cover;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        padding-right: 15px;
    }

    .j01{
        width: 100px;
        height: 100px;
        margin-top: 25px;
    }

    .paragraph02{
        color: #fff;
        padding-top: 30px;
        font-size: 14px;
        font-weight: 500;
    }
    .heading14{
        color: #000;
        font-weight: 700;
        font-size: 18px;
        line-height: 38px;
        padding: 10px;
      
    }

    .border-container06{
        border: 1px solid #FFFF00;
    }

    .heading15{
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        line-height: 38px;
        text-align: center;
    }

    .span04{
        color: #22C55E;
    }

    .heading16{
        color: #000;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
    }
    .mini-bg-container01{
        background-image: url("./assets/contact.avif");
        background-size: cover;
        border-radius: 20px;
    }
    .heading17{
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
    }
    .label01{
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }
    .form-control01{
        height: 45px !important;
    }
    .button04{
        background-color: #F8BD21;
        width: 50%;
        height: 60px;
        color: #000;
        border: 0px;
        border-radius: 10px;
        font-weight: 700;
        font-size: 25px;
    }

    .heading18{
        color: #000;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
    }

    .span05{
        color: #ff0000;
    }

    .testimonial-container{
        box-shadow: rgba(0, 0, 0, 0.16) -1px 0px 5px 0px;
        background-color: #fff;
        border-radius: 10px;
    }
    .testimonial-image{
        width: 60px;
        height: 60px;
        border-radius: 60px;
    }

    .name{
        color: #000;
        font-size: 20px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
    }

    .date{
        color: #000;
        font-size: 17px;
        margin-top: -6px;
    }
    .check01{
        width: 15px;
        margin-top: -40px;
        margin-left: 5px;
    }
    .paragraph03{
        color: #000;
        font-size: 16px;
        font-family: "Playfair Display", serif;
        line-height: 30px;
    }
    .f01{
        width: 25%;
        cursor: pointer;
    }
    .copy-right{
        color: #fff;
        text-align: center;
        font-family: "Playfair Display", serif;
    }
    .privacy-policy{
        color: #fff;
        text-align: center;
        font-family: "Playfair Display", serif;
    }

    .privacy-policy:hover{
        color: #0284C7;
        cursor: pointer;
    }
    

}