@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: "Poppins";
  color: #fff;
  font-weight: 600;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1660px;
  margin: 0 auto;
}

@media screen and (max-width: 1720px) {
  .container {
    width: 1400px;
  }
}

@media screen and (max-width: 1460px) {
  .container {
    width: 1240px;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.header {
  padding: 30px 0 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 550;
  width: 100%;
  margin: 0 auto;
  transition: 500ms;
}

.header.active {
  background-color: #1e2022;
  border-bottom: 1px solid #49e3b1;
  position: fixed;
}

@media screen and (max-width: 1300px) {
  .header {
    padding: 20px 0 20px 0;
  }
}

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

.header__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px 0 20px;
}

@media screen and (max-width: 1460px) {
  .header__items {
    padding: 0;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  padding: 30px 60px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 45px;
}

@media screen and (max-width: 1460px) {
  .header__nav {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
  .header__nav.active {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 300;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    position: fixed;
    border: 0;
    padding: 70px 0 40px 0;
    background: linear-gradient(179.38deg, #063425 4.06%, #000000 15.82%, #000000 82.44%, #05281d 96.65%);
    border-radius: 0;
    border: 5px solid #fff;
  }
}

.header__nav li {
  margin-right: 85px;
}

@media screen and (max-width: 1300px) {
  .header__nav li {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header__nav li {
    margin-right: 0;
  }
}

.header__nav li:last-child {
  margin-right: 0;
}

.header__nav li a {
  font-size: 24px;
  text-transform: uppercase;
  transition: 300ms;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .header__nav li a {
    font-size: 20px;
  }
}

.header__nav li a.active {
  background: linear-gradient(0deg, #49e3b1, #49e3b1), linear-gradient(90deg, #49e3b1 -4.51%, #ff9400 114.63%), linear-gradient(90deg, #49e3b1 -4.51%, #ff9400 114.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__nav li a.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 120%;
  left: -10%;
  background: linear-gradient(0deg, #49e3b1, #49e3b1), linear-gradient(90deg, #49e3b1 -4.51%, #ff9400 114.63%), linear-gradient(90deg, #49e3b1 -4.51%, #ff9400 114.63%);
  height: 1px;
}

.header__nav li a:hover {
  background: linear-gradient(0deg, #49e3b1, #49e3b1), linear-gradient(90deg, #49e3b1 -4.51%, #ff9400 114.63%), linear-gradient(90deg, #49e3b1 -4.51%, #ff9400 114.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__social {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 550;
}

.header__social li {
  margin-right: 35px;
}

@media screen and (max-width: 1300px) {
  .header__social li {
    margin-right: 25px;
  }
}

.header__social li:last-child {
  margin-right: 0;
}

.header__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .header__social li a {
    width: 45px;
  }
}

.header__social li a:hover {
  transform: scale(1.1);
}

.showcase {
  background: url(../images/ground-showcase.png) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  padding-top: 10px;
}

@media screen and (max-width: 1300px) {
  .showcase {
    padding-top: 50px;
    min-height: auto;
  }
}

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

.showcase__inner {
  position: relative;
}

.showcase__ground {
  width: 1570px;
  margin-left: -15px;
}

@media screen and (max-width: 1460px) {
  .showcase__ground {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .showcase__ground {
    width: 750px;
    margin: 0 auto 0 -50px;
  }
}

.showcase__minted {
  width: 800px;
  background: linear-gradient(90.34deg, #2b2b2b 13.43%, #111111 75.47%);
  transform: rotate(291deg);
  position: absolute;
  z-index: 5;
  overflow: hidden;
  bottom: -711px;
  left: -90px;
  height: auto;
  max-width: 800px;
}

@media screen and (max-width: 1460px) {
  .showcase__minted {
    bottom: -850px;
  }
}

@media screen and (max-width: 1300px) {
  .showcase__minted {
    bottom: -900px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__minted {
    width: 600px;
    max-width: 600px;
    bottom: -880px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__minted {
    bottom: -750px;
  }
}

.showcase__mint {
  transform: rotate(35deg) !important;
  font-size: 78px;
  font-weight: 700;
  white-space: nowrap;
  color: #e6e8e6;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #646464;
  position: relative;
  z-index: 20;
  line-height: 78px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .showcase__mint {
    font-size: 60px;
    line-height: 66px;
    height: 80px;
  }
}

.showcase__mint:first-child {
  text-align: right;
  margin-bottom: 25px;
}

.showcase__mint:nth-child(2) {
  margin-left: 100px;
}

.showcase__mint:nth-child(3) {
  margin-left: 120px;
}

.showcase__mint:nth-child(4) {
  margin-left: 100px;
}

.showcase__mint:nth-child(5) {
  margin-left: 80px;
}

.showcase__mint:nth-child(6) {
  margin-left: 60px;
}

.showcase__mint:nth-child(7) {
  margin-left: 80px;
}

.showcase__mint:nth-child(8) {
  margin-left: 40px;
}

.showcase__mint:nth-child(9) {
  margin-left: 40px;
}

.showcase__mint:nth-child(10) {
  margin-left: 80px;
}

.showcase__mint:nth-child(11) {
  margin-left: 100px;
}

.showcase__mint:nth-child(12) {
  margin-left: 60px;
}

.showcase__bigground {
  position: absolute;
  top: 910px;
  z-index: 15;
  right: -1900px;
  background: linear-gradient(148.6deg, #023827 28.99%, #1a1a1a 77.23%);
  width: 5000px;
  transform: rotate(157.06deg);
  height: 5500px;
}

@media screen and (max-width: 1300px) {
  .showcase__bigground {
    top: 800px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__bigground {
    top: 720px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__bigground {
    right: auto;
    left: -2400px;
  }
}

.showcase__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 20;
}

@media screen and (max-width: 1460px) {
  .showcase__image {
    width: 220px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__image {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__image {
    display: none;
  }
}

.showcase__image-first {
  top: 320px;
  left: -200px;
}

@media screen and (max-width: 1300px) {
  .showcase__image-first {
    top: 200px;
  }
}

.showcase__image-second {
  bottom: 350px;
  right: -60px;
}

@media screen and (max-width: 1460px) {
  .showcase__image-second {
    right: 0;
    bottom: 200px;
  }
}

@media screen and (max-width: 1300px) {
  .showcase__image-second {
    bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__image-second {
    display: block;
    width: 120px;
    right: 0;
    bottom: 0;
  }
}

.showcase__image-third {
  bottom: 100px;
  left: -265px;
}

@media screen and (max-width: 1460px) {
  .showcase__image-third {
    left: -100px;
    bottom: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .showcase__image-third {
    left: -150px;
    bottom: 0;
  }
}

.burger {
  display: none;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .burger {
    display: block;
    position: relative;
    z-index: 551;
  }
}

.burger a {
  display: block;
  cursor: pointer;
  padding: 12px 0;
}

.burger a span {
  position: relative;
  display: block;
  width: 30px;
  height: 5px;
  border-radius: 7px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.burger a span:before, .burger a span:after {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
}

.burger a span:before {
  top: -8px;
}

.burger a span:after {
  top: 8px;
}

.burger a.active span {
  background: transparent;
}

.burger a.active span:before {
  transform: rotate(45deg) translate(5px, 6px);
}

.burger a.active span:after {
  transform: rotate(-45deg) translate(5px, -6px);
}

.mint {
  position: relative;
  z-index: 20;
  margin-top: -175px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1300px) {
  .mint {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .mint {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mint {
    margin-bottom: 75px;
  }
}

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

@media screen and (max-width: 1300px) {
  .mint__items {
    display: block;
  }
}

.mint__title {
  margin-right: 260px;
  width: 400px;
  font-size: 138px;
  font-weight: 700;
  text-align: center;
  line-height: 150px;
  position: relative;
  background: linear-gradient(121.8deg, #00ffac 10.27%, rgba(0, 167, 114, 0.089) 69.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1300px) {
  .mint__title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .mint__title {
    font-size: 100px;
    line-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mint__title {
    font-size: 60px;
    line-height: 70px;
  }
}

.mint__item {
  width: 770px;
}

@media screen and (max-width: 1300px) {
  .mint__item {
    width: 100%;
  }
}

.mint__info {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mint__info {
    font-size: 22px;
    line-height: 32px;
  }
}

.mint__info-second {
  width: 645px;
}

@media screen and (max-width: 1300px) {
  .mint__info-second {
    width: 100%;
  }
}

.mint__info::before {
  content: "";
  height: 175px;
  width: 2px;
  position: absolute;
  display: block;
  left: -32px;
  top: 0;
  background: #49e3b1;
}

@media screen and (max-width: 991px) {
  .mint__info::before {
    left: -13px;
  }
}

.mint__price {
  margin-bottom: 42px;
}

.mint__price P {
  font-size: 30px;
  line-height: 45px;
}

@media screen and (max-width: 767px) {
  .mint__price P {
    font-size: 22px;
    line-height: 34px;
  }
}

.mint__form {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 1300px) {
  .mint__form {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .mint__form {
    display: block;
  }
}

.mint .number-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  width: 257px;
  height: 86px;
  background: linear-gradient(94.23deg, #c4c4c4 -12.93%, rgba(105, 255, 206, 0.72) 103.07%);
  border-radius: 37.3448px;
  font-size: 26px;
  color: #000;
  margin-right: 22px;
}

@media screen and (max-width: 767px) {
  .mint .number-text {
    margin: 0 auto 20px auto;
    height: 75px;
  }
}

.mint__btn {
  border: 0;
  width: 257px;
  height: 86px;
  border: 1px solid #49e3b1;
  box-sizing: border-box;
  border-radius: 37.3448px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-transform: uppercase;
  color: #49e3b1;
  margin-right: 40px;
  transition: 300ms;
  cursor: pointer;
  box-shadow: 0 0 0 #49e3b1;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.mint__btn:hover {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #49e3b1;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #49e3b1;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@media screen and (max-width: 767px) {
  .mint__btn {
    width: 100%;
    margin: 0 auto 20px auto;
    height: 75px;
  }
}

.mint__btn:hover {
  background: #49e3b1;
  color: #000;
}

.mint__number {
  font-size: 26px;
  color: #49e3b1;
}

@media screen and (max-width: 767px) {
  .mint__number {
    text-align: center;
    display: block;
  }
}

.mint__link {
  display: block;
  font-size: 30px;
  line-height: 45px;
  transition: 300ms;
}

@media screen and (max-width: 767px) {
  .mint__link {
    font-size: 22px;
    line-height: 32px;
  }
}

.mint__link:hover {
  text-decoration: underline;
}

.nft {
  position: relative;
  z-index: 20;
  margin-bottom: 50px;
}

.nft__items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
  position: relative;
  z-index: 25;
}

@media screen and (max-width: 1300px) {
  .nft__items {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .nft__items {
    display: block;
    margin-bottom: 60px;
  }
}

.nft__items:last-child {
  margin-bottom: 0;
}

.nft__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 537px;
  min-width: 537px;
  margin-left: 140px;
}

@media screen and (max-width: 1300px) {
  .nft__image {
    width: 400px;
    min-width: 400px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .nft__image {
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .nft__image {
    width: 100%;
    min-width: auto;
  }
}

.nft__item {
  width: 630px;
}

@media screen and (max-width: 1300px) {
  .nft__item {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .nft__item {
    width: 100%;
  }
}

.nft__title {
  font-size: 113px;
  line-height: 120px;
  font-weight: 700;
  color: #49e3b1;
  width: 340px;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .nft__title {
    font-size: 80px;
    line-height: 90px;
  }
}

@media screen and (max-width: 991px) {
  .nft__title {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .nft__title {
    font-size: 50px;
    line-height: 54px;
  }
}

.nft__title::before {
  content: "";
  width: 216px;
  height: 2px;
  background: #919191;
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .nft__title::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.nft__info {
  font-size: 32px;
  line-height: 48px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nft__info {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nft__info {
    font-size: 20px;
    line-height: 25px;
  }
}

.nft__info::before {
  content: "";
  height: 154px;
  width: 1px;
  background: #49e3b1;
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 991px) {
  .nft__info::before {
    width: 154px;
    height: 1px;
    left: 50%;
    top: auto;
    bottom: -15px;
    transform: translate(-50%, 0);
  }
}

.nft__items-reverse {
  flex-direction: row-reverse;
}

.nft__items-reverse .nft__image {
  margin-left: 0;
  margin-right: 275px;
}

@media screen and (max-width: 1300px) {
  .nft__items-reverse .nft__image {
    margin-right: 120px;
  }
}

@media screen and (max-width: 991px) {
  .nft__items-reverse .nft__image {
    margin: 0 auto;
  }
}

.nft__items-reverse .nft__item {
  width: 540px;
}

@media screen and (max-width: 991px) {
  .nft__items-reverse .nft__item {
    width: 100%;
  }
}

.nft__items-reverse .nft__title {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 450px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .nft__items-reverse .nft__title {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.nft__items-reverse .nft__title::before {
  left: 75%;
  transform: translate(-75%, 0);
}

@media screen and (max-width: 991px) {
  .nft__items-reverse .nft__title::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.nft__items-reverse .nft__info::before {
  left: auto;
  right: -40px;
}

@media screen and (max-width: 991px) {
  .nft__items-reverse .nft__info::before {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.nft__inner {
  position: relative;
}

.nft__vector {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -550px;
  animation: 5s linear 0s normal none infinite running rot;
  -webkit-animation: 5s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mechanimals {
  position: relative;
  z-index: 20;
}

.mechanimals__title {
  font-size: 124px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  color: #49e3b1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #49e3b1;
}

@media screen and (max-width: 1460px) {
  .mechanimals__title {
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {
  .mechanimals__title {
    font-size: 74px;
  }
}

@media screen and (max-width: 767px) {
  .mechanimals__title {
    font-size: 36px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
  }
}

.mechanimals__inner {
  position: relative;
  padding: 0 75px;
}

@media screen and (max-width: 1600px) {
  .mechanimals__inner {
    padding: 0;
  }
}

.mechanimals__vector {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 80px;
  left: -215px;
  animation: 5s linear 0s normal none infinite running rot;
  -webkit-animation: 5s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mechanimals__block {
  padding: 78px 195px 65px 215px;
  background: #111111;
  position: relative;
  border-radius: 35px;
  z-index: 5;
}

@media screen and (max-width: 1460px) {
  .mechanimals__block {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mechanimals__block {
    padding: 20px;
    border-radius: 20px;
  }
}

.mechanimals__info {
  margin-bottom: 130px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .mechanimals__info {
    margin-bottom: 60px;
  }
}

.mechanimals__info::before {
  content: "";
  width: 430px;
  height: 1px;
  background: #49e3b1;
  display: block;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 991px) {
  .mechanimals__info::before {
    bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  .mechanimals__info::before {
    width: 50%;
  }
}

.mechanimals__info p {
  font-size: 35px;
  font-weight: 53px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1460px) {
  .mechanimals__info p {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mechanimals__info p {
    font-size: 18px;
    line-height: 26px;
  }
}

.mechanimals__info p span {
  background: linear-gradient(0deg, #49e3b1, #49e3b1), linear-gradient(0deg, #49e3b1, #49e3b1), #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mechanimals__info p:last-child {
  margin-bottom: 0;
}

.mechanimals__end {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mechanimals__end {
    width: 240px;
  }
}

.mechanimals__end-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 35px;
  line-height: 53px;
}

@media screen and (max-width: 1460px) {
  .mechanimals__end-block {
    font-size: 30px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .mechanimals__end-block {
    font-size: 18px;
    line-height: 26px;
  }
}

.mechanimals__end-block span {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .mechanimals__end-block span {
    margin-left: 0;
  }
}

.video {
  position: relative;
  z-index: 19;
  background: linear-gradient(180deg, #033726 0%, #055138 13.4%, #044530 85.36%, #063425 95.29%);
  margin-top: -145px;
  padding: 335px 0 180px 0;
}

@media screen and (max-width: 1460px) {
  .video {
    padding: 275px 0 140px 0;
  }
}

@media screen and (max-width: 991px) {
  .video {
    margin-top: -100px;
    padding: 200px 0 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .video {
    padding: 150px 0 75px 0;
  }
}

.video__inner {
  position: relative;
  padding: 0 150px;
}

@media screen and (max-width: 1460px) {
  .video__inner {
    padding: 0;
  }
}

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

.video__vector {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: -640px;
  animation: 5s linear 0s normal none infinite running rot;
  -webkit-animation: 5s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lore {
  background: linear-gradient(179.38deg, #063425 4.06%, #000000 15.82%, #000000 82.44%, #05281d 96.65%);
  margin-top: -75px;
  position: relative;
  z-index: 20;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .lore {
    margin-top: -20px;
    padding-bottom: 75px;
  }
}

.lore__title {
  font-size: 124px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
  color: #49e3b1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #49e3b1;
}

@media screen and (max-width: 1300px) {
  .lore__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .lore__title {
    font-size: 80px;
  }
}

.lore__inner {
  position: relative;
  padding: 0 95px;
}

@media screen and (max-width: 1460px) {
  .lore__inner {
    padding: 0;
  }
}

.lore__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  position: relative;
}

.lore__image video {
  width: 100%;
  height: 100%;
}

.lore__image::before {
  content: '';
  width: 110%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  background: #000;
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .lore__image {
    margin-bottom: 40px;
  }
}

.lore__item {
  background: #151515;
  border-radius: 40px;
  margin: 0 125px;
  padding: 50px 56px 70px 75px;
}

@media screen and (max-width: 1300px) {
  .lore__item {
    padding: 50px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .lore__item {
    padding: 20px;
    border-radius: 20px;
  }
}

.lore__head {
  font-size: 33px;
  color: #49e3b1;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .lore__head {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.lore__info p {
  font-size: 30px;
  line-height: 45px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .lore__info p {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .lore__info p {
    font-size: 18px;
    line-height: 30px;
  }
}

.lore__info p::before {
  content: "";
  display: block;
  height: 75%;
  width: 1px;
  background: #49e3b1;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .lore__info p::before {
    left: -10px;
  }
}

.roadmap {
  background: linear-gradient(180deg, #06402c 0%, #052c1f 100%);
  position: relative;
  z-index: 20;
  padding: 65px 0;
}

.roadmap__title {
  font-size: 113px;
  color: #49e3b1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
  .roadmap__title {
    font-size: 80px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__title {
    font-size: 56px;
    margin-bottom: 20px;
  }
}

.roadmap__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 135px;
  column-gap: 135px;
  row-gap: 30px;
  width: 1290px;
  margin: 0 auto;
}

@media screen and (max-width: 1460px) {
  .roadmap__items {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .roadmap__items {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__items {
    display: block;
  }
}

.roadmap__percent {
  font-size: 92px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .roadmap__percent {
    font-size: 70px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__percent {
    font-size: 52px;
    margin-bottom: 10px;
  }
}

.roadmap__text {
  font-size: 33px;
  line-height: 50px;
}

@media screen and (max-width: 991px) {
  .roadmap__text {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .roadmap__text {
    font-size: 20px;
    line-height: 35px;
  }
}

.roadmap__text span {
  color: #49e3b1;
}

.roadmap__item {
  position: relative;
  opacity: 0;
  transition: 1500ms;
}

.roadmap__item.element-show {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .roadmap__item {
    margin-bottom: 100px;
  }
  .roadmap__item:last-child {
    margin-bottom: 0;
  }
}

.roadmap__item:first-child {
  grid-column-start: 2;
  grid-column-end: 3;
  transform: translateX(500px);
}

@media screen and (max-width: 991px) {
  .roadmap__item:first-child {
    transform: translateX(200px);
  }
}

@media screen and (max-width: 767px) {
  .roadmap__item:first-child {
    transform: translateX(100px);
  }
}

.roadmap__item:first-child.element-show {
  transform: translate(0);
}

.roadmap__item:first-child::before {
  content: "";
  width: 2px;
  height: 260px;
  display: block;
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translate(0, -50%);
  background: linear-gradient(165deg, #063d2a 0%, #4d8f79 100%);
  z-index: 25;
}

@media screen and (max-width: 1300px) {
  .roadmap__item:first-child::before {
    left: -35px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__item:first-child::before {
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -80px;
    width: 3px;
    height: 60px;
    background: #49e3b1;
  }
}

.roadmap__item:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  transform: translateX(-500px);
}

@media screen and (max-width: 991px) {
  .roadmap__item:nth-child(2) {
    transform: translateX(-200px);
  }
}

@media screen and (max-width: 767px) {
  .roadmap__item:nth-child(2) {
    transform: translateX(-100px);
  }
}

.roadmap__item:nth-child(2).element-show {
  transform: translate(0);
}

.roadmap__item:nth-child(2)::before {
  content: "";
  width: 2px;
  height: 260px;
  display: block;
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translate(0, -50%);
  background: linear-gradient(165deg, #09573c 0%, #4d8f79 100%);
  z-index: 25;
}

@media screen and (max-width: 1300px) {
  .roadmap__item:nth-child(2)::before {
    right: -45px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__item:nth-child(2)::before {
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -80px;
    width: 3px;
    height: 60px;
    background: #49e3b1;
  }
}

.roadmap__item:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  transform: translateX(500px);
}

@media screen and (max-width: 991px) {
  .roadmap__item:nth-child(3) {
    transform: translateX(200px);
  }
}

@media screen and (max-width: 767px) {
  .roadmap__item:nth-child(3) {
    transform: translateX(100px);
  }
}

.roadmap__item:nth-child(3).element-show {
  transform: translate(0);
}

.roadmap__item:nth-child(3)::before {
  content: "";
  width: 2px;
  height: 260px;
  display: block;
  position: absolute;
  top: 65%;
  left: -75px;
  transform: translate(0, -50%);
  background: #4d8f79;
  z-index: 25;
}

@media screen and (max-width: 1300px) {
  .roadmap__item:nth-child(3)::before {
    left: -35px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__item:nth-child(3)::before {
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -80px;
    width: 3px;
    height: 60px;
    background: #49e3b1;
  }
}

.roadmap__item:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
  transform: translateX(-500px);
}

@media screen and (max-width: 991px) {
  .roadmap__item:nth-child(4) {
    transform: translateX(-200px);
  }
}

@media screen and (max-width: 767px) {
  .roadmap__item:nth-child(4) {
    transform: translateX(-100px);
  }
}

.roadmap__item:nth-child(4).element-show {
  transform: translate(0);
}

.roadmap__item:nth-child(4)::before {
  content: "";
  width: 2px;
  height: 180px;
  display: block;
  position: absolute;
  top: 60%;
  right: -62px;
  transform: translate(0, -50%);
  background: #4d8f79;
  z-index: 25;
}

@media screen and (max-width: 1300px) {
  .roadmap__item:nth-child(4)::before {
    right: -45px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__item:nth-child(4)::before {
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -80px;
    width: 3px;
    height: 60px;
    background: #49e3b1;
  }
}

.roadmap__item:nth-child(5) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
  transform: translateX(500px);
}

@media screen and (max-width: 991px) {
  .roadmap__item:nth-child(5) {
    transform: translateX(200px);
  }
}

@media screen and (max-width: 767px) {
  .roadmap__item:nth-child(5) {
    transform: translateX(100px);
  }
}

.roadmap__item:nth-child(5).element-show {
  transform: translate(0);
}

.roadmap__item:nth-child(5) .roadmap__percent {
  color: #00ffac;
}

.roadmap__item:nth-child(5)::before {
  content: "";
  width: 2px;
  height: 260px;
  display: block;
  position: absolute;
  top: 65%;
  left: -75px;
  transform: translate(0, -50%);
  background: #4d8f79;
  z-index: 25;
}

@media screen and (max-width: 1300px) {
  .roadmap__item:nth-child(5)::before {
    left: -35px;
  }
}

@media screen and (max-width: 991px) {
  .roadmap__item:nth-child(5)::before {
    display: none;
  }
}

.roadmap__inner {
  position: relative;
}

.roadmap__vector {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 5s linear 0s normal none infinite running rot;
  -webkit-animation: 5s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.roadmap__vector-first {
  top: -155px;
  left: -320px;
}

.roadmap__vector-second {
  bottom: -180px;
  right: -600px;
}

.team {
  background: linear-gradient(184.16deg, #073728 3.39%, #01150f 96.61%);
  padding: 40px 0 90px 0;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .team {
    padding: 20px 0 50px 0;
  }
}

.team__title {
  text-align: center;
  font-size: 113px;
  font-weight: 700;
  color: #49e3b1;
  margin-bottom: 50px;
}

@media screen and (max-width: 1300px) {
  .team__title {
    font-size: 80px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .team__title {
    font-size: 52px;
  }
}

.team__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px; /* Заменяет column-gap для совместимости */
  position: relative;
  z-index: 25;
}

@media screen and (max-width: 1300px) {
  .team__items {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .team__items {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 639px) {
  .team__items {
    grid-template-columns: 1fr;
  }
}

.team__item {
  background: #111111;
  border-radius: 37px;
  padding-bottom: 20px;
  transition: 300ms;
  grid-column: 3;
}

.team__item:hover {
  box-shadow: 0 0 5px #49e3b1;
  transform: translateY(-3px);
}

.team__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.team__image img {
  width: 100%;
  height: 100%;
}

.team__name {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #49e3b1;
  position: relative;
  line-height: 54px;
  width: 215px;
  height: 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1460px) {
  .team__name {
    font-size: 28px;
    line-height: 34px;
    height: 75px;
  }
}

.team__name::before {
  content: "";
  width: 150px;
  height: 2px;
  background: #646464;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.team__inner {
  position: relative;
}

.team__vector {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 55px;
  right: -520px;
  animation: 5s linear 0s normal none infinite running rot;
  -webkit-animation: 5s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.footer {
  position: relative;
  z-index: 5;
  background: linear-gradient(179.79deg, #074934 0.18%, #000b07 80.02%);
  padding: 50px 0 0 0;
}

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

.footer__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 250px;
}

@media screen and (max-width: 1720px) {
  .footer__items {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__items {
    display: block;
  }
}

.footer__text {
  background: linear-gradient(89.8deg, #00faa9 -0.06%, rgba(0, 194, 131, 0.53) 99.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
}

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

@media screen and (max-width: 767px) {
  .footer__social {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.footer__social li {
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  .footer__social li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__social li {
    margin-right: 15px;
  }
}

.footer__social li:last-child {
  margin-right: 0;
}

.footer__social li a {
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .footer__social li a {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer__social li a {
    width: 35px;
  }
}

.footer__social li a:hover {
  transform: scale(1.1);
}

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

.top_button {
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 13px 15px;
  z-index: 150;
  position: fixed;
  bottom: 75px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  right: 20px;
  background: #2aa37d;
  transform: rotate(180deg);
  display: none;
}

@media screen and (max-width: 767px) {
  .top_button {
    width: 25px;
    height: 25px;
    min-width: 25px;
    border: 1px solid #fff;
    right: 5px;
    bottom: 20px;
  }
}

.top_button span {
  position: relative;
}

.top_button span::before {
  content: "";
  height: 2px;
  width: 15px;
  display: block;
  background: #fff;
  transform: rotate(45deg);
  top: 9px;
  right: -9px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .top_button span::before {
    width: 10px;
    top: 0;
    right: -1px;
  }
}

.top_button span::after {
  content: "";
  height: 2px;
  width: 15px;
  display: block;
  background: #fff;
  transform: rotate(-45deg);
  top: 9px;
  left: 5px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .top_button span::after {
    width: 10px;
    top: 0;
    left: -2px;
  }
}
.video__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px; /* Отступы по бокам (можно менять) */
  box-sizing: border-box;
}

.video__item {
  position: relative;
  width: 100%;
  max-width: 800px; /* Максимальная ширина видео (настрой под дизайн) */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px; /* Закруглённые углы */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Опционально: тень */
}

.video__item-media {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px; /* Чтобы видео тоже было с закруглением */
  object-fit: cover; /* Видео заполнит контейнер, обрезая края */
}

/* Скрываем элементы управления (на всякий случай) */
.video__item-media::-webkit-media-controls,
.video__item-media::-webkit-media-controls-panel,
.video__item-media::-webkit-media-controls-play-button,
.video__item-media::-webkit-media-controls-volume-slider {
  display: none !important;
}

.video__item-media {
  pointer-events: none; /* Отключаем контекстное меню */
}