@media (max-width: 991px) {
  body.poster {
    margin-top: 60vh;
  }
}

.img-custom {
  object-fit: cover;
  width: 100%;
}

body.poster {
  background-attachment: fixed;
}

.top-5 {
  top: 5px;
}

.hero-img {
  object-fit: cover;
  width: 100%;
}

.custom-svg {
  width: 100px;
  height: 100px;
  color: var(--bs-primary);
}

#popupOverlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
}

#popupSuccess {
  white-space: nowrap;
  width: fit-content;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: var(--bs-success);
  border: 2px solid var(--bs-success);
  background-color: var(--bs-white);
  padding: 20px 30px;
  border-radius: 10px;
}

@media (max-width: 500px) {
  #popupSuccess {
    width: 90vw;
    font-size: 15px;
    padding: 20px 0px 20px 0px;
  }
}

#popupSuccess.d-none {
  display: none;
}

#rise-word {
  color: rgb(179, 0, 0);
}
