
body {
  padding: 0;
  margin: 0;
  font-family: Rubik;
  /* overflow-x: hidden; */
}
a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}
@font-face {
  font-family: Rubik;
  src: url(/static/fonts/rubik.ttf);
}
@font-face {
  font-family: Satisfy;
  src: url(/static/fonts/satisfy.ttf);
}
.realtive{
  position: relative;
}
/* background */
.background-black {
  background-color: #000;
}
.background-1 {
  position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  background-image: url(/static/images/landing/img/background/bg-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}
.background-2 {
  height: 880px;
  background-image: url(/static/images/landing/img/background/bg-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* logo */
.logo-box {
  padding-top: 184px;
  padding-bottom: 93px;
}
.logo {
  margin: auto;
  display: block;
  height: 136px;
  transition: all 1s;
  opacity: 1;
}
.logo.active{
  opacity: 1;
}
.jacky-wrapper{
  width: 1400px;
  margin: 0 auto;
  position: relative;
  max-width: 1400px;
  padding-top: 6rem;
}
.bg-1{
  width: 100%;
  position: absolute;
  object-fit: cover;
}
.jacky-container{
  display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8%;
    padding-top: 1.5rem;
}
.jacky-region__wrapper{
  background: #56565680;
  padding: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.jacky-left__wrapper{
  z-index: 1;
  width: 40%;
}
.jacky-region__img{
  z-index: 1;
  width: 50%;
  max-width: 800px;
  position: relative;
  left: -9rem;
  bottom: 0;
}
.jacky-region__container{
  border-radius: 10px;
  background: #282828A6;
  padding: 1rem;
}
.jacky-logo{
  width: 233px;
  padding-left: 2rem;
}
.jacky-title{
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 2rem;
  margin: 1rem 0;
}
/* country logo */
.country-logo-list {
  display: inline-grid;
  justify-content: center;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  /* display: flex;
  justify-content: center;
  gap: 76.72px; */
}
.country-logo-box {
  position: relative;
  transition: all .3s;
  opacity: 1;
}
.country-logo {
  height: 63.28px;
  cursor: pointer;
  margin: auto;
  display: block;
}
.country-logo.disabled {
  cursor: none;
}

.country-text {
  text-align: center;
  padding-top: 14.72px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.country-disable{
    pointer-events: none;
}
.o-1{
  transition: all 1s;
}
.o-2{
  transition: all 2s;
}
.o-3{
  transition: all 3s;
}
.o-4{
  transition: all 4s;
}
.o-5{
  transition: all 5s;
}
.country-logo-box.active{
  opacity: 1;
}
.country-logo-border {
  position: absolute;
}

.country-text-hints {
  color: #B2B2B2;
  padding-top: 5px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

/* customer-service */
.customer-service-box {
  /* margin: 276.36px auto auto auto; */
  margin-top: 2rem;
  display: block;
  border: 1.3px solid #B2B2B2;
  border-radius: 41.14px;
  width: 430px;
  opacity: 1;
  transition: all 1s;
}
.customer-service-box.active{
  opacity: 1;
}
.customer-service-box {
  padding: 10.55px 0 13.98px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.customer-service-column {
}
.customer-service-title {
  color: #B2B2B2;
  font-size: 14px;
}
.customer-service-icon-list {
  display: flex;
  align-items: center;
  gap: 19.83px;
  padding-top: 8.73px;

}
.customer-service-icon {
  height: 32.11px;
  cursor: pointer;
}
.customer-service-icon.telegram2 {
  height: 18.14px;
}
.customer-service-center-line {
  width: 1px;
  height: 53.77px;
  background-color: #fff;
  margin: 0 25px 0 19px;
}


/* brand-ambassador */
.brand-ambassador-title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-top: 43px;
}
.main-ambassador {
  margin-top: 85px;
  position: relative;
}

.main-ambassador-img-box {
  position: relative;
  width: 80%;
  margin: auto;
  display: block;
  max-width: 942px;
}
.main-ambassador-img {
  /* background-image: url(./img/brand-ambassador/bg-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 306px;
  width: 100%; */
}
.main-ambassador-user {
  background-image: url(/static/images/landing/img/brand-ambassador/bg-miko-wong.png);
  height: 501.48px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 512.1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-ambassador-bg{
  width: 100%;
}
.main-ambassador-user.webapp {
  background-image: url(/static/images/landing/img/brand-ambassador/bg-miko-wong-webapp.png);
  display: none;
}
.main-ambassador-content {
  position: absolute;
  top: 17.33px;
  left: 7%;
  color: #fff;
}
.main-ambassador-name {
  font-family: Satisfy;
  font-size: 5rem;
}
.main-ambassador-text {
  padding-top: 6.15px;
  text-align: justify;
  width: 384px;
  font-size: .85rem;
}
.main-ambassador-text.webapp {
  display: none;
}
.main-ambassador-user-img{
  width: 50%;
  object-fit: contain;
  position: absolute;
  bottom: 6px;
  right: 0;
}

/* collaboration */
.collaboration {

}
.collaboration-title {
  padding-top: 39px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.collaboration-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: auto;
  margin-top: 38px;
}
.collaboration-icon__wrapper{
  border: 1px solid #FABB2E;
  border-radius: 50%;
  overflow: hidden;
}
.collaboration-icon-box {
  position: relative;
  border-radius: 50%;
  flex: 1;
}
.collaboration-icon {
  /* position: absolute; */
  transition: all .3s;
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 100%;
  /* border: 2px solid transparent;
  border-image: url(./img/collaboration/border.png) round;
  border-image-slice: 150 150 fill;
  border-image-width: 50px 50px; */
}
.collaboration-icon__wrapper:hover .collaboration-icon{
  transform: scale(1.2);
}
.collaboration-text {
  margin: auto;
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 11.36px;
}
.collaboration-content {
  padding-top: 33.91px;
  width: 940px;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: justify;
}

/* number game */
.number-game {
  position: relative;
}
.number-game-title {
  padding: 39px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.number-game-bg-box {
  position: relative;
  height: 625px;
  max-width: 1090px;
  width: 80%;
  margin: auto;
  display: block;
}
.number-game-bg {
  width: 100%;
  margin: auto;
  display: block;
  height: 100%;
  font-family: emoji;
  object-fit: contain;
}
.number-game-ball {

  position: absolute;
}
.number-game-ball.top {
  height: 389px;
  top: -190px;
  left: -280px;
}
.number-game-ball.bottom {
  height: 168px;
  bottom: -70px;
  left: 40px;

}
.number-game-ball.right-box {
  right: -100px;
  top: 57.5%;
  transform: translate3d(0, -50%, 0);
  height: 200px;
  width: 220px;
  overflow: hidden;

}
.number-game-ball.right {
  height: 282px;
}
.number-game-box {
  padding-top: 138px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
  width: 80%;
  max-width: 1300px;
  padding-bottom: 40px;
  border-bottom: 2px solid #D9D9D9;
}
.number-game-img {
width: 48%;
}
.number-game-content {
  width: 50%;
}
.number-game-content-title {
  color: #FABB2E;
  font-size: 2.3rem;
  padding-bottom: 5px;
  font-weight: bold;
}
.number-game-content-text {
  color: #B2B2B2;
  padding-top: 10px;
  font-size: 1rem;
}

/* how to win - mini */
.how-to-win-mini {
  padding-bottom: 40px;
  border-bottom: 2px solid #D9D9D9;
}
.how-to-win-mini-content {

}
.how-to-win-mini {
  padding-top: 40px;
  width: 1300px;
  margin: auto;
  display: flex;
  gap: 60px;
}
.mini-ul ul {
  color: #B2B2B2;
  font-size: 16px;
}
.mini-ul ul li {
  list-style-type: decimal;
  line-height: 30px;
  font-size: 1rem;
}
.red-text {
  color: #CC3633;
}
.yellow-text {
  color: #FABB2E;
}
.white-text {
  color: #fff;
}
.green-text {
  color: #289D82;
}
.minu-ul-ul li {
  list-style-type: disc !important;
}
.how-to-win-mini-image-list {
}
.how-to-win-mini-image-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  height: 10rem
}
.how-to-win-mini-image-box:last-child {
  margin-bottom: 0;
}
.how-to-win-mini-image-box-first-prize {
  height: inherit;
}
.how-to-win-mini-image-box-arrow {
  width: 44px;
}
.how-to-win-mini-image-box-prize {
  height: inherit;
  width: 295px;
  object-fit: contain;
}


/* how to win - grand */
.how-to-win-grand {
  padding-bottom: 40px;
  border-bottom: 2px solid #D9D9D9;
}
.how-to-win-grand-content {

}
.how-to-win-title {
  color: #FABB2E;
  font-weight: 600;
  font-size: 2.3rem;
}
.how-to-win-grand {
  padding-top: 40px;
  width: 1300px;
  margin: auto;
  display: flex;
  gap: 43px;
}
.grand-ul ul {
  color: #B2B2B2;
  font-size: 16px;
}
.grand-ul ul li {
  list-style-type: disc;
  line-height: 30px;
  font-size: 1rem;
}
.how-to-win-grand-image-list {
  
}
.how-to-win-grand-image-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}
.how-to-win-grand-image-box:last-child {
  margin-bottom: 0;
}
.how-to-win-grand-image-box-prize {
  width: 290px;
  object-fit: contain;
}

/* video */
.video {

  margin-top: 60px;
}

.video-title {
  width: 304px;
  color: #FABB2E;
  height: 64px;
  line-height: 64px;
  background-color: #1B1B1B;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  display: block;
}
.video-box {
  width: calc(834px + 14.5px + 14.5px);
  height: calc(465px + 14.5px + 14.5px);
  margin: 59px auto 0;
  position: relative;
}
.video-iframe {
  border: 14.5px solid #535353;
  border-radius: 20px;
  display: block;
  width: 834px;
  height: 465px;
  position: relative;
  z-index: 2;
}
.video-ball {

  position: absolute;
}
.video-ball.right-box {
  right: -63px;
  top: -50px;
  height: 180px;
  width: 220px;
  overflow: hidden;
  position: absolute;
}
.video-ball.right {
  height: 399px;
  position: absolute;
  top: -90px;
  left: -130px;

}
/* .video-ball.right {
  right: -320px;
  top: 65px;
  transform: translate3d(0, -50%, 0);
  height: 389px;
} */
.video-ball.left {
  height: 188px;
  bottom: 20px;
  left: -150px;
  z-index: 3;

}

/*  description */
.desc-list {
  display: grid;
  width: 1300px;
  gap: 44px;
  grid-template-columns: repeat(3, 1fr);
  margin: 100px auto 0; 
}
.desc-box {
  font-size: 14px;
}
.desc-title {
  color: #FABB2E;
  font-size: 1.1rem;
}
.desc-content p{
  margin: 0;
  margin-bottom: 10px;
}
.desc-content a{
  color: #FABB2E;
}
.desc-content {
  color: #B4B4B4;
  text-align: justify;
}
.desc-title-1{
  color: #FABB2E;
  font-size: 1.5rem;
}
/* footer */
.footer {
  width: 1300px;
  margin: auto;
  display: block;
  padding: 207px 0 194px;
  padding-bottom: 10px;
}
.footer-logo-box {
}
.footer-logo {
  height: 68px;
  margin: 0 auto 25px;
  display: block;
}
.footer-desc {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  gap: 34px;
  font-size: 24px;
}

.footer-desc-text {

}
.footer-icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding-top: 34px;
  margin-bottom: 1rem;
}
.footer-icon-box {
}
.footer-icon {
  cursor: pointer;
  width: 18px;
}
.copyright {
  padding-top: 38px;
  color: #B2B2B2;
  text-align: center;
}

.landing-container{
  width: 80%;
  max-width: 1300px;
}
.anj-logo__wrapper{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 10px;
}
.anj-logo__wrapper img{
  width: 50px;
  height: 50px;
}
.footer-copyright__wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.footer-copyright__paragraph{
  margin-bottom: 12px;
  color: #B4B4B4;
}
.footer-copyright__paragraph a{
  color: white;
}
@media(max-width: 1400px) {
  html{
      font-size: 14px;
  }
}


@media(max-width: 768px) {
  /* background */
  .background-1 {
      /* height: auto; */
  }
  .background-2 {
      height: auto;
  }
  .logo-box {
      padding-top: 104px;
  }
  .logo {
      height: 70.59px;
  }
  .jacky-container__mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .jacky-logo{
    z-index: 1;
    padding-left: 0;
    margin: 3rem 0;
  }
  .jack-mobile__bg{
    width: 90%;
  }
  .country-logo-list {
      /* display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-auto-rows: 100px;
      grid-gap: 10px; */
  }
  /* .country-logo-box:nth-child(-1n + 3) {
      grid-column: span 4;
  }
  .country-logo-box:nth-last-child(2) {
      grid-row-start: 2;
      grid-column: 3 / span 4;
  }
  .country-logo-box:nth-last-child(1) {
      grid-row-start: 2;
      grid-column: 7 / span 4;
  }
  .country-logo, .country-logo.disabled {
      height: 51px;
  }
  .country-logo-box:nth-child(3) {
      margin-right: 0;
  } */
  .country-text {
      font-size: 12px;
      padding-top: 9px;
  }
  
  /* customer-service */
  .customer-service-box {
      max-width: 336px;
      margin-top: 86.39px;
      width: calc(100% - 24px);
      margin: auto;
  }
  .customer-service-icon-list {
      gap: 7px;
  }
  .customer-service-title {
      font-size: 10px;
  }
  .customer-service-icon {
      height: 28.46px;
  }
  
  /* main-ambassador */
  .brand-ambassador-title {
      font-size: 14px;
  }
  .main-ambassador {
      margin-top: 35px;
  }
  .main-ambassador-img-box {
      width: 100%;
      height: auto;
  }
  .main-ambassador-img {
      width: 100%;
  }
  .main-ambassador-user {
      height: 148px;
      width: 151.13px;
      bottom: 0;
      display: none;
  }
  .main-ambassador-user.webapp {
      display: block;
  }
  .main-ambassador-content {
      left: 24px;
      top: 5px;
  }
  .main-ambassador-name {
      font-size: 32.16px;
  }
  .main-ambassador-text {
      font-size: 10px;
      width: 200px;
      display: none;
      padding-top: 0;
  }
  .main-ambassador-text.webapp {
      display: block;
  }
  
  
  /* collaboration */
  .collaboration-title {
      font-size: 14px;
  }
  .collaboration-icon {
  }
  .collaboration-list {
      width: calc(100% - 88px);
      display: grid;
      margin: 20.43px auto 0;
      grid-template-columns: repeat(3, calc(33% - 15px));
      gap: 22.63px;
  }
  .collaboration-content {
      width: calc(100% - 50px);
      font-size: 10px;
  }
  .collaboration-text {
      font-size: 10px;
  }
  
  /* number game */
  .number-game-title {
      font-size: 14px;
      padding-top: 68px;
  }
  .number-game-bg-box {
      width: 80%;
      height: auto;
  }
  .number-game-bg {
      width: 100%;
      height: auto;
  }
  .number-game-ball.top {
      height: 99.81px;
      left: -70px;
      top: -50px;
  }
  .number-game-ball.right-box {
  
  }
  .number-game-ball.right-box {
      width: 50px;
      height: 50px;
      right: -25px;
  }
  .number-game-ball.right {
      height: 70.54px;
  }
  .number-game-ball.bottom {
      height: 47.03px;
      bottom: -20px;
  }
  
  .number-game-box {
      padding-top: 30.87px;
      width: calc(100% - 48px);
      flex-direction: column-reverse;
      gap: 10px;
      align-items: start;
  }
  .number-game-img {
      width: 100%;
      height: auto;
      margin: auto;
      display: block;
  }
  .number-game-content{
      width: 100%;
  }
  .number-game-content-title {
      font-size: 24px;
  }
  .number-game-content-text {
      width: 100%;
      margin: auto;
      display: block;
      font-size: 12px;
      line-height: 24px;
  }
  
  
  /* how to win - mini */
  .how-to-win-mini {
  
      width: calc(100% - 48px);
      margin: auto;
      display: block;
  }
  .how-to-win-mini-content {
  }
  .how-to-win-title {
      font-size: 24px;
  }
  .mini-ul {
      margin-left: 16px;
  }
  .mini-ul ul{
      margin: 0;
      padding: 0;
  }
  .mini-ul ul li {
      font-size: 12px;
      list-style-position: outside;
  }
  .mini-ul ul li ul {
      margin-left: 16px;
  }
  
  .how-to-win-mini-image-box-first-prize {
      height: 76px;
  }
  .how-to-win-mini-image-box-arrow {
      width: 22px;
  }
  .how-to-win-mini-image-box-prize {
      width: 50%;
  }
  .how-to-win-mini-image-box {
      justify-content: center;
      margin-top: 10px;
  }
  
  
  /* grand jackpot */
  .how-to-win-grand {
      flex-direction: column-reverse;
      align-items: start;
      width: calc(100% - 48px);
      margin: auto;
      gap: 10px;
  }
  .grand-ul {
      margin-left: 16px;
  }
  .grand-ul ul{
      margin: 0;
      padding: 0;
  }
  .grand-ul ul li {
      font-size: 12px;
      list-style-position: outside;
  }
  .how-to-win-grand-image-box {
      gap: 24px;
  }
  .how-to-win-grand-image-box-prize {
    height: inherit;
    width: 100%;
  }
  
  
  /* video */
  .video-box {
      width: calc(100% - 33px);
      margin: 22px auto 0;
      display: block;
      height: auto;
  }
  .video-iframe {
      width: calc(100% - 11px);
      height: auto;
      border: 5.5px solid #535353;
  }
  .video-ball.left {
      height: 69.81px;
      left: -35px;
      bottom: -20px;
  }
  
  .video-ball.right-box {
      width: 105px;
      height: 70px;
      right: -10px;
      top: -60px;
  }
  .video-ball.right {
      height: 178.34px;
      position: absolute;
      top: -50px;
      left: -50px;
  
  }
  .video-title {
      width: 112.88px;
      font-size: 8.91px;
      height: 23.76px;
      line-height: 23.76px;
  }
  
  
  /* desc */
  .desc-list {
      grid-template-columns: repeat(2, calc(50% - 5px));
      width: calc(100% - 20px);
      margin: 60.9px auto 0;
      gap: 10px;
  }
  .desc-content {
      color: #fff;
      font-size: 10px;
  }
  .desc-title {
      font-size: 10px;
  }
  
  /* footer */
  .footer {
      width: 100%;
      padding: 52px 0;
  }
  .footer-logo {
      height: 40px;
  }
  .footer-desc {
      gap: 18px;
  }
  .footer-desc-text {
      font-size: 14px;
  }
  .footer-icon-list {
      padding-top: 17.01px;
  }
  .footer-icon {
      width: 12px;
  }
  .copyright {
      padding-top: 16.32px;
      font-size: 10px;
  }
  }
