@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #2f2e2e;
}

::-webkit-scrollbar-thumb {
  background-color: #0072b1;
  border-radius: 5px;
  border: 2px solid #ffffff;
}


/* NAV BAR */
.nav-link {
  color: rgb(255, 255, 255) !important;
  font-family: 'Exo 2', serif;
  font-weight: 500;
  font-size: 16px;
  margin-left: 64px;
  margin-right: 64px;

}

.nav-link:hover {
    color: rgb(206, 198, 198) !important;
    transition: 0.1s linear;
    border-bottom: 1px solid #3d738e;
  
  }
nav {
    width: 100%;
    z-index: 100;
    display: flex; /* Torna o nav um flex container */
    align-items: center; /* Alinha verticalmente */
    padding: 20px 20px; /* Adiciona um espaçamento nas laterais */
  }

  .navbar-nav {
    display: flex;
    margin: auto; /* Joga os links para a direita */
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-weight: bold;
    padding: 20px;
    align-items: center;
  }
  .navbar__logo {
    height: 80px;
    width: 80px;

  }

 

.navbar__logo__mobile {
    display: none;
  }
  @media screen and (max-width: 768px) {
   .navbar__logo {
    display: none;
   }

   .navbar__logo__mobile {
    display: block;
    height: 50px;
    width: 50px;
   }
    
  }


  /* TOPO */
  section#topo {
    text-align: center;
    height: 80svh;
    width: 100%;
    background-color: #0F0F0F;
    background: url("img/bg__topo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   

  }

 div#texto__topo {
    font-family: "Exo 2", sans-serif;
    color: #ffffff;
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 360px;
    padding-top: 200px;
    text-align: start;
    
  }

  .titulo__topo {
    font-size: 5svh;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
  }


  .typewriter {
    white-space: nowrap;
    overflow: hidden;
    width: 30ch;
    height: 50px;
    animation: blink 0.7s step-end infinite;
    font-size: 24px;
    color: #096386; /* azul ciano */
    text-shadow:
      0 0 5px #096386,
      0 0 10px #096386,
      0 0 20px #096386,
      0 0 40px #096386,
      0 0 80px #096386;
  }
  
.paragrafo__topo {
  font-size: 2svh;
  width: 40%;
  font-family: "Exo 2", sans-serif;
  
}
.destaque {
  color: #096386; /* azul ciano */
  text-shadow:
    0 0 5px #096386,
    0 0 10px #096386,
    0 0 20px #096386,
    0 0 40px #096386,
    0 0 80px #096386;
}

@media screen and (max-width: 768px) {
  
  section#topo {
    background: #0F0F0F;
  }
  div#texto__topo {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
  .paragrafo__topo {
    font-size: 16px;
    font-weight: 400;
    width: 75%;
  }
  .titulo__topo {
    font-size: 36px;
  }

    .typewriter {
    white-space: nowrap;
    overflow: hidden;
    width: 25ch;
    height: 50px;
    animation: blink 0.7s step-end infinite;
    font-size: 18px;
    color: #096386; 
    text-shadow:
      0 0 5px #096386,
      0 0 10px #096386,
      0 0 20px #096386,
      0 0 40px #096386,
      0 0 80px #096386;
  }
  
  
}

/* SECTION SOBRE */
section#sobre {
  text-align: center;
  height: 80svh;
  width: 100%;
  background-color: #0F0F0F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__sobre { 
  display: flex;
  flex-direction: row;
  background-color: #141414;
  width: 70%;
  height: 80%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #096386;
  -webkit-box-shadow: 0px 0px 10px 0px #096386;
  -moz-box-shadow: 0px 0px 10px 0px #096386;
  overflow: hidden;
}
.img__card__sobre {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.img__card__sobre img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 20px;
}
.text__card__sobre {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: start;
}

.titulo__sobre {
  font-size: 48px;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  color: #096386; /* azul ciano */
}
.paragrafo__sobre {
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  width: 70%;
  color: #bbb7b7; /* azul ciano */
}  


@media screen and (max-width: 768px) {
  section#sobre {
    background: #0F0F0F;
  }
  .card__sobre {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 90%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #096386;
    -webkit-box-shadow: 0px 0px 10px 0px #096386;
    -moz-box-shadow: 0px 0px 10px 0px #096386;
    overflow: hidden;
  }
  .img__card__sobre {
    display: none;
  }
  .text__card__sobre{
    width: 100%;
    height: 100%;
    display: flex;
  }
  .titulo__sobre {
    font-size: 32px;
    width: 100%;
    text-align: center;
  }
  .paragrafo__sobre {
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
}

/* SECTION PROJETOS */

section#projetos {
  width: 100%;
   height:100svh; 
  background-color: #0F0F0F;
  padding: 0px 200px;
}

