@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');










@media (max-width:991px) {
    .mian-navbar {
        padding: auto !important;

    }
    .contact-us-form-div{
        padding: 15px;
    }
    #main {
        padding-top: 10px;
    }

    .blooon.blooon {
        z-index: 33;
        left: 70%;
        top: 4%;
        animation: alternate infinite 1s mobile-animation;
        width: 150px;
    }

    .tiels.tiels {
        z-index: 33;
        left: 65%;
        top: 19%;
        transform: rotateX(20deg);
        animation: alternate infinite 1s mobile-animation-2;

    }

    .tiels.tiels img {
        width: 200px;
    }

    .mar-top-mob {
        margin-top: 0 !important;
    }

    .black-girl-img {

        right: 0;
        width: 100%;
        height: 400px;
        object-fit: contain;
    }

    .product-big-drop-down {
        flex-direction: column;
        gap: 20px;

    }

    .product-big-drop-down a {
        padding: 20px;
        width: 100%;
        text-align: center;
    }

    #trasss {
        transform: translate(80px, -262px) !important;
    }
}

@media (max-width:486px) {
    #trasss {
        transform: translate(8px, -262px) !important;
    }

    .black-girl-img {
        height: auto;
    }

    .border-with-color-and-girl {
        min-height: 223px;
    }

    .quality-shop h1 {
        font-size: 45px;
    }

    .quality-shop h3 {
        font-size: 35px;
    }

    .quality-shop p {
        font-size: 16px;
    }

    .tiels.tiels {
        left: 30%;
        top: 400px !important;

    }
    .blooon.blooon {
        left: 38%;
        top: 270px !important;
    }
    .main-button{
        font-size: 16px;
    }
    .product-big-drop-down a{
        padding: 10px;
        font-size: 18px;
    }
}

@media (min-width:992px) {
    #main {
        padding-top: 60px;
    }

    .mian-navbar {
        padding: 19px 32px 20px 20px !important;

    }

    .accodoann {
        max-width: 431px;
    }

    .footer-company-name {
        max-width: 443px;
    }

}

@media (max-width:1399px) {
    .blooon {
        z-index: 33;
        left: 40%;
        top: -24%;
    }

    .tiels {
        z-index: 33;
        left: 32%;
        top: 8%;
    }
}

@media (max-width:1199px) {
    .blooon {
        z-index: 33;
        left: 40%;
        top: -22%;
    }

    .tiels {
        z-index: 33;
        left: 30%;
        top: 12%;
    }
}

@media (max-width:786px) {
    .quality-shop {
        position: relative;
        z-index: 111;
    }

    .blooon.blooon {
        width: 100px;
        top: 200px;
    }

    .tiels.tiels img {
        width: 150px;
    }

    .tiels.tiels {
        top: 330px;

    }

    .quality-shop {
        margin-top: -150px;
    }
}