.drawContainer {
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 912px;
  display: none;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawContainer {
    margin: 6.67vw auto;
    width: 91.47vw;
    padding: 3.2vw;
  }
}
.drawContainer__lottery {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #2d8065;
  background: #08221a;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.52) inset;
  backdrop-filter: blur(2px);
  width: 100%;
  height: 1103px;
  padding: 20px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawContainer__lottery {
    width: 91.47vw;
    height: 177.65vw;
    background-color: none;
    background-image: url("../img/lottery-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.drawContainer__lottery-title {
  color: #fff;
  font-family: adjaraSemiBold;
  font-size: 28px;
  margin-top: 5px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawContainer__lottery-title {
    font-size: 6.67vw;
    margin-top: 1.6vw;
  }
}
.drawContainer__lottery-lottery-timer {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 667px;
  height: 653px;
  margin-top: -42px;
  background-image: url(../img/dolur-desc.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 940px) and (min-width: 320px) {
  .drawContainer__lottery-lottery-timer {
    width: 91.47vw;
    height: 89.47vw;
    margin-top: -6.67vw;
    background-image: url(../img/dolur-mob.webp);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.dwtimerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 323px;
  margin: 0 auto;
  margin-top: 48px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .dwtimerBox {
    width: 84.27vw;
    margin-top: 6.4vw;
  }
}
.dwtimerBox div {
  width: 95px;
  height: 80.886px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background-image: url("../img/lottery-timer-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .dwtimerBox div {
    width: 25.6vw;
    height: 21.6vw;
    gap: 0.8vw;
    background-image: url("../img/lottery-timer-bg-mob.svg");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.lottery-numb {
  color: #fafcff;
  font-family: adjaraBold;
  font-size: 42px;
  margin-top: 13px;
  line-height: 16px;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lottery-numb {
    font-size: 10.67vw;
    margin-top: 3.2vw;
    line-height: 4.27vw;
  }
}
.lottery-text {
  color: #fafcff;
  text-align: center;
  font-family: adjaraRegular;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 940px) and (min-width: 320px) {
  .lottery-text {
    font-size: 3.2vw;
    line-height: 4.27vw;
  }
}

.ticket-banner {
  --coin: 67.64px;
  --center: calc(var(--coin) + 16px);

  position: relative;
  width: 398.186px;
  height: 42.275px;
  border-radius: 3px;
  border: 1px solid #9e8359;
  background: rgba(23, 45, 90, 0.2);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.6);
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--center) minmax(0, 1fr);
  align-items: center;
  padding: 0 12px;
  color: #fff;
  font-family: "adjaraBold", system-ui, sans-serif;
  overflow: visible;
  margin: 20px auto;
}

/* მარცხენა და მარჯვენა იგივე რჩება */
.ticket-banner__left {
  grid-column: 1;
  justify-self: start;
  white-space: nowrap;
  font-weight: 800;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.ticket-banner__right {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 800;
  line-height: 1;
  font-size: 18px;
  transform-origin: right center;
}
.ticket-banner__num {
  font-variant-numeric: tabular-nums;
}

/* შუა სვეტი — მასზე ვანიჭებთ აბსოლუტ coin-ს */
.ticket-banner__center {
  grid-column: 2;
  position: relative; /* აბსოლუტი იბმება ამაზე */
  width: 100%;
  height: 100%;
  pointer-events: none; /* რომ კლიკებს არ ბლოკავდეს */
  overflow: visible;
}

/* coin */
.ticket-banner__coin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--coin);
  height: var(--coin);
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../img/lottery-icon-sv.svg) center/contain no-repeat;
}
.drawContainer__lottery-ticketBox-verify {
  margin-top: -110px;
}
