:root {
  --bg: #000;
}

@-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: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

a,
button,
input {
  font-family: "Montserrat", sans-serif;
}

button {
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.below-contract {
  max-width: 12%;
  height: auto;
  /* border: 2px solid white; */
  border-radius: 10px;
}

main {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  position: fixed;
  background: linear-gradient(90deg, rgba(179,25,66,1) 0%, rgba(10,49,97,1) 100%);
  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: contents;
}
.header__link {
  color: white;
  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: 40px;
  overflow: hidden;
  background-image: url('../images/eaglebg2.png');
  background-size: cover; /* Ensures the image covers the whole section */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
}
.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: 588px;
  font-size: 72px;
  font-weight: 900;
  line-height: 79px;
  letter-spacing: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Add drop shadow */
}
.home__title span {
  display: block;
  /* background: -webkit-gradient(linear, left top, right top, from(#c46e36), color-stop(50.5%, #812007), to(#fff)); */
  background: linear-gradient(90deg, rgba(255,51,0,1) 0%, rgba(255,255,255,1) 30%, rgba(255,51,0,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: red;
  background-clip: text;
  color: transparent;
  
  
}

.home__title p {
font-size: 30px;
margin-top: -20px;
}

.home__content h4 {
  font-size: 30px;
  font-weight: 900;
}

.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: green;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  border-radius: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#00cda0), color-stop(50.5%, #fff), to(#fff));
  background: linear-gradient(90deg, #00cda0 0%, #fff 50.5%, #fff 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: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home__img {
  position: absolute;
  right: -170px;
  top: -70px;
  width: 900px;
}
.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(#00cda0), color-stop(50.5%, #fff), to(#fff));
  background: linear-gradient(90deg, #630abc 0%, #630abc 50.5%, #3300ff 100%);
  padding: 3px 0;
}
.home__line:first-child {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.home__line:last-child {
  margin-top: -80px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.home__line:before {
  background: red;
  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% {
    -webkit-transform: translateX(-27000.5px);
            transform: translateX(-27000.5px);
  }
  100% {
    -webkit-transform: translateX(28781.5px);
            transform: translateX(28781.5px);
  }
}
@keyframes scrolling-1 {
  0% {
    -webkit-transform: translateX(-27000.5px);
            transform: translateX(-27000.5px);
  }
  100% {
    -webkit-transform: translateX(28781.5px);
            transform: translateX(28781.5px);
  }
}
@-webkit-keyframes scrolling-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-28781.5px);
            transform: translateX(-28781.5px);
  }
}
@keyframes scrolling-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-28781.5px);
            transform: translateX(-28781.5px);
  }
}
.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: #B31B1B
}
.about__main-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1185px;
}
.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: 100px;
  position: relative;
  z-index: 1;
}
.about__title {
  font-size: 46px;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Add drop shadow */
}

.about__content h1 {
  font-size: 25px;
  text-align: left;
}

.about__content h2 {
  
  text-align: left;
}

.about__items {
  width: 588px;
  margin-top: 32px;
}
.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: #21416f;
}
.about__item:not(:first-child) {
  margin-top: 12px;
}
.about__item-title {
  color: #fff;
  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: 460px;
  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: darkgreen;
  color: #fff;
  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;
}

.dashonomics {
  position: relative;
  width: 100%;
  padding-top: 50px;
  background: #800000;
}
.dashonomics__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;
}
.dashonomics__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;
}
.dashonomics__title {
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Add drop shadow */
}
.dashonomics__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: red;
  border: 2px solid #c46e36;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}
.dashonomics__header-tag span {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 600;
}
.dashonomics__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;
}
.dashonomics__main {
  position: relative;
}
.dashonomics__main-money {
  position: absolute;
  left: -330px;
  top: -215px;
  width: 1140px;
}

.dashonomics__main-money {
  animation: flipHorizontal 2s infinite;
  transform-origin: center;
}

/* @keyframes flipHorizontal {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
} */




.dashonomics__diagram {
  position: relative;
  width: 588px;
  margin-top: 40px;
  margin-bottom: 30PX;
  z-index: 999;
}
.dashonomics__main-tag {
  position: relative;
  width: 486px;
  height: 56px;
  margin-top: 420px;
  margin-left: -15px;
  margin-bottom: 30px;
  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: red;
  border: 2px solid #c46e36;
  z-index: 9;
}
.dashonomics__main-tag-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.dashonomics__main-tag-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashonomics__main-tag-right-textarea {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.dashonomics__main-tag-msg {
  position: absolute;
  right: 0;
  bottom: -50px;
  padding: 6px 16px;
  border-radius: 30px;
  display: block;
  background-color: #1d0a37;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dashonomics__main-tag-msg_active {
  opacity: 1;
}
.dashonomics__main-tag-address {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
}
.dashonomics__main-tag-copy {
  margin-left: 16px;
  margin-bottom: -3px;
  cursor: pointer;
}

/* Adjust canvas size */
#myChart {
  max-width: 600px;
  max-height: 400px;
  margin-top: 30px;
}

