/* [project]/frontend/components/ai-vision-showcase/components/hero-section/hero-section.module.css [app-client] (css) */
.hero-section-module__pRkdXG__heroTitleRotating {
  vertical-align: baseline;
  display: inline-grid;
}

.hero-section-module__pRkdXG__heroTitleVariant {
  text-align: left;
  grid-area: 1 / 1;
  transition: opacity .4s;
}

.hero-section-module__pRkdXG__heroTitleFadeIn {
  animation: .4s both hero-section-module__pRkdXG__heroFadeIn;
}

.hero-section-module__pRkdXG__heroTitleFadeOut {
  opacity: 0;
}

@keyframes hero-section-module__pRkdXG__heroFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-section-module__pRkdXG__animCursor {
  z-index: 10;
  pointer-events: none;
  width: 28px;
  height: 28px;
  transition: right .7s ease-in-out, top .7s ease-in-out, opacity .3s, transform .2s;
  position: absolute;
  transform: scale(1);
}

.hero-section-module__pRkdXG__animCursor_idle {
  opacity: 1;
  top: 30%;
  right: 50%;
}

.hero-section-module__pRkdXG__animCursor_moving, .hero-section-module__pRkdXG__animCursor_hovering {
  opacity: 1;
  top: calc(30% + 22px);
  right: 30px;
}

.hero-section-module__pRkdXG__animCursor_clicking {
  opacity: 1;
  top: calc(30% + 22px);
  right: 30px;
  transform: scale(1.4);
}

.hero-section-module__pRkdXG__animCursor_clicked {
  opacity: 1;
  top: calc(30% + 22px);
  right: 30px;
}

.hero-section-module__pRkdXG__animCursor_exiting {
  opacity: 0;
  top: calc(30% + 22px);
  right: -60px;
}

.hero-section-module__pRkdXG__extensionTooltip {
  color: #fff;
  white-space: nowrap;
  z-index: 7;
  background: #333;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: .78rem;
  font-weight: 600;
  animation: .15s hero-section-module__pRkdXG__tooltipFadeIn;
  position: absolute;
  top: 30%;
  right: 60px;
  transform: translateY(-50%);
}

@keyframes hero-section-module__pRkdXG__tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%)scale(.95);
  }

  to {
    opacity: 1;
    transform: translateY(-50%)scale(1);
  }
}

.hero-section-module__pRkdXG__extensionTooltipScanning {
  overflow: hidden;
}

.hero-section-module__pRkdXG__extensionTooltipScanning:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff40, #0000);
  width: 60%;
  height: 100%;
  animation: 1.2s ease-in-out infinite hero-section-module__pRkdXG__scanningShimmer;
  position: absolute;
  top: 0;
  left: -100%;
}

@keyframes hero-section-module__pRkdXG__scanningShimmer {
  0% {
    left: -60%;
  }

  100% {
    left: 120%;
  }
}

@keyframes hero-section-module__pRkdXG__feedMarquee {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.hero-section-module__pRkdXG__feedScroller {
  will-change: transform;
  animation: 45s linear infinite paused hero-section-module__pRkdXG__feedMarquee;
}

.hero-section-module__pRkdXG__feedScrollerActive {
  animation-play-state: running;
}

.hero-section-module__pRkdXG__liReactionIcon {
  margin-left: -6px;
}

.hero-section-module__pRkdXG__liReactionIcon:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .hero-section-module__pRkdXG__feedColumns {
    flex-direction: column;
  }

  .hero-section-module__pRkdXG__feedColumn:nth-child(2), .hero-section-module__pRkdXG__feedColumn:nth-child(3) {
    display: none;
  }
}

/*# sourceMappingURL=0iks_ai-vision-showcase_components_hero-section_hero-section_module_0x7bk6b.css.map*/