@import 'https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap';body,*:not(i) {
    font-family: almarai,sans-serif!important
}

:root {
    --color-primary:#004B24;
    --color-primary-dark:#004B24;
    --color-primary-light: #ebd2ae;
    --color-primary-reverse: #eee;
    --f-h: white;
    --1: #004B24;
    --2:#004B24;
    --logo: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EZGbnq/LNiHxW3jsFor5K3VbZ48uclNeUCwFAyS3P5zqJkF.png");
    --img-back: url("");
    --col-back: #fff;
    --pr-back:#fff;
    --pr-color:var(--1);
    --linear: linear-gradient(-225deg, #000 0, var(--color-primary) 29%, #000 67%, #68111b 100%);
}
.s-block:first-of-type {
  margin-top: 0!important;
}

.sicon-shopping-bag:before {
    content: "\e901";
    text-align: center
}
.sicon-user-circle:before {
    content: "\f077";
    text-align: center
}
i {
border:none
}


/* --------   الخلفية المتحركة  ----------- */



body.dark{
    --linear: linear-gradient(-225deg, #FFF 0, var(--color-primary) 29%, #fff 67%, #68111b 100%);
    .banner-entry {
  background-color: #000 !important;
}
.s-slider-block__title h2, .main-content h1, .s-block__title h2 {
  background-image: var(--linear);
  }
  .s-product-card-content-title a {
    background-image: var(--linear);
  }
    
.gap-3 {
  background-color: black;
}


    footer.store-footer * {
  color: #fff;
  text-align: center;
} 


p.text-gray-400.mb-2\.5.md\:mb-0 {
  color: #fff !important;
}


@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: #fff;
    background: #000;
  }
    .mm-spn.mm-spn--light * {
        color: #fff;
    }

.mm-spn ul.mm-spn--open li {
    color:#fff;
    font-size: 17px;
    font-weight: 800; 
}
}

.s-menu-topnav-item {

  color: #fff !important;
}
.breadcrumbs * {
color:#fff
}
#page-main-title {
color:#fff
}

.s-comments {
color:#fff;
  background-color: transparent !important;
}
/* to change background color*/
.flex-col {
    background-color: rgba(0, 0, 0, 1); /* لون الخلفية مع شفافية */
    background-blend-mode: multiply; /* المزج */
    background-size: cover;
}

 .store-footer__inner {

    background-blend-mode: multiply; /* المزج */
    background-size: cover;
 }

.banner--fixed img {
    background-color: transparent ;
}
salla-slider:not(.hydrated), .carousel-slider {
    background-color: transparent ;
}


body {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #231f1e;
  color: white;
}
.s-button-primary {
  border-width: 1px;
  border-color: #414042;
  border-color: var(--color-primary);
  background-color: #414042;
  background-color: var(--color-primary);
  color: #ff6767;
  color: #fff;
}
.total-price {
color:#000
}
.main-content .flex.items-center{
color:#fff
}
.text-unicode{
color:#fff
}


.features-section h2 {
font-size: 2em;
  margin-bottom: 20px;
  color: black;
  background: var(--2);
  border-radius: 9rem 0rem 8rem 2rem;
  font-size: 20px !important;
  font-weight: 700;
  color: #fff;
  padding-right: 30px;
  text-align: center;
  padding-bottom: 10px;
  width: fit-content;
  margin: 0 auto 20px auto;
  padding-left: 30px;
}
.review {
  background: var(--color-primary);
  }
  .slider-title {
  color: #fff;
  }
  #faq-section {
    background-color: var(--color-primary)!important;
  }
    #faq-section h2 {
  color: #fff!important;
  }
  .store-footer h3 {
  background: var(--color-primary);
  }
  .s-contacts-icon {
  background-color: var(--color-primary) !important;
}

.stats-section h2 {
  color: #fff;
}
.s-product-card-entry {
  background-color: #fff0;
}
.s-product-card-content-title a {
  color: #414042;
  color: #fff;
}
}


* {
transition: .5s !important;
}

header.store-header:before {
    content: '';
    background: url("https://i.ibb.co/Ny8tNMt/image.png");
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color: var(--1);
    background-position: center;
    -bottom: 16px;
    z-index: 9999999999999999;
}
@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }
    
    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}

@media(max-width: 767px) {
    header.store-header:before {
        background-size:180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px
    }
}

body:not(.product-index):not(.product-single)::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999998; 
  background-color:var(--1); 
  opacity: 0;
  animation: background-fade 3.5s ease-in-out forwards; 
  pointer-events: none; 
  filter: blur(2px) brightness(1.2);
}

