*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


/*  Header */

html {
  height:100%;
  background-image: linear-gradient(to right top, #8e44ad 0%, #3498db 100%);
}

nav {
  max-width: 960px;
  mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  margin: 0 auto;
  padding: 60px 0;
}

nav ul {
  text-align: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  padding: 18px;
  font-family: "Open Sans";
  text-transform:uppercase;
  color: rgba(0, 35, 122, 0.5);
  font-size: 18px;
  text-decoration: none;
  display: block;
}

nav ul li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 35, 122, 0.7);
}


/*  Animação */
.animacao {
  width: 380px;
  color: #eeebeb;
  margin-top: 10px;
  font-size: 20px;
  letter-spacing:1px;
  text-transform: uppercase;
  animation: typing 5s steps(40), blink 0.2s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid #2e46cc;
 margin: 0 auto;
 font-family: 'monospace';
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 380px;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

 
/*  Tela Principal  */
.tela-principal{
  margin-top: 1em;
  text-align: center;
  height: 30%;
}
.tela-principal h2{
  color: #050000;
  font-size: 2em;
  margin-top: 1em;
  font-family: "Monoton";
}
.tela-principal h1{
  color: #0514b7;
  font-size: 2em;
  font-family: "Monoton";
}


/*  Redes Sociais  */
.redes-sociais{
  padding: 1em;
  text-align: center;
  margin-top: 5em;
 

}
.redes-sociais i{
  color: #0514b7;
  width: 50px;
  transition: color 0.5s ease;
}
.redes-sociais a{
  text-decoration: none;
  font-size: 68px;
  padding: 5px;


}
.redes-sociais a i:hover {
  color: #ffffff; 
}

/*  Sobre Mim  */

.img-quem{
  width: 20%;
  position: absolute;
  margin-top: 2em;
  border-radius: 54px;
  margin-left: 2em;
}

.sou-eu{
margin-top: 12em;
}
.quem-sou{
  text-align: center;
}
.quem-sou h3{
  color: #0514b7;
  font-size: 40px;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "Bungee Inline";
  letter-spacing: 5px;
}
.quem-sou h4{
  color: #f1f1f1;
  font-size:32px;
}
.quem-sou p{
  padding: 1em;
}

.icons{
  width: 20px;
}
/* Mais Sobre Mim */

.content {
  margin-top: -1em;
  text-align: center;
}

.content p {
  font-size: 18px;
  color: #333;
  margin-top: 7em;
  margin-bottom: 3em;
}



/* Projetos */
.projetos {
  text-align: center;
}

.card {
  background-color: #292c35;
  width: 300px;
  height: 400px;
  border: 2px solid #0514b7;
  padding: 2em;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
 .imagemteste{
  width: 400px;
  border-radius: 50px;
  border: solid 12px red;
  
 }


 img{
  width: 200px;
 }

.btn{
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #683bc2;
  font-size: 18px;
  padding: 5px;
  margin-top: -1em;
  color: #eeebeb;
  transition: ease 1s;
  cursor: pointer;

}

.btn a{
  text-decoration: none;
  color: #eeebeb;
}

.btn:hover{
  background-color: #0413b7;
}



.nome {
  margin-top: 1em;
  margin-right: 25em;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  color: rgb(201, 197, 211);
  font-size: 3em;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;

}
.btn-projetos{
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #683bc2;
  font-size: 18px;
  padding: 5px;
  margin-top: 1em;
  color: #eeebeb;
  transition: ease 1s;
  cursor: pointer;

}
.btn-projetos a{
  text-decoration: none;
  color: #eeebeb;
}
.btn-projetos:hover{
  background: #0413b7;
}
.content-projetos{
  margin-top: -3.5em;
  text-align: center;
}

.content-projetos p{
  font-size: 18px;
  color: #333;
}

 /* Habilidades */
 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.habilidades {
  margin-top: -4em;
  text-align: center;
}
.habilidades h1{
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 3em;
  font-family: "Bungee Inline";
  letter-spacing: 3px;
  font-size: 28px;
}
.habilidades i {
  font-size: 3rem;
  margin: 10px;
  color: #0413b7;
  transition: ease 1s;
  cursor: pointer;
  padding: 5px;

}

.habilidades i:hover{
  color: #f1f1f1;
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}


/* Footer */
footer {
  background-color: #f1f1f1;
  padding: 2px;
  text-align: center;
}
.footer-links {
  margin-bottom: 1px;
}
.footer-links a {
  margin-right: 1px;
  text-decoration: none;
  color: #333;
}
.footer-links span {
  color: #666;
  
}

/* Footer Redes */
.topo{
  margin-top: -3em;
  color: #666;
}
.topo nav a{
  text-decoration: none;
  font-size: 14px;
  padding: 0.25em;
  color: #666;
}
.topo nav a:hover{
  color: #081b83;
}
.sociais{
  margin-top: -3em;
}
.sociais p{
  margin-bottom: 1em;
  font-family: 'monospace';
  font-size: 14px;
  color: #666;
}
.sociais i{
  color: #666;
  font-size: 25px;
  
}
.sociais a{
  text-decoration: none;
}
.sociais i:hover{
  color: #5b35a8;
}




.carousel {
  width: 100%;
  overflow-x: scroll;
  padding: 30px;
  padding-top: 80px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

.carousel__container {
  white-space: nowrap;
  margin: 70px 0px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.categories__title {
align-items: center;
text-align: center;
font-size: 28px; 
text-transform: uppercase;
color: #f1f1f1;
font-family: "Bungee Inline";
margin-bottom: -4.5em;
margin-top: -2em;

}

.carousel-item {
  width: 200px;
  height: 250px;
  border-radius: 20px;
  background-color: #95bcd6;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 70px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 1000ms all;
  transition: 1000ms all;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  position: relative;
  
}

.carousel-item:hover ~ .carousel-item {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.carousel__container:hover .carousel-item {
  opacity: 0.3;
}

.carousel__container:hover .carousel-item:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}

.carousel-item__img {
  width: 200px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel-item__details {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.9)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  font-size: 10px;
  opacity: 0;
  -webkit-transition: 450ms opacity;
  transition: 450ms opacity;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.carousel-item__details:hover {
  opacity: 1;
}

.carousel-item__details span {
  /* width: 10px;
  height: 10px; */
  font-size: 0.9rem;
  color: #2e46cc;
  /* background-color: white; */
}

.carousel-item__details .controls {
  padding-top: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

.carousel-item__details .carousel-item__details--title{
  color: #eeebeb;
  margin: 5px 0;
  text-align: center;
}
.carousel-item__details--subtitle {
  color: #00051c;
  margin: 5px 0;
  text-align: center;
}

.controls span{
  margin: 0 3px;
  font-size: 20px;
 
}
.controls span:hover{
  height:10px;
  color: #ffffff;
}

/* Ferramentas */
.f-sociais {
  display: flex;
  justify-content: center;
  margin-top: 10px; 
}

.f-sociais i {
  color: #ffffff;
  font-size: 1.5em;
  margin: 0 5px; 
}

.carousel-item__details .controls {
  padding-top: 130px;
}




  
@media (max-width: 768px) {
  .carousel__container {
    margin: 40px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .carousel-item {
    width: 150px;
    height: 200px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  
  .carousel-item:first-child {
    margin-left: 5px;
  }
  
  .categories__title {
    font-size: 24px;
  }
  
  .carousel-item__details {
    font-size: 8px;
  }
  
  .carousel-item__details .controls {
    padding-bottom: 2px;
    
  }
  .f-sociais{
    display: none;
  }
  .img-quem{
    margin-top: 4.5em;
    margin-left: 1em;
    margin-bottom: 2em;
  }
}


