/* contains styles for QG-6 PAGE: */
/* MINI-HERO SECTION */

/** Mobile view */
/* max-width: 500px */
@media screen and (width <=31.25em) {
  .fund__mini-hero__section {
    /* outline: 4px solid gold; */

    width: 100%;
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .fund__mini-hero__container {
    /* outline: 4px solid blue; */

    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fund__mini-hero__title__container {
    /* outline: 2px solid red; */

    width: 100%;
    margin-bottom: 1rem;

    /* ////////////////// */
    .fund__mini-hero__title {
      /* outline: 2px solid pink; */

      width: 100%;

      font-family: var(--ff-primary);
      font-weight: var(--fw-bold);
      font-size: var(--fs-550);
      line-height: 1.3;
      letter-spacing: -3%;
      text-transform: none;
      text-align: center;
      color: black;

      /* /////////// */
      @media screen and (width <=392px) {
        font-size: var(--fs-600);
      }
    }
  }

  .fund__mini-hero__subtitle__container {
    /* outline: 2px solid green; */

    width: 100%;
    max-width: fit-content;
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;

    background-color: var(--clr-tertiary-200);
    padding: 0.8rem 1.2rem;
    border-radius: 30px;
    border: none;

    /* ///////////// */
    .fund__mini-hero__subtitle::before {

      content: "";
      width: 20px;
      height: 20px;
      border-radius: 20px;
      border: 4px solid white;
      background-color: var(--clr-tertiary-200);

      display: inline-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center;
      margin-right: 0.6rem;
    }

    /* /////////// */
    @media screen and (width <=352px) {
      padding: 0.6rem 1rem;
      border-radius: 20px;

      .fund__mini-hero__subtitle::before {
        display: none;
      }
    }

    /* ////////////////// */
    .fund__mini-hero__subtitle {
      /* outline: 2px solid pink; */

      width: 100%;

      font-family: var(--ff-primary);
      font-weight: var(--fw-bold);
      font-size: var(--fs-800);
      line-height: 1.3;
      text-transform: none;
      text-align: center;
      color: var(--clr-neutral-white-2);
      border-radius: 30px;
      border: none;

      display: inline-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;

      /* /////////// */
      @media screen and (width <=392px) {
        font-size: var(--fs-900);
      }
    }
  }

  .fund__mini-hero__subtitle__extra-text {
    /* outline: 2px solid purple; */

    width: 100%;
    max-width: 450px;
    padding: 0 0.5rem;

    font-family: var(--ff-primary);
    font-weight: var(--fw-semi-bold);
    font-size: var(--fs-700);
    line-height: 1.5;
    text-transform: none;
    text-align: center;
    color: black;

    /* /////////// */
    @media screen and (width <=415px) {
      font-size: var(--fs-800);
    }
  }
}

/*        */
/*        */
/*        */
/*        */
/*        */

/* Mobile landscape & Tablet Portrait screens */
/* (min-width > 500px ) & (max-width <= 875px) */
@media screen and (width > 31.25em) and (width <=54.69em) {
  .fund__mini-hero__section {
    /* outline: 4px solid gold; */

    width: 100%;
    max-width: var(--width__1440px);
    margin: 0 auto;
    padding-bottom: 10rem;
    padding-top: 10rem;
  }

  .fund__mini-hero__container {
    /* outline: 4px solid blue; */

    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fund__mini-hero__title__container {
    /* outline: 2px solid red; */

    width: 100%;
    margin-bottom: 1rem;

    /* ////////////////// */
    .fund__mini-hero__title {
      /* outline: 2px solid pink; */

      width: 100%;

      font-family: var(--ff-primary);
      font-weight: var(--fw-bold);
      font-size: var(--fs-400);
      line-height: 1.3;
      letter-spacing: -3%;
      text-transform: none;
      text-align: center;
      color: black;
    }
  }

  .fund__mini-hero__subtitle__container {
    /* outline: 2px solid green; */

    width: 100%;
    max-width: fit-content;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;

    background-color: var(--clr-tertiary-200);
    padding: 0.8rem 1.2rem;
    border-radius: 30px;
    border: none;

    /* ///////////// */
    .fund__mini-hero__subtitle::before {

      content: "";
      width: 25px;
      height: 25px;
      border-radius: 25px;
      border: 5px solid white;
      background-color: var(--clr-tertiary-200);

      display: inline-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center;
      margin-right: 1rem;
    }

    /* ////////////////// */
    .fund__mini-hero__subtitle {
      /* outline: 2px solid pink; */

      width: 100%;

      font-family: var(--ff-primary);
      font-weight: var(--fw-bold);
      font-size: var(--fs-600);
      line-height: 1.3;
      text-transform: none;
      text-align: center;
      color: var(--clr-neutral-white-2);
      border-radius: 30px;
      border: none;

      display: inline-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;

      /* /////////// */
      @media screen and (width > 500px) and (width <=650px) {
        font-size: var(--fs-700);
      }
    }
  }

  .fund__mini-hero__subtitle__extra-text {
    /* outline: 2px solid purple; */

    width: 100%;
    max-width: 520px;
    padding: 0 0.5rem;

    font-family: var(--ff-primary);
    font-weight: var(--fw-semi-bold);
    font-size: var(--fs-700);
    line-height: 1.5;
    text-transform: none;
    text-align: center;
    color: black;
  }
}

/*        */
/*        */
/*        */
/*        */
/*        */

/** Screens > 875px */
@media screen and (width > 54.69em) {
  .fund__mini-hero__section {
    /* outline: 4px solid gold; */

    width: 100%;
    max-width: var(--width__1440px);
    margin: 0 auto;
    padding-bottom: 10rem;
    padding-top: 10rem;
  }

  .fund__mini-hero__container {
    /* outline: 4px solid blue; */

    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fund__mini-hero__title__container {
    /* outline: 2px solid red; */

    width: 100%;
    margin-bottom: 1rem;

    /* ////////////////// */
    .fund__mini-hero__title {
      /* outline: 2px solid pink; */

      width: 100%;

      font-family: var(--ff-primary);
      font-weight: var(--fw-bold);
      font-size: var(--fs-200);
      line-height: 1.3;
      letter-spacing: -3%;
      text-transform: none;
      text-align: center;
      color: black;
    }
  }

  .fund__mini-hero__subtitle__container {
    /* outline: 2px solid green; */

    width: 100%;
    max-width: 700px;
    margin-bottom: 2rem;

    background-color: var(--clr-tertiary-200);
    padding: 0.8rem 1rem;
    border-radius: 30px;
    border: none;

    /* ///////////// */
    .fund__mini-hero__subtitle::before {

      content: "";
      width: 25px;
      height: 25px;
      border-radius: 25px;
      border: 5px solid white;
      background-color: var(--clr-tertiary-200);

      display: inline-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center;
      margin-right: 1rem;
    }

    /* ////////////////// */
    .fund__mini-hero__subtitle {
      /* outline: 2px solid pink; */

      width: 100%;

      font-family: var(--ff-primary);
      font-weight: var(--fw-bold);
      font-size: var(--fs-500);
      line-height: 1.3;
      text-transform: none;
      text-align: center;
      color: var(--clr-neutral-white-2);
      border-radius: 30px;
      border: none;

      display: inline-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
    }
  }

  .fund__mini-hero__subtitle__extra-text {
    /* outline: 2px solid purple; */

    width: 100%;
    max-width: 600px;

    font-family: var(--ff-primary);
    font-weight: var(--fw-semi-bold);
    font-size: var(--fs-600);
    line-height: 1.5;
    text-transform: none;
    text-align: center;
    color: black;
  }
}