.main__golden {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  margin: 64px;
}
.main__golden--info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main__golden--alert {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__golden--alert img {
  width: 146.89px;
  height: 80px;
}
.main__golden--alert span {
  bottom: -40px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-max-content;
  width: max-content;
  z-index: -99;
  background-color: white;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  padding: 12px 24px;
  border-radius: 16px;
}
.main__golden--alert span img {
  width: 24px;
  height: 24px;
}

.time {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  color: white;
  text-align: center;
}
.time img {
  transform: rotate(-15deg);
}

.goldenBlitz {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 320px) {
  .goldenBlitz {
    gap: 16px;
  }
}
@media (min-width: 690px) {
  .goldenBlitz {
    gap: 48px;
  }
}
@media (min-width: 690.1px) {
  .goldenBlitz {
    gap: 48px;
  }
}

.sticker {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticker {
  width: 208px;
  height: 295px;
  border-radius: 16px;
  border: 8px white solid;
  outline: 2px solid rgba(0, 0, 0, 0.08);
}

.sticker svg{
  width: 173px;
  height: 260px;
}

.sticker--goldbg{
  width: 162px;
  height: 257px;
  flex-shrink: 0;
  border-radius: 100%;
  background: #FFEA7A;
}
@media (max-width: 320px) {
  .sticker {
    width: 112px;
    height: 157px;
    border-width: 4px;
    outline-width: 2px;
    border-radius: 8px;
  }
  .sticker--goldbg{
    width: 88px;
    height: 139px;
  }
  .sticker svg{
    width: 92px;
    height: 138px;
  }
  .sticker--name {
    padding: 6px 0 !important;
    font-size:16px !important;
  }
  .sticker--set{
    font-size:16px !important;
    bottom: 16px !important;
  }
}
@media (min-width: 320.1px) and (max-width: 690px) {

  .sticker {
    width: 162px;
    height: 230px;
    border-width: 4px;
    outline-width: 2px;
  }
  .sticker--goldbg{
    width: 127px;
    height: 200px;
  }
  .sticker svg{
    width: 134px;
    height: 202px;
  }

  .sticker--name {
    font-size:18px
  }
  .sticker--set{
    font-size:20px !important
  }
}
@media (min-width: 690.1px) {
  .sticker {
    width: 210px;
    height: 295px;
    border-width: 4px;
    outline-width: 2px;
  }
  /* .sticker--goldbg{
    width: 127px;
    height: 200px;
  } */
  .sticker svg{
    width: 173px;
    height: 260px;
  }
  .sticker--name {
    font-size:20px
  }
  .sticker--set{
    font-size:24px
  }
}
.sticker--gold {
  background-color: #FFD700;
  /* position: absolute;
  z-index: 99;
  width: 140px;
  height: 197px;
  background-image: url("assets/img/gold.png");
  background-size: cover; */
}

/* @media (max-width: 320px) {
  .sticker--gold {
    width: 112px;
    height: 157px;
  }
}
@media (min-width: 690px) {
  .sticker--gold {
    width: 210px;
    height: 295px;
  }
}
@media (min-width: 960px) {
  .sticker--gold {
    width: 210px;
    height: 295px;
  }
} */

.sticker--name {
  position: absolute;
  background-color: white;
  z-index: 999;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
}

.sticker--gold .sticker--set{
  color: black
}

.sticker--set{
  position: absolute;
  bottom: 32px;
  font-family: "ITC Kabel Std", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
}

/* .sticker--label {
  position: absolute;
  bottom: 8px;
  z-index: 999;
}
.sticker--label svg {
  width: 150px;
}
@media (max-width: 320px) {
  
}
@media (min-width: 690px) {
  .sticker--label svg {
    width: 225px;
  }
}
@media (min-width: 960px) {
  .sticker--label svg {
    width: 225px;
  }
}
.sticker--label span {
  position: absolute;
  width: 100%;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(1rem, -0.875rem + 8.333vw, 3.5rem);
  color: white;
  text-align: center;
}
@media (max-width: 320px) {
  .sticker--label span {
    font-size: 14px;
    height: 27px;
  }
}
@media (min-width: 690px) {
  .sticker--label span {
    font-size: 26px;
    height: 50px;
  }
}
@media (min-width: 960px) {
  .sticker--label span {
    font-size: 26px;
    height: 50px;
  }
} */
.sticker--stars {
  position: absolute;
  z-index: 999;
}



.stars5{
  background-image: url("../img/stars/5.png");
  background-size: cover;
}
.stars4{
  background-image: url("../img/stars/4.png");
  background-size: cover;
}
.stars3{
  background-image: url("../img/stars/3.png");
  background-size: cover;
}
.stars2{
  background-image: url("../img/stars/2.png");
  background-size: cover;
}
.stars1{
  background-image: url("../img/stars/1.png");
  background-size: cover;
}

/* .stars4, .stars3, .stars2, .stars1 {
  width: 143px;
  height: 34px;
  top: -12px;
  background-image: url("../img/stars/4.png");
  background-size: cover;
} */
@media (max-width: 320px) {
  .stars {
    width: 114px;
    height: 32px;
    top: -18px;
  }
}
@media (min-width: 320.1px) and (max-width: 690px) {
  .stars {
    width: 155px;
    height: 45px;
    top: -24px;
  }
}
@media (min-width: 690.1px) {
  .stars {
    width: 215px;
    height: 60px;
    top: -32px;
  }
}

/* .stars5 {
  width: 143px;
  height: 40px;
  top: -8px;
  background-image: url("../img/stars/5.png");
  background-size: cover;
}
@media (max-width: 320px) {
  .stars5 {
    width: 114px;
    height: 32px;
    top: -8px;
  }
}
@media (min-width: 690px) {
  .stars5 {
    width: 215px;
    height: 60px;
    top: -8px;
  }
}
@media (min-width: 960px) {
  .stars5 {
    width: 215px;
    height: 60px;
    top: -8px;
  }
} */