body {
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #444444;
    overflow-x: hidden;
    background-color:#060319;
}

a {
    outline: 0 !important;
    color: #ffffff;
    text-decoration: none !important;
}

.green {
    color: #71ff2f !important;
}

    a:hover {
        color: #ffea01;
    }

.lslogo {
    text-align: center;
    margin-top: 10px;
}

.btn-primary {
    margin-right: 10px;
}



.button-cover2 {
    color: #fff;
    background: #b7a050;
    border-radius: 5px;
    padding: 8px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

:hover.button-cover2 {
    background: #a68833;
}

.read-more {
    color: #fff;
    background: #052a4d;
    border-radius: 5px;
    padding: 8px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;

}

:hover.read-more {
    background: #050f19;
    color: #ffffff;
}

    .form-error {
        color: #ff1b1b
    }

.card {
    background-color: #050f19;
}

p.terms {
    text-align: center;
    margin: 20px;
    position: relative;
    z-index: 999;
}

.termsLink{
    color:#bda050;
}

    .termsLink:hover{
        color:#aa8727
    }

    .aff-form h2::after {
        content: '';
        position: absolute;
        display: block;
        margin-block: 10px;
        width: 50px;
        height: 3px;
        background: #bda050;
        left: calc(50% - 25px);
    }

.aff-form h2, h6 {
    margin-block:20px;
    padding-top: 0 !important;
    text-align:center;
}

.buttons {
    max-width: 900px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
}

.promo-logo {
    position: relative;
    margin: 15px auto 0;
    max-width: 500px;
    z-index: 1;
}

.promo-logo, .left-img, .right-img img{
    max-width: 100%;
    width: fit-content;
}


.section-title h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding-top: 85px;
    text-transform: uppercase;
}

.btn1 {
    max-width: 335px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    cursor: pointer;
}

.or {
    margin-top: 15px;
}

.btn2 {
    max-width: 335px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    cursor: pointer;
}


.right-img {
    position: relative;
    right: 85px;
}

.left-img {
    position: relative;
    left: 73px;
}


.mainenter {
    background-color: rgba(0,0,0,0.7);
    padding: 10px 20px 20px 20px;
    max-width: 600px;
    margin: 30px auto;
    border-radius: 6px;
}

.enter {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

    .enter p {
        color: #bda050;
    }

    .enter h3 {
        margin-top: 0;
        color: #fff;
        font-family: 'Roboto', sans-serif;
    }

h6 {
    font-size: 16px;
}



.img-respon {
    width: 100%;
}


.coin {
    max-width: 50px;
    padding-right: 20px;
}

.glossy-button--blue {
    background-color: #fe00fe;
}


#footer {
    background-color: #000;
    padding: 20px 0px;
    color: grey;
    text-align: center;
}

.prog {
    text-align: center;
}

.jackpot {
    background: #050f19;
    border-radius: 50px;
    padding: 10px;
    border: 4px solid #0dbaf0;
}


    .jackpot h4 {
        color: #f7bb0a;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
    }



.greenbtn {
    margin-top: 10px;
    color: #101010;
    background: #ffffff;
    border-radius: 0px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 999;
}

    .greenbtn:hover {
        border-color: #fff;
        color: #fff;
        background: #0dbaf0;
    }

