/* Add custom CSS styles below */ 
/* General start */

:root {
  --main-color: rgb(55, 204, 241);
  --second-color: #fafcff;
  --ss-color: #346297;
  --third-color: rgb(22, 67, 119);
  --text-color: #fffaf7;
  --back-color: #acb6c2;
  --black-color: #252424;
  --card-color: rgba(22, 67, 119, 0.6);
  --ff-color: rgba(55, 204, 241, 0.6);
}

.s-block--hero-slider .swiper-slide .overlay-bg:after {
   display:none;
}

.s-block--hero-slider .swiper-slide {
    height: 20rem;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #fff; 
}



 .s-block--hero-slider  {
 margin:100px;
 
 }
 .swiper-slide  .text-center{
 display:none;
 }

/* General End */

/* Body */
body {
  background-color: var(--second-color) !important;
}
body:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999999;
  background: transparent
    url(https://cdn.salla.sa/BraWbn/ONJpEdZ9rRenFa1KWhcJFt75xZpy5biLn8y8N0RL.png);
  left: 0;
  backdrop-filter: blur(3px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 320px;
  animation-name: fade-in;
  animation-duration: 2s;
  transform: scale(0);
  border: none;
}

@keyframes fade-in {
  0% {
    opacity: 0.5;
    transform: scale(0);
  }

  25% {
    opacity: 0.8;
    transform: scale(0.6);
  }

  50% {
    opacity: 1;
    transform: scale(1);
    rotate: 5deg;
  }
  90% {
    opacity: 0.6;
    transform: scale(0.5);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
    rotate: -5deg;
  }
}

/* Top page */

header.store-header:before {
  content: "";
  background: url(https://i.postimg.cc/NFhz323n/3x.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(--ff-color);
  background-position: center;
  margin-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;
  }
}

@media (max-width: 700px) {
  .s-search-input {
    width: 100% !important;
  }
}

.s-search-input {
  background-color: transparent !important;
  box-shadow: 0 2px 5px var(--back-color);
  border: 2px solid var(--third-color) !important;
  width: 100% !important;
  border-radius: 15px !important;
}

/* NavBar start */

#mainnav,
.bg-inherit {
  background-color: #fff;
  border-radius: 25px 25px 25px 25px;
  border-bottom: 1px solid var(--third-color) !important;
  border-top: 1px solid var(--main-color) !important;
  box-shadow: 0 2px 10px var(--back-color) !important;
}

.bg-inherit .container {
  border-radius: 25px;
}
.navbar-brand {
  scale: 1.3;
  animation-name: navlogo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes navlogo {
  0% {
    transform: translateX(0px);
  }

  25% {
    transform: translateX(5px);
    rotate: 2deg;
  }

  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-5px);
    rotate: -2deg;
  }

  100% {
    transform: translateX(0px);
    rotate: -5deg;
  }
}
.hydrated {
  color: var(--black-color);
}

.main-menu {
  color: var(--black-color);
  background-color: transparent !important;
}
.main-menu li:hover {
  color: var(--third-color);
  transition: 0.3s;
}
.main-menu li a span {
  color: var(--black-color) !important;
}
.main-menu li a span:hover {
  color: var(--third-color) !important;
  scale: 1.05;
  transition: 0.2s;
}

.mobile-menu {
  color: var(--black-color) !important;
  background-color: transparent !important;
}

.sicon-user-circle:hover::before {
  color: var(--main-color);
}
.s-cart-summary-total {
  color: var(--third-color) !important;
}
.sicon-menu {
  color: var(--third-color) !important;
}
.sicon-menu:hover {
  color: var(--main-color) !important;
  rotate: 360deg;
  transition: 0.2s;
}
.header-btn__icon {
  color: #164377;
  border: 2px solid #164377;
  border-radius: 15px 20px 20px 20px !important;
}

.header-btn__icon:hover {
  background-color: #164377 !important;
  color:#fff;
  transition: 0.4s;
  scale: 1.03;
}
.main-menu::after {
  font-size: 0rem;
  color: transparent;
  background-image: url(https://cdn.salla.sa/BraWbn/ONJpEdZ9rRenFa1KWhcJFt75xZpy5biLn8y8N0RL.png);
  background-size: 40%;
  background-repeat: no-repeat;
  scale: 0.8;
  line-height: 2;
  background-position: center;
  margin-bottom: 50px;
  margin-top: 20px;
  height: 180px !important;
  animation-name: foot;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.header-btn:hover {
  border: none;
  color: var(--main-color);
  transition: 0.3s;
  scale: 1.04;
}

.s-cart-summary-total {
  color: var(--third-color);
}
#mobile-menu {
  background: var(--third-color);
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: var(--second-color);
    background: var(--main-color);
  }
  .btn--close:hover {
    rotate: 360deg;
    scale: 1.1;
    transition: 0.3s;
  }
}
/* NavBar End */

