/*
    Thematize your prelander by changing the values within the :root brackets.
*/

:root {
    /*COLOR PALETTE*/
    --primary-color: #56bd2f;
    --primary-color-translucent:rgba(245, 0, 250, 0.8);
    --secondary-color: #56bd2f;
    --tertiary-color: #310058;
    --quaternary-color:#ffc625;
    --quaternary-color-translucent:rgb(255, 165, 0, 0.8);
    --background-color-col: rgba(255, 255, 255, 0.8);
    --background-color-darker: #10393a;

    /*BACKGROUND IMAGE*/
    --background-image: url(superslot-assets/bg.jpg);
    --mobile-background-image: url(superslot-assets/bg.jpg);

    /*POPUP BACKGROUND COLOR*/
    --background-color-popup: rgb(43 0 68 / 85%);
    --background-color-popup-translucent: rgb(43 0 68 / 50%);

    /*FONT STYLING*/
    --font-color: #ffffff;
    --font-family: 'Raleway', sans-serif;
    --font-size: 1rem;
    --line-height: 1.6rem;
}


#popup,#endpop {
    background: var(--background-color-popup);
    color: var(--font-color);
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding:0;
    box-sizing: border-box;
    max-width: 100%;
    z-index: 100;
    text-align: center;
    transition: all 1s;
}

.fadeit {
    background: var(--background-color-popup-translucent)!important;
}
#endpop{
    display: none;
    opacity: 0;
}
.donespin {
    opacity: 1!important;
}
#endpop img{
    max-width: 100%;
}
#popup .glowtext{
    display: none;
}
.ok {color: var(--font-color);}

body {
    background:var(--background-image) center center no-repeat var(--tertiary-color);
    background-size: cover;
    font-family: var(--font-family);
    font-variant-numeric: lining-nums;
    padding: 0px;
    margin: 0px;
}

.splashtext {
    opacity: 0;
}

#splashbox,
#winnerbox {
    background: var(--background-color-popup);
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    color: var(--font-color);
    text-align: center;
}


#balance h2,
.turn h3 {
    margin: 0;
}

.winners {
    animation-name: snyer;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}

@keyframes snyer {
    0% {
        background-color: transparent;
    }
    30% {
        background-color: var(--quaternary-color);
    }
    60% {
        background-color: transparent;
    }
    100% {
        background-color: transparent;
    }
}

@keyframes dunker {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pager {

    justify-content: center;
    min-height: 100vh;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}


#money,
#spinsleft {
    display: inline-block;
}
#spinsleft{
    display:none;
}
.headertext {
    text-align: center;
    color: var(--font-color);
    font-size: 3em;
    line-height: 1.2em;
}

.container {
    width: 100%;
    clear: both;
}

.flexmaster {
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    border: 0px
}

.frame {
    background:url(superslot-assets/slotbg.png) no-repeat;
    width: 590px;
    height: 100%;
    position: absolute;
    top: -18px;
    left: 0px;
    margin: 0 auto;
    z-index: 3;
    opacity: 1;
}
.berforeframe {
    content: '';
    width: 570px;
    height: calc(100% - 5px);
    position: absolute;
    top: -18px;
    left: 10px;
    margin: 0 auto;
    z-index: 2;
    opacity: 1;
}
.winoverlay1::before{
    content:'';
    width:590px;
    height: 500px;
    background: url(superslot-assets/overlay1.png) no-repeat;
    background-size: contain;
    position: absolute;
    animation: curtain 0.5s alternate infinite;
}
.winoverlay2::before{
    content:'';
    width:590px;
    height: 500px;
    background: url(superslot-assets/overlay2.png) no-repeat;
    background-size: contain;
    position: absolute;
    animation: curtain 0.5s alternate infinite;
}
.winoverlay3::before{
    content:'';
    width:590px;
    height: 500px;
    background: url(superslot-assets/overlay3.png) no-repeat;
    background-size: contain;
    position: absolute;
    animation: curtain 0.5s alternate infinite;
}
.looseoverlay::before{
    content:'';
    width:590px;
    height: 367px;
    background: url(superslot-assets/loose.png) no-repeat;
    background-size: 590px;
    background-position: center;
    position: absolute;
    animation: curtain 0.5s alternate ;
}
@keyframes curtain {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
.view {
    width: 570px;
    margin: 0 auto;
    height: 322px;
    overflow: hidden;
    position: relative;
    top: 0px;
    z-index: 2;
    background: rgba(255,255,255,0.4);
}
#winnings {
    display: inline-block;
}

