@import url('https://fonts.googleapis.com/css2?family=Slackey&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

.aff {
    margin: 0 auto;
}

.Layout-Casino-Footer {
    padding: 10px 0 8px 0;
}

.footer {
    margin: 0 auto;
}



.footerInner {
    margin: 0 auto;
    padding: -2px 0 0 0;
}

.bankImg {
    text-align: center;
}

    .bankImg a {
        padding: 3px 8px 0px 5px;
        line-height: 41px;
    }

.button-float {
    animation: float 1.5s linear alternate infinite;
}

@keyframes float {
    50% {
        transform: translateY(-px);
    }

    100% {
        transform: translateY(-18px);
    }
}


button {
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    border: none;
    background: none;
    margin: 0em;
    margin-top: 13px;
    padding: 1px 6px;
    color: aliceblue;
   font-family: 'Slackey', cursive;
    cursor: pointer;
    font-size: 11px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    border-radius: 10px;
    background-color: #cd7eff;
    margin: auto;
    padding: 20px;
    border: 2px solid #001480;
    width: 64%;
    color: snow;
}

p {
    margin: 0 0 10px;
   font-family: 'Slackey', cursive;
    font-size: 19px;
}

ol, ul {
    margin-top: 0;
   font-family: 'Slackey', cursive;
    margin-bottom: 10px;
}

.welcome {
    margin: 0 auto;
}

li {
    font-family: 'Roboto', sans-serif;
    display: list-item;
    font-size: 14px;
    text-align: left;
    line-height: 21px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}


blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:focus, a:visited, a:hover {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
    position: relative;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.nowrap {
    white-space: nowrap;
}

.selectNone {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.onlyMobile {
    display: none;
}

.onlyDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1024px) and (orientation: portrait), (max-width: 1023px) {
    .onlyMobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .onlyDesktop {
        display: none;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 50px rgba(248, 13, 146, 0);
        box-shadow: 0 0 0 50px rgba(248, 13, 146, 0);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(248, 13, 146, 0);
        box-shadow: 0 0 0 0 rgba(248, 13, 146, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 50px rgba(248, 13, 146, 0);
        box-shadow: 0 0 0 50px rgba(248, 13, 146, 0);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(248, 13, 146, 0);
        box-shadow: 0 0 0 0 rgba(248, 13, 146, 0);
    }
}

#main {
    min-height: 100vh;
    background: #1F3A89;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: "Segoe UI", sans-serif;
    overflow: hidden;
    background: url('/affiliates/2022/goblins/images/bg-desk.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position-x: 80%;
}

    #main .logo {
        width: 21.856457vh;
    }

    #main .pulse {
        -webkit-box-shadow: 0 0 0 0 rgba(248, 13, 146, .5);
        box-shadow: 0 0 0 0 rgba(248, 13, 146, .5);
        -webkit-animation: pulse 1.5s infinite;
        animation: pulse 1.5s infinite;
    }

    #main .offer {
       font-family: 'Slackey', cursive;
        position: relative;
        background: rgb(0 0 0 / 76%);
        /* border: 2px solid #e91e63; */
        /* box-shadow: 0 0 10px #e91e63; */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 3.2017075774vh;
        width: 64.034152vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 3vh;
        padding-bottom: 3vh;
        margin-left: 15.972359vh;
        margin-top: 43px;
        margin-bottom: auto;
    }
    /* #main .offer--lg{
  padding-bottom: 3.322732vh;
}
#main .offer--md{

} */
    #main .offer--small {
        padding-bottom: 2.822732vh;
    }

    #main .offer__count {
        color: #ffffff;
        text-align: center;
        font-size: 14.9413020277vh;
        margin-top: 1.4613660619vh;
    }

    #main .offer__count--lg {
        font-size: 10.5vh;
        margin-bottom: 2.2vh;
        margin-top: 6.461366vh;
    }

    #main .offer__count--md {
        font-family: 'Slackey', cursive;
        font-size: 18.7vh;
        margin-bottom: 0vh;
        margin-top: 0vh;
        color: #fffd00;
        /*text-shadow: 0 0 1px #fff, 0 0 20px #fff, 0 0 0px #e60073, 0 0 40px #e60073, 0 0 1px #e60073, 0 0 0px #e60073, 0 0 0px #e60073;*/
    }

    #main .offer__count span {
       font-family: 'Slackey', cursive;
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
    }

    #main .offer__count--sm {
       font-family: 'Slackey', cursive;
        font-size: 8.6vh;
        margin-top: 4.7vh;
        line-height: 1.1;
    }

    #main .offer__game {
        font-family: 'Slackey', cursive;
        font-size: 6.628602vh;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        /*   text-shadow: 0 0 1px #a0e0ff, 0 0 20px #fff, 0 0 0px #e60073, 0 0 40px #e60073, 0 0 1px #e60073, 0 0 0px #e60073, 0 0 0px #e60073;*/
    }
    /* #main .offer--md .offer__game {
} */
    #main .offer .offer__btn {
        width: 46.958378vh;
        height: 10.672359vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 3.528602vh;
        color: #ffffff;
        font-family: 'Slackey', cursive;
        border-radius: 1.0672358591vh;
        line-height: 0;
        /*padding-top: 2%;*/
        font-size: 20px;
    }

    #main .offer .offer__code {
        background: rgba(255, 255, 255, 0.2);
        position: relative;
        margin-bottom: 1.734472vh;
        margin-top: 4.202561vh;
        cursor: pointer;
        -webkit-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        -webkit-box-shadow: inset 0px 0px 0px 0x rgba(255, 255, 255, 0.51);
        box-shadow: inset 0px 0px 0px 0x rgba(255, 255, 255, 0.51);
    }

    #main .offer--lg .offer__code {
        margin-bottom: 2vh;
        margin-top: 3vh;
    }

    #main .offer--md .offer__code {
        margin-bottom: 2.334472vh;
        margin-top: 2.802561vh;
        border: 2px solid #ffe500;
        /* box-shadow: 0 0 10px #e91e
       /* box-shadow: 0 0 10px #e91e63;*/
    }

    #main .offer .offer__code:hover {
        -webkit-box-shadow: inset 0px 0px 15px 2px rgba(255, 255, 255, 0.51);
        box-shadow: inset 0px 0px 15px 2px rgba(255, 255, 255, 0.51);
    }

    #main .offer .offer__bonus {
        background: linear-gradient(rgb(143, 67, 199) 0%, rgb(102, 0, 161) 99%);
        text-transform: uppercase;
        font-weight: bold;
        font-size: 4vh;
    }

