  .DisplayTagGroup {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 25px;
    width: 100%;
    animation: fade-in 1s ease-in-out;
    overflow: hidden;
  }

  .DisplayTagText {
    color: var(--Brand-Color-002);
    transition: all ease-in-out 0.35s;
  }

  /* .DisplayTagText:hover {
    color: var(--Brand-Color-002);
  } */

  /* Parlax Boxe 01*/
  .ParlaxBox-01 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 100vh 0;
    margin-bottom: var(--Size-005);
    min-width: 100%;
    min-height: 50vh;
    /* background-color:var(--color-Green); */
    background-image: var(--background-LinGraid-01);
    animation: fade-in 1s ease-in-out;

  }

  .ParlaxBox-01 img {

    width: 100%;
    overflow: hidden;

  }

  span .PB_Inside_Text {
    padding-top: var(--Size-005);
    position: absolute;
    top: 50%;
    left: 30%;

  }

  .PB_Inside_Text {
    font-size: 2rem;
    text-align: center;
    justify-content: center;
  }

.AButton {
  padding: 6px;
  font-size: 18px;
  border-radius: 4px;
  transition: 0.25s ease-in-out;
}
  .BigParlaxLogo {}

  /* Mobile Use  1050px */
  @media screen and (max-width: 1050px) {}

  /* Mobile Use  950px */
  @media screen and (max-width: 950px) {
    .DisplayTagGroup {
      position: fixed;
      margin: 0%;
      padding: 0%;
      width: 100%;
      max-width: 100%;
      height: 100vh;
      top: 0%;
    }

    .DisplayTagGroup img {
      margin-top: 20%;
      width: 100%;
      max-width: 300px;
    }

    .DisplayTagText {
      color: var(--Brand-Color-003);
    }

    .ParlaxBox-01 {
      display: none;
      visibility: hidden;
      margin: 0%;
      padding: 0%;
      display: flex;
      position: absolute;
      top: 0%;
      z-index: -1;
    }

   
  }