@media (max-width: 1200px) {
  .top-nav-full .text-wrapper {
    width: 120px;
  }

  .landing-page .overlap-group {
    right: 0;
    position: relative;
  }

  .founders-block {
    padding: 64px var(--website-side-padding);
  }

  .founders-pack .overlap-group {
    flex-direction: column;
    gap: 40px;
    margin-top: 100px;
    height: fit-content;
  }
}

@media (max-width: 780px) {
  .top-nav-full .text-wrapper {
    width: 90px;
  }

  .header-style-graphic-left {
    display: none;
  }

  .header-style-graphic-right {
    display: none;
  }

  .main-section-header {
    align-self: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .main-section-header .main-section-text {
    text-align: center;
  }

  .main-section-header .insert-text-here {
    text-align: center;
  }

  .login-widget {
    height: 500px;
    width: 480px;
    background-size: 100% 100%;
  }

  .login-widget .title {
    font-size: 3.35rem;
  }

  .login-widget .login-form {
    gap: 24px;
  }

  .login-widget .dreamworld-sign-up {
    margin-top: 38px;
  }

  .login-widget .alpha-text {
    margin-top: 32px;
  }

  .intro-frame {
    background: linear-gradient(
        90deg,
        rgba(80, 74, 60, 0.85) 0%,
        rgba(80, 74, 60, 0.85) 100%
      ),
      url(../img/new_design/BackgroundImages/LargeMountain.png);
  }

  .dreamworld-video-block {
    top: -40px;
  }

  .intro-frame .meet-the-team-text {
    gap: 40px;
  }

  .main-section-header-left,
  .main-section-header-right {
    bottom: -200px;
    width: 100%;
  }

  .picture-w-text .wrapper-right,
  .picture-w-text .wrapper-left {
    background: linear-gradient(
      0deg,
      rgba(80, 74, 60, 0.8) 30.5%,
      rgba(80, 74, 60, 0.6) 35%,
      rgba(80, 74, 60, 0) 41%
    );
  }

  .be-the-first-to-play {
    align-items: center;
    background: linear-gradient(
        0deg,
        rgba(80, 74, 60, 0.8) 30.5%,
        rgba(80, 74, 60, 0.6) 35%,
        rgba(80, 74, 60, 0) 100%
      ),
      url(../img/new_design/BackgroundImages/Horizon.png);
  }

  .be-the-first-to-play,
  .build-amazing,
  .battle-valiant-foes,
  .explore-a-vibrant,
  .forge-your-legend {
    background-position: 50% 50%;
    background-size: cover;
  }

  /* Header Bar */
  .title-frame {
    height: 266px;
  }
  .top-nav-full {
    height: 64px;
  }

  .title-frame .title {
    bottom: 64px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .landing-page {
    height: 803px;
    padding: 80px 2%;
  }

  .top-nav-full .text-wrapper {
    width: 60px;
  }

  .login-widget {
    height: 480px;
    width: 100%;
    background-size: 100% 100%;
  }

  .login-widget .alpha-text {
    margin-top: 6px;
  }

  .login-widget .title {
    font-size: clamp(2.2rem, 3.75vw, 4.5rem);
  }

  .featured-post .featured-card {
    flex-direction: column;
  }

  .recovery-page {
    height: 703px;
    padding: 80px 2%;
  }
}
