/*
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;  */

html, body {
  background-color: black;
  max-width: 100vw;
  max-height: auto;
  margin: auto;
}

/*BANNER*/
#banner {
    object-fit: cover;
    max-width: 90vw;
    height: auto;
    position: static;
  
    margin-left: 5vw;
    margin-top: -15vw;
  }

/*INDICATOR*/
#indicator{
    max-width: 100px;
    height: auto;
    position: relative;
    top: -150px;
    left: 633px;
    opacity: 0;

    -webkit-animation-name: seta; 
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 5s;
    animation-name: seta;   
    
    animation-duration: 2s;
    animation-delay: 5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

  @keyframes seta {
    0%   {opacity: 0;}
    100%  {opacity: 100}
   }


/*WORK*/

.work {
    margin-top: 115px;
    width: 100vw;
    height: auto;
}
.wbacktitle{
    align-content: inherit;
}

.wprimeiro{
    font-family: 'Poppins', sans-serif;
    font-size: 150px;
    font-style: bold;
    color: transparent;
    -webkit-text-stroke-width: 4px;
   -webkit-text-stroke-color: white;
   transform: rotate(-90deg);
   float: left;
   position: relative;
   left: -10px;
   top: 97px;
}

.wsegundo{
    font-family: 'Poppins', sans-serif;
    font-size: 150px;
    font-style: bold;
    color: transparent;
    -webkit-text-stroke-width: 4px;
   -webkit-text-stroke-color: white;
   transform: rotate(90deg);
   float: left;
   position: relative;
   left: 390px;
   top: -87px;
}

.work_container {
  margin-left: 250px; 
  display: flex;
  flex-wrap: wrap;
  max-width: 827px;
  height: auto;
  position: absolute;
  flex-direction: row;
  padding: 5px;

  justify-content: center;
  align-items: stretch;
  }

.wimgs{
    margin: -5px;
}


.wimgs img {
  transition: all .2s ease-in-out;
    
}
.wimgs img:hover {
  transform: scale(1.1)
}



/*ABOUT*/

.about{
  position: relative;
  margin-top: 1000px;
  height: 700px;
}

.afundo {
  width: 802px;
  height: 547px;
  background-color: #10101097;
  position: absolute;
  margin-left: 268px;
}

.abacktitle{
  align-content: inherit;
}

.aprimeiro{
  font-family: 'Poppins', sans-serif;
  font-size: 150px;
  font-style: bold;
  color: transparent;
  -webkit-text-stroke-width: 4px;
 -webkit-text-stroke-color: white;
 transform: rotate(-90deg);
 float: left;
 position: relative;
 left: -10px;
 top: 70px;
}

.asegundo{
  font-family: 'Poppins', sans-serif;
  font-size: 150px;
  font-style: bold;
  color: transparent;
  -webkit-text-stroke-width: 4px;
 -webkit-text-stroke-color: white;
 transform: rotate(90deg);
 float: left;
 position: relative;
 left: 320px;
 top: -45px;
}

.atexto{
  width: 1300px;
  height: 650px;
}

.nome{
  font-family: 'Poppins', sans-serif;
    font-size: 57px;
    font-style: bold;
    color: white;
    display: inline-block;
    position: relative;
    top: -710px;
    left: 330px;
}

.description{
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: white;
  display: inline-block;
  position: relative;
  text-align: justify;
  width: 355px;
  height: auto;
  left: -200px;
  top: -380px;
}

#aperfil{
  width: 300px;
  height: auto;
  position: relative;
  left: 725px;
  top: -500px;
}


/*CONTACT*/

.contact{
  position: relative;
  margin-top: 230px;
  margin-bottom: 1000px;
  width: 1300px;
}

.cfundo {
  width: 802px;
  height: 547px;
  background-color: #10101097;
  position: absolute;
  margin-left: 268px;
}

.cbacktitle{
  align-content: inherit;
}

.cprimeiro{
  font-family: 'Poppins', sans-serif;
  font-size: 121px;
  font-style: bold;
  color: transparent;
  -webkit-text-stroke-width: 4px;
 -webkit-text-stroke-color: white;
 transform: rotate(-90deg);
 float: left;
 position: relative;
 left: -50px;
 top: 110px;
}

.csegundo{
  font-family: 'Poppins', sans-serif;
  font-size: 121px;
  font-style: bold;
  color: transparent;
  -webkit-text-stroke-width: 4px;
 -webkit-text-stroke-color: white;
 transform: rotate(90deg);
 float: left;
 position: relative;
 left: 200px;
 top: 0px;
}


/*FORM*/ 

.container{
  width: 802px;
  height: 547px;
  margin-left: 300px;
  margin-top: 50px;
  position: absolute;
  align-items: center;
  justify-items: center;
}

input[type=text], select, textarea {
  width: 450px;
  padding: 12px;
  background-color: transparent;
  border: 1px #ccc;
  border-bottom: 2px solid white;
  border-radius: 0px;
  box-sizing: border-box;
  margin-bottom: 16px;
  resize: vertical;
  position: relative;
  left: 150px;
  top: 50px;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size: 16px;
}

input[type=submit] {
  background-color: transparent;
  padding: 12px 20px;
  border: 2px solid white;
  border-radius: 0px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-align: center;
  position: relative;
  top: 100px;
  left: -170px;
  width: 150px;
}

input[type=submit]:hover {
  background-color:#FFFFFF20;
}

.container {
  background-color: transparent;
}


