/* POPPINS FONT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

*{  
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body{
    background: url(/Esport/img/Background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.wrapper{   
    justify-content: center;
    align-items: center;
    min-height: 110vh;
    background: rgba(0, 0, 0, 0.6);
}
.nav{
    margin-top: -0.2vw;
    margin-left: -0.6vw;
    font-size: 0.8vw;
    position: fixed;
    display: flex;
    justify-content: space-around;
    width: 100vw;
    height: 5.2vw;
    line-height: 5.2vw;
    background: linear-gradient(rgb(0, 0, 0), transparent);
    backdrop-filter: blur(3px) ;
    z-index: 100;
}
.nav-logo img{
    width: 8.3vw;
    height: 5.7vw;
    margin-right: 17.7vw;
    margin-top: -0.1vw;
}
.nav-menu ul{
    margin-left: -13vw;
    display: flex;

}
.nav-menu ul li{
    list-style-type: none;
}
.nav-menu ul li .link{
    text-decoration: none;
    color: #fff;
    padding-bottom: 0.7vw;
    margin: 0 1.3vw;
}
.nav a.active {
    border-bottom: 0.13vw solid white;
}
.link:hover, .active{
    border-bottom: 0.14vw solid #fff;
}
.nav-button .btn{
    width: 6.7vw;
    height: 2vw;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 1.5vw;
    cursor: pointer;
    transition: .3s ease;
}
.btn:hover{
    background: rgba(255, 255, 255, 0.2);
}
.btn.white-btn{
    font-size: 0.7vw;
    background: rgba(255, 255, 255, 0.8);
}
.btn.btn.white-btn:hover{
    background: rgba(255, 255, 255, 0.5);
}
.nav-menu-btn{
    display: none;
}
.welcome{
    font-size: 2vw;
    color: white;
    text-align: center;
    margin-top: 8.3vw   ;
}
.information{
    font-size: 1vw;
    color: white;
    text-align: center;
}
.first-ranked{
    font-size:1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.6vw;
    margin-left: 15.6vw;
    margin-right: 15.6vw;
    padding: 0.7vw;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    border: white;
    border-radius: 0.6vw;
    border-style: dashed;
    border-color: rgba(255, 255, 255, 0.7);
}
.I1{
    font-size: 0.9vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-left: 15.6vw;
    margin-right: 15.6vw;
    border-color: rgba(255, 255, 255, 0.7);
    border-style: dashed;
    border-radius: 0.6vw;
    color: white;
    margin-top: 0.5vw;
    padding: 0.7vw;
    background-color: rgba(0, 0, 0, 0.4);
}
.I1-information{
    font-size: 0.9vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-left: 15.6vw;
    margin-right: 15.6vw;
    border-color: rgba(255, 255, 255, 0.7);
    border-style: dashed;
    border-radius: 0.6vw;
    color: white;
    margin-top: 0.5vw;
    padding: 0.7vw;
    background-color: rgba(0, 0, 0, 0.4);
}
.nyertes{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40.3vw;
    margin-right: 41.9vw;
    margin-top: 0.5vw;
    font-size: 1.2vw;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0.2vw dashed rgba(255, 255, 255, 0.7);
    border-radius: 0.6vw;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: #02a402b3;
}
.section-title{
    font-size: 1.28vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40.3vw;
    margin-right: 41.9vw;
    background-color: rgba(0, 0, 0, 0.4);
    border: 0.2vw dashed rgba(255, 255, 255, 0.7);
    border-radius: 0.6vw;
    margin-top: 16.6vw;
    color: white;
    padding: 0.1vw;
}
.plakat-szoveg{
    font-size: 1.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 19.7vw;
    margin-right: 63vw;
    background-color: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.7);
    border-style: dashed;
    border-radius: 0.6vw;
    margin-top: -19vw;
    color: white;
    padding: 0.1vw;
}
.oklevel-szoveg{
    font-size: 1.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 61.9vw;
    margin-right: 20.3vw;
    background-color: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.7);
    border-style: dashed;
    border-radius: 0.6vw;
    margin-top: -28.6vw;
    color: white;
    padding: 0.1vw;
}
.plakat{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.2vw dashed rgba(255, 255, 255, 0.7);
    border-radius: 0.6vw;
    margin-left: 17.1vw;
    margin-top: 0.5vw;
    height: 26vw;
    width: auto;
}
.oklevel{
    margin-bottom: 1vw;
    border: 0.2vw dashed rgba(255, 255, 255, 0.7);
    border-radius: 0.6vw;
    margin-left: 58.6vw;
    margin-top: 0.5vw;
    height: 26vw;
    width: auto;
}
.linkregisztracio{
    text-decoration: none;
    color: #fff;
    padding-bottom: 15px;
    margin: 0 25px;
    visibility:hidden;
}
.New{
    margin-bottom: 20vw;
    font-size: 3.1vw;
    margin-top: 12.4vw ;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.New2{
    margin-bottom: 10vw;
    text-align: center;
    font-size: 3.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.Kerdes{
    margin-top: 10vw;
    font-size: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
    text-align: center;
    color: white;
}
.Regisztracio{
    margin-left:28vw;
    text-decoration: none;
    width: 40vw;
    background-color: rgba(0, 0, 0, 0.4);
    border:0.2vw solid rgba(255, 255, 255, 0.4);
    border-radius: 2vw;
    font-size: 5vw;
    margin-bottom: 30vw;
    margin-top: 10vw;
    text-align: center;
    justify-content: center;
    display: flex;
}
.Regisztracio.pulsate {
    animation: pulsate 3s infinite;
}

@keyframes pulsate {
    0% {
        border: 0.2vw solid rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 10px rgba(255, 0, 0, 0);
        color: rgba(255, 255, 255, 0.7); /* Szöveg színének alapértelmezett értéke */
        text-shadow: 0 0 5px rgba(255, 0, 0, 0);
    }
    50% {
        border: 0.2vw solid rgb(0, 255, 0, 0.7);
        box-shadow: 0 0 3vw rgba(0, 255, 0, 0.7);
        color: rgba(255, 255, 255, 0.7); /* Szöveg színének változása */
        text-shadow: 0 0 3vw rgba(0, 255, 0, 0.7);
    }
    100% {
        border: 0.2vw solid rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 10px rgba( 0, 255, 0,);
        color: rgba(255, 255, 255, 0.7); /* Szöveg színének visszaállítása */
        text-shadow: 0 0 5px rgba(255, 0, 0, 0);
    }
}
.kontakt-cim {
    font-size: 1.3vw;
    color: white;
    text-align: center;
    margin-bottom: 1.5vw;
}
.kontakt-form {
    border: 0.2vw dashed rgba(255, 255, 255, 0.7);
    width: 60%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1vw;
    border-radius: 1.6vw;
    margin-top: -3.6vw;
}
.form-group {
    font-size: 0.9vw;
    margin-bottom: 1vw;
}
.form-group label {
    display: block;
    color: white;
    margin-bottom: 0.2;
}
.form-group input{
    font-size: 1vw;
    height: 2.5vw;
    width: 100%;
    padding: 0.5vw;
    border: 0.1px solid #ccc;
    border-radius: 0.6vw;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}
