body,
html {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
#app .background-image {
  background-image: url(../../img/home/bg.png);
  background-size: cover;
  background-position: 0px -39px;
  background-repeat: no-repeat;
  min-height: 57vh;
}

#app .background-image {
  background-image: url(../../img/home/bg.png);
  background-size: cover;
  background-position: unset;
  background-repeat: no-repeat;
  min-height: 57vh;
}

@media (max-width: 992px) {
  #app .background-image {
    background-image: url(../../img/home/bg-mobile.png);
    /* background-size: 700px !important; */
    background-position: bottom !important;
    min-height: 57vh !important;
    background-size: cover !important;
    background-color: #c1f5e3;
  }
}

@media (max-width: 550px) {
  #app .background-image {
    background-size: contain !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: flex-end;
  gap: 100px;
}
#app .top-section .top-left {
  position: relative;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* width: 803px; */
  /* width: 500px; */
  /* gap: 10px; */
  margin-top: 130px;
}
#app .top-section .top-left .logo-img {
  width: 260px;
  margin-bottom: 50px;
  height: auto;
}
#app .top-section .top-right .character-img {
  width: 1200px !important;
  height: auto;
  margin-top: 60px;
  margin-right: -80px;
}
#app .top-section .top-left .main-text-gif {
  width: 530px;
  margin-left: -15px;
}
#app .top-section .top-left .button-disclaimer-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#app .top-section .top-left .button-img {
  width: 280px;
  margin-top: 35px;
  margin-left: 10px;
  animation: pulse 1s ease-in-out infinite;
  transform-origin: left center;
}
#app .top-section .top-left .disclaimer {
  font-size: 20px;
  font-weight: 500;
  color: #87939b;
  text-align: center;
  width: 280px;
  margin-left: 10px;
}
#app .top-section .top-left .second-text {
  color: #11bca7;
  font-size: 40px;
  font-weight: 700;
  margin-block: 0px !important;
}
#app .top-section .top-left .second-text-ms {
  color: #11bca7;
  font-size: 30px;
  font-weight: 500;
  margin-block: 0px !important;
  margin-top: 10px !important;
  margin-left: -15px !important;
}
#app .top-section .top-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 20px; */
}
#app .top-section .top-right .character-wrap {
  position: relative;
  display: inherit;
}
#app .top-section .top-right .luckyspin-img {
  width: 700px;
  height: auto;
}
#app .top-section .top-right .floating-icon {
  position: absolute;
  width: 240px;
  height: auto;
  animation: floatIcon 4s ease-in-out infinite;
  pointer-events: none;
}
#app .top-section .top-right .floating-icon.icon-1 {
  top: 80px;
  left: 200px;
}
#app .top-section .top-right .floating-icon.icon-2 {
  top: 80px;
  left: 500px;
  animation-delay: 0.8s;
}
#app .top-section .top-right .floating-icon.icon-3 {
  top: 80px;
  left: 900px;
  animation-delay: 1.6s;
}
#app .top-section .top-right .floating-icon.icon-4 {
  bottom: 80px;
  left: 200px;
  animation-delay: 2.4s;
}
#app .top-section .top-right .floating-icon.icon-5 {
  bottom: 40px;
  left: 600px;
  animation-delay: 3.2s;
}
#app .top-section .top-right .floating-icon.icon-6 {
  bottom: 90px;
  left: 900px;
  animation-delay: 4s;
}
@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1750px) {
  #app .top-section {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #app .top-section .top-left .logo-img {
    width: 260px;
    margin-bottom: 50px;
    height: auto;
  }
  #app .top-section .top-right .character-img {
    width: 1000px !important;
    height: auto;
    margin-top: 50px;
    margin-right: -80px;
  }
  #app .top-section .top-left .main-text-gif {
    width: 530px;
    margin-left: -15px;
  }
  #app .top-section .top-left .button-disclaimer-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #app .top-section .top-left .button-img {
    width: 280px;
    margin-top: 35px;
    margin-left: 10px;
    animation: pulse 1s ease-in-out infinite;
    transform-origin: left center;
  }
  #app .top-section .top-left .disclaimer {
    font-size: 20px;
    font-weight: 500;
    color: #87939b;
    text-align: center;
    width: 280px;
    margin-left: 10px;
  }
  #app .top-section .top-left .second-text {
    color: #11bca7;
    font-size: 40px;
    font-weight: 700;
    margin-block: 0px !important;
  }
  #app .top-section .top-left .second-text-ms {
    color: #11bca7;
    font-size: 30px;
    margin-block: 0px !important;
    margin-top: 10px !important;
    margin-left: -15px !important;
  }

  #app .top-section .top-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 20px; */
  }
  #app .top-section .top-right .character-wrap {
    position: relative;
    display: inherit;
  }
  #app .top-section .top-right .luckyspin-img {
    width: 700px;
    height: auto;
  }
  #app .top-section .top-right .floating-icon {
    position: absolute;
    width: 180px;
    height: auto;
    animation: floatIcon 4s ease-in-out infinite;
    pointer-events: none;
  }
  #app .top-section .top-right .floating-icon.icon-1 {
    top: 80px;
    left: 120px;
  }
  #app .top-section .top-right .floating-icon.icon-2 {
    top: 80px;
    left: 400px;
    animation-delay: 0.8s;
  }
  #app .top-section .top-right .floating-icon.icon-3 {
    top: 80px;
    left: 800px;
    animation-delay: 1.6s;
  }
  #app .top-section .top-right .floating-icon.icon-4 {
    bottom: 80px;
    left: 100px;
    animation-delay: 2.4s;
  }
  #app .top-section .top-right .floating-icon.icon-5 {
    bottom: 40px;
    left: 500px;
    animation-delay: 3.2s;
  }
  #app .top-section .top-right .floating-icon.icon-6 {
    bottom: 90px;
    left: 800px;
    animation-delay: 4s;
  }
}
@media (max-width: 1500px) {
  #app .top-section {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #app .top-section .top-left {
    margin-top: 80px !important;
  }

  #app .top-section .top-left .logo-img {
    width: 180px;
    margin-bottom: 10px;
    height: auto;
  }
  #app .top-section .top-right .character-img {
    width: 700px !important;
    height: auto;
    margin-top: 50px;
    margin-right: -80px;
  }
  #app .top-section .top-left .main-text-gif {
    width: 430px;
    margin-left: -7px;
  }
  #app .top-section .top-left .button-disclaimer-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #app .top-section .top-left .button-img {
    width: 180px;
    margin-top: 15px;
    margin-left: 10px;
    animation: pulse 1s ease-in-out infinite;
    transform-origin: left center;
  }
  #app .top-section .top-left .disclaimer {
    font-size: 15px;
    font-weight: 500;
    color: #87939b;
    text-align: center;
    width: 180px;
    margin-left: 10px;
  }
  #app .top-section .top-left .second-text {
    color: #11bca7;
    font-size: 30px;
    font-weight: 700;
    margin-block: 0px !important;
  }
  #app .top-section .top-left .second-text-ms {
    color: #11bca7;
    font-size: 20px;
    margin-block: 0px !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
  }

  #app .top-section .top-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* margin-top: 20px; */
  }
  #app .top-section .top-right .character-wrap {
    position: relative;
    display: inherit;
  }
  #app .top-section .top-right .floating-icon {
    position: absolute;
    width: 120px;
    height: auto;
    animation: floatIcon 4s ease-in-out infinite;
    pointer-events: none;
  }
  #app .top-section .top-right .floating-icon.icon-1 {
    top: 80px;
    left: 120px;
  }
  #app .top-section .top-right .floating-icon.icon-2 {
    top: 80px;
    left: 300px;
    animation-delay: 0.8s;
  }
  #app .top-section .top-right .floating-icon.icon-3 {
    top: 80px;
    left: 550px;
    animation-delay: 1.6s;
  }
  #app .top-section .top-right .floating-icon.icon-4 {
    bottom: 80px;
    left: 100px;
    animation-delay: 2.4s;
  }
  #app .top-section .top-right .floating-icon.icon-5 {
    bottom: 40px;
    left: 350px;
    animation-delay: 3.2s;
  }
  #app .top-section .top-right .floating-icon.icon-6 {
    bottom: 90px;
    left: 580px;
    animation-delay: 4s;
  }
}

