/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
body.dark-mode *,.dark-mode div * {
    color: #fff !important;
    border-color: rgb(42 42 42);
}

body.dark-mode .bg-white,.dark-mode .s-comments-product,.dark-mode .tamara-product-widget, .dark-mode .spotii-wrapper,
.dark-mode #tabbyPromoWrapper {
    border-color: rgb(42 42 42)  !important;  background-color: #000000 !important;
}

.dark-mode .s-filters-widget-container,body.dark-mode .slide--cat-entry, body.dark-mode .s-product-card-entry, body.dark-mode .s-block--features__item, .dark-mode .brand-item , .dark-mode .s-reviews-testimonial, .dark-mode .store-footer {
    color: #fff !important;
    background-color: none
}

.dark-mode .form-input,.dark-mode .s-price-range-number-input,.dark-mode .bg-gray-100,.dark-mode .s-modal-body {
    color: #fff !important;
    border-color: #000000;
    background-color: none;
}

.dark-mode .s-button-primary-outline {
    background-color: #000000
}

.dark-mode .store-footer__inner, .dark-mode .s-button-light-outline,.dark-mode .s-login-modal-input {
    background-color: #000000 !important;
    color: #fff;
}

.dark-mode .s-modal-close {
    background-color: transparent !important;
}

@media only screen and (min-width: 1024px) {
    .dark-mode .main-menu li>a {
        background-color: #000000
    }

    .dark-mode .main-menu .has-children li a:hover, .dark-mode .main-menu .has-children .has-children:hover>a {
        color: #f7eeff;
        color: var(--color-primary);
        background-color: #000000;
    }
}

.dark-mode .s-modal-body * {
    color: #f7eeff !important;
}
.dark-mode .s-button-element {
    padding: 10px 20px;
    background: linear-gradient(to left, #3C3D37, #000000);
    color: #2c3830;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease, transform 0.3s ease;
    
    border-radius: 0px 50px 50px 0px;
}

.dark-mode {
    --color-primary: #000000;
    --color-primary-dark: #000000;
    --color-primary-light: #000000;
    --color-primary-reverse: #3C3D37;
     --1: #000000;
     --4: #000000;
     --5: #3C3D37;
}
/* Add custom CSS styles below */ 
.s-product-card-fit-height {
    display: flex; /* Enable flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Ensure parent container height is set */
      border: none;
  background:none;
}
.s-product-card-fit-height .s-product-card-image {
    height: 15rem;
    max-height: 15rem;
    width: 15rem;
    object-fit: cover;
    box-shadow: 1px 2px 8px var(--color-primary);
  border-radius: 5px;
}



@media (max-width: 768px) {
    .s-product-card-fit-height {
        height: auto; /* Adjust height for mobile screens */
    }

    .s-product-card-fit-height .s-product-card-image {
        height: 10rem;
        width: 10rem; /* Smaller size for mobile */
    }
}
.s-product-card-fit-height .s-product-card-image:hover {
     height: 15rem;
    max-height: 15rem;
    width: 15rem; /* Ensure width equals height for a perfect circle */
    border-radius:50%;/* Make the shape a circle */
    object-fit: cover; /* Ensures image fits within the circle */
     box-shadow: 1px 2px 8px var(--4);
}
@media (max-width: 768px) {
    .s-product-card-fit-height:hover {
        height: auto; /* Adjust height for mobile screens */
    }

    .s-product-card-fit-height .s-product-card-image:hover {
        height: 10rem;
        width: 10rem; /* Smaller size for mobile */
    }
}
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.unicode {
    unicode-bidi: plaintext;
    display: none;
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for color and movement */
}

.unicode:hover {
    transform: translateY(-5px); /* Slightly move up when hovered */
    color: #ff6347; /* Change color to tomato on hover */
}
@keyframes colorPulse {
    0% {
        color: var(--color-primary-reverse);
    }
    50% {
        color: var(--color-primary);
    }
    100% {
        color: var(--color-primary-reverse);
    }
}

.sicon-menu:before {
    animation: colorPulse 3s infinite;
}

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

.s-cart-summary-total {
    font-weight: 600;
    background: linear-gradient(90deg, var(--color-primary), var(--color-primary-dark), var(--color-primary));
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 3s infinite;
}

/* Add custom CSS styles below */ 
 .lazy__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 75%;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}  /* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.top-navbar .s-search-input {
  border-style: none;
  background: linear-gradient(to bottom, var(--1), var(--color-primary-dark));
  color:var(--color-primary);
}

.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
  border-width: 0px;
  padding-left: 0px;
  color: var(--color-primary);
}
:root {
    --color-primary: #b3681d;
    --color-primary-dark: #b3681d;
    --color-primary-light: #fddfb4;
    --color-primary-reverse: #ffffff;
    --1: #fff;
    --4: #fcd194;
    --5:#efebe4;
}
.navbar-brand {
    animation: tada 5s infinite;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.s-product-card-entry img {
    transition: transform 1s ease;
}

.s-product-card-entry:hover img {
    transform: scale(1.2);
}

.s-comments-product {
    margin-bottom: 0rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    padding-top:0rem;
    padding-bottom: 0rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 80px;
}
.navbar-brand img {
  max-height: 5rem;
  width: auto;
  max-width: 100px;
}
.s-block {
    margin-top: 2rem;
     background:none;
}
body{background:var(--5) url(https://cdn.salla.sa/form-builder/1G9KYVqqYC7k9Zuqj37tMZlTv51A0y0gToGe3WRB.png);
  background-attachment: fixed;
  background-size: cover;
}
body {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #231f1e;
  color: var(--color-primary);
}
.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--1) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ydyNNR/iwWB8uyr7TO1qhabWnIUhQFdQVIII6YJq35K6Be5.png);
    position: fixed;
    top: 0;
    z-index: 99999999999999999 !important;
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    bottom: 0;
    left: 0;
    right: 0;

}

@keyframes logobg {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

/*مميزات المتجر*/
.s-block--features__item .feature-icon {
background-color :var(--color-primary-reverse);
}
.s-block--features__item .feature-icon i{
 color : var(--color-primary-light);
 background-color :var(--color-primary-reverse);
 }
 .s-block--features__item{
 background: none;
 }
