@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  background-color: #13131f;
  color: #fff;
  scroll-behavior: smooth;
}

header {
  border-bottom: 1px solid #9b23e5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  padding-top: 20px;
  z-index: 9999;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  padding-right: 2rem;
  flex-wrap: wrap;
}

nav ul li {
  list-style: none;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

nav ul a {
  text-decoration: none;
  display: block;
  font-size: 22px;
}

main {
  padding-top: 100px;
}

.home {
  color: #8257e6;
  font-size: 24px;
  border-bottom: 3px solid;
}

nav a:hover,
nav a.active {
  color: #8257e6;
  font-size: 25.8px;
  transition: 0.3s ease;
  border-bottom: 3px solid;
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 4.5rem;
  margin-left: 40px;
  margin-right: 40px;
}

.banner h1 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 500;
  color: #f9f9f9;
  line-height: 54px;
}

.banner span {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 3.4rem;
  display: block;
  color: #8257e6;
}

.banner p {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #828282;
}

.buttons {
  margin-top: 20px;
  line-height: 14px;
  display: flex;
  gap: 20px;
}

.button_curriculum {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #f9f9f9;
  padding: 12px 27px;
  background-image: linear-gradient(
    90deg,
    rgba(130, 87, 230, 0.8) 0.2%,
    rgba(121, 48, 190, 0.648) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  transition: 0.3s;
}

.button_contact {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #f9f9f9;
  padding: 12px 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  transition: 0.3s;
  border: solid 1px #8257e6;
}

.button_curriculum:hover,
.button_contact:hover {
  font-size: 0.8rem;
  background-image: linear-gradient(
    90deg,
    rgba(121, 48, 190, 0.648) 100%,
    rgba(121, 48, 190, 0.648) 100%
  );
}

.blob-container {
  width: 400px;
  height: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: blobAnimation 10s ease-in-out infinite;

  width: 100%;
  max-width: 400px;
  height: auto;
}

.blob-container img {
  background-color: #7f50df;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blob-container:hover {
  transform: scale(1.08);
}

@keyframes blobAnimation {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 50% 50% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

.about_container {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.about {
  font-family: "DM Sans", sans-serif;
  text-align: center;
  width: 50%;
}

.about h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.about p {
  color: #828282;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 350px;
}

.skills,
.projects,
.contact_title_card {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 100px;
  scroll-margin-top: 100px;
  /* margin-bottom: 350px; */
}

.cardProjetcProjetos {
  display: flex;
  justify-content:center;
  gap:50px;
}



.skills h2,
.title_card_projects,
.contact_title_card{
  text-align: center;
  font-size: 32px;
  margin-bottom: 70px;
}

.skills_cards {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.skills_cards_html,
.skills_cards_css3,
.skills_cards_javascript,
.skills_cards_python,
.skills_cards_git  {
  line-height: 40px;
  padding: 20px;
  background-color: #212121;
  text-align: center;
  font-size: 15px;
  border-top-left-radius: 20px;
  border-bottom: solid 4px #8257e6;
}

.skills_cards_html {
  padding-left: 40px;
  padding-right: 40px;
}

.skills_cards_css3 {
  padding-left: 48px;
  padding-right: 48px;
}

.skills_cards_javascript {
  padding-left: 33px;
  padding-right: 33px;
}

.skills_cards_python {
  padding-left: 45px;
  padding-right: 45px;
}

.skills_cards_git {
  padding-left: 45px;
  padding-right: 45px;
}



.icon_html,
.icon_css,
.icon_javascriprt,
.icon_python,
.icon_git {
  background-color: #212121;
  font-size: 45px;
  color: #8257e6;
}

.skills_cards_html p,
.skills_cards_css3 p,
.skills_cards_javascript p,
.skills_cards_python p,
.skills_cards_git p {
  background-color: #212121;
  color: #8257e6;
}

.blob-container,
.skills_cards_html,
.skills_cards_css3,
.skills_cards_javascript,
.skills_cards_git,
.skills_cards_python,
.projects_card,
.contact_card,
.contact_card_icons {
  transition: transform 0.3s ease;
}

.skills_cards_html:hover {
  transform: scale(1.08);
}

.skills_cards_css3:hover {
  transform: scale(1.08);
}

.skills_cards_javascript:hover {
  transform: scale(1.08);
}

.skills_cards_git:hover {
  transform: scale(1.08);
}

.skills_cards_python:hover {
  transform: scale(1.08);
}

.projects_card:hover {
  transform: scale(1.08);
}

.contact_card:hover {
  transform: scale(1.08);
}

.projects_komi_coffee_card {
  text-align: center;
  width: 400px;
  height: 300px;
  background-image: url(./img/komi.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 4px solid #8257e6;
  overflow: hidden;
  border-radius: 8px;
  margin: 40px auto;
  font-family: sans-serif;
}


.projects_sorteador_de_numero_card {
  text-align: center;
  width: 400px;
  height: 300px;
  background-image: url(./img/sorteador-de-numeros-fundo.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 4px solid #8257e6;
  overflow: hidden;
  border-radius: 8px;
  margin: 40px auto;
  font-family: sans-serif;
}

.projects_alugames {
  text-align: center;
  width: 400px;
  height: 300px;
  background-image: url(./img/alugames.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 4px solid #8257e6;
  overflow: hidden;
  border-radius: 8px;
  margin: 40px auto;
  font-family: sans-serif;
}


.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 20px;
}

.overlay h3 {
  font-size: 24px;
  margin-bottom: 12px;
  background: transparent;
}

.icons_card_projetcs {
  display: flex;
  gap: 12px;
  font-size: 22px;
  color: #8257e6;
  background: transparent;
}

.overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

.contact_card {
  scroll-margin-top: 100px;
  margin-bottom: 680px;
}

.contact_card_concts {
  display: flex;
  justify-content: center;
  gap: 90px;
}

.contact_card_concts i {
  margin-bottom: 12px;
}

.contact_card_email_icon,
.contact_card_phone_icon,
.contact_card_linkedin_icon,
.contact_card_linkedin_icon {
  padding: 15px;
  border-radius: 999px;
  font-size: 30px;
  background-color: #212121;
  color: #8257e6;
}

.contact_card_icons {
  line-height: 25px;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.contact_card_icons h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.contact_card_icons p {
  font-size: 16px;
  font-weight: 500;
  color: #828282;
}

.contact_card_concts a:hover {
  transform: scale(1.08);
}

.contact_card_concts a {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}

footer li {
  list-style: none;
}

@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    padding: 2rem;
    margin: 0;
  }

  .blob-container {
    width: 250px;
    height: 250px;
    margin-top: 20px;
  }

  .about {
    width: 90%;
  }

  .skills_cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

.cardProjetcProjetos {
  display: flex;
  flex-direction: column;
}

  .projects_komi_coffee_card,
  .projects_sorteador_de_numero_card,
  .projects_alugames{
      width: 80%;
      height: auto;
      aspect-ratio: 4/3;
      margin: 20px auto; 
  }

  .contact_card_concts  {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu ul {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    margin-right: 50px;
  }

  nav {
    padding: 10px;
  }

  .skills,
  .projects,
  .contact_title_card {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 100px;
  scroll-margin-top: 150px;
}
.skills h2,
.title_card_projects,
.contact_title_card{
  text-align: center;
  font-size: 32px;
  margin-bottom: 70px;
}

}
