*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Quicksand',sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:linear-gradient(
45deg,
#fff064,
#fff064,
#fff064
);
background-size:400% 400%;
animation:bgMove 15s infinite;
color:#555;
}

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

#bgVideo{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-2;
}

body::before{
content:"";
position:fixed;
inset:0;
background:rgba(0,0,0,0.15);
z-index:-1;
pointer-events:none;
}

nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 8%;
background:rgba(0,0,0,.15);
backdrop-filter:blur(10px);
position:fixed;
width:100%;
top:0;
}

.logo-box img{
height:90px;
}

nav ul{
display:flex;
gap:25px;
list-style:none;
}

nav a{
text-decoration:none;
color:#fff064;
font-weight:700;
}

header{
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
padding-top:100px;
}

.mascot{
width:250px;
animation:float 4s infinite;
}

@keyframes float{
50%{
transform:translateY(-15px);
}
}

.badge{
background:white;
padding:10px 20px;
border-radius:999px;
margin-top:15px;
}

h1{
font-size:4rem;
}

h1 span{
color:#fff064;
}

p{
max-width:700px;
line-height:1.7;
color:#ffffff;
}

z{
max-width:700px;
line-height:1.7;
color:#000000;
}

.about-text{
color:#fff064;
font-size:1.1rem;
}

.btn,
button{
border:none;
background:#fff064;
color:white;
padding:15px 25px;
border-radius:50px;
cursor:pointer;
text-decoration:none;
margin:10px;
}

section{
padding:100px 10%;
text-align:center;
}

.plans{
display:flex;
gap:25px;
justify-content:center;
flex-wrap:wrap;
}

.plan{
background:white;
padding:30px;
border-radius:25px;
width:280px;
box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.featured{
transform:scale(1.05);
}

form{
max-width:700px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
}

input,
select,
textarea{
padding:15px;
border:none;
border-radius:15px;
}

textarea{
height:150px;
}

footer{
padding:30px;
text-align:center;
background:#fff064;
}

#join{
padding:120px 10%;
text-align:center;
}

#join h2{
margin-bottom:20px;
font-size:3rem;
}

#join a{
margin-top:0;
margin-bottom:35px;
max-width:700px;
margin-left:auto;
margin-right:auto;
line-height:1.8;
}

#join .btn{
display:inline-block;
margin:0;
}

@media(max-width:768px){

nav{
flex-direction:column;
gap:15px;
padding:15px;
}

nav ul{
flex-wrap:wrap;
justify-content:center;
gap:15px;
}

.logo-box img{
height:65px;
}

h1{
font-size:2.2rem;
}

.mascot{
width:180px;
}

.music-panel{
bottom:10px;
right:10px;
padding:10px;
}

#volumeSlider{
width:90px;
}

.enter-box{
   width:90%;
  padding:30px;
}

.enter-logo{
 width:140px;
}

.enter-box h1{
font-size:2rem;
}
   
#enterBtn{
width:100%;
padding:15px;
} 

}

/* ENTER SCREEN */

#enterScreen{
position:fixed;
inset:0;
display:flex;
justify-content:center;
align-items:center;
background:rgba(0,0,0,0.7);
backdrop-filter:blur(8px);
z-index:99999;
}

.enter-box{
    background:rgba(255,255,255,0.95);
    padding:60px;
    border-radius:30px;
    text-align:center;
    width:650px;
    max-width:90%;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.enter-logo{
    width:220px;
    height:auto;
    margin-bottom:25px;
}

.enter-box h1{
    font-size:4rem;
    margin-bottom:25px;
    color:#444;
    font-weight:700;
}

#enterBtn{
    background:#fff064;
    color:#333;
    border:none;
    padding:18px 40px;
    border-radius:50px;
    font-size:1.1rem;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

#enterBtn:hover{
    transform:scale(1.05);
}

/* MUSIC PANEL */

.music-panel{
position:fixed;
right:20px;
bottom:20px;
z-index:9999;

display:flex;
align-items:center;
gap:10px;

padding:10px 15px;

background:rgba(0, 0, 0, 0.9);
backdrop-filter:blur(10px);

border-radius:50px;
box-shadow:0 5px 20px rgba(0,0,0,.15);
}

#volumeSlider{
width:120px;
}

#stats{
padding:80px 10%;
text-align:center;
}

.stats-container{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
}

.stat-card{
background:rgba(255,255,255,0.9);
padding:25px;
border-radius:20px;
width:250px;
backdrop-filter:blur(10px);
box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.stat-card h3{
margin-bottom:10px;
}

.stat-card p{
font-size:2rem;
font-weight:700;
color:#fff064;
}

.discord-widget{
position:fixed;
left:20px;
bottom:20px;

background:rgba(0, 0, 0, 0.9);
backdrop-filter:blur(10px);

padding:12px 15px;
border-radius:18px;

box-shadow:0 5px 20px rgba(0,0,0,.15);

z-index:9999;

min-width:170px;
}

.discord-title{
font-weight:700;
margin-bottom:8px;
color:#5865F2;
}

.discord-stat{
font-size:.9rem;
margin:4px 0;
}

@media(max-width:768px){

.discord-widget{
left:10px;
bottom:80px;
min-width:140px;
font-size:.8rem;
}

}

#about{
    padding:100px 20px;
    text-align:center;
}

#about h2{
    font-size:4rem;
    margin-bottom:30px;
}

#about p{
    max-width:850px;
    margin:auto;
    text-align:center;
    line-height:2;
    font-size:1.1rem;
}

/* JOIN SECTION FIX */

#join{
    text-align:center !important;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

#join h2{
    width:100%;
    text-align:center;
}

#join p{
    width:100%;
    max-width:800px;
    margin:20px auto;
    text-align:center;
}

.join-btn-wrapper{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
