@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Sarala:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html{
    height: 100%;
    width: 100%;
    overflow-x: hidden;  /* Impede rolagem horizontal */
    background: url('nifleim2.jpg') no-repeat center center fixed;
    background-size: cover;
}

.cabeçalho {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;  /* Cabeçalho ocupa toda a largura */
    background-color: rgba(0, 0, 0, 0.39);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;  /* Ajuste conforme necessário */
}


.cabeçalho .img1 {
    position: absolute;
    left: 12px;
    top: 1px;
    height: 90px;
}

.cabeçalho .entrar {
    position: absolute;
    top: 10px;
    right: 150px; /* Ajuste para alinhar à direita */
    color: rgb(224, 219, 219);
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.cabeçalho .registrar {
    position: absolute;
    top: 10px;
    right: 50px; /* Ajuste para alinhar à direita */
    color: rgb(224, 219, 219);
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.cabeçalho .regarrow {
    position: absolute;
    top: 12px;
    right: 25px; /* Ajuste para alinhar à direita */
    color: rgb(224, 219, 219);
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.menu3{
    display: flex;
    flex-direction: row;
    padding: 30px;
    gap: 50px;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.menu3 li{
    list-style: none;
    position: relative;
    top: 30px;
    left: 100px;
}

.menu3 a{
    color: rgb(224, 219, 219);
}

.menu3 a:hover{
    color: blueviolet;
}

.entrar:hover{
    color: blueviolet;
}

.registrar:hover{
    color: blueviolet;
}

.drop-hover{
    position: relative;
}
.drop{
    line-height: 2;
}

.drop-hover .drop{
   position: absolute;
   background-color: rgba(0, 0, 0, 0.171);
   width: 100%;
   height: 0;
   overflow: hidden;
   
}

.drop-hover .drop a{
    padding: 7px;
 }

 .drop-hover:hover .drop{
    height: 100px;
 }

 .drop-hover2{
    position: relative;
 }

 .drop-hover2 .drop2{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.171);
    width: 133%;
    height: 0;
    overflow: hidden;
    line-height: 1.5;
 }

 .drop-hover2:hover .drop2{
    height: 160px;
 }
 .drop-hover2 .drop2 a{
    padding: 7px;
 }

 .drop2{
    line-height: 1;
 }

 .drop-hover3{
    position: relative;
 }

 .drop-hover3 .drop3{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.171);
    width: 100%;
    height: 0;
    overflow: hidden;
    line-height: 1.5;
 }

 .drop-hover3:hover .drop3{
    height: 75px;
 }
 .drop-hover3 .drop3 a{
    padding: 8px;
 }

 .drop3{
    line-height: 1;
 }


 .sec02{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 270px;
    line-height: 2;
 }

.sec02 .subtitulo{
    color: rgba(252, 249, 252, 0.904);
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.parag{
    color: white;
}

.sec02 .niff{
    animation: neon 1s alternate infinite ease-in-out;
}

.niff{
    --cor-neon: rgb(59 130 246 / .5);
}

.parag{
    --cor-neon: rgb(59 130 246 / .5);
}

.entrar {
    animation: neon 3s alternate infinite ease-in-out;
}

.entrar{
    --cor-neon: rgba(249, 249, 250, 0.945);
}

.registrar {
    animation: neon 3s alternate infinite ease-in-out;
}

.registrar{
    --cor-neon: rgba(247, 249, 253, 0.979);
}

.img1 {
    animation: neon 3s alternate infinite ease-in-out;
}

.img1 {
    --cor-neon: rgb(59 130 246 / .5);
}

.tutorial {
    position: absolute;
    margin-bottom: 400px;
    color: rgba(197, 189, 189, 0.705);
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600; 
}

.tutorial2 {
    position: absolute;
    margin-bottom: 320px;
    color: rgb(224, 219, 219);
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 100;
}

.sect00 {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    margin: 0;
    margin-top: 180px;
    background-color: rgba(0, 0, 0, 0.39); /* Cor de fundo com transparência */
    padding: 50px;
    text-align: center;
    border-radius: 0px;
}

.video-container {
    display: flex; /* Organiza os vídeos lado a lado */
    flex-wrap: wrap; /* Permite que os vídeos quebrem para a próxima linha em telas menores */
    gap: 80px; /* Espaçamento maior entre os vídeos */
    justify-content: center; /* Centraliza os vídeos */
    margin-top: 20px;
}

.video-box {
    width: 180px; /* Largura do quadrado */
    height: 220px; /* Altura do quadrado */
    border: 2px solid #ccc; /* Bordas ao redor do quadrado */
    border-radius: 5px; /* Bordas arredondadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra ao redor do quadrado */
    overflow: hidden; /* Garante que o vídeo não ultrapasse o quadrado */
    position: relative; /* Para ajustar o iframe corretamente */
}

.video-box iframe {
    width: 100%; /* O vídeo cobre toda a largura do quadrado */
    height: 100%; /* O vídeo cobre toda a altura do quadrado */
    border: none; /* Remove bordas do iframe */
    object-fit: cover; /* Faz com que o vídeo se ajuste totalmente ao quadrado */
}


.subrodape{
    background-color: rgba(0, 0, 0, 0.39);
    
}

.imgrodape {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh; /* Ajuste conforme necessário */
    padding-left: 600px;
    padding-top: 10px;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.7)); /* Efeito de brilho apenas na imagem */
}

footer {
    background-color: #000000f1; /* Fundo translúcido */
    color: #fff; /* Cor do texto */
    padding: 20px;
    text-align: center;
}

.social-media {
    display: flex;
    justify-content: center;
    gap: 200px; /* Espaçamento grande entre os ícones */
    margin-bottom: 0; /* Remove margem inferior */
}

.social-media a img {
    width: 50px; /* Diminuído para 50px */
    height: 50px;
    transition: transform 0.3s ease;
}

.social-media a img:hover {
    transform: scale(1.2); /* Efeito de zoom ao passar o mouse */
}

.copy {
    margin: 0; /* Remove todas as margens */
    padding-top: 20px; /* Pequeno espaço acima do texto para separação */
}





footer .copy{
    text-align: center;
    color: white;
   
}

.ranking-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 125px;
    margin-top: 120px; /* Ajuste conforme necessário */
    padding: 0; /* Zera o padding, caso necessário */
}



  #ranking-top3 {
    flex: 1;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    max-width: 400px;
  }

  .titulo-ranking {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #ffd700;
  }

  .player-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .player-card img {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    background: #1c1c1c;
    border: 1px solid #444;
  }

  .player-card h4 {
    margin: 0;
    font-size: 1.2em;
    color: #ffd700;
  }

  .player-card p {
    margin: 2px 0;
    font-size: 0.9em;
  }
  
  .player-name {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 5px;
    animation: blink-glow 1.5s infinite alternate;
}


@keyframes blink-glow {
    0% {
        color: #00ffe7;
        text-shadow: 0 0 10px #00ffe7, 0 0 20px #00c2ff, 0 0 30px #009dff;
    }
    100% {
        color: #ffffff;
        text-shadow: 0 0 10px #ffffff, 0 0 20px #00ffe7, 0 0 30px #00c2ff;
    }
}