/*قـــائمــة عنـــاصــــر*/

.square-photos {
  width: 48%;
  height: 200px;
  transition-duration: 0.5s;
  transition-property: scale;
  background: transparent;
}

.lazy__bg {
  scale: 1.7;
}
.square-photos:hover {
  scale: 1.07;
  transition: 0.4s;
}

.grid-flow-row {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 600px) {
  .grid-flow-row:nth-child(1) {
    height: 250px;
  }
  .square-photos {
    width: 48%;
    height: 250px;
    transition-duration: 0.5s;
    transition-property: scale;
    background: transparent;
  }
  .s-block--fixed-banner img {
    scale: 1.075 !important;
  }
  .lazy__bg {
    scale: 1;
  }
}

/* Banners */
.s-block--fixed-banner img {
  background: none;
  border-radius: 0px 0px 0px 0px;
  width: 100% !important;
  height: auto;
  display: block;
  scale: 1.06;
}

/* Title */
.s-slider-block__title-right h2 {
  font-size: 1rem;
  text-shadow: 1px 3px 3px var(--back-color) !important;
  color: var(--black-color);
}
.s-breadcrumb-wrapper {
  transform: translateY(0px);
  border: none !important;
}
.font-bold {
  color: var(--black-color);
  padding: 10px;
  border-right: 3px solid var(--third-color) !important;
  border-bottom: 1px solid var(--third-color) !important;
  border-radius: 0 10px 10px 0;
}
.s-slider-block__title {
}
.s-slider-block__title-right {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  background: linear-gradient(
    180deg,
    transparent,
    transparent,
    transparent,
    var(--ff-color),
    var(--card-color)
  ) !important;
  padding: 10px;
  width: auto;
  text-align: center !important;
  border-radius: 0 0px 10px 10px;
  box-shadow: 2px 1px 9px 0px var(--back-color) !important;
}

.s-slider-block__display-all {
  color: var(--black-color);
  background: linear-gradient(
    180deg,
    var(--card-color),
    var(--ff-color),
    transparent,
    transparent
  ) !important;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 2px -4px 9px 0px var(--back-color) !important;
}

.py-8 {
  background: transparent;
}
/* Card */

.swiper-wrapper {
  padding: 10px;
}
.s-product-card-entry {
  background: var(--card-color);
  height: 400px;
  color: var(--text-color);
  text-align: center !important;
  border-radius: 15px 30px 35px 35px;
  border: 2px solid var(--main-color);
  box-shadow: 0px 2px 5px var(--back-color);
}

.s-product-card-content-sub {
  display: grid;
  justify-content: center !important;
  align-items: center !important;
}

.s-product-card-content {
  text-align: center;
  display: grid;
}
.s-product-card-content .s-product-card-content-main {
  order: 2 !important;
}
.s-product-card-content .s-product-card-content-sub {
  order: 3 !important;
}
.s-product-card-content .s-product-card-price {
  order: 4 !important;
}
.s-product-card-content .s-product-card-content-footer {
  order: 5 !important;
}

.s-product-card-entry .s-product-card-image {
  border-radius: 15px 30px 60px 0px;
  scale: 1;
  width: 100%;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
  border: none !important;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--third-color) !important;
  padding: 5px;
  color: var(--main-color) !important;
  border-radius: 20px 20px 20px 20px !important;
  cursor: pointer;
}

.s-product-card-content-title a {
  color: var(--text-color);
}
.s-product-card-content-title a:hover {
  color: var(--text-color);
}

.s-product-card-entry:hover {
  background: transparent;
  box-shadow: 0px 2px 15px var(--back-color);
  transition: 0.5s;
  scale: 0.99;
  border: 2px solid var(--third-color);
  border-radius: 15px 30px 35px 35px;
  .s-product-card-image {
    border-radius: 15px 30px 70px 0px;
    scale: 0.99;
    transition: 0.5s;
    border: 1px solid var(--text-color);
    box-shadow: 0px 2px 4px var(--ss-color);
  }
}
.s-button-element {
  background: var(--third-color);
  border-radius: 10px 20px 25px 35px;
  border: 2px solid var(--main-color);
  color: var(--text-color);
  width: auto;
  box-shadow: 0px 2px 5px var(--card-color);
}

