@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;400;600;700;800&display=swap');

html, body{
  font-family: Assistant;
  width: 100%;
  height: 100%;
  background-color: #72a75f;
  outline: 0;
  border: 0;
  margin: 0;
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  overflow: auto;
}

/* keep viewport height behavior */
body{ height: 100vh; height: calc(var(--vh, 1vh) * 100); }

/* =========================
   BALANCE OVERLAY (edit here)
   ========================= */
.balance-overlay{
  position: absolute;          /* sits over the background image */
  top: 26.4%;                  /* ↑ move number to move up/down */
  left: 50%;                   /* centered horizontally */
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  z-index: 2000;               /* above everything else */
  pointer-events: none;        /* taps pass through */
}
.balance-amount{
  font-size: clamp(26px, 8.4vw, 56px);
  font-weight: 200;
  line-height: 1;
  color: #fff;
  letter-spacing: .5px;
}
.balance-currency{
  font-size: clamp(14px, 3.6vw, 24px);
  vertical-align: 18%;
  margin-inline-end: .35em;
  color: #fff;
}
/* Optional: tiny per-aspect-ratio nudges */
@media (max-aspect-ratio: 9/16){  /* tall phones */
  .balance-overlay{ top: 27.5%; }
}
@media (min-aspect-ratio: 9/16){  /* wider screens */
  .balance-overlay{ top: 24.5%; }
}
/* For temporary visual debugging, you can enable this:
.balance-overlay{ outline: 1px dashed rgba(255,255,255,.4); }
*/

/* ========================= */

.sticky-image-wrapper3{
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky-image-wrapper3 img{
  display: table;
  position: relative;
  margin: auto;
}
.sticky-image-wrapper2{
  position: fixed;
  top: 645px;
  bottom: 1345px;
  width: 20%;
}
.sticky-image-wrapper2 img{
  display: table;
  position: relative;
  margin: auto;
}
.sticky-image-wrapper{
  position: fixed;
  bottom: 0;
  width: 100%;
}
.sticky-image-wrapper img{
  display: table;
  position: relative;
  margin: auto;
}

#responsive{
  top: 0;
  left: 0;
  color: #fff;
  font-family: Assistant;
  width: 100%;
  height: 100%;
  background-color: #302e3b;
}
.responsive{ background-color: #302e3b; }

#sirton{
  top: 0;
  float: right;
  width: 100%;
  height: auto;
  margin: 0;
}
video{ width: 100%; height: 100%; }

#aftermovie{
  width: 100%;
  border: 0;
  outline: 0;
  float: right;
  margin: -5.8px 0 0 0;
  position: static;
  display: block;
}
.afterimg{
  width: 380px;
  height: 1345px;
  float: right;
  position: static;
  display: block;
}

#content{
  right: 30px;
  bottom: 70px;
  position: relative;
  display: inline-block;
  text-align: right;
  float: right;
  color: white;
  font-family: Assistant;
}
#text-w{ width: 100%; display: block; height: 155px; }
.text-title{ font-weight: bold; font-size: 34px; }
.text-undertitle{ position: relative; top: 10px; font-size: 17px; }
.text-id{ font-size: 16px; position: relative; top: 40px; right: 20px; font-weight: bold; }

#buttonw{ display: block; width: 100%; }
#button{
  top: 0;
  position: relative;
  height: 70px;
  background-color: rgba(0,0,0,.40);
  float: right;
  width: 83vw;
  border-radius: 10px;
  margin-top: 50px;
}
.qr{
  display: block;
  float: right;
  position: relative;
  width: 55px;
  height: 55px;
  top: 7px;
  right: 12px;
}
.btext{
  display: inline;
  position: relative;
  float: right;
  right: 40px;
  top: 23px;
  font-weight: bold;
  font-size: 18px;
}

#icons{
  position: relative;
  width: 100%;
  float: right;
  margin-bottom: 40px;
  bottom: 20px;
}
#circle{
  right: 20px;
  display: inline-block;
  position: relative;
  bottom: 4px;
  width: 38px;
  height: 38px;
  background-color: rgba(0,0,0,.40);
  border-radius: 30px;
}
#circle2{
  display: inline-block;
  margin-top: 0;
  left: 20px;
  position: relative;
  top: 0;
  width: 38px;
  height: 38px;
  background-color: rgba(0,0,0,.40);
  border-radius: 30px;
}
#trash{
  position: relative;
  width: 16px;
  height: 16px;
  background-size: 100%;
  top: 10px;
  right: 0;
}
#share{
  position: relative;
  width: 20px;
  height: 20px;
  background-size: 100%;
  top: 9px;
  right: 0;
}

#bluew{ position: relative; width: 100%; display: inline-block; bottom: 10px; }
#blue{ position: relative; width: 8px; height: 8px; border-radius: 8px; background-color: #4d72f6; }

#buttonsw{
  position: relative;
  bottom: 0;
  float: right;
  width: 100%;
  font-family: Assistant;
  font-weight: 600;
  font-size: 18px;
  background-color: #302e3b;
}
#buttonright{
  position: relative;
  right: 6px;
  float: right;
  width: 46vw;
  height: 47px;
  background-color: #302e3b;
  border-color: rgba(0,0,0,.40);
  border-style: solid;
  border-width: 2px;
  border-radius: 25px;
}
#buttonleft{
  position: relative;
  left: 6px;
  float: left;
  width: 47vw;
  height: 50px;
  background-color: rgba(0,0,0,.40);
  border-radius: 25px;
}
.buttonright-text{ position: relative; bottom: -12px; text-align: center; display: table; margin: 0 auto; }
.buttonleft-text{ text-align: center; display: table; margin: 12px auto; }

#black-b{
  background-color: rgba(0,0,0,.40);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  display: none;
}
#show-b{
  background-color: #ecf0f1;
  border-radius: 25px;
  width: 88vw;
  height: 115vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
#widthx{ position: relative; width: 100%; display: inline-block; }
#x{
  float: right;
  width: 38px;
  height: 38px;
  background-color: #302e3b;
  border-radius: 30px;
  margin: 30px 30px 0 0;
}
.close{
  float: right;
  position: relative;
  width: 17px;
  height: 17px;
  background-size: 100% auto;
  top: 10px;
  right: 10px;
}
#barcodew{ top: 20px; position: relative; width: 100%; display: inline-block; }
.barcodeq{ margin-top: 20px; width: 80%; height: 80%; }

#id-text-b{ position: relative; width: 100%; display: inline-block; color: #302e3b; }
#show-b-text{
  text-align: right;
  float: right;
  position: relative;
  right: 40px;
  top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.b1{
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Assistant;
  font-size: 4vw;
  padding: 4vw 24vw;
  background-color: #4160ce;
  text-decoration: none;
  display: inline-block;
}
#b1{
  float: right;
  text-align: center;
  width: 100vw;
  position: relative;
  top: 165px;
  z-index: 2;
}
#firstb{ width: 100%; max-width: 100%; height: auto; }
.img-1{ background-size: 100% 100%; width: 100%; position: absolute; z-index: 1; }
#page3{ width: 100%; max-width: 100%; height: auto; }
.page3{ background-size: 100% 100%; width: 100%; position: absolute; z-index: 1; }
