@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  transition: 0.5s;
  font-family: "Noto Kufi Arabic", sans-serif !important;  
}

:root {
  --g-one: #AA823C;
  --g-two: #AA823C;
  --h: #AA823C;
  --f: #AA823C;
  --filter: brightness(0) invert(1);
  --logo: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EZjDxD/NYhQTEvgFxJNpMVwa8TrKMwnjDayA564SWy45w7T.png");
  --img-back: url("");
  --col-back: #fff;
  --pr-back: #fff;
  --pr-color: var(--col-back);
  --linear-title: linear-gradient(-225deg,#000 0,var(--color-primary) 29%,#000 67%,#68111b 100%
  );
  --linear-2: linear-gradient(90deg, #AA823C, #AA823C); 
}

/* ------- looding animation ------- */ 


/* ============================= */ 
/* ---------- Header ----------- */ 
/* ============================= */ 

/* ------- الشريط المتحرك ------- */ 
  .store-features-bar {
    width: 100%;
background: var(--linear-2); 
    color: var(--h);
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    direction: ltr;
    position: relative;
    z-index: 9999;
    padding-inline: 20px;
  }

  .store-features-wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: scrollFeatures 120s linear infinite;
    will-change: transform;
  }

  .store-features-bar:hover .store-features-wrapper {
    animation-play-state: paused;
  }

  .store-feature-item {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    font-weight: bold;
    color: var(--h);
  }

  @keyframes scrollFeatures {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0%);
    }
  }

@media (max-width: 767px) {
    .store-features-bar {
      height: 39px;
    }

    .store-feature-item {
      font-size: 14px;
      margin-right: 20px;
    }
}
  
/* ------- شريط البحث ------- */ 
 .top-navbar {
 display:none;
 }
 header .sicon-search {
  color: var(--g-one);
}

@media(max-width:991px) {
header .sicon-search {
  color: #fff;
}
}
 
.bg-white.p-6.rounded.shadow.w-full.max-w-md.relative {
  top: -170px;
  background: var(--linear-2);
  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) {
.bg-white.p-6.rounded.shadow.w-full.max-w-md.relative {
  top: -240px;
  }
}



/* ============================= */ 
/* ---------- Body----------- */ 
/* ============================= */ 
/* 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: transparent !important;
}
.banner--fixed img {
  background-color: transparent !important;
}

/* ---------- dark mood----------- */ 
body.dark{

.flex-col {
  background-image: none;

}
.s-slider-block__title h2, .main-content h1, .s-block__title h2 {
  background-image: var(--linear);
  }
.stats-title {
  color: #fff;
}
.stats-subtitle {
  color: #fff;
  }
  .testimonial-title {
  color: #fff;
  margin-bottom: 0px !important;
}
 .s-contacts-icon {
    background-color: var(--f) !important;
  }

    
.gap-3 {
  background-color: var(col-back);
}


    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 {
 
}

 .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 ;
}



.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(--f) !important;
  }
    #faq-section h2 {
  color: #fff!important;
  }
 
  .s-contacts-icon {
  background-color: var(--color-primary) !important;
}

.stats-section h2 {
  color: #fff;
}



.main-content {
  background-color: #fff;
}
}



/* ============================= */ 
/* ---------- Banners----------- */ 
/* ============================= */ 

/* ------- جعل أول بانر أسفل الـ هيدر ------- */ 
.s-block:first-of-type {
  margin-top: -15px;
}
.s-block .container {
  max-width: 100vw;
  padding-right: 0;
  padding-left: 0;
}

/* ============================= */ 
/* ---------- banner entry ----------- */ 
/* ============================= */ 



@media(max-width:768px) {
.s-block--banners {
  margin-top: 0;
}
.lazy__bg {
  background-size: 100% !important;
}
.banner-entry {
  height: 120px;
}
.two-row .banner-entry:first-child {
  padding: 0.75rem !important;
}

.s-block--banners .md\:grid-cols-3{
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-entry {
  flex-grow: 1 ;
  overflow: inherit;
}


.banner-entry {
  height: 120px;
}
}



.sm\:gap-8 {
    gap: 0rem;
}



/* ============================= */ 
/* ---------- products ----------- */ 
/* ============================= */
 

/* ============================= */ 
/* ---------- footer----------- */ 
/* ============================= */
 .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;
}


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

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


.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%;
}


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

.s-contacts-item {

  justify-content: center;
}
.s-payments-list-item {
  background: white !important;
}
.s-payments-list-item img {
  background: white !important;
}
.store-footer::after {
	content: "برمجة وتطوير ADFAZ";
	top: 0;
	color: #000 !important;
	font-size: 16px;
	opacity: 0.8;
	text-align: center;
	font-weight: 700;
	width: 100%;
	display: inline-block;
}
.store-footer__inner a h3 {
  display: none;
}



@media (max-width: 640px) {
  .is-sticky-product-bar .sticky-product-bar {
    bottom: 0;
  }
}

.s-product-card-promotion-title {
  --tw-bg-opacity: 1;
  background-color: rgb(153, 27, 27);
  background-color: green;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-product-card-content-sub * {
  color:green;
}
.s-product-card-sale-price h4 {
  color: rgb(0, 128, 0) !important;
}
.s-product-card-vertical [class^="sicon-"], [class*=" sicon-"] {
  color: #008000;
}
.whatsapp-button {
  display: none !important;
}
.banner-entry {
  position: relative;
  height: 400px;
  }
@media (max-width: 768px) {
  .banner-entry {
    height: 220px;
  }
}

#photos-1-slider {
  background-color:green;
}




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

footer.store-footer * {
  color: black;
  text-align: center;
}
.footer-is-light .store-footer .store-footer__inner {
  background-color: white;
}
.store-footer .contact-social ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.text-gray-400.mb-2\.5.md\:mb-0 {
  color: #000 !important;
}
.s-block:first-of-type {
  margin-top: 0;
}
.s-product-card-sale-price span {
  color: inherit;
  color: red;
}

footer .max-w-sm.leading-6 {
  margin: 0 auto;
  padding-bottom: 25px;
}

.s-product-card-sale-price span {
  color: inherit;
  color: #926466;
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: #991b1b;
  color: #926466;
}

.product-single .main-content .text-gray-500 {
  color: #926466;
}
.product-single .main-content .text-red-800 {
  color: green;
}
.s-product-card-vertical [class^="sicon-"], [class*=" sicon-"] {
  color: #946769;
}
.s-product-card-promotion-title {
  --tw-bg-opacity: 1;
  background-color: rgb(153, 27, 27);
  background-color: #936567;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.s-product-card-content-sub * {
  color: #926466;
}