/* Styles for the "howtobuy" section */
.howtobuy-section {
  background: #B31B1B;
  padding: 20px;
  border-radius: 10px; /* Optional: rounded corners for the whole section */
  display: flex;
  flex-direction: column; /* Stack content vertically */
  align-items: center; /* Center the content horizontally */
}

/* Container to wrap the boxes and center them */
.howtobuy-container {
  width: 100%;
  max-width: 1000px; /* Set max-width to 1000px */
}

.howtobuy-box {
  display: flex;
  align-items: center;
  width: 100%; /* Set width to 100% of the container */
  background: linear-gradient(to right, #800000, #21416f); /* Change box background color */
  border: 2px solid #ffffff; /* Add a white border */
  border-radius: 10px; /* Rounded corners for the boxes */
  margin-bottom: 15px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: box shadow */
}

.howtobuy-image {
  width: 100px; /* Placeholder image width */
  height: 100px; /* Placeholder image height */
  margin-right: 20px;
  border-radius: 50%; /* Optional: make the image round */
}

.howtobuy-text h3 {
  margin: 0;
  font-size: 1.5em; /* Change heading text size */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Add drop shadow */
}

.howtobuy-text p {
  margin: 5px 0 0;
  font-size: 1em; /* Change paragraph text size */
  color: #fff;
}

.howtobuy-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #ffffff; /* Add a white border */
  background: linear-gradient(to right, #228B22, #50C878); /* Button background color */
  color: #ffffff; /* Button text color */
  text-decoration: none;
  border-radius: 5px; /* Rounded corners for the button */
  text-align: center;
}

.burn-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #ffffff; /* Add a white border */
  background: linear-gradient(to right, #ff0000, #800000); /* Button background color */
  color: #ffffff; /* Button text color */
  text-decoration: none;
  border-radius: 5px; /* Rounded corners for the button */
  text-align: center;
}

.howtobuy-button:hover {
  background-color: #0056b3; /* Button background color on hover */
}

.roadmap {
  padding-top: 80px;
  margin-top: -0px;
  background: #800000;
}

.roadmap-container {
  text-align: center;
  padding: 20px;
}

.roadmap-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.roadmap {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping to the next line for smaller screens */
  gap: 20px; /* Adds spacing between items */
  justify-content: center; /* Centers items horizontally */
}

.roadmap-phase {
  flex: 1 1 300px; /* Flexible items, with a minimum width of 300px */
  max-width: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better appearance */
  padding: 10px;
  border-radius: 10px; /* Optional: Rounded corners */
  background-color: #B31B1B; /* Optional: Background color */
  text-align: left;
}

.roadmap-phase img {
  max-width: 100%;
  border-radius: 5px; /* Optional: Rounded image corners */
}

.roadmap-phase h3 {
  font-size: 1.2rem;
  margin: 10px 0;
}

.roadmap-phase p {
  font-size: 0.9rem;
  color: white;
}



.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;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Add drop shadow */
}
.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;
  margin-bottom: 30px;
}
.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;
  background: #B31B1B;
}
.banner__desktop-img {
  margin-left: -300px;
  margin-top: -70px;
  width: calc(100% + 300px);
  -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: 200px;
  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;
}

@media (max-width: 650px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }

  .home__title p {
    font-size: 25px;
    margin-top: 5px;
    }

  .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: #000000;
  }
  .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: #fff;
  }
  .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;
  }
  .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: 12px;
    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 {
    position: relative;
    width: 500px;
    top: -70px;
    left: -50px;
    right: 0;
    z-index: -1;
  }
  .home__lines {
    top: 653px;
  }
  .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(12deg);
            transform: rotate(12deg);
  }
  .home__line:last-child {
    margin-top: -53px;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .home__line-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .home__line-text:not(:first-child) {
    margin-left: 50px;
  }
  .about {
    height: auto;
    overflow: hidden;
  }
  .about__main-img {
    position: relative;
    width: 735px;
    margin-top: -13px;
  }
  .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;
  }
  .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;
  }
  .dashonomics {
    padding-top: 60px;
  }
  .dashonomics__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dashonomics__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;
  }
  .dashonomics__header-tag span {
    margin-left: 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .dashonomics__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
    letter-spacing: 0%;
  }
  .dashonomics__content {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dashonomics__main-money {
    position: static;
    width: 800px;
    margin-left: -218px;
    margin-top: -118px;
  }
  .dashonomics__main-tag {
    width: 100%;
    height: auto;
    padding: 12px 22px;
    max-width: 343px;
    margin-top: -132px;
    margin-left: 0;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .dashonomics__main-tag-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }
  .dashonomics__main-tag-address {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: right;
  }
  .dashonomics__main-tag-copy {
    margin-bottom: 0;
  }
  .dashonomics__diagram {
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
  }
  
  .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;
  }
  .banner__desktop-img {
    display: none;
  }
  .banner__mobile-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 38px;
  }
  .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: 12px;
    font-weight: 400;
    line-height: 140%;
    max-width: 100%;
    opacity: 0.5;
    margin-top: 32px;
    margin-bottom: 60px;
  }
  .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 (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 #2bd7b0;
  }
}