.behance {
  width: 35px;
  height: 35px;
  position: relative;
  top: 120px;
  left: 282px;
}

.dribbble {
  width: 35px;
  height: 35px;
  position: relative;
  top: 120px;
  left: 282px;
}

.insta {
  width: 35px;
  height: 35px;
  position: relative;
  top: 120px;
  left: 282px;
}

.mail {
  width: 35px;
  height: 35px;
  position: relative;
  top: 120px;
  left: 282px;
}







/*MAIOR*/
@media screen and (min-width: 1400px) {

body{
padding: 12vw;
}

#banner{
  margin-left: -10vw;
}
}


/*TABLET*/
@media screen and (max-width: 1100px) {

    body{
    padding: -5vw;
    }
    
    #banner{
     height:800px;
    margin: 0;
    margin-left: 250px;
    }
  
    #indicator{
      margin-left: 0vw;
      margin-top: 5vw;
    }

    .work{
    width: 100%;
    margin: 5%;
    left: 100px;
    }


   .wprimeiro{
   left: 300px;
   top: 70px;
   margin: 0;
   font-size: 100px;
   transform: rotate(0deg);
}

.wsegundo{
   left: 280px;
   top: 1020px;
   margin: 0px;
   font-size: 100px;
   transform: rotate(0deg);
}

.work_container {
  width: 700px;
  padding: 0;
  margin: 0;
  top: 1200px;
  left: 300px;
}




.about{
  position: relative;
  margin-top: 1500px;
  height: 700px;
}

.afundo {
  width: 700px;
  height: 547px;
  background-color: #10101097;
  position: absolute;
  margin:0;
  left: 300px;
}

.abacktitle{
  align-content: inherit;
}

.aprimeiro{
  left: 250px;
  top: -90px;
  margin: 0;
  font-size: 100px;
  transform: rotate(0deg);
}

.asegundo{
  left: 300px;
  top: 530px;
  margin: 0px;
  font-size: 100px;
  transform: rotate(0deg);

}

.atexto{
  width: 1300px;
  height: 650px;
  margin: 0;
}



.nome{
    margin: 0;
    top: 50px;
    left: -350px;
}

.description{
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: white;
  display: inline-block;
  position: relative;
  text-align: justify;
  width: 355px;
  height: auto;
  left: -350px;
  top: 80px;
  margin:0px;
}

#aperfil{
  width: 300px;
  height: auto;
  position: relative;
  left: 725px;
  top: -500px;
  margin: 0;
}




.contact{
  margin: 0;
  top: 300px;
}  

.cbacktitle{
  margin: 0;

}

.cprimeiro{
  left: 270px;
  top: -90px;
  margin: 0;
  font-size: 100px;
  transform: rotate(0deg);
}

.csegundo{
  left: 0px;
  top: 400px;
  margin: 0;
  font-size: 100px;
  transform: rotate(0deg);
}

.cfundo{
  margin:0;
  left: 300px;
  height: 450px;
}

.cfundo{
  width: 700px;
  margin: 0;
  left: 300px;
}

.container{
  left: 270px;
  margin:0px;
}


}


/*TELEMOVEL*/
@media screen and (max-width: 414px) {

  body{
  padding: -5vw;
  }
  
  #banner{
   height:800px;
  margin: 0;
  margin-left: 250px;
  }

  #indicator{
    margin-left: 0vw;
    margin-top: 5vw;
  }

  .work{
  width: 100%;
  margin: 5%;
  left: 100px;
  }


 .wprimeiro{
 left: 300px;
 top: 70px;
 margin: 0;
 font-size: 100px;
 transform: rotate(0deg);
}

.wsegundo{
 left: 280px;
 top: 1020px;
 margin: 0px;
 font-size: 100px;
 transform: rotate(0deg);
}

.work_container {
width: 700px;
padding: 0;
margin: 0;
top: 1200px;
left: 300px;
}




.about{
position: relative;
margin-top: 1500px;
height: 700px;
}

.afundo {
width: 700px;
height: 547px;
background-color: #10101097;
position: absolute;
margin:0;
left: 300px;
}

.abacktitle{
align-content: inherit;
}

.aprimeiro{
left: 250px;
top: -90px;
margin: 0;
font-size: 100px;
transform: rotate(0deg);
}

.asegundo{
left: 300px;
top: 530px;
margin: 0px;
font-size: 100px;
transform: rotate(0deg);

}

.atexto{
width: 1300px;
height: 650px;
margin: 0;
}



.nome{
  margin: 0;
  top: 50px;
  left: -350px;
}

.description{
font-family: 'Roboto', sans-serif;
font-size: 17px;
color: white;
display: inline-block;
position: relative;
text-align: justify;
width: 355px;
height: auto;
left: -350px;
top: 80px;
margin:0px;
}

#aperfil{
width: 300px;
height: auto;
position: relative;
left: 725px;
top: -500px;
margin: 0;
}




.contact{
margin: 0;
top: 300px;
}  

.cbacktitle{
margin: 0;

}

.cprimeiro{
left: 270px;
top: -90px;
margin: 0;
font-size: 100px;
transform: rotate(0deg);
}

.csegundo{
left: 0px;
top: 400px;
margin: 0;
font-size: 100px;
transform: rotate(0deg);
}

.cfundo{
margin:0;
left: 300px;
height: 450px;
}

.cfundo{
width: 700px;
margin: 0;
left: 300px;
}

.container{
left: 270px;
margin:0px;
}


}