﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
    -webkit-text-size-adjust: none;
    position: relative;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html
{
    scroll-behavior: smooth;
}
body
{
    font-weight: 300;
    color: #fff;
    background-color: #000;
    font-family: "Tahoma";
}
img
{
    width: 100%;
    display: block;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: 900;
    font-family: "Tahoma";
}
h2
{
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2;
}
b
{
    font-weight: 900;
}
ul li, td
{
    font-family: "Tahoma";
}
span, p, a
{
    font-family: "Tahoma";
}
a
{
    text-decoration: none;
}
.desktop
{
    display: none!important;
}
@media screen and (min-width: 640px)
{
    .desktop
    {
        display: flex!important;
    }
    .mobile
    {
        display: none!important;
    }
}
.casinolp
{
    background-image: url('../image/hero-mobile.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: -18vw;
}
nav
{
    width: 95.814vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 15.791vw;
}
.menu
{
    display: flex;
    gap: 1.163vw;
}
.menu a
{
    width: 20.698vw;
    border-radius: 4.884vw;
    display: block;
    text-align: center;
    padding: 2.558vw 0;
    font-weight: 700;
    font-size: 2.758vw;
}
.login
{
    background-color: #232323;
    border: .233vw solid #7ff800;
    color: #7ff800;
}
.register
{
    background-color: #fae040;
    color: #000;
}
.sport-Tahoma
{
    width: auto;
}
.logos
{
    display: flex;
    gap: 2.163vw;
    align-items: center;
}
.security-icons
{
    margin: 0 auto;
    width: 84.419vw;
    margin-bottom: 2.326vw;
}
.logo
{
    width: 13.372vw;
    flex-shrink: 0;
}
.hr
{
    position: relative;
    top: -1px;
    width: 1px;
    height: 10vw;
    background-color: #fff;
}
.hero
{
    display: flex;
    flex-direction: column;
}
.lines
{
    width: 93.721vw;
    margin: 0 auto;
    margin-top: 94.884vw;
    text-align: center;
    position: relative;
}
.lines>span
{
    display: block;
    direction: rtl;
}
.line1
{
    font-size: 7.605vw;
    font-weight: 700;
}
.line2
{
    color: #7ff800;
    font-size: 14.36vw;
    font-weight: 700;
    margin-top: 1.395vw;
}
.line3
{
    font-size: 5.605vw;
    color: #fff;
    margin-top: 1.628vw;
    line-height: 1.3;
    font-weight: 700;
}
.line4
{
    font-size: 6.7vw;
    color: #fff;
    margin-top: .8vw;
    line-height: 1.3;
    font-weight: 700;
}
.green
{
    color: #7ff800;
}
.yellow
{
    color: #ffde00;
}
.cta
{
    margin: 0 auto;
    border-radius: 23.023vw;
    font-weight: 700;
    background-color: #fae040;
    color: #000;
    font-size: 5.898vw;
    width: 73.721vw;
    display: block;
    padding: 4.186vw 0 3.488vw;
    margin-top: 3.395vw;
    position: relative;
    overflow: hidden;
}
.cta-content
{
    margin: 0 auto!important;
    margin-top: 15vw!important;
    text-align: center;
}
.payment-icons
{
    margin-top: 13.953vw;
}
.payment-icons-wrapper
{
    display: flex;
    flex-wrap: wrap;
    gap: 5.714vw 1.86vw;
    justify-content: center;
}
.icon
{
    width: 26.977vw;
}
.payment-icon-muchbetter
{
    order: 1;
}
.payment-icon-mastercard
{
    order: 2;
}
.payment-icon-visa
{
    order: 3;
}
.payment-icon-wire
{
    order: 4;
}
.payment-icon-neteller
{
    order: 5;
}
.payment-icon-inpay
{
    order: 6;
}
.payment-icon-skrill
{
    order: 7;
}
.payment-icon-crypto
{
    order: 8;
}
.steps
{
    margin-top: 15.581vw;
}
.steps-wrapper
{
    display: flex;
    flex-direction: column;
    gap: 6.279vw;
}
.arrow
{
    width: 18.372vw;
    margin: 0 auto;
    flex-shrink: 0;
    margin-top: 8.14vw;
}
.step-text
{
    display: flex;
    flex-direction: column;
    gap: 1.395vw;
    flex-grow: 1;
    margin-top: 6.047vw;
}
.step-title
{
    display: block;
    color: #ffde00;
    font-size: 6.977vw;
    text-align: center;
    font-weight: 700;
}
.step-info
{
    display: block;
    font-size: 5.581vw;
    text-align: center;
    width: 66.279vw;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 0;
    line-height: 1.4;
}
.step-number
{
    margin: 0 auto;
    padding: 4.651vw;
    font-size: 9.302vw;
    width: 19.535vw;
    height: 19.535vw;
    border-radius: 23.023vw;
    color: #7cf700;
    border: 1.86vw solid #7cf700;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.games
{
    margin-top: 15vw;
}
.games-wrapper
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3.488vw 4.884vw;
}
.game
{
    width: 42.43vw;
}
.big-button
{
    margin: 0 auto;
    display: block;
    width: 83.953vw;
    background-color: #ffde00;
    color: #000;
    padding: 4.186vw 0;
    font-weight: 700;
    font-size: 6.712vw;
    text-align: center;
    border-radius: 23.023vw;
    margin-top: 13.721vw;
    position: relative;
    overflow: hidden;
}
.eighteen
{
    width: 14.884vw;
    margin: 0 auto;
    margin-top: 14.419vw;
}
.sem-text
{
    margin: 4.651vw 0;
    text-align: center;
}
.text
{
    width: 74.419vw;
    margin: 0 auto;
    margin-top: 6.977vw;
}
.terms
{
    direction: rtl;
    margin-top: 9.302vw;
}
summary
{
    color: #969696;
}
.terms ol
{
    list-style-type: decimal;
    padding: 0 4.651vw;
}
footer
{
    background-color: #000;
    padding: 0 3.488vw 9.302vw;
    text-align: right;
}
footer p, footer span, footer a
{
    color: #969696;
    font-size: 5.116vw;
    font-weight: 500;
}
.terms p, .terms li, .terms a, .terms td
{
    color: #969696;
    font-size: 3.023vw;
}
.terms td
{
    border: .233vw solid #969696;
    padding: .93vw;
}
footer p
{
    margin-bottom: 1.86vw;
}
footer p:last-child
{
    margin-bottom: 0;
}
footer a, .terms a
{
    text-decoration: underline;
    line-height: 1.2;
}
.terms a
{
    color: #cacaca;
}
@media screen and (min-width: 640px) and (max-width: 1899px)
{
    .casinolp
    {
        background-image: url('../image/hero-desktop.webp');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        height: 36.146vw;
    }
    nav
    {
        width: 90%;
        max-width: 1800px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 4.958vw;
    }
    .menu
    {
        display: flex;
        gap: .365vw;
    }
    .menu a
    {
        width: 7.708vw;
        border-radius: 1.094vw;
        display: block;
        text-align: center;
        padding: .573vw 0;
        font-weight: 700;
        font-size: .618vw;
    }
    .login
    {
        background-color: #232323;
        border: 1px solid #7ff800;
        color: #7ff800;
    }
    .register
    {
        background-color: #fae040;
        color: #000;
    }
    .sport-Tahoma
    {
        width: auto;
    }
    .small-logos
    {
        display: flex;
        gap: .313vw;
        align-items: center;
        margin-left: 1vw;
    }
    .casino-888
    {
        height: 1.51vw;
    }
    .sport-888
    {
        height: 1.51vw;
    }
    .logos
    {
        display: flex;
        gap: .781vw;
        align-items: center;
    }
    .security-icons
    {
        margin: 0;
        width: 17.865vw;
        margin-right: 2.083vw;
    }
    .logo
    {
        width: 4.167vw;
    }
    .hr
    {
        height: 3.177vw;
        top: -.052vw;
        width: .052vw;
        background-color: #fff;
    }
    .hero
    {
        display: flex;
        flex-direction: row;
        width: 66.406vw;
        margin: 0 auto;
        justify-content: flex-end;
    }
    .lines
    {
        width: 20.99vw;
        margin: 0;
        margin-top: 7.708vw;
        text-align: right;
    }
    .lines>span
    {
        display: block;
        direction: rtl;
    }
    .line1
    {
        font-size: 1.927vw;
        font-weight: 700;
    }
    .line2
    {
        color: #7ff800;
        font-size: 5.232vw;
        font-weight: 700;
        margin-top: .313vw;
    }
    .line3
    {
        font-size: 1.927vw;
        color: #fff;
        margin-top: .365vw;
        line-height: 1.3;
        font-weight: 700;
    }
    .line4
    {
        font-size: 2.3vw;
        color: #fff;
        margin-top: .365vw;
        line-height: 1.3;
        font-weight: 700;
    }
    .cta
    {
        margin: 0 0 0 auto;
        border-radius: 5.156vw;
        font-weight: 700;
        background-color: #fae040;
        color: #000;
        font-size: 1.321vw;
        width: 16.51vw;
        display: block;
        padding: .938vw 0 .781vw;
        margin-top: 2.031vw;
        text-align: center;
    }
    .cta-content
    {
        margin: 0 auto!important;
        margin-top: 5vw!important;
        text-align: center;
    }
    .payment-icons
    {
        margin-top: 2.135vw;
    }
    .payment-icons-wrapper
    {
        display: flex;
        flex-wrap: wrap;
        gap: .625vw;
        justify-content: center;
    }
    .icon
    {
        width: 7.813vw;
    }
    .payment-icon-muchbetter
    {
        order: 6;
    }
    .payment-icon-mastercard
    {
        order: 7;
    }
    .payment-icon-visa
    {
        order: 8;
    }
    .payment-icon-wire
    {
        order: 1;
    }
    .payment-icon-neteller
    {
        order: 2;
    }
    .payment-icon-inpay
    {
        order: 3;
    }
    .payment-icon-skrill
    {
        order: 4;
    }
    .payment-icon-crypto
    {
        order: 5;
    }
    .steps
    {
        margin-top: 6.03vw;
    }
    .steps-wrapper
    {
        display: flex;
        gap: 5.521vw;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .arrow
    {
        width: 1.563vw;
        margin: 0 auto;
        flex-shrink: 0;
        margin-top: 0;
    }
    .step-text
    {
        display: flex;
        flex-direction: column;
        gap: .313vw;
        flex-grow: 1;
        margin-top: 1.302vw;
    }
    .step-title
    {
        display: block;
        color: #ffde00;
        font-size: 1.563vw;
        text-align: center;
        font-weight: 700;
    }
    .step-info
    {
        display: block;
        font-size: 1.25vw;
        text-align: center;
        width: 14.844vw;
        font-weight: 400;
        margin: 0 auto;
        margin-top: 0;
        line-height: 1.4;
    }
    .step-number
    {
        margin: 0 auto;
        padding: 1.042vw;
        font-size: 2.083vw;
        width: 4.375vw;
        height: 4.375vw;
        border-radius: 5.156vw;
        color: #7cf700;
        border: .417vw solid #7cf700;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }
    .games
    {
        margin-top: 4.438vw;
    }
    .games-wrapper
    {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        gap: 1.541vw 2.128vw;
        max-width: 59.635vw;
    }
    .game
    {
        width: 18.344vw;
    }
    .big-button
    {
        margin: 0 auto;
        display: block;
        width: 37.313vw;
        background-color: #ffde00;
        color: #000;
        padding: 1.927vw 0;
        font-weight: 700;
        font-size: 2.985vw;
        text-align: center;
        border-radius: 5.156vw;
        margin-top: 6.042vw;
    }
    .eighteen
    {
        width: 3.385vw;
        margin: 0 auto;
        margin-top: 8.75vw;
    }
    .text
    {
        width: auto;
        margin: 0 auto;
        margin-top: 1.719vw;
    }
    .sem-text
    {
        display: flex;
        margin: 0;
        justify-content: center;
    }
    footer p, footer span, footer a
    {
        color: #969696;
        font-size: 14px;
        font-weight: 500;
    }
}
@media screen and (min-width: 1900px)
{
    .casinolp
    {
        background-image: url('../image/hero-desktop.webp');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        height: 694px;
    }
    nav
    {
        width: 90%;
        max-width: 1800px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 85px;
    }
    .menu
    {
        display: flex;
        gap: 7px;
    }
    .menu a
    {
        width: 148px;
        border-radius: 21px;
        display: block;
        text-align: center;
        padding: 11px 0;
        font-weight: 700;
        font-size: 11.86px;
    }
    .login
    {
        background-color: #232323;
        border: 1px solid #7ff800;
        color: #7ff800;
    }
    .register
    {
        background-color: #fae040;
        color: #000;
    }
    .sport-Tahoma
    {
        width: auto;
    }
    .logos
    {
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .security-icons
    {
        margin: 0;
        width: 343px;
        margin-right: 40px;
    }
    .logo
    {
        width: 80px;
    }
    .hr
    {
        height: 61px;
        top: -1px;
        width: 1px;
        background-color: #fff;
    }
    .hero
    {
        display: flex;
        flex-direction: row;
        width: 1275px;
        margin: 0 auto;
        justify-content: flex-end;
    }
    .lines
    {
        width: 430px;
        margin: 0;
        margin-top: 120px;
        text-align: right;
    }
    .lines>span
    {
        display: block;
        direction: rtl;
    }
    .line1
    {
        font-size: 33px;
        font-weight: 700;
    }
    .line2
    {
        font-size: 100.45px;
        color: #7ff800;
        font-weight: 700;
        margin-top: 6px;
    }
    .line3
    {
        font-size: 32px;
        color: #fff;
        margin-top: 7px;
        line-height: 1.3;
        font-weight: 700;
    }
    .line4
    {
        font-size: 36px;
        color: #fff;
        margin-top: 3px;
        line-height: 1.3;
        font-weight: 700;
    }
    .cta
    {
        margin: 0 0 0 auto;
        border-radius: 99px;
        font-weight: 700;
        background-color: #fae040;
        color: #000;
        font-size: 25.36px;
        width: 317px;
        display: block;
        padding: 18px 0 15px;
        margin-top: 39px;
        text-align: center;
    }
    .cta-content
    {
        margin: 0 auto!important;
        margin-top: 80px!important;
        text-align: center;
    }
    .payment-icons
    {
        margin-top: 41px;
    }
    .payment-icons-wrapper
    {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
    .icon
    {
        width: 150px;
    }
    .payment-icon-muchbetter
    {
        order: 6;
    }
    .payment-icon-mastercard
    {
        order: 7;
    }
    .payment-icon-visa
    {
        order: 8;
    }
    .payment-icon-wire
    {
        order: 1;
    }
    .payment-icon-neteller
    {
        order: 2;
    }
    .payment-icon-inpay
    {
        order: 3;
    }
    .payment-icon-skrill
    {
        order: 4;
    }
    .payment-icon-crypto
    {
        order: 5;
    }
    .steps
    {
        margin-top: 115.77px;
    }
    .steps-wrapper
    {
        display: flex;
        gap: 106px;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .arrow
    {
        width: 30px;
        margin: 0 auto;
        flex-shrink: 0;
        margin-top: 0;
    }
    .step-text
    {
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex-grow: 1;
        margin-top: 25px;
    }
    .step-title
    {
        display: block;
        color: #ffde00;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
    }
    .step-info
    {
        display: block;
        font-size: 24px;
        text-align: center;
        width: 285px;
        font-weight: 400;
        margin: 0 auto;
        margin-top: 0;
        line-height: 1.4;
    }
    .step-number
    {
        margin: 0 auto;
        padding: 20px;
        font-size: 40px;
        width: 84px;
        height: 84px;
        border-radius: 99px;
        color: #7cf700;
        border: 8px solid #7cf700;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }
    .games
    {
        margin-top: 122px;
    }
    .games-wrapper
    {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        gap: 29.59px 40.86px;
        max-width: 1145px;
    }
    .game
    {
        width: 352.21px;
    }
    .big-button
    {
        margin: 0 auto;
        display: block;
        width: 716.41px;
        background-color: #ffde00;
        color: #000;
        padding: 37px 0;
        font-weight: 700;
        font-size: 57.31px;
        text-align: center;
        border-radius: 99px;
        margin-top: 116px;
    }
    .eighteen
    {
        width: 65px;
        margin: 0 auto;
        margin-top: 168px;
    }
    .text
    {
        width: auto;
        margin: 0 auto;
        margin-top: 33px;
    }
    .sem-text
    {
        display: flex;
        margin: 0;
        justify-content: center;
    }
    footer
    {
        background-color: #000;
        padding: 0 0 40px;
        text-align: right;
    }
    footer p, footer span, footer a
    {
        color: #969696;
        font-size: 23px;
        font-weight: 500;
    }
}
.light::before
{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg,transparent,#ffffff71,transparent);
    transform: translateX(-180px) skew(-20deg);
    animation: slideBackground 3s linear infinite;
    animation-delay: 2s;
}
.light:hover::before
{
    animation-play-state: paused;
}
@keyframes slideBackground
{
    0%
    {
        transform: translateX(-180px) skew(-20deg);
    }
    10%
    {
        transform: translateX(220px) skew(-20deg);
    }
    20%
    {
        transform: translateX(-180px) skew(-20deg);
    }
}
.big-button.light::before
{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg,transparent,#ffffff71,transparent);
    transform: translateX(-220px) skew(-20deg);
    animation: slideBackground 3s linear infinite;
    animation-delay: 2s;
}
@keyframes slideBackground
{
    0%
    {
        transform: translateX(-220px) skew(-20deg);
    }
    10%
    {
        transform: translateX(260px) skew(-20deg);
    }
    20%
    {
        transform: translateX(-220px) skew(-20deg);
    }
}