.hero-component {
  position: relative;
  top: -13vh;
  width: 100%;
  height: 100vh;
}

.anim-card img {
  z-index: 2;
  border-radius: 20px;
  object-position: 50% 50%;
  min-width: 18vw;
  max-width: 18rem;
  min-height: auto;
  left: 50%;
  box-shadow: -1rem 1rem 2rem #0000000f;
  object-fit: cover;
}

.cards-wrapper {
  position: absolute;
  top: 8vh;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anim-card {
  transform-origin: 50% 100%;
  position: absolute;
  top: -200vh;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.hero-title {
  margin-top: 2rem;
  text-align: center;
  mix-blend-mode: difference;
  color: black;
  position: relative;
  z-index: 100;
  top: 13vh;
}

.hero-title span {
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.11vw;
  color: white;
  top: 5px;
  position: relative;
}

.hero-title h1 {
  z-index: 1;
  color: white;
  white-space: nowrap;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 0.8;
  display: flex;
  position: relative;
}

.hero-title .r {
  align-self: flex-start;
  color: white;
  font-size: 7rem;
  line-height: 0.9;
  top: 0;
}

.hero-description {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1vw;
  line-height: 1.1;
  display: flex;
  position: absolute;
  inset: auto 0% 3rem;
	z-index:50;
}

.social-icons-wrapper{
  position: absolute;
  right: 4rem;
  top:50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1.1vw;
  z-index: 250;
}

.social-icons-wrapper a{
  line-height: 1;
}

.social-icon-image{
  width: 1.2rem;
}

@media screen and (max-width: 1400px) {
  .hero-description {
    bottom: 3px;
  }
}

@media (max-width: 1200px) {
  .hero-description {
    width: 18.4rem;
  }
}

@media (max-width: 992px) {
  .hero-title h1 {
    font-size: 10rem;
  }
  .hero-title .r {
    font-size: 6rem;
  }
  .hero-title > span {
    font-size: 0.9rem;
    top: -0.7rem;
	margin-bottom:20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-title h1 {
    font-size: 7rem;
  }
  .hero-title .r {
    font-size: 5rem;
  }
}

@media screen and (min-width: 479px) {
  .hero-page-name {
    font-size: 22vw;
  }
  
  .hero-title .r {
    font-size: 3.5rem;
  }
}

@media (max-width: 576px) {
  .social-icons-wrapper {
    left: auto;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    gap: 1.1vw;
    z-index: 999;
  }

  .hero-title h1 {
    font-size: 22vw;
  }

  .hero-title .r {
    font-size: 15vw;
  }
}

@media (max-width: 767px) {
  .hero-description {
    font-size: 1.125rem;
    line-height: 1.55;
    width: auto;
    max-width: calc(100vw - 2rem);
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    bottom: 1.25rem;
  }
}

@media (max-width: 480px) {
  .hero-description {
    font-size: 1.1875rem;
    line-height: 1.6;
    max-width: calc(100vw - 1.5rem);
  }
}