body:not(.product-index):not(.product-single)::after {
  content: '';
  width: 120px; 
  height: 120px; 
  top: 50%;
  left: 0;
  position: fixed;
  z-index: 999999;
  background-color: #004B24; 
  background-image: var(--logo); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%; 
  animation: logo-movement 3.5s ease-in-out forwards; 
  transform: translate(-100%, -50%) scale(0.6) rotate(0deg); 
  border-radius: 50%; 
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* إضافة ظل */
  pointer-events: none; 
}

@keyframes logo-movement {
  0% {
    opacity: 0;
    transform: translate(-100%, -50%) scale(0.6) rotate(-30deg); 
  }
  25% {
    opacity: 1;
    transform: translate(-30vw, -50%) scale(1.1) rotate(10deg); 
  }
  50% {
    opacity: 1;
    transform: translate(50vw, -50%) scale(1.5) rotate(0deg); 
  }
  75% {
    opacity: 1;
    transform: translate(70vw, -50%) scale(1.2) rotate(-10deg); 

  }
  100% {
    opacity: 0;
    transform: translate(100vw, -50%) scale(0.6) rotate(30deg); 
      
  }
}

@keyframes background-fade {
  0% {
    opacity: 1; 
  }
  25% {
    opacity: 1; 
  }
  75% {
    opacity: 1; 
  }
  100% {
    opacity: 0; 
  }
}

.product-index .whatsapp-float {
display:none;
}
.product-index .features-section{
display:none;}

.product-single .whatsapp-float{
display:none;}
.product-single .features-section{
display:none;}

/* to change background color*/
.flex-col {

    background: var(--img-back);
        background-color: var(--col-back);
    background-attachment: fixed;
  background-repeat: no-repeat;
    background-size: cover;

}

.banner-entry  {
      background-color: var(--col-back)!important;
}
.banner--fixed img {
      background-color: var(--col-back)!important;
}

.navbar-brand img {
    height: 3rem
}

.navbar-brand {
    animation: heartbeat 2.5s ease-in-out infinite both;
}

.navbar-brand {
    filter: brightness(0) invert(1);

}

/* ----  header -----*/

@media(max-width:991px){
.mm-spn.mm-spn--navbar.mm-spn--main {
    font-size: 20px;
}
.mm-spn li a span {
    padding: 0;
    font-weight: 800;
    font-size: 16px;
    color:var(--1);
    border:none;
    
}
.mm-spn li a span:hover {
    transform: translateX(-10px);
    color:var(--1);

}
.mm-spn li a span:after{
display:none;
}


.navbar-brand img {

}
}






/*--------------*/

.s-slider-block__title h2, .main-content h1, .s-block__title h2 {
    text-transform: uppercase;
background-image: var(--linear);
    background-size: 200% auto;
    color: var(--three-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px;
    font-size: 1.125rem;
    line-height: 1.5;
}
.s-product-card-content-title a {
    text-transform: uppercase;
background-image: var(--linear);
    background-size: 200% auto;
    color: var(--three-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
}
.s-product-card-content-title {
    text-align: center !important;
}

@keyframes textclip {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (min-width: 1200px) {
    [dir=ltr] .s-slider-block__title-right {
        margin-left: 380px;
    }
}



@media only screen and (max-width: 700px) {
    .navbar-brand {
        width: 20vw;
    }
}




.s-block--features__item {

    padding: 2rem;
    animation: features 8s ease infinite;
            color:white;
}
.s-block--features__item  p{
            color:white;
}

@keyframes features{
    0% {
    border-radius: 200px 40px 200px 40px/10px 200px 10px 200px;
        background-color: var(--1);

    }

    100% {
    border-radius: 40px 200px 40px 200px/10px 40px 10px 40px;
        background-color: var(--hover-color);

    }
}

.s-block--features__item .feature-icon {
    background-color: var(--1);
    background-color: #f7f7f7
}


.text-gray-400 {
}

#salla-modal>div.s-modal-wrapper>div>div.s-modal-header>div>span {
    visibility: hidden;
    display: none
}

#salla-modal > div.s-modal-wrapper > div > div.s-modal-header::before, nav#mobile-menu::before, #app > div.mm-ocd.mm-ocd--right.mm-ocd--open > div.mm-ocd__content::before {
    display: block!important;
    content: '';
    background-image: var(--logo);
    background-color:#004B24;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 105px;
    border-radius: 15px;

}

#salla-modal>div.s-modal-wrapper>div>div.s-modal-header:before {
    margin: -27px 0 32px
}

@media(min-width: 767px) {
    nav#mobile-menu:before {
        display:none!important
    }
}

@media(max-width: 767px) {
    salla-slider .slide--one-fourth {
        height:auto;
        width: 100%;
        max-width: 141px
    }
}



