body,
html {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}
#app .background-image {
  background-image: url(../../img/home/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 57vh;
}
@media (max-width: 550px) {
  #app .background-image {
    background-image: url(../../img/home/bg-mobile.png);
    background-size: 700px !important;
    background-position-x: center !important;
    background-position-y: -28px !important;
    min-height: 57vh !important;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
#app .language-switcher {
  position: fixed;
  top: 20px;
  right: -5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 998;
}
#app .language-switcher .language-row {
  display: flex;
  gap: 5px;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 4px;
  padding: 10px;
}
#app .language-switcher .language-row .flag-img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.2s;
}
#app .language-switcher .language-row .flag-img:hover {
  transform: scale(1.1);
}
@media (max-width: 550px) {
  #app .language-switcher .language-row .flag-img {
    width: 45px !important;
    height: 45px !important;
  }
}
@media (max-width: 550px) {
  #app .language-switcher .language-row {
    margin-top: 10px !important;
  }
}
#app .top-section {
  padding-inline: 30px;
  padding-top: 30px;
  padding-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
}
#app .top-section .top-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: -40px;
}
#app .top-section .top-left .logo-img {
  width: 450px;
  height: auto;
}
#app .top-section .top-left .character-img {
  width: 550px;
  height: auto;
}
#app .top-section .top-left .top-text-img {
  width: 700px;
}
#app .top-section .top-left .top-text-img,
#app .top-section .top-left .top-text-img-sc {
  position: absolute !important;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
#app .top-section .top-left .top-text-img-sc {
  width: 500px;
}
#app .top-section .top-left .bottom-text-img {
  position: absolute !important;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: auto;
}
#app .top-section .top-left .bottom-text-img-ms {
  position: absolute !important;
  bottom: -165px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: auto;
}
#app .top-section .top-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  scale: 120% !important;
  margin-top: 40px;
}
#app .top-section .top-right .luckyspin-img {
  width: 700px;
  height: auto;
}
@media (max-width: 1500px) {
  #app .top-section .top-left .logo-img {
    width: 300px !important;
  }
  #app .top-section .top-left .character-img {
    width: 400px !important;
  }
  #app .top-section .top-left .top-text-img {
    bottom: 20px;
    width: 400px !important;
  }
  #app .top-section .top-left .top-text-img-sc {
    bottom: 20px;
    width: 330px !important;
  }
  #app .top-section .top-left .bottom-text-img {
    bottom: -70px;
    width: 520px !important;
  }
  #app .top-section .top-left .bottom-text-img-ms {
    bottom: -130px;
    width: 520px !important;
  }
  #app .top-section .top-right {
    scale: 100% !important;
    margin-top: 0 !important;
  }
  #app .top-section .top-right .luckyspin-img {
    width: 500px !important;
  }
}
@media (max-width: 1220px) {
  #app .top-section .top-left {
    margin-right: -30px;
    margin-left: 150px;
    margin-top: 0 !important;
  }
  #app .top-section .top-left .logo-img {
    width: 250px !important;
  }
  #app .top-section .top-left .character-img {
    width: 300px !important;
  }
  #app .top-section .top-left .top-text-img {
    bottom: 20px;
    width: 400px !important;
  }
  #app .top-section .top-left .top-text-img-sc {
    bottom: 20px;
    width: 320px !important;
  }
  #app .top-section .top-left .bottom-text-img {
    bottom: -70px;
    width: 460px !important;
  }
  #app .top-section .top-left .bottom-text-img-ms {
    bottom: -110px;
    width: 460px !important;
  }
  #app .top-section .top-right {
    scale: 80% !important;
  }
  #app .top-section .top-right .luckyspin-img {
    width: 400px !important;
  }
}
@media (max-width: 992px) {
  #app .top-section {
    flex-direction: column;
    padding-top: 30px;
    gap: 30px;
  }
  #app .top-section .top-left {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #app .top-section .top-left .logo-img {
    width: 280px !important;
  }
  #app .top-section .top-left .character-img {
    width: 290px !important;
  }
  #app .top-section .top-left .top-text-img {
    bottom: 32px !important;
    width: 300px !important;
  }
  #app .top-section .top-left .top-text-img-sc {
    bottom: 20px !important;
    width: 250px !important;
  }
  #app .top-section .top-left .bottom-text-img {
    bottom: -14px;
    width: 330px !important;
  }
  #app .top-section .top-left .bottom-text-img-ms {
    bottom: -57px;
    width: 330px !important;
  }
  #app .top-section .top-left .bottom-text-img-sc {
    bottom: -41px !important;
  }
  #app .top-section .top-right {
    scale: 70% !important;
  }
  #app .top-section .top-right .luckyspin-img {
    width: 500px;
  }
  #app .top-section .top-right-ms {
    margin-top: -55px !important;
  }
  #app .top-section .top-right-sc {
    margin-top: -73px !important;
  }
  #app .top-section .top-right-en {
    margin-top: -95px !important;
  }
}
@media (max-width: 1500px) {
  #app .top-section {
    padding-top: 0 !important;
    padding-bottom: 140px !important;
    gap: 0 !important;
  }
}
@media (max-width: 1220px) {
  #app .top-section {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 995px) {
  #app .top-section {
    padding-top: 30px !important;
  }
}
#app .step-redeem-section {
  margin-block: 50px;
}
#app .step-redeem-section .step-redeem-card.locale-en,
#app .step-redeem-section .step-redeem-card.locale-ms,
#app .step-redeem-section .step-redeem-card.locale-sc {
  display: flex;
  gap: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1700px;
  height: 430px;
  margin: 0 auto;
}
#app .step-redeem-section .step-redeem-card.locale-en .step-text,
#app .step-redeem-section .step-redeem-card.locale-ms .step-text,
#app .step-redeem-section .step-redeem-card.locale-sc .step-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 170px;
  margin-top: 135px;
}
#app
  .step-redeem-section
  .step-redeem-card.locale-en
  .step-text
  .step-redeem-img,
