@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    
* {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
} 

html, body {
    position: relative;
    height: 100%;
    overflow: hidden;
}

body {
    background: #f0f0f0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: #021124;
}

.swiper{
    width: 100%;
    height: 100%;
}

.swiper-slide{
    text-align: center;
    font: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination{
    position: absolute;
    z-index: 99;
    right: 20px;
    width: 20px;
    text-align: center;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 8px 0;
}   

.swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #021124;
    opacity: 0.2;
    transition: all 0.3s;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #021124;
    opacity: 1;
    height: 30px;
    box-shadow: 0px 0px 20px 0px white;
}

a{
    text-decoration: none;
    color: #021124;
    font-size: 1.2rem;
}

.SkillsBottom{
    display: flex;
    flex-direction: row;
    margin: 10vh;
    padding: 10vh;
}

#HomeA{
    display: flex;
    flex-direction: row;
    margin: 15vh;
    padding: 10vh;
}

#HomeText, .Soft, .Hard{
    width: 50%;
    height: 100%;
}

#HomeText h1{
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 5%;
    color: #40E0D0;
}

#HomeText p{
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align:center;
    color: white;
}

#HomeImg{
    width: 50%;
    height: 100%;
}

#HomeImg img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}

#AboutTop, #SkillsTop, #ProjectsTop, #ContactTop{
    margin-top: 30px;
}

#AboutTop h1, #Skills h1, #Projects h1, #Contact h1{
    font-size: 2rem;
    text-align: left;
    padding-left: 7%;
    margin-bottom: 1rem;
}

#AboutTop p{
    font-size: 1rem;
    margin-bottom: 5rem;
    padding: 0 10%;
}

#AboutBottom{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  
.timeline {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.left{
    float: right;
}
  
.timeline-content {
    padding: 0.3rem;
    background: #b8cad4;
    -webkit-box-shadow: 5px 5px 10px #9fb0ba, -5px -5px 10px #abbdc7;
            box-shadow: 5px 5px 10px #9fb0ba, -5px -5px 10px #abbdc7;
    border-radius: 2px;
    color: black;
    transition: 0.4s ease;
    overflow-wrap: break-word !important;
    margin: 1rem;
    margin-bottom: 20px;
    border-radius: 6px;
    justify-content: center;
}

.timeline-component {
    margin: 0px 20px 20px 20px;
    width: 200px;
    height: 100px;
}

.AboutIcon img {
    justify-content: center;
    margin-bottom: 1rem;
}

.AboutTimeline {
    justify-content: center;
    display: flex;
}

.grid2 img{
    width: 8%;
    padding-left: 20px;  
}

.cardTitle {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.timeline-content h3{
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

.timeline-content p{
    text-align: left;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.Etec{
    background-color: #edb1b1;
    -webkit-box-shadow: 5px 5px 10px #e7bab9, -5px -5px 10px #e7bab9;
            box-shadow: 5px 5px 10px #e7bab9, -5px -5px 10px #e7bab9;
}

.Beets{
    background-color: #dfcae1;
    -webkit-box-shadow: 5px 5px 10px #dfcae1, -5px -5px 10px #dfcae1;
            box-shadow: 5px 5px 10px #dfcae1, -5px -5px 10px #dfcae1;
}

.Trainee{
    background-color: #f3f0c6;
    -webkit-box-shadow: 5px 5px 10px #f3f0c6, -5px -5px 10px #f3f0c6;
            box-shadow: 5px 5px 10px #f3f0c6, -5px -5px 10px #f3f0c6;
}

.Hard{
    position: relative;
}

.Soft h3, .Hard h3{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.List{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d0d2d6;
    position: relative;
    width: 300px;
    height: 35px;
    border-radius: 10px;
    margin: 2px;
}

.List p{
    text-align: left;
    font-size: 1rem;
    padding: 0px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.ProjectsBottom{
    display: flex;
    flex-wrap: wrap;
    width: 95%;
}

.ProjectCards{
    width: 32%;
    display: flex;
    flex-direction: row;
}

.ProjCards{
    width: 200px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    margin: 20px;
    border-radius: 10px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    background-color: #d0d2d6;
    border: #021124 1px solid;
}

.CardImg .CardText{
    width: 100%;
    height: 50%;
}

.CardImg img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: #D3D3D3 5px solid;
}

.CardImg{
    border-radius: 10px 10px 0px 0px;
    display: flex;
    justify-content: center;  
    align-items: center;
    
}

.CardText{
    padding: 5px;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
}

.ProjTitle .ProjText{
    display: block;
}

.ProjText p{
    text-align: justify;
    text-justify: inter-word;
}

.CardText h3{
    font-size: 1rem;
    text-align: center;
    margin-bottom: 5px;
}

.CardText p{
    font-size: 0.8rem;
    text-align: center;
}

#Card01{
    background: linear-gradient(to bottom, #F9D4A8 60%, white 40%);
}

#Card02{
    background: linear-gradient(to bottom, #FCE8A5 60%, white 40%);
}

#Card03{
    background: linear-gradient(to bottom, #A5E1E9 60%, white 40%);
}

#Card04{
    background: linear-gradient(to bottom, #A8F9A8 60%, white 40%);
}

#Card05{
    background: linear-gradient(to bottom, #A8A8F9 60%, white 40%);
}

#Card06{
    background: linear-gradient(to bottom, #F9A8A8 60%, white 40%);
}

.ContentButtom, .contentDownload{
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}	

.ProjectButtom{
    margin-top: 10px;
    margin-right: 30px;
    width: 150px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    border: #021124 2px solid;
}

#GitBefore{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ButtomText, .DownloadText{
    padding: 10px;
}

.ProjectButtom:hover, .Download:hover{
    background-color: #021124;
    transition: 1.5s;
}

#GitAfter{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ContactBottom{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ContactMe, .Curriculum{
    width: 400px;
    height: 600px;
    background-color: white;
    margin: 50px 150px;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3),
                0 10px 5px rgba(0, 0, 0, 0.3), 
                -5px 10px 5px white;
}

.ContactBottom h3{
    padding-top: 30px;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.Forms{
    text-align: left;
    padding: 0 10%;
}

#name, #email, #number{
    width: 100%;
    height: 2rem;
    border-radius: 10px;
    border: 1px solid #021124;
    padding: 0 10px;
}

#message{
    width: 100%;
    height: 8rem;
    border-radius: 10px;
    border: 1px solid #021124;
    padding: 0 10px;
}

#submit{
    width: 100%;
    height: 2rem;
    border-radius: 10px;
    border: 1px solid #021124;
    background-color: #021124;
    color: white;
    font-size: 1rem;
    margin-top: 1rem;
}

