* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #44475a;
  color: #fff;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

textarea {
  resize: none;
}

button {
  border: none;
  outline: inherit;
}

.btn {
  background: #414141;
  color: #fff;
  padding: 1.2rem 3.2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

.btn:hover {
  transform: translateY(-5px);
}

.subtitle {
  display: block;
  text-align: center;
  color: #777;
  font-size: 1.4rem;
  font-weight: 500;
  margin: auto;
  line-height: 1.6;
  text-align: center;
  margin: 0px 10rem;
}

.paragraph {
  font-size: 1.2rem;
  color: #f8f8f2;
  line-height: 1.7;
}

.section {
  padding: 10rem 5rem;
}

h1 {
  font-size: 3.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  font-weight: bold;
}

h2 {
  font-size: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

h2::after {
  content: "";
  position: absolute;
  top: calc(100% + 1.5rem);
  height: 5px;
  width: 2rem;
  background: #ff00fc;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}

h3 {
  font-weight: 700;
  font-size: 1.8rem;
}

h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.text-logo {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0.5px 1px 1px rgba(175, 64, 255, 0.4431372549);
}

.img-logo-header {
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
}

.header,
.navigation-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header {
  background-color: #2d2d2d;
  box-shadow: 1px 1px 4px #1c1c1c;
  height: 3.5;
  justify-content: space-between;
  padding: 0% 10%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}

.navigation-header {
  gap: 3em;
  z-index: 2;
}

.navigation-header a {
  text-decoration: none;
  color: #ff00fc;
  transition: 1s;
  font-weight: bold;
}

.navigation-header a:hover {
  color: #b040ff;
}

.navigation-link-menu {
  background-color: #414141;
  padding: 10px;
  border-radius: 10px;
}

.btn-icon-header {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  display: none;
}

/* section home */
.section-home {
  background: url(https://raw.githubusercontent.com/rinaldovilela/Site-Portifolio-Softex/a3551e0d0913836b45ddc42ed29ad59bfd4755fd/Img/large-triangles.svg);
  background-position: center;
  padding-top: 16.5rem !important;
  padding-bottom: 12rem !important;
  align-items: center;
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 50px;
  text-align: center;
  color: white;
}

.section-home h1 {
  text-transform: uppercase;
}

.section-home > p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0px 50px;
}

.btn {
  background-color: white;
  color: black;
  padding: 1.4rem 5rem;
  font-size: 1.1rem;
}

/* section about me */
.section-about-me {
  background-color: #282a36;
  display: block;
  text-align: center;
}

.section-about-me > h2 {
  text-shadow: 1px 1px 4px #b040ff;
}

.section-about-me-content {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  text-align: initial;
}

.section-about-me-content h3 {
  margin-bottom: 30px;
  text-shadow: 1px 1px 4px #d697ff;
}

.section-about-me-content ul {
  display: flex;
  flex-wrap: wrap;
}

.section-about-me-content ul > li {
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  font-weight: 600;
  color: #ffffff;
}

/* section projects */
.section-projects > h2 {
  text-shadow: 1px 1px 4px #b040ff;
}

.section-projects ul {
  margin-top: 100px;
}

.section-projects ul li {
  display: grid;
  grid-template-columns: 1fr 40%;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 2px;
}

.project-content {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.section-projects ul li + li {
  margin-top: 50px;
}

.subtitle-about {
  /* color: #d697ff;
  text-shadow: 0.5px 0.5px 1px #b040ff; */
  color: #e8cdfa;
  text-shadow: 0.5px 0.5px 1px rgba(175, 64, 255, 0.2666666667);
  font-size: 1.4rem;
}

.project-img-content {
  border-radius: 16px;
}

/* section contact */
.section-contact {
  background: url(https://raw.githubusercontent.com/rinaldovilela/Site-Portifolio-Softex/a3551e0d0913836b45ddc42ed29ad59bfd4755fd/Img/large-triangles.svg);
  background-position: center;
  display: flex;
  flex-direction: column;
}

.section-contact > h2,
.subtitle {
  /* color: #f5ecfc;
  text-shadow: 0.5px 0.5px 1px #af40ff44; */
  color: #f8eefe;
  text-shadow: 1px 1px 4px #b040ff;
}

.section-contact > h2::after {
  background: #ff00fc;
}

.section-contact > form {
  background: white;
  padding: 3rem;
  border-radius: 5px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  margin: 0px 10rem;
  margin-top: 5rem;
}

.section-contact form > div {
  display: flex;
  flex-direction: column;
}

.section-contact label {
  color: #666;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-contact button {
  align-self: flex-end;
}

form input,
textarea {
  color: #333;
  font-size: 1.1rem;
  padding: 1.6rem;
  border: 1px solid #ebebeb;
  letter-spacing: 0px;
  background: #f0f0f0;
  border-radius: 5px;
  font-weight: 600;
}

/* footer */
footer {
  background: #44475a;
  color: #fff;
  padding: 0px 6rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
}

.footer-top-content {
  width: 40%;
}

.footer-top h4 {
  margin-bottom: 1.6rem;
}

.footer-top p {
  color: #eee;
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-top i {
  font-size: 1.6rem;
  padding: 0rem 5px;
}

.footer-bottom {
  border-top: 1px solid #444;
  display: flex;
  justify-content: center;
  padding: 2.6rem 0;
  font-size: 0.7rem;
}

.footer-bottom strong {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .btn-icon-header {
    display: block;
  }
  .navigation-header {
    position: absolute;
    flex-direction: column;
    top: 0;
    background-color: #343434;
    height: 100vh;
    width: 35vw;
    padding: 1em;
    animation-duration: 1s;
    margin-left: -100vw;
  }
  html {
    font-size: 13px;
  }
  .section {
    padding: 10rem 1.4rem;
  }
  .subtitle {
    margin: 0px 0px;
  }
  .section-about-me-content {
    /* Change number of columns */
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
  .section-projects ul li {
    /* Change number of columns */
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
  }
  .project-content {
    /* Center objects */
    display: flex;
    align-items: center;
    text-align: center;
  }
  .section-contact form {
    padding: 2rem;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
  .section-contact input,
  textarea {
    color: #333;
  }
  .section-contact button {
    align-self: stretch;
    font-size: 0.9rem;
    /* // padding-top: 1.4rem;
    // padding-bottom: 1.4rem; */
  }
  /* .subtitle-about{
    color: #d697ff;
    text-shadow: 0.5px 0.5px 1px #b040ff;
    font-size: 1.4rem;
  }


  .subtitle {
  color: #e8cdfa;
  text-shadow: 0.5px 0.5px 1px #af40ff44;
  } */
  .project-img {
    text-align: center;
  }
}
footer {
  padding: 0px 1.6rem;
}

.footer-top {
  display: flex;
  flex-direction: column-reverse;
  gap: 50px;
}

.footer-top > div:first-child {
  width: auto;
}

@keyframes showSidebar {
  from {
    margin-left: -100vw;
  }
  to {
    margin-left: -10vw;
  }
}
@keyframes closeSidebar {
  from {
    margin-left: -10vw;
  }
  to {
    margin-left: -100vw;
  }
}/*# sourceMappingURL=index.css.map */