:root {
  --bg-color-primary: #000;
  --bg-color-secondary: #1e1919;
  --font-color-primary: #f5f5f0;
  --font-color-secondary: #4f4d4d;
  --details-color-primary: #73dc8c;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-text-size-adjust: none;
}
html,
body {
  font-size: 62.5%;
  background-color: var(--bg-color-primary);
  color: var(--font-color-primary);
  font-family: "Montserrat", sans-serif !important;
  scroll-behavior: smooth;
}
canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
.wrapper {
  width: min(140rem, 100%);
  margin-inline: auto;
  padding-inline: 2.4rem;
  display: flex;
}
::selection {
  background: var(--details-color-primary);
  color: #ffffff;
}
::-webkit-selection {
  background: var(--details-color-primary);
  color: #ffffff;
}
::-moz-selection {
  background: var(--details-color-primary);
  color: #ffffff;
}
::-webkit-scrollbar {
  width: 0.1rem;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}
a {
  text-decoration: none !important;
  color: inherit;
}
@media (max-width: 1100px) {
  & #projetos {
    & .wrapper {
      & ul {
        grid-template-columns: repeat(1, 1fr) !important;
      }
    }
  }
}
@media (max-width: 900px) {
  & body {
    & header {
      & .wrapper {
        & .logo {
          font-size: 2.5rem;
          margin-right: 3rem;
        }
        & nav {
          & ul {
            column-gap: 2.5rem;
            & li {
              & a {
                font-size: 1.8rem;
                font-weight: 500;
              }
            }
          }
          & .redes {
            & button {
              font-size: 1.8rem;
              padding: 1rem 2rem;
            }
            & a {
              & i {
                font-size: 2rem;
              }
            }
          }
        }
      }
    }
    & main {
      & #inicio {
        & .wrapper {
          padding-top: 5rem;
          & .col-1 {
            row-gap: 1rem;
            & h5 {
              font-size: 1.6rem;
              font-weight: 200;
            }
            & h1 {
              font-size: 5rem;
            }
            & ul {
              column-gap: 2rem;
              & li {
                & i {
                  font-size: 3rem;
                }
                & svg {
                  width: 10rem;
                  height: 10rem;
                }
              }
            }
          }
        }
      }
      & #sobre {
        & .wrapper {
          row-gap: 10rem;
          & img {
            width: 25rem;
          }
          & .col-2 {
            & h2 {
              font-size: 4rem;
            }
            & .sobre {
              width: 40rem;
              & p {
                font-size: 1.8rem;
              }
            }
          }
        }
      }
      & #projetos {
        & .wrapper {
          & h2 {
            font-size: 4rem;
          }
          & ul {
            gap: 10rem 10rem;
            & li {
              padding: 2rem;
              & h4 {
                font-size: 1.6rem;
                font-weight: 500;
                margin-bottom: 1rem;
              }
              & h3 {
                font-size: 3rem;
                font-weight: 600;
                width: 30rem;
              }
              & img {
                width: 35rem;
                margin-top: 5rem;
              }
              & .details {
                & p {
                  font-size: 1.8rem;
                }
                & div {
                  font-size: 3rem;
                  column-gap: 5rem;
                  & i {
                  }
                }
              }
            }
          }
        }
      }
      & #conhecimentos {
        & .wrapper {
          row-gap: 5rem;
          & h2 {
            font-size: 4rem;
            font-weight: 700;
          }
          & p {
            font-size: 1.8rem;
            width: 45rem;
          }
          & .skills {
            column-gap: 3rem;
            & li {
              width: 8rem;
              height: 8rem;
              & i {
                font-size: 4.5rem;
              }
            }
          }
        }
      }
      & #contato {
        & .wrapper {
          & .headerContact {
            & .question {
              font-size: 2rem;
              font-weight: 300;
            }
            & .response {
              font-size: 4rem;
            }
          }
          & form {
            margin-top: 4rem;

            & svg {
              width: 4rem;
              height: 4rem;
            }
            & label {
              font-size: 1.8rem;
            }
            & input {
              font-size: 1.8rem;
              width: 100%;
            }
            & .row {
              column-gap: 2rem;
              & .row-col {
                & input {
                }
              }
            }
            & .rows {
              & input {
                width: 100%;
              }
              & #mensagem {
                height: 7rem;
              }
            }
            & button {
              font-size: 1.8rem;
              padding: 1.5rem 3.5rem;
            }
          }
        }
      }
    }
    & footer {
      height: 13rem;
      & .wrapper {
        & .col-1 {
          row-gap: 1.5rem;
          & li {
            & .logo {
              font-size: 2.5rem;
            }
            & p {
              font-size: 1.8rem;
            }
          }
        }
        & .col-2 {
          column-gap: 2.5rem;
          & button {
            font-size: 1.8rem;
          }
          & a {
            & i {
              font-size: 2rem;
            }
          }
        }
      }
    }
  }
}
@media (max-width: 600px) {
  & body {
    & header {
      & .wrapper {
        & .logo {
          font-size: 2rem;
          margin-right: 3rem;
        }
        & nav {
          & ul {
            column-gap: 2.5rem;
            & li {
              & a {
                font-size: 1.6rem;
                font-weight: 500;
              }
            }
          }
          & .redes {
            & button {
              font-size: 1.6rem;
              padding: 1rem 2rem;
            }
            & a {
              & i {
                font-size: 1.5rem;
              }
            }
          }
        }
      }
    }
    & main {
      & #inicio {
        & .wrapper {
          padding-top: 5rem;
          & .col-1 {
            row-gap: 1rem;
            & h5 {
              font-size: 1.4rem;
              font-weight: 200;
            }
            & h1 {
              font-size: 4rem;
            }
            & ul {
              column-gap: 1rem;
              & li {
                & i {
                  font-size: 2.5rem;
                }
                & svg {
                  width: 8rem;
                  height: 8rem;
                }
              }
            }
          }
        }
      }
      & #sobre {
        & .wrapper {
          row-gap: 10rem;
          & img {
            width: 20rem;
          }
          & .col-2 {
            & h2 {
              font-size: 3rem;
            }
            & .sobre {
              width: 30rem;
              & p {
                font-size: 1.6rem;
              }
            }
          }
        }
      }
      & #projetos {
        & .wrapper {
          & h2 {
            font-size: 3rem;
          }
          & ul {
            gap: 10rem 10rem;
            & li {
              padding: 2rem;
              & h4 {
                font-size: 1.4rem;
                font-weight: 500;
                margin-bottom: 1rem;
              }
              & h3 {
                font-size: 2.5rem;
                font-weight: 600;
                width: 25rem;
              }
              & img {
                width: 25rem;
                margin-top: 5rem;
              }
              & .details {
                & p {
                  font-size: 1.6rem;
                }
                & div {
                  font-size: 2.5rem;
                  column-gap: 5rem;
                  & i {
                  }
                }
              }
            }
          }
        }
      }
      & #conhecimentos {
        & .wrapper {
          row-gap: 5rem;
          & h2 {
            font-size: 3rem;
            font-weight: 700;
          }
          & p {
            font-size: 1.6rem;
            width: 30rem;
          }
          & .skills {
            column-gap: 2rem;
            & li {
              width: 5rem;
              height: 5rem;
              & i {
                font-size: 3rem;
              }
            }
          }
        }
      }
      & #contato {
        & .wrapper {
          & .headerContact {
            & .question {
              font-size: 1.8rem;
              font-weight: 300;
            }
            & .response {
              font-size: 3rem;
            }
          }
          & form {
            margin-top: 4rem;
            & label {
              font-size: 1.6rem;
            }
            & input {
              font-size: 1.6rem;
              width: 100%;
            }
            & .row {
              column-gap: 2rem;
              & .row-col {
                & input {
                }
              }
            }
            & .rows {
              & input {
                width: 100%;
              }
              & #mensagem {
                height: 7rem;
              }
            }
            & button {
              font-size: 1.6rem;
              padding: 1rem 2.5rem;
            }
          }
        }
      }
    }
    & footer {
      height: 13rem;
      & .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 4rem;
        padding-bottom: 4rem;
        & .col-1 {
          row-gap: 1.5rem;
          align-items: center;
          justify-content: center;
          & li {
            & .logo {
              font-size: 2rem;
            }
            & p {
              font-size: 1.6rem;
            }
          }
        }
        & .col-2 {
          column-gap: 2.5rem;
          align-items: center;
          justify-content: center;
          & button {
            display: none;
          }
          & a {
            & i {
              font-size: 1.5rem;
            }
          }
        }
      }
    }
  }
}
@media (max-width: 360px) {
  & body {
    & header {
      & .wrapper {
        & .logo {
          font-size: 1.5rem;
          margin-right: 3rem;
        }
        & nav {
          & ul {
            column-gap: 2.5rem;
            & li {
              & a {
                font-size: 1.4rem;
                font-weight: 500;
              }
            }
          }
          & .redes {
            & button {
              font-size: 1.4rem;
              padding: 1rem 2rem;
            }
            & a {
              & i {
                font-size: 1rem;
              }
            }
          }
        }
      }
    }
    & main {
      & #inicio {
        & .wrapper {
          padding-top: 5rem;
          & .col-1 {
            row-gap: 1rem;
            & h5 {
              font-size: 1.2rem;
              font-weight: 200;
            }
            & h1 {
              font-size: 3rem;
            }
            & ul {
              column-gap: 1rem;
              & li {
                & i {
                  font-size: 2rem;
                }
                & svg {
                  width: 6rem;
                  height: 6rem;
                }
              }
            }
          }
        }
      }
      & #sobre {
        & .wrapper {
          row-gap: 10rem;
          & img {
            width: 15rem;
          }
          & .col-2 {
            & h2 {
              font-size: 2rem;
            }
            & .sobre {
              width: 25rem;
              & p {
                font-size: 1.4rem;
              }
            }
          }
        }
      }
      & #projetos {
        & .wrapper {
          & h2 {
            font-size: 2rem;
          }
          & ul {
            gap: 10rem 10rem;
            & li {
              padding: 2rem;
              & h4 {
                font-size: 1.2rem;
                font-weight: 500;
                margin-bottom: 1rem;
              }
              & h3 {
                font-size: 2rem;
                font-weight: 600;
                width: 20rem;
              }
              & img {
                width: 20rem;
                margin-top: 5rem;
              }
              & .details {
                & p {
                  font-size: 1.4rem;
                }
                & div {
                  font-size: 2rem;
                  column-gap: 5rem;
                  & i {
                  }
                }
              }
            }
          }
        }
      }
      & #conhecimentos {
        & .wrapper {
          row-gap: 5rem;
          & h2 {
            font-size: 2rem;
            font-weight: 700;
          }
          & p {
            font-size: 1.4rem;
            width: 25rem;
          }
          & .skills {
            column-gap: 1rem;
            & li {
              width: 4rem;
              height: 4rem;
              & i {
                font-size: 2.5rem;
              }
            }
          }
        }
      }
      & #contato {
        & .wrapper {
          & .headerContact {
            & .question {
              font-size: 1.6rem;
              font-weight: 300;
            }
            & .response {
              font-size: 2rem;
            }
          }
          & form {
            margin-top: 4rem;
            & label {
              font-size: 1.4rem;
            }
            & input {
              font-size: 1.4rem;
              width: 100%;
            }
            & .row {
              column-gap: 2rem;
              & .row-col {
                & input {
                }
              }
            }
            & .rows {
              & input {
                width: 100%;
              }
              & #mensagem {
                height: 7rem;
              }
            }
            & button {
              font-size: 1.4rem;
              padding: 1rem 2.5rem;
            }
          }
        }
      }
    }
    & footer {
      height: 13rem;
      & .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 4rem;
        padding-bottom: 4rem;
        & .col-1 {
          row-gap: 1.5rem;
          align-items: center;
          justify-content: center;
          & li {
            & .logo {
              font-size: 15rem;
            }
            & p {
              font-size: 1.4rem;
            }
          }
        }
        & .col-2 {
          column-gap: 2.5rem;
          align-items: center;
          justify-content: center;
          & button {
            display: none;
          }
          & a {
            & i {
              font-size: 1rem;
            }
          }
        }
      }
    }
  }
}
@media (min-width: 1100px) {
  #nav-toggle-label {
    display: none;
  }
}
@media (max-width: 1100px) {
  #nav-toggle-label {
    display: flex;
  }
}
@media (max-width: 1100px) {
  header {
    & .wrapper {
      width: 110%;
      justify-content: space-between;
      align-items: center;
      nav {
        left: 100%;
        background: rgba(0, 0, 0, 0.5);
        flex-direction: column;
        transition: 600ms ease-out;
        backdrop-filter: blur(0.7rem);
        position: absolute;
        height: 100dvh;
        width: 100% !important;
        top: 0;
        justify-content: center !important;
        row-gap: 20rem;
        & ul {
          flex-direction: column;
          row-gap: 4rem;
        }
        & .links {
        }
        & .redes {
          flex-direction: row;
        }
      }
    }
  }
}
.visible {
  left: 0 !important;
}
.uper {
  text-transform: uppercase;
}
.no-scroll {
  overflow: hidden;
}
.error-message {
  color: red;
  font-size: 1.4rem;
  margin-left: 1rem;
  margin-top: 1rem;
  & i {
    margin-right: 5px;
  }
}
section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

  & .wrapper {
    align-items: center;
    justify-content: center;
    padding: 5rem 0rem;
  }
}
header {
  display: flex;
  height: 13rem;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  & .wrapper {
    align-items: center;
    justify-content: space-between;
    & .logo {
      display: flex;
      align-items: center;
      column-gap: 1rem;
      font-weight: 700;
      font-size: 3rem;
      margin-right: 3rem;
      z-index: 999;
    }
    & nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      & ul {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 2.5rem;
        & li {
          display: flex;
          align-items: center;
          justify-content: center;
          & a {
            font-size: 2rem;
            font-weight: 500;
          }
        }
      }

      & .links {
        & li {
          & a {
            transition: 400ms ease;
            &:hover {
              color: var(--details-color-primary);
            }
          }
        }
      }
      & .redes {
        & button {
          display: flex;
          align-items: center;
          background-color: var(--details-color-primary);
          color: var(--font-color-secondary);
          font-size: 2rem;
          padding: 1rem 2rem;
          border: none;
          border-radius: 3rem;
          column-gap: 0.5rem;
          transition: 400ms ease;
          cursor: pointer;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          &:hover {
            background-color: var(--font-color-secondary);
            color: var(--details-color-primary);
          }
        }
        & a {
          & i {
            transition: 400ms ease;
            font-size: 2.5rem;
            &:hover {
              color: var(--details-color-primary);
              transform: scale(1.1);
            }
          }
        }
      }
    }
  }
}
#inicio {
  & .wrapper {
    justify-content: center;
    z-index: 999;
    padding-top: 5rem;
    & .col-1 {
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 1rem;
      & h5 {
        font-size: 1.8rem;
        font-weight: 200;
      }
      & h1 {
        font-size: 6rem;
        font-weight: 300;
        letter-spacing: -2px;
      }
      & ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        column-gap: 3rem;
        & li {
          display: flex;
          align-items: center;
          & i {
            font-size: 3.5rem;
            transition: 400ms ease;
            cursor: pointer;
            &:hover {
              color: var(--details-color-primary);
              transform: scale(1.1);
            }
          }
        }
      }
    }
    & img {
      width: 50%;
    }
  }
}
#sobre {
  & .wrapper {
    justify-content: center;
    flex-direction: column;
    row-gap: 10rem;
    & img {
      width: 30rem;
    }
    & .col-2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      & h2 {
        font-size: 5rem;
        font-weight: 700;
        margin-bottom: 3rem;
      }
      & .sobre {
        width: 50rem;
        & p {
          font-size: 2rem;
          letter-spacing: 1px;
        }
      }
    }
  }
}
#conhecimentos {
  display: flex;
  & .wrapper {
    flex-direction: column;
    row-gap: 5rem;
    & h2 {
      font-size: 5rem;
      font-weight: 700;
    }
    & p {
      font-size: 2rem;
      text-align: center;
      width: 55rem;
    }
    & .skills {
      list-style: none;
      display: flex;
      column-gap: 6rem;
      & li {
        background-color: var(--bg-color-primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10rem;
        height: 10rem;
        & i {
          font-size: 5.5rem;
        }
      }
    }
  }
}
#projetos {
  height: 100%;
  & .wrapper {
    display: flex;
    flex-direction: column;
    & h2 {
      font-size: 5rem;
      font-weight: 700;
      margin-bottom: 10rem;
    }
    & ul {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10rem 10rem;
      & li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 2rem;
        width: min-content;
        transition: 500ms ease;
        position: relative;
        & h4 {
          font-size: 1.8rem;
          font-weight: 500;
          align-self: baseline;
          margin-bottom: 1rem;
        }
        & h3 {
          font-size: 3.5rem;
          font-weight: 600;
          width: 36rem;
          align-self: baseline;
        }
        & img {
          width: 45rem;
          margin-top: 5rem;
        }
        &:hover .details {
          opacity: 1;
          top: 20%;
          backdrop-filter: blur(0.7rem);
        }
        & .details {
          width: 91%;
          height: 70dvh;
          display: flex;
          align-items: center;
          flex-direction: column;
          row-gap: 2.5rem;
          transition: 500ms ease;
          position: absolute;
          top: 65%;
          opacity: 0;
          & p {
            font-size: 2rem;
            text-align: justify;
          }
          & div {
            font-size: 3.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 5rem;
            & i {
              transition: 400ms ease;
              cursor: pointer;
            }
            & i:hover {
              transform: scale(1.1);
              color: var(--details-color-primary);
            }
          }
        }
      }
    }
  }
}
#contato {
  & .wrapper {
    flex-direction: column;
    & .headerContact {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      & .question {
        font-size: 2.5rem;
        text-transform: uppercase;
        font-weight: 300;
      }
      & .response {
        font-size: 5rem;
        text-align: center;
        font-weight: 700;
        align-items: center;
        display: flex;
        justify-content: center;
        column-gap: 2rem;
        position: relative;
        padding-bottom: 1rem;
        cursor: pointer;
        height: max-content;
        transition: all 200ms cubic-bezier(0.3, 0, 0.5, 1);
        border-bottom: 5px;
        border-bottom-style: solid;
        border-color: transparent;
        &:hover {
          border-color: #fff;
        }
      }
    }
    & form {
      display: flex;
      flex-direction: column;
      margin-top: 4rem;
      margin: 1rem;
      background: rgba(0, 0, 0, 0.7);
      backdrop-filter: blur(0.7rem);

      & svg {
        width: 5rem;
        height: 5rem;
        align-self: center;
        transition: 400ms ease;
        cursor: pointer;
        &:hover {
          transform: scale(1.2);
        }
      }
      & label {
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 1rem;
        margin-top: 3rem;
        transform: translateY(10px);
      }
      & input {
        background-color: inherit;
        border: 0;
        border-bottom: 1px solid #fff;
        font-size: 1.8rem;
        padding: 1rem 0;
        color: #fff;
        transition: 400ms ease;
        width: 100%;
        &:focus {
          border-bottom-color: var(--details-color-primary);
          outline: none;
        }
      }
      & .row {
        display: flex;
        column-gap: 2rem;
        & .row-col {
          display: flex;
          flex-direction: column;
          & input {
          }
        }
      }
      & .rows {
        display: flex;
        flex-direction: column;
        & input {
          width: 100%;
        }
        & #mensagem {
          height: 7rem;
        }
      }
      & button {
        display: flex;
        align-items: center;
        background-color: var(--details-color-primary);
        color: var(--font-color-secondary);
        font-size: 2rem;
        padding: 1.5rem 3.5rem;
        border: none;
        border-radius: 3rem;
        column-gap: 0.5rem;
        transition: 400ms ease;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        align-self: center;
        margin-top: 2rem;
        &:hover {
          background-color: var(--font-color-secondary);
          color: var(--details-color-primary);
        }
      }
    }
  }
}
footer {
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  & .wrapper {
    justify-content: space-between;
    & .col-1 {
      list-style: none;
      display: flex;
      flex-direction: column;
      row-gap: 1.5rem;
      & li {
        & .logo {
          display: flex;
          align-items: center;
          column-gap: 1rem;
          font-weight: 700;
          font-size: 2.5rem;
          margin-right: 3rem;
        }
        & p {
          font-size: 2rem;
        }
      }
    }
    & .col-2 {
      display: flex;
      list-style: none;
      align-items: center;
      justify-content: center;
      column-gap: 2.5rem;
      & button {
        display: flex;
        align-items: center;
        background-color: var(--details-color-primary);
        color: var(--font-color-secondary);
        font-size: 2rem;
        padding: 1rem 2rem;
        border: none;
        border-radius: 3rem;
        column-gap: 0.5rem;
        transition: 400ms ease;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        &:hover {
          background-color: var(--font-color-secondary);
          color: var(--details-color-primary);
        }
      }
      & a {
        & i {
          transition: 400ms all;
          font-size: 2.5rem;
          &:hover {
            color: var(--details-color-primary);
            transform: scale(1.1);
          }
        }
      }
    }
  }
}
#nav-toggle {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
#nav-toggle:checked + #nav-toggle-label,
#nav-toggle:checked + #nav-toggle-label.slide-out {
  background: transparent;
  right: 0;

  & #hamburger {
    & span {
      width: 0%;
    }
    & span:nth-child(1) {
      -webkit-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
    }
    & span:nth-child(2) {
      -webkit-transition-delay: 0.125s;
      -ms-transition-delay: 0.125s;
      -moz-transition-delay: 0.125s;
      transition-delay: 0.125s;
    }
    & span:nth-child(3) {
      -webkit-transition-delay: 0.25s;
      -ms-transition-delay: 0.25s;
      -moz-transition-delay: 0.25s;
      transition-delay: 0.25s;
    }
  }
  & #cross {
    & span:nth-child(1) {
      height: 100%;
      -webkit-transition-delay: 0.625s;
      -ms-transition-delay: 0.625s;
      -moz-transition-delay: 0.625s;
      transition-delay: 0.625s;
    }
    & span:nth-child(2) {
      width: 100%;
      -webkit-transition-delay: 0.375s;
      -ms-transition-delay: 0.375s;
      -moz-transition-delay: 0.375s;
      transition-delay: 0.375s;
    }
  }
}
#nav-toggle-label {
  height: 80px;
  width: 80px;
  position: fixed;
  z-index: 7;
  right: 0;
  top: 24px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  & #hamburger {
    position: absolute;
    height: 28px;
    width: 40px;
    top: 28px;
    right: 28px;
    & span {
      display: block;
      width: 100%;
      height: 2px;
      position: relative;
      margin: 0 0 11px 0;
      background: #fff;
    }
    & span:nth-child(1) {
      -webkit-transition-delay: 0.5s;
      -ms-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      transition-delay: 0.5s;
    }
    & span:nth-child(2) {
      -webkit-transition-delay: 0.625s;
      -ms-transition-delay: 0.625s;
      -moz-transition-delay: 0.625s;
      transition-delay: 0.625s;
    }
    & span:nth-child(3) {
      -webkit-transition-delay: 0.75s;
      -ms-transition-delay: 0.75s;
      -moz-transition-delay: 0.75s;
      transition-delay: 0.75s;
    }
  }
  & #cross {
    position: absolute;
    right: 28px;
    top: 20px;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    & span {
      display: block;
      background: #fff;
    }
    & span:nth-child(1) {
      height: 0%;
      width: 2px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      -webkit-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
    }
    & span:nth-child(2) {
      width: 0%;
      height: 2px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px;
      -webkit-transition-delay: 0.25s;
      -ms-transition-delay: 0.25s;
      -moz-transition-delay: 0.25s;
      transition-delay: 0.25s;
    }
  }
}