.titulo__projetos {
  font-size: 48px;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  color: #afaeae; 
  text-align: center;
}
.desc__projetos{
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  color: #0072b1; 
  text-align: center;
}

.container__projetos {
  width: 100%;
  height: 75% ;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  line-height: 0;
  gap: 20px;
}
.card__projeto {
  width: calc(33.33% - 20px); 
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: end ;
  margin: 0;
}
.icon__projeto {
  width: 40px;
  height: 40px;
  margin: 0;
  
}

.card__projeto:hover {
  transform: scale(1.02);
  transition-duration: 0.2s;
  cursor: pointer;
}

@media (max-width: 768px) {
  section#projetos {
    height:220svh; 
    padding: 0px 20px;
  }

 .container__projetos{
  display: block;
  width: 100%;
  height: 100%;
 }
 .card__projeto{
  width: 100%;
  height: 300px;
  margin: 10px 0px;
 }
 .card__projeto:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.icon__projeto {
  width: 40px;
  height: 40px;
  margin: 0;
  
}
}

/* SECTION TECNOLOGIAS */

section#tecnologias {
  width: 100%;
  height: 50svh;
  padding: 0px 200px;
  background-color: #0F0F0F;

}

.titulo__tecnologias {
  font-size: 48px;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  color: #AFAEAE; 
  text-align: center;
}
.container__tecnologias {  /* container tecnologias */
  width: 100%;
  height: 80% ;
  display: flex;
  justify-content: center;
}
.card__tecnologias {
  width: 100%;
  height: 75%;
  border-radius: 10px;
  justify-content: center;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.cards__skills{
  width: 10%;
  height: 33%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: blinkNeon 5s infinite;
}
.icon__tecnologia {
  width: 100%;
  height: 80%;
  border-radius: 10px;
  margin: 0;
  overflow: hidden;
}
.text__tecnologias {
  font-size: 16px;
  font-weight: 400;
  font-family: "Exo 2", sans-serif;
  color: #ffffff; 
  text-align: center;
}

@keyframes blinkNeon {
      0%, 3% {
        opacity: 1;
        text-shadow:
          0 0 5px #096386,
          0 0 10px #096386,
          0 0 20px #096386,
          0 0 40px #096386;
      }
      4%, 5% {
        opacity: 0;
        text-shadow: none;
      }
      6%, 7% {
        opacity: 1;
        text-shadow:
          0 0 5px #096386,
          0 0 10px #096386,
          0 0 20px #096386,
          0 0 40px #096386;
      }
      8%, 9% {
        opacity: 0;
        text-shadow: none;
      }
      10%, 100% {
        opacity: 1;
        text-shadow:
          0 0 5px #096386,
          0 0 10px #096386,
          0 0 20px #096386,
          0 0 40px #096386;
      }
    }
@media (max-width: 768px) {
  section#tecnologias {
    height: 40svh;
    padding: 0px 20px;
  }

 .container__tecnologias {  /* container tecnologias */
  width: 100%;
  height: 50% ;
  display: block;
  justify-content: start;
}
.card__tecnologias {
  gap: 12px;
  margin: 0;
}
.text__tecnologias {
  font-size: 6px;
}
}

/* servicos */

  .servicos {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem;
    text-align: center;
    background-color: #0F0F0F;
    padding-bottom: 100px;
  }

  .servicos__cards {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
  }

  .servicos__card {
    background-color: #141414;
    padding: 1.5rem 1rem 2rem;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.1);
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .servicos__imagem {
    width: 80px;
    height: 80px;
    margin-bottom: 1.25rem;
  }


  .servicos__titulo-servico {
    margin: 0 0 0.8rem;
    font-size: 1.3rem;
    color: #0072b1;
  }

  .servicos__descricao {
    font-size: 1rem;
    color: #dbd3d3;
  }
@media (max-width: 600px) {
  .servicos__cards {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .servicos__card {
    width: 100%;
    max-width: 320px; /* para não ficar muito largo em telas grandes */
  }
}


.footer {
  background-color: #050505;
  color: white;
  padding: 40px 20px;
  text-align: center;
}
.footer__logo{
  width: 75px;
  height: 75px;
}
.footer__content {
  max-width: 800px;
  margin: 0 auto;
}

.footer__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.footer__subtitle {
  margin: 8px 0 24px 0;
  font-size: 14px;
  color: #ccc;
}

.footer__links {
  margin-bottom: 24px;
}

.footer__link {
  margin: 0 15px;
  color: #096386;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer__link:hover {
  color: #0c87b8;
}

.footer__copy {
  font-size: 12px;
  color: #aaa;
}


/*# media */
/* From Uiverse.io by faxriddin20 */
.media {
  width: fit-content;
  height: fit-content;
  background-color: #ffffff00;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.mediaf {
  width: fit-content;
  height: fit-content;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  border-radius: 5px;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 0.3s;
}

/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}

