﻿.mySwiper {
    opacity: 0;
    transition: opacity .5s ease;
}

.mySwiper.swiper-initialized {
    opacity: 1;
}


.swiper-section {
    margin: 50px 0;
    text-align: center;
    color: #fff;
}

.slider-title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 25px;
    text-shadow: 0 0 10px #00eaff;
}

/* تنظیمات اسلایدها */
.mySwiper {
    width: 100%;
    padding: 30px 0 60px 0;
}

.swiper-slide {
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    transition: .3s;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 25px rgba(0,0,0,.4);
}

.game-slide-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 15px;
}

.game-slide-title {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 8px #000;
}

/* دکمه‌های ناوبری */
.swiper-button-next,
.swiper-button-prev {
    color: #00eaff !important;
    text-shadow: 0 0 12px #00eaff;
}

/* نقاط */
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background: #00eaff !important;
    opacity: 1;
}
.game-slide {
    text-decoration: none !important;
    color: white !important;
    display: flex !important;
    flex-direction: column;
}
