* {
  cursor: url(/images/Mouse.svg?d13ac4634ea65e3aa0ade4c0341757a2) 10 10, auto;
}

body {
  background-color: black;
  background-image: url(/images/Waves.svg?e451d6291695c314a57daeebdfbd5715);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 600%;
  background-attachment: fixed;
  color: white;
  margin: 0;
}

@media (min-width: 1025px) {
  body {
    background-size: 300%;
  }
}

.app {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.transition {
  position: fixed;
  bottom: -5vh;
  left: -5vw;
  width: 110vw;
  height: 110vh;
  background-color: #58A728;
  z-index: 100;
  border: 1px solid white;
}

.home {
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home__head {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 500px) {
  .home__head {
    justify-content: flex-start;
    margin-top: 15vh;
    height: 85vh;
  }
}

@media (min-width: 1025px) {
  .home__head {
    height: 100vh;
    margin-top: 10vh;
  }
}

.home__image {
  position: absolute;
  width: 100vw;
}

@media (min-width: 500px) {
  .home__image {
    width: 70vw;
  }
}

@media (min-width: 1025px) {
  .home__image {
    width: 50vw;
  }
}

.home__heading {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px 0 16px;
}

@media (min-width: 500px) {
  .home__heading {
    top: 5vh;
    width: 70vw;
  }
}

@media (min-width: 1025px) {
  .home__heading {
    width: 50vw;
  }
}

.home__banner {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 8vh;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.home__banner ul {
  margin: 0;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  background-color: black;
  border: 1px solid white;
  transform: rotate(-20deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -25vw;
}

.home__banner ul li {
  list-style: none;
  padding: 0 10px;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 500px) {
  .home__banner ul li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) {
  .home__banner ul li {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 500px) {
  .home__banner {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 65vh;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
  }

  .home__banner ul {
    margin: 0;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    background-color: black;
    border: 1px solid white;
    transform: rotate(0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -25vw;
  }

  .home__banner ul li {
    list-style: none;
    padding: 0 10px;
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 500px) and (min-width: 500px) {
  .home__banner ul li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 500px) and (min-width: 1025px) {
  .home__banner ul li {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1025px) {
  .home__banner {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 75vh;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
  }

  .home__banner ul {
    margin: 0;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    background-color: black;
    border: 1px solid white;
    transform: rotate(0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -25vw;
  }

  .home__banner ul li {
    list-style: none;
    padding: 0 10px;
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 1025px) and (min-width: 500px) {
  .home__banner ul li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .home__banner ul li {
    font-size: 20px;
    line-height: 26px;
  }
}

.preview {
  margin: 32px 16px;
  max-width: 1000px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.preview a {
  color: white;
  text-decoration: none;
}

.preview a:hover {
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
}

.preview__label {
  padding: 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid white;
}

.preview__item {
  margin: 32px 0 64px;
}

.preview__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

@media (min-width: 1025px) {
  .preview__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
  }
}

.preview__image {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-bottom: 8px;
}

.preview__image img {
  width: 100%;
  box-shadow: 6px 6px 20px 2px rgba(50, 50, 50, 0.4);
}

.preview__brief {
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

@media (min-width: 500px) {
  .preview__brief {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) {
  .preview__brief {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}

.preview__link {
  margin-left: 16px;
}

.preview__link p,
.preview__link a {
  position: relative;
  padding-left: 30px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.preview__link p:hover,
.preview__link a:hover {
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
}

@media (min-width: 500px) {
  .preview__link p,
  .preview__link a {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) {
  .preview__link p,
  .preview__link a {
    font-size: 22px;
    line-height: 28px;
  }
}

.preview__link p::before,
.preview__link a::before {
  content: url(/images/arrow.svg?f975c391cd2afcd8e3573750406a7b38);
  position: absolute;
  top: 2px;
  left: 0;
}

@media (min-width: 1025px) {
  .preview__link p::before,
  .preview__link a::before {
    width: 26px;
  }
}

.project {
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project__head {
  max-width: 1000px;
  margin: 15vh 16px 0;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 500px) {
  .project__head {
    margin: 15vh 64px 0;
  }
}

@media (min-width: 1025px) {
  .project__head {
    margin: 0 64px 0;
    height: 100vh;
  }
}

.project__heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 78px;
  letter-spacing: 0.01em;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (min-width: 500px) {
  .project__heading {
    font-size: 110px;
    line-height: 126px;
    word-break: unset;
    -webkit-hyphens: unset;
        -ms-hyphens: unset;
            hyphens: unset;
  }
}

@media (min-width: 1025px) {
  .project__heading {
    font-size: 184px;
    line-height: 200px;
    margin-bottom: 20px;
  }
}

.project__link {
  margin: 0 40px 0;
  content: url(/images/arrow.svg?f975c391cd2afcd8e3573750406a7b38);
  align-self: flex-end;
  transform: rotate(-45deg);
  border: 1px solid white;
  border-radius: 50px;
  padding: 8px;
}

@media (min-width: 500px) {
  .project__link {
    padding: 10px;
    width: 24px;
  }
}

@media (min-width: 1025px) {
  .project__link {
    padding: 14px;
    width: 30px;
  }
}

.project__link:hover {
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
  background-color: black;
  filter: invert(100%);
}

.project__banner {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 65vh;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.project__banner ul {
  margin: 0;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  background-color: black;
  border: 1px solid white;
  transform: rotate(0deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -25vw;
}

.project__banner ul li {
  list-style: none;
  padding: 0 10px;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 500px) {
  .project__banner ul li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) {
  .project__banner ul li {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1025px) {
  .project__banner {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 90vh;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
  }

  .project__banner ul {
    margin: 0;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    background-color: black;
    border: 1px solid white;
    transform: rotate(0deg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -25vw;
  }

  .project__banner ul li {
    list-style: none;
    padding: 0 10px;
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 1025px) and (min-width: 500px) {
  .project__banner ul li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .project__banner ul li {
    font-size: 20px;
    line-height: 26px;
  }
}

.project__content {
  margin: 32px 16px;
  max-width: 1000px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.project__content h2 {
  margin: 24px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.01em;
}

@media (min-width: 500px) {
  .project__content h2 {
    font-size: 32px;
    line-height: 39px;
  }
}

@media (min-width: 1025px) {
  .project__content h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.project__content p {
  margin: 24px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

@media (min-width: 500px) {
  .project__content p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) {
  .project__content p {
    font-size: 20px;
    line-height: 28px;
  }
}

.project__content img {
  margin: 24px 0;
  width: 100%;
}

.project__content a {
  color: white;
}

.project__content a:hover {
  color: black;
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
}

.about {
  margin: 32px 16px;
  max-width: 1000px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.about__label {
  padding: 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid white;
}

.about__content {
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  align-items: flex-start;
}

@media (min-width: 500px) {
  .about__content {
    flex-direction: row;
  }
}

.about img {
  width: 100%;
  height: auto;
  margin: 0 24px 24px 0;
}

@media (min-width: 500px) {
  .about img {
    width: 40%;
  }
}

.about h2 {
  margin: 0 0 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

@media (min-width: 500px) {
  .about h2 {
    font-size: 32px;
    line-height: 39px;
  }
}

@media (min-width: 1025px) {
  .about h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.about a {
  color: white;
}

.about a:hover {
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
}

.about p {
  margin: 0 0 12px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

@media (min-width: 500px) {
  .about p {
    font-size: 18px;
    line-height: 24px;
  }
}

.usp {
  margin: 32px 16px;
  max-width: 1000px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.usp h1 {
  padding: 16px 8px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.01em;
}

@media (min-width: 1025px) {
  .usp h1 {
    padding: 32px 16px;
    font-size: 36px;
    line-height: 42px;
  }
}

footer {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin: 0 16px;
  padding: 24px 8px;
  border-top: 1px solid white;
}

@media (min-width: 1025px) {
  footer {
    margin: 0 32px;
    padding: 24px 16px;
  }
}

footer p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

@media (min-width: 500px) {
  footer p {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  footer p {
    font-size: 18px;
  }
}

.contact {
  margin: 32px 16px;
  max-width: 1000px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.contact__label {
  padding: 0 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid white;
}

.contact__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.01em;
}

@media (min-width: 1025px) {
  .contact__text {
    font-size: 36px;
    line-height: 42px;
  }
}

.contact__link {
  margin-left: 16px;
}

.contact__link p,
.contact__link a {
  position: relative;
  padding-left: 30px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.contact__link p:hover,
.contact__link a:hover {
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
}

@media (min-width: 500px) {
  .contact__link p,
  .contact__link a {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) {
  .contact__link p,
  .contact__link a {
    font-size: 22px;
    line-height: 28px;
  }
}

.contact__link p::before,
.contact__link a::before {
  content: url(/images/arrow.svg?f975c391cd2afcd8e3573750406a7b38);
  position: absolute;
  top: 2px;
  left: 0;
}

@media (min-width: 1025px) {
  .contact__link p::before,
  .contact__link a::before {
    width: 26px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99;
  background-color: #58A72800;
}

header .hamburger {
  position: fixed;
  top: 0;
  left: 100vw;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  background-color: #58A728;
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  counter-reset: project;
}

@media (min-width: 500px) {
  header .hamburger {
    padding: 48px 32px;
  }
}

@media (min-width: 1025px) {
  header .hamburger {
    padding: 48px 64px;
  }
}

header .hamburger__back {
  margin-bottom: 64px;
}

header .hamburger__back img {
  transform: rotate(180deg);
}

header .hamburger__back img:hover {
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
}

@media (min-width: 500px) {
  header .hamburger__back img {
    width: 30px;
  }
}

header .hamburger__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: white;
  text-decoration: none;
  margin: 0 0 24px 40px;
}

@media (min-width: 500px) {
  header .hamburger__link {
    font-size: 30px;
    line-height: 36px;
  }
}

header .hamburger__link:hover {
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
  text-decoration: underline;
}

header .hamburger__link::before {
  counter-increment: project;
  content: "0" counter(project) ". ";
  position: absolute;
  left: 15px;
}

@media (min-width: 1025px) {
  header .hamburger__link::before {
    left: 55px;
  }
}

.navbar {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: auto;
  margin: 0 16px;
  padding: 16px 8px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid white;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  .navbar {
    margin: 0 32px;
    padding: 24px 16px;
  }
}

.navbar__logo {
  width: 26px;
  height: 26px;
  border: 1px solid white;
  border-radius: 50px;
}

@media (min-width: 500px) {
  .navbar__logo {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 1025px) {
  .navbar__logo {
    width: 34px;
    height: 34px;
  }
}

.navbar__logo:hover {
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
  background-color: white;
}

.navbar__links {
  display: flex;
  flex-direction: row;
}

.navbar__links p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding-left: 16px;
}

.navbar__links p:hover {
  cursor: url(/images/Hover.svg?8659d7a31f6bb8f7c502972f823e537d) 10 10, auto;
  text-decoration: underline;
}

@media (min-width: 500px) {
  .navbar__links p {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (min-width: 1025px) {
  .navbar__links p {
    font-size: 28px;
    line-height: 34px;
    padding-left: 32px;
  }
}

.error {
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error__head {
  max-width: 1000px;
  margin: 15vh 16px 0;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
}

@media (min-width: 500px) {
  .error__head {
    margin: 15vh 64px 0;
  }
}

@media (min-width: 1025px) {
  .error__head {
    margin: 15vh 64px 0;
    height: 100vh;
  }
}

.error h1,
.error h2,
.error h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 136px;
  letter-spacing: 0.01em;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 30px 0 0;
  text-align: center;
}

@media (min-width: 500px) {
  .error h1,
  .error h2,
  .error h3 {
    font-size: 120px;
    line-height: 136px;
  }
}

@media (min-width: 1025px) {
  .error h1,
  .error h2,
  .error h3 {
    font-size: 184px;
    line-height: 200px;
    margin-bottom: 20px;
  }
}

.error h2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 30px;
  font-style: italic;
}

.error h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

