/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 


:root {
    --main-color:#95A67B ;
    --second-color:#12592B ;
    --three-color: #F2B544;
  
}
body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/EZeWDq/IfcM4274SWLAFvJwyUJPbYxs0NRhSytLb3DIKvJH.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: heartbeat;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;

    transform: scale(0);
    border: none;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
section {
    opacity: 0;
    transform: translateY(50px); /* Slide up effect */
    transition: opacity 1s ease, transform 1s ease;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    background: var(--main-color);
    border: var(--main-color) solid 2px;
    color: #fff
}

.s-contacts-icon svg {
  height: 0.875rem;
  width: 0.875rem;
  fill: currentColor;
  color: white;
}


body {
  background: linear-gradient(173deg, #fff, var(--main-color)),
              url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/DGQzQg/nCpmFzavDe4GyP3irWJUTnZw8gsGau772RYxFJQn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
 
   }



.salla-slider.details-slider .s-slider-container {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  width: 100%;  /* يجعل العرض مرن بنسبة 100% */
  max-width: 1300px;  /* تعيين أقصى عرض للعنصر */
  height: auto;  /* تعيين الارتفاع تلقائي بناءً على الصورة */
  object-fit: cover;  /* لضبط الصورة داخل العنصر بشكل مناسب */
  margin: 0 auto;  /* لتوسيط العنصر في المنتصف */
}

@media (max-width: 768px) {
  .salla-slider.details-slider .s-slider-container {
    width: 100%;  /* العرض 100% في الأجهزة الصغيرة */
    height: 200px;  /* ارتفاع مناسب للشاشات الصغيرة */
  }
}

@media (max-width: 480px) {
  .salla-slider.details-slider .s-slider-container {
    width: 100%;  /* العرض 100% في الهواتف المحمولة */
    height: 200px;  /* ارتفاع مناسب للموبايل */
  }
}

.top-navbar .s-search-input {
    border: none;
    background: linear-gradient(173deg, #fff, #95A67B);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color:#95A67B ;
    width: 100%;
    transition: box-shadow 300ms ease, transform 300ms ease;
}


.s-product-card-entry:hover {
  scale: 1.05;

}


.s-product-card-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  
  }
  
.s-product-card-image {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;


}
.s-products-slider-slider{
margin-bottom:50px;
margin-top:10px;}


.s-product-card-entry {
    background: linear-gradient(to left,var(--second-color),var(--second-color));
  
  border-radius: 20px;
  transition:0.2s ease-out;
   box-shadow: 3px 0 8px -2px ;
   margin-bottom:0px;
   
  
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: rgba(11, 22, 73, 0.5) !important;
  color: var(--third-color);
}

.s-product-card-vertical .s-product-card-image {
  position: relative;
  overflow: hidden;
border-radius:50%;
border-top-right-radius:20px;
border-top-left-radius:20px;


}

.s-product-card-content-main {
  text-align: center;
}
.s-product-card-content {
   background: linear-gradient(to left,var(--second-color),var(--second-color));
border-radius: 20px;
}

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

.s-product-card-content-sub {
  justify-content: center;
}
h4 {
  color: var(--third-color);
}
h4:hover {
  color: var(--second-color);
}
.s-product-card-content {
  padding: 0.75rem 0.75rem;
  justify-content: center;
  align-items: center;
}
.banner--fixed img{
background-color:var(--third-color);
    background-image: url(https://f.top4top.io/p_3074bje9i1.png);
}

.s-product-card-vertical {
  background: var(--main-color);
  animation: moveCard 3s infinite alternate;  /* إضافة الأنيميشن */
}

@keyframes moveCard {
  0% {
    transform: translateY(0);  /* البداية بدون حركة */
  }
  50% {
    transform: translateY(-10px);  /* تحريك العنصر للأعلى */
  }
  100% {
    transform: translateY(0);  /* العودة للمكان الأصلي */
  }
}


.s-button-outline {
  border-radius: 50px;
  border-color: var(--third-color);
}

.s-product-card-entry {
  background-color: var(--third-color);
}

.s-button-primary-outline {
  color: var(--main-color);
  background-color: var(--third-color);

  
}

.s-button-primary-outline:hover {
  background-color: var(--main-color);
  color: var(--thrid-color);
  border-color:var(--third-color);
  width:200px;
}





.bg-inherit {
    background: linear-gradient(173deg, #fff,#95A67B) ;
    transform: translate3d(0, 0, 0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px 0;
    border: 4px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}


@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding: .75rem;
        font-size:1.1rem;
        line-height: 1.25rem;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: 300ms;
        color: var(--second-color)
    }
}

.s-menu-topnav-list:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1rem;
  display: none;
}
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        display:flex;
        align-items: center;
        justify-content: space-between;
        font-size: .875rem;
        line-height: 1.25rem;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: 300ms;
        color: var(--thrid-color)
    }
}

.mm-spn.mm-spn--navbar.mm-spn--main a {
    cursor: default;
     background-color:var(--main-color)!important;;
    color: var(--second-color);
}

.mm-spn.mm-spn--navbar.mm-spn--main a:hover {
    cursor: default;
    background-color: var(--main-color) !important;
    color: var(--second-color)
}

.mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
   background-color: var(--main-color) !important;
}

[class*=" sicon-"],[class^=sicon-] {
    font-family: sallaicons!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: var(--main-color);
    -moz-osx-font-smoothing: grayscale
}

.s-block--photos-slider {
    margin-top: 0!important
}

.swiper {
    padding-left: 0!important
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: .5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}



