:root {
  --main-color:#dbb6b3	;
  --second-color:#ffffff;
  --third-color:#f7c5ad;
  --fourth-color:#dbb6b3;
  --fifth-color:#cc9895;
  --six-color:#e0cfbb;
  --seven-color:#be7b77;

}

/* General End */
.s-contacts-header{color:var(--third-color)}
.navbar-brand{
  animation: pulse .5s infinite; 

}
body{ background-color: var(--fourth-color)!important;}

body:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999999;
  background: var(--fourth-color)
    url(https://cdn.salla.sa/NOgNG/tcHnjdwQmATqnw9zho2ins9A6B9WAKRHQDXwR8T4.png);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 360px;
  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(0.1);
  }
}

/* NavBar start */
.inner.bg-inherit {
background:transparent;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(7px);
}
.s-menu-topnav-list{color:var(--second-color)}
.s-search-input::placeholder{color:var(--fourth-color);
}
.sicon-menu:before{color:black;!important}
.s-contacts-topnav-link:last-child:where([dir=rtl],[dir=rtl] *) {
    border-width: 0;
    padding-left: 0;
    color: var(--third-color);
}


#mainnav {

 background:transparent;
}

#mobile-menu {
  background:transparent;
  color:var(--third-color);
}

.text-primary {
  color: var(--main-color);
}
.main-menu a {
  color: black;
}
.main-menu li > a:hover {
  color:black;
  transform: translateY(-15%);
}

.mm-spn.mm-spn--light {
  color: var(--main-color);
}

.sicon-user-circle:hover::before {
  color: black;
}

.header-btn__icon {
  border: none;
  color:black;
}
.header-btn__icon:hover {
  color: black;
}

.s-cart-summary-total {
  color:black;
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: var(--main-color);
    background: var(--main-color);
  }
}

/* NavBar End */

/* Sections Strat */
.swiper-pagination {
    display: none;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color);
}

.square-photos {
background:transparent;
    width: 35%;
     animation: shake 2.5s; 
  animation-iteration-count: infinite;
    transition-duration:1s;
    transition-property: scale;
    border-radius: 30px;
    height: 250px
}

.square-photos:hover {
    scale: 1.07;
    box-shadow: 0 3px 6px 0 rgba(102, 15, 86, 0.333), 0 6px 20px 0 rgba(190, 78, 169, 0.262);

    border-radius: 30px;


}

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

.banner-entry h3.text-with-border {
    border: none;
}

.s-block--banners container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.slide--cat-entry h4 {
    color: var(--second-color);
}

.s-slider-block__title {
    color: var(--main-color);
}

.s-block__title {
    color: var(--main-color);
}


/* Sections End */

/* Product start */


.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: var(--main-color) solid 1px !important;

}

.s-product-card-price {
    font-size: 16px;
    color: black;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: var(--second-color) !important;
    color: var(--second-color);
}

strong {
    color: black !important;
}

small {
    color: var(--main-color) !important;
}

.s-button-primary {
    background-color: var(--main-color) !important;
    color: var(--second-color) !important;
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: transparent !important;
}

.product__description {
    color: var(--main-color) !important;
}

.s-product-card-content-main {
    text-align: center;

}

.s-product-card-content {
    background-color: transparent !important;
    color: var(--main-color) !important;

}

.s-product-card-content-title a {
    color: black;
}
.s-product-card-content-title a:hover {
    color: black;
}
.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content {
    padding: .75rem .75rem;
    justify-content: center;
    align-items: center;
}

.s-product-card-content-footer {
    background-color: var(--main-color) !important;
    color: var(--main-color);

    border-radius: 20px;
}

.s-button-outline {
    border-radius: 50px;
    border-color: transparent;
}

.s-product-card-entry {
background: linear-gradient(to right,var(--six-color), var(--six-color), var(--six-color));


  width: 100%;
  height: 200px; /* Adjust the height as needed */
    padding: 10px;
    margin: 5px;
    border-radius: 20px;
    transition: background 0.3s, transform 0.5s, box-shadow 0.3s;
    height: 430px;
}

.s-product-card-entry:hover {
  animation: pulse .5s infinite; 
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.s-button-primary-outline:hover {
    color: var(--second-color);
    background-color: var(--third-color);
}
.s-button-primary-outline {
    color: black;
    background-color: var(--second-color);
}

.sicon-shipping:hover {
    color: var(--third-color);
}


.sicon-shipping-fast {
    animation: move 2s infinite linear;
    color: red !important;

}


@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(20px);
    }
}




.sicon-check-circle {
    animation: pulse 1s infinite linear;
    color: red !important;
}

@keyframes pulse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sicon-headphones {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
    }

    50% {
        transform: scale(1.1);

    }

    100% {
        transform: scale(1);

    }
}