#app>div.app-inner.flex.flex-col.min-h-full>footer>div.md\:flex.items-center.justify-between.py-4.container.text-center>ul>li:nth-child(n) {
    width: 4rem;
    height: 3rem
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.md\:flex.items-center.justify-between.py-4.container.text-center>span>p {
    display: none
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.md\:flex.items-center.justify-between.py-4.container.text-center::before {
    content: var(--con);
    font-size: 16px;
    display: block;
    visibility: visible;
    position: relative
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.md\:flex.items-center.justify-between.py-4.container.text-center::after {
    color: #fff;
    font-size: 10px;
    display: block
}

.brand-item {
    border: 2px solid #000;
    border-radius: 17px
}





.product-entry--vertical {
    border-radius: 15px;
    margin: 0
}

.store-footer .social-link,i.me-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center {
    --tw-bg-opacity: 1
}



.store-footer {
    background-color: #f9fafb;
    align-content: center;
    text-align: center
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div.lg\:col-span-2.lg\:pe-20>a>h3 {
    align-content: center;
    text-align: center
}


.s-block.s-block--banners>.grid {
}




.two-row .banner-entry:first-child {
    grid-column: auto;
    grid-row: auto
}

.s-block.s-block--banners:nth-of-type(19) {
    margin-bottom: 1rem
}

@media(min-width: 991px) {
    .two-row .banner-entry h3,.two-row .banner-entry:first-child h3 {
        font-size:1rem;
        line-height: 0;
        color: #000;
        visibility: visible;
        top: 85px;
        position: relative
    }
}

@media(max-width: 991px) {
    body.index div.app-inner.flex.flex-col.min-h-full>section:nth-child(5),body.index div.app-inner.flex.flex-col.min-h-full>section:nth-child(6) {
        display:block
    }

    section.s-block.s-block--banners.container {
        margin: 18px 0 -4px 1px
    }

    .s-block.s-block--banners>.grid .banner-entry {
    }

    .two-row .banner-entry h3,.two-row .banner-entry:first-child h3 {
        font-size: .6rem;
        line-height: 1.5;
        color: #000;
        top: 47px;
        position: relative;
        width: 69px;
        right: -8px
    }

    .product-entry__title a {
        display: block;
        font-size: .675rem;
        line-height: 1.25rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(31,41,55,var(--tw-text-opacity))
    }

    salla-slider.photos-slider .swiper {
        padding-left: 0!important
    }

    salla-slider.photos-slider .swiper-slide {
        border-radius: 0!important;
        width: 100%;
        margin: 0;
        padding: 0
    }
}

.has-overlay:after {
    display: none
}

.banner-entry a.text-with-border {
    border: 0
}

.banner-entry a {
    padding: 0
}

.banner-entry a {
    opacity: 1
}

.lazy__bg {
    top: 0;
    left: 0;
    background-repeat: no-repeat
}

body.index div.app-inner.flex.flex-col.min-h-full>section.s-block--banners:nth-child(n) div div:hover {
    transform: translateY(-8px);
    box-shadow: 0 -10px 10px 10px rgb(0 0 0/1%)!important
}

body.index div.app-inner.flex.flex-col.min-h-full>section.s-block--banners:nth-child(n) div {
    transition: transform .3s,box-shadow .3s
}

.banner-entry {
    background-color: transparent
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div:nth-child(3)>div.lg\:hidden.contact-social:before,#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div.lg\:col-span-2.lg\:pe-20>div.hidden.lg\:block:before {
    content: "تابعنا";
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.text-sm {
    font-size: .675rem;
    line-height: 1.25rem
}

@media(min-width: 750px) {
    salla-slider.photos-slider .swiper-slide {
        position:relative;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        width: 100%;
        overflow: hidden;
        border-radius: .375rem
    }

    section:nth-of-type(1).s-block.s-block--photos-slider {
        margin-top: 0
    }
}

.lg\:col-span-2.lg\:pe-20,#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div {
    align-content: center;
    text-align: center
}

a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none {
    justify-content: center
}

ul.flex.mb-6 {
    justify-content: center
}

a.flex.items-center.m-0 {
    justify-content: center
}

.main-nav-container.shadow-default.bg-white {
    --tw-bg-opacity: 1;
    background-color: var(--1)
}

.navbar-brand img {
}

.header-btn__icon,i.sicon-menu.text-primary.text-2xl.me-2\.5 {
    color: #fff
}

@media only screen and (min-width: 1024px) {
    .main-menu #offers a {
        --tw-text-opacity: 1;
        color: #fff
    }
}

@media only screen and (max-width: 1024px) {
    .mm-ocd--right .mm-ocd__content {
        right:0;
        right: 0!important;
        left: 0!important;
        top: -67px;
        bottom: 0;
        margin: auto;
        width: 86%;
        border-radius: 20px;
        height: 83%
    }
.mm-spn ul.mm-spn--open {
  left: 0;
    background-color: var(--1);
}
.mm-spn ul.mm-spn--open li {
    color:#fff;
    font-size: 17px;
    font-weight: 800;
    
}

  .main-menu > .has-children:hover > a {
    color: #414042;
    color: #FFF;
}
}
@media only screen and (min-width: 1024px) {
  .main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: var(--1);
  }
}
@media only screen and (min-width: 1024px) {
  .main-menu > .has-children:hover > a {
    color: #414042;
    color: #FFF;
  }
}

/*start product*/
.s-product-card-image-contain {
  -o-object-fit: fill;
  object-fit: fill;
  border-radius: 10px 20px 40px 40px;
}
.s-product-card-entry .sicon-heart {
color:var(--1);
}
.s-button-element:not(:disabled):not([loading]) {
  pointer-events: auto;
  border-color: var(--1);
  color: var(--1);width: 38px;
  padding:5px 10px;
}

.product__description .ql-direction-rtl{
color:#fff
}
.product__description span {
color:#fff !important
}
.s-block, section#featured-products-style2-2, body.index, body.product-index, body.page-single {
    background-color: transparent;

}

