body {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
}

button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.stars{
    margin:auto;
    max-width:200px;
}
.code {
    font-size: 29px;
    line-height: 40px;
    color: #FFF;
    line-height: 65px;
}

b, strong {
    font-weight: bolder;
    font-size: 142%;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}


.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 10px 0 0;
    background-color: violet;
    /*  background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}



.oneWrap {
}

a {
    color: #0099ff;
}

    a:hover {
        color: #f42fad;
    }


.spacedOut {
    position: relative;
    padding: 0 0 70px;
}

.spacedOut-02 {
    position: relative;
    padding: 10px 0 10px;
}

.nopad {
    padding: 0;
}

.img-respon {
    width: 100%;
}

.jumper {
    position: relative;
    top: -70px;
    z-index: 100;
}

canvas {
    position: fixed;
    top: 0;
    z-index: -1;
}

.conti {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.mobHid {
    display: none;
}

.blkPg {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 97%;
    margin: 20px auto 0;
    border-radius: 6px;
    color: #FFF;
}

    .blkPg .tnc {
        font-size: 11px;
    }

h1 {
    color: #33ff00;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

h2 {
    color: #33ff00;
    font-size: 23px;
    line-height: 23px;
    width: 100%;
}

h3 {
    font-size: 20px;
    color: #0199ff;
}

/*p {
    color: #FFF;
    font-size: 16px;
}*/

.headed {
    position: fixed;
    width: 100%;
    z-index: 300;
}

.headedBg {
    width: 100%;
    animation: headshade 1s forwards;
}

