*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #b0daf2;
}
body{
  background-color: rgb(243, 244, 246);
}
body:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999999;
  background: white url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ZYnYKz/rRrhXX50iIi244RrLld4cN6pT0uvDoJzvyDG4lKZ.png);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
  animation-name: fade-in;
  animation-duration: 1.5s;
  transform: scale(0);
  border: none
}
@keyframes fade-in {
  0% {
      opacity: 1;
      transform: scale(1)
  }

  75% {
      opacity: 1;
      transform: scale(1)
  }

  100% {
      opacity: 0;
      transform: scale(.1)
  }
}
.navbar-brand img {
max-height: 70px!important;
}
.s-cart-summary-total {
  color: #b0daf2;
}
.s-button-primary {
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  color: #b0daf2;
}
[class^="sicon-"], [class*=" sicon-"] {
  color: #b0daf2;
}
.text-center::before {
  content: "برمجه وتطوير ADFAZ";
  display: block;
  text-align: center;
  background: rgb(243, 244, 246);
  padding: 10px;
  color: #b0daf2;
}
.s-slider-block__title {
color: rgb(88, 25, 96) ;
display: flex;
align-items: center;
justify-content: center;
}
.s-slider-block__title h2{
color: rgb(88, 25, 96) ;
display: flex;
align-items: center;
justify-content: center;
}
.gap-3 {

  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media (min-width: 1024px) {
.md\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
} 
  .banner-entry {
  height: 400px;
width: 300px;
margin:auto;
}
.gap-3 {
gap: 1rem;
}
.s-products-slider-card {
  width: 100%;
  max-width: 320px;
}

.mm-spn li a span{
color:rgb (88 , 25 , 96);
}
#mobile-menu {

color:rgb (88 , 25 , 96);
}
}