.ak-process {
  position: relative;
  overflow: hidden;
}

.ak-process__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ak-process__heading {
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
}

.ak-process__circle-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 50%;
  box-shadow: 0px 12px 50px 0px rgba(249, 132, 61, 0.1) inset;
  margin-top: 35px;
}

.ak-process__circle-track {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(10, 27, 84, 0.2);
}

.ak-process__circle-highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
}

.ak-process__circle-highlight.is-active {
  opacity: 1;
}

.ak-process__circle-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 12px 50px 0px rgba(249, 132, 61, 0.1) inset;
  /* background: radial-gradient(ellipse at center, rgba(255, 200, 150, 0.25) 0%, rgba(255, 180, 120, 0.12) 40%, transparent 70%);*/
  opacity: 0;
}

.ak-process__circle-gradient.is-active {
  opacity: 1;
}

.ak-process__circle-mask {
  position: absolute;
  bottom: -5px;
  left: -50px;
  right: -50px;
  height: 55%;
  background: #fff;
  z-index: 5;
}

.ak-process__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 10;
  transform-origin: center center;
  will-change: transform;
}

.ak-process__persistent-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 11;
  transform-origin: center center;
  will-change: transform;
  pointer-events: none;
}

.ak-process__persistent-dot-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(145deg, #ff9a56 0%, #ff7b3d 100%);
  box-shadow: 0 8px 25px rgba(255, 123, 61, 0.4);
  transform: scale(0.5);
}

.ak-process__persistent-dot-inner.is-active {
  transform: scale(1);
}

.ak-process__persistent-dot-inner .ak-process__dot-number {
  opacity: 0;
}

.ak-process__persistent-dot-inner.is-active .ak-process__dot-number {
  opacity: 1;
}

.ak-process__content-area {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -85%);
  text-align: center;
  z-index: 6;
  width: 270px;
  /*padding: 20px;*/
}

.ak-process__content-item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.ak-process__content-item.is-active {
  opacity: 1;
  pointer-events: auto;
}

.ak-process__nav {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  gap: 20px;
  z-index: 20;
}

.ak-process__nav .ak-process__nav-arrow {
  all: unset;
}

.ak-process__nav-arrow.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.ak-process__nav-arrow svg {
  width: 45px;
  height: 45px;
}

.ak-process__nav-counter {
  font-weight: 500;
  color: #666;
  min-width: 40px;
  text-align: center;
}

.ak-process__nav-counter span {
  color: #656565;
  font-weight: 400;
}

.ak-process__title {
  font-weight: 600;
  color: #e45110;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.2;
}

.ak-process__heading {
  margin: 0;
}
.ak-process__header {
  position: absolute;
  top: 00px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  width: 100%;
}

.ak-process__description {
  color: rgba(26, 26, 26, 0.8);
  margin-top: 20px;
}

.ak-process__item-dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  /* cursor: pointer; */
  position: relative;
  background: #fff;
  border: 2px solid rgba(10, 27, 84, 0.2);
  color: #484848;
}

.ak-process__content-item--heading {
  color: #000;
  margin: 0;
  line-height: 1.2 !important;
}

.ak-process__content-item--description {
  margin-top: 12px;
  color: rgba(26, 26, 26, 0.8);
}

.ak-process__item-dot,
.ak-process__item,
.ak-process__persistent-dot {
  font-size: 18px;
}

@media (min-width: 768px) {
  .ak-process__title {
    font-size: 1.424rem;
    margin-bottom: 2.668rem;
  }
  .ak-process__header {
    max-width: 56.917rem;
  }
  .ak-process__description {
    margin-top: 2.313rem;
  }
  .ak-process__circle-wrapper {
    /*margin-top: 30.237rem;*/
    margin-top: 19rem;
  }
  .ak-process__circle-wrapper {
    width: 100.494rem;
    height: 100.494rem;
  }
  .ak-process__item-dot,
  .ak-process__item,
  .ak-process__persistent-dot {
    font-size: 2.668rem;
  }
  .ak-process__item-dot,
  .ak-process__item,
  .ak-process__persistent-dot {
    width: 6.226rem;
    height: 6.226rem;
  }
  .ak-process__item,
  .ak-process__persistent-dot {
    margin-left: -3.113rem;
    margin-top: -3.113rem;
  }
  .ak-process__circle-track {
    border: 0.1rem solid rgba(10, 27, 84, 0.2);
  }
  .ak-process__content-item--heading {
    font-size: 3.35rem !important;
  }
  .ak-process__content-item--description {
    margin-top: 1.7789rem;
  }
  .ak-process__circle-gradient,
  .ak-process__circle-wrapper {
    box-shadow: 0px 44px 80px 0px rgba(249, 132, 61, 0.1) inset;
  }
  .ak-process__content-area {
    /*width: 40.02rem;*/
    width: 47.02rem;
  }
  .ak-process__content-item.is-active:after {
    content: "";
    height: 8.182rem;
    width: 0.1rem;
    position: absolute;
    left: 50%;
    top: -10.228rem;
    background: rgba(10, 27, 84, 0.2);
  }
  .circle-ccolm {
    /*height: 100rem;
		overflow: hidden;*/
  }
}

/* Responsive */
@media only screen and (min-width: 767px) and (max-width: 768px) {
  .process-below-section {
    margin-top: -35rem !important;
  }

  .ak-process__nav {
    display: flex;
    bottom: 40rem;
  }

  .ak-process__nav-counter {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .how-it-works-section {
    background-attachment: fixed;
    background-position: center center !important;
  }
}

@media (max-width: 767px) {
  .process-below-section {
    margin-top: 0 !important;
  }
  .ak-process__circle-mask {
    z-index: 10;
  }
  .ak-process__content-area {
    z-index: 12;
  }
  .ak-process__header {
    /*top: 40px;*/
  }

  .ak-process__circle-wrapper {
    /*width: 400px;
    height: 400px;
    margin-top: 100px;*/
    width: 100vw;
    height: 100vw;
  }

  .ak-process__item {
    /* width: 32px;
    height: 32px;*/
  }

  .ak-process__item-dot {
    /*width: 32px;
    height: 32px;*/
  }

  .ak-process__item,
  .ak-process__persistent-dot {
    margin-left: -25px;
    margin-top: -18px;
  }

  .ak-process__persistent-dot {
    /*width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;*/
  }

  .ak-process__content-area {
    width: 72%;
    top: 26%;
    /* padding: 15px;*/
    transform: translate(-50%, -75%);
  }

  .ak-process__nav {
    display: flex;
    bottom: 40px;
  }
}

@media (max-width: 391px) {
  .ak-process__item,
  .ak-process__persistent-dot {
    margin-left: -25px;
    margin-top: -18px;
  }
}

@media (max-width: 376px) {
  .ak-process__item,
  .ak-process__persistent-dot {
    margin-left: -25px;
    margin-top: -18px;
  }
}

@media (max-width: 361px) {
  .ak-process__item,
  .ak-process__persistent-dot {
    margin-left: -32px;
    margin-top: -25px;
  }
}

@media (max-width: 321px) {
  .ak-process__item,
  .ak-process__persistent-dot {
    margin-left: -28px;
    margin-top: -25px;
  }
}
