@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@400;500;600&display=swap');

:root {
  
  /* Set neon color */
  --neon-text-color: #f40;
  --neon-border-color: #08f;
}

a.continue-g {
    border: 4px solid #fff;
    background: #0d0c3394;
    border-radius: 10px;
    text-align: center;
    padding: 0px;
    font-size: 3vw;
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin: -85px auto 0px;
    display: block;
    max-width: 250px;
    cursor: pointer;
    line-height: 92px;
    height: 100px;
    z-index: 10;
}


div#jackpotModal {

background: transparent;width: 100%;
    padding: 0px !important;
}


.jackpot-write {
    background: url(../img/1_02.png) repeat-x;
    background-size: auto 85px;
    width: 20%;
}

.jackpopt-number {
    background: url(../img/1_06.png) repeat-x;
    background-size: auto 85px;
    width: 100%;
    display: flex;
}

.title-neon {
    font-size: 3.5vh;
    font-weight: 700;
    line-height: 1em;
    width: calc(100% + 80px);
    font-family: 'Montserrat';
    text-align: center;
    z-index: 10;
    position: relative;
    padding: 0px;
    border-radius: 2rem;
    text-transform: uppercase;
    background: #2C302D;
    background: -webkit-linear-gradient(to top, #2C302D 10%, #CFCFCF 53%);
    background: -moz-linear-gradient(to top, #2C302D 10%, #CFCFCF 53%);
    background: linear-gradient(to top, #624525 10%, #ffffe7 53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: sepia(1);
}


h1.bonus-number-1 {z-index: 10;font-size: 20vh;font-family: 'Saira Extra Condensed', sans-serif;color: #fff;font-weight: 700;margin-top: -0.2em;background: #2C302D;background: -webkit-linear-gradient(to top, #2C302D 10%, #CFCFCF 53%);background: -moz-linear-gradient(to top, #2C302D 10%, #CFCFCF 53%);background: linear-gradient(to top, #a26f36 10%, #e8d28d 53%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;filter: sepia(1);}


.container-stars {margin: 0;padding: 0;width: 100%;height: 100vh;position: relative;perspective: 340px;overflow: hidden;display: flex;flex-direction: column;background: linear-gradient(-45deg, #0a2145, #093883, #7024b5, #32144a, #b57809);background-size: 500% 500%;animation: gradient 60s ease infinite;}




p.subtitle-header {
    width: 100%;
    text-align: center;
    font-family: "Montserrat";
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    bottom: calc(50% - 200px);
}

.j-box {
    display: flex;
    align-items: center;
    width: 33.333%;
    margin-left: -15px;
}

.j-img{
    width: 85px;
    position: relative;
    z-index: 1;
}

.pulse-1 {
	animation: pulse 6s infinite;
}

.pulse-2 {
	animation: pulse 6s infinite;
    animation-delay: 2s;
}

.pulse-3 {
	animation: pulse 6s infinite;
    animation-delay: 4s;
}





.j-box-number {
    background: url(../img/bg-j_03.png) repeat-x;
    background-size: auto 50px;
    height: 50px;
    text-align: center;
    padding: 0px 10px 0px 25px;
    font-size: 5vh;
    line-height: 50px;
    font-family: 'Saira Extra Condensed', sans-serif;
    margin-left: -30px;
    color: #fff;
    font-weight: 700;
    width: 100%;
}

.j-end {
    height: 50px;
    margin-right: 10px;
}

.light-j {
animation-iteration-count: infinite;
    width: 30px;
    height: 85px;
    position: absolute;
    z-index: 0;
    transform: skew(330deg);
      animation-name: light;
  animation-duration: 12s;
    
}

@keyframes light {
  0%   {left:-40px; width: 30px;background: #fff;filter: blur(4px);opacity: 0;}
  15%   { width: 120px;background: #ffffff;filter: blur(0px);opacity: 0.5;}    
  30%   { left:110%;width: 0px;background: #fff;filter: blur(0px);opacity: 0;}
      45%   { width: 120px;background: #ffffff85;filter: blur(0px);}  
    60% {left:-40px; width: 30px;background: #fff0;filter: blur(4px);}
  100% {left:-40px; width: 30px;background: #fff0;filter: blur(4px);}  
}








h1.title-neon2 {
  font-size: 7vw;
  font-weight: 200;
  line-height: 85px;
  color: #fff;
  width: calc(100% + 90px);
  left: -7px;
  text-align: center;
  z-index: 10;
  position: relative;
  padding: 0px;
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  text-transform: uppercase;
  animation: flicker 1.5s infinite alternate;
}

h1title-neon2::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

h1title-neon2::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

h1title-neon2:focus {
  outline: none;
}





.container-box-provider {
    position: fixed;
    width: calc(100% - 8em);
    top: 230px;
    left: 4em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.single-provider > button > span > img {
    width: 100%;
}
.single-provider {
    width: calc(25% - 30px);
    margin: 20px 15px;
}









.content-2 {
  position: absolute;
  left: 20px;
  top: -30px;
  transform: rotate(270deg);
}
.content-2 p {
  margin: 0 0 20px;
}

/* Arrow & Hover Animation */
#more-arrows {
  width: 75px;
  height: 65px;
}
#more-arrows:hover polygon {
  fill: #FFF;
  transition: all 0.2s ease-out;
}
#more-arrows:hover polygon.arrow-bottom {
  transform: translateY(-18px);
}
#more-arrows:hover polygon.arrow-top {
  transform: translateY(18px);
}

polygon {
  fill: #FFF;
  transition: all 0.2s ease-out;
}
polygon.arrow-middle {
  opacity: 0.75;
}
polygon.arrow-top {
  opacity: 0.5;
}


.user-name {
    font-size: 2.5vw;
    position: fixed;
    top: 125px;
    left: 43px;
    color: #cf8d0f;
    font-family: 'Saira Extra Condensed', sans-serif;
}


.user-name >strong {
    color: #fff;

}

.container-jackpot-win {
    position: fixed;
    width: 100%;
    left: 0px;
    top: calc(50% - 300px);
    text-align: center;
}



.zoom-in {
    animation: zoom-in 1s;
}

.box-jackpot-container {
    width: 400px;
    margin: 0px auto;
    height: 400px;
    display: flex;
    align-items: center;
    padding: 50px;
    background: #0d0c37a3;
    border: 1px solid #3333337a;
    border-radius: 200px;
    margin-top: 0px;
    position: relative;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.73);
    box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.73);
}

h1.title-jackpot-2 {
    font-size: 4.5vh;
    width: calc(100% + 70px);
    line-height: 85px;
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    font-family: 'Montserrat';
    text-align: center;
    animation: blink 12s infinite;
    -webkit-animation: blink 12s infinite;
    z-index: 2;
    position: relative;
    text-align: center;
}

h1.title-jackpot-2:before {
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    display: block;
    top: 50%;
    left: 0px;
}

h1.title-jackpot-2:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    display: block;
    top: 50%;
    right: 0px;
}


h1.bonus-number-2 {z-index: 10;font-size: 20vh;font-family: 'Saira Extra Condensed', sans-serif;color: #fff;font-weight: 700;margin-top: -0.2em;text-shadow: 0px 2px 3px rgb(150 150 150 / 95%);background: #2C302D;background: -webkit-linear-gradient(to top, #2C302D 10%, #CFCFCF 53%);background: -moz-linear-gradient(to top, #2C302D 10%, #CFCFCF 53%);background: linear-gradient(to top, #000000 10%, #ffffe7 53%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;filter: drop-shadow(2px 4px 6px black);}
h1.bonus-number-3 {z-index: 10;font-size: 20vh;font-family: 'Saira Extra Condensed', sans-serif;color: #fff;font-weight: 700;margin-top: -0.2em;/* text-shadow: 0px 2px 3px rgb(150 150 150 / 62%); */background: #2C302D;background: -webkit-linear-gradient(to top, #2C302D 10%, #CFCFCF 53%);background: -moz-linear-gradient(to top, #2C302D 10%, #CFCFCF 53%);background: linear-gradient(to top, #d39e3b 10%, #fff06e 53%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;/* filter: drop-shadow(2px 4px 6px black); */}


@keyframes zoom-in {
0% {
transform: scale(0.2, 0.2);
    
    bottom: 500px;
}
90% {
transform: scale(1, 1);
    opacity: 1;
    bottom: 0px;
}
100% {
transform: scale(1, 1);
        opacity: 1;
    bottom: 0px;
}
}

.pushable2 {
  background: hsl(0deg 0% 15%);
  background: linear-gradient(to bottom, #9d6803 0%, #7c4f02 100%);
  border: none;
  border-radius: 32px;
  padding: 0;
  cursor: pointer;
}
.front2 {
  display: block;
  padding: 10px 25px;
  border-radius: 15px;
  font-size: 1.25rem;
  background: hsl(39deg 95% 32%);
  color: white;
  transform: translateY(-10px);
  box-shadow: inset 0 -2px 5px rgb(255 255 255 / 30%);
  font-size: 4vh;
  text-shadow: 0 2px 2px rgb(0 0 0 / 40%);
  text-transform: uppercase;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 600;
}
.pushable2:active .front2 {
  transform: translateY(-2px);
}
.pushabl2:focus:not(:focus-visible) {
  outline: none;
}



  .front2 {
    transition:
      transform
      600ms
      cubic-bezier(.3, .7, .4, 1);
  }

  .pushable2:hover .front2 {
    transform: translateY(-6px);
    transition:
      transform
      250ms
      cubic-bezier(.3, .7, .4, 1.5);
  }

  .pushable2:active .front2 {
    transform: translateY(-2px);
    transition: transform 34ms;
  }

@keyframes pulse {
	0% {
		transform: scale(1);
        filter: brightness(1);
	
	}

	40% {
		transform: scale(1.2);
        filter: brightness(1.5);

	}

	80% {
		transform: scale(1);
        filter: brightness(1);
		
	}
    
	100% {
		transform: scale(1);
        filter: brightness(1);
		
	}    
}



