.path-circle-animation {
  min-height: 600px;
}
.circle-path {
  width: 350px;
  height: 350px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  border-color: #8a0e12;
}
.circle-path {
  position: absolute;
  transition: all 1.5s ease;
  opacity: 0;
  text-align: center;
}
.step-text {
  opacity: 0;
  transition: all 1.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.top-text {
  display: block;
  font-size: 24px;
}
.sub-text {
  display: block;
  font-size: 22px;
}
.circle-path.step1 .step1-text {
  opacity: 1;
}
.circle-path.circle1 .step1-text {
  padding-right: 20%;
}
.circle-path.circle3 .step1-text {
  padding-left: 20%;
}
/*step 2*/
.circle-path.step1.step2 .step1-text {
  opacity: 0;
}
.circle-path.step1.step2 .step2-text {
  opacity: 1;
  top: 80%;
}
.circle-path.step1.step2.step3 .step2-text {
  top: 50%;
}

.circle-path.circle1 {
  left: 20%;
  transform: translate(-50%, 100px);
}
.circle-path.circle2 {
  left: 50%;
  transform: translate(-50%, 100px);
}
.circle-path.circle3 {
  left: 80%;
  transform: translate(-50%, 100px);
}
/*step 1*/
.circle-path.circle1.step1 {
  opacity: 1;
  left: 28%;
}
.circle-path.circle2.step1 {
  opacity: 1;
}
.circle-path.circle3.step1 {
  opacity: 1;
  left: 72%;
}
/*step 2*/
.circle-path.circle1.step1.step2 {
  left: 43%;
  transform: translate(-50%, 150px);
}
.circle-path.circle2.step1.step2 {
  left: 50%;
  transform: translate(-50%, 0px);
}
.circle-path.circle3.step1.step2 {
  left: 57%;
  transform: translate(-50%, 150px);
}
/*step 3*/
.circle-path.circle1.step1.step2.step3 {
  left: 50%;
  transform: translate(-50%, 100px);
}
.circle-path.circle2.step1.step2.step3 {
  left: 50%;
  transform: translate(-50%, 100px);
}
.circle-path.circle3.step1.step2.step3 {
  left: 50%;
  transform: translate(-50%, 100px);
}

@media (max-width: 1520px) and (min-width: 881px) {
  .path-circle-animation {
    min-height: 39.47vw;
  }
  .circle-path {
    width: 26.32vw;
    height: 26.32vw;
    border-width: 0.13vw;
  }
  .top-text {
    font-size: 1.58vw;
  }
  .sub-text {
    font-size: 1.45vw;
  }

  .circle-path.circle1 {
    left: 5.79vw;
    transform: translate(0, 6.58vw);
  }
  .circle-path.circle2 {
    left: 34.21vw;
    transform: translate(0, 6.58vw);
  }
  .circle-path.circle3 {
    left: 62.63vw;
    transform: translate(0, 6.58vw);
  }
  /*Step 1*/
  .circle-path.circle1.step1 {
    opacity: 1;
    left: 13.36vw;
  }
  .circle-path.circle2.step1 {
    opacity: 1;
    left: 34.21vw;
  }
  .circle-path.circle3.step1 {
    opacity: 1;
    left: 54.99vw;
  }
  /*Step 2*/
  .circle-path.circle1.step1.step2 {
    left: 27.56vw;
    transform: translate(0, 9.87vw);
  }
  .circle-path.circle2.step1.step2 {
    left: 34.21vw;
    transform: translate(0, 0vw);
  }
  .circle-path.circle3.step1.step2 {
    left: 40.79vw;
    transform: translate(0, 9.87vw);
  }
  /*Step 3*/
  .circle-path.circle1.step1.step3,
  .circle-path.circle2.step1.step3,
  .circle-path.circle3.step1.step3 {
    left: 34.21vw;
    transform: translate(0, 6.58vw);
  }
}

/*style v2*/

.path-circle-animation-v2 .circle-path.circle1.step1 {
  left: 29%;
}
.path-circle-animation-v2 .circle-path.circle3.step1 {
  left: 71%;
}
.path-circle-animation-v2 .circle-path.circle1.step1.step2 {
  left: 43%;
}
.path-circle-animation-v2 .circle-path.circle3.step1.step2 {
  left: 57%;
}
.path-circle-animation-v2 .circle-path.circle1.step1.step2.step3 {
  left: 50%;
}
.path-circle-animation-v2 .circle-path.circle3.step1.step2.step3 {
  left: 50%;
}
.path-circle-animation-v2 .top-text,
.path-circle-animation-v2 .sub-text {
  font-size: 21px;
}
.path-circle-animation-v2 .circle-path.circle1 .step1-text {
  padding-right: 0;
}
.path-circle-animation-v2 .circle-path.circle3 .step1-text {
  padding-left: 0;
}
.path-circle-animation-v2 .step-text {
  font-weight: 400;
}
.path-circle-animation-v2 .circle-path.step1.step2.step3 .step2-text {
  opacity: 0;
}
.path-circle-animation-v2 .circle-path.step1.step2.step3 .step3-text {
  opacity: 1;
}
.path-circle-animation-v2 img.icon-img {
  width: 100%;
  height: auto;
}

@media (max-width: 1520px) and (min-width: 881px) {
  .path-circle-animation-v2 .circle-path.circle1.step1 {
    left: 9.36vw;
  }
  .path-circle-animation-v2 .circle-path.circle3.step1 {
    left: 59vw;
  }
  .path-circle-animation-v2 .top-text,
  .path-circle-animation-v2 .sub-text {
    font-size: 1.45vw;
  }
  .path-circle-animation-v2 .circle-path.circle1.step1.step2 {
    left: 27.56vw;
  }
  .path-circle-animation-v2 .circle-path.circle3.step1.step2 {
    left: 40.79vw;
  }
}
@media (max-width: 880px) {
  .path-circle-animation-v2 {
    min-height: 310px;
  }
  .path-circle-animation-v2 .circle-path {
    width: 180px;
    height: 180px;
  }
  .path-circle-animation-v2 .circle-path.circle1.step1 {
    left: 32%;
    transform: translate(-50%, 128px);
  }
  .path-circle-animation-v2 .circle-path.circle2.step1 {
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .path-circle-animation-v2 .circle-path.circle3.step1 {
    left: 68%;
    transform: translate(-50%, 128px);
  }
  .path-circle-animation-v2 .top-text,
  .path-circle-animation-v2 .sub-text {
    font-size: 11px;
  }
  .path-circle-animation-v2 .circle-path.circle1.step1.step2 {
    left: 45%;
    transform: translate(-50%, 83px);
  }
  .path-circle-animation-v2 .circle-path.circle2.step1.step2 {
    left: 50%;
    transform: translate(-50%, 50px);
  }
  .path-circle-animation-v2 .circle-path.circle3.step1.step2 {
    left: 54%;
    transform: translate(-50%, 83px);
  }
  .path-circle-animation-v2 .circle-path.step1.step2 .step2-text {
    top: 64%;
  }
  .path-circle-animation-v2 .circle-path.circle2.step1.step2.step3 {
    left: 50%;
    transform: translate(-50%, 83px);
  }
}