@media (max-width: 1260px) {
  #app .top-section {
    padding-top: 117px !important;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #app .top-section .top-left {
    margin-top: 80px !important;
  }

  #app .top-section .top-left .logo-img {
    width: 150px;
    margin-bottom: 10px;
    height: auto;
  }
  #app .top-section .top-right .character-img {
    width: 700px !important;
    height: auto;
    margin-top: 50px;
    margin-right: -80px;
  }
  #app .top-section .top-left .main-text-gif {
    width: 360px;
    margin-left: -7px;
  }
  #app .top-section .top-left .button-disclaimer-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #app .top-section .top-left .button-img {
    width: 150px;
    margin-top: 15px;
    margin-left: 10px;
    animation: pulse 1s ease-in-out infinite;
    transform-origin: left center;
  }
  #app .top-section .top-left .disclaimer {
    font-size: 15px;
    font-weight: 500;
    color: #87939b;
    text-align: center;
    width: 150px;
    margin-left: 10px;
  }
  #app .top-section .top-left .second-text {
    color: #11bca7;
    font-size: 27px;
    font-weight: 700;
    margin-block: 0px !important;
  }
  #app .top-section .top-left .second-text-ms {
    color: #11bca7;
    font-size: 17px;
    margin-block: 0px !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
  }

  #app .top-section .top-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* margin-top: 20px; */
  }
  #app .top-section .top-right .character-wrap {
    position: relative;
    display: inherit;
  }
  #app .top-section .top-right .floating-icon {
    position: absolute;
    width: 120px;
    height: auto;
    animation: floatIcon 4s ease-in-out infinite;
    pointer-events: none;
  }
  #app .top-section .top-right .floating-icon.icon-1 {
    top: 80px;
    left: 120px;
  }
  #app .top-section .top-right .floating-icon.icon-2 {
    top: 80px;
    left: 300px;
    animation-delay: 0.8s;
  }
  #app .top-section .top-right .floating-icon.icon-3 {
    top: 80px;
    left: 550px;
    animation-delay: 1.6s;
  }
  #app .top-section .top-right .floating-icon.icon-4 {
    bottom: 80px;
    left: 100px;
    animation-delay: 2.4s;
  }
  #app .top-section .top-right .floating-icon.icon-5 {
    bottom: 40px;
    left: 350px;
    animation-delay: 3.2s;
  }
  #app .top-section .top-right .floating-icon.icon-6 {
    bottom: 90px;
    left: 580px;
    animation-delay: 4s;
  }
}

