* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    font-family: 'Lato', sans-serif;
    height: 100vh;
}

#freespins a {
    text-decoration: none;
}

#freespins p {
    font-size: 1em;
    color: #fff;
}

#freespins strong {
    color: #fff000;
    font-weight: 900;
}

#freespins {
    position: relative;
    height: 100vh;
}

#freespins .top {
padding: 10px 0;
   margin: 0 auto;
   text-align: center;
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   background-color: #000;
   z-index: 1;
}

#freespins .logo {
    width: 135px;
    margin: 0 auto;
}

#freespins .buttons {
    display: none;
}

#freespins .btn-alien {
    padding: 20px 30px;
    color: #fff;
    background-color: #710048;
    border: none;
    width: 100%;
}

#freespins .btn-giant {
    padding: 20px 30px;
    color: #fff;
    background-color: #354b00;
    border: none;
    width: 100%;
}

#freespins .btn-cash {
    padding: 20px 30px;
    color: #fff;
    background-color: #350057;
    border: none;
    width: 100%;
}

#freespins button:hover {
    border-bottom: solid 4px #fff000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
}

#freespins .btn {
    margin-bottom: -50px;
    padding: 30px 0 0;
}

#freespins .btn a {
    border-radius: 50px;
    padding: 20px 70px;
    font-size: 1.5em;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-family: 'lato', sans-serif;
    font-weight: 900;
    background: rgb(236,183,0);
    background: linear-gradient(0deg, rgba(236,183,0,1) 0%, rgba(252,255,0,1) 100%);
    background-image: linear-gradient(-50deg,  #ffffff 0%, rgba(252,255,0,1) 25%, rgba(252,255,0,1) 50%, rgba(252,255,0,1) 85%, #ffffff 100%);
    background-repeat: repeat-x;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    animation: shine 1.2s linear infinite;
}

@keyframes shine {
  0% {
    background-position: -380px 0;
  }
  100% {
    background-position: 400px 0;
  }
}

#freespins .btn a:hover {
    transform: scale(1.1);
}

#freespins .tittle {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 70px;
}

#freespins .tittle img {
    max-width: 1600px;
    width: 100%;
}

#freespins .tittle .mbl {
    display: none;
}

#freespins .flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

#freespins .alien {
    background: url(images/alien-bg.jpg) no-repeat top center #710048; 
    background-size: auto; 
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#freespins .alien-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    width: 80%;
    margin: 0 auto;
}

#freespins .giant {
    background: url(images/giant-bg.jpg) no-repeat top center #142305; 
    background-size: auto; 
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#freespins .giant-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    width: 80%;
    margin: 0 auto;
}

#freespins .cash {
    background: url(images/cash-bg.jpg) no-repeat top center #210e3b; 
    background-size: auto; 
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#freespins .cash-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100vh;
    width: 80%;
    margin: 0 auto;
}

#freespins .box-pink {
    position: relative;
    width: 80%;
    margin: -100px auto 0;
    text-align: center;
    padding: 20px 30px;
    border: solid 2px #000a52;
    background: rgb(255,0,162);
    background: linear-gradient(0deg, rgba(255,0,162,.8) 0%, rgba(64,0,82,.8) 100%);
}

#freespins .alien-wins {
    max-width: 460px;
    width: 100%;
    margin-top: -90px;
}

#freespins .alien-wins-mbl {
    display: none;
}


#freespins .box-green {
    width: 80%;
    margin: -100px auto 0;
    text-align: center;
    padding: 20px 30px;
    border: solid 2px #002b17;
    background: rgb(124,220,0);
    background: linear-gradient(0deg, rgba(124,220,0,.8) 0%, rgba(53,75,0,.8) 100%);
}

#freespins .giant-fortunes {
    max-width: 460px;
    width: 100%;
    margin-top: -90px;
}

#freespins .giant-fortunes-mbl {
    display: none;
}

#freespins .box-purple {
    position: relative;
    width: 80%;
    margin: -100px auto 0;
    text-align: center;
    padding: 20px 30px;
    border: solid 2px #002b17;
    background: rgb(98,0,161);
    background: linear-gradient(0deg, rgba(98,0,161,.8) 0%, rgba(0,16,171,.8) 100%);
}

#freespins .cash-bandits {
    max-width: 460px;
    width: 100%;
    margin-top: -90px;
}

#freespins .cash-bandits-mbl {
    display: none;
}

#freespins .bonus {
    max-width: 440px;
    width: 100%;
    padding: 20px 0 2px;
}

#freespins .game {
    font-weight: 900;
    padding-bottom: 15px;
    font-size: 1.2em;
}

#freespins .box-white {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 900;
    background-color: rgba(255, 255, 255, .25);
}

