.center-content {
  position: relative;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 70vh;
}

.title_phase {
  font-size: 1rem;
  font-family: "RealTextPro-Regular", sans-serif;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 0;

  max-width: 14rem;
}

.wrapper_rasa {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  gap: 0.7rem;
}

.btn_temukan {
  padding: 0.6rem;
  margin-top: 0.5rem;
}

.btn_rasa {
  padding: 4px 24px;
  border: 1.2px solid #fff;
  font-size: 0.8rem;
  border-radius: 1.2rem;
  color: #fff;
  font-family: "RealTextPro-Regular", sans-serif;
  cursor: pointer;
  background: transparent;

  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon_rasa {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
}

.btn_gabung {
  font-family: "RealTextPro-Regular", sans-serif;
  cursor: pointer;
  border: none;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.1rem 1.8rem;
}

@media screen and (max-width: 300px) {
  .btn_rasa {
    font-size: 0.7rem;
  }
  .btn_gabung {
    font-size: 0.7rem;
  }
}

.go_back_container {
  position: absolute;
  bottom: 0.4rem;

  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.go_back_container > p {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: -0.5rem;
}

.go_back {
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.go_back > img {
  width: 1.8rem;
  height: 1.8rem;
}

/* =========================================== */
.steamers__container {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 103%;
  top: -25rem;
  z-index: 88;
}

@media screen and (max-width: 485px) {
  .steamers__container {
    top: -16rem;
  }
}

@media screen and (max-width: 434px) {
  .steamers__container {
    top: -14.5rem;
  }
}
@media screen and (max-width: 420px) {
  .steamers__container {
    top: -16.5rem;
  }
}

@media screen and (max-width: 375px) {
  .steamers__container {
    top: -14.5rem;
  }
}

@media screen and (max-width: 342px) {
  .steamers__container {
    top: -13.5rem;
  }

  .steamer__container.steamer--active .steamer {
    width: 100px !important;
    height: 100px !important;
  }
  .steamer__container .steamer {
    width: 100px !important;
    height: 100px !important;
  }
}

@media screen and (max-width: 314px) {
  .steamers__container {
    top: -12.5rem;
  }
}

.steamers__container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.steamer__container {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.steamer__container .steamer {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, 50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}

.s-1 {
  background-image: url("../assets/images/streamer-1.png");
}
.s-2 {
  background-image: url("../assets/images/streamer-2.png");
}
.s-3 {
  background-image: url("../assets/images/streamer-3.png");
}

.steamer__container.steamer--active .steamer {
  width: 120px;
  height: 120px;
}

.steamer__container.steamer--active {
  top: -2rem;
}
