body {
    background-color: #0d0d0d;
    color: #e5e5e5;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


.venom-logo {
    font-family: 'Creepster', system-ui, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

.venom-logo span {
    color: #ffcc00; 
}

.sw-header-nav {
    background: #000;
    padding: 40px 0 25px;
    border-bottom: 2px solid #ff3333;
}


.sw-header-logo .sw-logo-img {
    width: 350px;
	height: 350px ;
    height: auto;
    filter: drop-shadow(0 0 8px rgba(255,0,0,0.4));
}

/* منو */
.sw-header-menu .nav-link {
    color: #ccc;
    margin: 0 10px;
    font-size: 1.1rem;
}

.sw-header-menu .nav-link:hover {
    color: #ff3333;
}

.sw-header-menu .nav-link.active {
    color: #ffcc00;
}


.sw-header-lang {
    margin-top: 10px;
}

.sw-header-lang .sw-lang-btn {
    background: #000;
    border: 1px solid #ff3333;
    color: #ffcc00;
}

.sw-header-lang .sw-lang-btn:hover {
    background: #ff3333;
    color: #000;
}


@media (max-width: 768px) {
    .sw-header-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.sw-lang-btn {
    background: #000;
    border: 1px solid #ff3333;
    color: #ffcc00;
}

.sw-lang-btn:hover {
    background: #ff3333;
    color: #000;
}


.sw-alert {
    background: #ff3333;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-bottom: 2px solid #000;
}

/
.sw-hero {
    background: #111;
}
#mainCarousel {
    max-width: 420px;   
    margin: 0 auto;   
}

#mainCarousel img {
    height: 300px;      
    object-fit: cover;
    border-radius: 12px;
}
.sw-main-dark .col-lg-7,
.sw-main-dark .col-lg-5 {
    padding: 0 10px;

}
#mainCarousel{
	margin-top: 40px !important;
}

.sw-main-dark {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 12px;
    color: #ccc;
	margin-bottom: 40px !important;
}

.sw-main-title span {
    color: #ffcc00;
}


.btn-dark {
    background: #000;
    border: 1px solid #ff3333;
    color: #fff;
}

.btn-dark:hover {
    background: #ff3333;
    color: #000;
}

.btn-outline-danger {
    border: 1px solid #ff3333;
    color: #ff3333;
}

.btn-outline-danger:hover {
    background: #ff3333;
    color: #000;
}


.sw-culture {
    background: #111;
}

.sw-list .list-group-item {
    background: #1a1a1a;
    color: #ccc;
    border: 1px solid #333;
}


.sw-lang {
    background: #0f0f0f;
}

.nav-tabs .nav-link {
    background: #111;
    color: #ccc;
    border: 1px solid #333;
}

.nav-tabs .nav-link.active {
    background: #ffcc00;
    color: #000;
    border-color: #ffcc00;
}


.sw-offer {
    background: #111;
    color: #fff;
}

.side-offer-img {
    position: absolute;
    right: -40px;     
    top: 20px;
    width: 120px;    
    height: 200px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255,0,0,0.4);
}

.sw-offer .container {
    position: relative; 
}


.sw-season-sale {
    background: #1a1a1a;
}

.sw-sale-card {
    background: #222;
    color: #fff;
    border: 1px solid #333;
}


.sw-best {
    background: #111;
}


.sw-premium {
    background: #0f0f0f;
}


.sw-street {
    background: #1a1a1a;
}


.sw-articles {
    background: #111;
}

.pagination .page-link {
    background: #1a1a1a;
    color: #ccc;
    border: 1px solid #333;
}

.pagination .page-link:hover {
    background: #ff3333;
    color: #000;
}


.sw-faq {
    background: #1a1a1a;
}

.accordion-item {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #333;
}

.accordion-button {
    background: #111 !important;
    color: #ccc !important;
}

.accordion-button:not(.collapsed) {
    background: #222 !important;
    color: #ffcc00 !important;
}


.sw-athlete-section {
    width: 100%;
    background: #000;
    padding: 0;
    margin: 0;
}


.athlete-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.athlete-bg {
    width: 100%;
    height: 320px;
    object-fit: cover;
    opacity: 0.85;
}


.shoe-card {
    position: absolute;
    top: 50%;
    left: -300px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    animation: shoeSlide 1.8s ease-out forwards;
}

@keyframes shoeSlide {
    0% { left: -300px; opacity: 0; }
    60% { left: 40px; opacity: 1; }
    100% { left: 60px; }
}


.shoe-img {
    width: 200px;
    height: auto;
    filter: drop-shadow(0 0 12px rgba(255,0,0,0.5));
}


