@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
   --cor1: #FFFFFF;
   --cor2: #B0B0B0;
   --cor3: #13131f;
   --cor4: #363636;
   --cor5: #121212;
   --cor6: #0c0c0c;
   --cor7: #8257E6;
   --cor8: #6b48be;
}

* {
   margin: 0px;
   padding: 0px;
}

html {
   scroll-behavior: smooth;
   scroll-padding-top: 80px;
}

body {
   background-color: var(--cor3);
   font-family: Arial, Helvetica, sans-serif;
   -webkit-user-select: none; /* Para navegadores baseados em WebKit */
   -moz-user-select: none; /* Para Firefox */
   -ms-user-select: none; /* Para IE/Edge */
   user-select: none; /* Para navegadores modernos */
   overflow-x: hidden;
}

img {
   -webkit-user-drag: none; /* Para navegadores baseados em WebKit */
}


/* Barra de Navegação */
.nav-list {
   list-style: none;
   display: flex;
}

.nav-list li {
   margin-left: 32px;
}

.nav-list a {
   color: white;
   text-decoration: none;
   font-weight: bolder;
   transition: 0.3s;
}

.nav-list a:hover {
   color: var(--cor7)
}

.nav-list .botao, .nav-list .botao:hover {
   color: white;
}

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

.mobile-menu div {
   width: 32px;
   height: 2px;
   background-color: white;
   cursor: pointer;
   margin: 8px;
   transition: 0.3s;
}

main {
   max-width: 1000px;
   margin: 0 auto;
   transition: 0.3s;
   border-radius: 20px;
   padding: 10px;
}

header {
   display: flex;
   justify-content: space-around;
   align-items: center;
   position: fixed;
   width: 100%;
   z-index: 99999999;
   background-color: var(--cor3);
   padding: 15px;
   border-bottom: 1px solid #A122CD;
}

h2 {
   color: white;
   text-align: center;
}

nav {
   display: flex;
   gap: 20px;
}

nav a {
   color: var(--cor1);
   font-weight: bold;
   text-decoration: none;
}

nav a:hover {
   color: var(--cor7);
   text-decoration: underline;
}

.principal {
   padding: 30px;
   padding-top: 120px;
   display: flex;
   align-items: center;
   gap: 40px;
}

.principal h1 {
   color: var(--cor7);
   font-family: 'Bebas Neue', cursive, sans-serif;
   font-weight: normal;
   font-size: 3em;
}

.principal h2 {
   color: var(--cor1);
   text-align: left;
   margin-bottom: 20px;
}

.principal p {
   color: var(--cor2);
}

.principal #instagram {
   font-weight: bolder;
   color: var(--cor2);
}

.principal img {
   max-width: 300px;
   max-height: 300px;
}

.linksuteis {
   display: flex;
   margin-top: 30px;
   gap: 20px;
}

.linksuteis img {
   width: 60px;
   height: 60px;
   transition: .6s;
}

.linksuteis a {
   transition: .6s;
}

.linksuteis a:hover {
   transform: scale(1.09);
}

.tecnologias {
   margin-top: 70px;
}

.tecnologias img {
   max-width: 100px;
   transition: all 0.8s;
}

.tecnologias h2 {
   color: white;
   text-align: center;
   margin-bottom: 30px;
}

.tecnologias .contenttech {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
}

.tecnologias .contenttech img:hover {
   transform: scale(1.20);
   
}

.projetos {
   margin-top: 100px;
   justify-content: center;
}

.containerprojetos {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 30px;
}

.projetos aside {
   max-width: 450px;
   margin-top: 40px;
   display: flex;
   flex-direction: column;
   color: white;
   justify-content: space-between;
   border: 1px solid var(--cor7);
   border-radius: 20px;
   box-shadow: 2px 2px 8px black;
}

.projetos .botao_desativado {
   border-color: #363636;
   color: #363636;
   cursor: not-allowed;

   &:hover {
      transform: scale(1);
      background-color: transparent;
      color: #363636;
   }
}

.projetos .projetoimagem img {
   max-width: 100%;
   position: relative;
   right: 10px;
   gap: 0;
   margin: 0;
   padding: 0;
   border-radius: 20px 20px 0 0;
   user-select: none;
}

.projetos .projetoconteudo {
   justify-content: space-around;
   display: flex;
   flex-direction: column;
   padding: 30px;
   
}