.s-button-btn:hover::before {
  animation: shine 1.5s ease-out infinite;
}
.s-products-slider-card {
  height: 290px !important;
}
.s-product-card-price {
  background-color: #fff !important;
  padding:
5px !important;
  border-radius:
6px 2px !important;
  color: var(--1) !important;
  position: absolute;
  left: 37%;
  top: 71px;
  height: 30px;
  border: 1px solid var(--1);
    font-size: 17px;
        top: -13px;
}

@media(max-width:640px) {

.s-product-card-price {
  top: -13px;
}
}
.swiper-wrapper .s-button-element:not(:disabled):not([loading]) {
pointer-events: auto;
  border-color: var(--1);
  color: #fff;
  width: 38px;
  padding:5px 10px;
  background-color: var(--1);
}
.s-product-card-entry {
  background-color: white;
}
.s-product-card-content-title a {
  color: #414042;
  color: var(--1);
}
.s-product-card-content-title a:hover {
  color: #414042;
  color: var(--1);
}
.s-product-card-content-title a {
  font-size: 14px;
  text-align: center;
  }


@media (max-width: 919px) {
.s-product-card-content-title a {

  padding-top:20px;              
}
}

.s-button-element:not(:disabled):not([loading]):hover {
  color: #fff;
}
.s-button-primary-outline{
  left: -41%;
  animation: pulse 1.5s infinite ease-in-out;
}



/*-----*/
.store-footer__inner{

  color:white;
 position: relative;
 z-index:2;
}
@media (min-width: 1024px) {
    .store-footer__inner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}


@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}



/* ----start footer---- */




@media(max-width: 750px) {
    footer:before {
        height:117px;
        margin: -15px -32px -3px 1px
    }
}
a.flex.items-center.m-0 {
display:none;
}
.max-w-sm {
    max-width: 100%;
}





.banner--fixed img {

}

@media only screen and (min-width: 1024px) {
}



.s-block--features__item h4 {
    color: var(--2)
}

.s-block--features__item .feature-icon i {
    color: var(--1)
}

.s-modal-body {
    background: var(--1)
}

.s-login-modal-main-btn {
    background: var(--2);
    border: 0
}

.s-modal-title,.s-login-modal-sub-title,[dir=rtl] .s-modal-header-content {
    color: var( --colortext-f-h);
    text-align: center!important;
    align-items: center;
    display: block;
    width: 100%
}

.text-primary {
    color: #fff
}

.topnav-is-dark .top-navbar {
    background-color: var( --colortext-f-h)
}

@media screen and (max-width: 767px) {
    .s-block--banners .grid {
        grid-template-columns:repeat(7,14%);
        grid-template: 1fr 1fr 1fr 1fr 1fr!important
    }

    .banner-entry {
      width: 31vw !important;
        height: 48px
    }

    .md\:grid-cols-3 {
        width: 100%
    }

    .banner-entry a {
        padding: 23px;
        position: relative;
        right: -9px
    }
}

@media screen and (min-width: 767px) {
    .s-block--banners .grid {
        grid-template-columns:repeat(6,14%);
        grid-template: 1fr 1fr 1fr 1fr 1fr!important
    }

    .lazy__bg.lazy.entered.loaded {
        background-size: contain
    }

    .banner-entry {
    }

    .md\:grid-cols-3 {
        width: 100%
    }

    .banner-entry a {
    }
}

