@import url("//fonts.googleapis.com/css2?family=Bakbak+One&display=swap");
@import url("//fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Bakbak One", cursive;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 24.2px;
}

html, body, .wrapper {
  max-width: 100%;
  width: 100vw;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  background: #F8FAFC;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 30px auto auto auto;
  z-index: 99;
  transition: 0.5s;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  transition: 0.5s;
}

.header--slick {
  transition: 0.5s;
}
.header--slick .header {
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  margin-top: 0;
  padding-top: 20px;
}

.header-promo {
  margin-top: 100px;
}

.intersect {
  background: #eff3f9;
  width: 100vw;
  height: 636px;
  position: absolute;
  border-radius: 50%;
  top: -283px;
  left: 0;
  z-index: -1;
  overflow-x: hidden;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #202842;
}
.logo img {
  margin-right: 14px;
}
.logo span {
  color: #FF4C9A;
}

.nav a {
  text-decoration: none;
  margin-right: 35px;
}
.nav a:last-child {
  margin-right: 0;
}

.nav-link {
  font-size: 20px;
  color: #5D86F4;
  text-decoration: none;
}

.nav-btn {
  border-radius: 13px;
  padding: 8px 38px;
  color: #fff;
}
.nav-btn:nth-child(5) {
  background: #EE3A80;
}
.nav-btn:nth-child(6) {
  background: #5D86F4;
}

h1 {
  font-size: 70px;
  text-align: center;
  margin: 27px 0;
  color: #202842;
}

h2 {
  font-size: 35px;
  color: #5D86F4;
  text-align: center;
}

.type {
  max-width: 470px;
  margin: auto;
  margin-top: 45px;
  position: relative;
  font-weight: 400;
  top: 50%;
  width: 30em;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 28px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  letter-spacing: 0px;
  word-spacing: 0;
  animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 24em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: #EE3A80;
  }
  to {
    border-right-color: transparent;
  }
}
.btn {
  display: block;
  width: 250px;
  margin: 40px auto auto auto;
  text-align: center;
  background: #5D86F4;
  border-radius: 13px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 14px 0;
}

.influencers {
  max-width: 1200px;
  margin: auto;
  user-select: none;
  pointer-events: none;
}

.block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  position: relative;
}

.include-image {
  position: absolute;
  animation: sine 2s infinite linear;
}
.include-image img {
  max-width: 1000px;
  border-radius: 13px;
}

