:root {
  --font-family: "Suisse Intl", sans-serif;
  --second-family: "Nunito Sans", sans-serif;
  --third-family: "Montserrat", sans-serif;

  /* colors */

  --color-white-10: #1c4430;
  --color-white-20: #ffffff40;
  --color-white-30: #d9d9d9;
  --color-black-10: #000000;
  --color-black-20: #060606;
  --color-black-30: #f1f1f1;
  --color-black-40: #fff;
  --color-black-50: #11111a;
  --color-black-50: #3d4247;
  --color-white-20: #f5f5f5;
  --color-grey-10: #9ca2ab;
  --color-green-10: #58ff84;

  /* tabs colors */

  --color-title-1: #2d2e39;
  --color-title-2: #fff;
  --color-title-3: #2b2933;

  --circle-color-1: #58ff84;
  --circle-color-2: #939aa4;

  /* Container sizes */

  --container-width: 1295px;
  --container-padding: 15px;
}
button {
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
body {
  background-color: var(--color-black-30);
  min-width: 375px;
}

.body--fixed {
  overflow: hidden;
}
.wrapper {
  max-width: 1920px;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.container {
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  padding: 0 var(--container-padding);
  margin: 0 auto;
}

@media (max-width: 578px) {
  .container {
    padding: 0 12px;
  }
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 62px 104px 68px 62px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 20;
  max-width: 967px;
  width: 100%;
  backdrop-filter: blur(106.69999694824219px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(217, 217, 217, 0.05);
  border: 1px solid #ffffff59;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.modal-open {
  opacity: 1;
  visibility: visible;
}

.modal__inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  position: relative;
}
.modal__blick-1 {
  position: absolute;
  left: -35%;
  top: -7%;
  z-index: -1;
}
.modal__blick-2 {
  position: absolute;
}
.modal__pod {
  position: absolute;
  bottom: -66%;
  left: -34%;
  z-index: -1;
  mix-blend-mode: luminosity;
  max-width: 190%;
}

@media (max-width: 900px) {
  .modal__pod {
    left: -34%;
    top: -630px;
  }
  .modal {
    max-width: 98dvw;
  }
}

.modal__big-m {
  position: absolute;
  bottom: 4%;
  right: -45%;
  z-index: -1;
}
.modal__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
}

.modal__main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 393px;
}
.modal__content {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.modal__title {
  display: flex;
  flex-direction: column;
}
.modal__big-title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: clamp(70px, 4vw, 90px);
  line-height: 97%;
  text-transform: uppercase;
  color: #fff;
  max-width: 410px;
}
.modal__small-title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: clamp(35px, 3vw, 50px);
  text-transform: uppercase;
  color: #fff;
}
.modal__small-title span {
  color: #58ff84;
}
.modal__text {
  font-family: var(--font-family);
  font-weight: 450;
  font-size: clamp(16px, 2vw, 25px);
  color: #fff;
  opacity: 0.5;
}

.modal__btn-buy {
  margin-top: 26px;
  max-width: 177px;
  width: 100%;
  border-radius: 25px;
  background: #fff;
  padding: 13px 23px 13px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 17px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.modal__btn-buy:hover {
  opacity: 0.8;
}
.modal__timer {
  border: 1px solid #ffffff59;
  border-radius: 20px;
  padding: 30px 38px 33px 38px;
  backdrop-filter: blur(29.399999618530273px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(217, 217, 217, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__timer-counter {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(30px, 3vw, 50px);
  letter-spacing: 0.09em;
  color: #58ff84;
}
.modal__timer-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(10px, 3vw, 20px);
  text-align: center;
  color: #fff;
}
@media (max-width: 780px) {
  .modal {
    padding: 30px;
  }
  .modal__timer {
    padding: 10px;
  }
}

@media (max-width: 700px) {
  .modal__pod {
    top: -530px;
  }
}
@media (max-width: 630px) {
  .modal__pod {
    top: -450px;
  }
}
@media (max-width: 526px) {
  .modal__pod {
    top: -330px;
  }
}
@media (max-width: 500px) {
  .modal__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 424px) {
  .modal__pod {
    top: -230px;
  }
}
@media (max-width: 375px) {
  .modal__pod {
    top: -120px;
  }
}
.header {
  max-width: 1870px;
  padding: 0 28px;
  left: 50%;
  right: 50%;
  top: 25px;
  width: 100%;
  backdrop-filter: blur(48.79999923706055px);
  background: var(--color-black-40);
  border-radius: 8px;
  position: relative;
  z-index: 10;
  position: fixed;
  transform: translateX(-50%);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 17px 20px;
  position: relative;
  position: relative;
  z-index: 20;
}

.header__content {
  display: flex;
  max-width: 1050px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 81px;
}
@media (max-width: 1200px) {
  .header__nav-list {
    gap: 30px;
  }
}

.header__nav-link {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, 2vw, 16px);
  color: var(--color-white-10);
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__nav-item {
  position: relative;
}
.nav-link__x1node {
  font-weight: 500;
}

.header__nav-item::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -4px;
  background-color: var(--color-white-10);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease-in-out;
}

.header__timer {
  display: none;
  flex-direction: column;
  margin-left: auto;
  margin-right: 15px;
  align-items: center;
  backdrop-filter: blur(12.100000381469727px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(217, 217, 217, 0.05);
  border: 1px solid #ffffff59;
  border-radius: 8px;
  padding: 5px;
  max-width: fit-content;
}

.header__timer-counter {
  display: flex;
  font-family: var(--font-family);
  font-weight: 275;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #58ff84;
}

.header__timer-text {
  font-family: var(--font-family);
  font-weight: 275;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #fff;
}

.header__nav-item:hover::after {
  clip-path: inset(0 0 0 0); /* Линия полностью раскрывается */
}

.header__nav-item:not(:hover)::after {
  clip-path: inset(0 100% 0 100%); /* Линия исчезает в правую сторону */
}

.header__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__theme-switcher {
  transition: all 0.4s ease-in-out;
}
.header__theme-switcher:hover {
  transform: scale(1.1);
}

.header__connect-wallet-btn {
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 9.5px 20px;
  box-shadow: 0 7px 16px 0 var(--color-white-20);
  background: #5b9d07;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.header__connect-wallet-btn svg {
  transform: translateY(1px);
}

.header__connect-wallet-btn:hover {
  opacity: 0.7;
}
.header__lang-switcher {
  position: relative;
}

.header__lang-btn {
  width: 36px;
  height: 36px;
  background-color: var(--color-white-10);
  border-radius: 6px;
  font-family: var(--third-family);
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: var(--color-black-10);
  border-radius: 10px;
  overflow: hidden;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.header__lang-eng {
  position: absolute;
  /* bottom: -88%; */
  bottom: 0%;
  opacity: 0;
  z-index: 1;
  left: 0;
  border-radius: 0 0 6px 6px;
  background-color: var(--color-white-10);
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.header__lang--active {
  position: relative;
  z-index: 1;
}

.lang--active .header__lang-eng {
  opacity: 1;
  bottom: -88%;
}

.header__lang-switcher:hover .header__lang-eng {
  bottom: -88%;
  opacity: 1;
}

@media (max-width: 1090px) {
  .header__lang-switcher:hover .header__lang-eng {
    bottom: auto;
    opacity: auto;
  }
}
.header__menu-tab {
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  /* top: 97px; */
  top: -150vh;
  height: 700px;
  backdrop-filter: blur(48px);
  background: #12131bf5;

  opacity: 0;
  transition: top 0.5s ease-in-out, opacity 0.7s ease-in-out;
}
.menu-tab__inner {
  display: flex;
  overflow-y: auto;
}
.menu-tab__content {
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding: 50px 55px 0 34px;
  max-width: 1447px;
  width: 100%;
}

.menu-tab__content-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.menu-tab__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(24px, 2vw, 35px);
  background: linear-gradient(
    90deg,
    var(--color-title-1) 0%,
    var(--color-title-2) 50%,
    var(--color-title-3) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-tab__btn {
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 29px;
  background-color: var(--color-white-10);
  padding: 10.5px 22.5px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  color: #000;
  transition: opacity 0.3s ease-in-out;
}

.menu-tab__btn:hover {
  opacity: 0.7;
}

.menu-tab__content-bottom {
  display: flex;
  gap: 15px;
}

.menu-tab__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 457px;
  width: 100%;
}

.menu-tab__column-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white-10);
  opacity: 0.3;
  padding-bottom: 15px;
  border-bottom: 0.5px solid var(--color-white-10);
}
.community .menu-tab__form {
  margin-bottom: 29px;
}
.menu-tab__list {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.learn .menu-tab__form-word {
  border-bottom: 0.5px solid #ffffff59;
  padding-bottom: 36px;
  margin-bottom: 0;
}

.learn .menu-tab__list {
  margin-bottom: 43px;
}
.menu-tab__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--color-green-10);
}

.menu-tab__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-tab__item-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(15px, 1vw, 19px);
  color: var(--color-white-10);
}

.menu-tab__item-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, 1vw, 18px);
  color: #fff;
  opacity: 0.3;
}

