header{
    z-index: 999;
}

header .header-content ul li a{
    color: #FCFCFC;
}

.teams-sec{
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teams-content{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
}

.teams-content h2{
    font-weight: 200;
    font-size: 5rem;
}

.title{
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    color: #fcfcfc;
    z-index: -999;
}

.titlefilter{
    background: linear-gradient(rgba(15,15,15,0.7), rgba(252,252,252,1));
    backdrop-filter: grayscale(1);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.title img{
    height: 100px;
}

/*TITLE 2K24*/
.nba2k25{
    background: linear-gradient(rgba(15,15,15,0.5),rgba(15,15,15,0.5)) ,url("../assets/images/titles/nba2k24.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*TITLE eafc24*/
.eafc24{
    background: linear-gradient(rgba(15,15,15,0.5),rgba(15,15,15,0.5)) ,url("../assets/images/titles/eafc24.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*LOL*/
.lol{
    background: linear-gradient(rgba(15,15,15,0.5),rgba(15,15,15,0.5)) ,url("../assets/images/titles/lol.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*PUBG Mobile*/
.pubgmobile{
    background: linear-gradient(rgba(15,15,15,0.5),rgba(15,15,15,0.5)) ,url("../assets/images/titles/pubg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Counter Strike 2*/
.cs2{
    background: linear-gradient(rgba(15,15,15,0.5),rgba(15,15,15,0.5)) ,url("../assets/images/titles/cs2.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icerikureticilerimiz{
    background: linear-gradient(rgba(15,15,15,0.5),rgba(15,15,15,0.5)) ,url("../assets/images/titles/lol.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.teams-content .teams-members{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 50px;
}

.teams-content .member {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.teams-content .member::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0,0,0,0.2));
    z-index: 1;
    transition: opacity 0.3s ease;
}

.teams-content .member:hover::before {
    opacity: 0.5;
}

.teams-content .member h3,
.teams-content .member p {
    position: relative;
    z-index: 2;
    margin: 5px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.teams-content .member:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.teams-content .member:hover h3,
.teams-content .member:hover p {
    opacity: 1;
    transform: translateY(-5px);
}

.icerik-ureticilerimiz{
    grid-template-rows: repeat(1, 1fr) !important;
}

/*İÇERİK ÜRETİCİLERİMİZ*/
.erenay{
    background: url("../assets/images/teams/icerik-ureticilerimiz/erenay.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hype{
    background: url("../assets/images/teams/icerik-ureticilerimiz/hype.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.emirivriv{
    background: url("../assets/images/teams/icerik-ureticilerimiz/emiriviv.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/*2K24*/
.kaan-cem-gultekin{
    background: url("../assets/images/teams/2k24/kaan-cem-gultekin.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*FC25*/
.imertal{
    background: url("../assets/images/teams/FC25/Imertal-1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*LEAGUE OF LEGENDS*/
.chef{
    background: url("../assets/images/teams/lol/Chef.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.fade{
    background: url("../assets/images/teams/lol/fade.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ivory{
    background: url("../assets/images/teams/lol/Ivory.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.patch{
    background: url("../assets/images/teams/lol/Patch.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ruep{
    background: url("../assets/images/teams/lol/Ruep.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.vertigo{
    background: url("../assets/images/teams/lol/Vertigo.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pades{
    background: url("../assets/images/teams/lol/pades.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* PUBG Mobile */

.boran{
    background: url("../assets/images/teams/pubgmobile/boran.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.falconist{
    background: url("../assets/images/teams/pubgmobile/falconist.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.kissyou{
    background: url("../assets/images/teams/pubgmobile/kissyou.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.raven{
    background: url("../assets/images/teams/pubgmobile/raven.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.storm{
    background: url("../assets/images/teams/pubgmobile/storm.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/* Mobile Legends Bang Bang */

.fleur{
    background: url("../assets/images/teams/mlbb/Samet-Fleur-Saduc.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.toe{
    background: url("../assets/images/teams/mlbb/baran-toe-yildiz.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.coinsblack{
    background: url("../assets/images/teams/mlbb/berattaha-coinsblack-gocen.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nex7s{
    background: url("../assets/images/teams/mlbb/Erkan-Nex7s-Yontar.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.luffy{
    background: url("../assets/images/teams/mlbb/Atamert-Luffy-Pasaoglu.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nagi{
    background: url("../assets/images/teams/mlbb/ismail-Nagi-Gogebakan.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.leloussh{
    background: url("../assets/images/teams/mlbb/omer-furkan-Leloussh-Polat.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.kateiwa{
    background: url("../assets/images/teams/mlbb/YunusEmre-Kateiwa-Sabay.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*CS2*/

.ckanic{
    background: url("../assets/images/teams/cs2/ckanic.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.frassz{
    background: url("../assets/images/teams/cs2/Frassz.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.jaex{
    background: url("../assets/images/teams/cs2/jaex.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.layie{
    background: url("../assets/images/teams/cs2/layie.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.suisha{
    background: url("../assets/images/teams/cs2/suisha.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/*EMPTY*/
.userempty{
    background: url("../assets/images/user.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



/* Responsive Tasarım */
@media (max-width: 768px) {
    .teams-content{
        padding: 0 15px;
    }
    
    .teams-content h2{
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    
    .teams-content .teams-members{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }
    
    .teams-content .member{
        height: 350px;
        padding: 25px;
    }
    
    .title{
        height: 50vh;
    }
    
    .title img{
        height: 80px;
    }
    
    .icerik-ureticilerimiz{
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .teams-content .member{
        height: 300px;
        padding: 20px;
    }
    
    .teams-content .member h3{
        font-size: 1.2rem;
    }
    
    .teams-content .member p{
        font-size: 0.8rem;
    }
}

/* Animasyon İyileştirmeleri */
@media (prefers-reduced-motion: reduce) {
    .teams-content .member{
        transition: none;
    }
    
    .teams-content .member:hover{
        transform: none;
    }
    
    .titlefilter::before{
        animation: none;
    }
}