.grad-bg {
  --grad-start: rgba(115, 5, 253, 1);
  --grad-mid-1: rgba(97, 30, 210, 1);
  --grad-mid-2: rgba(51, 96, 243, 1);
  --grad-end: rgba(41, 111, 249, 1);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.elevated {
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.feature-block {
  width: 7.5rem;
}
.kpi-text {
  max-width: 8rem;
}

@media (min-width: 768px) {
  .feature-block {
    width: 9.5rem;
  }
  .kpi-text {
    max-width: 10rem;
  }
}

min .feature-block p {
  line-height: 14px;
}

.feature-icon {
  font-size: 40px !important;
  margin: auto;
}

.feature-icon-container:hover {
  background-color: rgba(115, 5, 253, 0.3);
}

.feature-icon-container {
  padding: 8px;
  background-color: rgba(115, 5, 253, 0.2);
  color: rgb(115, 5, 253);
  border-radius: 9999px;
  display: flex;
  user-select: none;
  transition: background-color 0.15s ease-in-out;
  /* background-image: linear-gradient(135deg, rgba(255,255,255,.14) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,.08) 75%); */
}

.grad-text {
  background-color: #f3ec78;
  background-image: linear-gradient(
    150deg,
    var(--grad-start) 0%,
    var(--grad-mid-1) 22%,
    var(--grad-mid-2) 83%,
    var(--grad-end) 100%
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.link {
  text-decoration: underline;
  color: var(--grad-mid-2);
}

.hero-img {
  width: 330px;
  height: auto;
}

.kpi-icon {
  color: rgb(115, 5, 253);
  user-select: none;
}

.text-primary {
  color: rgb(115, 5, 253) !important;
}

.bg-primary {
  background-color: rgb(115, 5, 253);
}

#heading {
  height: 20vh;
  background: url(img/hero-bg-lifted-min.png);
  background: url(img/hero-bg-lifted-min.png),
    linear-gradient(180deg, rgba(115, 5, 253, 1) 70%, transparent 30%);
  background-position: 0%;
  background-size: cover;
}

@media (min-width: 320px) {
  #heading {
    height: 70px;
    background: url(img/hero-bg-lifted-min.png);
    background: url(img/hero-bg-lifted-min.png),
      linear-gradient(180deg, rgba(115, 5, 253, 1) 70%, transparent 30%);
    background-position: 11%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  #heading {
    height: 116px;
    background: url(img/hero-bg-lifted-min.png);
    background: url(img/hero-bg-lifted-min.png), white;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (min-width: 821px) {
  #heading {
    height: 165px;
    background: url(img/hero-bg-lifted-min.png);
    background: url(img/hero-bg-lifted-min.png),
      linear-gradient(180deg, rgba(115, 5, 253, 1) 70%, transparent 30%);
    background-position: 0%;
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  #heading {
    height: 144px;
    background: url(img/hero-bg-lifted-min.png);
    background: url(img/hero-bg-lifted-min.png), white;
    background-position: 0%;
    background-size: cover;
  }
}

/* even taller from laptop on */
@media (min-width: 1280px) {
  #heading {
    height: 170px;
    background: url(img/hero-bg-lifted-min.png);
    background: url(img/hero-bg-lifted-min.png), white;
    background-position: 0%;
    background-size: cover;
  }
}

.wave-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.wave-container svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.shape .gradient-bg {
  fill: url(#header-shape-gradient) #fff;
}

p {
  letter-spacing: 0.85px;
}

.cta-but {
  background-color: #7305fd;
}

.cta-but:hover {
  background-color: #6202d6;
}

.bg-gradient {
  background: rgb(115, 5, 253);
  background: linear-gradient(
    150deg,
    var(--grad-start) 0%,
    var(--grad-mid-1) 22%,
    var(--grad-mid-2) 83%,
    var(--grad-end) 100%
  ) !important;
}

.bg-gradient-rev {
  background: linear-gradient(
    150deg,
    var(--grad-end) 0%,
    var(--grad-mid-2) 22%,
    var(--grad-mid-1) 83%,
    var(--grad-start) 100%
  ) !important;
}

/* .feature-block:hover {
  filter: brightness(0.8);
} */

footer {
  height: 300px;
  background-image: url(img/footer-bg-lifted-min.png);
  background-position: 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-anchor.active {
  color: rgb(115, 5, 253);
  font-weight: 900;
}

.carousel-anchor {
  cursor: pointer;
}

.animation-frame {
  width: 300px;
  height: 306px;
}

@media (min-width: 768px) {
  .animation-frame {
    width: 400px;
    height: 408px;
  }
  .animation-frame-2 {
    width: 340px;
    height: 346px;
  }
}

@media (min-width: 1000px) {
  .animation-frame {
    width: 420px;
    height: 428px;
  }
}

@media (min-width: 1280px) {
  .animation-frame {
    width: 500px;
    height: 510px;
  }
}

/* make bigger on bigger screens */
@media (min-width: 1536px) {
  .animation-frame {
    width: 550px;
    height: 561px;
  }
}

/* darken on hover */
.social-icon:hover {
  filter: brightness(0.9);
}