@keyframes sine {
  0%, 100% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
}
.stat {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat__block {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.stat__block:last-child {
  margin-right: 0;
}
.stat__block .icon {
  flex: none;
  margin-right: 13px;
  padding: 10px;
  background: #E0F0FC;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.stat__block .stat__numbers {
  font-size: 24px;
  color: #202842;
}
.stat__block .stat__title {
  font-size: 16px;
  color: #94A3B8;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 5px;
}

.promo {
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
}
.promo .logo {
  font-size: 45px;
  margin: 18px 0;
}
.promo p {
  font-size: 16px;
  line-height: 28px;
  color: #94A3B8;
}

.promo-desk {
  max-width: 432px;
  margin: 0 auto 0 0;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 60px;
  background: #E0F0FC;
  border-radius: 13px;
  font-size: 20px;
  color: #2491EB;
}

.promo-image {
  position: relative;
}
.promo-image:after {
  content: "";
  position: absolute;
  top: -47px;
  left: -90px;
  width: 200px;
  height: 200px;
  z-index: -1;
  background: url("http://farmingo.io/img/blob-tear.svg") no-repeat;
}
.promo-image:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -90px;
  width: 200px;
  height: 200px;
  z-index: -1;
  background: url("http://farmingo.io/img/blob-tear.svg") no-repeat;
}
.promo-image img {
  position: relative;
  z-index: 3;
  width: 577px;
  border-radius: 13px;
}

.include-image2 {
  animation: sine 2s infinite linear;
}

.blue-background {
  background: #F1F5FA;
}

.verticals {
  max-width: 1200px;
  margin: auto;
}

.flex {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.flex p {
  color: #94A3B8;
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.flex .block:nth-child(2) {
  width: 97%;
}

.bold-title {
  font-size: 45px;
  color: #202842;
  margin-right: 55px;
  line-height: 55px;
}
.bold-title span {
  color: #FF4C9A;
}

.verticals {
  margin-top: 42px;
}

.verticals-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 277px;
  max-width: 286px;
  width: 100%;
  text-align: center;
  background: #F8FAFC;
  border-radius: 13px;
  padding: 42px;
  margin-right: 41px;
  margin-bottom: 41px;
}
.vertical:last-child {
  margin-right: 0;
}
.vertical p {
  font-size: 18px;
  color: #94A3B8;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.vertical {
  transition: 0.3s ease-in-out;
}
.vertical:nth-child(1) .vertical-image {
  background: #E0F0FC url("http://farmingo.io/img/insta.svg") no-repeat center/50%;
  transition: 0.3s ease-in-out;
}
.vertical:nth-child(2) .vertical-image {
  background: #E0F0FC url("http://farmingo.io/img/tiktok.svg") no-repeat center/50%;
  transition: 0.3s ease-in-out;
}
.vertical:nth-child(3) .vertical-image {
  background: #E0F0FC url("http://farmingo.io/img/telegram.svg") no-repeat center/50%;
  transition: 0.3s ease-in-out;
}

.v2 .vertical {
  transition: 0.3s ease-in-out;
}
.v2 .vertical:nth-child(1) .vertical-image {
  background: #E0F0FC url("http://farmingo.io/img/yt.svg") no-repeat center/50%;
  transition: 0.3s ease-in-out;
}
.v2 .vertical:nth-child(2) .vertical-image {
  background: #E0F0FC url("http://farmingo.io/img/twitch.svg") no-repeat center/50%;
  transition: 0.3s ease-in-out;
}

.vertical {
  cursor: pointer;
}
.vertical:nth-child(1):hover {
  background: #EA0C5F21;
  transform: scale(1.05);
}
.vertical:nth-child(1):hover .vertical-image {
  background: url("http://farmingo.io/img/insta2.svg") no-repeat center/50%;
}
.vertical:nth-child(2):hover {
  background: #00F2EA21;
  transform: scale(1.05);
}
.vertical:nth-child(2):hover .vertical-image {
  background: url("http://farmingo.io/img/tiktok2.svg") no-repeat center/50%;
}
.vertical:nth-child(3):hover {
  background: #0088CC21;
  transform: scale(1.05);
}
.vertical:nth-child(3):hover .vertical-image {
  background: url("http://farmingo.io/img/telegram.svg") no-repeat center/50%;
}

.v2 .vertical:nth-child(1):hover {
  background: #FF000021;
  transform: scale(1.05);
}
.v2 .vertical:nth-child(1):hover .vertical-image {
  background: url("http://farmingo.io/img/yt2.svg") no-repeat center/50%;
}
.v2 .vertical:nth-child(2):hover {
  background: #6441A421;
  transform: scale(1.05);
}
.v2 .vertical:nth-child(2):hover .vertical-image {
  background: url("http://farmingo.io/img/twitch2.svg") no-repeat center/50%;
}

.vertical-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 13px;
}

.label {
  font-size: 45px;
  margin: 20px 0;
}

ul {
  margin-left: 0;
  padding-left: 19px;
}
ul li {
  color: #94A3B8;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.partners {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  background: url("http://farmingo.io/img/blob.svg") no-repeat center/cover;
  padding: 30px 0;
}

.partners-links {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  align-items: center;
  justify-content: space-between;
}
.partners-links a {
  display: block;
  width: 200px;
  height: 200px;
  transition: 1s;
}
.partners-links a:nth-child(1) {
  background: url("http://farmingo.io/img/Stake.svg") no-repeat center/contain;
}
.partners-links a:nth-child(2) {
  background: url("http://farmingo.io/img/CPArkly.svg") no-repeat center/contain;
}
.partners-links a:nth-child(3) {
  background: url("http://farmingo.io/img/Capitalist.svg") no-repeat center/contain;
}
.partners-links a:nth-child(4) {
  background: url("http://farmingo.io/img/Pin-Up.svg") no-repeat center/contain;
}
.partners-links a:nth-child(5) {
  background: url("http://farmingo.io/img/Keitaro.svg") no-repeat center/contain;
}
.partners-links a:nth-child(6) {
  background: url("http://farmingo.io/img/cpagetti.svg") no-repeat center/contain;
}
.partners-links a:nth-child(7) {
  background: url("http://farmingo.io/img/nsq.svg") no-repeat center/contain;
}
.partners-links a:nth-child(8) {
  background: url("http://farmingo.io/img/MP.svg") no-repeat center/contain;
}
.partners-links a:hover {
  transform: scale(1.1);
}

footer {
  background: #F1F5FA;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding-top: 36px;
}
.footer a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  margin: 5px 0;
  color: #94A3B8;
}
.footer .bold {
  font-size: 20px;
  color: #202842;
}

.copyright {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  color: #94A3B8;
  padding-bottom: 60px;
}

.to-up {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  z-index: 3;
  border-radius: 13px;
  background: #2491EB url(http://farmingo.io/img/Vector.svg) no-repeat center;
  cursor: pointer;
}

.footer-contacts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-contacts a {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-contacts a:first-child {
  background: url("http://farmingo.io/img/tg.svg") no-repeat center/contain;
  margin-right: 12px;
}
.footer-contacts a:last-child {
  background: url("http://farmingo.io/img/inst.svg") no-repeat center/contain;
}

.burger {
  display: none;
  margin-right: 20px;
}

.burger__line {
  width: 30px;
  height: 3px;
  background: #202842;
  margin-top: 5px;
}
.burger__line:first-child {
  margin-top: 0;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 20px;
  text-align: center;
}
.mobile-menu div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 20px;
}
.mobile-menu a {
  text-decoration: none;
  margin: 30px auto;
}
.mobile-menu .nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
.mobile-menu .nav-btn:nth-child(7) {
  background: #EE3A80;
}

.mobile-menu--open {
  display: block;
}

.mobile-link {
  display: block;
  font-size: 26px;
  color: #5D86F4;
  margin-top: 30px;
}

.body--noscroll {
  overflow: hidden;
}

.close {
  width: 25px;
  height: 25px;
  background: url("http://farmingo.io/img/close.png") no-repeat center/90%;
}

.lang-switcher {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #202842;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */