.campaing-head_font {
  overflow: hidden;
}
.campaign-font.gradient {
  background-size: 400% 400%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradienttext 15s ease infinite;
}
@-webkit-keyframes gradienttext {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradienttext {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-span {
  background-size: 200% 200%;
  animation: gradientspan 15s ease infinite;
}
@-webkit-keyframes gradientspan {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientspan {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.cross {
  position: relative;

  &::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 0.15vw solid black;
    transform: rotate(-10deg);
  }

  @media (max-width: 768px) {
    // Adjust for tablets and smaller screens
    &::after {
      border-top: 0.5vw solid black; // Set a fixed pixel value for better control
    }
  }

  @media (max-width: 480px) {
    // Adjust for mobile screens
    &::after {
      border-top: 0.5vw solid black;
    }
  }
}
/* Cursor Styles */
/* .ppcursor_wrapper {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease-out;
  will-change: transform;
} */

/* Hide default cursor */
/* body {
  cursor: none !important;
}

/* Show default cursor on interactive elements */
/* a,
button,
input,
textarea,
[role="button"],
[tabindex] {
  cursor: none !important;
} */
.tab-startup-container {
  cursor: none !important;
}
.more-project {
  cursor: block !important;
}
/*-------*/
/* .testimonial-item {
  display: none;
}
.testimonial-item:first-child {
  display: block;
} */
