* {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}

html, body {
  height: 100%;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

table, th, td {
  border: 1px solid white;
}

table {
  margin-bottom: 10px;
}

th {
  padding: 5px;
}

th, td {
  text-align: center;
}

th {
  background-color: #FEC701;;
}

body {
  position: relative;
	background: #070826 url(img/background-desktop.jpg) no-repeat fixed center;
	background-size: 100% 100%;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	overflow-x: hidden;
}

img {
	max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile {
	display: none;
}

.hero-wrapper {
  padding: 2% 50px 30px;
}

.hero-character-list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.hero-character-item {
  position: relative;
  width: 300px;
  height: auto;
}

.hero-character-item::after {
  content: "";
  position: absolute;
  bottom: 3vw;
  left: 50%; 
  transform: translate(-50%, 0);
  background-size: cover;
  width: 60px;
  height: 60px;
}

.hero-character-item:nth-child(1)::after {
  background-image: url(img/add-button-violet.png);
}

.hero-character-item:nth-child(2)::after {
  background-image: url(img/add-button-blue.png);
}

.hero-character-item:nth-child(4)::after {
  background-image: url(img/add-button-yellow.png);
}

.hero-character-item:nth-child(5)::after {
  background-image: url(img/add-button-green.png);
}

.hero-character-item:hover::after {
  cursor: pointer;
}

.blue-character {
  width: 270px;
}

.yellow-character {
  width: 270px;
  margin-left: -1%;
}

.pink-character {
  width: 400px;
}

.hero-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.hero-refer-image {
  width: 55%;
  margin-bottom: 20px;
}

.hero-deposit-button {
  display: block;
  width: 250px;
  height: auto;
}

.hero-deposit-button:hover {
  cursor: pointer;
}

.tnc-btn a, .tnc-anchor a {
	color: #fff;
	text-decoration:  none;
	font-family:  'Helvetica', sans-serif;
	font-size: 24px;
	display: inline-block;
	margin-top: 1.5rem;
}

.tnc-anchor a:hover {
  color: #FEC701;
}

.tnc-container.modal {
	background-color: #06062C;
	color:  #fff;
  border: 2px solid #7E0A71;
}
.tnc-container.modal h2 {
	color:  #f9b104;
}

/* Responsiveness */
@media screen and (max-width: 1600px) {

  .hero-character-item::after {
    width: 50px;
    height: 50px;
  }

  .hero-refer-image {
    width: 60%;
  }

  .hero-deposit-button {
    width: 200px;
  }
}

@media screen and (max-width: 1400px) {
  html {
    height: unset;
  }
  
  body {
    height: unset;
  }
}

@media screen and (max-width: 1200px) {
  .hero-character-item::after {
    width: 40px;
    height: 40px;
  }

  .hero-refer-image {
    width: 70%;
  }

  .hero-deposit-button {
    width: 180px;
  }
}

@media screen and (max-width: 1024px) {
  body {
		background: url(img/background-mobile.png) no-repeat fixed center; 
    background-size: 100% 100%;
	}

	.mobile { 
    display: block; 
  }

	.desktop { 
    display: none; 
  }

  .hero-wrapper {
    padding: 60px 0;
  }

  .hero-character-container {
    margin-bottom: 60px;
  }

  .hero-refer-mb {
    max-width: 80%;
    width: 400px;
    height: auto;
    padding: 0 2%;
    margin: 0 auto;
  }

  .hero-character-list {
    width: 100%;
    margin-top: -40%;
    padding: 0 5%;
    gap: 0 20px;
  }
  
  .hero-character-item {
    width: 100%;
  }
  
  .hero-character-item::after {
    width: 50px;
    height: 50px;
  }

  .hero-pink-bg {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .violet-character {
    position: relative;
    width: 700px;
    margin: 0px;
  }

  .violet-character::after {
    left: 10vw;
    bottom: 8vw;
    transform: translate(-50%, 0);
  }

  .blue-character {
    width: 610px;
    margin-top: -18px;
  }

  .blue-character::after {
    left: 9vw;
    bottom: 6vw;
    transform: translate(-50%, 0);
  }

  .pink-character {
    width: 800px;
    margin-top: -12%;
    margin-right: -3%;
  }

  .yellow-character {
    width: 600px;
    margin-top: -20px;
  }

  .yellow-character::after {
    left: 7vw;
    bottom: 6vw;
    transform: translate(-50%, 0);
  }

  .green-character {
    width: 700px;
  }

  .green-character::after { 
    left: 9vw;
    bottom: 8vw;
    transform: translate(-50%, 0);
  }

  .hero-text-container {
    max-width: 180%;
    margin-top:30px;
    padding: 0 10vw;
  }

  .hero-refer {
    margin-bottom: 0;
  }

  .hero-credit-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .hero-deposit-button {
    max-width: 300px;
    width: 70%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 850px) {
  .hero-deposit-button {
    margin-top: 30px;
  }

  .hero-character-item::after {
    width: 40px;
    height: 40px;
  }

  .violet-character::after {
    bottom: 8vw;
    transform: translate(-50%, 0);
  }

  .blue-character::after {
    bottom: 6vw;
    transform: translate(-50%, 0);
  }

  .yellow-character::after {
    bottom: 6vw;
    transform: translate(-50%, 0);
  }

  .green-character::after { 
    bottom: 8vw;
    transform: translate(-50%, 0);
  }
}


@media screen and (max-width: 375px) {
  .hero-wrapper {
    padding-top: 50px;
  }

  .hero-deposit-button {
    margin-top: 20px;
  }

  .hero-character-item::after {
    width: 30px;
    height: 30px;
  }
}

/* Confetti Background  */
.confetti-container {
	z-index: -1;
	inset: 0;

	overflow: hidden;
	min-height: 100%;
	padding: 60px;
	position: absolute;
	top: 0;
	width: 100%;
}
.confetti-container img {
	width: 8vw;
	height: 8vw;
	max-width: 60px;
	max-height: 60px;
	position:absolute;
	display: flex;
	top: -100px;
}

.set {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}
.set.set2 {
	filter: blur(2px);
	transform: rotateY(180deg) scale(1.25);
	max-height: calc(100% - 11%);
	max-width: 96vw;
	left: -9%;
}
.set.set3 {
	filter: blur(4px);
	transform: rotateY(180deg) scale(0.8);
	top: -10%;
    width: 125%;
    left: -13%;
    max-width: 96vw;
}

.set div {
	animation-name: animate;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	display: block;
	opacity: 0;
	position: absolute;
	top: -10%;
	transform: rotateZ(0) translateX(20px);
}
.set div:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 10s;
	left: 20%;
}
.set div:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 25s;
	left: 50%;
}
.set div:nth-child(3) {
	animation-delay: 3s;
	animation-duration: 15s;
	left: 70%;
}
.set div:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 17s;
	left: 0;
}
.set div:nth-child(5) {
	animation-delay: -4s;
	animation-duration: 16s;
	left: 85%;
}
.set div:nth-child(6) {
	animation-delay: 1s;
	animation-duration: 19s;
	left: 4%;
}
.set div:nth-child(7) {
	animation-delay: 2s;
	animation-duration: 17s;
	left: 15%;
}
.set div:nth-child(8) {
	animation-delay: 7s;
	animation-duration: 11s;
	left: 60%;
}
.set div:nth-child(9) {
	animation-delay: -2s;
	animation-duration: 15s;
	left: 25%;
}
.set div:nth-child(10) {
	animation-delay: -5s;
	animation-duration: 15s;
	left: 57%;
}
.set div:nth-child(11) {
	animation-delay: 7s;
	animation-duration: 13s;
	left: 55%;
}
.set div:nth-child(12) {
	animation-delay: -8s;
	animation-duration: 11s;
	left: 2%;
}
.set div:nth-child(13) {
	animation-delay: 8s;
	animation-duration: 21s;
	left: 83%;
}
.set div:nth-child(14) {
	animation-delay: 4s;
	animation-duration: 17s;
	left: 9%;
}
.set div:nth-child(15) {
	animation-delay: 1s;
	animation-duration: 19s;
	left: 45%;
}
.set div:nth-child(16) {
	animation-duration: 18s;
	left: 64%;
}
.set div:nth-child(17) {
	animation-delay: -5s;
	animation-duration: 20s;
	left: 10%;
}
.set div:nth-child(18) {
	animation-delay: -10s;
	animation-duration: 23s;
	left: 91%;
}
.set div:nth-child(19) {
	animation-duration:13s;
	left: 8%;
}
.set div:nth-child(20) {
	animation-duration: 19s;
	left: 12%;
}
.set div:nth-child(21) {
	animation-duration: 22s;
	left: 65%;
}

/* Animation */

@keyframes animate {	
	10% {
		opacity: 1;
	}
	
	20% {
		transform: rotateZ(45deg) translateX(-20px);
	}
	
	40% {
		transform: rotateZ(90deg) translateX(-20px);
	}
	
	60% {
		transform: rotateZ(180deg) translateX(20px);
	}
	
	80% {
		transform: rotateZ(180deg) translateX(-20px);
	}
	
	100% {
		top: 110%;
		transform: rotateZ(225deg) translateX(-20px);
	}
}