/* Add custom CSS styles below */ 

:root {
    --main-color: #f69201;
    --second-color: #011e31;
    --third-color: white;
    --background-light: #ffffff;
    --text-light: #000000;
    --background-dark: #011e31;
    --text-dark: #fff;
      }
body {
    font-family: Arial, sans-serif;
    transition: background 0.3s, color 0.3s;
    background: var(--background-light);
    color: var(--text-light);
}
.dark-mode {
    background: var(--background-dark);
    color: var(--text-dark);
}
.toggle-btn {
    position: absolute;
    top: 5px;
    left: 20px;
    padding: 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: white;
    font-size: 16px;
    z-index: 9999;
}
.go-up-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px;
    background: var(--main-color);
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9998;
}
.go-up-btn:hover {
    background: #6AFEF3;
}


body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: white url(https://cdn.salla.sa/gZYRaN/y0jaiPVUaqnIzvQcRndyroI8YGLuRd5ADq2zkJ12.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110px;
    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.5);
    }
    85% {
        opacity: 0.5;
        transform: scale(1);
    }
     99% {
        opacity: 0.1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
.navbar-brand {
    scale: 1.7;
     -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;

}
@-webkit-keyframes action {
    0% { transform: translateY(0); }

    100% { transform: translateY(-3px); }
}
.fixed-pinned .navbar-brand img {
    max-height: 3rem;
}

.s-block__title .center-side {
    
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #d9d9d9;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-radius: 4px;
    box-shadow: 2px 2px 1px #ddd;
    padding: 10px;
    border-right: .5rem solid #F96201;
    color: var(--second-color);
    
}

.banner--fixed img {
      
    animation: beat 2s infinite alternate;
}
@keyframes beat{
	to { transform: scale(1.05); }
	}
	
	
	.fixed-pinned ul.main-menu li.root-level>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #000;
}


.fixed-header.header-components, .fixed-header .inner {
    top: 0px;
    border-radius: 0 0 30px 30px;
}
[dir="rtl"] .menu-is-open .close-menu {
    --tw-translate-x: -60px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 200px;
    width: 2.5rem;
    height: 5.5rem !important;
}

.footer-is-light .store-footer {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
 background: rgb(70,165,31);
background: linear-gradient(0deg, rgba(105,254,243,1) 11%, rgba(244,246,252,0.4824054621848739) 100%);
    border: 7px solid var(--main-color);
   
    border-radius: 84px;
    box-shadow: 2px 2px 30px var(--second-color);
    font-weight: 500;
}
.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    background: var(--main-color);
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    color: var(--third-color);
    
}
.s-menu-footer-item {
  
    color: var(--main-color);
}
.s-menu-footer-item:hover {
  
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--second-color);
}
.s-contacts-item{
color: var(--second-color)!important;
}
.s-contacts-item:hover {
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    color: var(--main-color) !important;
}

.copyright-text p {
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    color: var(--second-color);
    padding-top: 20px;
}
.store-footer__inner {
    border-bottom-width: 1px;
    border-style: dashed;
    border-bottom-color: rgba(255, 255, 255, .1);
    --tw-bg-opacity: 1;
    background-color: #1d1f1f;
    background-color: rgba(29, 31, 31, var(--tw-bg-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: none;
}

 .store-footer__top a {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    text-align: -webkit-center;
}
.max-h-\[60px\] {
    max-height: 120px;
}
.leading-6 {
    line-height: 1.5rem;
    text-align: center;
}
.store-footer .s-menu-footer-item{
color : #000;
}

@media screen and (max-width:600px){

.unicode {
/* اخفاء الرقم جمب الايفون ف الفوتر وسائل الاتصال   */
    unicode-bidi: plaintext;
    display: none;
}
.s-contacts-list-vertical {
    flex-direction: row;
}
}