/*
Theme Name: خیمه البرز
Theme URI: #
Author: ViraPeak
Author URI: #
Description: قالب فروشگاهی تجهیزات کمپینگ خیمه البرز - تبدیل شده از HTML
Version: 1.0
Text Domain: alborz
*/
@font-face {
    font-family: 'YekanBakh';
    src: url('./fonts/YekanBakh-VF.woff2') format('woff2'),
         url('./fonts/YekanBakh-VF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'YekanBakh', sans-serif !important;
}

/* Custom Scrollbar for horizontal lists */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Mega Menu Transition */
.group:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Mobile Menu Transition */
#mobile-menu {
    transition: transform 0.3s ease-in-out;
}

#mobile-overlay {
    transition: opacity 0.3s ease-in-out;
}

/* Swiper fixes */
.swiper-slide {
    height: auto !important;
}

/* Marquee Animation Classes */
.marquee-wrapper {
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

/* حرکت بی‌نهایت به سمت راست (چون سایت RTL است) */
@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}

.animate-scroll {
    animation: scroll 60s linear infinite;
}

/* توقف انیمیشن با رفتن موس روی کل بخش */
.marquee-wrapper:hover .animate-scroll {
    animation-play-state: paused;
}