.clicky_or_inactive_dot_bot {
  opacity: 0;
}
.title_anim_bot {
  animation-name: title_in_bot;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
}
@keyframes title_in_bot {
  0% {
    color: #b7b7b7;
    height: 1rem;
    font-size: 1rem;
  }
  100% {
    color: #ffffff;
    height: 1.3rem;
    font-size: 1.3rem;
  }
}
.title_anim_out_bot {
  animation-name: title_out_bot;
  animation-iteration-count: 1;
  animation-duration: 2s;
}
@keyframes title_out_bot {
  0% {
    color: #ffffff;
    height: 1.3rem;
    font-size: 1.3rem;
  }
  100% {
    color: #b7b7b7;
    height: 1rem;
    font-size: 1rem;
  }
}
.w_100_2_top {
  position: relative;
  width: 200%;
  margin-bottom: 18px;
}
.w_100_2_mid {
  position: relative;
  width: 200%;
  margin-top: 18px;
  margin-bottom: 18px;
}
.w_100_2_bot {
  position: relative;
  width: 200%;
  margin-top: 18px;
}
.title_bot {
  position: absolute;
  width: 100%;
  height: 14px;
  font-size: 1rem;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  letter-spacing: 1px;
  color: #b7b7b7;
}
.dots_bottom_content {
  position: relative;
  width: 100%;
}
.container_to_center {
  position: absolute;
  display: flex;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: calc(33vw + 7px);
}
.left_and_center {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.right {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}
.line_bot_w {
  background: linear-gradient(#ffa2ab, rgb(255, 255, 255));
  height: 100%;
}
.dot_bot_w {
  background: #ffffff37;
}
.the_text::-webkit-scrollbar {
  width: 2px;
}