#freespins .col { 
    margin:0 !important; 
    font-size:1.3em; 
    padding: 15px;
    font-family: 'Roboto', sans-serif;
}

#freespins .col-container { 
    padding:0; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

#freespins span {
    background-color: #000000a1;
    color: #fff;
    font-weight: 700;
    border: solid 2px #fff000;
    border-radius: 5px 0px 0px 5px;
    display: table;
    line-height: 100%;
}

#freespins .col-container button {
    border: solid 2px #fff000;
    border-radius: 0px 5px 5px 0px;
    color: #000;
    display: table;
    font-weight: 700;
    background-color: #fff000;
    line-height: 100%;
}

#freespins .col-container button:hover {
    border: solid 2px #fff000;
}

#freespins footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.terms {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    padding: 10px 60px;
}

.terms img {
    width: 200px;
}

.button-white{
    color: #fff;
    border: solid 1px #fff;
}

.button {
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 6px 20px;
    cursor: pointer;
    text-align: center;
    max-width: 200px;
}

.button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 900;
}

#termsInner {
    display: none;
    height: auto;
    font-size: 0.8em;
    color: #fff;
    padding: 8px 60px 20px;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
  
}

.flex-terms {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.flex-terms strong {
    color: #00e7d4;
}

#termsInner p {
    padding-bottom: 5px;
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 1850px) {

    #freespins .col {
        font-size: 1em;
    }
}

@media screen and (max-width: 1700px) {
    #freespins .btn a {
        padding: 18px 40px;
    }
}

@media screen and (max-width: 1500px) {

    #freespins .col {
        font-size: 0.9em;
        padding: 10px;
    }


    #freespins .tittle img {
        width: 90%;
    }

    #freespins .bonus {
        padding: 15px 0 2px;
    }

    #freespins .box-green {
        margin-top: -70px;
    }

    #freespins .box-purple {
        margin-top: -70px;
    }

    #freespins .box-pink {
        margin-top: -70px;
    }
}

@media screen and (max-width: 1420px) {

    #freespins .col {
        font-size: 0.9em;
        padding: 9px;
    }

    #freespins p {
        font-size: 0.9em;
    }

    #freespins .alien-flex {
        width: 90%;
    }

    #freespins .giant-flex {
        width: 90%;
    }

    #freespins .cash-flex {
        width: 90%;
    }

    #freespins .alien-wins {
        width: 80%;
        margin-top: -95px;
    }

    #freespins .giant-fortunes {
        width: 80%;
        margin-top: -95px;
    }

    #freespins .cash-bandits {
        width: 80%;
        margin-top: -95px;
    }

    #freespins .box-green {
        margin-top: -60px;
    }

    #freespins .box-purple {
        margin-top: -60px;
    }

    #freespins .box-pink {
        margin-top: -60px;
    }

    #freespins .btn a {
        padding: 18px 38px;
        font-size: 1.3em;
    }

}

@media screen and (max-width: 1120px) {

    #freespins .col {
        font-size: 0.8em;
    }

    #freespins p {
        font-size: 0.7em;
    }

    #freespins .box-pink {
        margin-top: -50px;
        padding: 15px 20px;
    }

    #freespins .box-green {
        margin-top: -50px;
        padding: 15px 20px;
    }

    #freespins .box-purple {
        margin-top: -50px;
        padding: 15px 20px;
    }

    #freespins .bonus {
        padding: 15px 0 2px;
    }

    #freespins .btn a {
        padding: 16px 36px;
        font-size: 1.2em;
    }
}

@media screen and (max-width: 1050px) {

    #multi .btn a {
        padding: 12px 30px;
        font-size: 1em;
    }
}


@media screen and (max-width: 1000px) {

    #freespins .col {
        padding: 14px;
        font-size: 1.2em;
    }

    #freespins .buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top:50px;
        left: 0;
        right: 0;
        z-index: 1;
    }

     #freespins .buttons img {
        max-width: 150px;
        width: 100%;
     }

    #freespins .flexbox {
        flex-direction: column;
        position: relative;
    }

    #freespins .tittle .desk {
        display: none;
    }

     #freespins .tittle {
        top: 90px;
    }

    #freespins .tittle .mbl {
        margin: 0 auto;
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
        top: 95px;
        display: initial;
        z-index: 1;
    }

    #freespins .tittle img {
        max-width: 800px;
        width: 70%;
    }

    #freespins .alien {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #freespins .giant {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #freespins .cash {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    #freespins .alien-wins {
       display: none;
    }

    #freespins .alien-wins-mbl {
        display: initial;
        width: 50%;
        margin-top: 80px;
    }

    #freespins .box-pink {
        margin-top: -45px;
    }

    #freespins .giant-fortunes {
        display: none;
    }

    #freespins .giant-fortunes-mbl {
        display: initial;
        width: 50%;
        margin-top: 80px;
    }

    #freespins .box-green {
        margin-top: -45px;
    }

    #freespins .cash-bandits {
        display: none;
    }

    #freespins .cash-bandits-mbl {
        display: initial;
        width: 50%;
        margin-top: 80px;
    }

    #freespins .box-purple {
        margin-top: -45px;
    }

    #freespins .btn a {
        padding: 18px 50px;
        font-size: 1.5em;
    }

}

