
body {
font-family: 'Copperplate Gothic Light', 'URW Gothic L', sans-serif;
margin: 0;
padding: 0;
background: url("https://www.suiteexperiencegroup.com/assets/images/jets-suite-level-6-view.jpg") no-repeat center center fixed;
background-size: cover;
color: #ffffff;
overflow-x: hidden;
position: relative;
}






body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.65);
z-index: -1;
}






header {
background-color: rgba(0,0,0,0.8);
padding: 30px 20px;


text-align: center;
border-bottom: 4px solid #2e7d32;
box-shadow: 0 5px 15px rgba(0,0,0,0.6);
}


header h1 {
margin: 0;
font-size: 3.5em;
color: #2e7d32;
letter-spacing: 4px;
text-transform: uppercase;
animation: glow 2s infinite alternate;
}


@keyframes glow {
from { text-shadow: 0 0 10px #0be016, 0 0 20px #2e7d32; }
to { text-shadow: 0 0 20px #0be016, 0 0 40px #2e7d32; }
}


nav {
margin: 20px 0;
}




nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
gap: 15px;
}


nav a {
color: #ffffff;
text-decoration: none;
margin: 0 15px;


font-size: 1.3em;


}


nav a:hover {
color: #2e7d32;
transform: scale(1.1);
}




section {
padding: 30px;
text-align: center;
background: rgba(0,0,0,0.6);
margin: 20px auto;
border-radius: 12px;
width: 85%;
}


section h2 {
font-size: 2.2em;
margin-bottom: 20px;
color: #2e7d32;
}




.player-info {
display: flex;
flex-wrap: wrap;
justify-content: center;
}


.player {
background: #ffffff;
color: #000000;
border: 2px solid #2e7d32;
padding: 15px;
margin: 15px;
width: 220px;
text-align: center;
border-radius: 12px;


}


.player:hover {
transform: translateY(-8px);
box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}


.player-photo {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 50%;
margin-bottom: 10px;
border: 4px solid #2e7d32;
box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}


.stats {
display: none;
margin-top: 10px;
font-size: 0.9em;
color: #003f2d;
background: #ffffff;
padding: 10px;
border-radius: 8px;
}




.button {
background: #ffffff;
color: #2e7d32;
border: none;
padding: 10px 20px;
border-radius: 8px;
font-size: 1em;
cursor: pointer;
margin-top: 10px;
font-weight: bold;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}


.button:hover {
background: #003f2d;
color: #ffffff;
box-shadow: 0 4px 16px rgba(0,132,77,0.4);


}






#upcoming-games ul {
list-style: none;
padding: 0;
font-size: 1.2em;
}


#upcoming-games li {
margin: 8px 0;
padding: 6px;


}


#upcoming-games li:hover {
background: rgba(6, 255, 19, 0.692);
transform: scale(1.05);
color: #2e7d32;
}






footer {
text-align: center;
padding: 20px;
background: rgba(0,0,0,0.9);
border-top: 4px solid #2e7d32;
margin-top: 40px;
}


footer p {
margin: 0;
color: #2e7d32;
font-weight: bold;
}




#fan-zone {
padding: 40px 20px;
background: rgba(0,0,0,0.7);
border-radius: 12px;
margin: 30px auto;
width: 85%;
text-align: center;
}


#fan-zone h2 {
font-size: 2.5em;
color: #2e7d32;
margin-bottom: 25px;
}


.trivia-cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}


.card {
background: #ffffff;
color: #2e7d32;
padding: 20px;
border-radius: 12px;
width: 250px;
transition: transform 0.3s, box-shadow 0.3s;
text-align: left;
}


.card h3 {
margin-top: 0;
font-size: 1.5em;
margin-bottom: 10px;
}


.card p {
font-size: 1em;
line-height: 1.4em;
}






.card:hover {
transform: translateY(-10px) rotate(-1deg);
box-shadow: 0 15px 25px rgba(0, 255, 21, 0.6);
}






#highlights {
padding: 40px 20px;
background: rgba(0,0,0,0.75);
border-radius: 12px;
margin: 30px auto;
width: 85%;
text-align: center;
}


#highlights h2 {
font-size: 2.5em;
color: #2e7d32;
margin-bottom: 25px;
}


.highlight-cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}


.highlight-card {
background: #ffffff;
color: #2e7d32;
width: 250px;
border-radius: 12px;
overflow: hidden;
cursor: pointer;
transition: transform 0.3s, box-shadow 0.3s;
text-align: center;
}


.highlight-card img {
width: 100%;
height: 150px;
object-fit: cover;
}


.highlight-card p {
padding: 10px;
font-size: 1em;
}






.highlight-card:hover {
transform: translateY(-10px) scale(1.03);
box-shadow: 0 15px 25px  rgba(0, 255, 21, 0.6);
}
