@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Sarala&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    background-color: #f0f1e2;

}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.082);
    box-shadow: 0px 1px 15px rgba(40, 3, 75, 0.25);
}

header img {
    height: 70px;
}

nav {
    display: flex;
    gap: 50px;
}

nav a {
    color: rgb(132, 89, 212);
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 24px;
}

.github {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px;
    padding-top: 100px;
    align-items: center;
    text-align: justify;
}

.github-escrito {
    color: #5C6BC0;
}

.github-escrito h1 {
    font-family: 'Righteous';
    font-size: 65px;
    text-shadow: 3px 3px 2px rgba(40, 3, 75, 0.25);
}

.github-escrito h3 {
    font-family: 'Source Code Pro';
    padding-bottom: 30px;
    font-size: 40px;
}

.github button {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #5C6BC0;
    z-index: 1;
    background: #e8e8e8;
    position: relative;
    font-weight: 1000;
    font-size: 20px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    cursor: pointer;
}

.github button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #5C6BC0;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.github button:hover {
    color: #e8e8e8;
}

.github button:hover::before {
    width: 100%;
}

.projetos {
    margin-top: 130px;
    background-color: #5C6BC0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.projetos-conteudo {
    padding: 50px;
    font-family: 'Source Code Pro';
    font-weight: 400;
    font-size: 26px;
    color: #e8e8e8;
}

.projetos-conteudo strong {
    font-size: 42px;
}

.imagem-projeto {
    height: 70vh;
}

.imagem-projeto img {
    height: 100%;
}

.emoji::after {
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.wave::after {
    content: '✋🏻';
    --emoji: '👋🏻';
    animation-name: twoFrames;
    animation-duration: 1s;
}

@keyframes twoFrames {
    50% {
        content: var(--emoji);
    }
}

.repo {
    background-color: #f2f3eb;
    font-family: 'Sarala';
    justify-content: center;
    align-items: center;
    padding-bottom: 90px;
    padding: 30px;
    text-align: center;
    padding-bottom: 80px;
}

.repo h2 {
    padding: 30px;
    font-size: 30px;
}

.repo-containers {
    display: inline-block;
    width: 300px;
    min-width: 250px;
    margin: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    box-shadow: 3px 5px 7px rgba(40, 3, 75, 0.25);
    padding: 40px;
    border-radius: 40px;
}

.repo-containers img {
    height: 80px;
}

.repo-containers a {
    display: block;
    color: #384172;
    font-weight: 500;
    font-size: 20px;
}

.img-meta {
    background-image: url(https://i.pinimg.com/originals/ab/65/25/ab6525b299477019027ddbd33a90c4b7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 400px;
    text-align: center;
}

.img-meta p {
    font-size: 60px;
    padding-top: 160px;
    color: #e8e8e8;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.meta-conteudo {
    background-color: #5C6BC0;
    padding: 80px 40px;
    width: 100%;

}

.meta-conteudo p {
    margin: 0 auto;
    font-size: 24px;
    width: 80%;
    color: #e8e8e8;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-family: 'Nunito';
}

.meta-conteudo iframe {
    border: none;
    margin: 20px;
    width: 80vw;
    height: 80vh;


}

footer {
    background-color: #d7cfd8;
    padding-top: 10px;
    border-top: 3px solid #384172;
    height: 100px;
    text-align: center;
}

footer p {
    padding: 10px;
    color: rgb(145, 145, 145);
}

.divs-soft {
    text-align: center;
    padding: 50px 20px;

}

.soft-skill {
    padding: 20px 0px;
    width: calc(33.3% - 4px);
    height: auto;
    display: inline-block;
    color: #252525;
    font-size: 20px;
    font-family: 'Arial';
    font-weight: 500;
    border-radius: 30px;
}

.divs-soft img {
    height: 120px;
    padding: 20px 0;
}

@media screen and (max-width: 700px) {
    .repo-containers {
        width: 100%;
    }

    .soft-skill {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .repo {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .repo-containers {
        width: 33.3%;
    }

    .github {
        margin-top: 40px;
        display: block;
        align-items: center;
        text-align: center;
    }

    lottie-player {
        padding-top: 20px;
        margin: 0 auto;
    }

    .projetos {
        display: block;

    }

    .imagem-projeto img {
        width: 100%;
        padding: 0px;
    }

    nav a {
        visibility: hidden;
    }

    header {
        z-index: 2;
        padding: 30px;
        position: fixed;
        width: 100%;
        background-color: #f2f3eb;
    }

    header img {
        margin: 0 auto;
        position: absolute;
    }
}
