body {
    background: linear-gradient(133.48deg, #000000 -0.43%, #008f5d 231.84%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

* {
    color: white;
    font-family: "Montserrat", sans-serif;
}

header {
    margin: 0;
    padding: 15px;
    /* padding-bottom: 0px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

header nav{
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-right: 100px;
    border-bottom: 1px solid white;
    width: 450px;
    padding: 10px;
    font-size: 15pt;
}

header nav a {
    user-select: none;
    text-decoration: none;
    transition: 200ms ease-in-out;
}

header nav a:hover{
    color: rgb(0, 151, 106);
    transform: translateY(-10%);
}

::-webkit-scrollbar {
    display: none;
}

@keyframes FadeIn{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes FadeInJump{
    from {
        opacity: 0;
        transform: translateY(15%);
    }
    to {
        opacity: 1;
        transform: translateY(-15%);
    }
}

/* SKills page styles */
#myskills {
    margin: 0;
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 40pt;
    animation: FadeInJump forwards 1500ms ease-in-out;
    transition: ease-in-out 500ms;
    text-shadow: 0 0 20px #00935f4e;
}

#btn1{
    animation: FadeIn forwards 1500ms ease-in-out;
}

#btn2 {
    animation: FadeIn forwards 2000ms ease-in-out;
}


.SkillsMenu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
}

.SkillsMenu ul {
    margin: 0;
    margin-left: 10px;
    list-style-type: none;
}

#btn1,
#btn2 {
    user-select: none;
    font-size: 20pt;
    color: #efefef3b;
    transition: ease-in-out 200ms;
}

#btn1:hover,
#btn2:hover {
    color: #008f5d;
    transform: scale(1.05);
}

.SkillsMenu ul li:hover {
    cursor: pointer;
}

.skillscontent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    height: 500px;
}

.skillscontainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 70px;
    margin-bottom: 50px;
    width: 800px;
    height: 500px;
    animation: FadeIn ease-in-out 1000ms forwards;
}

/* Area das softskills */
.SoftSkillsContainer {
    display: none;
    align-items: center;
    grid-template-columns: 800px;
    grid-template-rows: 500px;
    margin-top: 70px;
    margin-bottom: 50px;
    width: 800px;
    height: 500px;
    animation: FadeIn ease-in-out 1000ms forwards;
}

.SoftSkills{
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 10px;
    background-color: #01371d45;
    border-radius: 15px;
    border: 2px solid #008f5d;
    margin: 25px;
    width: 730px;
    height: 125px;
    box-shadow: 0 10px 20px #008f5d2d;
}

.SoftSkills span {
    user-select: none;
    margin: 10px;
    white-space: nowrap;
    background-color: #00533642;
    padding: 9px;
    color: #ffffff49;
    border-radius: 8px;
}

.SoftSkills span:hover {
    background-color: #008f5d84;
    color: white;
}

/* area das hardskills */
.HardSkills {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px;
    width: 200px;
    height: 200px;
    border: 2px solid rgb(0, 255, 145);
    border-radius: 15px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.225);
    transition: 300ms ease-in-out ;
}


.HardSkills img {
    user-select: none;
    scale: 0.50;
}

.HardSkills:hover {
    background-color: #004e2346;
    box-shadow: 0 5px 50px rgba(0, 128, 77, 0.112);
} 


.card-text {
    user-select: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20pt;
    background-color: #00000085;
    width: 200px;
    height: 200px;
    border: none;
    border-radius: 15px;
    opacity: 0;
    backdrop-filter: blur(20px);
    transition: opacity 300ms ease-in-out;
}

.card-text:hover {
    opacity: 1;
    animation: FadeIn 500ms ease-in-out;
}












/* Project page */
.project-container {
    margin: 3px;
}

.title {
    user-select: none;
    padding: 10px;
    text-align: center;
    margin: 0;
    width: 340px;
}

.title p {
    animation: FadeInJump forwards 1500ms ease-in-out;
    margin: 0;
    font-size: 35pt;
}

.project-area {
    display: flex;
    gap: 130px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 3px;
}

.projects {
    display: flex;
    flex-direction: column;
    align-items: center ;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 359px;
    height: 400px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.263);
    border: 2px solid #00ffa6;
    animation: FadeIn 4000ms forwards;
}

/* #project1 {
    /* background-image: url(/src/assets/imgs/coding-background-9izlympnd0ovmpli.jpg); */
/* } */

/* #project2 { */
    /* background-image: url(/src/assets/imgs/coding-background-9izlympnd0ovmpli.jpg); */
/* } */

/* #project3 { */
    /* background-image: url(/src/assets/imgs/coding-background-9izlympnd0ovmpli.jpg); */
/* } */ 

.git-repo {
    user-select: none;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

.git-repo a{
    color: #818181;
    font-size: 15pt;
    text-decoration: none; 
    transition: ease-in-out 300ms; 
}

.git-repo a:hover {
    color: #fff;
}

.centralize {
    display: flex;
    justify-content: center;
}

.content-hover {
    user-select: none;
    backdrop-filter: saturate(0%) blur(20px);
    width: 359px;
    height: 400px;
    text-align: center; 
    opacity: 0;
    transition: 500ms ease-in-out;
}

.content-hover:hover {
    opacity: 1;
    animation: FadeIn 500ms ease-in-out; 
}

.content-hover p {
    font-weight: 500;
    font-size: 25pt;
}

.content-hover a {
    font-size: 15pt;
}






/* About section */

.aboutSec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;

}

.title2 {
    user-select: none;
    animation: FadeInJump forwards 1500ms ease-in-out;
    padding: 10px;
    text-align: center;
    margin: 0;
    width: 340px;
}

.title2 p{
    font-size: 35pt;
    margin: 0;
}

.aboutContainer {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.about {
    padding: 25px;
    background-color: #29292920;
    border-radius: 22px;
    margin: 10px;
    width: 750px;
    height: 420px;
    border: 2px solid #009a577d;
    transition: 300ms ease-in-out;
    animation: FadeIn 1000ms ease-in-out forwards;
    box-shadow: 0 30px 30px #006f483a ;    
}

.about h1 {
    color: #00ffa6;
    text-shadow: 0 5px 15px #008f5d42;
}

.about p, 
.about ul li {
    color: #ffffff76;
}