.s-block--features__item .feature-icon i,
p,
h2 {
    color:black!important;
    font-size: 15px !important;
    padding: 5px;

}

.s-block--features__item {
    background-color: transparent !important;
    font-size: 30px !important;
    color: #CF5D8F !important;
    transition-duration: 0.4s;
    transition-property: scale;
    border-radius: 30px;
    width: 80%
}
 h2{  

   margin: 50px 0  !important ;
  padding: 30px  !important; 
  background-color: var(--second-color)  !important; 
  border: 2px solid #ccc  !important; 
  border-radius: 10px  !important; 
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1)  !important; 
  text-transform: uppercase  !important; 
  letter-spacing: 1px  !important;   }
}
background: linear-gradient(135deg, #501E61, #8B277a, #f2d0b3);
/* Product End */
#featured-products-style2-11 {
    background-color: transparent !important;
}

/* Footer Start */

.store-footer {
background: linear-gradient(to right, var(--seven-color), var(--fifth-color));


  padding: 40px 20px;
  font-size: 14px;
  border-top-left-radius: 125px;
  border-top-right-radius: 125px;
  text-align: center;
  color: var(--third-color);
  position: relative;
  overflow: hidden;
}

.footer-is-light .store-footer .store-footer__inner {
  background-color: transparent;
}

.store-footer__inner {
  background-color: transparent !important;
  text-align: center;
  margin: auto;
}

.store-footer__inner .flex {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.store-footer__inner .max-w-sm {
  margin: auto;
  color: black;
}
.s-menu-footer-list a:hover{color:black;}
.store-footer h3 {
  background-color: var(--main-color);; 
  color: black;
  font-size: 1.3rem; /* Maintaining original font size */
  padding: 10px 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.s-contacts-list {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.store-footer h3:hover {

  transform: scale(1.1);
}

.store-footer p {
  color: black !important;
  font-size: 1rem;
  margin: 30px 0;
  line-height: 1.6;
  transition: transform 0.3s ease;
}

.store-footer p:hover {
  transform: translateY(-5px);
}

.store-footer a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
}

.store-footer a:hthirdover {
  color: black;
  text-shadow: 0 0 5px var(--second-color);
  transform: scale(1.1);
}

.store-footer i {
  color: var(--third-color);
  border-color: var(--main-color);
  margin: 0 5px;
  transition: transform 0.3s ease;
}

.store-footer i:hover {
  transform: rotate(360deg);
}

.store-footer::after {
  content: "برمجة وتطوير ADFAZ";
  position: relative;
  top: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  color: var(--third-color) !important;
  margin-top: 20px;
}

.copyright-text p {
  color: var(--main-color);
  font-size: 12px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .store-footer {
    padding: 30px 10px;
  }

  .store-footer h3 {
    font-size: 1.3rem;
  }

  .store-footer p {
    font-size: 0.9rem;
  }

  .store-footer::after {
    font-size: 14px;
  }
  .lazy__bg{
  height:70% !important}
}

@media only screen and (max-width: 600px) {
    .store-footer h3 {
        font-size: 15px !important;

    }

    .gap-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .s-menu-topnav-list {
        padding: 0;
        box-shadow: none;
    }
}

.copyright-text p {
    color: white !important;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.store-footer::after {
    animation: shake 3s infinite;
    content: "برمجة وتطوير   ADFAZ" !important;
    top: 0px;
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    color: var(--main-color)!important;
    padding: 10px;
    background-color: var(--second-color);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

  .rtl\:lg\:pl-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
  }


@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.s-contacts-icon {
    border-color: 1px solid var(--main-color) !important;
}

@media only screen and (max-width: 600px) {
    .store-footer__inner h3 {
        font-size: 14px !important;
    }

    .s-product-card-entry {
        height: 390px;
    }

    .square-photos {
        width: 100%;
        transition-duration: 0.5s;
        transition-property: scale;
        border-radius: 30px;
        height: 220px;

    }
}


.s-contacts-title a:hover {
    color: black !important;
}

.grid-col-1 {
    flex-direction: column;

}

label {
    color: var(--main-color);
}

.store-footer h3:hover {
    opacity: 1;
    coursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(109, 106, 32, 0.373), 0 6px 20px 0 rgba(156, 156, 29, 0.411);
    border-radius: 10%
}
 animation: shake 1.5s; 
  animation-iteration-count: infinite;
button:hover {
    color: var(--second-color) !important;
    background-color: var(--main-color) !important;
}

#wa-widget-send-button {
    display: none !important;
}

.content--single-page {
    color: var(--main-color) !important;
}

.content--single-page {
    background-color: transparent !important;
}
.banner--fixed img {
  background-color: transparent !important;
  animation: pulse 1s infinite; 
}


@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.s-slider-block__display-all{color:var(--second-color)!important;}
 background: var(--main-color)!important;}
 .s-button-text{
 color:black;!important}