.shoe-text h2 {
    color: #ffcc00;
    font-size: 2rem;
    margin: 0;
}

.shoe-text p {
    color: #fff;
    margin: 0;
    font-size: 1rem;
}


    .shoe-img {
        width: 150px;
    }


.side-join-img {
    position: absolute;
    left: -40px;      
    top: -30px;       
    width: 120px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255,255,0,0.4);
}

.sw-join .container {
    position: relative;
}

.sw-join .container {
    position: relative;
}
.sw-join {
    background: #111;
}

.sw-form .form-control {
    background: #1a1a1a;
    border: 1px solid #333;
    color: #ccc;
}

.sw-form .form-control:focus {
    border-color: #ff3333;
    box-shadow: 0 0 5px rgba(255,0,0,0.4);
}


.sw-footer {
    background: linear-gradient(90deg, #000, #330000, #660000, #333300, #000);
    background-size: 300% 300%;
    animation: footerGlow 12s ease infinite;
    color: #aaa;
    border-top: 1px solid #222;
}

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


img {
    border-radius: 10px;
}


@media (max-width: 768px) {
    .sw-main-dark {
        text-align: center;
    }

.pagination .page-link {
    background: #1a1a1a;
    color: #ccc;
    border: 1px solid #333;
}

.pagination .page-link:hover {
    background: #ff3333;
    color: #000;
}


.sw-faq {
    background: #111;
}

.accordion-item {
    background: #1a1a1a;
    border: 1px solid #333;
}

.accordion-button {
    background: #111;
    color: #ccc;
}

.accordion-button:not(.collapsed) {
    background: #222;
    color: #ffcc00;
}



.sw-join {
    background: #111;
}

.sw-form .form-control {
    background: #1a1a1a;
    border: 1px solid #333;
    color: #ccc;
}

.sw-form .form-control:focus {
    border-color: #ff3333;
    box-shadow: 0 0 5px rgba(255,0,0,0.4);
}



.sw-footer {
    background: linear-gradient(90deg, #000, #330000, #660000, #333300, #000);
    background-size: 300% 300%;
    animation: footerGlow 12s ease infinite;
    color: #aaa;
    border-top: 1px solid #222;
}

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



@media (max-width: 768px) {
    .sw-main-dark {
        text-align: center;
    }

    .sw-nav a {
        display: inline-block;
        margin: 6px;
    }
}


body {
    background: #0d0d0d;
    color: #e5e5e5;
    font-family: system-ui;
}


.sw-header {
    position: relative;
    padding: 60px 0 40px;
    background: #000;
    overflow: hidden;
}


.claw-bg {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 300px;
    height: 120px;
    transform: translateX(-50%) rotate(-12deg);
    background: linear-gradient(90deg, transparent, #ff3333, transparent);
    opacity: 0.25;
    filter: blur(2px);
}


.spark-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle, #ffcc00 2px, transparent 3px),
        radial-gradient(circle, #ff3333 2px, transparent 3px);
    background-size: 4px 4px, 5px 5px;
    animation: sparks 6s linear infinite;
    opacity: 0.2;
}

@keyframes sparks {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: 0 -300px, 0 -400px; }
}


.sw-logo {
    font-size: 3rem;
    z-index: 10;
    position: relative;
}

.sw-logo span {
    color: #ffcc00;
}


.logo-line {
    width: 120px;
    height: 3px;
    background: #ff3333;
    margin: 10px auto 0;
}


.sw-nav a {
    color: #ccc;
    margin: 0 12px;
    text-decoration: none;
    font-size: 1.1rem;
}

.sw-nav a:hover {
    color: #ff3333;
}

.sw-nav a.active {
    color: #ffcc00;
}

.sw-lang button {
    background: #000;
    border: 1px solid #ff3333;
    color: #ffcc00;
    padding: 4px 12px;
}

.sw-lang button:hover {
    background: #ff3333;
    color: #000;
}


.sw-faq {
    background: #111;
}

.accordion-item {
    background: #1a1a1a;
    border: 1px solid #333;
}

.accordion-button {
    background: #111;
    color: #ccc;
}

.accordion-button:not(.collapsed) {
    background: #222;
    color: #ffcc00;
}


.sw-footer {
    background: linear-gradient(90deg, #000, #330000, #660000, #333300, #000);
    background-size: 300% 300%;
    animation: footerGlow 12s ease infinite, footerHue 16s linear infinite;
    color: #aaa;
    border-top: 1px solid #222;
}


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


@keyframes footerHue {
    0%   { filter: hue-rotate(0deg); }
    50%  { filter: hue-rotate(180deg); }
    100% { filter: hue-rotate(360deg); }
}
