* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    scroll-behavior: smooth;
    font-family:sans-serif
}

:root {
    --font-h1: 'Chakra Petch', sans-serif;
    --font-secundaria: 'General Sans', sans-serif;
    --roxo: #d81fb9;
    --azul: #0fa3fc;
}

body {
    font-family: var(--font-secundaria);
    background-color: #000;
    color: #fff;
}

/* ---------------------- ANIMAÇÃO ---------------------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* ---------------------- HEADER ---------------------- */

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

#header h1 a {
    font-family: var(--font-h1);
    color: #0fa3fc;
    font-size: 2.5rem;
}


.menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.3);
    color: aqua;
    border-radius: 5px;
    padding: 0.5rem;
}


.navbar {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #1e1e1e;
    width: 200px;
    display: none;
    flex-direction: column;
    border-radius: 5px;
    font-family: var(--font-secundaria);
    font-size: 1.1rem;
}

.navbar a {
    padding: 1rem;
    color: white;
    border-top: 1px solid #333;
    border-left: solid 2px var(--roxo);
    transition: 0.3s;
}

.navbar a:hover {
    background-color: #333;
}

.navbar.active {
    display: flex;
}

/* ---------------------- HERO ---------------------- */

#hero {
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 30%, transparent 70%, rgba(0, 0, 0, 1)),
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('imgs/backgroundHero1.webp');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#hero h1 {
    font-family: var(--font-h1);
    font-size: 2.1rem;
    color: white;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 35%;
    height: 50%;
    margin-inline: 0.9%;

    /* ANIMAÇÃO */
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

#btn1 {
    width: 70%;
    max-width: 400px;
    background-color: #1eff00;
    border-radius: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: var(--font-h1);
    padding-block: 1rem;
    color: black;
    box-shadow: 0 0 15px #1eff00;
    transition: 0.3s;
    margin-top: 2%;

    /* ANIMAÇÃO */
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 1s;
    opacity: 0;
}




/* ---------------------- Locação ---------------------- */

#locacao{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: 5%;
    margin-top: 10%;
}

#locacao h2{
    font-size: 3.5rem;
    margin-bottom: 10%;
}

#locacao p{
    text-align: center;
    font-size: 1.4rem;
}


#locacaoGrid{
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    place-items: center;
    padding-inline: 10%;
    margin-block: 10%;
    row-gap: 1%;
}



.card {
    border-radius: 10px;
    margin-block: 15%;
    width: 100%;
    height: 100%;
    background: #171717;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.card .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
    background: #171717;
    width: 100%;
    height: auto;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#imgCard{
    width: 200%;
}

#imgCardXbox{
    width: 90%;
}

.locacaoSpan{
    font-size: 150%;
}

#locacao a{
    text-align: center;
    width: 100%;
    background-color: #1eff00;
    border-radius: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: var(--font-h1);
    padding-block: 1rem;
    color: black;
    box-shadow: 0 0 15px #1eff00;
    transition: 0.3s;
    margin-bottom: 20%;
}










/* ---------------------- Sobre ---------------------- */

#sectionSobre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sectionSobre h2{
    font-size: 3.5rem;
    margin-bottom: 10%;
}

#gridSobre{
    display: grid;
    grid-template-rows: 1fr 1fr;
    text-align: center;
}

#textoSobre{
    font-family: var(--font-secundaria);
    font-size: 1.4rem;
    padding: 5%;
}

#textoSobre ul{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 11%;
    font-size: 250%;
    margin-top: 5%;
    text-decoration: none;
    list-style: none;
}

#textoSobre ul li a{
    text-decoration: none;
    color: var(--roxo);
}

/* ---------------------- Avaliação ---------------------- */

.HeaderContainer__Inner-sc-de613b58-0{
    box-shadow: rgba(240, 46, 170, 0.4) -5px 5px, rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
    margin-inline: 10%;
}

.ReviewBackground__Container-sc-b270746f-0{
    box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
    margin-bottom: 10%;
}

.WidgetTitle__Header-sc-581bc1ec-2{
    display: none;
}

.Main__Content-sc-50768d0-1{
    margin-inline: 2%;
    text-align: start;
}

/* ---------------------- Contato ---------------------- */

#sectionContato {
    padding: 60px 20px;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent 30%, transparent 70%, rgba(0, 0, 0, 1)),
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)),
        url('imgs/backgroundContatos1.webp');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#sectionContato h2{
    font-size: 3.5rem;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

