.cta-section {
  position: relative;
  background: linear-gradient(141deg, #df0001 -3.88%, #000 62.65%);
  overflow: hidden;
}

.quote-bg {
  background-image: url("/assets_webp/img/quote-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.quote-front-bg {
  background-image: url("/assets_webp/img/quote-front-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-cta-content {
  position: relative;
  z-index: 2;
}

.icon-eagle {
  background-image: url("/assets/img/eagle-logo-img-new-new.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  filter: brightness(0) invert(1);
  height: 73px;
}

.cta-txt {
  font-family: "Roboto-bold", sans-serif;
  font-size: 37px;
  line-height: 44.2px;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 700;
}

.running-text {
  color: linear-gradient(90deg, #535353 0%, #030000 100%);
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.scrolling-wrapper {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.scrolling-text {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.scrolling-text span {
  display: inline-block;
  font-family: "Roboto-bold", sans-serif;
  font-size: 35px;
  font-weight: 900;
  padding: 0 10px;
  text-transform: uppercase;
}

@media (max-width: 512px) {
  .cta-section {
    height: 475px;
  }

  .home-cta-content {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .cta-txt {
    font-size: 20px;
    line-height: 26px;
    padding-left: 0;
    padding-right: 0;
  }

  .running-text {
    padding: 20px 0;
  }

  .scrolling-text span {
    font-size: 30px;
    padding: 15px;
  }

  .scrolling-text img {
    width: 15px;
    height: 15px;
    aspect-ratio: 1 / 1;
  }
}
