
.supportcards{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}
.intro,
.outro {
  height: 100vh;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro h1,
.outro h1 {
  width: 60%;
  text-align: center;
  line-height: 1.1;
}

.supportcards {
  position: relative;
  display: flex;
  flex-direction: column;
}

.supportcard-supportmarquee {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
}

.supportcard-supportmarquee .supportmarquee {
  display: flex;
}

.supportcard-supportmarquee .supportmarquee h1 {
  white-space: nowrap;
  font-size: 10vw;
  font-weight: 600;
  margin-right: 30px;
}

.supportcard {
  position: relative;
  width: 100vw;
  height: 100svh;
  padding: 0;
}

.supportcard-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.supportcard-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}

.supportcard-img img {
  /* transform: scale(2); */
  object-fit: cover;
  width: 100%;
}

.supportcard-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}

.supportcard-content .supportcard-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.supportcard-content .supportcard-description {
  text-align: center;
  width: 40%;
  margin-bottom: 3em;
  position: relative;
  transform: translateX(40px);
  opacity: 0;
}



.char {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.char span {
  transform: translateX(100%);
  display: inline-block;
  will-change: transform;
}

@media (max-width: 900px) {
  h1 {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .intro h1,
  .outro h1 {
    width: 100%;
  }

  .supportcard-content .supportcard-description {
    width: 90%;
  }

  .supportcards{
display: none;
  }
}
