.hidden {
  display: none;
}

.modall {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.modall-content {
  background: #fff;
  width: 80%;
  max-width: 600px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff4c4c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
}

.slider {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.slide {
  flex: 0 0 100%;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
}

.slide h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.slide p {
  margin-bottom: 10px;
  font-size: 12px;
}

.slide.active {
  display: flex;
}

.next-button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}

.download-link {
  margin-top: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: .444rem;
  background: #f4cf5f;
  color: #000;
  font-weight: 700;
  font-family: Nebulas-Bold;
  font-size: 1.333rem;
  line-height: 1.333rem;
  padding: .778rem 3.167rem;
  animation: btnMainAnim 4s infinite alternate ease-in-out;
  margin: 0 auto;
}

.instruction-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.instruction-img img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.instruction-content {
  z-index: 2;
  position: absolute;
  top: 56.5%;
  left: 17%;
}

.step1-title {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

.step1-subtitle {
  width: 200px;
  text-align: left;
  margin-top: 20px;
}

.step1-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 30%;
}

.step1-btn {
  font-size: 10px;
}

.btn-orange,
.subtitle-orange {
  color: #B19B3D;
}

.step2-title {
  color: #505156;
  text-align: left;
  font-weight: normal;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.content-step2 {
  top: 18%;
  left: 18%;
}

.content-step3 {
  top: 23%;
  left: 18%;
}

.step2-subtitle {
  margin-top: 100%;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
}

.step3-subtitle {
  margin-top: 10%;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
}