.menu-tab__subs {
  display: flex;
  flex-direction: column;
  padding: 43px 52px;
  backdrop-filter: blur(48.79999923706055px);
  background: #11111a;
  position: relative;
  overflow: hidden;
  height: 700px;
}

@media (max-width: 1550px) {
  .menu-tab__subs {
    padding: 30px;
  }
}
.menu-tab__subs::before,
.menu-tab__subs::after {
  content: "";
  width: 314px;
  height: 314px;
  border-radius: 50%;
  display: block;
  position: absolute;
  filter: blur(135px);
}

.menu-tab__subs::before {
  z-index: -1;
  left: -198px;
  bottom: -190px;
  background: var(--circle-color-1);
}
.menu-tab__subs::after {
  z-index: 1;
  right: -200px;
  bottom: 14%;
  transform: translateY(-50%);
  background: var(--circle-color-2);
}
.menu-tab__subs-upper {
  display: flex;
  flex-direction: column;
}
.menu-tab__subs-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white-10);
  margin-bottom: 30px;
}

.menu-tab__subs-subtitle {
  max-width: 319px;
  width: 100%;
  padding: 72px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black-10);
  border-radius: 20px;
  margin-bottom: 19px;
}

.menu-tab__subs-subtitle span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 40px;
  color: var(--color-white-10);
  text-align: center;
  max-width: 200px;
}

.menu-tab__form {
  display: flex;
  flex-direction: column;
  gap: 19px;
  border-bottom: 0.5px solid var(--color-white-10);
}

.menu-tab__input-wrapper {
  position: relative;
  max-width: 319px;
}

.menu-tab__form-input {
  position: relative;
  z-index: 0;
  width: 100%;
  border: 1px solid #ffffff38;
  border-radius: 35px;
  height: 54px;
  padding: 17px 24px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  color: var(--color-white-10);
  background: #14141c;
}

.menu-tab__form-input::placeholder {
  opacity: 0.5;
}

.menu-tab__form-send-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--circle-color-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7px;
  right: 8px;
  z-index: 2;
}
.menu-tab__custom-checkbox {
  display: flex;
  gap: 11px;
  cursor: pointer;

  max-width: 319px;

  padding-bottom: 23px;
  position: relative;
  z-index: 2;
}
.checkbox-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: var(--color-white-10);
  opacity: 0.5;
}
.menu-tab__custom-checkbox span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--color-grey-10);
  display: block;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + span::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--circle-color-1);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.menu-tab__form-word {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--color-green-10);
  margin-bottom: 23px;
}
.menu-tab__word {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white-10);
  margin-top: 0px;
}

