*{
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
}
body{
    font-family: Arial, sans-serif;
    background: #f5f5f5   ;
}

/* HEADER */

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #003366;
    padding: 20px  60px;
}

.logo img{
    width: 90px;
    border-radius: 10px;
}

nav ul{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    list-style:none;
    margin:0;
    padding:0;
}

nav ul li a{
    text-decoration:none;
    color:white;
    font-weight:bold;
} 

nav ul{
    display: flex;
    list-style: none;
}

nav ul li{
    margin-left: 25px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition:.3s;
}

nav ul li a:hover{
    color: #ffd700;
}

/* HERO */

.hero{

    height:90vh;

    background-image:url("../images/hero/hero.png");

    background-size:cover;

    background-position:center;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

}

.hero-text{

    background:rgba(0,0,0,.45);

    padding:40px;

    border-radius:15px;

}

.hero h1{

    color:white;

    font-size:60px;

    margin-bottom:20px;

}

.hero p{

    color:white;

    font-size:25px;

    margin-bottom:30px;

}

.hero{
    height: 90vh;
    background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
                url("../images/hero/hero.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-text{
    background: rgba(0,0,0,.35);
    padding: 40px;
    border-radius: 20px;
}

.hero-text h1{
    font-size: 65px;
    color: white;
    margin-bottom: 20px;
}

.hero-text p{
    font-size: 24px;
    color: white;
    line-height: 1.6;
}

.btn{

    background:#FFD700;

    color:#003366;

    text-decoration:none;

    padding:15px 35px;

    border-radius:10px;

    font-size:20px;

    font-weight:bold;

}

.btn:hover{

    background:white;

}




.live-score{
    text-align:center;
    padding:50px 20px;
}

.live-score h2{
    margin-bottom:20px;
    color:#003366;
}

.score-box{
    width:60%;
    margin:auto;
    background:white;
    padding:20px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.score-box p{
    font-size:20px;
    margin:15px 0;
}

.news{
    padding:50px 20px;
    text-align:center;
}

.news h2{
    color:#003366;
    margin-bottom:30px;
}

.news-container{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.news-card{
    width:300px;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.news-card img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.news-card h3{
    margin:15px 0 10px;
}

.news-card p{
    padding:0 15px 20px;
}

/* FOOTER */

footer{

    background:#003366;

    color:white;

    text-align:center;

    padding:20px;

    margin-top:50px;

}

footer p{

    font-size:16px;

}

.about{
    width: 80%;
    margin: 40px auto;
    text-align: center;
}

.about h1{
    color:#003366;
    margin-bottom:20px;
}

.about p{
    font-size:18px;
    line-height:30px;
    text-align:justify;
    margin-top:20px;
}

.about-image{
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
}

.about p{
    margin-bottom: 30px;
    line-height: 30px;
}

.about h2{
    font-size: 32px;
    color: #003366;
    margin-bottom: 20px;
}

.about{
    width: 85%;
    margin: 40px auto;
} 

/* ===== Page À propos ===== */

.about{
    width: 85%;
    margin: 40px auto;
}

.about h1{
    text-align:center;
    color:#003366;
    margin-bottom:20px;
}

.about h2{
    text-align:center;
    color:#003366;
    margin:40px 0 20px;
    font-size:30px;
}

.about h2{
    margin-top: 50px;
    margin-bottom: 30px;
}

.about p{
    text-align:justify;
    line-height:30px;
    font-size:18px;
}

.about-image{
    width:100%;
    border-radius:10px;
    margin-bottom:25px;
}

.countries{
    display:flex;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    margin-top:30px;
}

.country{
    width:31%;
    background:#f5f5f5;
    border-radius:10px;
    padding:15px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.country img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:10px;
}

.country h3{
    text-align:center;
    color:#003366;
    margin:15px 0;
}

.country p{
    font-size:16px;
    line-height:25px;
}

.country p{
    text-align: justify;
    line-height: 24px;
}

.matches{
    padding:40px;
    background:#f5f5f5;
}

.matches h1{
    text-align:center;
    margin-bottom:20px;
}

.filters{
    text-align:center;
    margin-bottom:30px;
}

.filters button{
    padding:10px 15px;
    margin:5px;
    border:none;
    background:#1e3a8a;
    color:white;
    border-radius:5px;
    cursor:pointer;
}

.match-card{
    background:white;
    width:70%;
    margin:20px auto;
    padding:20px;
    border-radius:10px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    text-align:center;
}

.flag{
    width:80px;
    height:50px;
    margin:10px;
}

.match-card h3{
    color:#1e3a8a;
} 

.match-card img{
    width: 70px;        /* lajè drapo a */
    height: 45px;       /* wotè drapo a */
    object-fit: cover;  /* kenbe bon pwopòsyon */
    border-radius: 6px; /* fè kwen yo dous */
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin: 10px;
}

.categories{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin:30px auto;
}

.categories span{
    background:#003366;
    color:white;
    padding:12px 25px;
    border-radius:30px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
}

.categories span:hover{
    background:#FFD700;
    color:#003366;
    transform:scale(1.08);
}

.score{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
    margin:25px 0;
}

.score img{
    width:80px;
    height:55px;
    object-fit:cover;
    border-radius:8px;
}

.score h1{
    font-size:50px;
    color:#003366;
}

.match-card{
    width:80%;
    margin:40px auto;
    background:#fff;
    border-radius:15px;
    padding:25px;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    text-align:center;
    transition:.3s;
}

.match-card:hover{
    transform:translateY(-8px);
}

.teams{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    margin-bottom:20px;
}

.teams img{
    width:90px;
    height:60px;
    object-fit:cover;
    border-radius:8px;
}

.teams h2{
    color:#003366;
    font-size:28px;
}

.match-card p{
    font-size:18px;
    margin:10px 0;
}

.teams{
    padding: 60px 8%;
}

.teams h1{
    text-align: center;
    font-size: 42px;
    color: #003366;
    margin-bottom: 50px;
}

.confederation{
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0,.15);
}

.confederation{
    width: 250px;
    min-height: 470px;
}

.confederation h2{
    color: #003366;
    margin-bottom: 20px;
    
}

/* Section ki kenbe tout konfederasyon yo */
.teams{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px;
}

/* Chak kat konfederasyon */
.confederation{
    width: 250px;
    min-height: 470px;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

/* Lis ekip yo */
.team-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Bouton ekip yo */
.team-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg,#0057ff,#0099ff);
    color: white;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 12px;
    font-weight: bold;

}

.team-btn{
    transition: 0.3s ease;
}

.team-btn:hover{
    background: linear-gradient(90deg,#0099ff,#0057ff);
    transform: translatey(-4px);
    box-shadow: 0 8px 20px rgba(0, 114, 255, 0.4);
}

/* Drapo yo */
.team-btn img{
    width: 34px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
}

.team-info{
    max-width:700px;
    margin:40px auto;
    background:white;
    padding:30px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.team-info h1{
    color:#003366;
    text-align:center;
}

.flag{
    width:120px;
    display:block;
    margin:0 auto 20px;
}

.team-info p{
    font-size:18px;
    margin:10px 0;
}

.team-info ul{
    margin-top:15px;
}

.back-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 20px;
    background:#0057ff;
    color:white;
    text-decoration:none;
    border-radius:8px;
}

.back-btn:hover{
    background:#0039a6;
}

/* ========================= */
/* STADIUMS PAGE */
/* ========================= */

.stadiums{
    width:90%;
    max-width:1200px;
    margin:60px auto;
    text-align:center;
}

.stadiums h2{
    font-size:2.2rem;
    margin-bottom:40px;
    color:#ffffff;
}

.stadium-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.stadium-card{
    background:#ffffff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
    transition:.3s;
}

.stadium-card:hover{
    transform:translateY(-10px);
}

.stadium-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.stadium-card h3{
    margin:20px 0 10px;
    color:#111;
}

.stadium-card p{
    color:#555;
    margin-bottom:20px;
}

/* ========================= */
/* STADIUM DETAILS */
/* ========================= */

.stadium-details{
    width:90%;
    max-width:1000px;
    margin:50px auto;
    background:#ffffff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.stadium-details h2{
    margin-top:30px;
    color:#003366;
}

.stadium-details p{
    margin:15px 0;
    color:#333;
    line-height:1.7;
}

.stadium-details ul{
    margin:20px 0;
    padding-left:25px;
}

.stadium-details li{
    margin:10px 0;
    color:#333;
}

.stadium-image{
    width:100%;
    border-radius:12px;
    margin-bottom:30px;
}

.map-image{
    width:100%;
    max-width:600px;
    display:block;
    margin:20px auto;
    border-radius:12px;
    border:3px solid #ddd;
}

/* ========================= */
/* BUTTON */
/* ========================= */

.btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 25px;
    background:#0057b8;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    transition:.3s;
    font-weight:bold;
}

.btn:hover{
    background:#003d82;
}

/* ========================= */
/* ACTIVE NAV */
/* ========================= */

nav ul li a.active{
    color:#ffd700;
    border-bottom:3px solid #ffd700;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:768px){

    .stadium-container{
        grid-template-columns:1fr;
    }

    .stadium-details{
        padding:20px;
    }

    .stadiums h2{
        font-size:1.8rem;
    }

    .stadium-details h2{
        font-size:1.5rem;
    }

}

@media (max-width:768px){

    nav ul{
        gap:12px;
    }

    nav ul li a{
        font-size:15px;
    }

}

/* FAN ZONE */

.fan-zone{

    padding:80px 8%;
    text-align:center;

}

.fan-zone h1{

    color:#003366;
    font-size:42px;
    margin-bottom:10px;

}

.fan-zone p{

    color:#555;
    margin-bottom:40px;

}

.fan-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;

}

.fan-card{

    background:white;
    border-radius:15px;
    padding:20px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

    transition:.3s;

}

.fan-card:hover{

    transform:translateY(-10px);

}

.fan-card img{

    width:100%;
    border-radius:10px;

}

.fan-card h2{

    color:#0057ff;
    margin:20px 0;

}

.fan-card select,
.fan-card input{

    width:90%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;

}

.fan-card button{

    background:#0057ff;
    color:white;
    border:none;
    padding:12px 30px;
    border-radius:8px;
    cursor:pointer;
    transition:.3s;

}

.fan-card button:hover{

    background:#003399;

}

/* ========================= */
/* CONTACT */
/* ========================= */

.contact{
    width:90%;
    max-width:1200px;
    margin:60px auto;
}

.contact-container{
    display:grid;
    grid-template-columns:1fr 2fr;
    gap:40px;
    align-items:start;
}

.contact-info{
    background:#003366;
    color:#fff;
    padding:30px;
    border-radius:15px;
}

.contact-info h2{
    margin-bottom:20px;
}

.contact-info p{
    margin:15px 0;
    font-size:18px;
}

.contact-form{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.contact-form h2{
    color:#003366;
    margin-bottom:20px;
}

.contact-form form{
    display:flex;
    flex-direction:column;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius:8px;
    font-size:16px;
    outline:none;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#0057b8;
}

.contact-form textarea{
    resize:vertical;
}

.contact-form button{
    width:200px;
    padding:15px;
    border:none;
    border-radius:8px;
    background:#0057b8;
    color:#fff;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
}

.contact-form button:hover{
    background:#003d82;
}

/* Responsive */

@media (max-width:768px){

    .contact-container{
        grid-template-columns:1fr;
    }

    .contact-form button{
        width:100%;
    }

}

/* ===== SHOP BOUTIQUE ===== */

.shop{
    width:90%;
    margin:50px auto;
    text-align:center;
}

.shop h1{
    font-size:35px;
    color:#0b3d91;
    margin-bottom:15px;
}

.shop > p{
    font-size:18px;
    margin-bottom:40px;
}


/* GRID PRODUITS */

.shop-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}


/* CARTE PRODUIT */

.product-card{
    background:#ffffff;
    border-radius:15px;
    padding:20px;

    box-shadow:0 8px 20px rgba(0,0,0,0.15);

    transition:0.3s;
}


.product-card:hover{
    transform:translateY(-8px);
}


/* IMAGE */

.product-card img{
    width:200px;
    height:200px;
    object-fit:contain;
    margin-bottom:15px;
}


/* TITRE */

.product-card h2{
    color:#111;
    font-size:22px;
}


/* DESCRIPTION */

.product-card p{
    color:#555;
    font-size:16px;
}


/* PRIX */

.product-card h3{
    color:#0066ff;
    font-size:25px;
}


/* BOUTON */

.product-card button{

    background:#0b3d91;
    color:white;

    border:none;
    padding:12px 30px;

    border-radius:25px;

    cursor:pointer;

    font-size:16px;

    transition:0.3s;
}


.product-card button:hover{

    background:#ffcc00;
    color:black;

}


/* FOOTER */

footer{

    background:#0b3d91;
    color:white;

    text-align:center;

    padding:20px;

    margin-top:50px;

} 