.col1 {
    width: 106px;
    height: 7320px;
    background:url(superslot-assets/slide1.png) repeat-y;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-size: 106px 610px;
    padding-top: 30px;
}
.glow::before {
    content: "";
    position: absolute;
    width: 106px;
    height: 10370px;
    z-index: -2;
    animation: glow 0.5s alternate infinite;
    background: var(--background-color-col);

    animation-timing-function: ease-out;
  }
  @keyframes glow {
    0% {
        opacity: 0.76;
    }
    100% {
        opacity: 0.9;
    }
  }
  @keyframes pulse {
    0% {
        opacity: 0.1;
    }
    60% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
  }


#particle-canvas {
    display: none;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: -1;
}
canvas {
    display: none;
}
.clickmep {
    height: auto !important;
}

.col2 {
    width: 106px;
    height: 9150px;
    background:url(superslot-assets/slide2.png) repeat-y;
    position: absolute;
    bottom: 0px;
    left: 116px;
    background-size: 106px 610px;
}

.col3 {
    width: 106px;
    height: 9150px;
    background:url(superslot-assets/slide3.png) repeat-y;
    position: absolute;
    bottom: 0px;
    left: 232px;
    background-size: 106px 610px;
    padding-top: 30px;
}
.col4 {
    width: 106px;
    height: 9150px;
    background:url(superslot-assets/slide4.png) repeat-y;
    position: absolute;
    bottom: 0px;
    left: 348px;
    background-size: 106px 610px;
}
.col5 {
    width: 106px;
    height: 9150px;
    background:url(superslot-assets/slide5.png) repeat-y;
    position: absolute;
    bottom: 0px;
    left: 464px;
    background-size: 106px 610px;
    padding-top: 30px;
}
h1 {
    margin: 10px 0;
    font-size: 30px;
    line-height: 38px;
}
h2 {
    margin: 10px 0;
    font-size: 30px;
    line-height: 38px;
}
h3 {
    margin: 10px 0;
    font-size: 24px;
    line-height: 26px;
}
.box {
    width: 202px;
    margin-top: -31px;
    display: inline-block;
    box-shadow: inset 0px 1px 4px var(--tertiary-color);
    text-shadow: 0px 1px 1px var(--tertiary-color);
    box-sizing: border-box;
    position: absolute;
    z-index: 12;
    color:var(--font-color);
    right: 20px;
    left: auto;
    font-size: 24px;
    top: -65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 3px;
    font-weight: 900;
    mix-blend-mode: hard-light;
}
.box:first-child{
    left: 20px;
    right: auto;
}
sup {
    font-size: 40px;
    vertical-align: top;
    line-height: 60px;
}
.glowtext h1, .glowtext h2, .glowtext h3  {
    font-weight: 900;
    margin: 0;
}

#countdown {
    font-size: 90px;
    line-height: 120px;
    font-weight: 900;
}

.glowtext h1 {
    font-size: 60px;
    line-height: 90px;
    font-weight: 900;
}

