.ai-title {
  background: linear-gradient(145deg, #b62f70, #350bb2, #024c45);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2.5rem;
}

.ai-feature-gradient {
  background: linear-gradient(
    111.01deg,
    rgba(239, 234, 250, 0.5) 18.4%,
    #baa6f5
  );
}

.creativity-card {
  box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.122);
  position: relative;
}

.ai-colorized-text {
  background: linear-gradient(90deg, #9747ff -9.17%, #0073e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-colorized-border {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #9747ff 0%, #0073e6 100%) border-box;
}

.ai-colorized-border > * {
  position: relative;
}

.ai-colorized-border::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;

  background: linear-gradient(90deg, #9747ff -9.17%, #0073e6 100%);

  z-index: -1;
  border-radius: 12px;
}

.ai-price-gradient {
  border-image-source: linear-gradient(90deg, #9747ff -9.17%, #0073e6 100%);
  background: linear-gradient(148.07deg, #f7f5fd 24.01%, #e5ddfa 97.93%);
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.fade-mask {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
}

.logo-item {
  transition: all 0.3s ease;
}

.logo-item:hover {
  transform: scale(1.1);
}

.pause-on-hover:hover .slider-track {
  animation-play-state: paused;
}

@media only screen and (max-width: 720px) {
  .more-resources {
    box-shadow: 2px 4px 10px 0px #00000026;
  }

  .make-visual {
    box-shadow: 0px 0px 8px 0px #0000001a;
  }
}