body>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--categories>div>salla-slider>div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden>div {
    justify-content: center
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.md\:flex.items-center.justify-between.py-4.container.text-center::before {
    content: "برمجه وتطوير ADFAZ";
    font-size: 16px;
    display: block;
    visibility: visible;
    position: relative;
    border:1px solid var(--1);
    margin:10px 0;
}

.store-footer a {
justify-content: center;
}




.lazy__bg {
background-size: auto !important;
background-repeat: no-repeat;
}
.banner-entry {
background: transparent;
transition:0.5s;
}
.banner-entry:hover {

}
@media(min-width:768px) {
.grid-flow-row {
  grid-auto-flow: column;
}
}
@media(max-width:767px) {
.grid-flow-row {
  grid-auto-flow: row;
}
}
.banner-entry{
    width: 42vw;
    min-height: 100px;
}

.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;

}    

@media(max-width:991px){
.lazy__bg{

}
.main-nav-container{
min-height: 50px;

}

}

.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}
@media(min-width:768px){

.main-menu li > a {
  color: white;
  position: relative;
}

.main-menu li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--1);
  bottom:10px;
  left: 0;

}


.main-menu li > a:hover {
color:aliceblue;
transform:scale(1.05)
}
.main-menu li > a:hover::after{
background:white;
}
}




@media (min-width: 750px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative;
        margin-left: 0rem;
        margin-right: 0rem;
        height: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    section:nth-of-type(1).s-block.s-block--photos-slider {
        margin-top: 0rem;
    }
}

@media (max-width: 991px) {
    salla-slider.photos-slider .swiper {
        padding-left: 0 !important;
    }

    salla-slider.photos-slider .swiper-slide {
        border-radius: 0px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

/* ألبنر العريض بكل الشاشة */
section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0rem;
  }
   .s-block {
    margin-top: 1rem;
  }
   salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
  }
    salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
    padding-left: 0;
    padding-right: 0px;
  }

section.s-block.s-block--fixed-banner.wide-placeholder .container:hover,.lazy__bg.lazy.entered.loaded:hover {
    transform: translateY(-8px);
}

section.s-block.s-block--fixed-banner.wide-placeholder .container,:hover {
    transition: transform 0.3s, box-shadow 0.3s;
}

@media (max-width: 991px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }
}

.mm-spn li {
    background: transparent;
}


/*products*/






/*footer*/
.footer-is-light .store-footer .store-footer__inner {
  border-radius: 0 0 40px 40px;
}
@media(max-width:768px) {
.footer-is-light .store-footer .store-footer__inner {
  margin:0;
  border-radius: 0 0 40px 40px;
}
}

.footer-is-light .store-footer {
margin: 20px 0 0 0;
background-color:var(--1)
}
.store-footer h3 {
color:#fff !important;
}

#contact-slot {
display: flex;
  justify-content: center;
  align-items: center;
}



@keyframes glowEffect {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.2), 
                    0 0 20px rgba(255, 255, 255, 0.3);
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 
                    0 0 40px rgba(255, 255, 255, 0.8);
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.2), 
                    0 0 20px rgba(255, 255, 255, 0.3);
        opacity: 0.7;
        transform: scale(1);
    }
}




.text-center::before {
    content: "برمجه وتطوير ADFAZ";
    display: block;
    text-align: center;
    background: var(--second-color);
    padding: 10px;
    color: #fff;
}

.banner-entry{
    width: 42vw;
    min-height: 100px;
}


.lazy__bg {
  background-size: 130% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}


.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}

@media(max-width:768px) {
.banner-entry {
  height: 230px !important;
  }
}
@media(min-width:991px) {
.banner-entry {
  height: 500px;
  }

  .lazy__bg {
    background-size: 150% auto !important;
  }

}
@media (min-width: 768px){
.two-row .banner-entry:first-child {
    height: auto !important;
}

}


/* animations */
.store-footer {
  position: relative;
  overflow: hidden;
  background: white;
}


@media(min-width:991px) {
.store-footer::before  {
  height: 410px;
}
.container.grid.grid-col-1 {
  background: transparent; 
}
}

@media(max-width:768px) {
.container.grid.grid-col-1 {

}
.lazy__bg {
    background-size: 100% 100%;
    background-size: cover !important;
    background-repeat: no-repeat!important;
}

}

@media(min-width:400px) {
.store-footer::before  {
  height: -72px;
}

}
@media(min-width:991px){
.banner-entry{
    width: 50vw;
    min-height: 400px;
}
}

@keyframes wave-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.banner--fixed img {
    background-color: transparent !important;
}

@media(max-width: 991px) {
.s-product-card-content-title a {
  display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;                  
}
}





.features-section h2 {
font-size: 2em;
  margin-bottom: 20px;
  color: black;
  background: var(--2);
  border-radius: 9rem 0rem 8rem 2rem;
  font-size: 20px !important;
  font-weight: 700;
  color: #fff;
  padding-right: 30px;
  text-align: center;
  padding-bottom: 10px;
  width: fit-content;
  margin: 0 auto 20px auto;
  padding-left: 30px;
}

