.carousel-control-prev, .carousel-control-next {
  width: 5%;
  min-width: 38px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

.carousel-control-next-icon {
  background-image: url(/content/image/Theme/arrow-next.svg);
}

.carousel-control-prev-icon {
  background-image: url(/content/image/Theme/arrow-prev.svg);
}

.border-wave {
  border: 3px solid transparent;
  border-radius: 0.5rem;
  border-image: linear-gradient(135deg, #7b22f5 0%,#29dcd2 50%,#29dcd2 51%,#7b22f5 100%);
  border-image-slice: 1;
  border-radius: 0.5rem;
}

.heading-wave h2 {
  color: transparent !important;
  background: linear-gradient(135deg, #7b22f5 0%,#29dcd2 50%,#29dcd2 51%,#7b22f5 100%);
  background-clip: text;
}