.glowtext h2 {
    font-size: 30px;
    line-height: 50px;
}
.glowtext, #countdown {
    text-transform: uppercase;
    background: radial-gradient(var(--tertiary-color) 0% , transparent 70%, transparent 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 1px 3px 2px #fc0d1b;
    z-index: 151;
}
#button {
    -webkit-appearance: none;
    opacity: 1;
    box-shadow: 0px 2px 0px var(--tertiary-color);
    background: var(--primary-color);
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    float: left;
    width: 222px;
    height: 70px;
    color: var(--font-color);
    font-size: 1.6em;
    cursor: pointer;
    border: none;
    position: absolute;
    z-index: 5;
    bottom: -80px;
    font-weight: 900;
    text-shadow: 0px 1px 1px var(--tertiary-color);
    left: calc(50% - 110px);
    border-radius: 50px;
    animation-name: dunker;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    display: none;
}
#endbutton {
    -webkit-appearance: none;
    line-height: 70px;
    opacity: 1;
    box-shadow: 0px 2px 0px var(--tertiary-color);
    background: var(--primary-color);
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    width: 222px;
    height: 70px;
    color: var(--font-color);
    font-size: 2rem;
    cursor: pointer;
    margin: 40px auto 0px auto;
    border: none;
    z-index: 5;
    font-weight: 900;
    text-shadow: 0px 1px 1px var(--tertiary-color);
    border-radius: 50px;
    animation-name: dunker;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    display: none;
    z-index: 150;
}

#mute {
    width: 60px;
    height: 60px;
    background: url(superslot-assets/mute.png);
    cursor: pointer;
    border: none;
    background-position: center;
    background-size: cover;
    position: absolute;
    font-weight: 900;
    top: -368px;
    right: 25px;
    z-index: 100;
}

.muted {
    background: url(superslot-assets/unmute.png)!important;
    background-position: center!important;
    background-size: cover!important;
}
.bigpoppa{
    font-size: 40px;
    vertical-align: middle;
}
.ok{
    -webkit-text-stroke:transparent;
    box-shadow: 0px 2px 0px var(--tertiary-color);
    background: var(--primary-color);
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    width: 222px;
    height: 70px;
    color: var(--font-color);
    font-size: 1.6em;
    margin: 20px auto 0 auto;
    color: var(--font-color);
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    font-weight: 900;
    text-shadow: 0px 1px 1px var(--tertiary-color);
    cursor: pointer;
    display: none;
}
.powpow {
    box-shadow: 0px 0px 20px var(--quaternary-color-translucent);
    -webkit-animation: bowwow 0.4s ease-in alternate infinite!important;
    -moz-animation: bowwow 0.4s ease-in alternate infinite!important;
    -ms-animation: bowwow 0.4s ease-in alternate infinite!important;
    animation: bowwow 0.4s ease-in alternate infinite!important;
}
@-webkit-keyframes bowwow {to {box-shadow: 0 0 20px 20px var(--primary-color-translucent);}}
@-moz-keyframes bowwow {to {box-shadow: 0 0 20px 20px var(--primary-color-translucent);}}
@-ms-keyframes bowwow {to {box-shadow: 0 0 20px 20px var(--primary-color-translucent);}}
@keyframes bowwow {to {box-shadow: 0 0 20px 20px var(--primary-color-translucent);}}
.slot-container {
    height: 367px;
    width: 590px;
    margin: 0 auto;
    position: relative;
}
.container-slot{
    width: 590px;
    margin: 0 auto;
    position: relative;
}
#countdown{
    display: none;
    width: fit-content;
    margin: 0 auto;
    animation: pulse 1s infinite;
}
.header {
    width: 590px;
    margin: 0 auto;
    position: relative;
    background: url(superslot-assets/backdrop.png);
    background-position: center bottom;
    text-align: center;
    background-repeat: no-repeat;
}
.header img, #popup img, #endpop img  {
    margin: 0 auto;
    max-height: 100%;
    width: 80%;
    max-width: 480px;
    z-index: 149;
    transition: 1s ease;
}


.terms {
    color: var(--font-color);
    opacity: 0.8;
    width: calc(100% - 40px);
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    padding: 0 20px;
    text-align: center;
}

.turn {
    width: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40px;
    width: 220px;
    margin: 0 auto;
    border-radius: 10px;
    color: var(--font-color);
    text-align:center;
}



.subheader {
    color: var(--quaternary-color);
    font-size: 1.2rem;
    font-weight: bold;
}

.shower {
    font-size: 3rem;
    font-weight: bold;
}

.logo {
    position: relative;
    top: 20px;
    width: 100%;
    text-align: center;
}
