: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;
  }
  .header__logo {
    font-size: 32px;
    font-weight: 950;
  }
  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;
  }
  
  main {
    overflow: hidden;
  }
  
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .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: contents;
  }
  .header__link {
    color: #fff;
    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: 588px;
    font-size: 42px;
    font-weight: 900;
    line-height: 59px;
    letter-spacing: 0;
  }
  .home__title span {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#00cda0), color-stop(50.5%, #00b3ff), to(#fe00f8));
    background: linear-gradient(90deg, #00cda0 0%, #00b3ff 50.5%, #fe00f8 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: #fff;
    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%, #00b3ff), to(#00fe00));
    background: linear-gradient(90deg, #00cda0 0%, #00b3ff 50.5%, #00fe00 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: -90px;
    top: 20px;
    width: 250px;
    border-radius: 15%;
    border: 2px solid rgb(163, 243, 4);
  }
  .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%, #00b3ff), to(#50fe00));
    background: linear-gradient(90deg, #00cda0 0%, #00b3ff 50.5%, #7bfe00 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: #154b07;
    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;
  }
  .tweet {
    height: 250px!important;
    width: 460px;
    aspect-ratio: square;
    background: #111;
    border: 2px solid #00fe00;
    margin-top: 100px;
    border-radius: 25px;
    padding: 25px;
    color: white;
    text-decoration: none;
    overflow: hidden;
    border-top: 1px solid rgba(255, 49, 49, 0.5);
    border-right: 1px solid rgba(0, 255, 255, 0.5);
    border-bottom: 1px solid rgba(57, 255, 20, 0.5);
    border-left: 1px solid rgba(255, 255, 113, 0.5);
  }

  
  .x-profile {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 8px;
  } 

  .tweet img {
    width: 32px;
    border-radius: 50%;
    height: 32px;
  }
  .tweet p {
    margin-top: 40px;
  }