*{
    border: 0;
    padding: 0;
    margin: 0;
}
html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Poppins', sans-serif;
  background-image:
  url(imgs/fundo.svg),
   linear-gradient(to right, #151414, #101010);
   background-position: auto;
   background-repeat: none;
   background-size: cover;
}
 header {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  z-index: 1000;
}
.vidroHeader{
  justify-content: center;
  font-family: Poppins;
  font-weight: 500;
  display: flex;
  
  gap: 40px;
  text-align: center;

  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 30px;

  padding: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
}
.vidroHeader a{
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: #ffffff79;
}

.vidroHeader a:hover{
  transform: scale(1.05);
  color: white;
}
.hero{
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 100px;
}

h1{
  font-family: Poppins;
  font-weight: 600;
  line-height: 60px;
  color: white;
  font-size: 50px;
}
.nome{
  font-family: Poppins;
  font-weight: 700;
  line-height: 60px;
  font-size: 50px;
  color: #3B79FF;
  margin-left: 0px;
  transition: all 0.1s ease;
}
.nome:hover{
  transform: scale(1.03);
}
.primeiraLinha{
  display: flex;
  gap: 10px;
}
.titulo{
  width: 100%;

}
.textos{
  width: 60%;
}

.fotoPerfil{
  width: 400px; 
  height: 400px;
  object-fit: cover;
  object-position: 0px -40px;
  border-radius: 100%;
}
.subtitulo {
  font-family: poppins;
  color: white;
  text-align: justify;
  width: 76%;
  margin-top: 32px;
}

button{
  width: 52px;
  height: 52px;
  margin-top: 24px;
  border-radius:  12px;
  background-color: rgb(0, 0, 0);
}

button i {
  font-size: 30px;
}
#baixarCurriculo{
  width: 200px;
  height: 52px;
  background: linear-gradient(90deg, #0019BC 0%, #1A34DB 100%);
  border-radius: 12px;
  font-family: poppins;
  color: white;
  font-weight: 500;
  font-size: 14px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: hidden;

  position: relative;
}
#baixarCurriculo i {
  font-size: 16px;
}
.botoes{ 
  display: flex;                  
  flex-direction: row;
  gap: 12px;
}

#baixarCurriculo::before{
  content: "";
  position: absolute;

  top: -50%;
  left:-70%;

   width: 50%;
  height: 200%;

 background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.1),
    transparent
  );

  transform: rotate(25deg);
  transition: 0.5s;
}
#baixarCurriculo:hover::before {
  left: 120%;
}



/* habilidades */


.habilidades{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 130px;
  gap: 15px;

}

.front, .back, .bd, .ferramentas, .mobile{

box-sizing: border-box;
width: 600px;
height: 354px;


background: linear-gradient(270deg, #1E1E1E 0%, #151414 100%);
border: 0.5px solid #000000;
box-shadow: 0px 4px 12.3px rgba(0, 0, 0, 0.25);
border-radius: 20px;

overflow: hidden;

position: relative;

transition: 0.5s;
}


.tituloBloco{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  margin: 40px 30px;
}

.icone{
box-sizing: border-box;


width: 57px;
height: 57px;

background: #474647;
border-radius: 100%;
border: 0.3px solid #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
}
.icone i {
  font-size: 24px;
}
h3{
  font-family: poppins;
  font-weight: 650;
  color: white;
  font-size: 20px;
}
.blocos{
  display: grid;
  grid-template-columns: 1fr 1fr;
  
  margin-top: 70px;
  gap: 20px;
  place-items: center;
}

.front::before, 
.back::before, 
.bd::before, 
.ferramentas::before,
.mobile::before {
  content: "";
  position: absolute;

  left: -70%;
  top: -50%;

  width: 50%;
  height: 200%;

 background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.068),
    transparent
  );

  transform: rotate(25deg);
  transition: 0.5s;
  
  will-change: transform;
}

.front:hover::before, 
.back:hover::before, 
.bd:hover::before, 
.ferramentas:hover::before,
.mobile:hover::before {
  left: 120%;

}

.topico{
box-sizing: border-box;

width: 126px;
height: 90px;

background: rgba(66, 66, 66, 0.32);
border: 0.5px solid #000000;
border-radius: 10px;
box-shadow: 0px 3px 3px #00000098;

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

transition: 0.5s;

}

.topico i{
  font-size: 42px;
  margin: 10px;
}
.blocos p{
  font-family: poppins;
  color: white;
  font-weight: 600;
}
.topico:hover{
  transform: scale(1.03);
}
.topico img{
  width: 80px;
}
.topicos{
  display: flex;
  margin: 30px;
  gap: 10px;
}

.icone-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 0;
}

.mobile{
  grid-column: span 2; 
  justify-self: center;
}

/* Projetos */

.tituloProjetos{
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 80px;
}

.caixa{

box-sizing: border-box;

width: 400px;
height: auto;


background: linear-gradient(270deg, #1E1E1E 0%, #151414 100%);
border: 0.5px solid #000000;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 20px;

display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
margin: 2.5%;
padding: 20px;
}

.html{
  width: 80px;
  height: 30px;
  background-color: #F38020;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #101010;
  font-family: poppins;
  font-weight: 600;
   margin: 8px 0px;
}
.caixa img{
  width: 0100%;
  height: 200px;
  border-radius: 0px;
 
}
.nomeProjeto{
  color: white;
  font-size: 24px;
  font-weight: 600;

}
.subtituloProjeto{
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin: 16px 0px;
}

.saibaMais{
display: flex;
width: 100%;
height: 64px;
color: white ;
justify-content: center;
align-items: center;
background: linear-gradient(90deg, #0019BC 0%, #1A34DB 100%);
border-radius: 12px;
font-weight: 600;

overflow: hidden;
position: relative;
transition: 0.3s;

}
.saibaMais::before{
  content: "";
  position: absolute;

  left: -70%;
  top: -50%; 

  width: 50%;
  height: 200%;


  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.068),
    transparent
  );

  transform: rotate(25deg);
  transition: 0.5s;
  
}
.saibaMais:hover::before{
  left: 120%;
}