* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  list-style: none;
  text-decoration: none;
}

:root {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #212121;
  color: #7A92BE;
}
body a {
  transition: 0.5s;
}

a {
  text-decoration: none;
}

.header {
  background-color: #212121;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .header {
    flex-direction: column;
    gap: 5rem;
  }
}
.header-brand {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.4rem;
  color: #7A92BE;
  transition: 0.8s;
  border: 1px solid rgba(255, 255, 255, 0);
}
.header-brand:hover {
  border-bottom: 1px solid #fff;
}
.header-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0rem;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .header-navbar {
    flex-direction: column;
    gap: 4rem;
  }
}
@media (max-width: 1024px) {
  .header-navbar li {
    margin-left: 0px;
  }
}
.header-navbar a {
  transition: 0.8s;
  padding: 1rem;
  color: #fff;
  font-size: 2rem;
  width: 100%;
}
.header-navbar a:hover {
  background-color: #fff;
  color: #000;
}
.header-social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.header-social-media li {
  margin-left: 20px;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .header-social-media li {
    margin-left: 10px;
  }
}
.header-social-media a {
  color: #7A92BE;
}
.header-social-media a:hover {
  color: #fff;
}

.main .about-me {
  margin-top: 2rem;
  text-align: center;
}
.main .about-me h2 {
  font-family: "Space Grotesk", sans-serif;
  padding: 0.5rem;
  font-size: 4rem;
  display: inline;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.6s;
}
.main .about-me h2:hover {
  border-bottom: 1px solid #fff;
}
.main .about-me-divisao {
  max-width: 1400px;
  padding: 1.5rem 0;
  margin: 0 auto;
  height: 88vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .main .about-me-divisao {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .main .about-me-divisao {
    grid-template-columns: 1fr;
  }
}
.main .about-me-divisao-img img {
  width: 55%;
  transform: perspective(800px) rotateY(25deg);
  transition: 0.5s;
  border: 4px solid #7A92BE;
  border-radius: 200px;
}
@media (max-width: 1024px) {
  .main .about-me-divisao-img img {
    display: none;
    width: 50%;
  }
}
.main .about-me-divisao-img img:hover {
  transform: perspective(800px) rotateY(0deg);
}
.main .about-me-divisao-text {
  color: #fff;
  padding: 10px;
  border: 2px solid #7A92BE;
  font-size: 2.6rem;
  margin: 0 auto;
  transform: perspective(800px) rotateY(25deg);
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .main .about-me-divisao-text {
    transform: rotateY(0deg);
    font-size: 2rem;
  }
}
.main .about-me-divisao-text:hover {
  transform: perspective(800px) rotateY(0deg);
}
.main .about-me-divisao-text p {
  opacity: 0;
  font-weight: 700;
  animation: textoAparece 0s 1.1s both;
  text-align: justify;
}
.main .skills {
  text-align: center;
  margin-top: 2rem;
}
.main .skills .carousel-control-prev-icon,
.main .skills .carousel-control-next-icon {
  width: 5rem;
  height: 5rem;
}
.main .skills h2 {
  font-size: 4rem;
  padding: 10px;
  text-transform: uppercase;
  display: inline;
  transition: 0.6s;
}
.main .skills h2:hover {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.main .skills .content {
  height: 60rem;
  width: 100%;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .main .skills .content {
    height: 40rem;
  }
}
.main .skills .content h3 {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 0rem;
}
.main .skills .content img {
  width: 30%;
  margin-top: 2rem;
}
@media (max-width: 425px) {
  .main .skills .content img {
    width: 70%;
  }
}
.main .skills .content div {
  gap: 5rem;
  width: 70%;
}
@media (max-width: 1024px) {
  .main .skills .content div {
    width: 70%;
  }
}
.main .skills .content div p {
  text-align: justify;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .main .skills .content div p {
    font-size: 2rem;
  }
}
.main .projects {
  text-align: center;
}
.main .projects h2 {
  font-family: "Space Grotesk", sans-serif;
  padding: 10px;
  margin-left: 10px;
  display: inline;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.6s;
  font-size: 4rem;
}
.main .projects h2:hover {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.main .projects-cards {
  max-width: 1400px;
  padding: 1.5rem 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .main .projects-cards {
    flex-direction: column;
  }
}
.main .projects-cards-item {
  width: 45%;
  height: 400px;
  margin-bottom: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 1024px) {
  .main .projects-cards-item {
    width: 65%;
    height: 200px;
  }
}
.main .projects-cards-item .title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Space Grotesk", sans-serif;
  background-color: #000;
  padding: 10px;
}
.main .projects-cards-item .link {
  display: inline;
  transition: 0.8s;
  padding: 5px;
  font-size: 2rem;
  text-transform: uppercase;
  background-color: #fff;
}
.main .projects-cards #project-1 {
  background-image: url("../imgs/game.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.6s;
  border-radius: 12px;
}
.main .projects-cards #project-1:hover {
  background-size: 110%;
  filter: grayscale(0%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url("../imgs/game.png");
}
.main .projects-cards #project-2 {
  background-image: url("../imgs/calculator.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.6s;
  border-radius: 12px;
}
.main .projects-cards #project-2:hover {
  background-size: 110%;
  filter: grayscale(0%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url("../imgs/calculator.png");
}
.main .projects-cards #project-3 {
  background-image: url("../imgs/spotify.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.6s;
  border-radius: 12px;
  background-position: top;
}
.main .projects-cards #project-3:hover {
  background-size: 110%;
  filter: grayscale(0%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url("../imgs/spotify.png");
}
.main .projects-cards #project-4 {
  background-image: url("../imgs/api.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.6s;
  border-radius: 12px;
}
.main .projects-cards #project-4:hover {
  background-size: 110%;
  filter: grayscale(0%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url("../imgs/api.png");
}
.main .contact {
  max-width: 80%;
  margin: 50px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.main .contact h2 {
  text-transform: uppercase;
  display: inline;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.6s;
  font-size: 4rem;
}
.main .contact h2:hover {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.main .contact form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 2rem;
}
.main .contact form .form-group {
  display: flex;
  flex-direction: column;
}
.main .contact form .form-group label {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
  text-align: start;
}
.main .contact form .form-group input, .main .contact form .form-group textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}
.main .contact form .form-group input:focus, .main .contact form .form-group textarea:focus {
  outline: none;
  border-color: #007bff;
}
.main .contact form button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.main .contact form button:hover {
  background-color: #0056b3;
}
.main .contact #responseMessage {
  text-align: center;
  margin-top: 10px;
  color: #7A92BE;
  font-weight: bold;
  font-size: 2rem;
}

/*# sourceMappingURL=styles.css.map */