.menu-tab__subs-bottom {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.menu-tab__words {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-tab__words-top {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: var(--color-white-10);
}

.menu-tab__words-bottom {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  color: var(--color-white-10);
  opacity: 0.5;
  max-width: 331px;
}

.tab--active {
  top: 97px;
  opacity: 1;
}
.burger {
  display: none;
}
.menu-tab__close-btn {
  display: none;
}
.header__logo {
  max-width: 194px;
  width: 100%;
}
.header__nav-item a svg {
  transition: all 0.3s ease-in-out;
}
.menu-link--active a svg {
  transform: rotate(180deg);
}
@media (max-width: 1090px) {
  .header__content {
    position: fixed;
    top: 60px;
    bottom: 0;
    max-width: 30vw;
    right: -100%;
    flex-direction: column;
    padding-top:10vh;
    height: 100vh;
    background: var(--color-black-40);
    z-index: 20;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    overflow-y: auto;
    gap: 30px;
    align-items: center;
  }
  .header__timer {
    display: none;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: center;
  }
  .header__btns {
    flex-direction: column;
  }
  .burger {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 37px;
    height: 12px;
    gap: 4px;
    position: absolute;
    top: 24px;
    right: 0px;
    transition: all 0.3s ease-in-out;
  }
  .header__logo {
    margin: 0 auto;
    width: 71%;
  }
  .burger span:first-child {
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: var(--color-white-30);
    transition: all 0.3s ease-in-out;
  }
  .burger span:last-child {
    width: 60%;
    height: 4px;
    border-radius: 10px;
    background-color: var(--color-white-30);
    transition: all 0.3s ease-in-out;
  }

  .burger--active {
    gap: 0;
    transform: translateY(5px);
  }
  .burger--active span:first-child {
    transform: rotate(45deg) translate(2.5px, 0px);
  }
  .burger--active span:last-child {
    width: 100%;
    transform: rotate(-45deg) translate(2px, 0px);
  }
  .header-menu--active {
    right: 0;
    opacity: 1;
  }
  .menu-tab__inner {
    flex-direction: column;
  }
  .header__menu-tab {
    max-width: 70vw;
    gap: 30px;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
  }
  .menu-tab__content-upper {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .menu-tab__content {
    gap: 35px;
    padding: 30px;
  }
  .menu-tab__subs {
    flex-direction: row;
    padding: 30px;
    gap: 30px;
  }
  .menu-tab__link {
    margin-top: auto;
  }
  .community .menu-tab__subs {
    flex-direction: column;
    gap: 0px;
  }
  .learn .menu-tab__subs {
    flex-direction: column;
    gap: 10px;
  }
  .learn .menu-tab__subs-text {
    margin-bottom: 10px;
  }
  .learn .menu-tab__subs-bottom {
    margin-top: 10px;
    max-width: 444px;
    width: 100%;
  }
  .build .menu-tab__form {
    gap: 10px;
  }
  .build .menu-tab__custom-checkbox {
    padding-bottom: 0;
  }
  .community .menu-tab__subs {
    height: 300px;
  }
  .build .menu-tab__subs {
    height: 250px;
  }
  .learn .menu-tab__subs {
    height: 350px;
  }
  .learn .menu-tab__form-word {
    padding-bottom: 10px;
  }
  .tab--open .header__content {
    right: -100%;
  }
  .header__menu-tab {
    max-width: 100vw;
  }
  .tab--open .header__btns {
    display: none;
  }
  .menu-tab__subs-subtitle {
    display: none;
    margin-bottom: 0;
  }
  .menu-tab__close-btn {
    display: block;
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 34px;
    font-family: var(--font-family);
    color: var(--color-white-10);
  }
}

@media (max-width: 768px) {
  .header {
    margin: 0;
  }

  .overlay {
    display: none;
  }
  .header__content {
    max-width: 100vw;
  }
  .tab--active {
    top: 61px;
  }

  .menu-tab__content {
    padding: 15px;
  }
  .menu-tab__subs {
    flex-direction: column;
    padding: 15px;
  }
  .build .menu-tab__subs {
    height: 450px;
  }

  .menu-tab__subs-text {
    margin-bottom: 0px;
  }
  .community .menu-tab__subs-text {
    margin-bottom: 30px;
  }
  .menu-tab__item-text {
    display: none;
  }
  .menu-tab__content-bottom {
    flex-direction: column;
    gap: 30px;
  }
  .menu-tab__column {
    gap: 20px;
  }
  .menu-tab__list {
    gap: 15px;
  }
  .header__nav-link {
    gap: 5px;
  }
}
.hero {
  position: relative;
  padding-bottom: 449px;
}
@media (max-width: 578px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 254px;
  }
}

.hero__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero__video-bg {
  position: absolute;
  z-index: -1;
  bottom:-33px;
  right: -287px;
  max-width: 106%;
}

.hero::before {
  content: "";
  display: block;
  height: 100%;
  width: 200px;
  position: absolute;
  left: 26%;
  top: 0;
  background: linear-gradient(90deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
}


.hero__bottom-bg-bar {
  content: "";
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 30%;
  background: linear-gradient(0deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
}
.hero::after {
  content: "";
  display: block;
  height: 100%;
  width: 135px;
  position: absolute;
  right: 0%;
  top: 0;
  background: linear-gradient(0deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
}
@media (max-width:1670px) {
  .hero::before{
    left:20%
  }
  .hero::after{
    display: none;
  }
}
@media (max-width:1402px) {
  .hero::before{
    left:16%
  }

}
.hero__x-bg {
  position: absolute;
  left: -659px;
  top: -58px;
  z-index: -2;
  mix-blend-mode: overlay;
}

.hero__timer {
  display: none;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ffffff38;
  border-radius: 20px;
  backdrop-filter: blur(12.100000381469727px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(217, 217, 217, 0.05);
  padding: 30px 38px;
  max-width: fit-content;
  position: absolute;
  right: 154px;
  bottom: -30px;
}

@media (max-width: 768px) {
  .hero__timer {
    right: 15px;
    bottom: 100px;
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .hero__timer {
    bottom: 300px;
  }
}
@media (max-width: 446px) {
  .hero__timer {
    bottom: 250px;
  }
}

.hero__timer-counter {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(20px, 3vw, 50px);
  letter-spacing: 0.09em;
  color: #58ff84;
  display: flex;
}

.hero__timer-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(12px, 3vw, 20px);
  text-align: center;
  color: #fff;
}

@media (max-width: 1200px) {
  .hero::before {
    left: 0%;
  }
  .hero::after {
    display: none;
  }
  .hero__bottom-bg-bar {
    bottom: 35%;
  }
  .hero__x-bg {
    display: none;
  }
  .hero__video-bg {
    right: -98px;
    bottom: 21px;
  }
}
@media (max-width: 1130px) {
  .hero__video-bg {
    bottom: 51px;
  }
  .hero__bottom-bg-bar {
    bottom: 39%;
  }
}
@media (max-width: 1060px) {
  .hero__video-bg {
    bottom: auto;
    top: 50px;
  }
  .hero__bottom-bg-bar {
    bottom: 47%;
  }
}
@media (max-width: 930px) {
  .hero::before {
    bottom: 25%;
  }
  /* .hero__video-bg{
        position: relative;
        top: auto;
        left: auto;
        object-fit: cover;
        width: 200%;
        margin-left: -300px;
    } */
}

.hero__img-box {
  margin-bottom: 30px;
  margin-top: 160px;
}
.hero__blick {
  position: absolute;
  top: -95px;
  right: -297px;
  z-index: -5;
  width: 78%;
}
@media (max-width: 828px) {
  .hero__bottom-bg-bar {
    bottom: 55%;
  }
  .hero__video-bg {
    right: -50px;
  }
}
.hero__bottom-bg-bar-top {
  display: none;
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 20%;
  background: linear-gradient(180deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
}
@media (max-width: 694px) {
  .hero {
    padding-bottom: 280px;
  }
  .hero__bottom-bg-bar {
    bottom: 37%;
  }
  .hero__video-bg {
    top: 100px;
  }
  .hero__bottom-bg-bar-top {
    display: block;
  }
  .hero__img-box {
    max-width: 50%;
    margin-bottom: 0;
  }
  .hero__blick {
    display: none;
  }
}
@media (max-width: 650px) {
  .hero__bottom-bg-bar {
    bottom: 40%;
  }
  .hero__video-bg {
    top: 83px;
  }
  .hero__bottom-bg-bar-top {
    top: 20%;
  }
  .hero__img-box {
    margin-top: 200px;
  }
}
@media (max-width: 590px) {
  .hero__bottom-bg-bar {
    bottom: 63%;
  }
  .hero__video-bg {
    top: 20px;
    right: auto;
    left: -16px;
  }
  .hero__bottom-bg-bar-top {
    top: 0%;
  }
  .hero__img-box {
    margin-top: 70px;
  }
}
@media (max-width: 450px) {
  .hero::before {
    bottom: 61%;
  }

  .hero__img-box {
    margin-top: 70px;
    max-width: 37%;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .hero__img-box {
    margin-top:70px;
    max-width: 34%;
  }
}
@media (max-width: 350px) {
}

.hero__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(35px, 5vw, 70px);
  color: #1c4430;
  max-width: 599px;
}

.hero__subtitle-row {
  max-width: 599px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .hero__subtitle-row {
    justify-content: start;
  }
}
.hero__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 3vw, 25px);
  color: var(--color-white-10);
}

.hero__pin {
  background: #5b9d07;
  border-radius: 9px;
  padding: 3.5px 16px;
  max-width: fit-content;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(9px, 1.5vw, 16px);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #fff;
}

.hero__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(11px, 2vw, 20px);
  color: var(--color-white-10);
  max-width: 327px;
  margin-bottom: 25px;
}

.hero__airdrop {
  max-width: 391px;
  width: 100%;
  border-radius: 41px;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.hero__airdrop-logo {
  flex-shrink: 0;
}

.hero__airdrop-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero__airdrop-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  color: #1c4430;
}
.hero__airdrop-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 11px;
  line-height: 136%;
  color: #1c4430;
}

.hero__btns {
  display: flex;
  align-items: center;
  gap: 22px;
}

.hero__btn-node {
  border-radius: 20px;
  background: #5b9d07;
  max-width: 190px;
  width: 100%;
  padding: 10.5px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.hero__btn-node:hover {
  opacity: 0.7;
}

.hero__btn-bridge {
  padding: 9.5px 20px;
  border: 1px solid #5b9d07;
  box-shadow: 0 8px 17px 0 rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-white-10);
  transition: opacity 0.3s ease-in-out;
}
.hero__decor {
  margin-bottom: 20px;
}
.hero__btn-bridge:hover {
  opacity: 0.7;
}
.overlay {
  position: fixed;
  inset: 0;
  background-color: #11111ae3;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.overlay--active {
  opacity: 1;
  visibility: visible;
}

.graphs {
  margin-top: -270px;
  padding-bottom: 125px;
}
@media (max-width: 568px) {
  .graphs {
    padding-bottom: 82px;
  }
  .hero__btns {
    gap: 16px;
  }
  .hero__btn-node {
    padding: 10.5px 9px;
  }
}

.graphs__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(25px, 3vw, 45px);
  text-transform: uppercase;
  text-align: center;
  color: #1c4430;
  max-width: 715px;
  margin: 0 auto 45px auto;
}

@media (max-width: 576px) {
  .graphs__title {
    margin: 0 0 30px 0;
    text-align: left;
  }
}

.graph-swiper-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  align-items: stretch;
}
.chart {
  max-width: 505px;
  width: 100%;
}
.chart .bar {
  transition: width 2s ease;
}
.row {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  gap: 27px;
}
.label {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 12px;
  color: #1c4430;
  max-width: 10px;
  width: 100%;
}
.bar {
  height: 45px;
  border-radius: 5px;
  position: relative;
}
.axis span {
  position: relative;
}
.axis span::before {
  content: "";
  height: 182px;
  width: 0;
  border-left: 1px dashed #1c4430;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.bar.x1 {
  width: 15px;
  background: #5b9d07;
}
.bar.sol {
  width: 68%;
  background: #f1f1f1;
}
.bar.btc {
  width: 100%;
  background: #f1f1f1;
}
.axis {
  display: flex;
  max-width: 487px;
  width: 100%;
  padding-left: 93px;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: var(--color-white-10);
  opacity: 0.5;
}
.axis span {
  opacity: 1;
}
.graph__slide {
  width: 100%;
  flex-shrink: 1;
}
.graph__slide-chart {
  display: flex;
  gap: 20px;
  width: 100%;
}
.chart__column {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  max-width: 132px;
  width: 100%;
}
.chart__column-name {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: var(--color-white-10);
  opacity: 0.5;
}
.chart__column-bar {
  height: 132px;
  background: #f1f1f1;
  border-radius: 5px;
  position: relative;
  width: 100%;
  display: flex;
}
.chart__column-bar span {
  transition: height 2s ease;
}
.chart__column:first-child .chart__column-bar span {
  display: block;
  width: 100%;
  height: 19px;
  border-radius: 5px;
  background: #5b9d07;
  margin-top: auto;
}
.chart__column:nth-child(2) .chart__column-bar span {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background: rgba(79, 79, 84, 0.2);
  margin-top: auto;
}
.chart__column:last-child .chart__column-bar span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(79, 79, 84, 0.2);
  margin-top: auto;
}

.noise .chart {
  max-width: 256px;
  width: 100%;
}
.noise .row {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  gap: 27px;
  width: 100%;
}