.projetos aside .tecnologias-projetos {
   display: flex;
   gap: 10px;
}

.projetos aside .tecnologias-projetos img {
   width: 30px;
   margin-bottom: 40px;
}

.projetos aside h3 {
   font-size: 1.8em;
   margin-bottom: 20px;
}

.projetos aside p {
   font-size: 1.1em;
   margin-bottom: 20px;
}

.projetos aside a {
   border: 3px solid var(--cor7);
   color: var(--cor7);
   font-weight: bolder;
   text-decoration: none;
   padding: 10px;
   border-radius: 10px;
   transition: all 0.5s;
}

.projetos aside a:hover {
   background-color: var(--cor7);
   color: white;
   transform: scale(1.060);
}

.projetos aside .projetobotoes {
   display: flex;
   justify-content: space-between;
}

.projetos .imgbutton {
   border: none;
   user-select: none;
}
.projetos .imgbutton:hover {
   border: none;
   user-select: none;
   background-color: transparent;
}

.contato {
   margin-top: 80px;
   color: white;
}

.container-contact {
   display: flex;
   gap: 40px;
   align-items: center;

   img {
      width: 50%;
      height: 50%;
   }
}

#contact-form {
   width: 50%;
   display: flex;
   flex-direction: column;
   gap: 10px;

   input, textarea {
      margin-bottom: 30px;
      background-color: transparent;
      border-radius: 10px;
      border: 2px solid var(--cor7);
      padding: 10px;
      outline: none;
      color: white;
      font-size: 1.1em;
      
      &:focus {
         border: 3px solid var(--cor7);
      }
   }

   textarea {
      height: 200px;
      resize: vertical;
   }
}

.contato button {
   background-color: var(--cor7);
   color: var(--cor7);
   font-weight: bolder;
   text-decoration: none;
   padding: 10px;
   border-radius: 10px;
   transition: all 0.5s;
   border: none;
   color: white;
   font-size: 1.1em;
   cursor: pointer;
}

.contato button:hover {
   background-color: var(--cor7);
   color: white;
   background-color: var(--cor8);
   transform: scale(1.009);
}

footer {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   margin-top: 20px;
   padding: 150px 0;
   color: white;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
}

@media (max-width: 857px) { 
   .principal {
      flex-direction: column;
   }
   .containerprojetos {
      flex-direction: column;
      align-items: center;
   }
   .projetobotoes {
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 20px;
   }
    /* NAGEGAÇÃO */
   .nav-list {
      position: absolute;
      top: 8.9vh;
      right: -40%;
      width: 100vh;
      height: 92vh;
      background-color: #13131fcf;
      border-radius: 10px;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.291);
      backdrop-filter: blur(10px); /* Efeito de blur no fundo */
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      transform: translateX(100%);
      transition: transform 0.3s ease-in;
      text-align: center;
   }

   .nav-list li {
      margin-left: 0;
      opacity: 0;
   }

   .nav-list li a {
      color: white;
      text-decoration: none;
      font-weight: bolder;
      padding: 40px ;
   
   }

   .nav-list li a:hover {
      color: var(--cor7);
      text-decoration: underline;
   }

   .nav-list .botao, .nav-list .botao:hover {
      color: white;
      padding: 10px;
      text-decoration: none;
   }

   /* MENU HAMBURGUER */
   .mobile-menu {
      display: block;
   }

   .container-contact {
      flex-direction: column-reverse;
      padding: 8px;

      img {
      width: 100%;
      height: 100%;
      }
   }

   #contact-form {
   width: 100%;

}
   
}




/* MENU HAMBUERGUER */
.nav-list.active {
   transform: translateX(0);
}

@keyframes navLinkFade {
   from {
      opacity: 0;
      transform: translateX(50px);
   }
   to {
      opacity: 1;
      transform: translateX(0);
   }
}

/* MENU HAMBUERGUER */

.mobile-menu.active .line1 {
   transform: rotate(-45deg) translate(-8px, 8px);

}

.mobile-menu.active .line2 {
   opacity: 0;
}

.mobile-menu.active .line3 {
   transform: rotate(45deg) translate(-5px, -7px);
}

.versao {
   position: absolute;
   right: 0;
   color: rgba(255, 255, 255, 0.568);
   padding: 10px;
   font-size: .8em;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}