.store-footer__inner::before {
  content: "";
  background: linear-gradient(180deg ,transparent 100%,#ffffff 94%), url(https://i.postimg.cc/jCV95d3P/1704084060680.png);
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  color: #ffffff !important;
  background-size: 418%;
  display: block;
  background-repeat: round;
  transform: rotate(180deg);
  height: 104px;
  margin: -40px -32px 1px 1px;
}

.store-footer__inner .container::before{
text-align: center;
  content: "";
  display: block;
  height: 90px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  background-image: var(--logo);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
    filter: brightness(0) invert(1);

  transition: 0.6s;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 10%;
}

@media(min-width:1020px) {
.store-footer__inner .container::before {
  height: 90px;
  width: 80px;
  top: -65px;
  left: -281px;
}
}
p.text-gray-400.mb-2\.5.md\:mb-0 {
  color: #fff !important;
}
.hover\:text-primary {
  color: #414042;
  color: #fff;
}
.store-footer h3 {

  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 2em;
  margin-bottom: 20px;
  color: black;
  background: var(--2);
  border-radius: 9rem 0rem 8rem 2rem;
  font-size: 20px !important;
  font-weight: 700;
  color: #fff;
  padding-right: 30px;
  text-align: center;
  padding-bottom: 10px;
  width: fit-content;
  margin: 0 auto 20px auto;
  padding-left: 30px;
}

#faq-section {
background-color: rgba(76, 89, 69, 0.14)!important;
  box-shadow: rgba(0, 0, 0, 0.36) 0px 4px 10px!important;
}

.footer-is-light .store-footer {
  background-color: var(--1);
}

  p.text-gray-400.mb-2\.5.md\:mb-0 a{
    color: #fff;
  }


/*حل مشكلة زر الفاتورة*/
.undefined.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-after {
  width: 200px;
}
.undefined.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-after i{
  left:5px;
}
.s-button-dark-link i {
  left:-25px;
  color:var(--1)
}