.goldbtn {
    margin-top: 10px;
    color: #fff;
    background: #00000000;
    
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .goldbtn:hover {
        border-color: #0dbaf0;
        background: #0dbaf0;
        color: #171717;
    }


.bigredbtn {
    margin-block: 15px 38px;
    color: #171717;
    background: #0dbaf0;
    border-radius: 0px;
    padding: 8px 105px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 34px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 999;
    cursor: pointer;
    -webkit-animation: colorChange 1s infinite alternate;
}

    .bigredbtn:hover {
        transition: 0.4s;
        border-color: #fff;
        color: #0dbaf0;
        background: #ffffff !important;
    }

.grey img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.grey img {
    /* filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);*/
}

    .grey img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

ul {
    font-size: 14px;
    line-height: 24px;
    color: #9EA3A6;
}


.gamelogo {
    margin: 20px auto;
}

.chip {
    margin: 20px auto;
    max-width: 120px;
}

.icon {
    max-width: 60px;
    text-align: center;
    margin: 0 auto;
}



footer .footer-links ul li a {
    font-size: 12px;
    color: #ffbf27;
}

    footer .footer-links ul li a:hover {
        color: #D5B160;
        text-decoration: underline;
    }

    .footerBox{
        width: fit-content;
        margin: 0 auto;
    }

.footerBox .footer-icons a img {
    max-height: 30px;
    padding-inline: 0px;
    margin: 0 auto 6px;
    /* margin-block: 4px; */
    display: inline;
}

.footerBox .footer-icons .flipper-container {
    max-height: 55px;
    padding-inline: 0px;
    padding-top: 10px;
    margin: 0px auto;
    margin-block: 17px;
    display: contents;
    flex-direction: row;
}

.footerBox .crypto-icons a img {
    max-height: 34px;
    padding-inline: 0px;
margin: 0 auto;
margin-block: 4px;
display: inline;
}

.crypto-icons, .footer-icons {
justify-content: center;
text-align: center;
display: flow;
}

footer .affLogo img {
    max-width:220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.footyLinks {
    background-color: #060319;
    text-align: center;
    padding: 20px 0 80px;
}

    .footyLinks h4 {
        font-size: 20px;
        color: #f39;
        margin: 15px 0 10px;
    }

    .footyLinks a {
        margin: 2px 5px;
        display: inline-block;
    }

    .footyLinks img {
        height: 60px;
    }



.modal-body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
}


.block .icon-box.light {
        background: #1a263191;
    border: 1px solid #f0f0f0;
    width: 100%;
}

    .block .icon-box.light img {
        width: 100%;
    }

    .block .icon-box.light:hover {
        /*  background: #eb1716;*/
        cursor: default;
    }


.block .icon-box.dark {
    background: #011998;
    width: 100%;
}

    .block .icon-box.dark:hover {
        background: #0EAC28;
    }


.block .icon-box {
    text-align: center;
    padding: 10px 20px 10px 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 0px;
}

.block icon-box a {
    color: blue;
}

.block .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.block .icon-box h4 a {
    color: #ffffff;
    transition: ease-in-out 0.3s;
}

.block .icon-box p {
    line-height: 24px;
    margin-bottom: 20px;
    color: #9EA3A6;
    margin-bottom: 10px;
}



#info .btn-default {
    color: #fff;
    background-color: #bda050;
    border-color: transparent;
    cursor: pointer;
}

#info .modal-footer {
    border-top: 0px solid #e5e5e5;
}

/*.modal-content {
    background-color: #132332;
}*/

#modalPrize .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* min-height: 650px;*/
    /* background-attachment: fixed; */
    color: #000;
    border-radius: 10px;
    border: 4px solid #bda050;
}

#info .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 650px;
    border-radius: 10px;
    border: 4px solid #bda050;
    /* background-attachment: fixed; */
    color: #000;
}

#rewardMessage {
    font-size: 25px;
}

#info .modal-content h3 {
    font-size: 25px;
    color: #bda050;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}






.btnpartone {
    padding-top: 90px;
    padding-bottom: 30px;
}

.screen1 {
    transition: appear 1s ease-in;
    background: url(../images/login-bg.jpg) #262626;
    /* background:#000;*/
    /* background-size: cover;*/
    background-position: 31% top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 620px;
    /* background-attachment: fixed; */
    color: #FFF;
    /* padding-bottom: 30px;*/
}


.custom .modal-content a.close {
    position: absolute;
    width: fit-content;
    border: 2px solid #ff222e00;
    height: fit-content;
    border-radius: 30px;
    color: #00fafe;
    background-color: #ff222e00;
    right: -45px;
    top: -45px;
    margin: 0 auto;
    font-size: 16px;
    cursor: pointer;
    z-index:999;
}



.custom .modal-content {
    width: 100%;
    max-width: 100%;
    padding: 20px 0px 40px;
    margin: 20% auto;
    position: relative;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #bda050;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#050f19+0,132332+100 */
    background: #050f19; /* Old browsers */
    background: -moz-linear-gradient(top, #050f19 0%, #132332 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #050f19 0%,#132332 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #050f19 0%,#132332 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050f19', endColorstr='#132332',GradientType=0 ); /* IE6-9 */
}


.smoothIn{
    animation: appearIn 1.5s ease-in-out ;
}

@keyframes appearIn{
    0%{
        transform: translateY(-20px) ;
        opacity:0%
    }

    100% {
        transform: translateY(0px);
        opacity: 100%
    }
}


.button-wiggle {
    animation: wiggle 4s 2s infinite;
}

@keyframes wiggle {
    5%, 50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1.1) rotate(-5deg);
    }

    25% {
        transform: scale(1.1) rotate(5deg);
    }

    30% {
        transform: scale(1.1) rotate(-3deg);
    }

    35% {
        transform: scale(1.1) rotate(2deg);
    }

    40% {
        transform: scale(1.1) rotate(0);
    }
}

