/* .bg-blur {
  backdrop-filter: blur(19.340845108032227px);
  border-top: 0.89px solid;

  border-image-source: linear-gradient(
    89.76deg,
    rgba(255, 52, 141, 0) 1.67%,
    rgba(255, 52, 141, 0.74) 50.82%,
    rgba(255, 52, 141, 0) 99.98%
  );
} */

.bg-blur {
  background: rgba(9, 11, 21, 0.4); /* translucent so blur is visible */
  backdrop-filter: blur(20px);

  border-top: 1px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    rgba(255, 52, 141, 0) 0%,
    rgba(255, 52, 141, 0.74) 50%,
    rgba(255, 52, 141, 0) 100%
  );
}