#submit:hover{
    background-color: white;
    color: #021124;
    transition: 0.5s;
}

.socialMedia{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-bottom: 20px;
}

.Github, .Linkedin, .Instagram, .GithubHome, .LinkedinHome, .InstagramHome{
    width: 51px;
}

.Github:hover, .Linkedin:hover, .Instagram:hover{
    background-color: #021124;
    border-radius: 10px;
    transition: 0.5s;
}

.GithubHome:hover, .LinkedinHome:hover, .InstagramHome:hover{
    background-color: #FFFFFF;
    border-radius: 10px;
    transition: 0.5s;
}


.Icons{
    display: flex;
    justify-content: center;
    align-items: center;
}

.Download, .Download2{
    width: 140px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #021124;
    border-radius: 10px;
    border: #021124 2px solid;
    color: white;
}

.Download img, .Download2 img{
    width: 30px;
    height: 30px;
}

.Download h3, .Download2 h3{
    font-size: 1rem;
    margin-left: 10px;
}

.two{
    display: grid;
    grid-template-rows: 1fr 1fr;
    padding: 10% 20%;
}

.Brazil{
    margin-top: 20%;
}

.Download:hover, .Download2:hover{
    background-color: white;
    color: #021124;
    transition: 0.3s;
}

#Home{
    background: url(Image/BackHome.svg);
    background-size: cover;
}

#About{
    background: url(Image/BackAbout.svg);
    background-size: cover;
}

#Skills{
    background: url(Image/BackSkills.svg);
    background-size: cover;
}


#Projects{
    background: url(Image/BackProjects.svg);
    background-size: cover;
}

#Contact{
    background: url(Image/BackContact.svg);
    background-size: cover;
}

#Skills h1, #Contact h1{
    color: #40E0D0;
}

#Skills h3{
    color: white;
}

@media screen and (max-width: 1400px) {
    .ContactMe, .Curriculum{
        width: 300px;
        height: 450px;
        margin: 0 5%;
    }    

    .ContactBottom h3{
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .socialMedia{
        margin-bottom: 10px;
    }

    #name, #email, #number{
        height: 1.5rem;
    }
    
    #message{
        height: 4rem;
    }
    
    #submit{
        margin-top: 0.5rem;
    }

    .ProjCards{
        width: 200px;
        height: 200px;
        margin: 10px;
    }

    .ProjectButtom{
        margin-top: 20px;
    }

    #AboutTop p{
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }

}

