body{
    background-color: #000000;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    font-style: normal;
}
.li{
    list-style: none;
    color: #fff;
    margin-inline: 40px;
  
}
.ul{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#lde{
    position: relative;
    right: 5vw;
}
button{
    background-color: #9BF00B;
    width: 196px;
height: 39px;
padding-top: 12px;
padding-right: 32px;
padding-bottom: 12px;
padding-left: 32px;
font-size: 11px;
border: none;
transition: .4s;

}
button:hover{
    background-color: #233602;
    color: #fff;
}
 a{
    text-decoration: none;
    color: #fff;
    transition: .4s;
 }
 a:hover{
    color: #9BF00B;
 }
.centro{
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: 8vh;
}
.titulo{
    color: #fff;
    font-size: 72px;
}
.sub-titulo{
    color: #9BF00B;
    font-size: 24px;
}


.xbox {
    position: relative; /* Mantém a posição */
    z-index: 2; /* Mantém acima do fundo */
    
    /* Criando o efeito de desaparecimento */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

/* Efeito de luz verde atrás do Xbox */
.luz-verde {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 250px;
    background: radial-gradient(circle, rgba(134, 207, 9, 0.6) 10%, rgba(0, 123, 0, 0) 80%);
    filter: blur(50px);
    z-index: 1;
}
.controle{
    position: relative;
    float: right;
    right: 20vh;
}
.descricao{
    top: 20vh;
    position: relative;
    color: #fff;

}
.titulo-2{
    font-size: 100px;
    position: relative;
    left: 25vh;
}
.sub-titulo-2{
    font-size: 34px;
    position: relative;
    left: 25vh;
}
span{
    color: #9BF00B;
}
.imgs {
    position: relative;
    top: 50vh;
    display: flex;
    justify-content: center; /* Centraliza os itens */
    align-items: center;
    text-align: center;
  
}


.img {
    width: 26vw; /* Faz as imagens ocuparem o espaço disponível */
    height: auto;
}
.footer{
    position: relative;
    top: 60vh;
}
.perguntas{
    color: #fff;
    position: relative;
    left: 29%;
}
.faq {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    font-size: 16px;
    color: #444;
}

.arrow {
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
    color: green;
}

.faq-item.active .faq-answer {
    display: block;
}
.spant{
    color: #fff;
}
.final{
    color: #777777;
    
}
.p-final1{
    position: relative;
    float: right;
    right: 19vw;
    margin-inline: 20px;
    top: 10vh;
    height: 10vh;
}
.logo{
    position: relative;
    top: 10vh;
    left: 20vw;
}




@media (max-width: 1366px) {

.li{
    list-style: none;
    color: #fff;
    margin-inline: 40px;
  
}
.ul{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#lde{
    position: relative;
    right: 5vw;
}
button{
background-color: #9BF00B;
width: 196px;
height: 39px;
padding-top: 12px;
padding-right: 32px;
padding-bottom: 12px;
padding-left: 32px;
font-size: 11px;
border: none;
transition: .4s;

}
button:hover{
    background-color: #233602;
    color: #fff;
}
 a{
    text-decoration: none;
    color: #fff;
    transition: .4s;
 }
 a:hover{
    color: #9BF00B;
 }
.centro{
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: 8vh;
}
.titulo{
    color: #fff;
    font-size: 72px;
}
.sub-titulo{
    color: #9BF00B;
    font-size: 24px;
}


.xbox {
    position: relative; /* Mantém a posição */
    z-index: 2; /* Mantém acima do fundo */
    
    /* Criando o efeito de desaparecimento */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

/* Efeito de luz verde atrás do Xbox */
.luz-verde {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 250px;
    background: radial-gradient(circle, rgba(134, 207, 9, 0.6) 10%, rgba(0, 123, 0, 0) 80%);
    filter: blur(50px);
    z-index: 1;
}
.controle{
    position: relative;
    float: right;
    right: 20vh;
}
.descricao{
    top: 20vh;
    position: relative;
    color: #fff;

}
.titulo-2{
    font-size: 64px;
    position: relative;
    left: 15vh;
}
.sub-titulo-2{
    font-size: 24px;
    position: relative;
    left: 15vh;
}
span{
    color: #9BF00B;
}
.imgs {
    position: relative;
    top: 50vh;
    display: flex;
    justify-content: center; /* Centraliza os itens */
    align-items: center;
    text-align: center;
  left: 16%;
}


.img {
    width: 26vw; /* Faz as imagens ocuparem o espaço disponível */
    height: auto;
}
.footer{
    position: relative;
    top: 60vh;
}
.perguntas{
    color: #fff;
    position: relative;
    left: 20%;
}
.faq {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    font-size: 16px;
    color: #444;
}

.arrow {
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
    color: green;
}

.faq-item.active .faq-answer {
    display: block;
}
.spant{
    color: #fff;
}
.final{
    color: #777777;
    
}
.p-final1{
    position: relative;
    float: right;
    right: 19vw;
    margin-inline: 20px;
    top: 10vh;
    height: 10vh;
}
.logo{
    position: relative;
    top: 10vh;
    left: 20vw;
}

}
@media (max-width: 768px) {
    /* Ajuste do Navbar */
    .ul {
        flex-direction: column;
        gap: 10px;
    }

    .li {
        margin: 10px 0;
    }

    #lde {
        position: static;
    }

    button {
        width: 100%;
        height: 50px;
        font-size: 14px;
    }

    /* Ajuste do centro */
    .centro {
        top: 5vh;
        padding: 20px;
    }

    .titulo {
        font-size: 36px;
    }

    .sub-titulo {
        font-size: 18px;
    }

    .xbox {
        width: 360px;
        height: 213px;
    }
    .luz-verde{
        width: 20%;
    }

    /* Ajuste da descrição */
    .descricao {
        text-align: center;
        padding: 20px;
    }

    .controle {
        width: 300px;
        float: none;
        right: 0;
        margin-bottom: 20px;
        top: 30vh;
    }

    .titulo-2 {
        font-size: 32px;
        left: 0;
        top: -35vh;
    }

    .sub-titulo-2 {
        font-size: 18px;
        left: 0;
        top: -35vh;
    }

    /* Ajuste das imagens */
    .imgs {
        top: 30vh;
        left: -15px;
        flex-direction: column;
        
    }

    .img {
        width: 90%;
        margin: 10px auto;
    }

    /* Ajuste do FAQ */
    .faq {
        width: 90%;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 14px;
    }

    /* Ajuste do Footer */
    .footer {
        top: 40vh;
        text-align: center;
    }

    .perguntas {
        left: 0;
        font-size: 24px;
    }

    .final {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p-final1 {
        float: none;
        position: static;
        margin: 5px 0;
    }

    .logo {
        left: 0;
        top: 0;
        width: 80px;
    }
}



/* Padrão: invisível e deslocado */
.xbox, .imgs, .footer {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* Controle desliza da direita para esquerda */
.controle {
    opacity: 0;
    transform: translateX(100px);
    transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Textos deslizam da esquerda para direita */
.texto.descricao {
    opacity: 0;
    transform: translateX(-150px);
    transition: transform 1s ease-out, opacity 1s ease-out;
}

/* Quando visível, aparece suavemente */
.scroll-show {
    opacity: 1;
    transform: translate(0);
}
