:root {
  --main-text: #787878;
  --paragraph: #5a5a5a;
}

body {
  color: #333;
  background-color: #000;
  background-image: linear-gradient(270deg, #141414, #0a0a0a);
  font-family: Manrope Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.hero-section {
  height: 98vh;
  background-image: linear-gradient(270deg, #141414, #0a0a0a);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section {
  background-image: linear-gradient(270deg, #f0f0f0, #e6e6e6);
  padding-top: 4.06em;
  padding-bottom: 12.5em;
}

.section.black {
  background-image: linear-gradient(270deg, #141414, #0a0a0a);
}

.section.black.no-bottom {
  background-image: linear-gradient(270deg, #141414, #0a0a0a);
  padding-bottom: 4.06em;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.19em;
  padding-right: 7.19em;
}

.container.space-below {
  margin-bottom: 6.25em;
}

.container.top-space-footer {
  margin-top: 10.63em;
}

.container.abolute {
  position: absolute;
  top: auto;
  bottom: .3em;
  left: 0%;
  right: 0%;
}

.main-big-text {
  color: var(--main-text);
  font-size: 3.22em;
  font-weight: 200;
  line-height: 1.1em;
}

.author-wrapper {
  grid-column-gap: .31em;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.author-name {
  color: var(--main-text);
  font-size: 1.16em;
}

.author-line {
  width: 1.88em;
  height: 1px;
  background-color: var(--main-text);
}

.heading {
  color: var(--paragraph);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.93em;
  font-weight: 700;
  line-height: 1.1;
}

.heading.ligher {
  color: var(--main-text);
}

.text {
  color: var(--paragraph);
  margin-bottom: 0;
  font-size: 1.29em;
  font-weight: 300;
  line-height: 1.1;
}

.text.ligher {
  color: var(--main-text);
}

.text.bigger {
  font-size: 2.2em;
  font-weight: 200;
}

.text.what-we-text {
  font-size: 2.06em;
}

.line {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #a2a2a2, #9d9d9e);
  margin-top: 3.75em;
  margin-bottom: 3.75em;
}

.line.dark-line {
  background-color: #3b3b3b;
  background-image: none;
}

.line.hero {
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line.hero.dark-line {
  z-index: 1000;
  position: relative;
}

.paragraph-wrapper {
  margin-top: 1.88em;
}

.title-text {
  color: var(--paragraph);
  font-size: 1.54em;
  line-height: 1;
}

.title-text.light-color {
  color: var(--main-text);
}

.what-we-more {
  margin-top: 3.13em;
}

.footer-block {
  display: flex;
}

.footer-element {
  flex: 1;
}

.footer-element.qr-element {
  grid-column-gap: .63em;
  align-items: flex-end;
  display: flex;
}

.footer-element.to-bttom {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.get-title {
  color: var(--main-text);
  font-size: 1.93em;
  font-weight: 600;
  line-height: 1;
}

.get-link {
  color: var(--main-text);
  font-size: 1.16em;
  font-weight: 400;
  text-decoration: none;
}

.qr {
  width: 5.5em;
  filter: invert();
}

.address-title {
  color: var(--main-text);
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
}

.get-touch-wrapper {
  margin-bottom: 2.5em;
}

.address {
  color: var(--main-text);
  font-size: .96em;
  font-weight: 300;
  line-height: 1;
}

.address.only-mobile {
  display: none;
}

.green {
  color: #acdd00;
  font-size: 1em;
  font-weight: 700;
}

.bold {
  font-weight: 500;
}

.super-bold {
  font-weight: 800;
}

.vid-auto {
  width: 27.5em;
  background-color: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.mask {
  z-index: 1;
  width: 100%;
  mix-blend-mode: darken;
  position: relative;
}

.circle-animation {
  width: 26em;
  height: 50%;
  filter: blur(100px);
  background-color: #212120;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle-animation-2 {
  width: 27.5em;
  height: 50%;
  filter: blur(100px);
  background-color: #212121;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.png-wrapper {
  position: relative;
}

.first-png {
  width: 100%;
}

.second-png, .third-png, .fourth-png {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.first-animate-wrapper {
  grid-row-gap: 3.75em;
  flex-direction: column;
  display: flex;
}

.mobile, .block-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3.75em;
    padding-right: 3.75em;
  }

  .main-big-text, .text.bigger {
    font-size: 2em;
  }

  .footer-block {
    grid-row-gap: 2.5em;
    flex-wrap: wrap;
  }

  .footer-element {
    flex: 50%;
  }

  .footer-element.qr-element {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 98svh;
    display: none;
  }

  .section {
    padding-top: 2.25em;
    padding-bottom: 5.63em;
  }

  .section.black.no-bottom {
    padding-bottom: 5.63em;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.space-below {
    margin-bottom: 2.5em;
  }

  .container.top-space-footer {
    margin-top: 4.17em;
  }

  .main-big-text {
    font-size: 1.06em;
  }

  .author-wrapper {
    margin-top: 2em;
  }

  .author-name {
    font-size: .74em;
  }

  .author-line {
    width: 1em;
  }

  .heading {
    font-size: 1.09em;
  }

  .text {
    font-size: .75em;
  }

  .text.ligher.bigger {
    font-size: 1.39em;
  }

  .text.bigger {
    font-size: .88em;
  }

  .text.what-we-text {
    font-size: .91em;
  }

  .text.what-we-text.bold {
    font-size: .88em;
  }

  .line {
    height: 1px;
    margin-top: 1.88em;
    margin-bottom: 1.88em;
  }

  .line.dark-line.in-mobile {
    margin-top: 0;
    margin-bottom: 4.17em;
  }

  .title-text {
    font-size: 1em;
  }

  .what-we-more {
    margin-top: 1.38em;
  }

  .get-title {
    font-size: 1.2em;
    font-weight: 500;
  }

  .get-link {
    font-size: .98em;
  }

  .address-title {
    font-size: 1.2em;
    font-weight: 500;
  }

  .address {
    font-size: .75em;
    line-height: 1.1;
  }

  .address.only-mobile {
    display: block;
  }

  .green {
    font-size: .75em;
  }

  .first-animate-wrapper {
    grid-row-gap: 2em;
  }

  .desktop {
    display: none;
  }

  .block-mobile {
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rotate-text {
    color: var(--paragraph);
    font-size: 1.29em;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    display: flex;
  }

  .section.black.no-bottom {
    padding-bottom: 2.78em;
  }

  .text {
    font-weight: 400;
  }

  .text.ligher.bigger {
    font-size: 1.29em;
    font-weight: 200;
    line-height: 1;
  }

  .text.bigger {
    font-weight: 300;
    line-height: 1.2;
  }

  .text.what-we-text.bold {
    line-height: 1.2;
  }

  .what-we-more {
    margin-top: 1.5em;
  }

  .footer-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
  }

  .get-title {
    line-height: .9;
  }

  .get-link {
    font-size: .9em;
    line-height: .9;
  }

  .address-title {
    font-size: 1.1em;
  }

  .get-touch-wrapper {
    margin-bottom: 1.4em;
    line-height: 1;
  }

  .address {
    font-size: .7em;
  }

  .png-wrapper {
    flex: 1;
    margin-left: -12.5em;
    margin-right: -13.5em;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .block-mobile {
    display: none;
  }
}


@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}