:root {
  --main-font: "Montserrat", sans-serif;
  --bg-color: #000;
  --second-bg-color: #1d0a37;
  --header-mobile-inner: #000;
  --hamburger-lines-color: #fff;
  --border-color: #FFC027;
  --green-color: #2bd7b0;
  --green-line-background: #062d24;
  --translucent-white: rgba(255, 255, 255, 0.5);
  --border-island: 2px solid;
  --gradient-1-color: #FFC027;
  --gradient-2-color: #FFC027;
  --gradient-3-color: #FFC027;
  --main-text-color: #fff;
  --line-scroll-entry-point: -25000.5px;
  --line-scroll-out-point: 28781.5px;
}

@-webkit-keyframes hoverGradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes hoverGradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-color);
  color: #fff;
  font-family: var(--main-font);
}

a,
button,
input {
  font-family: var(--main-font);
}

button {
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

main {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  padding-top: 32px;
  z-index: 9999999;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header__links {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__link {
  color: var(--main-text-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0;
  text-decoration: none;
}
.header__link:not(:first-child) {
  margin-left: 54px;
}
.header__social {
  text-decoration: none;
}
.header__social:not(:first-child) {
  margin-left: 20px;
}
.header__social img {
  width: 20px;
}

.home {
  position: relative;
  width: 100%;
  height: 780px;
  padding-top: 60px;
  overflow: hidden;
}
.home__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home__content {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home__title {
  max-width: 669px;
  font-size: 72px;
  font-weight: 900;
  line-height: 79px;
  letter-spacing: 0;
}
.home__title span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient-1-color)), color-stop(50.5%, var(--gradient-2-color)), to(var(--gradient-3-color)));
  background: linear-gradient(90deg, var(--gradient-1-color) 0%, var(--gradient-2-color) 50.5%, var(--gradient-3-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home__description {
  max-width: 530px;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.home__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 180px;
  height: 64px;
  margin-top: 32px;
  color: var(--main-text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  border-radius: 80px;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient-1-color)), color-stop(50.5%, var(--gradient-2-color)), to(var(--gradient-3-color)));
  background: linear-gradient(90deg, var(--gradient-1-color) 0%, var(--gradient-2-color) 50.5%, var(--gradient-3-color) 100%);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home__btn:before {
  content: "Buy now";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 80px;
  background-color: var(--bg-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home__img {
  position: absolute;
  right: -150px;
  top: -50px;
  width: 950px;
}
.home__lines {
  width: 100%;
  position: absolute;
  left: 0;
  top: 600px;
  z-index: 9;
}
.home__line {
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient-1-color)), color-stop(50.5%, var(--gradient-2-color)), to(var(--gradient-3-color)));
  background: linear-gradient(90deg, var(--gradient-1-color) 0%, var(--gradient-2-color) 50.5%, var(--gradient-3-color) 100%);
  padding: 4px 0;
}
.home__line:first-child {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.home__line:last-child {
  margin-top: -70px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.home__line:before {
  background: var(--second-bg-color);
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% - 8px);
}
.home__line-row {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__line:first-child .home__line-row {
  -webkit-animation: scrolling-1 1100s linear infinite;
          animation: scrolling-1 1100s linear infinite;
}
.home__line:last-child .home__line-row {
  -webkit-animation: scrolling-2 1100s linear infinite;
          animation: scrolling-2 1100s linear infinite;
}
@-webkit-keyframes scrolling-1 {
  0% {
    translate: var(--line-scroll-entry-point) 0;
  }
  100% {
    translate: var(--line-scroll-out-point) 0;
  }
}
@keyframes scrolling-1 {
  0% {
    translate: var(--line-scroll-entry-point) 0;
  }
  100% {
    translate: var(--line-scroll-out-point) 0;
  }
}
@-webkit-keyframes scrolling-2 {
  0% {
    translate: 0 0;
  }
  100% {
    translate: calc(-1 * var(--line-scroll-out-point)) 0;
  }
}
@keyframes scrolling-2 {
  0% {
    translate: 0 0;
  }
  100% {
    translate: calc(-1 * var(--line-scroll-out-point)) 0;
  }
}
.home__line-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0;
}
.home__line-text:not(:first-child) {
  margin-left: 97.73px;
}

.about {
  margin-top: -95px;
  position: relative;
  height: 713px;
  background-color: var(--second-bg-color);
}
.about__main-img {
  position: absolute;
  left: -240px;
  top: -50px;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about__content {
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
.about__title {
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about__items {
  width: 588px;
  margin-top: 32px;
  margin-right: 70px;
}
.about__item {
  width: 100%;
  height: 88px;
  padding: 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.about__item:not(:first-child) {
  margin-top: 12px;
}
.about__item-title {
  color: var(--main-text-color);
  min-width: 172px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.about__item-text {
  margin-left: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.about__btn {
  position: absolute;
  width: 282px;
  height: 56px;
  margin-top: 32px;
  padding: 0 24px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--main-text-color);
  color: var(--bg-color);
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99;
}
.about__btn-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__btn-left p {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

.tokenomics {
  position: relative;
  width: 100%;
  padding-top: 72px;
  background-color: var(--bg-color);
}
.tokenomics__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tokenomics__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tokenomics__title {
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.tokenomics__header-tag {
  width: 342px;
  height: 56px;
  margin-top: 16px;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--second-bg-color);
  border: var(--border-island) var(--border-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: var(--main-text-color);
  text-transform: uppercase;
}
.tokenomics__header-tag span {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 600;
}
.tokenomics__content {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tokenomics__main {
  position: relative;
}
.tokenomics__main-money {
  position: absolute;
  left: -138px;
  top: -49px;
}
.tokenomics__diagram {
  position: relative;
  width: 588px;
  margin-top: 40px;
  z-index: 999;
}
.tokenomics__main-tag {
  position: relative;
  width: 486px;
  height: 56px;
  margin-top: 420px;
  margin-left: -15px;
  padding: 0 24px;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--second-bg-color);
  border: var(--border-island) var(--border-color);
  z-index: 9;
}
.tokenomics__main-tag-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.tokenomics__main-tag-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tokenomics__main-tag-right-textarea {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.tokenomics__main-tag-msg {
  position: absolute;
  right: 0;
  bottom: -50px;
  padding: 6px 16px;
  border-radius: 30px;
  display: block;
  background-color: var(--second-bg-color);
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tokenomics__main-tag-msg_active {
  opacity: 1;
}
.tokenomics__main-tag-address {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
}
.tokenomics__main-tag-copy {
  margin-left: 16px;
  margin-bottom: -3px;
  cursor: pointer;
}

.donation {
  position: relative;
  height: 965px;
  padding-top: 92px;
}
.donation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.donation__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.donation__title {
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.donation__header-tag {
  width: 454px;
  height: 56px;
  margin-top: 16px;
  border-radius: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.89%, rgba(0, 255, 186, 0.14)), to(rgba(0, 255, 186, 0)));
  background: linear-gradient(180deg, rgba(0, 255, 186, 0.14) 43.89%, rgba(0, 255, 186, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: var(--border-island) var(--green-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.donation__header-tag span {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
}
.donation__cards {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.donation .swiper {
  margin-top: 56px;
  width: 100%;
}
.donation .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.donation__card {
  height: 178px;
  padding: 24px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43.89%, rgba(0, 255, 186, 0.14)), to(rgba(0, 255, 186, 0)));
  background: linear-gradient(180deg, rgba(0, 255, 186, 0.14) 43.89%, rgba(0, 255, 186, 0) 100%);
  color: var(--main-text-color);
  text-decoration: none;
  border: var(--border-island) var(--bg-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.donation__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.donation__card-img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
.donation__card-header-content {
  margin-left: 16px;
}
.donation__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.donation__card-subtitle {
  margin-top: 4px;
  color: var(--translucent-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
}
.donation__card-subtitle span {
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 8px;
  border-radius: 10px;
  background-color: var(--translucent-white);
}
.donation__card-footer {
  margin-top: 20px;
}
.donation__card-footer-title {
  color: var(--translucent-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}
.donation__card-footer-info {
  width: 100%;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.donation__card-footer-item {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0;
}
.donation__lines {
  width: 100%;
  height: 350px;
  padding-top: 100px;
  position: absolute;
  left: 0;
  top: 670px;
  z-index: 9;
  overflow: hidden;
}
.donation__line {
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: var(--green-line-background);
  border-top: 4px solid var(--green-color);
  border-bottom: 4px solid var(--green-color);
}
.donation__line:first-child {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.donation__line:last-child {
  margin-top: -70px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.donation__line-row {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.donation__line:first-child .donation__line-row {
  -webkit-animation: scrolling-1 1100s linear infinite;
          animation: scrolling-1 1100s linear infinite;
}
.donation__line:last-child .donation__line-row {
  -webkit-animation: scrolling-2 1100s linear infinite;
          animation: scrolling-2 1100s linear infinite;
}
@keyframes scrolling-1 {
  0% {
    translate: var(--line-scroll-entry-point) 0;
  }
  100% {
    translate: var(--line-scroll-out-point) 0;
  }
}
@keyframes scrolling-2 {
  0% {
    translate: 0 0;
  }
  100% {
    translate: calc(-1 * var(--line-scroll-out-point)) 0;
  }
}
.donation__line-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0;
}
.donation__line-text img {
  margin-left: 12px;
}
.donation__line-text:not(:first-child) {
  margin-left: 97.73px;
}

.roadmap {
  padding-top: 80px;
  margin-top: -80px;
}
.roadmap__title {
  text-align: center;
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}
.roadmap__map {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.roadmap__map-cards {
  width: 50%;
  max-width: 486px;
}
.roadmap__map-cards:last-child {
  margin-top: 180px;
}
.roadmap__map-card {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roadmap__map-card:not(:first-child) {
  margin-top: 182px;
}
.roadmap__map-card-img {
  width: 180px;
  height: 180px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.roadmap__map-card-content {
  max-width: 282px;
  margin-left: 24px;
}
.roadmap__map-card-date {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}
.roadmap__map-card-title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0;
}
.roadmap__map-card-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}
.roadmap__map-line__mobile {
  display: none;
}

.banner {
  height: 620px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 170px;
}
.banner__desktop-img {
  width: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__mobile-img {
  display: none;
}

.footer {
  width: 100%;
  height: 40px;
  margin-top: 24px;
  margin-bottom: 14px;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__text {
  max-width: 165px;
  margin-left: -20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.footer__socials {
  margin-left: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social {
  text-decoration: none;
}
.footer__social:not(:first-child) {
  margin-left: 20px;
}

.footer__social img {
  width: 20px;
}

@media (max-width: 1380px) {
  .about__main-img {
    left: -320px;
  }
}
@media (max-width: 1024px) {
  .about__main-img {
    left: -150px;
  }
}
@media (max-width: 1200px) {
  .home__content {
    padding-top: 50px;
    position: relative;
    z-index: 2;
  }
  .home__img {
    top: 60px;
    right: -60px;
    width: 760px;
  }
  .about__main-img {
    width: 936px;
    left: -220px;
    top: auto;
    bottom: 0;
  }
  .tokenomics__main-money {
    left: -230px;
    top: -90px;
    width: 936px;
  }
  .tokenomics__main-tag {
    margin-left: 0;
  }
  .tokenomics__diagram {
    width: 488px;
  }
  .donation__card-title {
    font-size: 15px;
  }
  .roadmap {
    z-index: 10;
    position: relative;
    margin-top: -78px;
  }
  .roadmap__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
  }
  .roadmap__map {
    margin: 32px auto 0;
    max-width: 420px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-left: 20px;
  }
  .roadmap__map-cards {
    display: contents;
  }
  .roadmap__map-cards:not(.roadmap__map-cards__first) .roadmap__map-card {
    margin-top: 40px;
  }
  .roadmap__map-cards.roadmap__map-cards__first .roadmap__map-card:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .roadmap__map-cards:not(.roadmap__map-cards__first) .roadmap__map-card:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .roadmap__map-card {
    height: 120px;
  }
  .roadmap__map-card:not(:first-child) {
    margin-top: 40px;
  }
  .roadmap__map-card-img {
    width: 120px;
    height: 120px;
    border-radius: 16px;
  }
  .roadmap__map-card-content {
    max-width: 100%;
    margin-left: 12px;
  }
  .roadmap__map-card-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }
  .roadmap__map-card-title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .roadmap__map-card-text {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
  }
  .roadmap__map-line {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 18px;
    position: absolute;
    left: -12px;
  }
  .roadmap__map-line:not(.roadmap__map-line__mobile) {
    display: none;
  }
  .roadmap__map-line__mobile {
    display: block;
  }
  .banner {
    height: 480px;
    overflow: visible;
  }
  .banner__desktop-img {
    margin-left: -120px;
    margin-top: -50px;
    width: calc(100% + 90px);
  }
  .footer__text {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  :root {
    --line-scroll-entry-point: -18700.5px;
  }
  .header__link:not(:first-child) {
    margin-left: 24px;
  }
  .home {
    height: auto;
  }
  .home__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__title {
    font-size: 64px;
    line-height: 70.4px;
  }
  .home__description {
    font-size: 16px;
    line-height: 24px;
  }
  .home__img {
    position: static;
    margin-top: -320px;
    width: 750px;
    margin-right: -210px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .home__lines {
    position: absolute;
    top: auto;
    bottom: 70px;
  }
  .home__line {
    height: 56px;
  }
  .home__line:first-child {
    rotate: 4deg;
    --line-scroll-entry-point: -15000px;
  }
  .home__line:last-child {
    margin-top: -56px;
    rotate: -4deg;
  }
  .home__line-text {
    font-size: 16px;
    line-height: 19.5px;
  }
  .home__line-text:not(:first-child) {
    margin-left: 70px;
  }
  .about {
    height: auto;
  }
  .about__title {
    text-align: center;
  }
  .about__items {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .about__item {
    width: auto;
    height: auto;
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__item:not(:first-child) {
    margin-top: 0;
  }
  .about__item-title {
    font-size: 20px;
    line-height: 24.38px;
    letter-spacing: 0%;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 20px 0;
    margin: 0;
    display: block;
    height: auto;
  }
  .about__item-text {
    margin-left: 0;
    margin-top: 20px;
  }
  .about__main-img {
    margin-top: -80px;
    margin-bottom: -30px;
    position: static;
  }
  .about__btn {
    position: static;
    float: right;
  }
  .tokenomics__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  .tokenomics__main {
    display: contents;
  }
  .tokenomics__main-money {
    width: 960px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    margin-top: -110px;
    margin-bottom: -123px;
    margin-right: 5px;
  }
  .tokenomics__main-tag {
    max-width: 462px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .tokenomics__diagram {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 462px;
    margin-top: 0;
  }
  .donation .swiper {
    margin-top: 0;
    width: 100% !important;
  }
  .donation .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .donation .swiper-pagination {
    display: none;
    margin-top: 9px;
    position: static;
  }
  .donation .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--green-line-background);
    opacity: 1;
    border-radius: 35px;
    -webkit-transition: width 0.123s ease-in;
    transition: width 0.123s ease-in;
  }
  .donation .swiper-pagination-bullet-active {
    width: 24px;
    background-color: var(--green-color);
  }
  .donation__cards {
    margin-top: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    width: calc(50% - 9px);
  }
  .donation__card {
    padding: 20px 18px;
    height: auto;
  }
  .donation__card-img {
    width: 40px;
    height: 40px;
  }
  .donation__card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .donation__card-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .donation__card-footer-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
  .donation__lines {
    position: absolute;
    top: auto;
    bottom: -100px;
  }
  .donation__line {
    height: 56px;
  }
  .donation__line:first-child {
    rotate: 4deg;
  }
  .donation__line:last-child {
    margin-top: -56px;
    rotate: -4deg;
  }
  .donation__line-text {
    font-size: 16px;
    line-height: 19.5px;
  }
  .donation__line-text:not(:first-child) {
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 32px;
  }
  .header {
    height: 60px;
    padding-top: 16px;
  }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__inner {
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
    padding-top: 124px;
  }
  .header__inner__active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--header-mobile-inner);
  }
  .header__inner::before {
    content: url("../../images/background-blur.svg");
    position: absolute;
    top: 100%;
    translate: 0 -344px;
    z-index: -1;
  }
  .header__logo {
    position: relative;
    z-index: 12;
  }
  .header .hamburger {
    display: block;
    height: 13px;
    width: 20px;
    position: relative;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  .header .hamburger .line {
    display: block;
    height: 1.6px;
    width: 100%;
    border-radius: 10px;
    background: var(--hamburger-lines-color);
  }
  .header .hamburger .line1 {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .header .hamburger .line2 {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .header .hamburger .line3 {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .header .hamburger__active {
    height: 15.2px;
  }
  .header .hamburger__active .line1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .hamburger__active .line2 {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .header .hamburger__active .line3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header__link {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }
  .header__link:not(.header__link:first-child) {
    margin-left: 0;
    margin-top: 72px;
  }
  .header__socials {
    position: absolute;
    bottom: 32px;
  }
  .header__social {
    display: inline-block;
  }
  .header__social:not(.header__social:first-child) {
    margin-left: 24px;
  }
  .header__social img {
    width: 32px;
  }
  .home__img {
    width: 900px;
    margin-top: -120px;
    margin-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .home__content {
    padding-top: 50px;
  }
  .about__title {
    font-size: 40px;
    line-height: 48.76px;
  }
  .tokenomics__title {
    font-size: 40px;
    line-height: 48.76px;
  }
  .tokenomics__main-tag-address {
    font-size: 16px;
    line-height: 20px;
  }
  .tokenomics__header-tag {
    width: 288px;
    height: 44px;
    z-index: 1;
    font-size: 14px;
    line-height: 17.07px;
  }
  .tokenomics__header-tag span {
    margin-left: 12px;
    font-size: 16px;
    line-height: 19.5px;
  }
  .donation {
    padding-top: 70px;
  }
  .donation__title {
    font-size: 40px;
    line-height: 48.76px;
  }
  .donation__header {
    width: 100%;
  }
  .donation__header-tag {
    height: auto;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 462px;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 17.07px;
  }
  .donation__header-tag span {
    font-size: 16px;
    line-height: 19.5px;
  }
  .banner {
    height: 400px;
  }
  .banner__desktop-img {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
  .header {
    height: 60px;
    padding-top: 16px;
  }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__inner {
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
    padding-top: 124px;
  }
  .header__inner__active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--header-mobile-inner);
  }
  .header__inner::before {
    content: url("../../images/background-blur.svg");
    position: absolute;
    top: 100%;
    translate: 0 -344px;
    z-index: -1;
  }
  .header__logo {
    position: relative;
    z-index: 12;
  }
  .header .hamburger {
    display: block;
    height: 13px;
    width: 20px;
    position: relative;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
  }
  .header .hamburger .line {
    display: block;
    height: 1.6px;
    width: 100%;
    border-radius: 10px;
    background: var(--hamburger-lines-color);
  }
  .header .hamburger .line1 {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .header .hamburger .line2 {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .header .hamburger .line3 {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .header .hamburger__active {
    height: 15.2px;
  }
  .header .hamburger__active .line1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .hamburger__active .line2 {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .header .hamburger__active .line3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__link {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }
  .header__link:not(.header__link:first-child) {
    margin-left: 0;
    margin-top: 72px;
  }
  .header__socials {
    position: absolute;
    bottom: 32px;
  }
  .header__social {
    display: inline-block;
  }
  .header__social:not(.header__social:first-child) {
    margin-left: 24px;
  }
  .header__social img {
    width: 32px;
  }
  .about {
    height: auto;
    overflow: hidden;
  }
  .about__main-img {
    position: relative;
    margin-top: -13px;
    left: -190px;
    top: -30px;
    margin-bottom: -170px;
  }
  .about__content {
    margin-top: 90px;
  }
  .about__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
    letter-spacing: 0%;
    text-align: center;
  }
  .about__items {
    margin-top: 24px;
    width: 100%;
  }
  .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .about__item:not(:first-child) {
    margin-top: 12px;
  }
  .about__item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 15.5px 0;
    margin: 0;
    display: block;
    height: auto;
  }
  .about__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    margin: 15.5px 0 0;
    margin-top: 16px;
  }
  .about__btn {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 26px;
  }
  .tokenomics {
    padding-top: 60px;
  }
  .tokenomics__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tokenomics__header-tag {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 288px;
    padding: 10px 18px;
    height: auto;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    gap: 0;
  }
  .tokenomics__header-tag span {
    margin-left: 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .tokenomics__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
    letter-spacing: 0%;
  }
  .tokenomics__content {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tokenomics__main-money {
    position: static;
    width: 800px;
    margin-top: 28px;
  }
  .tokenomics__main-tag {
    width: 100%;
    height: auto;
    padding: 12px 22px;
    max-width: 343px;
    margin-left: 0;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .tokenomics__main-tag-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .tokenomics__main-tag-address {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }
  .tokenomics__main-tag-copy {
    margin-bottom: 0;
  }
  .tokenomics__diagram {
    position: static;
    width: 100%;
    max-width: 400px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
  }
  .donation {
    overflow: hidden;
    padding-top: 61px;
  }
  .donation__header {
    width: 100%;
  }
  .donation__header-tag {
    margin-top: 12px;
    padding: 10px 18px;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .donation__header-tag span {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.59px;
  }
  .donation__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
  }
  .donation .swiper {
    margin-top: 0;
    width: 100% !important;
  }
  .donation .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .donation .swiper-pagination {
    margin-top: 9px;
    position: static;
    display: block;
  }
  .donation .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--green-line-background);
    opacity: 1;
    border-radius: 35px;
    -webkit-transition: width 0.123s ease-in;
    transition: width 0.123s ease-in;
  }
  .donation .swiper-pagination-bullet-active {
    width: 24px;
    background-color: var(--green-color);
  }
  .donation__cards {
    margin-top: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .donation__card {
    padding: 20px 18px;
    height: auto;
  }
  .donation__card-img {
    width: 40px;
    height: 40px;
  }
  .donation__card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .donation__card-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .donation__card-footer-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
  .donation__lines {
    position: absolute;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-top: 103px;
  }
  .donation__line {
    width: calc(100% + 32px);
    height: 56px;
  }
  .donation__line:first-child {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  .donation__line:last-child {
    margin-top: -62px;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .donation__line-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
  }
  .donation__line-text img {
    width: 85.5px;
  }
  .donation__line-text:not(:first-child) {
    margin-left: 50px;
  }
  .roadmap {
    z-index: 10;
    position: relative;
    margin-top: -78px;
  }
  .roadmap__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
  }
  .roadmap__map {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-left: 20px;
  }
  .roadmap__map-cards {
    display: contents;
  }
  .roadmap__map-cards:not(.roadmap__map-cards__first) .roadmap__map-card {
    margin-top: 40px;
  }
  .roadmap__map-cards.roadmap__map-cards__first .roadmap__map-card:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .roadmap__map-cards:not(.roadmap__map-cards__first) .roadmap__map-card:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .roadmap__map-card {
    height: 104px;
  }
  .roadmap__map-card:not(:first-child) {
    margin-top: 40px;
  }
  .roadmap__map-card-img {
    width: 100px;
    height: 100px;
    border-radius: 16px;
  }
  .roadmap__map-card-content {
    margin-left: 12px;
  }
  .roadmap__map-card-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }
  .roadmap__map-card-title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .roadmap__map-card-text {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
  }
  .roadmap__map-line {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 16px;
    position: absolute;
    left: -8px;
  }
  .roadmap__map-line:not(.roadmap__map-line__mobile) {
    display: none;
  }
  .roadmap__map-line__mobile {
    display: block;
  }
  .banner {
    height: auto;
    margin-top: 0;
  }
  .banner__desktop-img {
    display: none;
  }
  .banner__mobile-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 56px;
  }
  .footer {
    height: auto;
    margin-top: 32px;
    padding-bottom: 25px;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    max-width: 100%;
    opacity: 0.5;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .footer__socials {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    gap: 40px;
  }
  .footer__social:not(:first-child) {
    margin-left: 0;
  }
  .footer__social img {
    width: 32px;
  }
  .footer__up img {
    width: 56px;
  }
}
@media (max-width: 500px) {
  :root {
    --line-scroll-entry-point: -20000px;
    --line-scroll-out-point: 20000.5px;
  }
  .home {
    padding-top: 104px;
  }
  .home__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__content {
    width: 100%;
    padding-top: 0;
  }
  .home__title {
    font-size: 40px;
    line-height: 110%;
  }
  .home__description {
    margin-top: 12px;
    font-size: 14px;
    line-height: 150%;
    max-width: 290px;
  }
  .home__btn {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 24px;
    height: 50px;
  }
  .home__img {
    width: 567px;
    right: 0;
    z-index: -1;
    margin-top: -20px;
    margin-right: 100px;
    margin-bottom: 20px;
  }
  .home__line {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    height: 58px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .home__line:first-child {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  .home__line:last-child {
    margin-top: -53px;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  .home__line-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .home__line-text:not(:first-child) {
    margin-left: 50px;
  }
}
@media (hover: hover) {
  .home__btn:hover {
    background-size: 400% 400%;
    -webkit-animation: hoverGradient 2s infinite;
            animation: hoverGradient 2s infinite;
  }
  .home__btn:hover:before {
    opacity: 0;
  }
  .donation__card:hover {
    border: 2px solid var(--green-color);
  }
}