.undefined.s-button-element.s-button-btn.s-button-outline.s-button-small.s-button-primary-outline.s-button-loader-after  {
  width: 100px;
}
.undefined.s-button-element.s-button-btn.s-button-outline.s-button-small.s-button-primary-outline.s-button-loader-after  i{
  left: 7px;
}
h1.leading-6.text-lg {
background-image: linear-gradient(-225deg, #194244 0, #103338 29%, #103438 67%, #103438 100%);
}
.undefined.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-after {
  width: 200px;
}
.undefined.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-after i{
  left:5px;
}
.s-button-dark-link i {
  left:-25px;
  color:var(--1)
}

.undefined.s-button-element.s-button-btn.s-button-outline.s-button-small.s-button-primary-outline.s-button-loader-after  {
  width: 100px;
}
.undefined.s-button-element.s-button-btn.s-button-outline.s-button-small.s-button-primary-outline.s-button-loader-after  i{
  left: 7px;
}
#cart-submit .s-button-element {
color: #fff;
  width: 110px;
}
.cart  .features-section {
display:none;
}
.thanks-item {
color: #fff;}
.thank-you .s-button-text {
color: #fff;}
.thank-you .s-button-primary {
  width: 60px;
}
.customer-orders-single .undefined.s-button-element.s-button-btn.s-button-outline.s-button-small.s-button-primary-outline.s-button-loader-after {
  width: 88px;
  margin-left: 50px;
}
.customer-orders-single .hover\:text-primary {
  color: var(--color-primary);
}


.store-footer a, p {
  color: var(--1);
}


/*   اراء العملاء   */

         .slider-wrapper {
                width: 100%;
                overflow: hidden;
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                background: transparent;
                padding: 50px 0;
                margin-bottom: 50px;
            }
            .slider-title {
font-size: 2em;
  font-weight: bold !important;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
  background: var(--2);
  border-radius: 9rem 0rem 8rem 2rem;
  font-size: 20px !important;
  font-weight: 700;
  color: #fff;
  padding-right: 30px;
  text-align: center;
  padding-bottom: 10px;
  padding-left: 30px;
            }
            .review-container {
                display: flex;
                gap: 20px;
                transition: transform 0.5s ease-in-out;
                width: 90%;

            }
            .review {
  flex: 0 0 calc(28% - 20px);
                background: var(--1);
                padding: 20px;
                border-radius: 10px;
                text-align: center;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-height: 170px;
                position: relative;
                transition: transform 0.3s ease;
            }
            .review:hover {
                transform: scale(1.05);
            }
            .review img {
width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -46px;
            }
            .review p {
                color: white;
            }
            .review .name {
                font-weight: bold;
                color: white;
                margin-top: 10px;
            }
            .stars {
                color: gold;
                font-size: 18px;
                margin-bottom: 10px;
            }
            @media (max-width: 768px) {
                .review {
                    flex: 0 0 calc(64% - 20px);
                }
            }
            @media (max-width: 991px) {
                .review {
                    flex: 0 0 calc(64% - 20px);
                }
            }
            




@keyframes ShineAnimation
{
    0%
    {
      background-repeat: no-repeat;
      background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100% );
      background-position: -250px -250px;
      background-size: 600px 600px;
    }
    100%
    {
      background-repeat: no-repeat;
      background-position: 250px 250px;
    }
}

[dir=rtl] .rounded-be-xl {
    border-bottom-left-radius: 0.75rem;
    color:#ffffff!important;
    background: linear-gradient( to right, #2fdce4 20%, #ffffff 30%, #2fdce4 70%, #ffffff 80% );
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}


@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


/*------*/
.car {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('path/to/car-icon.png') no-repeat center;
  background-size: contain;
  color: red;
  pointer-events: none;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
  opacity: 1;
  z-index: 1000;
  transform: translate(-50%, -50%);
}
.s-user-menu-trigger {
background-color:transparent;
}
.s-product-card-entry {
  background-color: transparent;
}
.swiper-wrapper .s-button-element:not(:disabled):not([loading]) {
  background-color: var(--1);
}
@media (max-width: 991px) {
  .mm-spn li a span {
    padding:
0;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    border:
none;
  }
}
  salla-slider .slide--one-sixth {
    width: 150px !important;
    margin:0 5px;
  }
    .container {
    max-width: 100vw !important;
  }
  @media (max-width: 991px) {
  .s-products-slider-card {
    width: 55%!important;
  max-width: 215px!important;
  }
  salla-slider .slide--one-sixth {
  width: 120px !important;
  margin:
0 5px;
  padding:
5px 0 !important;
}
.s-product-card-price {
  left: 40%;}
}

.s-add-product-button-main .s-button-element:not(:disabled):not([loading]) {
  pointer-events: auto;
  border-color: var(--1);
  color: #fff;
  width: 100%;
  padding: auto;
}
.is-sticky-product-bar .sticky-product-bar {
z-index: 200;
}

.s-products-list-vertical-cards .s-button-element:not(:disabled):not([loading]) {
  pointer-events: auto;
  border-color:var(--color-primary);
  color: #fff !important;
  width: 38px;
  padding:5px 10px;
}

.form-select, .form-multiselect, .form-input {
  background-color: var(--color-primary);
  }
  .s-cart-summary-total {
  color: var(--color-primary-dark);
}

.s-product-card-image {
  position: relative;
}
.s-product-card-image::after {
content: "عرض لا يُفوت🔥";
  position: absolute;
  width: 43%;
  top: 0px;
  right: 0;
  background-color: #940D0D;
  border-radius:
5px 0 0 5px;
  padding-right: 3px;
  color: white;
  font-size: 12px;
      opacity: 0;

}

.s-products-slider-card:hover .s-product-card-image::after {
  animation: fadeInOut 2.5s ease-in-out infinite;
}
@keyframes fadeInOut {
  0% {    opacity: 1;
    transform: translateX(0);}
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media(min-width:991px) {
.s-product-card-image::after {
  width: 42%;
}}

@media (min-width: 991px) {
  .s-products-slider-card {
    width: 230px;
  }
}


.s-slider-block__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: flex;
  max-width: 1280px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
  .carousel-slider .s-slider-block__title-nav {
    display: flex;
    justify-content: space-between;
    width: 95vw !important;
    margin:
0;
  }
  .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}

.slide--cat-entry {
   border-color:
rgb(243, 244, 246);
  border-color:
rgb(101, 31, 130);
  --tw-bg-opacity: 1;
  background-color: var(--1);
  padding:0.75rem;
  color: aliceblue;
}
.slide--cat-entry i {
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 33px;
  color: #414042;
  color: var(--color-primary);
  text-transform: uppercase;
background-image: var(--linear);
  background-size: 200% auto;
  color: var(--three-color);
  background-clip: text;
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
  animation:textclip 4s linear infinite;
  display: inline-block;
}


salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
  padding-left: 0;

  padding-right: 10px;

}
salla-slider[type]:not(.hydrated) > div, salla-slider[type]:not(.hydrated) .swiper > div > div, .carousel-slider .swiper {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
}

.s-product-card-image::after {
  content: "عرض لا يُفوت🔥";

  position: absolute;

  width: 53%;

  top: 10px;

  right: 0;

  background-color: #940D0D;

  border-radius:
5px 0 0 5px;

  padding-right: 3px;

  color: white;

  font-size: 12px;

  opacity: 0;

}
  .s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    flex:
none;
  }
  
  @media(min-width:991px) {
  .s-product-card-content-title a {
  display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;                  
}

  


  .s-add-product-button-main .s-button-element:not(:disabled):not([loading]) {
  pointer-events: auto;
  border-color: var(--1);
  color: #fff;
  width: 100%;
  padding: auto;
  height: 40px;
}
.s-login-modal-titlem .s-login-modal-label {

  color: rgb(255, 255, 255);

}

/*دارك*/

#sub-total {
  color: black;
}
b {
    color: black;
}
.cart-submit-wrap .s-button-element {
  color: white;
}
.s-product-card-sale-price span {
    color: black;
}

