/* [project]/src/components/shared/heading/Heading.scss.css [app-client] (css) */
.heading h1, .heading h2 {
  letter-spacing: -.1rem;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (width <= 1400px) {
  .heading h1, .heading h2 {
    font-size: 3rem;
  }
}

@media (width <= 1200px) {
  .heading h1, .heading h2 {
    font-size: 2.625rem;
  }
}

@media (width <= 992px) {
  .heading h1, .heading h2 {
    font-size: 2.5rem;
  }
}

@media (width <= 768px) {
  .heading h1, .heading h2 {
    font-size: 2.1875rem;
  }
}

.heading h1 span, .heading h2 span {
  -webkit-text-fill-color: #0000;
  background-image: linear-gradient(90.22deg, #fff9e0 .19%, #f6eb0f 101.84%);
  background-size: 200%;
  background-clip: text;
  font-weight: 700;
  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;
  }
}


/* [project]/src/components/about-us/more-product/Mission.scss.css [app-client] (css) */
.mission .content:after {
  content: "";
  opacity: .8;
  background: radial-gradient(#000c, #141010cc);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* [project]/src/components/enterprise/ai-transform/transform-card/TransformCard.scss.css [app-client] (css) */
.transform__card {
  backdrop-filter: blur(100px);
  background: url("../media/card-bg.123eff8d.png") 0 0 no-repeat;
}

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

.transform__card .number {
  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;
  }
}


/* [project]/src/components/enterprise/bi-tools/tool-card/ToolCard.scss.css [app-client] (css) */
.tool__card {
  backdrop-filter: blur(100px);
  background: url("../media/card-bg.123eff8d.png") 0 0 no-repeat;
}

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


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

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


/*# sourceMappingURL=src_components_ecb09217._.css.map*/