@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  /* background-color: #000; */
}

body{
  background-color: #171717;
  width: 100%;
}

nav{
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  max-width: 100%;
  flex-wrap: wrap;
}

/* .mobile-menu{
  display: none;
  cursor: pointer;
} */

.mobile-menu div{
  width: 32px;
  margin: 8px;
  background-color: #5C00A5;
  float: right;
  position: absolute;
  right: 80px;
  top: 25px ;
}

.mobile-menu:focus ~ ul{
  height: 250px;
}

@media(max-width: 699px) {

    

    .about-p{
      font-size: 14px;
    }

    .mobile-menu{
      display: block;
    }



}

.logo-name h1{
height: 34px;
font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 26px;
line-height: 34px;
color: #F9F9F9;
padding-left: 150px;
}

nav ul{
  display: flex;
  padding-right: 150px;
}

nav ul li{
  font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #F9F9F9;
  padding-left: 45px;

}

/* == area da intro e foto*/
.intro{
  display: flex;
  justify-content: space-around;
  padding-top: 90px;
}

.intro h1{
 width: 350px;
font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 50px;
line-height: 47px;
color: #F9F9F9;
padding-top: 90px;
}

.intro p{
  width: 337px;
font-family: DM Sans;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 23px;
color: #828282;
padding-top: 18px;
padding-bottom: 35px;
}
.intro img{
  max-width:100%;
  min-width: 100px;
}

.btn-download{
  width: 160px;
  height: 42px;
  background: #5C00A5;
  border-width: 0px;
}

.btn-download a{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}

.btn-contact{
  width: 160px;
  height: 42px;
  background: #171717;
  border: 1px solid #333333;
}

.btn-contact:hover{
  background-color: #5C00A5;
  transition: 1s;
}
.btn-contact a{
  
font-family: DM Sans;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #F9F9F9;
}

@media screen and (max-width:699px) {
  .nav-list{
    display: none;
  }
  
}

@media screen and  (max-width: 500px){
  .intro{
    display: block;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .intro img{
    padding-top: 50px;
  }
  .nav-list{
  display: none;

  }

  nav ul{
     flex-direction: column;
  }

  .intro h1{
    font-size: 40px;
  }
  
}

/* === SOBRE ==== */
.about{
  padding-top: 50px;
}


.about h1{

font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 42px;
text-align: center;
color: #F9F9F9;
padding-bottom: 35px;
}

.about-p{
  width: 745px;
font-family: DM Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 32px;
text-align: center;
color: #777272;
margin: 0 auto;
}

.contato-items{
  display: flex;
  justify-content: space-evenly;
  padding-top: 85px;
  flex-wrap: wrap;
}

.linkedin-item a{
  text-decoration: solid;
  color: #777272;
}

.contato-items p{
font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
color: #F9F9F9;
padding-top: 8px;
}

.contato-items small{
  font-family: DM Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
color: #828282;

}

@media screen and  (max-width: 500px){
 
  
  .about h1{
    padding-top: 20px;
  }
  .about p{
   width: 400px;
   padding-top: 20px
  }

  .contato-items{
    display: block;
    padding-top: 95px;
  
    align-items: center;
    text-align: center;
  }

  .contato-items img{
    padding-top: 80px;
  }
  
}

/* === SECTION PROJETOS === */
.area-projetos{
  padding-top: 80px;
  padding-bottom: 160px;
}

.projetos{
display: flex;
justify-content: space-around;
padding-bottom: 40px;
flex-wrap: wrap;
}


.card-projeto{
  width: 400px;
height: 120px;
background: #5C00A5;
box-sizing: border-box;
}

.github{
  padding-top: 12px;
}

.github svg{
  margin-right: 10px;
}

.card-projeto svg:hover{
  color: #5C00A5;
}


.area-projetos h1{
  width: 128px;
height: 42px;
font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 42px;
text-align: center;
color: #F9F9F9;
margin: 0 auto;
padding-bottom: 90px;
}



.area-projetos p{
  font-family: DM Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 23px;
  color: #FFFFFF;
  padding-top: 10px;
  padding-left: 10px;
padding-bottom: 10px;
display: flex;
  justify-content: center;
}

.projetos small{
  width: 400px;
  padding-left: 20px;
  padding-left: 10px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  
}

/* ==== servcos -===== */

.area-servicos h1{
  width: 128px;
  height: 42px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #F9F9F9;
  margin: 0 auto;
  padding-bottom: 90px;
}

.cards-servicos{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 160px;
}

.card{
  width: 350px;
height: 240px;
background: #212121;
border-bottom: 5px solid #C071FF;

}

.card:hover{
  background: #585858;
  transition: 1s;

}

.card img{
  padding-top: 20px;
  padding-left: 30px;

}

.card h3{
  width: 180px;
height: 84px;
font-family: DM Sans;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 42px;
color: #828282;
padding-left: 30px;
padding-top: 60px;
}

/* == skilss ==== */

.skilss h1{
  height: 42px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #F9F9F9;
  margin: 0 auto;
  padding-bottom: 90px;
}

.skillscards{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-bottom: 160px;
}

.cards-skills{
  width: 150px;
height: 150px;
background: #212121;
border: 1px solid #333333;
}
.cards-skills:hover{
  background-color: #a8a1a1;
  transition: 1s;
}

.cards-skills:hover{
  background: #585858;
  transition: 1s;
}

.cards-skills img{
 padding-left: 30px;
 padding-top: 30px;
}

footer{
  background-color: #212121;
  padding-top: 10px;
}

footer p{
  text-align: center;
  font-family: DM Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
color: #F9F9F9;
}

/* == animação */
[data-anime]{
  opacity: 0;
  transition: 1.5s;
}

[data-anime="down"]{
  transform: translate3d(0,-100%,0);
}
[data-anime="left"]{
  transform: translate3d(-100%,0,0);
}

[data-anime="right"]{
  transform: translate3d(50px,0,0);
}

[data-anime].animate{
  opacity: 1;
  transform: translate3d(0,0,0);
}