.content--single-page {
    color: black;
}

/*  لون الخيارات الخاصة بالمنتجات*/ 
.rtl .form-select, .rtl select, [dir="rtl"] .form-select, [dir="rtl"] select {
  background-color: var(--1);
}

.s-quantity-input-input {
  color: black;
}
.rtl .form-select, .rtl select, [dir="rtl"] .form-select, [dir="rtl"] select {
  color: white;
}
.order-item span {
  color: black;
}
.s-button-text {
  color: white;
}

    color: black;
  }
  .s-orders-table-head-tr-th {

  color: black;
}
 .s-orders-table {
    color: #fff !important;
  }
  .article--main * {
      color: #fff !important;
  }
  .main-content i, .s-social-share-btn * {
  color:var(--1);
  }
  
  @media(min-width:991px) {
  .lazy__bg {
    background-size: 100% !important;
  }
  }
  .s-product-card-image {
    background-color: transparent;
  }
  .s-cart-summary-content * {
  color: #FFF;
}
.store-footer a, p {
  color: #FFF;
}
  .footer-is-light .store-footer {
  background-color: VAR(--1);
}
.s-block--categories {
background-color: #15023100;
  background-image: url("https://firebasestorage.googleapis.com/v0/b/file-upload-d8004.appspot.com/o/1746035895676-purple-gradient-abstract-background_969965-224894.avif?alt=media&token=2f6193c1-21d4-4c87-a51d-73de566092c9");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding:10px 2px;
}
.s-block--categories .swiper {
  padding-bottom: 0;
}
.store-footer__inner {
background-color: transparent !important;}

.product__description {
background-color: var(--1);
  padding:5px;
  border-radius:18px;
}

  .s-comments-product {
    display: none;
  }
 .s-block--categories .s-slider-block__title h2, .main-content h1, .s-block__title h2 {
  text-transform: uppercase;
  background-image: var(--linear);
  }
  .slide--cat-entry {
  height: 7rem;}
  .slide--cat-entry h2 {
  color: white;
}
.s-slider-block__title .s-slider-block__title-left {
  justify-content: center;
  flex-direction: column;
}

.s-contacts-icon {
background-color: var(--1) !important;
}

.content-entry p {
  color: #000 !important;
}
.store-footer__inner  a, p {
  color: #fff;
}
.s-button-light-outline {
  background-color: var(--1);
  color:#fff
}
.chat-message p {
  background-color: var(--1);

}


@media (max-width: 768px) {
  .lazy__bg {
    background-size: 110% !important;
    background-repeat: no-repeat !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-entry {
    width: 45vw !important;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .banner-entry {
    height: 390px !important;
  }
}
.lazy__bg {
  background-size: 130% !important;
  background-size: 120% !important;
  background-repeat: no-repeat !important;
}
.banner-entry {
  position: relative;
  height: 550px;
  }
  @media (min-width: 991px) {
  .banner-entry {
    width: 50vw;
    min-height: 650px;
  }
}
@media (min-width: 1400px) {
  .banner-entry {
    width: 50vw;
    min-height: 750px;
  }
}

@media (min-width: 991px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p {
  display: block;
}

/*  البـحـث  */ 

.bg-white.p-6.rounded.shadow.w-full.max-w-md.relative {
  top: -170px;
  background-color: var(--1);
  color: aliceblue;
  border: 2px solid white;
  border-radius: 46px;
}
.bg-white.p-6.rounded.shadow.w-full.max-w-md.relative button {
  color: aliceblue;
}
.header-btn {
  color: aliceblue;
  margin: 0 10px 0 0;
}
.header-search {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .banner-entry {
    height: 250px !important;
  }
}

@media (min-width: 991px) {
  .banner-entry {
    width: 50vw;
    min-height: 500px;
  }
}
.banner-entry {
  position: relative;
  height: 500px;
}

@media (min-width: 1400px) {
  .banner-entry {
    width: 50vw;
    min-height: 700px;
  }
}

swiper-wrapper {

  align-items: center;
  justify-content: center;
}