@media (min-width: 640px) {
    .s-block {
        margin-top: 0;
    }
}

header.store-header .inner.bg-inherit {
    background: var(--1);
}

.mm-spn.mm-spn--light,.s-slider-nav-arrow,.top-navbar {
    background: var(--2);
    background: linear-gradient(to top, var(--1), var(--4)) !important;
    color: #000000;
}

.footer-is-light .store-footer .store-footer__inner,.footer-is-light .store-footer{
     background: var(--2);
    background: linear-gradient(to bottom, transparent, var(--color-primary-light)) !important;
    color: #000000;
}

i.sicon-menu.text-primary.text-2xl.rtl\:ml-2\.5.ltr\:mr-2\.5,button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center,.main-menu li>a,a.topnav-link-item.right-side,.header-btn__icon,.topnav-link-item,.s-cart-summary-total,.store-footer h3,p.max-w-sm.leading-6.mb-6,p.text-sm.text-text-grey.mb-1,b.text-sm,.store-footer a {
    color: #000000;
}

.main-menu .has-children li a, .main-menu .has-children .has-children:hover>a {
    color: var(--1);
}

.main-menu > .has-children:hover > a,
.main-menu li > a:hover {
    color: #b3681d;
    transform: translateY(-2px) rotate(-3deg); /* Adds upward movement and a slight rotation */
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for both color and movement */
}


.s-slider-nav-arrow svg {
    fill: #fff;
}

@media only screen and (max-width: 900px) {
    a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none,.store-footer .contact-social ul,a.flex.items-center.m-0,.flex.rtl\:space-x-reverse.space-x-2.items-end,.store-footer__inner {
        text-align: center;
        justify-content: center;
    }
}

.s-block.s-block--banners > .grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.s-block.s-block--banners > .grid .banner-entry {
    padding-top: 0%;
}

.two-row .banner-entry:first-child {
    grid-column: auto;
    grid-row: auto;
}

.s-block.s-block--banners:nth-of-type(19) {
    margin-bottom: 1rem;
}
.s-block.s-block--banners > .grid .banner-entry {
    height: 20rem;
    background:none;
}


@media (max-width: 991px) {
    .s-block.s-block--banners > .grid {
        grid-template-columns: 1fr 1fr;
    }

    .s-block.s-block--banners:nth-of-type(19) > .grid .banner-entry:last-child, .s-block.s-block--banners:nth-of-type(21) > .grid .banner-entry:last-child, .s-block.s-block--banners:nth-of-type(22) > .grid .banner-entry:last-child {
        grid-column: 1 / 3;
    }

    .s-block.s-block--banners > .grid .banner-entry {
        height: 234px;
    }
}

