
@keyframes shimmer {
  to {
    background-position-x: 0%;
  }
}

.flex-none:nth-child(2) .p-8  {
  background: linear-gradient(
    -45deg,
    rgba(0,0,0,0.15) 40%,
    #fafafa69 50%,
    rgba(0,0,0,0.15) 60%
  );
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 1.5s infinite linear;

  color: transparent !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex-none:nth-child(2) .p-8  * {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.md\:text-7xl  {
  background: linear-gradient(
    -45deg,
    rgba(0,0,0,0.15) 40%,
    #fafafa69 50%,
    rgba(0,0,0,0.15) 60%
  );
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 1.5s infinite linear;

  color: transparent !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.md\:text-7xl  * {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.flex-none:nth-child(2) .w-full  {
  background: linear-gradient(
    -45deg,
    rgba(0,0,0,0.15) 40%,
    #fafafa69 50%,
    rgba(0,0,0,0.15) 60%
  );
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 1.5s infinite linear;

  color: transparent !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex-none:nth-child(2) .w-full  * {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}
