/* [project]/components/aceternity/beam/styles.module.css [app-client] (css) */
.styles-module__VhehjW__meteor {
  transform: rotate(-180deg);
  animation: 3s linear styles-module__VhehjW__meteor;
  animation-delay: var(--meteor-delay, 0s);
  animation-duration: var(--meteor-duration, 2s);
}

.styles-module__VhehjW__meteor:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--meteor-width, 50px);
  height: 1px;
  background: linear-gradient(90deg, var(--cyan-500), var(--blue-500), transparent);
}

@keyframes styles-module__VhehjW__meteor {
  0% {
    left: 0;
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}


/*# sourceMappingURL=components_aceternity_beam_styles_module_f12a5b.css.map*/