#app
  .step-redeem-section
  .step-redeem-card.locale-ms
  .step-text
  .step-redeem-img,
#app
  .step-redeem-section
  .step-redeem-card.locale-sc
  .step-text
  .step-redeem-img {
  width: 160px;
  height: 160px;
}
#app
  .step-redeem-section
  .step-redeem-card.locale-en
  .step-text
  .step-redeem-text,
#app
  .step-redeem-section
  .step-redeem-card.locale-ms
  .step-text
  .step-redeem-text,
#app
  .step-redeem-section
  .step-redeem-card.locale-sc
  .step-text
  .step-redeem-text {
  font-size: 28px;
  font-weight: 600 !important;
  color: #616c76;
  max-width: 100%;
  text-align: center;
  word-wrap: break-word;
  line-height: 1.3;
}
#app
  .step-redeem-section
  .step-redeem-card.locale-en
  .step-text
  .step-arrow-img,
#app
  .step-redeem-section
  .step-redeem-card.locale-ms
  .step-text
  .step-arrow-img,
#app
  .step-redeem-section
  .step-redeem-card.locale-sc
  .step-text
  .step-arrow-img {
  width: 70px;
  height: 70px;
  margin-top: 30px;
}
#app .step-redeem-section .step-redeem-card.locale-en,
#app .step-redeem-section .step-redeem-card.locale-ms {
  height: 480px;
}
@media (max-width: 1700px) {
  #app .step-redeem-section .step-redeem-card.locale-sc {
    gap: 20px;
    width: 1440px !important;
    height: 374px !important;
  }
  #app .step-redeem-section .step-redeem-card.locale-en,
  #app .step-redeem-section .step-redeem-card.locale-ms {
    gap: 20px;
    width: 1440px !important;
    height: 410px !important;
  }
  #app .step-redeem-section .step-text {
    width: 150px !important;
  }
  #app .step-redeem-section .step-redeem-img {
    width: 120px !important;
    height: 120px !important;
  }
  #app .step-redeem-section .step-arrow-img {
    width: 60px !important;
    height: 60px !important;
  }
  #app .step-redeem-section .step-redeem-text {
    font-size: 24px !important;
  }
}
@media (max-width: 1440px) {
  #app .step-redeem-section .step-redeem-card.locale-sc {
    gap: 20px;
    width: 1250px !important;
    height: 327px !important;
  }
  #app .step-redeem-section .step-redeem-card.locale-en,
  #app .step-redeem-section .step-redeem-card.locale-ms {
    gap: 20px;
    width: 1250px !important;
    height: 350px !important;
  }
  #app .step-redeem-section .step-text {
    width: 125px !important;
    margin-top: 80px !important;
  }
  #app .step-redeem-section .step-redeem-img {
    width: 120px !important;
    height: 120px !important;
  }
  #app .step-redeem-section .step-arrow-img {
    width: 60px !important;
    height: 60px !important;
  }
  #app .step-redeem-section .step-redeem-text {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  #app .step-redeem-section .step-redeem-card.locale-sc {
    gap: 17px;
    width: 1020px !important;
    height: 260px !important;
  }
  #app .step-redeem-section .step-redeem-card.locale-en,
  #app .step-redeem-section .step-redeem-card.locale-ms {
    gap: 17px;
    width: 1020px !important;
    height: 290px !important;
  }
  #app .step-redeem-section .step-text {
    width: 105px !important;
    margin-top: 80px !important;
  }
  #app .step-redeem-section .step-redeem-img {
    width: 100px !important;
    height: 100px !important;
  }
  #app .step-redeem-section .step-arrow-img {
    width: 50px !important;
    height: 50px !important;
  }
  #app .step-redeem-section .step-redeem-text {
    font-size: 14px !important;
  }
}
@media (max-width: 1010px) {
  #app .step-redeem-section .step-redeem-card.locale-sc {
    gap: 12px;
    width: 700px !important;
    height: 180px !important;
  }
  #app .step-redeem-section .step-redeem-card.locale-en,
  #app .step-redeem-section .step-redeem-card.locale-ms {
    gap: 12px;
    width: 700px !important;
    height: 200px !important;
  }
  #app .step-redeem-section .step-text {
    width: 70px !important;
    margin-top: 40px !important;
  }
  #app .step-redeem-section .step-redeem-img {
    width: 70px !important;
    height: 70px !important;
  }
  #app .step-redeem-section .step-arrow-img {
    width: 20px !important;
    height: 20px !important;
  }
  #app .step-redeem-section .step-redeem-text {
    font-size: 11px !important;
  }
}
@media (max-width: 1500px) {
  #app .step-redeem-section {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 668px) {
  #app .step-redeem-section {
    display: none;
  }
}
#app .step-redeem-mobile-section {
  background: linear-gradient(180deg, #fff, #e0fffc);
  padding-block: 20px;
  padding-inline: 30px;
}
#app .step-redeem-mobile-section .step-redeem-card {
  scale: 120%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
