/* Font */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
body {
  font-family: "Tajawal", sans-serif;
}

/* Main Banner */
#sliider_theme .a_div #circle .fill_text {
    font-size: 300px !important;
}

/* Features */
.shadow-khatwa {
    background-color: #46212F;
    border-radius: 0;
}
.shadow-khatwa * {
    color: #fff;
}

/* Cats */
#categoryd .s-slider-container {
    padding-inline: 1rem;
}
#categoryd .swiper-wrapper {
    justify-content: center;
    gap: 1rem;
}
#categoryd a {
    margin: 0 !important;
}

/*** image-banner ***/
/* image-banner 1 */
#image-banner .opacity-50 {
    background-color: transparent;
}
#image-banner p {
    display: none;
}
section:nth-child(1 of #image-banner) .absolute {
    left: 0;
    text-align: center;
}
#image-banner .btnCus {
    background-color: #fff !important;
    color: var(--color-primary);
}
/* image-banner 2 */
@media (min-width: 992px) {
    section:nth-child(2 of #image-banner) .absolute {
        width: 60% !important;
        text-align: center;
    } 
    section:nth-child(2 of #image-banner) .md\:h-500 {
        height: 600px;
    }
}
@media (min-width: 1500px) {
    section:nth-child(2 of #image-banner) .md\:h-500 {
        height: 860px;
    }
}
@media (max-width: 576px) {
    section#image-banner .absolute {
        bottom: 0;
        top: unset;
    }
    #image-banner .container {
        background-image: linear-gradient(0deg, #000000aa, transparent);
    }
    section#image-banner .md\:h-500 {
        height: 350px;
    }
    section#image-banner h1 {
        font-size: 23px;
        padding-left: 1rem;
    }
}

/* products */
#btn_card_pro .s-button-primary-outline {
    background-color: var(--color-primary) !important;
}
.s-product-card-image {
  justify-content: center;
}

/* footer */
.store-footer__inner {
    background-color: var(--color-primary);
}
.store-footer__inner *,
.store-footer a,
.store-footer .copyright-text p {
    color: #fff;
}
footer * {
    text-align: center;
    justify-content: center;
}
footer .footer-list > div {
    gap: 0.3rem;
}

/* Whatsapp */
.whatsapp-btn-container {
    bottom: 9%;
}