.banner-entry {
    width: 52vw;
    min-height: 200px
}

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

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

@media only screen and (max-width: 600px) {
    .banner-entry {
        height:auto
    }
}

@media(min-width: 768px) {
    .two-row .banner-entry:first-child {
        height:auto!important
    }
}
.s-slider-block__title{
background-color : var(--main-color);
border-radius : 10px;
padding: 10px;
}
.s-slider-block__display-all  {
padding : 8px 12px ;
box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5); 
border-radius : 5px ;
transition : .3s ; }
.s-slider-block__display-all:hover  {
background-color : black ;
color : white !important ;
}
.s-slider-block__title-right {
padding : 10px 5px  ;
background-color : white ; 
border-radius : 5px ; }

.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: .375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    -o-object-fit: cover;
    object-fit: cover;
    background: var(--body-color)
}

.flex-col {
    background: var(--body-color);
    background-size: contain
}

.lazy__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 500ms;
    background-color: var(--body-color)
}





.sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: var(--body-color)
}

salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0;
    padding-bottom: 0
}

.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: var(--main-color)
}

[class*=" sicon-"],[class^=sicon-] {
    font-family: sallaicons!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color:var(--main-color);
    -moz-osx-font-smoothing: grayscale
}

.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: .625rem;
    color: var(--main-color)
}


.mm-spn.mm-spn--navbar.mm-spn--main a :before {
    text-align: center;
    content: "";
    display: block;
    height: 50px;
    width: 80px;
    margin: auto auto 0;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}



.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: .375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    -o-object-fit: cover;
    object-fit: cover;
    background: 0 0
}

.main-nav-container {
    min-height: 68px;
    background: 0 0
}


.s-contacts-icon svg {
  height: 0.875rem;
  width: 0.875rem;
  fill: currentColor;
  color: white;
}
.s-block--features__item .feature-icon {
    margin-bottom: .75rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    background-color: var(--second-color);
    animation: fadeInOut 2s infinite alternate ease-in-out;
}

.s-block--features__item .feature-icon i {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: var(--main-color);
}

.s-block--features__item {
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    border-radius: .375rem;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 500ms;
    background: 0 0;
}

/* حركة الاختفاء والظهور */
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.store-footer h3 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    background-color: #95A67B; /* الخلفية */
    padding: 0.5rem;
    border-radius: 8px;
    color: white;
    animation: pulseAnimation 2s infinite ease-in-out; /* إضافة الحركة المستمرة */
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1); /* الحجم الطبيعي */
        background-color: #95A67B; /* اللون الأصلي للخلفية */
    }
    50% {
        transform: scale(1.1); /* تكبير الحجم بنسبة 10% */
        background-color: #7E8F62; /* تغيير اللون */
    }
    100% {
        transform: scale(1); /* العودة إلى الحجم الطبيعي */
        background-color: #95A67B; /* العودة إلى اللون الأصلي */
    }
}


.footer-is-light .store-footer .store-footer__inner {
    background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
    background-size: 400% 400%;
    animation: gradientBackground 15s ease infinite;
    color: var(--text-color);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1); /* Box shadow for a raised effect */
    overflow: hidden;
    background-image: url('');
    border: 3px solid var(--main-color); /* Border around the element */
}

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

.s-menu-footer-item {
	margin-bottom: 1.25rem;
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	line-height: 1;
	color: #fff;
}
/* Footer outer */
.footer-is-light .store-footer {
    background: linear-gradient(135deg, var(--main-color), var(--second-color));
    color: var(--text-color);
    padding: 20px 25px;
    border-top: 3px solid var(--second-color);
    position: relative;
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 4px 12px var(--shadow-color);
}

/* Social media icons with animation and tooltip */
.footer-is-light .social-icons a {
    color: var(--main-color);
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-is-light .social-icons a:hover {
    color: var(--main-color);
    transform: translateY(-5px);
}

.footer-is-light .social-icons a::after {
    background: rgba(0, 0, 0, 0.8);
    color: var(--main-color);
}

/* Footer links hover effect */
.footer-is-light .store-footer__links a {
    color: var(--main-color);
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-is-light .store-footer__links a:hover {
    color: var(--main-color);
    text-shadow: 0 0 5px var(--main-color);
}

/* Neon text effect */
.footer-is-light .footer-title {
    color: var(--main-color);
    text-shadow: 
        0 0 5px var(--main-color), 
        0 0 10px var(--main-color), 
        0 0 20px var(--second-color), 
        0 0 30px var(--second-color), 
        0 0 40px var(--second-color), 
        0 0 50px var(--second-color), 
        0 0 60px var(--second-color);
}

/* Wave separator */
.footer-is-light .wave {
    background: var(--thrid-color);
}
.text-center::before {
  content: "برمجه وتطوير ADFAZ";
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 1.2rem;
}
.copyright-text p {
   
    color: rgb(255 255 255);
}
/* Back-to-top button */
.back-to-top {
    background: var(--main-color);
    color: var(--main-color);
}

.back-to-top:hover {
    background: var(--main-color);
}

/* Scrollbar */
.footer-is-light .store-footer::-webkit-scrollbar-track {
    background: var(--scrollbar-track-color);
}

.footer-is-light .store-footer::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb-color);
    border: 3px solid var(--scrollbar-track-color);
}
@keyframes moveUpDown {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}
@keyframes bounceIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

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

.footer-is-light .store-footer .store-footer__inner {
    animation: gradientBackground 15s ease infinite;
}
.leading-6 {
    line-height: 1.5rem;
    color:#fff;
}