@keyframes headshade {
    from {
        background-color: rgba(0, 0, 0, 0.0);
    }

    to {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

.headcov {
    animation: headunshade 1s forwards;
}

@keyframes headunshade {
    from {
        background-color: rgba(0, 0, 0, 0.8);
    }

    to {
        background-color: rgba(0, 0, 0, 0.0);
    }
}

.hunWrap {
    width: 100%;
}

.headBar {
}

#slotoStarLogo {
    position: relative;
    display: block;
    z-index: 499;
}

.logo {
    padding: 15px 0 0;
    max-width: 100px;
    margin: auto;
}

.logo-sml {
    max-width: 64px;
    padding: 5px 0 5px;
    margin: auto;
}

.ctaWrap1 {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 300;
    -webkit-box-shadow: 0 -2px 2px 3px rgba(0,0,0,0.4);
    box-shadow: 0 -2px 2px 3px rgba(0,0,0,0.4);
}

.suBtn, .liBtn {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 5px;
    color: #FFF;
    font-weight: bold;
}

.suBtn {
    background-color: #0099ff;
}

.liBtn {
    background-color: #f42fad;
}

/*-----nav start----------------------------------------------------------------------------------*/
#sidebarMenu {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 0 0;
    transition: opacity 2s;
    opacity: 0;
    transform: translateX(-550px);
    transition: transform 250ms ease-out;
    background: linear-gradient( 180deg, #00aeef 0%, #f42fad 100%);
    z-index: 499;
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

    .sidebarMenuInner li {
        list-style: none;
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

        .sidebarMenuInner li a {
            color: #FFF;
            text-transform: uppercase;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
            display: block;
        }

#headerBar input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
    transition: transform 250ms ease-in;
    opacity: 1;
}

    #headerBar input[type="checkbox"]:checked ~ #sidebarMenu ~ .blkOut {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        animation: blkdout 1s forwards;
    }

@keyframes blkdout {
    from {
        background-color: rgba(0, 0, 0, 0.0);
    }

    to {
        background-color: rgba(0, 0, 0, 0.9);
    }
}

#headerBar input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 500;
    height: 100%;
    width: 100%;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
    background: linear-gradient( 180deg, #00aeef 0%, #f42fad 100%);
    border-radius: 50%;
    padding: 10px 5px 5px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #FFF;
    border-radius: 6px;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

#headerBar input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

#headerBar input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

#headerBar input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -12px;
}

/*-----end----------------------------------------------------------------------------------*/

.mainBann {
    padding: 4% 7px 0;
    background-image: url(../aff/img/ban-plt-port.svg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.Bann .wb {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
}

.mainBann .wbp01 {
    font-size: 50px;
    line-height: 59px;
}

.mainBann .wbp02 {
    font-size: 34px;
    line-height: 34px;
}

.mainBann .wbp03 {
    font-size: 27px;
    line-height: 27px;
}

.mainBann .caBtn {
    width: 100%;
    max-width: 250px;
    margin: 10px auto 0;
    padding: 15px 0;
    font-size: 25px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    text-decoration:none;
    background: #b30140;
    background: -moz-linear-gradient(top, #b30140 0%, #6a1b37 99%);
    background: -webkit-linear-gradient(top, #b30140 0%,#6a1b37 99%);
    background: linear-gradient(to bottom, #b30140 0%,#6a1b37 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30140', endColorstr='#6a1b37',GradientType=0 );
}

.mainBann .caBtn2 {
    width: 100%;
    max-width: 62px;
    margin: 10px auto 0;
    padding: 15px 0;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    border-radius: 145px;
}

.caBtn {
    display: block;
    background-color: #33ff00;
    color: #000033;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
}

    .caBtn:hover {
        background-color: #ff3399;
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
    }


.mainBann .caBtn2 {
    width: 100%;
    max-width: 62px;
    margin: 10px auto 0;
    padding: 15px 0;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Oswald', sans-serif;
    border-radius: 145px;
}

.caBtn2 {
    display: block;
    background-color: #25c9ef;
    color: #000033;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
}

    .caBtn2:hover {
        background-color: #ff3399;
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
    }
.mainBannInfo, .secBannInfo {
    z-index: 100;
}

.secoBann {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 6px;
    max-width: 97%;
    height: 0px;
    margin: 0 auto;
    animation-name: portal;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.aboutPg .secoBann {
    background-image: url(../img/aboutus-bann.jpg);
}

.cashBackPg .secoBann {
    background-image: url(../img/cashback-bann.jpg);
}

.vipRewardsPg .secoBann {
    background-image: url(../img/vip-bann.jpg);
}

.bankingPg .secoBann {
    background-image: url(../img/banking-bann.jpg);
}

.privacyPolicyPg .secoBann {
    background-image: url(../img/privacy-bann.jpg);
}

.responsiblePg .secoBann {
    background-image: url(../img/responsible-bann.jpg);
}

.contactUsPg .secoBann {
    background-image: url(../img/contactus-bann.jpg);
}

.allstarshopPg .secoBann {
    background-image: url(../img/allstarshop-bann.jpg);
}

@keyframes portal {
    from {
        height: 0px;
    }

    to {
        height: 130px;
    }
}

.secBann {
    background-image: url(../img/secban-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 10px;
    border-radius: 6px;
    max-width: 97%;
    margin: 0 auto;
}

    .secBann .wbp01 {
        font-size: 50px;
        line-height: 50px;
    }

    .secBann .wbp02 {
        font-size: 17px;
        line-height: 17px;
    }

    .secBann .wbp03 {
        font-size: 13px;
        line-height: 14px;
    }

    .secBann .caBtn {
        width: 100%;
        max-width: 160px;
        margin: 10px auto 0;
        padding: 7px 0;
        font-size: 19px;
        line-height: 19px;
    }

    .secBann .caBtn2 {
        width: 100%;
        max-width: 160px;
        margin: 10px auto 0;
        padding: 7px 0;
        font-size: 19px;
        line-height: 19px;
    }

.splits {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.spmanBlk {
    z-index: 99;
}

.spaceMan {
    max-width: 400px;
    transform: translateY(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;

}

.wpWrap {
    position: relative;
    background-color: #0099ff;
    border-radius: 6px;
    width: 97%;
    margin: 0px auto 20px;
    z-index: 100;
}

.wnersWrap {
}

.wnersTitle, .progTitle {
    padding: 5px 10px;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.wnersBlk, .progBlk {
    padding: 0px 10px 10px;
}

.wnersInfo, .progAmt {
    border-radius: 6px;
    background-color: #FFF;
    padding: 6px 10px;
    font-weight: bold;
}

.wnersInfo {
    display: flex;
    font-size: 13px;
    line-height: 17px;
}

.progAmt {
    font-size: 28px;
    line-height: 25px;
    text-align: center;
    color: #ff3399;
}

.wnersBlkCta {
    background-color: #ff3399;
    color: #FFF;
    border-radius: 4px;
    padding: 8px 5px;
    display: inline-flex;
    position: absolute;
    right: 16px;
}

@-webkit-keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.introInfo {
    text-align: center;
}

.slotTabs {
    position: relative;
    width: 97%;
    margin: 20px auto;
}

    .slotTabs .nav {
        justify-content: space-between;
    }

    .slotTabs .nav-tabs {
        border-bottom: 1px solid #000033;
    }

    .slotTabs .nav-item {
        text-align: center;
        width: 33%;
    }

    .slotTabs .nav-link {
        background-color: #060319;
        border: 1px solid #060319;
        font-weight: 600;
    }

        .slotTabs .nav-link.active {
            background-color: #000033;
            color: #33ff00;
            border: 1px solid #000033;
        }

        .slotTabs .nav-link:focus, .slotTabs .nav-link:hover {
            border-color: #000033;
        }

    .slotTabs .tab-content {
        background-color: #000033;
        padding: 10px;
        border-radius: 0 0 6px 6px;
    }

.ssSlots {
    background-color: #000000;
    border-radius: 4px;
    margin: 3%;
}

    .ssSlots img {
        border-radius: 4px;
    }

    .ssSlots .playNow {
        text-align: center;
        font-weight: bold;
        max-width: 140px;
        width: 100%;
        display: none;
        padding: 5px 10px;
        background-color: #33ff00;
        color: #141414;
        border-radius: 4px;
        font-size: 20px;
        position: absolute;
        left: 50%;
        top: 35%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .ssSlots:hover .playNow {
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
    }

    .ssSlots:hover img {
        filter: opacity(20%);
    }

.toppers {
    padding: 110px 0 0;
}

.topSecBan {
    padding: 110px 0 0;
}

.star-rating {
    max-width: 130px;
    margin: 5px auto;
}

.footycons {
  /*  background-color: rgba(0, 0, 51, 0.7);*/
    width: 100%;
    padding: 10px;
    /*position:fixed;
    bottom:0;*/
}

    .footycons .row {
        justify-content: center;
    }

    .footycons img {
        height: 30px;
        padding: 10px;
    }

    .footycons a {
        margin: 5px;
    }

.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;
    }

.bck2pBtn {
    background-color: #000333;
    padding: 3px 7px;
    border-radius: 6px;
    margin: 20px auto 0;
}

    .bck2pBtn:hover {
        background-color: #33ff00;
        color: #000333;
    }

/*-----media queries----------------------------------------------------------------------------------*/
@media (min-width:481px) {
    body {
        background-image: url(../img/bg-desk.jpg);
    }
    #mybutton {
        position: absolute;
        bottom: -38px;
        right: 10px;
    }

    .mainBann {
        padding: 100px 10px 10px;
      /*  background-image: url(../img/ban-plt-land-tab.svg);*/
    }

        .mainBann .wb {
            text-align: left;
            font-size: 31px;
        }

        .mainBann .wbp01 {
            font-size: 92px;
            line-height: 92px;
        }

        .mainBann .wbp02 {
            font-size: 30px;
            line-height: 30px;
        }

        .mainBann .wbp03 {
            font-size: 19px;
            line-height: 19px;
        }

        .mainBann .caBtn {
            margin: 10px 0 0;
        }

        .mainBann .caBtn2 {
            margin: 10px 0 0;
        }
    .splits {
        width: 50%;
    }

    .wpWrap {
    }

    .spaceMan {
        max-width: 300px;
    }

    .jumper {
        top: -45px;
    }

    .sixSeen {
        display: initial;
    }

    .toppers {
        padding: 150px 0 0;
    }

    .topSecBan {
        padding: 140px 0 0;
    }

    @keyframes portal {
        from {
            height: 0px;
        }

        to {
            height: 200px;
        }
    }
}

@media (min-width:768px) {
    .stars{
        max-width:350px;
    }
    .footycons {
        margin: 40px auto 0;
        bottom: 0;
        position: fixed;
    }
    #mybutton {
        position: absolute;
        bottom: 70px;
        right: 10px;
    }

    .footyLinks .paa {
        text-align: right;
    }

    .logo {
        max-width: 150px;
     


    }

    
    .logo-sml {
        max-width: 100px;
    }

    .ctaWrap1 {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 260px;
        bottom: unset;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .suBtn, .liBtn {
        max-width: 120px;
        width: 100%;
        margin: 5px;
        border-radius: 6px;
    }

    #sidebarMenu {
        transform: translateX(-550px);
        width: 300px;
    }

    .mainBann .wbp01 {
        font-size: 130px;
        line-height: 130px;
    }

    .mainBann .wbp02 {
        font-size: 44px;
        line-height: 44px;
    }

    .mainBann .wbp03 {
        font-size: 25px;
        line-height: 25px;
    }

    .mainBann .caBtn {
        max-width: 245px;
        font-family: 'Oswald', sans-serif;
    }
    .mainBann .caBtn2 {
        width: 100%;
        max-width: 62px;
        margin: 10px auto 0;
        padding: 15px 0;
        font-size: 17px;
        line-height: 25px;
        font-family: 'Oswald', sans-serif;
        border-radius: 145px;
        float: left;
    }


    .spaceMan {
        position: absolute;
        max-width: 400px;
    }

    .wpWrap {
        width: 100%;
        margin: 60px 10px 20px;
        top: unset;
        background-color: unset;
        border-radius: 0px;
    }

    .wnersBlk, .progBlk {
        position: relative;
       /* padding: 10px;*/
       /* background-color: #0099ff;*/
        width: 100%;
    }

    .progBlk {
        border-radius: 0 8px 8px 0;
        float: right;
    }

    .wnersBlk {
        border-radius: 8px 0 0 8px;
        float: left;
    }

    .wnersTitle, .progTitle {
        position: absolute;
        /*background-color: #000033;*/
        color: #ffffff;
        border-radius: 60px 60px 0 0;
        text-align: center;
        width: 100%;
        top: -30px;
    }

    .wnersTitle {
        left: 10px;
        max-width: 200px;
    }

    .progTitle {
        right: 10px;
        max-width: 300px;
    }

    .wnersInfo, .progAmt {
        border-radius: 8px;
        height: 44px;
        padding: 5px 5px 5px 10px;
        width: 100%;
    }

    .wnersInfo {
        font-size: 14px;
    }

    .wiBlk1 {
        display: block;
    }

    .progAmt {
        max-width: 320px;
        /*float: right;*/
    }

    .jumper {
        top: -0px;
    }

    .mobHid {
        display: initial;
    }

    .footyLinks {
        text-align: left;
        padding: 10px 20px 80px;
    }

        .footyLinks a {
            display: table;
        }

    @keyframes portal {
        from {
            height: 0px;
        }

        to {
            height: 250px;
        }
    }
}

@media (min-width:1000px) {
    body {
        background-image: url(../img/bg-desk.jpg);
    }
    #mybutton {
        position: absolute;
        bottom: 70px;
        right: 10px;
    }

    .sidebarIconToggle {
        top: 10px;
        left: 10px;
        height: 60px;
        width: 60px;
        padding: 20px 5px 5px;
    }

    #sidebarMenu {
        padding: 80px 0 0;
    }

    .mainBann {
        padding: 50px 103px 0;
        /*background-image: url(../img/ban-plt-land.svg);*/
    }

    .spaceMan {
        right: -30px;
        max-width: 650px;
    }

    .wnersInfo, .progAmt {
        border-radius: 60px;
    }

    .progAmt {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wnersBlk {
        border-radius: 60px 0 0 60px;
    }

    .wnersTitle {
        left: 30px;
    }

    .progBlk {
        border-radius: 0 60px 60px 0;
        top: 650px;
        left: -146px;
    }

    .progTitle {
        right: 30px;
    }

    .wnersBlkCta {
        border-radius: 60px;
        padding: 8px;
        right: 16px;
    }

    .wiBlk1 {
        display: inline-flex;
        align-items: center;
    }
}

@media (min-width:1025px) {

    .mainBann .wbp01 {
        font-size: 79px;
        line-height: 78px;
    }
    #mybutton {
        position: absolute;
        bottom: 70px;
        right: 10px;
    }

    .mainBann .wbp02 {
        font-size: 76px;
        line-height: 76px;
    }

    .mainBann .wbp03 {
        font-size: 47px;
        line-height: 51px;
    }

    .wnersTitle, .progTitle {
        font-size: 21px;
        line-height: 25px;
    }

    .wnersInfo {
        font-size: 20px;
    }

    .wnersTitle, .progTitle {
        top: 617px;
        left: -126px;
    }

    .toppers {
        padding: 200px 0 0;
    }

    @keyframes portal {
        from {
            height: 0px;
        }

        to {
            height: 330px;
        }
    }
}

@media (min-width:1441px) {
    .mainBann {
        padding: 150px 10px 0;
    }
    #mybutton {
        position: absolute;
        bottom: 70px;
        right: 10px;
    }

    .logo {
        max-width: 200px;
    }

    .spaceMan {
        right: -30px;
        max-width: 800px;
    }

    .topSecBan {
        padding: 175px 0 0;
    }

    @keyframes portal {
        from {
            height: 0px;
        }

        to {
            height: 400px;
        }
    }
}