#app .step-redeem-mobile-section .step-redeem-card .content {
  gap: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-shrink: 0;
  padding-inline: 20px;
  max-width: 500px;
}
#app .step-redeem-mobile-section .step-redeem-card .content .step-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 500px;
}
#app .step-redeem-mobile-section .step-redeem-card .content .step-redeem-img {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
#app .step-redeem-mobile-section .step-redeem-card .content .step-redeem-text {
  font-size: 17px;
  font-weight: 600 !important;
  color: #616c76;
  line-height: 1.4;
  word-break: break-word;
  text-align: left;
  max-width: 150px;
}
#app
  .step-redeem-mobile-section
  .step-redeem-card
  .content
  .step-arrow-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 25px;
}
#app .step-redeem-mobile-section .step-redeem-card .content .step-arrow-img {
  width: 20px;
  height: 20px;
}
@media (max-width: 390px) {
  #app .step-redeem-mobile-section .step-redeem-card {
    background-size: cover !important;
  }
}
@media (min-width: 669px) {
  #app .step-redeem-mobile-section {
    display: none;
  }
}
#app .footer-section {
  background-color: #28323c;
}
#app .footer-section .content {
  display: flex;
  justify-content: center;
  padding-block: 30px;
  gap: 130px;
  color: #fff;
}
#app .footer-section .content .divider {
  width: 1px;
  height: 90px;
  background-color: hsla(0, 0%, 100%, 0.2666666667);
  align-self: center;
}
#app .footer-section .content .footer-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#app .footer-section .content .footer-block .text {
  font-size: 17px;
}
#app .footer-section .content .footer-block .footer-img {
  width: 370px;
  height: auto;
}
#app .footer-section .copyright {
  margin-inline: 7vw;
  border-top: 1px solid #616c76;
  color: #616c76;
  text-align: left;
  padding-top: 10px;
  font-size: 15px;
}
@media (max-width: 1500px) {
  #app .footer-section .copyright {
    margin-inline: 5vw !important;
  }
}
@media (max-width: 1700px) {
  #app .footer-section .content {
    gap: 70px;
  }
}
@media (max-width: 1440px) {
  #app .footer-section .content {
    gap: 30px;
  }
}
@media (max-width: 1260px) {
  #app .footer-section .content {
    gap: 30px;
  }
  #app .footer-section .content .footer-img {
    width: 280px !important;
    height: auto;
  }
}
@media (max-width: 1024px) {
  #app .footer-section .content {
    gap: 30px;
  }
  #app .footer-section .content .footer-img {
    width: 220px !important;
    height: auto;
  }
}
@media (max-width: 910px) {
  #app .footer-section .content {
    gap: 20px;
  }
  #app .footer-section .content .footer-img {
    width: 200px !important;
    height: auto;
  }
}
@media (max-width: 768px) {
  #app .footer-section .content {
    gap: 30px;
  }
  #app .footer-section .content .footer-img {
    width: 170px !important;
    height: auto;
  }
}
@media (max-width: 670px) {
  #app .footer-section .content {
    gap: 20px;
  }
  #app .footer-section .content .footer-img {
    width: 150px !important;
    height: auto;
  }
}
@media (max-width: 480px) {
  #app .footer-section .content {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
  #app .footer-section .content .divider {
    display: none;
  }
  #app .footer-section .content .text {
    text-align: left;
    width: 100%;
  }
  #app .footer-section .content .footer-block {
    align-items: center;
    margin-left: 40px;
    margin-right: auto;
  }
  #app .footer-section .content .footer-img {
    width: 280px !important;
    height: auto;
  }
  #app .footer-section .copyright {
    font-size: 12px;
    display: flex;
    justify-content: center;
  }
}
#app .chance-text {
  color: #616c76;
  font-size: 15px;
  font-weight: 600 !important;
  margin-top: 10px;
}
#app .free-spin-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
#app .free-spin-modal-overlay .modal-content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}
#app .free-spin-modal-overlay .modal-content .congrats-text {
  font-size: 25px;
  margin-top: 120px;
  color: #fff;
}
#app .free-spin-modal-overlay .modal-content .claim-reward-text {
  font-size: 25px;
  margin-top: 20px;
  color: #fff;
}
#app .free-spin-modal-overlay .modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
#app .free-spin-modal-overlay .modal-content .popup-text {
  width: 400px;
  height: auto;
  color: #fff;
}
#app .free-spin-modal-overlay .modal-content .popup-text-ms {
  width: 300px !important;
}
#app .free-spin-modal-overlay .modal-content .claim-btn {
  cursor: pointer;
  width: 330px;
  margin-top: 40px;
}
@media (max-width: 550px) {
  #app .free-spin-modal-overlay .modal-content .congrats-text {
    font-size: 20px;
    margin-top: 60px;
    color: #fff;
  }
  #app .free-spin-modal-overlay .modal-content .congrats-text-ms {
    font-size: 18px !important;
  }
  #app .free-spin-modal-overlay .modal-content .claim-reward-text {
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
  }
  #app .free-spin-modal-overlay .modal-content .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
  }
  #app .free-spin-modal-overlay .modal-content .popup-text {
    width: 240px;
    height: auto;
    color: #fff;
  }
  #app .free-spin-modal-overlay .modal-content .popup-text-ms {
    width: 189px !important;
  }
  #app .free-spin-modal-overlay .modal-content .claim-btn {
    cursor: pointer;
    width: 230px;
    margin-top: 20px;
  }
}
#app .unlucky-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
#app .unlucky-modal-overlay .modal-content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}
#app .unlucky-modal-overlay .modal-content .oops-text {
  font-size: 25px;
  margin-top: 150px !important;
  color: #fff;
}
#app .unlucky-modal-overlay .modal-content .try-again-text {
  font-size: 16px !important;
  margin-top: -20px;
  color: #fff;
}
#app .unlucky-modal-overlay .modal-content .try-again-red {
  font-size: 16px !important;
  color: red;
}
#app .unlucky-modal-overlay .modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
#app .unlucky-modal-overlay .modal-content .unlucky-text {
  width: 370px !important;
  height: auto;
  margin-top: -30px;
  color: #fff;
}
#app .unlucky-modal-overlay .modal-content .unlucky-emoji {
  width: 180px !important;
  height: auto;
  margin-top: -30px;
}
#app .unlucky-modal-overlay .modal-content .claim-btn {
  cursor: pointer;
  width: 330px;
  margin-top: 10px !important;
}
@media (max-width: 550px) {
  #app .unlucky-modal-overlay .modal-content .oops-text {
    font-size: 20px !important;
    margin-top: 65px !important;
    color: #fff;
  }
  #app .unlucky-modal-overlay .modal-content .try-again-text {
    font-size: 12px !important;
    margin-top: -20px;
    color: #fff;
  }
  #app .unlucky-modal-overlay .modal-content .try-again-red {
    font-size: 12px !important;
    color: red;
  }
  #app .unlucky-modal-overlay .modal-content .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
  }
  #app .unlucky-modal-overlay .modal-content .unlucky-text {
    width: 240px !important;
    height: auto;
    margin-top: -30px;
    color: #fff;
  }
  #app .unlucky-modal-overlay .modal-content .unlucky-emoji {
    width: 130px !important;
    height: auto;
    margin-top: -15px;
  }
  #app .unlucky-modal-overlay .modal-content .claim-btn {
    cursor: pointer;
    width: 230px;
    margin-top: 10px !important;
  }
}
#app #claimBtn,
#app #luckySpinButtonDesktop,
#app #luckySpinButtonMobile {
  animation: pulse 1s ease-in-out infinite;
  transform-origin: center;
}
#app .wheel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 750px;
  height: 750px;
  margin: 0 auto;
}
#app .wheel-wrapper .click-spin-btn {
  position: absolute;
  bottom: -15px;
  left: 30%;
  width: 300px;
  z-index: 3;
  cursor: pointer;
  animation: pulse 1s ease-in-out infinite;
  transform-origin: center;
}
@media (max-width: 768px) {
  #app .wheel-wrapper {
    display: none;
  }
}
#app .wheel-wrapper-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}
#app .wheel-wrapper-mobile .click-spin-btn {
  position: absolute;
  bottom: -15px;
  left: 20%;
  transform: translateX(-50%);
  width: 300px;
  z-index: 3;
  cursor: pointer;
}
@media (min-width: 769px) {
  #app .wheel-wrapper-mobile {
    display: none;
  }
}
#app .outer-ring {
  width: 110%;
  height: 110%;
}
#app .center-image,
#app .outer-ring {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#app .center-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
}
@media (max-width: 768px) {
  #app .center-image {
    width: 120px !important;
    height: 120px !important;
  }
}
#app #canvas {
  position: relative;
  z-index: 2;
}