#containerContato {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}


#containerContato input,
#containerContato textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    outline: none;
    background-color: rgba(255, 255, 255, 0.9);
}


#containerContato textarea {
    height: 120px;
    resize: none;
    margin-top: 2%;
}


#containerContato a {
    margin-top: 2%;
    padding: 15px 30px;
    font-size: 1.2rem;
    background-color: white;
    color: #d81fb9;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    width: 50%;
}

/*erro mensagem contato*/

.mensagem-erro {
    color: red;
    font-size: 1.1rem;
    display: none;
}



/* ---------------------- footer ---------------------- */

#footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#socialIconsFooter{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5%;
    font-size: 2.3rem;
    color: var(--roxo);
    list-style: none;
}

#socialIconsFooter li a i {
    color: var(--roxo); 
}


#navegacaoFooter{
    display: flex;
    justify-content: center;
    gap: 2%;
    width: 100%;
    font-size: 1.1rem;
    margin-block: 5%;
    margin-inline: 1%;
}


#navegacaoFooter a{
    text-decoration: none;
    color: white;
}

#footer p{
    margin-bottom: 5%;
    font-size: 1.1rem;
}






/* ---------------------- RESPONSIVO ---------------------- */

@media (min-width: 768px) {

    .navbar a {
        font-size: 2rem;
    }

    #hero h1 {
        font-size: 3.5rem;
    }

    #hero a {
        font-size: 2rem;
    }

    .menu-icon {
        display: none;
    }

    .navbar {
        display: flex !important;
        position: static;
        flex-direction: row;
        background-color: transparent;
        width: auto;
        gap: 2rem;
    }

    .navbar a {
        border: none;
        padding: 0;
        color: white;
    }

    .navbar a:hover {
        text-decoration: solid 4px var(--roxo) underline;
        background-color: transparent;
    }
}




@media (min-width: 1024px) {

    #header h1 a {
        font-size: 3rem;
    }

    #header h1 a:hover{
        transition: 300ms;
        color: #1eff00;
    }

    #hero h1 {
        font-size: 5rem;
        padding-top: 10%;
    }

    #hero a:hover{
        background-color: transparent;
        color: #1eff00;
    }


    /*------ Locação ------*/
    
    #locacao{
        height: 100vh;
    }

    #locacaoGrid{
        grid-template-rows: none;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 2%;
        margin-block: 2%;
        height: 50vh;
    }


    #card{
        padding: 10%;
    }


    #imgCard{
        width: 150%;
    }

    #locacao h2{
        font-size: 3.5rem;
        margin-bottom: 3%;
    }
    
    #locacao p{
        text-align: center;
        font-size: 1.7rem;
    }

    #locacao a{
        width: 50%;
    }

    #locacao a:hover{
        background-color: transparent;
        color: #1eff00;
    }



    /*------ Sobre ------*/
    #sectionSobre{
        padding-inline: 2%;
        align-items: start;
        height: 100vh;
    }

    #sectionSobre h2{
        margin-top: 1%;
    }

    #gridSobre{
        display: grid;
        grid-template-rows: none;
        grid-template-columns: 2fr 1fr;
        text-align: start;
        margin-inline: 1%;
        gap: 2%;
        
    }
    
    #sectionSobre h2{
        font-size: 4rem;
        margin-bottom: 3%;
    }

    #textoSobre{
        font-size: 1.5rem;
        padding: 0;
    }

    #textoSobre ul li a:hover{
        color: white;
    }

    #containerContato a:hover{
        background-color: var(--azul);
        color: white;
    }


    /*------ Avaliação ------*/

    .ReviewContainer__Inner-sc-87c89047-0{
        align-items: center;
    }

    .HeaderComponent__Top-sc-e5880ad8-2{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 25%;
    }

    .HeaderComponent__Top-sc-e5880ad8-2{
        width: 50%;
    }

    .ReviewBackground__Container-sc-b270746f-0{
        width: 100%;
    }

    .WidgetTitle__Header-sc-581bc1ec-2{
        display: none;
    }
    

    /*------ footer ------*/

    #footer{
        margin-top: 2%;
    }

    #socialIconsFooter{
        gap: 1%;
    }

    #socialIconsFooter a:hover i{
        color: white;
    }

    #navegacaoFooter{
        gap: 1%;
    }

    #navegacaoFooter{
        margin-block: 1.1%;
    }

    #navegacaoFooter a:hover{
        color: var(--roxo);
    }

}
