@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

*
{
  font-family: "Fjalla One", sans-serif;
  padding: 0;
  margin: 0;

}

header a
{
    color: white;
    text-decoration: none;
}

body
{
    background-image: linear-gradient(to right, #0a0a2a , #000000);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container
{
    background-image: linear-gradient(to right , #0a0a2a9f 30% , #0000009d );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    height: 640px;
}




header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.logo
{
    font-size: 30px;
    text-transform: uppercase;
}

header ul
{
    width: 60%;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

ul a
{
    border-bottom: 2px solid transparent;
}

ul a:hover
{
    border-bottom-color : white;
}


.content
{
    color: white;
    width: 100%;
    margin-top: 16px;
    padding : 30px;
}

hr
{
    width: 50%;
    border: none;
    height: 1px;
    background-color: rgba(11, 11, 87, 0.716);
    margin: 5px auto;
}


.content p
{
    letter-spacing: 2px;
    width : 100%;
    padding: 20px 0px;
    padding-bottom: 0px;
    font-size : 15px;
    text-transform: uppercase;
    text-align: center;
}

.content button
{
    font-size: 30px;
     padding: 6px 10px;
     border-radius: 10px;
     border: 2px solid transparent;

}

.content button:hover
{
    background-color: transparent;
    border-color: white;
    cursor:pointer;
    color: white;
    
}

.content button a 
{
    background-color: transparent;
    text-decoration: none;
    color: #000000;
}

.content button a:hover 
{

    color: white;
}

.levels
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}


.clan
{
    color: white;
    width: 300px;
    padding: 25px;
    min-height: 380px;
    border-radius: 5px;
    text-align: left;
    background: linear-gradient(180deg , #0a1128 0% , #001f54 100%);
    box-shadow: 0 0 25px rgba(0,0,0,0.6);
    transition: 0.3s;
}

.clan:hover
{
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgba(255,255,255,0.2);
    cursor: pointer;
}

.clan h3
{
    margin: 0 0 24px 0;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 0px;

}

.clan ul
{
    padding: 0;
    margin: 0 0 35px 0;
    flex-grow: 1;
}

.clan li
{
    margin-bottom: 14px;
    font-size: 1.1rem;
    padding-left: 6px;
}
.intermediate , .advanced , .beginner
{
    height : 480px;
}
 
.beginner {
    background: linear-gradient(180deg , #000000a2 0%, #0107149f 100%);
    border-top: 4px solid #ffcc00;
}

.intermediate {
    background: linear-gradient(180deg , #000000a2 0%, #0348de9f 100%);
    border-top: 4px solid #2196f3;
}

.advanced {
    background: linear-gradient(180deg , #000000a2 0%, #f907079f 100%);
    border-top: 4px solid red;
}

.levels ul
{
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    list-style-type: circle;
    display: flex;
    justify-content: left;
    flex-direction: column;
    list-style-position: inside;

}


.join-btn
{
    display: block;
    text-align: center;
    text-decoration-line: none;
    color: white;
    width: 75%;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid black;
    margin-left: 30px;
    margin-top: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}


.beginner .join-btn
{
    background: #ffcc00;
    color: #000000;
}

.intermediate .join-btn
{
    background: #2196f3;
    color: white;
}

.advanced .join-btn
{
    background: red;
    color: white;
}

.join-btn:hover
{
    transform: translateY(-3px);
}

.beginner .join-btn:hover
{
    box-shadow: 0 0 20px #ffcc00;

}

.intermediate .join-btn:hover
{
    box-shadow: 0 0 20px #2196f3;

}


.advanced .join-btn:hover
{
    box-shadow: 0 0 20px red;

}

#advhr
{
    background-color: red;
    margin-top: -15px;
    margin-bottom: 15px;
    width: 95%;
    height: 0.5px;
}


#inthr
{
    margin-top: -15px;
    margin-bottom: 15px;
    width: 95%;
    height: 0.5px;
    background-color: #2196f3;
}

#beghr
{
    margin-top: -15px;
    margin-bottom: 15px;
    width: 95%;
    height: 0.5px;
    background-color: #ffcc00;
}


.ghost
{
    margin-top: 10px;
    width: 150px;
    display: block;
    margin: 0 auto;
}

#underred
{
    background-color: rgba(255, 0, 0, 0.428);
    margin-top: 25px;
    margin-bottom: 15px;
    width: 95%;
    height: 0.5px;
}


#underblue
{
    background-color: rgba(21, 0, 255, 0.353);
    margin-top: 25px;
    margin-bottom: 15px;
    width: 95%;
    height: 0.5px;
}

#underwhite
{
    background-color: #ffffff6d;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 95%;
    height: 0.5px;
}

.hero
{
    width: fit-content;
    margin: 40px -15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: center;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 35px;
}


.pac
{
    width: 80px;
    padding-left: 400px;
    padding-top: 15px;
}

.progress-section
{
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 60px;
}


.progress-box
{
    width: 300px;
    text-align: center;
}
.progress
{
    width: 100%;
    margin: 20px;
    height: 10px;
    background: #222;
    border-radius: 20px;
}

.bar
{
    height: 100%;
    border-radius: 10px;
}

.beginner-bar
{
    width: 70%;
    background: #ffcc00;
}

.int-bar
{
    width: 50%;
    background: #2196f3;
}

.adv-bar
{
    width: 30%;
    background: red;
}

.progress-box h3
{
    text-align: left;
    margin-left: 21px;
}

.progress-box .progress .beginner-bar , 
.progress-box .progress .int-bar,
.progress-box .progress .adv-bar
{
    transition: 0.8s ease-in-out 0.3s;

}

.progress-box h3:hover + .progress .beginner-bar ,
.progress-box h3:hover + .progress .int-bar , 
 .progress-box h3:hover + .progress .adv-bar
{
    box-shadow: 0px 0px 10px white;
}



@media (max-width:600px)
{

    .container
    {
        width: 100%;
    }
    #header {
    gap: 10px;
}


    .progress-section
{
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
    padding-left: 30px;        

}

    .levels
    {
    flex-direction: column;
    justify-content: center;
    gap: 150px;
    margin-top: 60px;
    padding-left: 30px;        
    }



    .hero
{
    width: fit-content;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    gap: 35px;
    padding-right: 50px;
}

#lines
{
    text-align: left;
    padding-right: 1000px;
}

.pac
{
    width: 60px;
    padding-left: 0px;
}

}

