@charset "UTF-8";

/* Указываем box sizing */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */

ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

*,
img {
  margin: 0;
  padding: 0;
}

/* Выставляем основные настройки по-умолчанию для body */

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/

ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */

img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/

article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */

input,
button,
textarea,
select {
  font: inherit;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.green {
  color: #2AA915;
}

.btn-success {
  background: linear-gradient(94.04deg, #30C917 1.24%, #279A13 98.27%);
  border: none;
}

@font-face {
  font-family: "Hezaedrus";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/Hezaedrus-Light.ttf);
}

@font-face {
  font-family: "Hezaedrus";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Hezaedrus-Medium.ttf);
}

.modal {
  --bs-modal-bg: transparent;
  --bs-modal-border-color: unset;
  --bs-modal-border-width: unset;
  --bs-modal-border-radius: unset;
  --bs-modal-header-border-width: unset;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(94.04deg, #30C917 1.24%, #279A13 98.27%);
  border: none;
  border-radius: 50%;
}

.circle--inline-block {
  display: inline-block;
}

.logo {
  width: 33px;
  height: 33px;
  stroke: #fff;
}

.brand {
  display: inline;
}

.modal {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.modal .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.promo {
  background: linear-gradient(90deg, #F8FFF7 29.13%, rgba(248, 255, 246, 0.58) 60.02%, rgba(248, 255, 246, 0.1) 98.12%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  position: relative;
  padding-bottom: 20%;
}

.promo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: url(../assets/img/main-img.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  z-index: -2;
}

.promo-gradient {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(248, 255, 246, 0) 0%, rgba(248, 255, 246, 0.466667) 8.43%, #F8FFF6 21.17%, #E8F9E5 63.02%, rgba(232, 249, 229, 0) 99.48%), no-repeat;
  background-size: 100% 100%;
  background-position: top;
  z-index: 2;
}

.promo__inner {
  padding-top: 100px;
}

h1 {
  font-weight: 600;
  font-size: 72px;
}

.promo__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
}

.promo__btn {
  border: 2px solid #EE3581;
  background-color: #FBE4EE;
  padding: 0.3em 0.5em;
  border-radius: 8px;
  color: #EE3581;
  margin-bottom: 40px;
}

.promo__btn:hover {
  background-color: #FFB1D3;
  color: #fff;
}

.promo-img {
  width: 100%;
  height: 541px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(248, 255, 246, 0.12);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 50%;
}

.promo-img__item {
  display: none;
  position: absolute;
  width: 27%;
  height: 27%;
}

.promo-img__item--center {
  width: 50%;
  height: 50%;
}

.promo-img__item--bottom {
  width: 17%;
  height: 17%;
}

.promo-img__item.active {
  display: block;
}

.promo-img__arrow {
  display: none;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}

.promo-img__arrow--2 {
  top: 68%;
}

.promo-img__arrow.active {
  display: block;
}

.earn-graph {
  width: 100%;
  height: 588px;
  box-shadow: 0px 0px 31px rgba(177, 177, 177, 0.2);
  border-radius: 36px;
}

.earn-graph .earn-graph__column {
  margin: 0 6%;
  width: 66px;
  background: linear-gradient(94.04deg, #30C917 1.24%, #279A13 98.27%);
  border-radius: 12px 12px 4px 4px;
  position: relative;
  top: -94px;
  left: 0;
  color: #676767;
  box-shadow: 20px 0 2px #F2F2F2;
}

.earn-graph .earn-graph__column-apy {
  color: white;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.earn-graph .earn-graph__column-desc {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.earn-graph .earn-graph__column-desc--one {
  bottom: -2rem;
}

.earn-graph .earn-graph__column:nth-child(1) {
  height: 50%;
}

.earn-graph .earn-graph__column:nth-child(2) {
  height: 65%;
}

.earn-graph .earn-graph__column:nth-child(3) {
  height: 30%;
}

.earn-graph .earn-graph__column:nth-child(4) {
  height: 60%;
}

.graph-mobile {
  display: none;
}

.graph-mobile img {
  width: 120%;
}

.earn {
  position: relative;
}

.earn-info__title {
  font-size: 48px;
  font-weight: 700;
}

.earn-info__subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #676767;
}

.earn-advantages__item {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: 0px 4px 28px rgba(27, 17, 8, 0.06);
  border-radius: 64px 24px 24px 64px;
  margin: 33px 0;
}

.earn-advantages__item .earn-advantages__item-img {
  margin-right: 24px;
}

.earn-advantages__item .earn-advantages__item-title {
  font-size: 22px;
}

.earn-btn {
  margin-top: 80px;
}

.earn-leaf {
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: -120;
  transform: rotate(-60deg) scale(1.5);
}

.video {
  background: url(../assets/img/blur.png) no-repeat bottom/cover;
  text-align: center;
  margin-top: -150px;
  padding-top: 100px;
  padding-bottom: 254px;
  position: relative;
}

.video-img {
  color: #fff;
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

.video-img__img {
  border-radius: 24px;
}

.video-circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 137px;
  height: 137px;
}

.leaf {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: rotate(20deg);
}

.card {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 28px rgba(27, 17, 8, 0.06);
  border-radius: 24px;
  text-align: center;
  padding: 0 35px;
  border: none;
}

.card__title {
  font-weight: 500;
  font-size: 24px;
}

.card__info {
  font-weight: 400;
  font-size: 18px;
}

.card--mini {
  height: 174px;
  width: 192px;
  padding: 0 28px;
}

.card--mini .card__title {
  font-size: 16px;
  font-weight: 600;
}

.card--mini .card__info {
  font-size: 22px;
  font-weight: 600;
  color: #2AA915;
}

.pool-card {
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 28px rgba(27, 17, 8, 0.06);
  border-radius: 64px 24px 24px 64px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 14px;
}

.pool-card__left,
.pool-card__right {
  width: 50%;
  min-width: 342px;
}

.pool-card__left {
  border-right: 2px dashed #BBE4B4;
  display: flex;
}

.pool-card__title-subtitle-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pool-card__img {
  position: relative;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-right: 12px;
}

.pool-card__img--circle {
  border-radius: 40%;
}

.pool-card__title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
}

.pool-card__right {
  display: flex;
  padding: 0 24px 0 34px;
  justify-content: space-between;
  align-items: center;
}

.pool-card__mont-percent-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.farm-btn {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 138px;
  height: 40px;
  border-radius: 8px;
  color: #2AA915;
  background-color: #D9F0D5;
  transition: all 0.2s ease-in-out;
  border: none;
}

.farm-btn:hover {
  background-color: #BBE4B4;
}

.farm-btn:active {
  background-color: #b6deb0;
}

.farm-btn:visited {
  background-color: #b6deb0;
}

.pool-card--no-pading {
  padding: 0;
}

.news-card {
  width: 100%;
  height: 404px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #BBDBB5;
  box-shadow: 0px 4px 28px rgba(27, 17, 8, 0.06);
  border-radius: 24px;
  position: relative;
  padding: 32px;
}

.news-card__title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.news-card__info {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
}

.news-card__img {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.news-card__btn {
  width: 177px;
}

.footer {
  height: 323px;
  background-color: #262626;
  text-align: center;
  color: white;
}

.footer a {
  text-decoration: none;
  color: white;
}

.footer-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  color: #fff;
  border: 1px solid #484848;
  box-shadow: 0px 4px 28px rgba(27, 17, 8, 0.06);
  border-radius: 38px;
  background-color: #373737;
}

.footer-card__img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  background: transparent;
}

.footer__title {
  font-weight: 700;
  font-size: 36px;
  padding-top: 46px;
  padding-bottom: 59px;
}

.footer__subtitle {
  font-size: 20px;
  margin-top: 48px;
}

.footer__subtitle-text {
  display: inline;
}

.github {
  fill: white;
  transition: all 0.2s linear;
  border-radius: 50%;
  margin-left: 5px;
}

.github:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.leaf-anim {
  stroke-width: 4px;
  stroke-dasharray: 1300;
  stroke-dashoffset: -1300;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #062010;
}

main {
  overflow-x: hidden;
}

.header {
  z-index: 1;
}

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

.container--mini {
  max-width: 775px;
}

.footer-container {
  max-width: 716px;
}

.ecosystem {
  margin-top: 199px;
  text-align: center;
}

.ecosystem__title {
  margin-bottom: 100px;
  font-size: 48px;
  font-weight: 700;
}

.info {
  position: relative;
  text-align: center;
  margin-top: 145px;
  margin-bottom: 186px;
}

.info__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 50px;
}

.info__list {
  display: flex;
  justify-content: center;
  align-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.info-leaf {
  position: absolute;
  bottom: -200px;
  left: -100px;
}

.farm {
  margin-bottom: 213px;
}

.farm__title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 70px;
}

.title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.upcoming {
  margin-bottom: 146px;
}

.upcoming__title {
  margin-bottom: 70px;
}

.featured__title {
  margin-bottom: 91px;
}

.featured {
  margin-bottom: 131px;
}

.audited__title {
  margin-bottom: 59px;
}

.audited {
  margin-bottom: 179px;
}

.pre-footer {
  position: relative;
  background: linear-gradient(0deg, rgba(42, 169, 21, 0.37) 0%, rgba(42, 169, 21, 0) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 189px;
  padding-bottom: 101px;
}

.pre-footer__title {
  margin-bottom: 40px;
}

.pre-footer-button {
  width: 319px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px 14px 14px;
  background: linear-gradient(94.35deg, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.71) 0.01%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 28px rgba(27, 17, 8, 0.06);
  border-radius: 80px;
}

.pre-footer-button__btn {
  max-height: 46px;
}

.pre-footer-button__img {
  width: 72px;
  height: 72px;
}

.pre-footer-button__img svg {
  stroke: #fff;
}

.pre-footer__leaf {
  position: absolute;
  top: 0;
  left: -100px;
  transform: rotate(-10deg);
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 50px;
  }

  .promo__subtitle {
    margin-bottom: 10px;
  }

  .promo-gradient {
    z-index: -1;
  }

  .earn-graph {
    height: 330px;
  }

  .earn-graph {
    order: 1;
  }

  .earn {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .video {
    display: none;
  }
}

@media (max-width: 786px) {
  .info {
    margin-top: 100px;
    margin-bottom: 140px;
  }

  .info__title {
    font-size: 30px;
  }

  .farm {
    margin-bottom: 156px;
  }

  .farm__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .earn-leaf {
    transform: rotate(-60deg) scale(1);
    bottom: -200px;
    right: -50px;
    z-index: 0;
  }

  .earn-info__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .earn-info__subtitle {
    font-size: 16px;
  }

  .earn-advantages__item,
  .earn-advantages__item img {
    height: 64px;
    margin: 24px 0;
  }

  .earn-advantages__item .earn-advantages__item-title {
    font-size: 16px;
  }

  .earn-advantages__item .earn-advantages__item-img {
    margin-right: 16px;
  }

  .earn-btn {
    margin-top: 40px;
  }

  .news-card {
    height: 350px;
    padding: 28px;
  }

  .news-card__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .news-card__info {
    font-size: 17px;
    margin-bottom: 28px;
  }

  .news-card__btn {
    width: 160px;
  }

  .footer__title {
    padding-top: 44px;
    padding-bottom: 47px;
    font-size: 30px;
  }

  .footer__subtitle {
    font-size: 18px;
    margin-top: 30px;
  }

  .title {
    font-size: 30px;
  }

  .upcoming {
    margin-bottom: 128px;
  }

  .upcoming__title {
    margin-bottom: 59px;
  }

  .featured__title {
    margin-bottom: 70px;
  }

  .featured {
    margin-bottom: 110px;
  }

  .audited {
    margin-bottom: 140px;
  }

  .pre-footer {
    padding-top: 152px;
    padding-bottom: 70px;
  }

  .pre-footer__title {
    margin-bottom: 51px;
  }
}

@media screen and (max-width: 728px) {
  .pool-card {
    border-radius: 16px;
  }

  .pool-card__left,
  .pool-card__right {
    width: 100%;
  }

  .pool-card__left {
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  .pool-card__right {
    justify-content: space-around;
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .promo::after {
    height: 90%;
  }

  .promo-gradient {
    bottom: 0%;
    height: 20%;
  }

  .promo__inner {
    padding-top: 80px;
  }

  h1 {
    font-size: 40px;
  }

  .promo__subtitle {
    font-size: 16px;
  }

  .earn-graph .earn-graph__column {
    margin: 0 0;
  }

  .earn-graph {
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .earn-graph .container {
    display: none;
  }

  .graph-mobile {
    display: block;
  }

  .card--mini {
    width: 100%;
  }

  .card__title {
    font-size: 18px;
  }

  .card__info {
    font-size: 13px;
  }

  .pool-card__title {
    font-size: 18px;
  }

  .pool-card__subtitle {
    font-size: 14px;
  }

  .pool-card__month {
    font-size: 16px;
  }

  .pool-card__percent {
    font-size: 18px;
  }

  .pool-card__img {
    width: 70px;
    height: auto;
  }

  .pool-card__img--circle {
    width: 44px;
  }

  .pool-card--no-pading {
    padding: 15px;
  }

  .pool-card--no-pading .pool-card__left {
    align-items: center;
  }

  .news-card {
    height: 300px;
    padding: 24px;
  }

  .news-card__title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .news-card__info {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .news-card__btn {
    width: 140px;
  }

  .footer-card__img {
    margin-right: 8px;
  }

  .footer__title {
    font-size: 24px;
    padding-top: 42px;
    padding-bottom: 36px;
  }

  .footer__subtitle {
    font-size: 16px;
  }

  .info-leaf {
    width: 204px;
    bottom: -270px;
    left: 0;
  }

  .title {
    font-size: 24px;
  }

  .upcoming {
    margin-bottom: 100px;
  }

  .upcoming__title {
    margin-bottom: 48px;
  }

  .featured__title {
    margin-bottom: 50px;
  }

  .featured {
    margin-bottom: 88px;
  }

  .audited {
    margin-bottom: 100px;
  }

  .pre-footer {
    padding-top: 112px;
    padding-bottom: 33px;
  }

  .pre-footer__title {
    margin-bottom: 62px;
  }

  .pre-footer__leaf {
    display: none;
  }
}

@media (max-width: 576px) {
  .ecosystem {
    margin-top: 152px;
  }

  .ecosystem__title {
    margin-bottom: 48px;
    font-size: 24px;
  }

  .info {
    margin-top: 74px;
    margin-bottom: 100px;
  }

  .info__title {
    font-size: 24px;
  }

  .farm {
    margin-bottom: 100px;
  }

  .farm__title {
    font-size: 24px;
    margin-bottom: 48px;
    font-weight: 700;
  }
}