.popup_container {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup_wrap {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border: 1px solid #6b6b6b;
  background: url('../images/rss_banner_bg.png?ver=20241015') no-repeat top/100% auto #000;
}
.popup_heading {
  text-align: center;
}
.popup_heading h2 {
  color: #fff;
  font-size: 40px;
}
.popup_heading p {
  color: #fff;
  font-size: 30px;
}
.popup_inner {
  padding: 0 30px;
}
.popup_section {
  width: 540px;
  position: absolute;
  bottom: 30px;
}
.popup_close_btn {
  margin: 0 5px 0 0;
  text-align: right;
}
.popup_close_btn button {
  color: #fff;
  font-size: 25px;
}
.download_btn {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 10px; */
}
.download_btn li {
  cursor: pointer;
}
.download_info {
  list-style: disc;
  background-color: #d9d9d9;
  padding: 20px 30px;
}
.download_info img {
  cursor: pointer;
}
.download_info li {
  font-size: 14px;
  line-height: 25px;
}

.download_info h3{
  padding-bottom: 5px;
}
.close_sec {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: end;
}
.close_check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.close_sec label {
  font-size: 14px;
  margin-right: 20px;
  margin-left: 5px;
}
.store_btn {
  height: 43px;
}
.popup_win_btn img {
  height: 43px;
}

@media screen and (max-width: 1300px) {
  .popup_wrap {
    height: 600px;
  }
  .popup_inner {
    margin-top: 300px;
  }
}

.launcher_wrap {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  border: 1px solid #6b6b6b;
  background-color: #fff;
}
.launcher_close_btn {
  margin: 10px 10px 0 0;
  text-align: right;
}
.launcher_close_btn button {
  font-size: 25px;
}
.launcher_heading {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.launcher_info {
  background-color: #e7e7e7;
  margin: 0 30px;
  padding: 20px 30px 5px 30px;
}

.launcher_info h4 {
  font-weight: bold;
  font-size: 15px;
}
.launcher_info ul {
  list-style: disc;
  margin: 10px 0 15px 0;
}
.launcher_info li {
  font-size: 13px;
}
.launcher_btn_div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.launcher_btn {
  width: 200px;
  height: 60px;
  border: 1px solid #4c4c4c;
  border-radius: 5px;
}

@media screen and (max-width: 720px) {
  .popup_wrap {
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 340px;
    height: 490px !important;
    border: 1px solid #6b6b6b;
    /* background: url('../images/rss_banner_mobile_bg.png') no-repeat top/100% auto #000; */
  }
  .popup_heading h2 {
    font-size: 35px;
    margin-top: 20px;
  }
  .popup_section {
    padding: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 30px;
    width: 330px;
  }
  .download_btn {
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
  }
  .download_info {
    /* display: none; */
    width: 100%;
    max-width: 310px;
    padding: 10px;
  }
  .popup_win_btn {
    display: none;
  }

  .popup_inner{
    padding: 0;
  }

  .download_info li{
    font-size: 11px;
  }

}
