body {
  background: black;
  color: #fffef4;
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", sans-serif;
  margin: 0;
}

nav {
  display: flex;
  justify-content: space-between;
  color: #fffef4;
  padding: 1.5rem 0;
  width: 60%;
}

.mobile-only {
  display: block;
}

.mobile-hidden {
  display: none;
}

.left-side {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
}

.mobile-intro {
  font-size: 27px;
  font-weight: bold;
}

.launch-txt {
  font-size: 17px;
  font-weight: bold;
  margin-left: 12px;
}

.footer-txt {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.logo {
  margin-right: 20px;
}

.aft-content {
  padding: 0 1.25rem;
}

.launch-mobile {
  display: flex;
  align-items: center;
  margin: 1rem 1rem 2.5rem;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.investing {
  margin-top: 0;
}

@media only screen and (min-width: 48em) {
  .footer-txt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 60em) {
  .investing {
    font-size: 60px;
  }
}

@media only screen and (min-width: 72em) {
  .mobile-hidden {
    display: block;
  }

  .mobile-only {
    display: none;
  }

  .launching {
    display: flex;
    align-items: center;
    /* padding-right: 50px; */
    margin-right: 50px;
  }

  .content-wrapper {
    position: relative;
  }

  .desktop-intro {
    position: absolute;
    left: 30px;
    top: 0;
    font-weight: 500;
  }

  .desktop-intro p {
    font-size: 55px;
    font-weight: 500;
    padding-right: 50px;
    width: 55%;
  }

  .desktop-img {
    object-fit: contain;
    width: 100%;
  }

  .footer {
    flex-direction: row;
  }
  .footer-txt img {
    margin-right: 20px;
  }
  .footer-txt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 120em) {
  body {
    margin-inline: auto;
    width: 50%;
  }

  .desktop-intro p,
  nav {
    width: unset;
  }
  .desktop-intro p {
    font-size: 40px;
    font-weight: 500;
    max-width: 500px;
  }
  .launching {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 125em) {
  .desktop-intro {
    width: 58%;
  }
  .launching {
    margin-right: 0;
  }
  .desktop-intro {
    width: 55%;
  }
}

@media only screen and (min-width: 140em) {
  .desktop-intro {
    width: 58%;
  }
  .launching {
    margin-right: 0;
  }
  .desktop-intro {
    width: 55%;
  }
}

@media only screen and (min-width: 160em) {
  .desktop-intro {
    width: 58%;
  }
  .launching {
    margin-right: 50px;
  }
}