@media (max-width: 992px) {
  #app .top-section {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    gap: 30px;
  }
  #app .top-section .top-left {
    margin-right: 0 !important;
    margin-left: 0 !important;
    align-items: center;
    margin-top: 65px !important;
  }
  #app .top-section .top-left .logo-img {
    width: 200px !important;
    margin-bottom: 40px !important;
  }
  #app .top-section .top-right .character-img {
    width: 600px !important;
  }
  #app .top-section .top-left .main-text-gif {
    width: 530px;
    /* margin-left: -15px; */
  }
  #app .top-section .top-left .button-disclaimer-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #app .top-section .top-left .button-img {
    width: 220px;
    margin-top: 15px;
    margin-left: 10px;
    animation: pulse 1s ease-in-out infinite;
    transform-origin: center;
  }
  #app .top-section .top-left .disclaimer {
    font-size: 17px;
    font-weight: 500;
    color: #6c767b;
    text-align: center;
    width: 220px;
    margin-left: 10px;
  }
  #app .top-section .top-left .second-text {
    color: #11bca7;
    font-size: 40px;
    font-weight: 700;
    margin-block: 0px !important;
  }
  #app .top-section .top-left .second-text-ms {
    color: #11bca7;
    font-size: 30px;
    margin-block: 0px !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
  }
  #app .top-section .top-right {
    margin-top: 25px !important;
  }
  #app .top-section .top-right .floating-icon {
    position: absolute;
    width: 150px;
    height: auto;
    animation: floatIcon 4s ease-in-out infinite;
    pointer-events: none;
  }
  #app .top-section .top-right .floating-icon.icon-1 {
    top: 20px;
    left: -60px;
  }
  #app .top-section .top-right .floating-icon.icon-2 {
    top: 40px;
    left: 220px;
    animation-delay: 0.8s;
  }
  #app .top-section .top-right .floating-icon.icon-3 {
    top: 20px;
    left: 450px;
    animation-delay: 1.6s;
  }
  #app .top-section .top-right .floating-icon.icon-4 {
    bottom: 10px;
    left: 10px;
    animation-delay: 2.4s;
  }
  #app .top-section .top-right .floating-icon.icon-5 {
    bottom: 0px;
    left: 280px;
    animation-delay: 3.2s;
  }
  #app .top-section .top-right .floating-icon.icon-6 {
    bottom: 30px;
    left: 440px;
    animation-delay: 4s;
  }
}