/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: 0.3s;
}

/* Whatsapp*/
.containerFour:hover {
  background-color: green;
  transition-duration: 0.3s;
}
/* CV */
.containerTwo:hover {
  background-color: rgb(153, 0, 255);
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* aqui pra baixo chat */

/* CELULARES MUITO PEQUENOS */
@media (max-width: 480px) {
  .titulo__topo {
    font-size: 28px;
  }
  .paragrafo__topo {
    font-size: 14px;
    width: 90%;
  }
  .typewriter {
    font-size: 16px;
    width: 20ch;
  }
  .titulo__sobre {
    font-size: 24px;
  }
  .paragrafo__sobre {
    font-size: 14px;
  }
  .titulo__projetos,
  .titulo__tecnologias {
    font-size: 28px;
  }
  .desc__projetos {
    font-size: 14px;
  }
  section#projetos,
  section#tecnologias {
    padding: 0px 10px;
  }
  .card__projeto {
    height: 120px;
  }
  .cards__skills {
    width: 20%;
  }
  .icon__tecnologia {
    height: 60%;
  }
}
/* TABLETS GRANDES / LAPTOPS PEQUENOS */
@media (min-width: 769px) and (max-width: 1024px) {

    /* LOGO */
    .navbar__logo {
        height: 60px;
        width: 60px;
    }

    /* TOPO */
    section#topo {
        background: #0F0F0F;
    }

    div#texto__topo {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    .paragrafo__topo {
        font-size: 18px;
        font-weight: 400;
        width: 70%;
    }

    .titulo__topo {
        font-size: 42px;
    }

    .typewriter {
        width: 28ch;
        height: 55px;
        font-size: 20px;
    }

    /* SOBRE */
    section#sobre {
        background: #0F0F0F;
    }

    .card__sobre {
        flex-direction: row;
        width: 85%;
        height: auto;
    }

    .img__card__sobre {
        display: none;

       
    }

    .text__card__sobre {
        width: 100%;
      
    }

    .titulo__sobre {
        font-size: 36px;
        width: 100%;
        text-align: center;
    }

    .paragrafo__sobre {
        font-size: 18px;
        width: 100%;
         text-align: center;
        padding: 10px;
    }

    /* PROJETOS */
    section#projetos {
        height: auto;
        padding: 0px 30px;
    }

    .container__projetos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    .card__projeto {
        width: 48%;
        height: 200px;
        margin: 10px 0px;
    }

    .card__projeto:hover {
        transform: scale(1.05);
        transition-duration: 0.2s;
    }

    .icon__projeto {
        width: 25px;
        height: 25px;
        margin: 0;
    }
}
/* DESKTOPS GRANDES (ATÉ 1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {

    /* LOGO */
    .navbar__logo {
        height: 70px;
        width: 70px;
    }

    .navbar__logo__mobile {
        display: none;
    }

    /* TOPO */
    section#topo {
        background: #0F0F0F;
    }

    div#texto__topo {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    .paragrafo__topo {
        font-size: 20px;
        font-weight: 400;
        width: 60%;
    }

    .titulo__topo {
        font-size: 48px;
    }

    .typewriter {
        width: 30ch;
        height: 60px;
        font-size: 22px;
    }

    /* SOBRE */
    section#sobre {
        background: #0F0F0F;
    }

    .card__sobre {
        flex-direction: row;
        width: 75%;
        height: auto;
    }

    .img__card__sobre {
        display: block;
        width: 40%;
    }

    .text__card__sobre {
        width: 60%;
        display: flex;
    }

    .titulo__sobre {
        font-size: 36px;
        width: 100%;
        text-align: left;
        padding-top: 20px;
    }

    .paragrafo__sobre {
        font-size: 20px;
        width: 100%;
        text-align: left;
        
    }

    /* PROJETOS */
    section#projetos {
        height: auto;
        padding: 0px 40px;
    }

    .container__projetos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    .card__projeto {
        width: 48%;
        height: 220px;
        margin: 10px 0px;
    }

    .card__projeto:hover {
        transform: scale(1.05);
        transition-duration: 0.2s;
    }

    .icon__projeto {
        width: 28px;
        height: 28px;
        margin: 0;
    }
}


/* animações */
.hidden {
    opacity: 0;
    transform: translateX(-50px); /* começa deslocado para a esquerda */
    transition: opacity 0.1s ease-out, transform 0.6s ease-out;
}

.hidden.show {
    opacity: 1;
    transform: translateX(0); /* volta para posição normal */
}