.copied {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    opacity: 0;
}

.offer__code.active .copied {
    opacity: 1;
}

.offer__code.active .code {
    opacity: 0;
}

#main .offer .offer__bonus img {
    margin-left: 1.4941302028vh;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 3.2017075774vh;
}

#main .offer .offer__bonus:hover img {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

#main .offer__terms p {
    max-width: 46.958378vh;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 3.108431vh;
}

#main .offer--lg .offer__terms p {
    margin-top: 3.008431vh;
}

#main .offer__terms p span {
    color: #ffffff;
    font-weight: 700;
}

@media not all and (min-resolution: 0.001dpcm) {
    #main {
        min-height: -webkit-fill-available;
    }
}

@media (max-aspect-ratio: 1366 / 1024) and (orientation: landscape) {
    #main .offer {
        margin-left: 6.49413vh;
    }
}

@media (max-width: 1700px) and (orientation: landscape) {
    #main .offer {
        margin-left: 8.972359vh;
    }

    #main {
        background-position-x: 22%;
    }
}

@media (max-width: 1280px) and (orientation: landscape) {
    /* #main {
    background-position-x: 57%;
  } */
    #main .offer {
        margin-left: 6.972359vh;
    }
}

@media (min-width: 1025px) and (orientation: portrait), (min-width: 1024px) and (orientation: landscape) {
    #main .offer__terms p {
        display: block !important;
    }
}