.noise .bar {
  height: 36px;
  border-radius: 5px;
  position: relative;
}
.noise .axis span {
  position: relative;
}
.noise .axis span::before {
  content: "";
  height: 148px;
  width: 0;
  border-left: 1px dashed #1c4430;
  opacity: 0.3;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.noise .bar.x1 {
  width: 15px;
  background: #5b9d07;
}
.noise .bar.sol {
  width: 157px;
  background: #f1f1f1;
}
.noise .bar.btc {
  width: 100%;
  background: #f1f1f1;
}
.noise .axis {
  display: flex;
  max-width: 235px;
  width: 100%;
  padding-left: 61px;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: var(--color-white-10);
  opacity: 0.5;
}

.graph__slide-inner {
  border: 1px solid #fff;
  border-radius: 20px;
  backdrop-filter: blur(12.100000381469727px);
  background: #fff;
  padding: 24px 36px 35px 36px;
  display: flex;
  flex-direction: column;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.graph__slide-bg {
  position: absolute;
  z-index: -3;
  right: -80px;
  top: -80px;
  opacity: 0.5;
}

.temp .graph__slide-bg {
  right: -72px;
  top: -41px;
}
.noise .graph__slide-bg {
  right: -96px;
  top: -17px;
}
.graph__slide:nth-child(2) .graph__slide-inner {
  padding: 24px 27px 22px 16px;
}
.graph__slide:last-child .graph__slide-inner {
  padding: 24px 19px 22px 19px;
}
.graph__slide-info {
  margin-top: auto;
}

.graph__slide:first-child {
  max-width: 648px;
  width: 100%;
}

.graph__slide:not(:first-child) {
  max-width: 313px;
  width: 100%;
}
.graph__slide-graph {
  width: 100%;
  z-index: 1;
}
@media (max-width: 1146px) {
  .graph-swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .graph__slide:first-child {
    max-width: none;
  }
  .graph__slide:nth-child(2),
  .graph__slide:last-child {
    max-width: 49%;
  }
}
@media (max-width: 678px) {
  .graph-swiper-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .energy .axis {
    padding-left: 78px;
  }
  .graph__slide:first-child .graph__slide-inner {
    padding: 16px;
  }
  .graph__slide:nth-child(2),
  .graph__slide:last-child {
    max-width: none;
  }
  .graph__slide {
    flex-shrink: 0;
  }
}

.graph__slide-upper {
  display: flex;
  justify-content: space-between;

  margin-bottom: 16px;
}

.graph__slide-text {
  display: flex;
  align-items: center;
  gap: 23px;
}
.graph__slide-text span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: 0.07em;
  text-transform: capitalize;
  color: #1c4430;
  max-width: 156px;
}
.graph__slide:nth-child(2) .graph__slide-text span {
  max-width: 111px;
}
.graph__slide-info {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 35px;
  color: #5b9d07;
}

.graph__slide:first-child .graph__slide-info {
  margin-bottom: 16px;
}
.graph__slide:nth-child(2) .graph__slide-info,
.graph__slide:last-child .graph__slide-info {
  margin-bottom: 29px;
}

.graph__slide-img-box {
  margin-top: auto;
}
.graph__swiper-pagination {
  display: block;

  margin: 20px auto 0 auto;
  max-width: fit-content;
  display: none;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.swiper-pagination-bullet-active {
  background-color: #5b9d07;
}
.graph__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--color-white-10);
  opacity: 0.5;
  margin-top: 18px;
}
@media (max-width: 578px) {
  .graphs {
    padding-top: 82px;
  }
  .graph-swiper-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }
  .graph__slide-inner {
    width: 99%;
  }
  .graph__text {
    display: none;
  }
  .graph__swiper-pagination {
    display: block;
  }
}
.specs {
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .specs {
    padding-bottom: 83px;
  }
}
.specs__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
  position: relative;
}

.specs__bg-small {
  position: absolute;
  top: 2%;
  left: 7%;
  z-index: -1;
}
.specs__bg-big {
  position: absolute;
  top: 27%;
  right: -10%;
  z-index: 1;
}
@media (max-width: 1220px) {
  .specs__bg-big {
    right: -5%;
    z-index: -1;
  }
  .specs__bg-small {
    top: 0;
  }
}

.specs__blick {
  position: absolute;
  top: -100px;
  z-index: -1;
}
.specs__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(25px, 3vw, 45px);
  text-transform: uppercase;
  text-align: center;
  color: #1c4430;
  max-width: 668px;
}

.specs__list {
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}
.specs__item {
  border: 1.07px solid #ffffff38;
  border-radius: 21px;
  backdrop-filter: blur(12.950791358947754px);
  background: #fff;
  padding: 59px 48px;
  max-width: 634px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}
.specs__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 179%;
  color: #1c4430;
  opacity: 0.5;
  text-align: center;
  max-width: 824px;
}
@media (max-width: 900px) {
  .specs__item {
    padding: 40px 35px;
    gap: 40px;
  }
}
@media (max-width: 800px) {
  .specs__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .specs__item {
    max-width: none;
  }
  .specs__bg-big {
    display: none;
  }
  .specs__bg-small {
    right: -5%;
    top: 4%;
    left: auto;
    z-index: 1;
  }
}

@media (max-width: 576px) {
  .specs__title {
    text-align: left;
    max-width: 214px;
  }
  .specs__container {
    align-items: start;
    gap: 27px;
  }
  .specs__item {
    padding: 35px 26px;
    gap: 32px;
  }
  .specs__img-box svg {
    width: 70%;
  }
  .specs__content {
    gap: 4px;
  }
}
.specs__content {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.specs__name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(12px, 3vw, 22px);
  color: #1c4430;
}

.specs__value {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(9px, 3vw, 18px);
  line-height: 136%;
  color: #1c4430;
}

.chain {
  padding-bottom: 200px;
}
@media (max-width: 568px) {
  .chain {
    padding-bottom: 79px;
  }
}
.chain__container {
  display: flex;
  gap: 2px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1120px) {
  .chain__container {
    flex-direction: column;
  }
}
.chain__left {
  display: flex;
  flex-direction: column;
  max-width: 675px;
}
.chain__title {
  max-width: 675px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 55px);
  text-transform: uppercase;
  color: #1c4430;
  margin-bottom: 15px;
}
.chain__title span {
  color: #5b9d07;
}

.chain__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(16px, 2vw, 25px);
  color: #1c4430;
  opacity: 0.5;
  margin-bottom: 36px;
  max-width: 444px;
}

.chain__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 139%;
  color: #1c4430;
  margin-bottom: 36px;
  max-width: 428px;
  opacity: 0.5;
}

.chain__btn {
  padding: 10.5px 0;
  max-width: 148px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: #5b9d07;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.chain__btn:hover {
  opacity: 0.7;
}
.chain__right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 606px;
  width: 100%;
}

.chain__img-box {
  position: relative;
}

.chain__img-decor {
  position: absolute;
  bottom: -8px;
  right: 78px;
}

.chain__img {
  width: 100%;
  min-width: 440px;
}

.chain__specs-list {
  display: grid;
  grid-template: repeat(3, 1fr) / repeat(2, 1fr);
  gap: 11px;
  margin-left: 50px;
  width: 100%;
}

@media (max-width: 578px) {
  .chain__right {
    align-items: center;
    max-width: auto;
    width: 100%;
  }
  .chain__img-decor {
    width: 30%;
  }
  .chain__img {
    min-width: auto;
  }

  .chain__specs-list {
    margin-left: 0;
  }
}

.chain__specs-type {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 0%;
  color: #5b9d07;
}

.chain__specs-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 0%;
  color: #1c4430;
}
.eco {
  padding-bottom: 114px;
}

.eco__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 5vw, 70px);
  position: relative;
}

.eco__blick {
  position: absolute;
  z-index: -1;
  top: -100px;
}

.eco__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(25px, 3vw, 45px);
  color: #1c4430;
}

.eco__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.eco__upper {
  display: flex;
  width: 100%;
  gap: 13px;
  justify-content: center;
  margin-bottom: clamp(16px, 4vw, 70px);
}

.eco__upper-item {
  max-width: 300px;
  width: 100%;
  border: 0.96px solid #fff;
  border-radius: 17px;
  backdrop-filter: blur(11.58133316040039px);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 31px 22px 29px 46px;
}

