/* -------------- */
/*     Header     */
/* -------------- */
#hero {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  /* background-size: cover; */
  background-image: url('../images/home/woman-accessing-wu.webp');
  background-repeat: no-repeat;
  background-position: center;
}

/* .hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  object-fit: cover;
} */

.hero__cta {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: var(--bg-transparent);
}

.hero__cta i {
  color: #adadad;
  font-size: 1.75rem;
}

.hero__link {
  letter-spacing: 1px;
}

/* -------------------- */
/*     Ways to send     */
/* -------------------- */
.wayToSend__item {
  display: flex;
  padding: 1rem;
  padding-top: 2rem;
  flex-direction: column;
  background-color: var(--paper-on-bg);
}

.wayToSend__item img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.instructions-img {
  width: 100%;
  object-fit: cover;
}

.lottie-wrapper {
  width: fit-content;
  border-radius: 1.25rem;
  overflow: hidden;
}

/* ----------------------------- */
/*   Registration Instructions   */
/* ----------------------------- */
.registrationInstructions__index {
  color: var(--text-on-primary);
  width: 2rem;
  height: 2rem;
  margin: auto;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
  background-color: var(--primary);
}

.registrationInstructions__hr {
  top: 1rem;
  left: 50%;
  width: 65%;
  height: 2px;
  z-index: -1;
  display: none;
  position: absolute;
  background-color: var(--primary);
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .registrationInstructions__hr {
    display: flex;
  }
}

/* --------------------- */
/*   Tracking Transfer   */
/* --------------------- */
#trackTransfer {
  background-size: cover;
  background-image: url('../images/home/tracking-on-smartphone.webp');
  background-repeat: no-repeat;
  background-position: center;
}
