@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  min-height: 100dvh;
  width: 100%;
  padding-inline: 60px;
  background-image: url(./assets/DesktopLandingPage.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #161826;
  @media screen and (max-width: 1000px) {
    background-image: url(./assets/MobileLandingPage.png);
    padding-inline: 16px;
  }
}

.header {
  padding-block: 19px;
  @media screen and (max-width: 1000px) {
    padding-block: 20px;

    img {
      width: 90px;
      height: 19px;
    }
  }
}
.banner {
  padding-block: 155px 195px;
  max-width: 800.546px;
  width: 60%;
  .yellowText {
    text-shadow: 0px 11.022px 7.014px rgba(0, 0, 0, 0.34);
    font-family: "Bebas Neue";
    font-size: 110.255px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.256px;
    letter-spacing: 2.205px;
    text-transform: capitalize;
    @media screen and (max-width: 1000px) {
      text-shadow: 0px 4.487px 2.855px rgba(0, 0, 0, 0.34);
      font-size: 44.88px;
      line-height: 53.429px;
      letter-spacing: 0.898px;
    }
  }
  h2 {
    color: #fff;
    text-shadow: 0px 7.924px 5.043px rgba(0, 0, 0, 0.34);
    font-family: "Bebas Neue";
    font-size: 79.268px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.366px;
    letter-spacing: 1.585px;
    text-transform: capitalize;
    @media screen and (max-width: 1000px) {
      text-shadow: 0px 3.914px 2.491px rgba(0, 0, 0, 0.34);
      font-size: 32.098px;
      line-height: 38.211px;
      letter-spacing: 0.642px;
    }
  }
  p {
    color: #f9fafb;
    font-family: Montserrat;
    font-size: 20.04px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.063px;
    @media screen and (max-width: 1000px) {
      font-size: 10px;
      line-height: 13.388px;
    }
  }
  @media screen and (max-width: 1000px) {
    padding-block: 30px 277px;
    width: 100%;
  }
}
.yellowText {
  color: #cda546;
}
.content {
  padding-block: 120px 80px;
  h3 {
    color: #f9fafb;
    text-align: center;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    @media screen and (max-width: 1000px) {
      font-size: 20px;
      font-weight: 800;
      letter-spacing: 0.4px;
    }
  }
  .subtitle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    &:after,
    &:before {
      content: "";
      width: auto;
      flex: 1;
      border-bottom: 1px solid #ffffff;
      @media screen and (max-width: 1000px) {
        content: none;
      }
    }
  }
  p {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 960px;
    margin-inline: auto;
    margin-top: 26px;
  }
  .highlighted {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .yellowText {
    color: #cda546;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .action {
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    .button {
      margin-block: 26px 32px;
      padding: 14px 41px;
      font-family: Poppins;
      display: flex;
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0%;
      text-align: center;
      text-decoration: none;
      color: #030712;
      background-color: #6ad035;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      min-width: 232px;
      transition: 0.3s ease-in-out;
      align-items: center;
      justify-content: center;
      gap: 11px;
      .arrow {
        max-width: 0;
        transition: 0.3s ease-in-out;
      }
    }
    @media (hover: hover) {
      .button:hover {
        background-color: #cda546;
        .arrow {
          max-width: 100px;
        }
      }
    }
  }

  .terms {
    width: 100%;

    border-radius: 12px;
    margin-top: 80px;
    margin-inline: auto;
    h3 {
      color: #f9fafb;
      text-align: center;
      text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
      font-family: Montserrat;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0.64px;
      text-transform: uppercase;
    }
    ul {
      margin-inline-start: 32px;
      margin-top: 24px;
      color: #999;
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      li {
        margin-bottom: 16px;
      }
    }
  }

  @media screen and (max-width: 1000px) {
    padding-block: 41px;
    p {
      font-size: 12px;
      font-weight: 500;
      line-height: 20px;
    }
    .yellowText {
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
    }
    .highlighted {
      color: rgba(249, 250, 251, 0.6);
      font-family: Montserrat;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
    }
    .action {
      margin-top: 40px;
      .highlighted {
        color: #f9fafb;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 166.667% */
      }
      img {
        width: 242px;
        height: 56.8px;
      }
      .subtitle {
        font-size: 14px;
        margin-top: 16px;
      }
      .button {
        margin-top: 32px;
        width: 100%;
      }
    }
    .terms {
      padding: 12px;
      margin-top: 40px;
      h3 {
        font-size: 16px;
        font-weight: 600;
      }
      ul {
        margin-inline-start: 12px;
        font-size: 12px;
      }
    }
  }
}