.eco__upper-img-box {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.eco__upper-text {
  font-family: var(--font-family);
  font-weight: 450;
  font-size: 20px;
  line-height: 129%;
  color: #1c4430;
}
.eco__upper-text span {
  font-weight: 275;
  opacity: 0.5;
}
.eco__middle {
  position: relative;
  max-width: 300px;
  border: 0.8px solid #fff;
  border-radius: 16px;
  backdrop-filter: blur(9.635165214538574px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px;
  margin-bottom: 17px;
}
.eco__middle-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}

.eco__middle-left-top-arrow {
  position: absolute;
  top: 0;
  left: -185px;
}
.eco__middle-top-center-arrow {
  position: absolute;
  top: -55px;
}

.eco__middle-bottom-left-arrow {
  position: absolute;
  left: -255px;
  bottom: 0;
}

.eco__middle-bottom-center-arrow {
  position: absolute;
  bottom: -75px;
}

.eco__middle-bottom-right-arrow {
  position: absolute;
  right: -255px;
  bottom: 0;
}

.eco__middle-top-right-arrow {
  position: absolute;
  top: 0;
  right: -185px;
}

.eco__bottom {
  display: flex;
  gap: 14px;
  align-items: end;
  justify-content: center;
  width: 100%;
}
.eco__bottom-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
}
.eco__bottom-card:first-child {
  max-width: 528px;
  width: 100%;
}
.eco__bottom-card:nth-child(2) {
  max-width: 205px;
  width: 100%;
}
.eco__bottom-card:last-child {
  max-width: 528px;
  width: 100%;
}
.eco__bottom-card-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(12px, 2vw, 25px);
  color: #1c4430;
}
.ecodex {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px;
  gap: 29px;
  position: relative;
  overflow: hidden;
}

.token-const {
  position: relative;
  overflow: hidden;
}
.token-const__pin-soon {
  position: absolute;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 9px;
  color: #fff;
  background-color: #5b9d07;
  padding: 6px 25px;
  transform: rotate(45deg);
  right: -30px;
  top: 19px;
}
.sigma__card-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 119%;
  text-align: center;
  color: #000;
  margin-bottom: 46px;
}
.ecodex__pin-soon {
  position: absolute;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background-color: #5b9d07;
  padding: 10px 30px;
  transform: rotate(45deg);
  right: -34px;
  top: 25px;
}
.eco__bottom-card-inner {
  border: 0.68px solid #fff;
  border-radius: 12px;
  backdrop-filter: blur(8.243071556091309px);
  background: #fff;
}

.ecodex .eco__bottom-card-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.eco__bottom-card-img {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.roadmap__arrows {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
  display: none;
}
.eco__bottom-card-item {
  border-radius: 9px;
  backdrop-filter: blur(6.226255416870117px);
  background: #f1f1f1;
  padding: clamp(10px, 3vw, 25px);
  max-width: 161px;
  display: flex;
  align-items: center;
  padding: 3px;
  gap: 2px;
  font-family: var(--font-family);
  font-weight: 275;
  font-size: 13px;
  line-height: 129%;
  color: #1c4430;
}
.econative-bottom .eco__bottom-card-item {
  max-width: 196px;
  width: 100%;
  padding: 30px;
  align-items: center;
  justify-content: center;
}
.ecosystem-bottom .eco__bottom-card-item {
  flex-direction: column;
}
.eco__bottom-card-item-btns {
  display: flex;
  margin-top: auto;
}
.eco__bottom-card-item-btn {
  border-radius: 16px;
  background: #5b9d07;
  position: relative;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 7px;
  color: #fff;
  margin-top: auto;
}
.dexcard-btn {
  padding: 2px 24px 2px 21px;
}
.dexcard-btn svg {
  position: absolute;
  top: 6.5px;
  right: 9px;
}
.dexcloud-btn {
  padding: 2px 21px 2px 15px;
}
.dexcloud-btn svg {
  position: absolute;
  top: 6px;
  right: 9px;
}

.eco__bottom-card-item-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 117%;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  margin-top: 12px;
}
.sigma {
  max-width: 205px;
  width: 100%;
  padding: 22px 50px 33px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 260px;
}

.ecosystem {
  max-width: 528px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 16px;
}

.ecosystem .eco__bottom-card-list {
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(3, 1fr);
  gap: 7px;
}
@media (max-width: 514px) {
  .ecosystem .eco__bottom-card-list {
    display: flex;
    flex-direction: column;
    max-width: none;
    width: 100%;
  }
  .ecosystem .eco__bottom-card-list li {
    max-width: none;
    width: 100%;
    padding: 15px;
  }
  .eco__bottom-card-item-btn,
  .eco__bottom-card-item-btns {
    margin-top: 10px;
  }
}
@media (max-width: 1100px) {
  .eco__middle-left-top-arrow,
  .eco__middle-top-center-arrow,
  .eco__middle-bottom-left-arrow,
  .eco__middle-bottom-center-arrow,
  .eco__middle-bottom-right-arrow,
  .eco__middle-top-right-arrow {
    display: none;
  }
  .eco__upper {
    flex-direction: column;
    order: 2;
  }
  .eco__upper-item {
    max-width: none;
    align-items: center;
    justify-content: center;
  }
  .eco__middle {
    order: 1;
    max-width: none;
    height: auto;
    width: 100%;
  }
  .eco__middle-bg {
    max-width: 47%;
  }
  .eco__bottom {
    order: 3;
    flex-direction: column;
    align-items: center;
  }
  .eco__bottom-card:first-child {
    max-width: none;
    order: 1;
  }
  .eco__bottom-card:nth-child(2) {
    max-width: none;
    order: 3;
  }
  .eco__bottom-card:last-child {
    max-width: none;
    order: 2;
  }
  .ecodex {
    padding: 24px 9px 9px 9px;
  }
  .ecosystem {
    max-width: none;
    padding: 24px 9px 9px 9px;
  }
  .sigma {
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .eco__blick {
    top: 0;
  }
}
@media (max-width: 526px) {
  .eco__middle-bg {
    max-width: 60%;
  }
}
.tools {
  padding-bottom: 112px;
}

.tools__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
  position: relative;
}
.tools__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(25px, 3vw, 45px);
  text-align: center;
  color: #1c4430;
}
.tools__title span {
  color: #5b9d07;
}

.tools__list {
  width: 100%;
  display: flex;
  gap: clamp(18px, 1vw, 20px);
  align-items: stretch;
}
.tools__item {
  display: flex;
  gap: 15px;
  position: relative;
  border-radius: 17px;
  backdrop-filter: blur(10.84349250793457px);
  background: #fff;
  max-width: 418px;
  width: 100%;
  padding: 242px clamp(10px, 1.5vw, 21px) clamp(10px, 1.5vw, 21px)
    clamp(10px, 2vw, 36px);
  overflow: hidden;
}
.tools__item img {
  z-index: -1;
}

.tools__img,
.tools__img-small,
.tools__img-big {
  position: absolute;
}

.dex .tools__img {
  left: -21px;
  top: -10px;
}

.token .tools__img {
  top: -10%;
  left: -2%;
}

.scan .tools__img {
  left: 10%;
  top: -20%;
}
@media (max-width: 942px) {
  .scan .tools__img {
    top: -10%;
  }
}
.dev .tools__img {
  top: -12%;
  left: 0%;
}

.dev .tools__img-big {
  top: -13%;
  left: -12%;
  mix-blend-mode: screen;
}
.tools__content {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.tools__name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(14px, 3vw, 24px);
  line-height: 129%;
  color: #5b9d07;
}
.tools__text {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: clamp(10px, 3vw, 17px);
  line-height: 171%;
  color: #1c4430;
  max-width: none;
}

@media (max-width: 900px) {
  .tools__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .tools__item {
    max-width: none;
    padding: 20px 10px 20px 140px;
    min-height: 121px;
  }

  .tools__item img {
    max-width: 40%;
  }

  .token .tools__img {
    max-width: 20%;
    left: 0%;
  }
  .scan .tools__img {
    max-width: 20%;
    left: 0%;
  }
  .dev .tools__img {
    max-width: 20%;
    left: 0%;
  }
}
@media (max-width: 650px) {
  .tools {
    padding-bottom: 77px;
  }
  .tools__container {
    gap: 26px;
  }
  .bridge .tools__img {
    left: -7%;
    top: -1%;
  }
  .tools__content {
    gap: 9px;
  }
  .token .tools__img {
    max-width: 25%;
    left: 0%;
  }
  .scan .tools__img {
    max-width: 25%;
    left: 0%;
    top: 0%;
  }
  .dev .tools__img {
    max-width: 25%;
    left: -5%;
    top: 0;
  }
}

