.hero-cast {
  background-image: url('../img/bg-hero-partners.webp');
  background-size: cover;
  /* Substitua pelo caminho da sua imagem de fundo */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Ajuste a altura conforme necessário */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
}

.hero-cast a {
  color: white;
  transition: 0.4s ease-in-out;
}

.hero-cast a:hover {
  color: var(--second_orange);
  transform: scale(1.1);
}

.hero-text {
  color: white;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 10px 0px 120px 0px;
}

.hero-text>span {
  font-weight: 400;
  font-size: 3rem;
}

.hero-text>span.hyperwave {
  font-weight: 400;
  font-size: 6rem !important;
  line-height: 2rem;
}

.blackout {
  font-size: 3em !important;
  line-height: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  color: #343434;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  display: inline-block;

}


.influencers {
  position: relative;
  margin-top: -190px;
  padding-top: 190px;
  background-image: url('../img/paper-texture.webp');
  background-size: cover;
  /* Substitua pelo caminho da sua imagem de fundo */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.influencers-card {
  position: relative;
  margin: 0px 10px;
  margin-top: -155px;
  z-index: 2;
}

.influencers-card .influencer-card {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}

.influencers-card .influencer-card small {
  font-size: .675em;
}

.influencers-card .influencer-card:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.influencer-info {
  padding-top: 60px;
  color: black !important;
}

.influencer-img {
  position: absolute;
  right: 0;
}

.influencer-img img {
  position: absolute;
  z-index: 0;
  right: 0;
}

.influencer-stats small {
  text-transform: uppercase;
  font-weight: bold;
}

.influencer-stats h2 {
  font-weight: bold;
  color: #424242;
}

.influencer-stats h2>i {
  color: gray;
  font-size: 22px;
  padding-right: 6px;
}

.influencer-gallery {
  position: relative;
  z-index: 2;
}

@media(max-width: 991px) {
  .hero-text {
    font-size: 2.5rem;
  }

  .influencers-card {
    margin-top: -90px;
  }

  .influencer-stats {
    text-align: center;
  }

  .influencer-stats .open-sans {
    padding-top: 20px;
  }

  .influencer-stats small {
    font-size: 1.2rem;
  }

  .influencer-stats h2 {
    font-size: 2.5rem;
    margin-top: 6px;
  }

  .hero-text>span.hyperwave {
    font-size: 4.2rem !important;
  }

  .blackout {
    font-size: 1.6em !important;

  }
}