@media screen and (max-width: 1300px) {
    #HomeText h1{
        font-size: 1.5rem;
    }

    #HomeText p{
        font-size: 0.8rem;
    }

    #HomeImg img{
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 1024px){
    #HomeA{
        margin: 15vh 0 0 0;
    }

    #HomeText h1{
        font-size: 1.3rem;
    }

    #HomeText p{
        font-size: 0.8rem;
    }

    #HomeImg img{
        width: 200px;
        height: 200px;
    }

    .List{
        width: 250px;
    }

    .SkillsBottom{
        margin: 5vh;
        padding: 5vh;
    }

    .SkillsContainer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .SkillsTop{
        width: 100%;
        height: 10%;    
    }

    .SkillsBottom {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        height: 90%;
        margin: 0;
        padding: 0;
    }

    .Soft, .Hard{
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .ProjectCards{
        width: 50%;
    }

    .mobile{
        display: none;
    }

}

@media screen and (max-width: 700px){
    #HomeImg img{
        display: none;
    }

    #HomeText{
        width: 100%;
        margin-top: 200px;
    }

    #HomeA {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 5%;
        margin: 15%;
    }

    #Home {
        background: url(Image/BackHomeMobile.svg);
        background-size: cover;
    }

    #Projects {
        background: url(Image/BackProjectsMobile.svg);
        background-size: cover;
    }

    .Soft h3, .Hard h3{
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .List{
        width: 200px;
        height: 30px;
    }

    .List p{
        font-size: 0.8rem;
    }

    #Skills {
        background: url(Image/BackSkillsMobile.svg);
        background-size: cover;
    }

    #Contact {
        background: url(Image/BackContactMobile.svg);
        background-size: cover;
    }

    .ContactContainer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .ContactTop{
        width: 100%;
        height: 10%;
    }

    .ContactBottom{
        display: flex;
        flex-direction: column;  
        width: 100%;
        height: 90%;
    }

    .ContactMe, .Curriculum{
        width: 250px;
        height: 275px;
        margin: 0;
    }

    .Curriculum{
        margin-bottom: 30px;
    }

    .ContactMe{
        margin-top: 20px;
    }

    .ContactBottom h3{
        font-size: 1.5rem;
        margin-bottom: 0;
        padding: 10px;
    }

    .two{
        padding: 0;
    }

    .Download, .Download2{
        width: 150px;
        height: 20px;
    }
    
    .Download img, .Download2 img{
        display: none;
    }
    
    .Download h3, .Download2 h3{
        font-size: 0.8rem;
    }
    
    .Brazil{
        margin-top: 10%;
    }

    .USA img, .Brazil img{
        width: 30px;
    }

    .Github img, .Linkedin img, .Instagram img{
        width: 30px;
        
    }

    #name, #email, #number{
        height: 1rem;
        font-size: 0.8rem;
        padding: 0 5px;
    }
    
    #message{
        height: 2rem;
        font-size: 0.8rem;
        padding: 0 5px;
    }
    
    #submit{

        height: 1.5rem;
        font-size: 0.8rem;
        margin-top: 0.8rem;    
    }

    .Forms label{
        font-size: 0.8rem;
        margin: 0;
        padding: 0;
    }

    .socialMedia{
        margin: 0;
    }

    .label, .br{
        display: none;
    }

}

@media screen and (min-width: 1100px) {
    .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }
    .timeline-middle {
        position: relative;
        background-image: linear-gradient(45deg, #82C3BF, #365D86, #021124);
        width: 3px;
        height: 100%;
    }
    .main-middle {
        opacity: 0;
    }
    .timeline-circle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-image: linear-gradient(45deg, #82C3BF, #365D86, #021124);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

} 

@media screen and (min-width: 868px) and (max-width: 1099px){
    .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }
    .timeline-middle {
        position: relative;
        background-image: linear-gradient(45deg, #82C3BF, #365D86, #021124);
        width: 2px;
        height: 100%;
    }
    .main-middle {
        opacity: 0;
    }
    .timeline-circle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-image: linear-gradient(45deg, #82C3BF, #365D86, #021124);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .timeline-component {
        margin: 0px 20px 20px 20px;
        width: 175px;
        height: 100px;
    }
}

@media screen and (max-width: 867px){
    #About {
        background: url(Image/BackAboutMobile.svg);
        background-size: cover;
    }
    
    .timeline-component {
        margin: 10px 10px 10px 10px;
        width: 150px;
        height: 100px;
    }

    .left{
        float: none;
    }

    #AboutTop p{
        font-size: 0.8rem;
        margin-bottom: 2rem;
    }

    .timeline {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .timeline-content h3 {
        font-size: 0.8rem;
    }

    .timeline-content p {
        font-size: 0.7rem;
    }

    .AboutIcon img {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .grid2 img{
        width: 15%;
        padding-left: 10px;  
    }
}

@media screen and (max-width: 500px){
    .CardText h3{
        font-size: 0.8rem;
    }
    
    .CardText p{
        font-size: 0.7rem;
    }
}