.s-button-element .sicon-shopping-bag {
  color: var(--main-color);
  font-weight: bold;
}
.s-button-element:hover {
  background: var(--main-color);
  border: 2px solid var(--third-color);
  color: var(--text-color);
  transition: 0.5s;
  scale: 1.01;
  box-shadow: 0px 2px 5px var(--ff-color);
  .sicon-shopping-bag {
    color: var(--third-color);
    font-weight: bold;
  }
}
/* Footer */
.footer-is-light .store-footer .store-footer__inner {
  --tw-bg-opacity: 1;
  background: transparent !important;
  color: var(--third-color);
  border-radius: 100px 100px 10px 10px;
  font-weight: 500;
  text-align: center;
  animation-name: shadow;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  scale: 0.93;
  box-shadow: 0 2px 15px var(--back-color) !important;
  border-right: 3px solid var(--main-color);
  border-left: 3px solid var(--third-color);
}

.footer-is-light .store-footer .store-footer__inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(to right, var(--third-color), var(--main-color));
}

/*
.footer-is-light .store-footer .store-footer__inner::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(
    45deg,
    var(--card-color),
    var(--back-color),
    var(--card-color)
  );
  background-size: 300% 300%;
  border-radius: inherit;
  animation: gradientBorder 5s infinite;
}

@keyframes gradientBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*/
.store-footer h3 {
  text-align: center !important;
  padding: 1rem;
  border-radius: 50px;

  color: var(--main-color);
  font-size: 1.4rem;
}

.store-footer h3:hover {
  color: var(--black-color);
  opacity: 1;
  cursor: pointer;
  transition: 0.5s;
}

a.flex.items-center.m-0 {
  display: flex;
  flex-direction: column;
}
.copyright-text a {
  color: var(--black-color) !important;
}
.s-payments-list {
  background: var(--third-color);
  padding: 10px;
  border-radius: 50px 50px 50px 50px;
}

.s-payments-list .s-payments-list-item img {
  box-shadow: 0 2px 6px var(--text-color) !important;
}
.store-footer a h3:nth-child(1) {
  font-size: 0rem;
  color: transparent;
  background-image: url(https://cdn.salla.sa/BraWbn/ONJpEdZ9rRenFa1KWhcJFt75xZpy5biLn8y8N0RL.png);
  background-size: 80%;
  background-repeat: no-repeat;
  scale: 4.4;
  line-height: 3;
  background-position: center;
  margin-bottom: 50px;
  margin-top: 10px;
  animation-name: foot;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
salla-apps-icons,
salla-apps-icons h3 {
  display: none;
}

@keyframes foot {
  0% {
    transform: scale(1.2);
  }
  5% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  65% {
    transform: scale(1.2);
  }
  95% {
    transform: scale(1);
  }
}
@media (min-width: 1024px) {
  .rtl\:lg\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 5rem;
    background: var(--card-color);
    background-repeat: no-repeat;
    background-size: contain;
    scale: 0.7;
    line-height: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.footer-list {
  color: var(--black-color);
}
.store-footer__inner .max-w-sm {
  color: var(--third-color);
}
.s-contacts-list {
  align-items: center !important;
}

.store-footer a {
  color: var(--third-color);
}
.store-footer a:hover {
  color: var(--black-color);
  opacity: 1;
  transform: scale(1.03);
  transition: 0.4s;
}

.footer-is-light .store-footer {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: var(--black-color);
  background: transparent;
  border-radius: 200px 200px 0 0;
}

.s-social-list {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-menu-footer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-contacts-list.s-contacts-list-vertical {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

span.unicode {
  display: none;
}

.footer-is-light .store-footer .contact-social {
  border: none;
}

.text-center::before {
  content: " برمجة و تطوير | ADFAZ";
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    var(--third-color),
    var(--back-color),
    var(--third-color)
  );
  -webkit-background-clip: text;
  color: transparent;
  padding: 8px 0 !important;
  display: inline-block;
  animation: colorChange 3s infinite;
  background-size: 200% 200%;
  text-shadow: none;
  border-radius: 5px;
}

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

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  color: #000;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0,  0,  0,  0.2);
}

section {
  opacity: 0;
  transform: translateY(50px); /* Slide up effect */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}





section.visible {
  opacity: 1;
  transform: translateY(0);
}