@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100&display=swap');
/* Mudanças no body */
body{
    position: relative;
    overflow-x: hidden;
}
/* Fim das mudanças no body */

/* Estilização da NavBar */
.navbar{
    height: 150px;
    padding: 0 !important;
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    position: absolute;
    z-index: 1;
}
.logo > img{
    height: 100%;
    margin: 0;
}
.logo{
    height: 100%;
}
.socialmedia{
    display: flex;
    justify-content: space-around;
    padding-top: 2% !important;
    height: 60%;
    width: 20%;
    align-self: flex-start;
}
.socialmedia > a{
    width: 100%;
    min-width: 50px;
    min-height: auto;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: white;
}
.socialmedia > a > svg{
    width: 50%;
    height: auto;
}
.socialmedia > a > svg:hover{
    scale: 1.2;
    transition: all ease-in-out 200ms;
}
.menu{
    height: auto;
    width: 65px;
    display: flex;
    align-self: flex-start;
    justify-self: center;
    margin-top: 2% !important;
    margin-right: 2% !important;
}
.menu > svg{
    color: white;
    text-decoration: none;
    width: 80%;
    height: auto;
    align-self: flex-start;
}
.menu > svg:hover{
    cursor: pointer;
    scale: 1.2;
}
.background{
    background-image: url('./img/background.jpg');
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    width: 100vw;
    height: 100vh;
    float: left;
}
.texts{
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
    color: white;
}
.texts > h1{
    align-self: flex-end;
}
.texts > h3{
    align-self: flex-start;
}
/* Fim das estilizações na NavBar */

/* Estilização no Menu Hamburguer */
.menu-toggle{
    align-items: center;
    justify-items: center;
    display: grid;
    flex-direction: column;
    background-color: #35363A;
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
    height: 100vh;
    transform: translateX(100%);
}
.menu-toggle-open{
    animation: menuOpen 500ms ease-out forwards;
}
.menu-toggle-close{
    animation: menuClose 500ms ease-out forwards;
}
.menu-toggle > .logo{
    width: 50%;
    height: 50%;
}
.menu-toggle > .logo > img{
    width: 100%;
    height: fit-content;
}
.menu-toggle .close{
    width: 25%;
    height: 35%;
}
.menu-toggle > .close > svg{
    width: 100%;
    height: auto;
    color: white;
} 
.menu-toggle > .close > svg:hover{
    cursor: pointer;
    scale: 1.2;
}
.menu-toggle > .menuoptions{
    align-self: center;
}
.menu-toggle > .menuoptions > .optionsmenu{
    display: grid;
    gap: 25px;
}
.menu-toggle > .menuoptions > .optionsmenu > .options > a{
    text-decoration: none;
    color: white;
    font-size: 1.4rem;
}
.menu-toggle > .menuoptions > .optionsmenu > .options{
    text-align: center;
}
.menu-toggle > .menuoptions > .optionsmenu > .options > a:hover{
    border-bottom: 2px solid white;
    transition: all 50ms ease-in;
    font-size: 1.5rem;
}
ul{
    padding: 0 !important; 
}
/* Fim das estilizações do menu hamburguer */

/* Aba sobre mim */
.sobre-mim{
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100vw;
    height: 60vh;
    top: 100vh;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #35363A;
}
.sobre-mim > .image{
    width: 300px;
    height: auto;
    align-self: center !important;
    justify-self: center !important;
    display: block;
    opacity: 0;
}
.sobre-mim > .image > img{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 30px;
    transform: scaleX(-1);
    align-self: center !important;
    justify-self: center !important;
}
.sobre-mim > .descricao{
    width: 60%;
    color: white;
    opacity: 0;
}
.content-animation{
    transform: translateY(-15%);
}
.visible{
    transform: translateY(0%);
    animation: animationApear 1250ms ease-in forwards;
}
.sobre-mim > .descricao > h1{
    text-align: center;
}
.sobre-mim > .descricao > .content-about-me{
    margin-top: 7%;
    text-align: justify;
}
/* Fim da aba sobre mim */
/* Aba Conteúdo */
.conteudo{
    position: absolute;
    display: grid;
    top: 160vh;
    width: 100vw;
    height: fit-content;
    background-image: url('./img/background2.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 10%;
}
.conteudo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    height: fit-content;
    background-color: rgba(0, 0, 0, 0.7); /* Ajuste a opacidade */
    z-index: 1;
}
.content-items{
    display: grid;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    z-index: 2;
    transform: translateY(-15%);
    opacity: 0;
}
.title-content{
    text-align: center;
    color: #fff;
}
.title-h1{
    font-weight: bolder;
}
.content-buttons{
    display: grid;
    grid-gap: 35px;
    padding-top: 25px;
    grid-template-areas: 
    "button-content button-content"
    "button-content button-content"
    "button-content button-content"
    "button-content button-content";
}
.button-content{
    background-color: black;
    border: 2px solid #FFB800;
    border-radius: 25px;
    width: 250px;
    height: 75px;
}
.button-content > a{
    text-decoration: none;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 300;
}
.button-content:hover{
    scale: 1.1;
}
/* Fim da aba conteúdo */
/* Aba Histórias de sucesso */
.aba-historias{
    position: absolute;
    top: 240vh;
    width: 100vw;
    height: fit-content;
    background-color: #35363A;
}
.video{
    width: 25%;
    height: auto;
}
.video > video{
    width: 100%;
    height: 100%;
}
/* Fim da aba histórias de sucesso */
/* Animações */
@keyframes menuOpen {
 to {
    transform: translateX(0);
 }
}
@keyframes menuClose {
    from{
        transform: translateX(0);
    }
    to {
       transform: translateX(100%);
    }
   }
@keyframes animationApear {
    from{
        transform: translatex(-15%);
        opacity: 0;
    }
    to{
        transform: translateX(0%);
        opacity: 1;
    }
}
/* Fim das animações */