:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 1.6;
}

a {
  text-decoration: underline;
}

.footer {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.header {
  position: relative;
}

.color {
  color: #fff;
  background-color: #000;
}

.navbar-wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu {
  flex: 1;
  margin-left: -1.5em;
  display: flex;
}

.menu.show {
  display: flex;
}

.menu-link {
  opacity: .5;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.menu-link:hover, .menu-link.w--current {
  opacity: 1;
}

.menu-link.w--current:hover {
  text-decoration: none;
}

.lang {
  text-transform: uppercase;
  flex-wrap: wrap;
  display: flex;
}

.color-button {
  justify-content: center;
  align-items: center;
  height: 5em;
  margin-right: -1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: relative;
}

.hero {
  flex-wrap: wrap;
  align-items: stretch;
  width: 90%;
  max-width: 1440px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-left {
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: ETC Anybody Condensed, sans-serif;
  font-size: 14vw;
  line-height: .8;
  display: flex;
}

.hero-right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-bottom: 10em;
  display: flex;
}

.home-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  display: flex;
  position: relative;
}

.home-item {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  overflow: visible;
}

.home-info {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.home-title {
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  font-family: ETC Anybody Condensed, sans-serif;
  font-size: 10vw;
  line-height: .8;
  display: flex;
  position: relative;
}

.social-list {
  flex-flow: wrap;
  flex: 1;
  align-items: flex-start;
  margin-left: -1.5em;
  display: flex;
}

.social-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  height: 3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: 1;
}

.footer-info {
  opacity: .5;
  flex: none;
  align-items: center;
  width: 25%;
  display: flex;
}

.sun {
  cursor: pointer;
  width: 2em;
  height: 2em;
}

.moon {
  cursor: pointer;
  width: 2em;
  height: 2em;
  display: none;
}

.opacity-0-5 {
  opacity: .5;
}

.hero-info {
  width: 50%;
  position: relative;
}

.noise {
  opacity: .25;
  background-image: url('../images/619738093c53032e0db7378d_noisy-texture-300x300-o37-d46-c-ffffff-t1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.home-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero-img {
  object-fit: cover;
  flex: none;
  width: 10em;
  max-width: none;
  height: 10em;
  display: block;
  position: relative;
  overflow: visible;
}

.hero-image {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  display: flex;
  position: absolute;
  top: -5em;
  left: -10em;
  overflow: visible;
}

.hero-circle {
  opacity: .1;
  border-radius: 100%;
  width: 6em;
  height: 6em;
  position: absolute;
}

.contact {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  display: flex;
}

.contact-left {
  text-align: left;
  text-transform: uppercase;
  width: 50%;
  font-family: ETC Anybody Condensed, sans-serif;
  font-size: 14vw;
  line-height: .8;
}

.contact-right {
  text-align: left;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.contact-info {
  opacity: .5;
  width: 75%;
}

.contact-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  margin-top: 2em;
  display: grid;
}

.global-button {
  opacity: .5;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1.5em;
  line-height: 1;
  transition: opacity .2s;
  display: flex;
}

.global-button:hover {
  opacity: 1;
}

.global-icon {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  position: relative;
}

.footer-line {
  opacity: .1;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-text {
  width: 100%;
  max-width: 30ch;
  font-size: .8em;
}

.line {
  border-right: 1px solid #fff;
  width: 25%;
  height: 100%;
}

.line-wrap {
  opacity: .2;
  border-left: 1px solid #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 8px 0% 0%;
}

.home-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu-button {
  justify-content: center;
  align-items: center;
  height: 5em;
  margin-left: -1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: none;
}

.open {
  cursor: pointer;
  width: 2em;
  height: 1.4em;
}

.close {
  cursor: pointer;
  width: 1.7em;
  height: 1.7em;
  display: none;
}

.navbar-right {
  display: flex;
}

.lang-link {
  opacity: .5;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.lang-link:hover, .lang-link.w--current {
  opacity: 1;
}

.lang-link.w--current:hover {
  text-decoration: none;
}

.navbar {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-overlay {
  opacity: .5;
  filter: invert();
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.hero-element {
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  margin-left: -3.5em;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 50%;
}

.element-img {
  opacity: .5;
  width: 6em;
  height: 6.5em;
}

.element-arrow {
  width: 2em;
  position: absolute;
}

.skils {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
}

.skils-list {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  align-content: flex-start;
  align-items: center;
  display: flex;
}

.skils-item {
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  margin-bottom: 1em;
  margin-right: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.section-title {
  margin-bottom: 1em;
  position: relative;
}

._404 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  display: flex;
  position: relative;
}

.navbar-404 {
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.icon-404 {
  opacity: .5;
  width: 10em;
}

._404-title {
  text-align: center;
}

._404-info {
  text-align: center;
  width: 100%;
  max-width: 34ch;
}

._404-button {
  margin-top: 2em;
}

@media screen and (min-width: 1440px) {
  .hero-left {
    font-size: 15em;
  }

  .home-title {
    font-size: 10em;
  }

  .noise {
    flex-direction: row;
    justify-content: space-around;
  }

  .hero-image {
    font-size: 1em;
  }

  .contact-left {
    font-size: 15em;
  }

  .line {
    flex: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .home-title {
    font-size: 12vw;
  }

  .social-list {
    padding-top: 1em;
  }

  .footer-info {
    width: 50%;
    margin-top: 1em;
  }

  .hero-image {
    font-size: 1.5vw;
  }

  .contact-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
  }

  .menu {
    border-radius: .5em;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    position: fixed;
    top: 4.5em;
    left: 3em;
    overflow: hidden;
  }

  .menu.show {
    display: flex;
  }

  .menu-link {
    filter: invert();
    text-align: left;
    border-bottom: 1px solid #fff;
    justify-content: flex-start;
    width: 100%;
    height: 3em;
    display: flex;
  }

  .hero-left {
    width: 100%;
    font-size: 30vw;
  }

  .hero-right {
    width: 100%;
  }

  .home-item {
    flex-direction: column;
    margin-bottom: 2em;
  }

  .home-info {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    align-content: center;
    justify-items: start;
    width: 100%;
  }

  .home-title {
    font-size: 20vw;
  }

  .social-list {
    justify-content: center;
    margin-left: 0;
  }

  .footer-info {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .hero-info {
    width: 66.666%;
  }

  .hero-image {
    font-size: 2vw;
  }

  .contact-left {
    width: 100%;
    font-size: 30vw;
  }

  .contact-right {
    align-items: flex-start;
    width: 100%;
    margin-top: 2em;
  }

  .contact-info {
    width: 83.3333%;
  }

  .line {
    width: 33.333%;
  }

  .line.hide {
    display: none;
  }

  .line-wrap {
    right: 0;
  }

  .menu-button {
    display: flex;
  }

  .lang-link {
    text-align: left;
  }

  .navbar {
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .color {
    font-size: 4.4vw;
  }

  .hero-left {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .home-title {
    font-size: 30vw;
  }

  .social-link {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-image {
    font-size: 3vw;
    top: -5em;
    left: -10em;
  }

  .contact-info {
    width: 100%;
  }
}


@font-face {
  font-family: 'ETC Anybody Condensed';
  src: url('../fonts/ETC-Anybody-Condensed-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ETC Anybody Condensed';
  src: url('../fonts/ETC-Anybody-Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}