/* 21st animated-shader-hero as Chainoptic homepage background */
.top-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #000 !important;
}

.top-hero .co-shader-hero {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  background: #000;
}

.top-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11, 10, 10, 0.42) 0%, rgba(11, 10, 10, 0.08) 38%, rgba(11, 10, 10, 0.18) 62%, rgba(11, 10, 10, 0.72) 100%);
}

.top-hero > .container {
  position: relative;
  z-index: 2;
}

.top-hero .hero-title {
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}
