
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap');

:root{
    --bg-color--darkMode: #060505;
    --bg-color--whiteMode: #fff;
    --nav-letter-color-whiteMode: #fff;
    --nav-letter-color-darkMode: #060505;
    --letters-color-whiteMode: #060505;
    --letters-color-darkMode: #fff;

}
.hidden{
    visibility: hidden;
}
body{
    scroll-behavior: smooth;
    background-color: var(--bg-color--darkMode);
    overflow-x: hidden;
}

* {
    padding:0;
    margin:0;
    vertical-align:baseline;
    list-style:none;
    border:0;
    box-sizing: border-box;
    }

    .navigation a{
        cursor: url('../images/favico.png'),auto;
        text-decoration: none;
        padding-right: 32px;
        color: var(--nav-letter-color-darkMode);
    }
.text{
    color: #060505;
}

#logo{
    position: absolute;
    width: 150px;
    margin-top: 42px;
    z-index: 1000;
    margin-left: 76px;
    opacity: 0;
}

    
header{
    top: 0; /* Fixa o header no topo quando ele chega a esse ponto */
    z-index: 1;
    display: flex;
    position: sticky;
    background-color: var(--nav-letter-color-whiteMode);
    align-items: last baseline;
    padding-bottom: 1%;
    justify-content: flex-end;
    height: 12vh;

    
}

.navigation{
    font-family: "IBM Plex Mono", monospace;
    font-weight: 600;
    width: 100%;
    font-size: 26px;
    margin-left: 37%;
    
}

#sun{
    margin-top: 80px;
    width: 48px;
    margin-right: 100px
}

article{
    display: flex;
    flex-direction: row;
    background-color: var(--bg-color--darkMode) ;
    align-items: center;
    height:  80vh;
    overflow: hidden;

} 
article div{
    margin: 0 69px;
}
.principalText{

    font-family: "New Amsterdam", sans-serif;
    font-weight: 400;
    color: var(--letters-color-darkMode);
    opacity: 0;
}
.principalText h1{
    font-size: 2000px;
}

.image-furiaJogadores {
    display: flex;
    object-fit: cover;
    -webkit-mask-image: radial-gradient(circle, black 20%, transparent 95%);
    mask-image: radial-gradient(circle, black 45%, transparent 95%);
    opacity: 0;
}
.text{
    margin-bottom: 90px;
    width: 100%;

}
#title{
    margin-top: 100px;
    text-align: center;
    font-size: 150px;
    margin-bottom: 50px;
}
#textFuria{
    font-size: 24px;
    text-align: center;
}
.lineup{
    text-align: center;
    margin-bottom: 60px;
    font-family: "New Amsterdam", sans-serif;
}
.title-lineup{
    font-family: "New Amsterdam", sans-serif;
    text-align: center;;
    color: var(--letters-color-darkMode);
    font-size: 48px;

}




.playerContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    row-gap: 16px;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-left: 20vw;
    margin-top: 20px;
}


  .playerphoto{
    position: relative;
    border: 1px solid black;
    justify-items: center;
    opacity: 0;
    transform: translateX(100vw);
  }

span{
    color: var(--letters-color-darkMode);
}

.flag{
    margin-top: 8px;
    width: 20px;
    margin-right: 10px;
    text-align: center;
}

.linefem{
    margin-top: 5%;
}
.data{
    color: var(--letters-color-darkMode);
    margin: 20px;
}
.containerNextGames{
    font-family: "New Amsterdam", sans-serif;
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px;
}
.containerFormatado {
    display: flex;
    justify-content: space-between; /* Espaça os elementos uniformemente */
    align-items: center;
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 8px;
    padding: 20px;
    width: 580px;
}
#resultado{    font-family: "New Amsterdam", sans-serif;}

.logotimesConfronto{
    width: 120px;
    font-size: 200px;
}
.nomeTime {
    font-size: 40px;
    width: 200px; /* Largura fixa para manter o layout consistente */
    text-align: center;
    white-space: nowrap; 
    overflow: hidden; /* Esconde o texto extra */
    text-overflow: ellipsis; /* Adiciona "..." ao texto longo */
    color: #fff;
}
.vs {
    padding: 0 20px; /* Espaçamento consistente em ambos os lados */
    font-size: 80px;
    color: var(--letters-color-darkMode);
}

.textoDivs{
    text-align: center;
    color: var(--letters-color-darkMode);
    font-size: 48px;
    margin-top: 80px;
}

.resultadoDerrota{
    color: red;
}

.resultadoVitoria{
    color: rgb(1, 252, 1);
}


footer {
    margin-top: 70px;
    color: white;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-content div {
    margin: 10px;
}

.footer-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-content ul {
    list-style-type: none;
    padding: 0;
}

.footer-content ul li {
    margin-bottom: 8px;
}

.footer-content ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-content ul li a:hover {
    color: #ddd;
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #ddd;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
    font-size: 14px;
}


.hamburger {
    display: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #logo{
        width: 90px;
    }
    .navigation {
        display: none; /* Esconder o menu de navegação padrão */
        flex-direction: column;
        background-color: #060505;
        position: absolute;
        justify-content: center;
        align-items: center;
        top: 110px;
        left: 0;
        right: 0;
        padding: 10px 0;
        z-index: 10;
        width: 200px;
    }

    .hamburger {
        display: block;
        color: #060505; /* Mostrar o ícone do menu hamburguer */
    }
    #title{
       font-size: 50px;
    }

    .navigation a {
        color: white;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        display: block;
    }
    #home{
        display: flex;
        flex-direction: column;
        height: 80vh;

    }
    #textFuria{
        font-size: 20px;
    }

}


/* Mostrar o menu quando o ícone do menu hamburguer for clicado */
.show {
    display: flex;
}
#sun{
    margin-left: 5vw;
    width: 30px;
}