@media (max-width: 460px) {
  .token .tools__img {
    max-width: 25%;
    left: 0%;
    top: 5%;
  }
  .scan .tools__img {
    max-width: 25%;
    left: 5%;
    top: 10%;
  }
  .dev .tools__img {
    max-width: 25%;
    left: 0%;
    top: 5%;
  }
}
@media (max-width: 426px) {
  .token .tools__img {
    max-width: 25%;
    left: 7%;
    top: 5%;
  }
  .dev .tools__img {
    max-width: 25%;
    left: 7%;
    top: 7%;
  }
  .scan .tools__img {
    max-width: 25%;
    left: 5%;
    top: 15%;
  }
}

.apps {
  padding-bottom: clamp(114px, 10vw, 218px);
}

.apps__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(25px, 3vw, 50px);
  position: relative;
}

.apps__blick {
  position: absolute;
  z-index: -1;
  top: -100px;
}
@media (max-width: 450px) {
  .apps__blick {
    top: 0;
  }
}

.apps__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(25px, 3vw, 45px);
  text-align: center;
  color: #1c4430;
}
.apps__swiper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 1295px;
  width: 100%;
}
.apps__swiper .swiper-slide {
  height: 333px;
}
.apps__slide-inner {
  max-width: 418px;
  width: 100%;
  padding: 115px 15px 15px 37px;
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(10.84349250793457px);
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  z-index: 1;
}
.ecodex-bg {
  position: absolute;
  top: -65px;
  left: -34px;
}
.dexsafe-bg,
.dexcloud-bg,
.dexmobile-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  mix-blend-mode: screen;
}
.dexcard-bg {
  position: absolute;
  right: -35px;
  top: -29px;
  z-index: 0;
}
.dexpn-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: screen;
}
.dexpoint-bg {
  position: absolute;
  left: -107px;
  top: -75px;
  z-index: 0;
  mix-blend-mode: screen;
}
.dexmobile-slide {
}
.swiper-slide:nth-child(1) .apps__black,
.swiper-slide:nth-child(4) .apps__black,
.swiper-slide:nth-child(7) .apps__black,
.swiper-slide:nth-child(10) .apps__black {
  position: absolute;
  z-index: 0;
  max-width: none;
  left: -69%;
  bottom: -191%;
}
.swiper-slide:nth-child(2) .apps__black,
.swiper-slide:nth-child(3) .apps__black,
.swiper-slide:nth-child(5) .apps__black,
.swiper-slide:nth-child(6) .apps__black,
.swiper-slide:nth-child(8) .apps__black,
.swiper-slide:nth-child(9) .apps__black {
  position: absolute;
  z-index: 0;
  max-width: none;
  left: -118%;
  bottom: -275%;
}
.swiper-slide:nth-child(3).apps__black {
  position: absolute;
  z-index: 0;
  max-width: none;
  left: -118%;
  bottom: -275%;
}

.apps__slide-name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 129%;
  color: #fff;
  margin-bottom: 16px;
  z-index: 2;
}

.apps__slide-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 171%;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.apps__decor {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 15px;
  transform-origin: center center;
  animation: decor-rot 4s alternate infinite ease-in-out;
}

@keyframes decor-rot {
  0% {
    transform: rotate(0deg) scale(0.95);
  }
  100% {
    transform: rotate(180deg) scale(1.1);
  }
}
.apps__slide-btn {
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 8px 17px 0 rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 11px 20px 11px 35px;
  max-width: 156px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: auto;
}

.apps__controls {
  display: flex;
  gap: 35px;
  align-items: center;
  margin-top: 28px;
}

.apps__arrow-prev,
.apps__arrow-next {
  cursor: pointer;
  transition: all 0.3s ease;
}
.apps__arrow-prev:hover,
.apps__arrow-next:hover {
  opacity: 0.7;
}
.apps__swiper .swiper-button-disabled {
  filter: grayscale(1);
  pointer-events: none;
}
.swiper-pagination-bullet {
  transition: all 0.3s ease;
}
.apps__swiper .swiper-pagination-bullet-active {
  width: 29px;
  border-radius: 16px;
}

@media (max-width: 800px) {
  .apps__swiper .swiper-slide {
    height: auto;
  }
  .apps__slide-inner {
    padding: 115px 15px 15px 15px;
    background-size: cover;
    overflow: hidden;
  }
  .swiper-slide:nth-child(1) .apps__black,
  .swiper-slide:nth-child(4) .apps__black,
  .swiper-slide:nth-child(7) .apps__black,
  .swiper-slide:nth-child(10) .apps__black {
    position: absolute;
    z-index: 0;
    max-width: none;
    left: -69%;
    bottom: -264%;
  }
  .swiper-slide:nth-child(2) .apps__black,
  .swiper-slide:nth-child(3) .apps__black,
  .swiper-slide:nth-child(5) .apps__black,
  .swiper-slide:nth-child(6) .apps__black,
  .swiper-slide:nth-child(8) .apps__black,
  .swiper-slide:nth-child(9) .apps__black {
    position: absolute;
    z-index: 0;
    max-width: none;
    left: -118%;
    bottom: -343%;
  }
}
/* start teams styles ================================================================= */

.team {
  padding-bottom: 197px;
}

.team__container {
  display: flex;
  flex-direction: column;
  gap: 72px;
  align-items: center;
  position: relative;
}

@media (max-width: 450px) {
  .team__blick {
    top: 0;
  }
}
.team__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(25px, 3vw, 45px);
  text-align: center;
  color: #1c4430;
}

.team__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}

.team__item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  position: relative;
}

.team__item::before {
  content: "";
  height: 100%;
  width: 2px;
  border: 1px dashed #1c443038;
  display: block;
  position: absolute;
  left: 9%;
  top: 7%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-20px);
}
.team__person-img {
  border-radius: 19px;
}
.team__item:last-child:before {
  display: none;
}
.team__main::before {
  opacity: 1;
  transform: translateY(0px);
}

.active::before {
  opacity: 1;
  transform: translateY(0px);
}

.team__btn {
  max-width: 238px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  border-radius: 50px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #161c20;
  padding: 9px 23px;
  height: 33px;
  gap: 57px;
}

.team__main .team__btn {
  background: #5b9d07;
  justify-content: center;
  padding: 9px 0;
  color: #fff;
}
.team__item .team__btn svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}
.team__item.active .team__btn svg {
  transform: rotate(0deg);
}
.team__persons-list {
  display: flex;
  gap: 30px;
  max-width: 963px;
  width: 100%;
}
.advisors__row {
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(3, 1fr);
}

.team__person {
  position: relative;
  max-width: 301px;
  width: 100%;
  background-color: #fff;
  border-radius: 19px;
}

.team__person-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  gap: 12px;
  padding: 284px 14px 14px 14px;
  overflow: hidden;
  border-radius: 19px;
}

.team__person-job {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(3px, 3vw, 6px);
  line-height: 92%;
  letter-spacing: 0.77em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  z-index: 4;
}
.team__person-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(12px, 3vw, 22px);
  line-height: 108%;
  letter-spacing: -0.07em;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 4;
}

.team__person-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(4px, 3vw, 8px);
  line-height: 136%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #8f8f8f;
  z-index: 4;
  max-width: 100px;
}

.team__person-content::before {
  content: "";
  width: 100%;
  height: 0px;
  background-color: #1c4430;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  box-shadow: 0px 0px 100px 110px #1c4430;
  border-radius: 19px;
  overflow: hidden;
}

@media (max-width: 1150px) {
  .team__person-content {
    clip-path: none;
  }
  .team__item {
    flex-direction: column;
  }
  .team__persons-list {
    flex-shrink: 0;
  }
  .team__persons-list li {
    max-width: 274px;
  }
  .team__item::before {
    display: none;
  }
}
.team__person-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.team__item[data-team="advisors"] .team__persons-list,
.team__item[data-team="ambassadors"] .team__persons-list,
.team__item[data-team="backers"] .team__persons-list {
  height: 0;
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
  transition: all 0.3s ease-in;
}