@media (max-width: 480px) {
  #app .top-section {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    gap: 30px;
    overflow: hidden;
  }
  #app .top-section .top-left {
    margin-right: 0 !important;
    margin-left: 0 !important;
    align-items: center;
    text-align: center;
    margin-top: 40px !important;
  }
  #app .top-section .top-left .logo-img {
    width: 125px !important;
    margin-bottom: 20px !important;
  }
  #app .top-section .top-right .character-img {
    width: 500px !important;
    margin-top: 0px !important;
    margin-right: -7px !important;
    margin-bottom: -20px !important;
  }
  #app .top-section .top-left .main-text-gif {
    width: 330px;
    margin-left: 0px;
  }
  #app .top-section .top-left .button-disclaimer-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #app .top-section .top-left .button-img {
    width: 200px;
    margin-top: 10px;
    /* margin-left: 10px; */
    animation: pulse 1s ease-in-out infinite;
    transform-origin: center;
  }
  #app .top-section .top-left .disclaimer {
    font-size: 13px;
    font-weight: 500;
    color: #87939b;
    text-align: center;
  }
  #app .top-section .top-left .second-text {
    color: #11bca7;
    font-size: 25px;
    font-weight: 700;
    margin-block: 0px !important;
  }
  #app .top-section .top-left .second-text-ms {
    color: #11bca7;
    font-size: 15px;
    font-weight: 600;
    margin-block: 0px !important;
    margin-top: 10px !important;
    margin-left: -15px !important;
  }
  #app .top-section .top-right {
    margin-top: 25px !important;
  }

  #app .top-section .top-right .floating-icon {
    position: absolute;
    width: 80px;
    height: auto;
    animation: floatIcon 4s ease-in-out infinite;
    pointer-events: none;
  }
  #app .top-section .top-right .floating-icon.icon-1 {
    top: 20px;
    left: 50px;
  }
  #app .top-section .top-right .floating-icon.icon-2 {
    top: 40px;
    left: 220px;
    animation-delay: 0.8s;
  }
  #app .top-section .top-right .floating-icon.icon-3 {
    top: 20px;
    left: 360px;
    animation-delay: 1.6s;
  }
  #app .top-section .top-right .floating-icon.icon-4 {
    bottom: 40px;
    left: 80px;
    animation-delay: 2.4s;
  }
  #app .top-section .top-right .floating-icon.icon-5 {
    bottom: 20px;
    left: 250px;
    animation-delay: 3.2s;
  }
  #app .top-section .top-right .floating-icon.icon-6 {
    bottom: 40px;
    left: 350px;
    animation-delay: 4s;
  }
}

@media (max-width: 1500px) {
  #app .top-section {
    padding-top: 70px;
    /* 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 .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;
  padding-bottom: 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;
  /* margin-top: 62px; */
}

#app .chance-text .try-again-red {
  color: red;
}

@media (max-width: 910px) {
  #app .chance-text {
    color: #616c76;
    font-size: 15px;
    font-weight: 600 !important;
    /* margin-top: 10px; */
    margin-top: 62px;
  }
}

#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;
  /* bottom: -55px !important; */
  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; */
  bottom: -55px;
  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;
}
