@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/*header*/
    .textinimg .md\:text-4xl{
        text-transform: uppercase;
        background-image: linear-gradient(135deg, rgba(255,255,255,1) 10%, rgba(104,229,247,1) 42%, rgba(0,123,141,1) 54%, rgba(255,255,255,1) 77%);
        background-size: 200% auto;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: textclip 2s linear infinite;
            display: inline-block;
    }
    @keyframes textclip {
        to {
            background-position: 200% center;
        }
    }
 .s-angel--divider.xl-title h2 {
    line-height: 4.5rem;
    background-image: url(https://i.ibb.co/RkYFPHzH/Rectangle-48700.png);
    background-size: 100% 50%;
    background-position-y: 30px;
    background-repeat: no-repeat;
}


/*.main-nav-container.fixed-pinned .inner {
    --tw-bg-opacity: 1;
    border-radius: 25px;
    border: 1px solid var(--primary-color) !important;
    box-shadow: 2px 2px 10px -2px var(--primary-color);
    width: 98%;
    margin: 5px auto;
    background: url(https://imgur.com/LKKZ39W.png) !important;
    background-color: #fff !important;
    background-size: auto !important;
    padding-top: 2px;
}*/
/* text in banner one */
.textinimg .md\:justify-between {
    justify-content: start;
    padding-right: 2rem !important;
}
.textinimg .md\:text-4xl {
    font-size: 3.25rem;
    line-height: 4rem;
}
    /*------card------*/
    .s-product-card-image img.loaded {
        transition: all .5s;
    }
    .s-product-card-image img.loaded:hover {
        transform: scale(1.3);
        transition: all .5s;
    }
@media(min-width:800px){
.width1 .banner-square:nth-of-type(1) {
    grid-column: 2/3;
}
}
    .banner-square:hover {
        transform: perspective(651px) rotate3d(-4,150,0,17deg) scale(.9);
        transition: all .5s;
    }
        @keyframes XX {
    0% {
        top: 0;
    }

    50% {
        top: 13px;
    }
    100% {
        top: 0px;
    }
    }
        .banner-square {
        position:relative;
        transition: all .5s;
        animation: XX 2000ms linear infinite;
    }
.textinimg .md\:max-w-md {
    max-width: 23rem;
}
.fasel img {
    filter: brightness(0);
}
.s-product-card-entry {
    background-color: rgb(241 240 239);
}
.store-footer__inner {
    border-radius: 55px 55px 0 0;
}
footer.store-footer {
    margin: 0;
    background: #f3f4f6;
}
@media(max-width:800px){
.textinimg .md\:text-4xl {
    font-size: 1.25rem;
    line-height: 2rem;
}

}
.blog-single .leading-6 {
    display: none;
}