.team__mobile {
  display: none;
  flex-direction: column;
  width: 100%;
  padding-bottom: 900px;
}
@media (max-width: 800px) {
  .team__mobile {
    display: flex;
  }
  .team__list {
    display: none;
  }
}
@media (max-width: 630px) {
  .team__mobile {
    padding-bottom: 600px;
  }
}
@media (max-width: 530px) {
  .team__mobile {
    padding-bottom: 500px;
  }
}
@media (max-width: 430px) {
  .team__mobile {
    padding-bottom: 400px;
  }
}

.team__list-mobile-btns {
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 26px;
  width: 100%;
}
.team__list-mobile-btn {
  width: 100%;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #161c20;
  border-radius: 36px;
  backdrop-filter: blur(8.642857551574707px);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.team__list-mobile-btn[data-team="team"] {
  backdrop-filter: blur(8.642857551574707px);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  background: #58ff84;
}

.team__item.active .team__persons-list {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.team__person-list-mobile {
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}
.team__person-item-mobile {
  position: relative;
  border-radius: 19px;
  background-color: #fff;
}

.team__person-list-mobile .team__person-img {
  left: 50%;
  transform: translateX(-50%);
}
.team__list-mobile-btn[data-team-btn="backers"],
.team__list-mobile-btn[data-team-btn="ambassadors"],
.team__item[data-team="ambassadors"],
.team__item[data-team="backers"] {
  display: none;
}
@media (max-width: 650px) {
  .team__person-list-mobile .team__person-content {
    padding: 190px 14px 14px 14px;
  }
}

.team__list-mobile {
  position: relative;
}
.team__list-mobile-btns .btn-active {
  backdrop-filter: blur(8.642857551574707px);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  background: #58ff84;
}
.team__item-mobile {
  position: absolute;
  inset: 0;
  transition: all 0.8s ease-in-out;
}
.team-hidden {
  opacity: 0;
  filter: blur(13px);
  visibility: hidden;
  transform: translateY(-50px);
}

/* end teams styles =================================================================*/

.comm {
  padding-bottom: 120px;
}
.comm__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 39px;
  position: relative;
}
.comm__bg {
  position: absolute;
  right: -300px;
  z-index: -1;
  mix-blend-mode: color-dodge;
}

.comm__bg-cover {
  position: absolute;
  height: 100%;
  width: 100px;
  right: 0;
  background: linear-gradient(90deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
}

.comm__left {
  display: flex;
  flex-direction: column;
  max-width: 481px;
  width: 100%;
  z-index: 1;
}

.comm__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(25px, 4vw, 60px);
  text-transform: uppercase;
  color: #1c4430;
  margin-bottom: 14px;
}

.comm__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 139%;
  color: #1c4430;
  opacity: 0.5;
  margin-bottom: 46px;
}

.comm__list {
  display: flex;
  flex-direction: column;
  gap: 33px;
  max-width: 407px;
}

.comm__item {
  display: flex;
  align-items: end;
  gap: 20px;
}
.comm__item-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.coom__item-name {
  font-family: var(--font-family);
  font-weight: 275;
  font-size: clamp(12px, 3vw, 14px);
  letter-spacing: 0.1em;
  color: #1c4430;
  opacity: 0.5;
}

.coom__item-count {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(22px, 3vw, 35px);
  color: #1c4430;
}
.comm__item-graph {
  margin-left: auto;
  border: 1.05px solid #fff;
  border-radius: 21px;
  backdrop-filter: blur(12.705095291137695px);
  background-color: #fff;
  padding: 14px;
}

.comm__btns {
  margin-top: 50px;
  display: none;
  align-items: center;
  max-width: 407px;
  gap: 10px;
  justify-content: space-between;
}

.comm__btns-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  color: #fff;
  opacity: 0.5;
}
.comm__btn-view {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 20px;
  gap: 33px;
  box-shadow: 0 8px 17px 0 rgba(255, 255, 255, 0.25);
  padding: 11px 20px 10px 50px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}

.comm__btn-view:hover {
  opacity: 0.7;
}
.comm__right {
  position: relative;
}
.comm__video {
  width: 120%;
  transform: translateX(-8%);
  mix-blend-mode: darken;
}
.comm__decor {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.comm__right-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1100px) {
  .comm__right-img {
    max-width: 30%;
  }
}

@media (max-width: 900px) {
  .comm__container {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .comm__item {
    align-items: center;
  }
  .comm__btns {
    max-width: none;
    width: 100%;
  }
  .comm__left {
    align-items: center;
  }
  .comm__text {
    text-align: center;
  }
  .comm__video {
    transform: translateX(0%);
    width: 100%;
  }
  .comm__bg {
    display: none;
  }
}

@media (max-width: 650px) {
  .comm__video {
    transform: translateX(-25%);
    width: 200%;
  }
}
@media (max-width: 430px) {
  .comm__video {
    transform: translate(-25%, -1%);
    height: 500px;
  }
}

.roadmap {
  padding-bottom: 100px;
  position: relative;
}

.roadmap__blick {
  position: absolute;
  z-index: 0;
  top: -70px;
}
.roadmap__head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.roadmap__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  color: #1c4430;
}

.roadmap__title-bg {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(100px, 11vw, 190px);
  text-align: center;
  background: radial-gradient(
    50% 50.1% at 50% 39.77%,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  mix-blend-mode: overlay;
  position: absolute;
  top: -100px;
  z-index: -1;
}

.roadmap__line {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 37%;
}

.roadmap__list {
  display: flex;
  margin-top: 175px;
  width: 100%;
  justify-content: space-between;
}

.roadmap__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  align-items: center;
}

.roadmap__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 129%;
  color: #7a7a7a;
}

