/* NOTE Mobile P */
@media screen and (min-width: 320px) {
  /* SECTION Display none*/
  /* #footer_right_icons {
    display: none;
  } */
  /* !SECTION */

  .align-center {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .footer-align {
    gap: 1.5rem;
    align-items: center;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  #footer {
    align-self: stretch;
    background-color: var(--color-primary-dark-100);
    background-repeat: no-repeat;
    background-clip: border-box;
  }
  .text-footer {
    width: fit-content;
    display: flex;
  }
}
/* NOTE Mobile M */
@media screen and (min-width: 375px) {
  /* SECTION Display none*/
  /* #footer_right_icons {
    display: none;
  } */
  /* !SECTION */
  #footer {
    align-self: stretch;
    background-color: var(--color-primary-dark-100);
    background-repeat: no-repeat;
    background-clip: border-box;
  }
}
/* NOTE Mobile G */
@media screen and (min-width: 425px) {
  /* SECTION Display none*/
  /* #footer_right_icons {
    display: none;
  } */
  /* !SECTION */
  #footer {
    align-self: stretch;
    background-color: var(--color-primary-dark-100);
    background-repeat: no-repeat;
    background-clip: border-box;
  }
}
/* NOTE  Tablet*/
@media screen and (min-width: 768px) {
  #footer_right_icons {
    display: flex;
  }
  .align-center {
    flex-direction: row;
    align-items: end;
    gap: 2rem;
  }
  .footer {
    align-self: stretch;
    background-color: var(--color-primary-dark-100);
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .footer-align {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
  }
}
/* NOTE  Destop*/
@media screen and (min-width: 768px) {
  .footer {
    align-self: stretch;
    background-color: var(--color-primary-dark-100);
    background-repeat: no-repeat;
    background-clip: border-box;
  }
}