@media screen and (max-width: 850px) {

    #freespins .alien-wins-mbl {
        width: 60%;
    }

    #freespins .giant-fortunes-mbl {
        width: 60%;
    }

    #freespins .cash-bandits-mbl {
        width: 60%;
    }

}


@media screen and (max-width: 750px) {

    #freespins .logo {
        width: 100px;
    }

    #freespins .buttons {
        top: 40px;
    }

    #freespins .tittle .mbl {
        top: 60px;
    }

    #freespins .btn-alien {
        padding: 8px 20px;
    }

    #freespins .btn-giant {
        padding: 8px 20px;
    }

    #freespins .btn-cash {
        padding: 8px 20px;
    }


    #freespins .alien-wins-mbl {
        margin-top: 60px;
        width: 70%;
    }

    #freespins .giant-fortunes-mbl {
        margin-top: 60px;
        width: 70%;
    }

    #freespins .cash-bandits-mbl {
        margin-top: 60px;
        width: 70%;
    }

}

@media screen and (max-width: 650px) {

    #freespins .tittle img {
        width: 90%;
    }

    #freespins .alien-wins-mbl {
        margin-top: 50px;
        width: 80%;
    }

    #freespins .giant-fortunes-mbl {
        margin-top: 50px;
        width: 80%;
    }

    #freespins .cash-bandits-mbl {
        margin-top: 50px;
        width: 80%;
    }

}

@media screen and (max-width: 500px) {

    #freespins .col {
        font-size: 1em;
        padding: 10px;
    }

    #freespins .alien-wins-mbl {
        margin-top: 25px;
        width: 75%;
    }

    #freespins .box-pink {
        margin-top: -30px;
        width: 85%;
    }

    #freespins .giant-fortunes-mbl {
        margin-top: 0;
        width: 75%;
    }

    #freespins .box-green {
        margin-top: -30px;
        width: 85%;
    }

    #freespins .cash-bandits-mbl {
        margin-top: 0;
        width: 75%;
    }

    #freespins .box-purple {
        margin-top: -30px;
        width: 85%;
    }

    #freespins .bonus {
        padding: 8px 0 2px;
    }

    #freespins .btn {
        margin-bottom: -35px;
    }

    #freespins .btn a {
        padding: 12px 50px;
        font-size: 1.4em;
    }

    .terms {
        flex-direction: column;
        row-gap: 5px;
    }

}

@media screen and (max-width: 450px) {

    #freespins .tittle .mbl {
        top: 55px;
    }

    #freespins .box-pink {
        margin-top: -20px;
    }

    #freespins .box-green {
        margin-top: -20px;
    }

    #freespins .box-purple {
        margin-top: -20px;
    }

}

@media screen and (max-width: 380px) {

     #freespins .logo {
        width: 50px;
    }

    #freespins .buttons {
        top: 50px;
    }

    #freespins .tittle .mbl {
        top: 40px;
    }

    #freespins .alien-wins-mbl {
        margin-top: -25px;
        width: 80%;
    }

    #freespins .box-pink {
        padding: 8px 15px;
        margin-top: -18px;
    }

    #freespins .giant-fortunes-mbl {
        margin-top: -45px;
        width: 80%;
    }

    #freespins .box-green {
        padding: 8px 15px;
        margin-top: -18px;
    }

    #freespins .cash-bandits-mbl {
        margin-top: -50px;
        width: 80%;
    }

    #freespins .box-purple {
        padding: 8px 15px;
        margin-top: -18px;
    }

    #freespins .box-white {
        padding: 8px;
        font-size: 1.3em;
    }

    #freespins .btn {
        margin-bottom: -30px;
    }

    #freespins .btn a {
        padding: 10px 20px;
        font-size: 1em;
    }

}

@media screen and (max-width: 320px) {

    #freespins .col-container {
        padding-top: 0;
    }

    #freespins .col {
        padding: 6px;
        font-size: 0.8em;
    }
    
    #freespins .alien-wins-mbl {
        width: 75%;
    }

    #freespins .box-pink {
        margin-top: -15px;
    }

    #freespins .giant-fortunes-mbl {
        width: 75%;
    }

    #freespins .box-green {
        margin-top: -15px;
    }

    #freespins .cash-bandits-mbl {
        width: 75%;
    }

    #freespins .box-purple {
        margin-top: -15px;
    }
}










