
.index-video {
  position: absolute;
  top: 0;
  left: 0;

  width: 2100px;
  /* height: 900px; */
}

.jarallax-container {
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;

  pointer-events: none;
}

.jarallax-bg {
  position: fixed;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;
  margin-top: 70.35px;

  transform: translate3d(0px, -5.56406px, 0px);
  pointer-events: none;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.round1 {
  position: relative;

  width: 400px;
  height: 400px;
  margin: 55px auto 0;

  border: 3px solid #fff;
  border-radius: 50%;
}

.round1::after,
.round1::before {
  position: absolute;

  display: block;

  width: 400px;
  height: 400px;

  content: '';

  border-radius: 50%;
}

.round1::after {
  transform: scale(.75);

  border: 1px solid #fff;
}

.round1::before {
  font-size: 25px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 40px;

  content: attr(data-text);
  transform: scale(.6);

  color: #fff;
  background: rgba(255, 255, 255, .64);
}

.round1 .rount-txt {
  position: absolute;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}

.round1 .rount-txt:hover {
  color: var(--primary);
  background: #fff;
}

.round1 .rount-txt::after {
  font-weight: bold;
  line-height: 50px;

  position: absolute;
  top: 0;

  display: block;

  width: 70px;

  content: attr(data-text);

  color: #fff;
}

.round1 .rount-txt i {
  font-size: 25px;
}

.round1 .r1 {
  left: 70px;

  background: #251837;
}

.round1 .r2 {
  left: 270px;

  background: #301c42;
}

.round1 .r3 {
  top: 50%;
  left: 370px;

  transform: translateY(-50%);

  background: #211c48;
}

.round1 .r4 {
  top: 50%;
  left: -25px;

  transform: translateY(-50%);

  background: #191539;
}

.round1 .r5 {
  top: 100%;
  left: 70px;

  transform: translateY(-100%);

  background: #101333;
}

.round1 .r6 {
  top: 100%;
  left: 270px;

  transform: translateY(-100%);

  background: #151741;
}

.round1 .r2::after,
.round1 .r3::after,
.round1 .r6::after {
  left: 115%;

  text-align: left;
}

.round1 .r1::after,
.round1 .r4::after,
.round1 .r5::after {
  right: 115%;

  text-align: right;
}

@media (max-width: 600px) {
  .round1 {
    width: 200px;
    height: 200px;
  }

  .round1::after,
  .round1::before {
    width: 200px;
    height: 200px;
  }

  .round1::before {
    font-size: 15px;
  }

  .round1 .rount-txt {
    width: 30px;
    height: 30px;
  }

  .round1 .rount-txt i {
    font-size: 16px;
  }

  .round1 .rount-txt::after {
    font-size: 14px;
    line-height: 30px;
  }

  .round1 .r1,
  .round1 .r5 {
    left: 30px;
  }

  .round1 .r2,
  .round1 .r6 {
    left: 134px;
  }

  .round1 .r3 {
    left: 180px;
  }

  .round1 .r4 {
    left: -15px;
  }
}

.timeline-box {
  width: 900px;
}

.timeline {
  position: relative;

  overflow-x: overlay;
  flex-wrap: nowrap;

  padding-top: 180px;

/* height: 417px; */
  /* align-items: flex-start; */

  text-align: center;
}

/* .timeline::-webkit-scrollbar {
  display: none;
} */

.timline-bar {
  position: absolute;
  z-index: revert-layer;
  top: 180px;
  left: 0;

  display: inline-block;

/* flex: 1; */

  width: 100%;

/* min-width: calc(10 * 90px); */
  height: 3px;

  content: '';

  background: var(--info);
}

.timeline > div {
  font-weight: bold;

/* flex: 1; */

  width: calc(100% / 10);
  min-width: 90px;
  /* text-align: center; */
}

.timeline > div h6 {
  font-family: fantasy;
  font-size: 30px;
  line-height: 60px;

  position: absolute;

  width: 100%;
  height: 60px;

  color: var(--primary);
}

.timeline > div:nth-child(2n+1) h6 {
  top: -60px;
}

.timeline > div:nth-child(2n) h6 {
  top: 3px;
}

/* .timeline > div:nth-child(2n+1) {
  margin-top: 6px;
}

.timeline > div:nth-child(2n) {
  margin-top: -60px;
} */

.timeline > div i {
  position: absolute;
  top: -10px;
  left: 50%;

  display: block;

  box-sizing: content-box;
  width: 20px;
  height: 20px;

  transform: translateX(-50%);

  border: 2px solid var(--info);
  border-radius: 50%;
  background: #fff;
}

.timeline > div i::after {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 20px;
  height: 20px;

  content: '';
  transform: scale(.8);

  border-radius: 50%;
  background: var(--info);
}

.timeline > div b {
  display: block;

  width: 1px;
  height: 80px;
  margin: 20px auto 0;

  background: var(--info);
}

.timeline > div:nth-child(2n) b {
  margin-top: -97px;
}

.timeline > div em {
  display: block;

  width: 10px;
  height: 10px;
  margin: 0 auto;

  border-radius: 50%;
  background: var(--info);
}

.timeline > div:nth-child(2n) em {
  margin-top: -90px;
}

.timeline > div p {
  line-height: 1.2;

  width: 120px;
  margin-left: -15px;

  color: var(--info);
}

.timeline > div:nth-child(2n) p {
  margin-top: -65px;
}
