/* Button particles **************************************/
.btn-particle {
	position: relative;
}

.btn-particle::before, .btn-particle::after {
	position: absolute;
	content: '';
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: -1000;
	transition: all ease-in-out 0.5s;
	background-repeat: no-repeat;
	z-index: 15;
}
.btn-particle::before {
	display: none;
	top: -75%;
	background-image:  
	  radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle,  transparent 20%, #ff9e3b 20%, transparent 30%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%), 
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle,  transparent 10%, #ff9e3b 15%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;

}
.btn-particle::after {
	display: none;
	bottom: -75%;
	background-image:  
	radial-gradient(circle, #ff9e3b 20%, transparent 20%), 
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle,  transparent 10%, #ff9e3b 15%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
	
}
.btn-particle:hover::before {
  	display: block;
  	animation: topParticles ease-in-out 0.75s forwards;
}
.btn-particle:hover::after {
  	display: block;
  	animation: bottomParticles ease-in-out 0.75s forwards;
}

@keyframes topParticles {
  0%{
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;}
 100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
  background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}

@keyframes bottomParticles {
  0%{
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;}
 100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
  background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}
/* Rotation ******************************************/
.rt-animate {
	-webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}
.rt-animate.fast {
	animation-duration: 3s;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg);  } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* Button particles **************************************/
.modal-particle {
	position: relative;
}

.modal-particle::before, .modal-particle::after {
	position: absolute;
	content: '';
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: -1000;
	transition: all ease-in-out 0.5s;
	background-repeat: no-repeat;
}
.modal-particle::before {
	display: none;
	top: -150px;
	background-image:  
	  radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle,  transparent 20%, #ff9e3b 20%, transparent 30%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%), 
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle,  transparent 10%, #ff9e3b 15%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;

}
.modal-particle::after {
	display: none;
	bottom: -150px;
	background-image:  
	radial-gradient(circle, #ff9e3b 20%, transparent 20%), 
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle,  transparent 10%, #ff9e3b 15%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%),
	radial-gradient(circle, #ff9e3b 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
	
}
.modal-particle::before {
  	display: block;
  	-webkit-animation: topParticles ease-in-out 0.75s 3 forwards;
  	-moz-animation: topParticles ease-in-out 0.75s 3 forwards;
  	-ms-animation: topParticles ease-in-out 0.75s 3 forwards;
  	-o-animation: topParticles ease-in-out 0.75s 3 forwards;
  	animation: topParticles ease-in-out 0.75s 3 forwards;
}
.modal-particle::after {
  	display: block;
  	-webkit-animation: bottomParticles ease-in-out 0.75s 3 forwards;
  	-moz-animation: bottomParticles ease-in-out 0.75s 3 forwards;
  	-ms-animation: bottomParticles ease-in-out 0.75s 3 forwards;
  	-o-animation: bottomParticles ease-in-out 0.75s 3 forwards;
  	animation: bottomParticles ease-in-out 0.75s 3 forwards;
}

/* Animation helpers *****************************************/
.animate__delay-02s {
	animation-delay: .2s;
}
.animate__delay-04s {
	animation-delay: .4s;
}
.animate__delay-06s {
	animation-delay: .6s;
}
/* Stars *******************************************************/
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes glitter {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  25% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
.star-glitter {
	animation: glitter 3s ease-in-out 0s infinite normal;
  	-webkit-animation: glitter 3s ease-in-out 0s infinite normal;
  	-moz-animation: glitter 3s ease-in-out 0s infinite normal;
  	-ms-animation: glitter 3s ease-in-out 0s infinite normal;
  	-o-animation: glitter 3s ease-in-out 0s infinite normal;
  	animation: glitter 3s ease-in-out 0s infinite normal;
}
/* Claim button ************************/
.btn-claim {
	position: relative;
	box-shadow: 0 0 10px #ff9e3b;
	overflow: hidden;
    -webkit-animation: glowing-orange 2s infinite;
    -moz-animation: glowing-orange 2s infinite;
    -o-animation: glowing-orange 2s infinite;
    animation: glowing-orange 2s infinite;
}
@-webkit-keyframes glowing-orange {
	0% {
	  	box-shadow: 0 0 5px #ff9e3b;
	}
	50% {
	  	box-shadow: 0 0 20px #ff9e3b;
	}
	100% {
	 	box-shadow: 0 0 5px #ff9e3b;
	}
}
@-moz-keyframes glowing-orange {
	0% {
	  	box-shadow: 0 0 5px #ff9e3b;
	}
	50% {
	  	box-shadow: 0 0 20px #ff9e3b;
	}
	100% {
	 	box-shadow: 0 0 5px #ff9e3b;
	}
}
.btn-claim::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 100px;
	border-right: 6px solid rgba(255, 255, 255, .2);
	border-left: 12px solid rgba(255, 255, 255, .2);
	top: -30px;
	left: -60px;
	transform: rotate(30deg);
	-webkit-animation: claim_slash ease-in-out 2s infinite;
  	-moz-animation: claim_slash ease-in-out 2s infinite;
  	-ms-animation: claim_slash ease-in-out 2s infinite;
  	-o-animation: claim_slash ease-in-out 2s infinite;
  	animation: claim_slash ease-in-out 2s infinite;
}
@-webkit-keyframes claim_slash {
	10% {
	  	left: -60px;
	  	width: 40px;
	}
	70%, 100% {
	  	left: calc(100% + 40px);
	  	width: 20px;
	}
}