.form-group textarea {
    font-size: 0.8vw;
    height: 7vw;
    width: 100%;
    padding: 0.5vw;
    border: 0.1px solid #ccc;
    border-radius: 0.7vw;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}
.kontakt-kuldes {
    background-color: rgba(57, 248, 251, 0.686);
    color: white;
    padding: 0.5vw 1vw;
    border: none;
    border-radius: 0.6vw;
    cursor: pointer;
    font-size: 1vw;
    transition: background-color 0.3s ease;
}

.kontakt-kuldes:hover {
    background-color: rgba(57, 248, 251, 0.396);
}
.szavazas-eredmeny {
    text-align: center;
    color: white;
    margin-bottom: 1vw; /* Távolság a szavazási rész előtt */
    margin-top: 1vw; /* Távolság a szavazási rész előtt */
}


/* Telefonos nézet */
@media only screen and (max-width: 886px){
    body{
        background-position: center;
        background-size: 400vw;
        background-repeat: no-repeat;
        background-attachment:fixed;
    }
    .nav{
        height: 27vw;
        line-height: 100px;
    }
    .nav-button{
        display: none;
    }
    .nav-menu.responsive{
        margin-left: 1.2vw;
        margin-top: 130vw;
        border-bottom: 0.6vw solid white;
    }
    .nav a.active {
        border-bottom: 0.6vw solid white;
    }   
    .nav-menu{
        position: absolute;
        display: flex;
        justify-content: center;
        top: -130vw;
        background: rgba(0, 0, 0, 0.821);
        width: 100vw;
        height: 79vw ;
        transition: .3s;
        border-radius: 6vw;
    }
    .nav-logo img{
        margin-left: -5vw;
        width: auto;
        height: 28vw;
        margin-top: -0.5vw;
        margin-right: 80.5vw;
    }
    .nav-menu ul{
        font-size: 4vw;
        flex-direction: column;
        text-align: center;
        margin-left: 0vw;
        margin-top: 2vw;
    }
    .nav-menu ul li{
        height: 17vw;
    }
    .nav-menu-btn{
        margin-top: 2vw;
        z-index: 999;
        display: block;
        margin-left:-70vw;
    }
    .nav-menu-btn i{
        font-size: 8vw;
        color: #fff;
        cursor: pointer;
        transition: .3s;
    }
    .nav-menu-btn i:hover{
        background: rgba(255, 255, 255, 0.15);
    }
    .linkregisztracio{
        text-decoration: none;
        font-weight: 0vw;
        color: #ffffff;
        margin: 0 25vw;
        visibility:visible;
    }
    .welcome{
        margin-top: 33vw;
        font-size: 9vw;
    }
    .information{
        font-size: 5vw;
        margin-left:2vw ;
        margin-right:2vw ;
    }
    .first-ranked{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.1vw;
        margin-top: 20vw;
        margin-left: 6vw;
        margin-right: 6vw;
        padding: 4vw;
        color: white;
        background-color: rgba(0, 0, 0, 0.4);
        border: white;
        border-radius: 4vw;
        border: 0.5vw dashed rgba(255, 255, 255, 0.7);
    }
    .I1{
        font-size: 3.6vw;
        display: flex;
        justify-content: center;
        align-items: center;    
        margin-left: 6vw;
        margin-right: 6vw;
        margin-top: 3.5vw;
        border: 0.5vw dashed rgba(255, 255, 255, 0.7);
        border-radius: 4vw;
        color: white;
        padding: 4vw;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .section-title{
        font-size: 3.6vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 30vw;
        margin-right: 33vw;
        background-color: rgba(0, 0, 0, 0.4);
        border: 0.5vw dashed rgba(255, 255, 255, 0.7);
        border-radius: 2vw;
        margin-top: 57vw;
        color: white;
    }
    .nyertes{
        font-size: 3.6vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 30vw;
        margin-right: 33vw;
        margin-top: 1vw;
        background-color: rgba(0, 0, 0, 0.5);
        border: 0.5vw dashed rgba(255, 255, 255, 0.7);
        border-radius: 2vw;
        text-align: center;
        color: white;
        font-weight: bold;
        background-color: #02a402b3;
    }
    .plakat-szoveg{
        font-size: 1.8vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 11vw;
        margin-right: 62.2vw;
        margin-top: -67vw;
        background-color: rgba(0, 0, 0, 0.4);
        border: 0.2vw dashed rgba(255, 255, 255, 0.7);
        border-radius: 1.4vw;
        color: white;
        padding: 0.8vw;
    }
    .plakat{
        margin-top: 1.5vw;
        border: 0.2vw dashed rgba(255, 255, 255, 0.7);
        border-radius: 2vw;
        margin-left: 6.5vw;
        height: auto;
        width: 36vw;
    }
    .oklevel-szoveg{
        font-size: 1.8vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 61.5vw;
        margin-right: 12.2vw;
        margin-top: -50vw;
        margin-bottom: 1vw;
        background-color: rgba(0, 0, 0, 0.4);
        border: 0.2vw dashed rgba(255, 255, 255, 0.7);
        border-radius: 1.4vw;
        color: white;
        padding: 0.8vw;
    }
    .oklevel{
        border: 0.2vw dashed rgba(255, 255, 255, 0.7);
        border-radius: 2vw;
        margin-left:55vw;
        height: auto;
        width: 39vw;
    }
    .I1-information{
        display: flex;
        justify-content: center;
        align-items: center;    
        border: 0.5vw dashed rgba(255, 255, 255, 0.7);
        border-radius: 4vw;
        color: white;
        font-size: 3vw;
        margin-top: 20vw;
        margin-left: 6vw;
        margin-right: 6vw;
        padding: 4vw;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .New{
        text-align: center;
        font-size: 7vw;
        margin-top: 40vw ;
        margin-bottom: 50vw;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    .New2{
        font-size: 7vw;
        padding: 1vw;
    }
    .Kerdes{
        margin-right: 2vw;
        margin-top:30vw ;
        font-size: 4vw;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    .Regisztracio{
        margin-top: 20vw;
        margin-bottom: 60vw;
        margin-left: 14vw;
        width: 70vw;
        background-color: rgba(0, 0, 0, 0.5);
        border:0.2vw solid rgba(255, 255, 255, 0.4);
        border-radius: 3vw;
        font-size: 8vw;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    .kontakt-cim{
        font-size: 4vw;
    }
    .form-group{
        font-size: 3vw;
    }
    .form-group input{
        border-radius: 2vw;
        font-size:3.7vw;
        width: 100%;
        height:6.8vw;        
    }
    .form-group textarea{
        border-radius: 3vw;
        font-size: 3.7vw;
        width: 100%;
        height: 15vw;
    }
    .kontakt-form {
        font-size: 3vw;
        border: 0.5vw dashed rgba(255, 255, 255, 0.7);
        width: 94%;
        margin-bottom: 10vw;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 5vw;
        border-radius: 4vw;
    }
    .kontakt-kuldes {
        margin-top: 2vw;
        background-color: rgba(57, 248, 251, 0.686);
        color: white;
        padding: 2vw 2.5vw;
        border: none;
        border-radius: 1.5vw;
        cursor: pointer;
        font-size: 3vw;
        transition: background-color 0.3s ease;
    }

}