.modal-dialog {
    max-width: 540px;
}


.custom h2 {
    font-size: 40px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}


.custom h3 {
    font-size: 1.5em;
    color: #bda050;
}

.custom h4 {
    font-size: 2em;
}

.glossy-button--blue {
    background-color: #eb1716;
}

.login-btn:hover {
    transform: scale(1.05);
    box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -12px 12px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 10px 25px 10px hsla(0, 0%, 0%, 0.2);
}

#rewards .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 650px;
    /* background-attachment: fixed; */
    color: #000;
}


#rewards .tableWrap {
    width: 70%;
    margin: 0 auto;
}

#rewards .btn-default {
    color: #fff;
    background-color: #bda050;
    border-color: transparent;
}

@keyframes colorChange{
    0%{
        background-color: #0fbff0;
    }

    100% {
        background-color: #05dfff;
    }
}



@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}



.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}

.navbar-brand {
    margin-bottom: 5px;
    opacity: 1;
    display: table;
    padding: 8px 0 0;
    margin-bottom: 0px;
}

.mobile {
    max-height: 90px;
}




#info .btn-default {
    color: #fff;
    background-color: #bda050;
    border-color: transparent;
    cursor: pointer;
}

#info .modal-footer {
    border-top: 0px solid #e5e5e5;
}

/*footer start*/
#footer {
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    /* background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat;*/
    background: #EDEDED;
    background-size: cover;
}

.iconfooter {
    background: #262626;
    padding: 5px 0;
}

.botline {
    text-align: center;
    margin-top: 30px;
    color: #dee2e6;
}


#footer .footer-top {
    padding: 40px 0 0px 0;
    position: relative;
}

    #footer .footer-top .footer-contact {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-contact h3 {
            font-size: 28px;
            margin: 0 0 30px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-weight: 500;
            text-transform: uppercase;
        }

        #footer .footer-top .footer-contact p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: "Poppins", sans-serif;
        }

    #footer .footer-top h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
        color: #050f19;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer-top .footer-links ul i {
                padding-right: 2px;
                /*color: #fff;*/
                font-size: 18px;
                line-height: 1;
            }

            #footer .footer-top .footer-links ul li {
                padding: 7px 0;
                display: flex;
                align-items: center;
            }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            #footer .footer-top .footer-links ul a {
                /* color: rgba(0, 0, 0, .6);*/
                color: #050f19;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }

                #footer .footer-top .footer-links ul a:hover {
                    text-decoration: underline;
                    color: #bda050;
                }

#footer .footer-newsletter {
    font-size: 15px;
}

    #footer .footer-newsletter h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
    }



#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}

    #footer .credits a {
        color: #fff;
    }

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

    #footer .social-links a:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        text-decoration: none;
    }

    @media (min-width: 1920px) {

        /* .screen1{
            background-size: cover;
        } */
    }




@media (max-width: 1200px) {

    .wheel {
        margin: 50px auto;
    }

    .jackpot {
        padding: 5px;
    }
}


@media (max-width: 992px) {

    .jackpot {
        border: none;
    }
}


@media (max-width: 768px) {

    h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
    }

    .screen1 {
        min-height: auto;
    }


    .right-img {
        position: relative;
        right: 0px;
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }

    .left-img {
        position: relative;
        left: 0px;
    }

    .btn1 {
        margin: 0 auto;
    }

    .btn2 {
        margin: 0 auto;
    }

    .or {
        margin: 20px auto 0;
        max-width: 100px;
    }

    .section-title h2 {
        padding-top:20px;
    }

    .jackpot {
        border: 4px solid #05deff;
    }

    .bigredbtn {
        margin-block: 30px;
        padding: 8px 90px;
        font-size: 30px;
    }


}


@media screen and (max-width: 420px) and (orientation: portrait) {

    h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 27px;
    }

    .screen1 {
        min-height: auto;
    }

    .mainenter {
        margin: 10px auto;
    }


    .right-img {
        position: relative;
        right: 0px;
    }


    .custom .modal-content {
        max-width: 100%;
    }

    .custom .modal-content a.close {
        right: 5px;
        top: 10px;
    }

        .custom .modal-content a img {
            width: 30px;
        }

}


@media screen and (max-width: 362px) and (orientation: portrait) {
    .mobile {
        max-height: 50px;
    }
}
