.backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-card {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 9/4.5;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0/0.1);
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container-popup-message {
  flex-basis: 62%;
}
.container-popup-images {
  text-align: center;
  margin: 20px auto;
  width: 50%;
  height: 100%;
  flex-basis: 60%;
}
.container-popup-images img[alt="close"] {
  float: right;
}
.cls-img-coder {
  display: block;
  max-width: 100%;
}
.coming-soon-frame-left {
  letter-spacing: 0%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.coming-soon-thank-you {
  font-size: calc(20px + 0.6vw);
  line-height: normal;
}
.coming-soon-working-message {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: calc(10px + 0.6vw);
  line-height: 126%;
  letter-spacing: 0%;
  text-align: center;
  padding: 8%;
}
.coming-soon-stay-tuned {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: calc(12px + 0.6vw);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.popup-card-app {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 70%;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0/0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-container-popup-message {
  margin: 0;
  padding: 0;
  height: 60%;
  width: 100%;
}
.app-container-popup-images {
  margin: 0;
  padding: 0;
  height: 51%;
  width: 100%;
}
.app-container-popup-images img[alt="logo"] {
  width: 90%;
  height: 90%;
}
.app-container-popup-images img[alt="close"] {
  float: right;
}
