@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: "GFS Didot", serif;
}

* {
    padding: 0;
    margin: 0;
}

:root {
    --cor-primaria: #FFFFFF;
    --cor-secundaria: #F9ECDB;
    --marrom-claro: #8C7A6B;
    --marrom-medio: #87705D;
    --marrom-escuro: #6C5A4A;
}

body {
    background-image: url(assets/fundo_presentes_2.svg);
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
    background-color: var(--cor-secundaria);
    overflow-x: hidden;
}

.header__botao {
    position: fixed;
    width: 8%;
    margin: 2vh 0 0 2.5vh;
    transition: all 0.3s ease;
    cursor: pointer;
}

.header__botao:hover {
    transform: scale(1.1) rotate(5deg);
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}

.header__botao:active {
    transform: scale(0.95);
    transition: all 0.1s ease;
}

.logoo {
    display: flex;
    justify-content: center;
    padding: 2vh 0 8vh;
    width: 100%;
}

.logo__desenho {
    width: 20%;
}

.presentes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 2%;
}

.presentes__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 40%;
    padding: 2%;
    margin: 0 0 8%;
    background-color: var(--marrom-claro);
    color: var(--cor-primaria);
    font-size: 0.625rem;
    border-radius: 4px;
}

.presentes__container__img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
    border-radius: 4px;
}

.presentes__container__texto {
    padding: 4% 0 0;
    font-weight: 100;
    min-height: 24px;
    display: flex;
    align-items: center;
}

.presentes__container__preco {
    padding: 8% 0;
    font-weight: 100;
}

.presentes__container__botao {
    padding: 4% 25%;
    margin: 0 0 2%;
    text-decoration: none;
    color: var(--cor-secundaria);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    background-color: var(--marrom-medio);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.15s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.presentes__container__botao:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-1px);
}

.presentes__container__botao:active {
    background-color: var(--cor-secundaria);
    color: var(--marrom-medio);
    transform: translateY(0) scale(0.98);
    transition: all 0.08s ease;
}

.footer__presentes {
    position: relative;
    padding: 3%;
    margin: 6vh 0 0;
    background-color: var(--marrom-medio);
    z-index: 12;
}

.footer__lucas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vh;
    color: white;
    font-size: 1rem;
    text-align: center;
}

.footer__lucas__texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25vh;
    padding: 0 0 2%;
}

.footer__lucas__texto__texto {
    font-weight: 100;
}

.footer__lucas__redes {
    display: flex;
    gap: 11vh;
}

.footer__lucas__redes__rede {
    width: 180%;
}

.footer__lucas__redes__rede:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.footer__lucas__copyright {
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    .header__botao {
        width: 7%;
        margin: 3vh 0 0 4vh;
    }

    .logoo {
        width: 90%;
        padding: 2vh 5% 8vh;
    }
    
    .logoo__desenho {
        width: 10%;
    }

    .presentes {
        margin: 0 5%;
    }

    .presentes__container {
        width: 37%;
        font-size: 1.25rem;
        margin: 0 0 10%;
    }

    .footer__presentes {
        padding: 2.5% 0;
    }

    .footer__lucas__texto {
        font-size: 1.25rem;
        flex-direction: row;
        gap: 0.5vh;
        padding: 0;
    }

    .footer__lucas__redes {
        gap: 15vh;
    }

    .footer__lucas__redes__rede {
        width: 250%;
    }

    .footer__lucas__copyright {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .header__botao {
        width: 5%;
    }

    .logoo {
        padding: 2vh 5% 10vh;
    }

    .logo__desenho {
        width: 15%;
    }

    .presentes__container {
        width: 30%;
    }

    .presentes__container__preco {
        padding: 5% 0;
    }

    .presentes__container__botao {
        padding: 2% 20%;
    }

    .footer__presentes {
        padding: 1% 0;
    }

    .footer__lucas__redes {
        gap: 15vh;
    }

    .footer__lucas__redes__rede {
        width: 200%;
    }
}

/* @media screen and (min-width: 1800px) {
    .header__botao {
        width: 3%;
        margin: 5vh 0 0 10vh;
    }

    .logoo {
        padding: 2vh 5% 8vh;
    }

    .logo__desenho {
        width: 8%;
    }

    .presentes {
        margin: 0 12%;
    }

    .presentes__container {
        padding: 1.5%;
        width: 22%;
        margin: 0 2% 7%;
        text-align: center;
        align-items: center;
    }

    .presentes__container__texto {
        font-size: 1.5rem;
        padding: 3% 0 0;
        width: 110%;
        text-align: center;
        display: block;
    }

    .presentes__container__preco {
        padding: 8% 0;
        font-size: 1.75rem;
    }

    .presentes__container__botao {
        margin: 0;
        font-size: 1.75rem;
        padding: 4% 38%;
        line-height: 1.3;
    }

    .footer__presentes {
        margin: 0 0;
        padding: 1% 0 0.5%;
    }

    .footer__lucas {
        padding: 0;
    }

    .footer__lucas__texto {
        font-size: 1.75rem;
    }

    .footer__lucas__redes {
        gap: 22vh;
        padding: 0.5% 0;
    }

    .footer__lucas__redes__rede {
        width: 300%;
    }

    .footer__lucas__copyright {
        font-size: 1.5rem;
    }
} */