.roadmap__icon {
  width: 104px;
  height: 104px;
  position: relative;
  cursor: pointer;
}
.roadmap__outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.roadmap__innerline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.roadmap__center-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.roadmap__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.roadmap__innerline svg path {
  transition: all 0.3s ease-in-out;
}
.roadmap__center-figure-def {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.roadmap__center-figure-act {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.roadmap__item:hover .roadmap__innerline svg path {
  stroke: #5b9d07;
}
.roadmap__item:hover .roadmap__center-figure-def {
  opacity: 0;
  visibility: hidden;
}
.roadmap__item:hover .roadmap__center-figure-act {
  opacity: 1;
  visibility: visible;
}

.roadmap-active .roadmap__innerline svg path {
  stroke: #5b9d07;
}
.roadmap-active .roadmap__center-figure-def {
  opacity: 0;
  visibility: hidden;
}
.roadmap-active .roadmap__center-figure-act {
  opacity: 1;
  visibility: visible;
}

.roadmap__inner-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 19px;
  width: 491px;
  position: absolute;

  border-radius: 23px;
  backdrop-filter: blur(34.599998474121094px);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  top: 110%;
  z-index: 2;
  transform: translateY(-20px);
  filter: blur(10px);
}
.third .roadmap__inner-list {
  top: 110%;
}
.roadmap-active .roadmap__inner-list {
  opacity: 1;
  visibility: visible;
  filter: blur(0px);
  transform: translateY(0px);
}
.roadmap__inner-item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #1c4430;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.roadmap__inner-item:hover {
  color: #5b9d07;
}
.partners {
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.first {
  margin-top: -10px;
}
.second {
  margin-top: -20px;
}

.third {
  margin-top: -133px;
}
.fourth {
  margin-top: -20px;
}
.fifth {
  margin-top: -5px;
}

@media (max-width: 1880px) {
  .first {
    margin-top: 0px;
  }
  .second {
    margin-top: -20px;
  }
  .fourth {
    margin-top: -20px;
  }
  .fifth {
    margin-top: 0px;
  }
}

@media (max-width: 1700px) {
  .first {
    margin-top: -20px;
    transform: translateX(100px);
  }
  .second {
    margin-top: -45px;
    transform: translateX(50px);
  }
  .third {
    margin-top: -145px;
  }
  .fourth {
    margin-top: -45px;
    transform: translateX(-50px);
  }
  .fifth {
    margin-top: -20px;
    transform: translateX(-100px);
  }
  .roadmap__inner-list {
    width: 380px;
  }
}
@media (max-width: 1500px) {
  .first {
    margin-top: -50px;
  }
  .second {
    margin-top: -65px;
  }
  .third {
    margin-top: -145px;
  }
  .fourth {
    margin-top: -65px;
  }
  .fifth {
    margin-top: -50px;
  }
}
@media (max-width: 1380px) {
  .first {
    margin-top: -60px;
    transform: translateX(150px);
  }
  .second {
    margin-top: -65px;
  }
  .third {
    margin-top: -155px;
  }
  .fourth {
    margin-top: -65px;
  }
  .fifth {
    transform: translateX(-150px);
    margin-top: -55px;
  }
}
.roadmap__swiper .swiper-slide {
  width: auto;
}
.roadmap__swiper {
  overflow: visible;
}
@media (max-width: 1120px) {
  .first {
    margin-top: 0px;
    transform: translateX(0px);
  }
  .roadmap__arrows {
    display: flex;
  }
  .second {
    margin-top: 0px;
    transform: translateX(0px);
  }
  .third {
    margin-top: 0px;
    transform: translateX(0px);
  }
  .fourth {
    margin-top: 0px;
    transform: translateX(0px);
  }
  .fifth {
    margin-top: 0px;
    transform: translateX(0px);
  }

  .roadmap__line {
    display: none;
  }
  .roadmap__list {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .roadmap__swiper {
    position: relative;
  }
  .roadmap::before {
    content: "";
    width: 100%;
    height: 0px;
    border: 1px dashed #fff;
    display: block;
    position: absolute;
    z-index: -1;
    top: 165px;
  }
  .roadmap__item {
    gap: 15px;
  }
  .roadmap__name {
    color: #7a7a7a;
  }
  .roadmap__inner-list {
    position: static;
    width: 100%;
    transform: translate(0);
  }
  .roadmap__inner-item {
    opacity: 1;
  }
  .swiper-slide-active .roadmap__innerline svg path {
    stroke: #58ff84;
  }
  .swiper-slide-active .roadmap__center-figure-act {
    opacity: 1;
    visibility: visible;
  }
  .swiper-slide-active .roadmap__center-figure-def {
    opacity: 0;
    visibility: hidden;
  }
  .roadmap__swiper .swiper-slide {
    width: 100%;
  }
  .roadmap__swiper {
    overflow: hidden;
  }
  .roadmap__inner-list {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }
}

@media (max-width: 576px) {
  .roadmap::before {
    top: 155px;
  }
  .roadmap__item {
    gap: 5px;
  }
  .roadmap__inner-list {
    margin-top: 15px;
  }
}

@media (max-width: 578px) {
  .partners {
    padding-bottom: 143px;
  }
}
.partners__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(25px, 4vw, 50px);
  width: 100%;
}
.partners__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(16px, 3vw, 45px);
  text-align: center;
  color: #1c4430;
}
.partners__list {
  display: flex;
  gap: clamp(8px, 1vw, 14px);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.partners__item-img {
  max-width: 92px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__item-name {
  font-family: var(--font-family);
  font-weight: 275;
  font-size: 13px;
  line-height: 129%;
  text-align: center;
  color: #1c4430;
}
.partners__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 165px;
  height: 165px;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  border-radius: 21px;
  backdrop-filter: blur(12.705095291137695px);
  background-color: #fff;

  overflow: hidden;
}
.fire,
.blazpay,
.zoro,
.iq-ai {
  mix-blend-mode: difference;
}
@media (max-width: 800px) {
  .partners__list {
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(3, 1fr);
  }
  .partners__item {
    margin: 0 auto;
  }
}
.partners__item img {
  margin-top: auto;
}
.partners__text {
  font-family: var(--font-family);
  font-weight: 275;
  font-size: clamp(5px, 2vw, 14px);
  line-height: 129%;
  text-align: center;
  color: var(--color-white-10);
}
@media (max-width: 600px) {
  .partners__item {
    max-width: 140px;
    height: 140px;
  }
}

@media (max-width: 576px) {
  .partners__item {
    height: 120px;
    gap: 10px;
    padding: 10px;
  }
}

.subs {
  padding-top: 340px;
  padding-bottom: 97px;
}

@media (max-width: 1120px) {
  .subs {
    padding-top: 0;
  }
}
@media (max-width: 568px) {
  .subs {
    padding-bottom: 61px;
  }
}

.subs__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.subs__bg {
  position: absolute;
  z-index: -1;
  bottom: -230px;
  mix-blend-mode: soft-light;
}

.subs__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(25px, 5vw, 60px);
  text-transform: uppercase;
  text-align: center;
  color: #1c4430;
  margin-bottom: 14px;
}

.subs__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 139%;
  text-align: center;
  color: var(--color-white-10);
  opacity: 0.5;
  max-width: 572px;
  margin-bottom: 24px;
}

.subs__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  border: 1.13px solid #ffffff25;
  border-radius: 23px;
  backdrop-filter: blur(25.700000762939453px);
  background-color: #fff;
  padding: 48px;
  max-width: 955px;
  width: 100%;
}

.subs__form-inputs {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.input-container {
  max-width: 417px;
  width: 100%;
  position: relative;
}
.input-container input {
  width: 100%;
  height: 54px;
  border-radius: 35px;
  background: #f1f1f1;
  padding: 16.5px 30px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  color: var(--color-white-10);
}

.input-container label {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  color: #1c4430;
  opacity: 0.5;
  position: absolute;
  left: 30px;
  top: 16.5px;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label {
  top: -20px;
  font-size: 12px;
}

.subs__form-btn {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  max-width: 250px;
  width: 100%;
  padding: 14px 0;
  background: #9ddf1e;
  border-radius: 27px;
  transition: opacity 0.3s ease-in-out;
}
.subs__form-btn:hover {
  opacity: 0.7;
}

@media (max-width: 992px) {
  .subs__bg,
  .subs__blick {
    display: none;
  }
}
@media (max-width: 678px) {
  .subs__form {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .subs__form {
    padding: 46px 20px;
  }
  .subs__form-inputs {
    flex-direction: column;
  }
}

.footer {
  background: rgba(19, 19, 27, 0.85);
  padding-top: 42px;
  padding-bottom: 61px;
}

@media (max-width: 568px) {
  .footer {
    padding-bottom: 34px;
  }
}

.footer__container {
  display: flex;
  gap: 100px;
}

.footer__right {
  display: flex;
  gap: 100px;
}
.footer__links {
  display: flex;
  flex-direction: column;
}
.footer__menu-list {
  display: grid;
  grid-template: repeat(4, 1fr) / repeat(2, 1fr);
}
.footer__menu-list li:nth-child(1) {
  grid-area: 1 / 1 / 1 / 1;
}
.footer__menu-list li:nth-child(2) {
  grid-area: 2 / 1 / 2 / 1;
}
.footer__menu-list li:nth-child(3) {
  grid-area: 3 / 1 / 3 / 1;
}
.footer__menu-list li:nth-child(4) {
  grid-area: 4 / 1 / 4 / 1;
}
.footer__menu-list li:nth-child(5) {
  grid-area: 2 / 2 / 2 / 2;
}
.footer__menu-list li:nth-child(6) {
  grid-area: 3 / 2 / 3 / 2;
}

@media (max-width: 530px) {
  .footer__menu-list {
    display: flex;
    flex-direction: column;
  }
}

.footer__links-title {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.28em;
  color: #fff;
  margin-bottom: 10px;
}
.footer__links-item {
  line-height: 217%;
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.footer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo {
  margin-bottom: 21px;
}

.footer__text {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 31px;
}
.footer__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 31px;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: var(--color-white-30);
  border-radius: 50%;
  transition: 0.3s;
}
.footer__social-link:hover {
  transform: scale(1.1);
  background-color: var(--circle-color-1);
}

.footer__links-list {
  display: flex;
  align-items: center;
  gap: 53px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__link {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: var(--color-white-10);
  position: relative;
}

.footer__links-item::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -0px;
  background-color: var(--color-white-10);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease-in-out;
}

.footer__links-item:hover::after {
  clip-path: inset(0 0 0 0);
}

.footer__links-item:not(:hover)::after {
  clip-path: inset(0 100% 0 100%);
}
@media (max-width: 760px) {
  .footer__container {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

.runline {
  position: fixed;
  bottom: 0;
  z-index: 3;
}
.runline__container {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 20px 0;
}
.runline__track {
  display: flex;
  gap: 60px;
  align-items: center;
  animation: runlineScroll 40s linear infinite;
}

.runline:hover .runline__track {
  animation-play-state: paused;
}

.runline__slide {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.runline__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.runline__image {
  max-height: 30px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  opacity: 0.8;
}

.runline__image:hover {
  transform: scale(1.1);
  filter: grayscale(0);
  opacity: 1;
}

@keyframes runlineScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .runline__track {
    gap: 40px;
    animation-duration: 10s;
  }
  .runline__image {
    max-height: 20px;
  }
}
