body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    overflow-x: hidden;
    
    background-color:#132332;
}


.heart {
  position: fixed;
  font-size: 1.5rem;
  top: -1vh;
  transform: translateY(0);
  animation: fall 3s linear forwards;
  opacity: 0.7;
}

@keyframes fall {
  from {
    opacity:0;
     transform: translateY(0vh) translateX(-10vw); 
  }

  20%{
    opacity:1;
  }

  to {
     transform: translateY(105vh) translateX(10vw); 
  }
} 


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: 16px;
}

.bankImg img {
    padding: 5px 0px;
    max-width: 115px;
}


.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;
}

.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: 30px auto 0;
    max-width: 500px;
    z-index: 1;
}


.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: fit-content;
}



.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 #eb1716;
}


    .jackpot h4 {
        color: #bda050;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
    }



.greenbtn {
    margin-top: 10px;
    color: #fff;
    background: #eb1716;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    /*transition: 0.3s;*/
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .greenbtn:hover {
        border-color: #fff;
        color: #fff;
        background: #c20102;
    }

.goldbtn {
    margin-top: 10px;
    color: #000;
    background: #bda050;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .goldbtn:hover {
        border-color: #aa8727;
        background: #aa8727;
        color: #000;
    }


.bigredbtn {
    z-index: 1;
    margin-block: 30px;
    color: #fff;
    background: #eb1716;
    border-radius: 5px;
    padding: 6px 40px 8px 40px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    -webkit-animation: colorChange 1s infinite alternate;
}

    .bigredbtn:hover {
        transition: 0.4s;
        border-color: #fff;
        color: #fff;
        background: #c20102 !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 {
        /* filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);*/
        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;
}


.modal-body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
}


.block .icon-box.light {
    background: #132332;
    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: 6px;
}

.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;
    overflow-x: hidden;

    background: url(../img/login-bg.jpg) #050f19;
    /* background:#000;*/
    /* background-size: cover;*/
    background-position: center top;
    background-repeat: no-repeat;
    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%
    }
}

.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:#be0a11;
    }

    100% {
        background-color: #f20001;
    }
}



@-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: 73px;
}




#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: #050f19;
    padding: 15px 0;
}

.botline {
    text-align: center;
    margin-top: 30px;
    color: #dee2e6;
}

.copyright a {
    border-bottom: none !important;
}

    .copyright a:hover {
        color: #fff;
    }


#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 .copyright-wrap {
    border-top: 1px solid #8577fb;
}


.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    color: dimgrey;
}

.bankImg {
    text-align: center;
}

    .bankImg a {
        padding: 0 10px;
    }


#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 (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;
    }

    .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 #eb1716;
    }

    .bigredbtn {
        margin-block: 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;
    }

    .left-img {
        position: relative;
        left: 0px;
    }

    .right-img {
        position: relative;
        right: 0px;
    }

    .bankImg img {
        padding: 5px 0px;
        max-width: 102px;
    }

    .custom .modal-content {
        max-width: 100%;
    }

    .custom .modal-content a.close {
        right: 5px;
        top: 10px;
    }

        .custom .modal-content a img {
            width: 30px;
        }

        
.img-respon {
    width: 100%;
}

}


@media screen and (max-width: 362px) and (orientation: portrait) {
    .mobile {
        max-height: 50px;
    }
}