.s-button-element {
    padding: 10px 20px;
    background: linear-gradient(to left, #f1bc78, #efebe4);
    color: #000000;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease, transform 0.3s ease;
    
    border-radius: 0px 50px 50px 0px;
}
.s-button-element::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.s-button-element:hover {
 background: linear-gradient(to bottom, #ea562a, #f3911c);
    color: #fff; /* Change text color to white on hover */
    transform: scale(1.1); /* Scale up the button on hover */
     box-shadow: 0 0 15px var(--4);
    border-radius: 10px 30px 10px 30px;
}

.s-button-element:hover::before {
    opacity: 1; /* Show overlay on hover */
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


@media (min-width: 750px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative;
        margin-left: 0rem;
        margin-right: 0rem;
        height: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    section:nth-of-type(1).s-block.s-block--photos-slider {
        margin-top: 0rem;
    }
}

@media (max-width: 991px) {
    salla-slider.photos-slider .swiper {
        padding-left: 0 !important;
    }

    salla-slider.photos-slider .swiper-slide {
        border-radius: 0px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

/* ألبنر العريض بكل الشاشة */
section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container:hover,.lazy__bg.lazy.entered.loaded:hover {
    transform: translateY(-8px);
}

section.s-block.s-block--fixed-banner.wide-placeholder .container,:hover {
    transition: transform 0.3s, box-shadow 0.3s;
}

@media (max-width: 991px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }
}

.mm-spn li {
    background: transparent;
}

/* البانرات*/
@keyframes flipInFromRight {
    0% {
        transform: rotateX(-180deg); /* Start flipped from the right */
        opacity: 0; /* Fully transparent */
    }
    100% {
        transform: rotateX(0deg); /* Normal position */
        opacity: 1; /* Fully visible */
    }
}

.banner-entry {
    opacity: 0; /* Hidden initially */
    transform: rotateX(-180deg); /* Initial position */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.banner-entry.visible {
    animation: flipInFromRight 1.5s ease-out;
    opacity: 1;
    transform: rotateX(0deg); /* Reset to normal position */
}

@keyframes slideUp {
    0% {
        transform: translateY(50px); /* Start below */
        opacity: 0; /* Fully transparent */
    }
    100% {
        transform: translateY(0); /* Normal position */
        opacity: 1; /* Fully visible */
    }
}
.banner--fixed img {
    opacity: 0; /* Hidden initially */
    transform: translateY(50px); /* Initial position */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.banner--fixed img.visible {
    animation: slideUp 1.5s ease-out;
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Reset to normal position */
}

.banner--fixed img{
background:none;

}
.banner--fixed img {
    transition: transform 0.5s ease-in-out;
}

.banner--fixed img:hover {
    transform: scale(1.05);
}

.icons ::before{
content:"ADFAZ برمجةوتطوير ادفاز";
top:0;

font-size:16px;

}
.s-block--features__item p {
  color: #151515 !important;
}
@keyframes textBlink {
    0%, 100% {
        color: #347928;
    }
    50% {
        color: #d4b2a2;
    }
}

.s-contacts-list > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}
.s-contacts-list > div:nth-child(2) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}
.s-contacts-list > div:nth-child(3) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}
.s-contacts-list > div:nth-child(4) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}
.s-contacts-list > div:nth-child(5) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}
.store-footer::after{
content:"برمجةوتطويرADFAZ";
top:0;
color:var(--color-primary-light)!important;
font-size:16px;
opacity:0.5;

}
.flex.mb-6,
.md\:flex,
.s-product-card-content-sub,
.store-footer a,
.s-product-card-content-title a,
.store-footer .contact-social ul,
.footer-is-light .store-footer .store-footer__inner {
    text-align: center !important;
    justify-content: center !important;
}
.store-footer::after {
    content: "برمجةوتطويرADFAZ";
    top: 0;
    color: transparent; /* Make the text color transparent for gradient */
    font-size: 20px; /* Adjust font size */
    font-family: 'Arial', cursive; /* Changed to 'Pacifico' font */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.9; /* Adjust opacity for visibility */
    text-align: center;
    background: linear-gradient(to right, var(--color-primary), var(--color-primary-reverse)); /* Gradient color */
    -webkit-background-clip: text; /* Clips the background to the text */
    -webkit-text-fill-color: transparent; /* Makes text transparent so the gradient shows */
    animation: moveText 3s ease-in-out infinite, pulseText 1.5s ease-in-out infinite; /* Added additional pulse effect */
    color: linear-gradient(to left, var(--color-primary), var(--color-primary-reverse));

    padding: 12px 25px; /* Padding around the text */
    width: auto; /* Makes the width auto to fit content */
    border-radius: 8px; /* Optional: rounded corners for the background */
    margin-top: 10px; /* Adds some space at the top */
     animation: color 1200ms linear infinite;
}

@keyframes moveText {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px); /* Slightly stronger upward movement */
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes pulseText {
    0% {
        opacity: 0.9;
    }
    50% {
        opacity: 1; /* Makes text fully opaque at midpoint */
    }
    100% {
        opacity: 0.9;
    }
}

.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    margin: auto auto 20px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ydyNNR/iwWB8uyr7TO1qhabWnIUhQFdQVIII6YJq35K6Be5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: color 1200ms linear infinite;
}

@keyframes color {
    0% {
       
        filter: hue-rotate(0deg);
    }
    50% {
       
        filter: hue-rotate(180deg);
    }
    100% {
        
        filter: hue-rotate(360deg);
}
.s-product-card-vertical {
  border: none;
  background:none;
}