.benifit-wraaper {
  padding: 50px 0 50px;
}
.benifit-wraaper h2 {
  max-width: 65.1041666667vw;
  margin-bottom: -2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .benifit-wraaper h2 {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.benifit-wraaper .img-wrap {
  width: 50%;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benifit-wraaper .img-wrap {
    max-width: 100%;
    width: 38%;
  }
}
.benifit-wraaper .img-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.benifit-wraaper .benifit-wrapper {
  position: relative;
  margin-left: -15.625vw;
  margin-top: 6.7708333333vw;
}
.benifit-wraaper .item {
  width: 1.6145833333vw;
  height: 1.6145833333vw;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  border-radius: 100%;
  background-color: rgba(195, 1, 177, 0.31);
  z-index: 2;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
.benifit-wraaper .item .text {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 60px;
  top: -23px;
  font-size: 36px;
  line-height: 3.6458333333vw;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .benifit-wraaper .item .text {
    font-size: 20px;
    line-height: 24px;
    left: 20px;
  }
}
.benifit-wraaper .item.before, .benifit-wraaper .item.after {
  display: block;
  opacity: 1;
}
.benifit-wraaper .item.before .text, .benifit-wraaper .item.after .text {
  display: block;
  opacity: 0.5;
  text-align: left;
  letter-spacing: 2px;
}
.benifit-wraaper .item.active {
  background-color: var(--color-purple2);
  display: block;
  opacity: 1;
}
.benifit-wraaper .item.active .text {
  display: block;
  font-weight: bold;
}
.benifit-wraaper .inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 33.8541666667vw;
  width: 33.8541666667vw;
  background-color: var(--color-dark-purple3);
  border-radius: 100%;
}
.benifit-wraaper svg {
  height: 36.4583333333vw;
  overflow: visible;
  width: 36.4583333333vw;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.benifit-wraaper .st0 {
  fill: none;
  stroke: #707070;
  stroke-width: 1.5;
  stroke-miterlimit: 1;
  stroke-dasharray: 8px 8px;
}
.benifit-wraaper .start {
  position: absolute;
  top: 50%;
  right: -30px;
}
.benifit-wraaper #particle-canvas {
  position: absolute;
  width: 31.25vw;
  height: 31.25vw;
  top: 10px;
  left: 0px;
  transform: translate(0%, 25%);
}

#particles-container {
  position: absolute;
  width: 60%;
  height: 350px;
  top: 300px;
}
#particles-container .particle {
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
  border-radius: 50%;
}/*# sourceMappingURL=benifit.css.map */