/*pra todos*/
*{
    color: white;
    font-family: "Roboto", sans-serif; 
    box-sizing: border-box;
    outline: none;
}
.hide{
    display: none;
    
}
/*variaveis*/
:root{
    --cor-primary:rgb(51, 228, 51);
    --cor-secundary:#0e0e0e;
}
html, body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding: 30px;
}
p{
    font-weight: 300;
    font-style: italic;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
.flex{
    display: flex;
     
}
.link {
    text-decoration: none;
    color:white;
    transition: 0.5s;
}
.btn-tds{
    background-color: var(--cor-primary);
    padding: 15px 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1.2rem;
    height: 30px;
    border-radius: 6px;
    border: 2px solid var(--cor-primary);
    transition: 0.4s;
    margin-top: 15px;
}
@keyframes piscar{
    0%{
        box-shadow: 0 0 10px var(--cor-primary);
    }
    50%{
        box-shadow: none;
    }
}
.link-a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    
}
.btn-tds:hover{
    background-color: transparent;
    animation: none;
}
::-webkit-scrollbar{
    background-color:white;
    width: 5px;
}
::-webkit-scrollbar-thumb{
    background-color: var(--cor-primary);
    border-radius: 10px;
    
}



/*fim todos*/
/*principal*/
main{
    padding: 0px;
    margin: 0px;
}
/*Rolagem*/
.foto, .container-2, .sobre-mim h3, .container3, .titulo, .subtitulo, .carta, .info-sobre{
    visibility: hidden;
}
/*sessao 1*/

section.inicio{
    height: 100vh;
    max-height: 1000px;
    position: relative;
    width: 100%;  
    display: flex;
    justify-content: space-around;
    text-align: center;
    
}
#particles-js{
    height: 100%;
    width: 100%;
    background-color: rgb(3, 3, 3);;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}
.foto {
    display: grid;
    place-items: center;
    text-align: center;
    padding-top: 20px;
    width: 50%;
    padding-left: 20px;
    
}

.foto img {
    position: relative;
    width: 350px;
    height: 400px;
    margin-bottom: 10px;
    border-radius: 50px 20px 50px 20px;
    box-shadow: 0px 0px 10px var(--cor-primary); 
    animation: flutuar 2s ease-in-out infinite alternate; 
}
@keyframes flutuar{
    0%{
        top: 10px;
    }
    100%{
        top:30px;
    }
}

h1 {
    font-size: 35px;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    color: var(--cor-primary);
    text-shadow: 0 0 20px rgb(19, 18, 18);
}
.subtitulo h2{
    font-size: 1.6rem;
    font-weight: 400;
    font-style: italic;
}
.subtitulo span{
    color: var(--cor-primary);
}
.apresentacao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    width: 50%;
    margin: 0;
    padding: 0;
    margin-left:40px ;
    gap: 15px;
    
}

.apresentacao ul li{
    padding: 0;
    margin: 0;
}

.apresentacao h3{
    font-size: 25px;
}

.apresentacao p{
    font-size: 18px;
    margin: 0;
}
.rede-sociais1{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 170px;
    backdrop-filter: blur(20px);
    padding: 10px 5px;
    border-radius: 5px;
    right: 0;
}
.carta{
    display: flex;
    gap: 15px;
}
.contato-botao button{
    background: var(--cor-secundary);
    border: 2px solid var(--cor-secundary);
    animation: none;
}

/*fim sessao 1*/
/*sessao 2*/
section.inicio2{
    background: url(../Imagens/img-fundo.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    padding-bottom: 80px;
    width: 100%;  
    display: flex;
    justify-content: center;
    align-items: center;  
}
section.inicio2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Altere a opacidade para ajustar a escuridão */
}



.habilidades{
    width: 80%;
    max-width: 750px;
    padding: 10px 25px;
    height: 100%;
    padding-bottom: 50px;
    margin-top: 70px;
    border-radius:  20px;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 15px #aaaaaa;
}

.skils h3{
    font-size: 18px;
    font-weight: 500;
    color: white;
}
.skils{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;

}
.icons img{
    width: 50px;
}

.skils .icons{
    display: flex;
    flex-direction: column;
    width: 130px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.5s;
    box-shadow: 0 0 6px white;    
    background-color: #1f1e1e;
}
.skils .icons:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px white;
}
.habilidades h2{
    text-align: center;
    margin: 20px 0 50px 0;
    color:var(--cor-primary);
    font-size: 35px;
    font-weight: 700;
    
}

/*fim sessao 2*/
/*sessao 3*/
section.inicio3{
    background-color:rgb(3, 3, 3);
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 70px 20px;
}
.sobre-mim img{
    float: right;
    width: 70px;
    height: 50px;
    margin: 0px 20px 0 10px;
}
.container-sobre{
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center;
    gap: 20px;
}

.container-2{
    width: 100%;
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: var(--cor-secundary);
    padding: 30px;
    position: relative;
    
}

.title{
    text-align: center;
}
.title p{
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--cor-primary);
    margin-bottom: 0px;
}
.title h2 {
    text-align: center;
    font-size: 2.7rem;
    padding: 0px 0 30px 0;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}
