/* [project]/src/components/ready/solutions/solution-card/SolutionCard.scss.css [app-client] (css) */
.solution__card {
  backdrop-filter: blur(100px);
  background: url("../media/card-bg.123eff8d.png") 0 0 no-repeat;
}

.solution__card .title {
  -webkit-text-fill-color: #0000;
  background-image: linear-gradient(90.22deg, #fff9e0 .19%, #f6eb0f 101.84%);
  background-size: 100%;
  background-clip: text;
}

.solution__card .price {
  color: #060a0d;
  -webkit-text-stroke-color: #0000;
  -webkit-text-stroke: .1875rem #0000;
  background-image: linear-gradient(90.22deg, #fff9e0 .19%, #f6eb0f 101.84%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: all .4s ease-in-out;
  animation: 2s linear infinite gradient-move;
}

@keyframes gradient-move {
  0% {
    background-position: 0;
  }

  50% {
    background-position: 100%;
  }

  100% {
    background-position: 0;
  }
}


/*# sourceMappingURL=src_components_ready_solutions_solution-card_SolutionCard_scss_f80e9f05.css.map*/