﻿body
{
    background: #000;
    color: #fff;
    font-family: Pt Sans,sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-rendering: auto;
}
*
{
    -webkit-user-select: none;
    user-select: none;
}
#page
{
    background-position: center 367px;
    display: block;
    font-size: 13px;
    height: auto;
    letter-spacing: 1px;
    margin: 0;
    min-height: 100vh;
    min-width: 1004px;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}
#page.mobile
{
    display: none;
    margin: 0 auto;
    min-width: 720px;
    overflow: hidden;
    position: relative;
    width: 720px;
}
#main_container
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
}
#main_container.desktop
{
    display: none;
    overflow: hidden;
}
#mobile_friendly
{
    display: flex;
    gap: 10px;
}
div.centered_container
{
    margin-left: auto;
    margin-right: auto;
    width: 1004px;
}
.mobile div.centered_container
{
    width: 720px;
}
div.content_background
{
    background: url("../../gambling/image/splash-202504071445.jpg") no-repeat;
    height: 408px;
    position: relative;
    width: 1004px;
}
.content_background:before
{
    background: url("../../gambling/image/splashLeft.jpg") no-repeat 50%;
    content: "";
    height: 516px;
    left: -452px;
    position: absolute;
    top: 0;
    width: 452px;
}
.content_background:after
{
    background: url("../../gambling/image/splashRight.jpg") no-repeat 50%;
    content: "";
    height: 516px;
    position: absolute;
    right: -638px;
    top: 0;
    width: 638px;
}
.mobile div.content_background
{
    background: url("../../gambling/image/splashMobile-202504071445.jpg") 50%/100% no-repeat;
    height: 1062px;
    width: 720px;
}
.mobile div.content_background:after, .mobile div.content_background:before
{
    display: none;
}
div.footer
{
    position: relative;
    width: 1004px;
}
.mobile div.footer
{
    height: 500px;
    width: 720px;
}
.header
{
    align-items: center;
    border-bottom: 1px solid #666;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
}
.mobile .header
{
    padding-top: 30px;
}
#logo
{
    height: 73px;
}
#steps
{
    align-items: center;
    border-bottom: 1px solid #333;
    display: flex;
    font-size: 0;
    height: 109px;
    justify-content: space-between;
    padding: 0 97px;
}
.mobile #steps
{
    background: none;
    border: none;
    display: grid;
    gap: 50px;
    height: 435px;
    justify-content: center;
    justify-items: center;
    margin-bottom: 100px;
    margin-top: 50px;
    padding: 0;
    width: 100%;
}
.step
{
    display: inline-block;
    height: 21px;
    text-decoration: none;
}
.mobile .step
{
    display: block;
    height: 47px!important;
    position: static;
    width: 500px!important;
}
#step_join
{
    background: url("../../gambling/image/buttonJoin-202504071445.png") no-repeat;
    width: 106px;
}
.mobile #step_join
{
    background: url("../../gambling/image/buttonJoinMobile-202504071445.png") 50% no-repeat;
    height: 209px;
}
#step_spin
{
    background: url("../../gambling/image/buttonSpin-202504071445.png") no-repeat;
    width: 183px;
}
.mobile #step_spin
{
    background: url("../../gambling/image/buttonSpinMobile-202504071445.png") 50% no-repeat;
    height: 209px;
}
#step_win
{
    background: url("../../gambling/image/buttonWin-202504071445.png") no-repeat;
    width: 153px;
}
.mobile #step_win
{
    background: url("../../gambling/image/buttonWinMobile-202504071445.png") 50% no-repeat;
    height: 145px;
}
.arrow
{
    background: url("../../gambling/image/arrow-202504071445.png") no-repeat;
    height: 48px;
    width: 23px;
}
.mobile .arrow
{
    background: url("../../gambling/image/arrowMobile.png") no-repeat;
    height: 47px;
    width: 115px;
}
#amount_free
{
    align-items: center;
    color: #fc0;
    display: flex;
    font-family: Pt Sans Narrow,sans-serif;
    height: 86px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 100px;
    top: 162px;
    transition: .5s;
    width: 400px;
}
#amount_free p
{
    font-size: 65px;
    margin: 0;
    word-spacing: -10px;
}
#amount_free .free
{
    font-size: 50px;
}
#amount_free img
{
    margin-left: 10px;
}
.mobile #amount_free
{
    height: 119px;
    justify-content: center;
    left: 0;
    top: 181px;
    width: unset;
}
.mobile #amount_free p
{
    font-size: 80px;
}
.mobile #amount_free .free
{
    font-size: 70px;
}
#amount_free.fade_in
{
    opacity: 1;
    right: 0;
}
.mobile #amount_free.fade_in
{
    left: 0;
    opacity: 1;
}
.bonus_code
{
    color: #ccc;
    padding-left: 5px;
    -webkit-user-select: text;
    user-select: text;
}
#use_code
{
    color: #fbec96;
    color: #999;
    display: flex;
    font-size: 18px;
    height: 24px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 160px;
    text-align: center;
    top: 268px;
    transition: .5s;
    width: 400px;
}
.mobile #use_code
{
    background: url("../../gambling/image/useCodeMobile-202504071445.png") 50%/100% no-repeat;
    font-size: 24px;
    font-weight: 700;
    height: 66px;
    left: 0;
    padding-top: 36px;
    top: 300px;
    width: 441px;
}
#use_code.fade_in
{
    opacity: 1;
    right: 0;
}
.mobile #use_code.fade_in
{
    left: 139.5px;
    opacity: 1;
}
#welcome_bonus
{
    display: grid;
    font-weight: 700;
    height: 142px;
    opacity: 0;
    position: absolute;
    right: 100px;
    top: 10px;
    transition: .5s;
    width: 400px;
}
#welcome_bonus .number
{
    font-size: 120px;
    font-weight: 700;
    justify-content: flex-end;
    line-height: .8;
    text-align: center;
}
#welcome_bonus .text
{
    font-size: 37px;
    font-weight: 700;
    text-align: center;
}
.mobile #welcome_bonus
{
    height: 155px;
    justify-content: center;
    left: 0;
    top: 16px;
    width: unset;
}
.mobile #welcome_bonus .number
{
    font-size: 140px;
}
.mobile #welcome_bonus .text
{
    font-size: 45px;
}
#welcome_bonus.fade_in
{
    opacity: 1;
    right: 0;
}
.mobile #welcome_bonus.fade_in
{
    left: 0;
    opacity: 1;
}
#claim_here
{
    animation-delay: 2s;
    animation-direction: alternate;
    animation-duration: .6s;
    animation-iteration-count: 2;
    animation-name: zoomin;
    background-size: 90%;
    display: flex;
    font-size: 0;
    height: 90px;
    justify-content: center;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 310px;
    transform: scale(1);
    width: 400px;
}
#claim_here button
{
    background: #fc0;
    border: none;
    border-radius: 15px;
    color: #000;
    cursor: pointer;
    font-family: Pt Sans Narrow,sans-serif;
    font-size: 40px;
    font-weight: 700;
    width: 310px;
}
.mobile #claim_here
{
    animation-name: zoomin2;
    background-size: 100%;
    height: auto;
    left: 160px;
    top: 870px;
    transform: scale(1);
}
.mobile #claim_here button
{
    font-size: 75px;
    width: 400px;
}
@keyframes zoomin
{
    0%
    {
        transform: scale(1);
    }
    to
    {
        transform: scale(.9);
    }
}
@keyframes zoomin2
{
    0%
    {
        transform: scale(1);
    }
    to
    {
        transform: scale(.9);
    }
}
#claim_here.active
{
    background-position: 0 -119px;
}
#eighteen_plus
{
    background: url("../../gambling/image/18plus-202504071445.png") 50%/cover no-repeat;
    height: 61px;
    position: absolute;
    right: 145.5px;
    top: 25px;
    width: 61px;
}
.mobile #eighteen_plus
{
    background: url("../../gambling/image/18plusMobile.png") 50%/cover no-repeat;
    height: 128px;
    right: 90px;
    top: 115px;
    width: 128px;
}
#eighteen_plus_title
{
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    left: 100px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 130px;
}
.mobile #eighteen_plus_title
{
    font-size: 22px;
    left: 70px;
    top: 185px;
    width: 220px;
}
#secure
{
    background: url("../../gambling/image/secure-202504071445.png") 50%/cover no-repeat;
    height: 62px;
    left: 120.5px;
    position: absolute;
    top: 25px;
    width: 86px;
}
.mobile #secure
{
    background: url("../../gambling/image/secureMobile.png") 50%/cover no-repeat;
    height: 131px;
    left: 90px;
    top: 115px;
    width: 179px;
}
#secure_title
{
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 40px;
    width: 60px;
}
.mobile #secure_title
{
    font-size: 22px;
    right: 100px;
    top: 185px;
    width: 220px;
}
#payment_methods
{
    display: flex;
    gap: 5px;
    height: 54px;
    left: 231.5px;
    position: absolute;
    top: 29px;
    width: 541px;
}
#payment_methods>div
{
    border-radius: 5px;
    height: 54px;
    width: 86px;
}
#payment_methods>div:first-child
{
    background: url("../../gambling/image/paymentBitcoin.png") no-repeat;
}
#payment_methods>div:nth-child(2)
{
    background: url("../../gambling/image/paymentLitecoin.png") no-repeat;
}
#payment_methods>div:nth-child(3)
{
    background: url("../../gambling/image/paymentEthereum.png") no-repeat;
}
#payment_methods>div:nth-child(4)
{
    background: url("../../gambling/image/paymentVisa.png") no-repeat;
}
#payment_methods>div:nth-child(5)
{
    background: url("../../gambling/image/paymentMastercard.png") no-repeat;
}
#payment_methods>div:nth-child(6)
{
    background: url("../../gambling/image/paymentAmex.png") no-repeat;
}
.mobile #payment_methods
{
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    height: 229px;
    justify-content: center;
    justify-items: center;
    margin: 0 auto 70px;
    position: static;
    width: 570px;
}
.mobile #payment_methods>div
{
    height: 112px;
    width: 180px;
}
.mobile #payment_methods>div:first-child
{
    background: url("../../gambling/image/paymentBitcoinMobile.png") no-repeat;
}
.mobile #payment_methods>div:nth-child(2)
{
    background: url("../../gambling/image/paymentLitecoinMobile.png") no-repeat;
}
.mobile #payment_methods>div:nth-child(3)
{
    background: url("../../gambling/image/paymentEthereumMobile.png") no-repeat;
}
.mobile #payment_methods>div:nth-child(4)
{
    background: url("../../gambling/image/paymentVisaMobile.png") no-repeat;
}
.mobile #payment_methods>div:nth-child(5)
{
    background: url("../../gambling/image/paymentMastercardMobile.png") no-repeat;
}
.mobile #payment_methods>div:nth-child(6)
{
    background: url("../../gambling/image/paymentAmexMobile.png") no-repeat;
}
.desktop .link_content
{
    background: rgba(0,0,0,.9);
    border: 2px solid #cfa23f;
    display: none;
    font-size: 13px;
    height: 500px;
    left: 50%;
    margin-left: -350px;
    overflow-y: scroll;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 100px;
    width: 700px;
    z-index: 40;
}
.mobile .link_content
{
    display: none;
    font-size: 12px;
    padding: 20px;
    position: relative;
    text-align: left;
}
#links
{
    left: 102px;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 800px;
}
.mobile #links
{
    left: 0;
    margin-top: 20px;
    position: relative;
    top: 0;
}
#links a
{
    color: #fff;
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.mobile #links
{
    display: block;
    width: 100%;
}
.mobile_links
{
    background: #020202;
    position: relative;
}
.mobile #links>a
{
    background: #232323 url("../../gambling/image/arrowDown.png") no-repeat;
    background-position: 96%;
    display: block;
    font-size: 22px;
    margin-bottom: 4px;
    overflow: hidden;
    padding: 25px 30px;
    text-align: left;
    text-decoration: none;
}
.mobile h1
{
    color: #b79b4d;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
    position: relative;
}
h1.step_title
{
    display: none;
}
#legal
{
    color: #aeaeae;
    font-size: 12px;
    left: 102px;
    top: 150px;
    width: 800px;
}
#legal, .mobile #legal
{
    position: absolute;
    text-align: center;
}
.mobile #legal
{
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    left: 0;
    padding: 0 100px;
    top: 30px;
    width: 720px;
}
a.close_content
{
    color: #fbec96;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 10px;
}
div.live_chat
{
    bottom: 5px;
    float: left;
    position: fixed;
    right: 5px;
    z-index: 30;
}
div.live_chat a:hover
{
    background: none!important;
}