.sobre-mim h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 500;
    color: white;
}
.img-2{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.img-2 img{
    width: 100%;
    height: 100%;
    max-height: 400px;
    box-shadow: 0px 0 5px white;
    border-radius: 8px;
}
.container-2 span{
    color: var(--cor-primary);
}
.sobre-mim p {
    font-size:18px;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 5px;
}


.rede-sociais1 a i {
    text-align: left;
}
/* fim sessao 3*/

/*section 04*/
section.inicio4{
    background: black;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding-top: 40px;
    margin: 0;
}
.container3{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius:  20px;
    background:transparent;
    padding: 30px;
    text-align: center;
}
.flex-proj{
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding-bottom: 15px;
}
.container3 .flex{
    flex-direction: row;
}
.container3 h2{
    text-align: center;
    padding: 10px 0;
    color: var(--cor-primary);
}
.container3 .flex{
    gap: 30px;
    margin: 20px;
    text-align: center ;
    
}
.projetos{
    height: 515px;
    background-color: #1f1e1e;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 15px #0e0e0e;;
    border-radius: 10px;
    margin-top: 20px;
    text-align: left;
    padding: 10px; 
    position: relative;

}


.container3 p{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
}
.botao{
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.botao a{
    width: 50%;
    padding: 0; 
    margin: 5px 8px;
}
.botao i{
    font-size: 15px;
    color: var(--cor-primary);
    position: relative;
    top: -1px;
}
.botao button {
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    
    
}
.hov{
    transition: 0.3s;
}
.hov:hover{
    box-shadow: 0 0 5px white;
    transform: scale(1.04);
    
}
.icons-linguagem img{
    width: 35px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    left: 5px;
}
.icons-linguagem img:nth-child(2){
    left: 40px;
}
.icons-linguagem img:nth-child(3){
    left: 75px;
}
.proj, .proj2, .proj3, .proj4{
    background-image: url(../Imagens/fotos-projetos/lista-tarefas.png.png);
    background-size: cover;
    background-position: center;
    height: 40%;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.proj2{
    background-image: url(../Imagens/fotos-projetos/Captura\ de\ tela\ 2024-10-07\ 193436.png);

}
.proj3{
    background-image: url(../Imagens/fotos-projetos/Captura\ de\ tela\ 2024-08-27\ 150834.png);

}
.proj4{
    background-image: url(../Imagens/fotos-projetos/Captura\ de\ tela\ 2024-08-25\ 124224.png);
}
.hover{
    transition: 0.5s;
}
.hover:hover{
    transform: scale(1.04);
    cursor: pointer;
    box-shadow: 0 0 5px rgb(122, 122, 122);
}

.container3 button{
    margin-top: 20px;
    background-color: rgb(13, 15, 13);
    border-radius: 5px;
    padding: 5px 10px;
    border: none;

}
.mais-projetos{
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
.project-hover{
    width: 200px;
    height: 30px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
}
.mais-projetos a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
}

.mais-projetos i{
    font-size: 18px;
    transition: 0.5s;
    font-size: 18px;
    transform: translate(-10PX, 2px);
    
}
.project-hover:hover i{
    transform: translate(0px, 2px);
    color: var(--cor-primary);
}
.project-hover:hover a{
    color: var(--cor-primary);
}


/* fim sessao 4*/
/* sessao 5 */
.contato{
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, black 75%), 
    url('../Imagens/fundo-contato.jpg'); 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    gap: 40px;
    
}
.formulario{
    backdrop-filter: blur(5px);
    margin-top: 50px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 500px;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px var(--cor-secundary);
    margin-bottom: 20px;
}
.formulario-contato{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 35px;
}
.formulario h2{
    text-transform: capitalize;
    text-align: center;
    color:var(--cor-primary);
    font-size: 35px;
    font-weight: 500;
}

.formulario-contato input{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    padding: 0 5px;
    
}

textarea::placeholder, input::placeholder{
    color: #ffffff;
    
}
.formulario-contato textarea{
    width: 100%;
    background: transparent;
    border: none;
    border: 2px solid white;
    padding: 0 5px;
    min-height: 100px;
}
.botao-contato{
    border: 2px solid var(--cor-primary);
    border-radius: 4px;
    background-color: var(--cor-primary);
    font-size: 1.1rem;
    padding: 5px 0;
    transition: .5s;
}
.botao-contato:hover{
    background-color: transparent;
}
.rodape{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.icons{
    padding: 5px;
    font-size: 30px;
    color:var(--cor-primary);
    
}

.rodape .flex{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rodape .flex img{
    height: 150px;
    margin-bottom: -50px;
}

.line-footer p i{
    font-size: 30px;
    color:var(--cor-primary);
}
.line-footer p{
    line-height: 80%;
    font-weight: 400;
}

.line-footer p a{
    text-decoration: none;
    color: white;
    font-size: 15px; 
    font-weight: 400;
    font-style: italic;
}
.line-footer p{
    padding-left: 10px;
    text-align: center;
}
.borda{
    border-top:2px solid var(--cor-primary);
    width: 100%;
    
}
/*botao subir para o inicio*/

.icon{
    opacity: 0;
    
}
.cima:hover i{
    transform: scale(1.1);
    opacity: 0.8;
    
}
.view{
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 25px;
    color: var(--cor-primary);
    z-index: 8;
    font-size: 35px;
    transition: 0.5s ease-in-out;
    opacity: 1;
}

  


    