@media (max-width: 1024px) and (orientation: portrait), (max-width: 1023px) {
    #main {
        background: url('/affiliates/2022/goblins/images/bg-desk.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
    }
        #main .offer__count--md {
            color: black;
            padding: 8px;
        }

      

        #main .offer__count span {
            font-family: 'Slackey', cursive;
            color: #000;
            text-transform: uppercase;
            white-space: nowrap;
        }

        #main .logo {
            width: 11.1979166667vw;
        }

        #main .offer {
            box-shadow: none;
            width: 100%;
            margin: 0 auto;
            background: none;
            border: none;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            padding: 0;
            padding-top: 3.90625vw;
        }

        #main .offer__count {
            font-size: 124px;
            margin-bottom: 3.5vh;
            margin-top: 30vh;
        }

        #main .offer__count--lg {
            margin-bottom: 1.4vh;
            margin-top: 27.5vh;
            font-size: 98px;
        }

        #main .offer__count--md {
            margin-bottom: -0.5vh;
            margin-top: 31vh;
        }

        #main .offer__count--sm br {
            display: none;
        }

        #main .offer__count--sm {
            margin-top: 36.1vh;
            margin-bottom: -0.5vh;
        }

        #main .offer .offer__game {
            font-size: 5.645833vw;
        }

        #main .offer .offer__bonus {
            padding-left: 14px;
        }

        #main .offer .offer__code {
            padding-top: 8px;
            margin-top: 4.70625vw;
            margin-bottom: 2.6041666667vw;
            background: #000000c4;
        }

    .copied {
        padding-top: 8px;
    }

    #main .offer .offer__btn {
        width: 43.6197916667vw;
        height: 9.1145833333vw;
        font-size: 2.545833vw;
        padding-top: 0;
    }

    #main .offer .offer__bonus img {
        margin-left: 1.3020833333vw;
        width: 3.90625vw;
    }

    #main .offer__terms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10.6666666667vmin;
    }

        #main .offer__terms .termsBtn {
            font-size: 14px;
            color: #ffffff;
            margin-top: 3.90625vw;
            font-weight: 700;
        }

            #main .offer__terms .termsBtn img {
                margin-left: 7px;
                width: 14px;
                -webkit-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        #main .offer__terms p {
            max-width: 43.6197916667vw;
            margin-top: 3.2041666667vw;
            margin-bottom: 3vw;
            color: #DEDEDE;
            display: none;
        }

            #main .offer__terms p span {
                display: none;
            }

        #main .offer__terms.open .termsBtn img {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
}

@media (max-width: 450px) and (orientation: portrait), (max-height: 450px) and (orientation: landscape) {
    #main {
        background: url('/affiliates/2022/goblins/images/bg-mob.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
        #main .offer__count--md {
            color: black;
            padding: 8px;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: yellow;
        }
        #main .logo {
            width: 36.933333000000005vmin;
            margin-top: -36px;
        }
        #main .offer__count span {
            font-family: 'Slackey', cursive;
            color: #000;
            text-transform: uppercase;
            white-space: nowrap;G793
        }

        #main .offer {
            padding-top: 12vmin;
        }

        #main .offer__count {
            font-size: 64px;
            margin-bottom: 1.3vh;
            margin-top: 0.933333vmin;
        }

        #main .offer__count--md {
            font-size: 119px;
            margin-bottom: 2.3vh;
           /* margin-top: 35.933333vmin;*/
        }

        #main .offer__count--lg br {
            display: none;
        }

        #main .offer .offer__game {
            font-size: 9.8vmin;
            margin-top: -20px;
            color: black;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #ffeb3b;
        }

        #main .offer .offer__btn {
            width: 73.333333vmin;
            height: 18.6666666667vmin;
            font-size: 4.466667vmin;
            border-radius: 10px;
        }

        #main .offer .offer__bonus {
            padding-left: 4px;
            margin-top: 15px;
        }

        #main .offer .offer__code {
            margin-top: 6vmin;
            margin-bottom: 2.333333vmin;
            padding-top: 1vmin;
            background: #000000c9;
        }

        #main .offer .offer__bonus img {
            margin-left: 2.6666666667vmin;
            width: 8vmin;
        }

        #main .offer__terms {
            margin-bottom: 10.6666666667vmin;
        }

            #main .offer__terms p {
                max-width: 89.3333333333vmin;
                margin-top: 5.3333333333vmin;
            }

            #main .offer__terms .termsBtn {
                margin-top: 14.2vmin;
            }


    .welcome {
        margin: 0 auto;
        margin-top: 298px;
    }
}

@media (max-width: 450px) and (min-height: 690px) and (orientation: portrait), (max-height: 450px) and (orientation: landscape) {
    #main {
        background: url('/affiliates/2022/goblins/images/bg-mob.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

        #main .offer__count {
            /*margin-top: 72.933333vmin;*/
            color: black;
            -webkit-text-stroke-width: 2px;
            -webkit-text-stroke-color: #ffeb3b;
        }
        #main .offer__count span {
            margin-top: 72.933333vmin;
            color: black;
        }
}

#main .offer__count--md {
    padding: 8px;
}



@media (max-width: 1000px) and (orientation: landscape) {
    #main {
        background: url('/affiliates/2022/goblins/images/bg-desk.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 14%;
    }

        #main .offer__count {
            margin-top: 74.133333vmin;
        }
}

@media (max-width: 992px) and (max-height: 480px) and (orientation: landscape) {
    #main .logo {
        width: 25vmin;
    }
}
