/* 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:white; background-color: #0F0F0F; font-family: "888";}

img {width: 100%; display: block;}

h1,h2,h3,h4,h5,h6 {font-weight: 900; font-family: "888";}

h2 {font-weight: 900; font-size: 14px; line-height: 1.2;}

b {font-weight: 900;}

ul li, td {font-family: "888";}

span, p, a {font-family: "888";}

a {text-decoration: none;}

.desktop {
    display: none !important;
}

@media screen and (min-width: 640px) {
    .desktop {
        display: flex !important;
    }

    .mobile {
        display: none !important;
    }
}

.sportlp {
    background-image: url('../images/hero-mobile2.webp');
}

.sportlp2 {
    background-image: url('../images/hero-mobile3.webp');
}

header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 137vw;
    padding: 10px 0 0;
    background-position-x: center;
    background-position-y: 8vw;
    background-color: #232323;;
}

.hero-wrapper {
    position: relative;
    height: 100%;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    margin: 0 auto;
    width: 90vw;
    max-width: 1240px;
}

.login {
    font-weight: 700;
    color: #FA6200;
    font-size: 0.6em;
    padding: 7px 10px;
    background-color: #171717;
    border-radius: 50px;
    border: 2px solid #FA6200;
}

.logos {
    display: flex;
    align-items: center;
    gap: 10px;
}

.egr {
    width: 50px;
}

.logo {
    width: 62px;
}

.hero {
    margin: 0 auto;
    margin-top: 5px;
    width: 95vw;
    max-width: 490px;
}

.lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lines span, .support span {
    font-weight: 700;
    direction: rtl;
    margin-top: 6px;
    display: block;
}

.line1 {
    font-size: 20px;
}

.line2 {
    color: #ffde00;
    font-size: 30px;
}

.line3 {
    font-size: 30px;
}

.cta {
    font-weight: 700;
    border: 2px solid #fce403;
    background-color: #fce403;
    border-radius: 50px;
    padding: 4px 25px;
    color: black;
    font-size: 26px;
    margin-top: 13px;

}

.line4 {
    font-size: 22px;
    font-size: 13px;
}

.line5, .line6 {
    text-align: center;
}

.line5 {
    font-size: 13px;
    direction: ltr !important;
}

.steps {
    background-color: #1f1f1f;
    padding: 40px 20px;
}

.steps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.steps-wrapper li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.arrow {
    width: 30px;
    flex-shrink: 0;
    transform: scale(-1);
}

.step-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-grow: 1;    
}

.step-title {
    display: block;
    color: #ffde00;
    font-size: 28px;
    text-align: right;
    font-weight: 700;
}

.step-info {
    display: block;
    font-size: 18px;
    text-align: right;
    font-weight: 700;
}

.step-number {
    padding: 20px;
    font-size: 40px;
    width: 75px;
    height: 75px;
    border-radius: 99px;
    color: #FA6200;
    border: 8px solid #FA6200;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

@media screen and (min-width: 640px) and (max-width: 1599px) {

    .sportlp {
        background-image: url('../images/hero-desktop2.webp');
    }

    .sportlp2 {
        background-image: url('../images/hero-desktop3.webp');
    }

    header {
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: contain;
        height: 29.5vw;
        padding: 2vw 0;
        max-width: 1920px;
        max-height: 760px;
        background-position-y: bottom;
    }
    
    .hero-wrapper {
        width: 90vw;
        margin: 0 auto;
    }
    
    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.781vw 0.781vw;
    }
    
    .login {
        color: #FA6200;
        font-size: 1.042vw;
        padding: 0.521vw 1.354vw;
        background-color: #171717;
        border-radius: 2.604vw;
        border: 2px solid #FA6200;
    }
    
    .logos {
        display: flex;
        align-items: center;
        gap: 1vw;
    }
    
    .egr {
        width: 4.688vw;
    }
    
    .logo {
        width: 5.8vw;
    }
    
    .hero {
        margin: 0;
        width: 25.521vw;
        margin-top: 1.5vw;
        margin-right: auto;
    }
    
    .lines {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .lines span {
        font-weight: 700;
        direction: rtl;
        margin-top: 0.521vw;
    }
    
    .line1 {
        font-size: 1.667vw;
    }
    
    .line2 {
        color: #ffde00;
        font-size: 2.5vw;
    }
    
    .line3 {
        font-size: 2.5vw;
    }
    
    .cta {
        font-family: "888";
        font-weight: 700;
        border: 2px solid #fce403;
        background-color: #fce403;
        border-radius: 2.604vw;
        padding: 0.625vw 1.354vw;
        color: black;
        font-size: 1.458vw;
        margin-top: 0.781vw;
    }
    
    .line4 {
        font-size: 1.667vw;
    }
    
    .line5, .line6 {
        text-align: center;
        font-size: 0.781vw;
    }
    
    .steps {
        background-color: #1f1f1f;
        padding: 40px 20px;
    }
    
    .steps-wrapper {
        display: flex;
        flex-direction: row-reverse;
        gap: 4.777vw;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .steps-wrapper li {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.592vw;
    }

    .step {
        flex-grow: 1;
    }
    
    .arrow {
        margin-top: 0.796vw;
        width: 2.389vw;
        flex-shrink: 0;
        transform: scale(-1);
    }
    
    .step-text {
        display: flex;
        flex-direction: column;
        gap: 0.478vw;
        flex-grow: 1;    
        order: 2;
    }
    
    .step-title {
        display: block;
        color: #ffde00;
        font-size: 2.548vw;
        text-align: center;
    }
    
    .step-info {
        display: block;
        font-size: 2.07vw;
        text-align: center;
    }
    
    .step-number {
        padding: 1.592vw;
        font-size: 3.503vw;
        width: 7.962vw;
        height: 7.962vw;
        border-radius: 7.882vw;
        color: #FA6200;
        border: 0.637vw solid #FA6200;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        order: 1;
    }

    .terms {
        margin: 0 auto;
    }    

    details {
        text-align: center;
    }

    .toggle-container {
        text-align: right;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1600px) {

    .sportlp {
        background-image: url('../images/hero-desktop2.webp');
    }

    .sportlp2 {
        background-image: url('../images/hero-desktop3.webp');
    }

    header {
        background-position-y: bottom;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: cover;
        height: 566px;
        padding: 10px 0;
        max-width: 1920px;
        max-height: 760px;
    }
    
    .hero-wrapper {
        max-width: 1240px;
        margin: 0 auto;
    }
    
    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
    }
    
    .login {
        color: #FA6200;
        font-size: 20px;
        padding: 10px 26px;
        background-color: #171717;
        border-radius: 50px;
        border: 2px solid #FA6200;
    }
    
    .logos {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .egr {
        width: 70px;
    }
    
    .logo {
        width: 85px;
    }
    
    .hero {
        margin: 0;
        width: 490px;
        margin-top: 55px;
        margin-right: auto;
    }
    
    .lines {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .lines span {
        font-weight: 700;
        direction: rtl;
        margin-top: 10px;
    }
    
    .line1 {
        font-size: 32px;
    }
    
    .line2 {
        color: #ffde00;
        font-size: 48px;
    }
    
    .line3 {
        font-size: 48px;
    }
    
    .cta {
        font-family: "888";
        font-weight: 700;
        border: 2px solid #fce403;
        background-color: #fce403;
        border-radius: 50px;
        padding: 12px 26px;
        color: black;
        font-size: 28px;
        margin-top: 15px;
    }
    
    .line4 {
        font-size: 32px;
    }
    
    .line5, .line6 {
        text-align: center;
        font-size: 15px;
    }
    
    .steps {
        background-color: #1f1f1f;
        padding: 40px 20px;
    }
    
    .steps-wrapper {
        display: flex;
        flex-direction: row-reverse;
        gap: 60px;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .steps-wrapper li {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .step {
        flex-grow: 1;
        flex-shrink: 0;
        width: 25%;
    }
    
    .arrow {
        margin-top: 10px;
        width: 30px;
        flex-shrink: 0;
        transform: scale(-1);
    }
    
    .step-text {
        display: flex;
        flex-direction: column;
        gap: 6px;
        flex-grow: 1;    
        order: 2;
    }
    
    .step-title {
        display: block;
        color: #ffde00;
        font-size: 32px;
        text-align: center;
    }
    
    .step-info {
        display: block;
        font-size: 26px;
        text-align: center;
    }
    
    .step-number {
        padding: 20px;
        font-size: 44px;
        width: 100px;
        height: 100px;
        border-radius: 99px;
        color: #FA6200;
        border: 8px solid #FA6200;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        order: 1;
    }

    .terms {
        margin: 0 auto;
    }    

    details {
        text-align: center;
    }

    .toggle-container {
        text-align: right;
        max-width: 1200px;
        margin: 0 auto;
    }
}


.text {
    max-width: 1170px;
    margin: 0 auto;
}

.terms {
    direction: rtl;
    margin-top: 40px;
}

summary {
    color: #969696;
}

.terms ol {
    list-style-type: decimal;
    padding: 0 20px;
}

footer {
    background-color: #1f1f1f;
    padding: 0 15px 40px;
    text-align: right;
}

footer p, footer span, footer a, .terms p, .terms li, .terms a, .terms td  {
    color: #969696;
    font-size: 13px;
}

.terms td {
    border: 1px solid #969696; 
    padding: 4px;
}

footer p {
    margin-bottom: 8px;
}

footer p:last-child {
    margin-bottom: 0;
}

footer a, .terms a {
    text-decoration: underline;
    line-height: 1.2;
}

.terms a {
    color: #cacaca;
}

.support {
    padding: 8px 0 12px;
    background-color: black;
}

.payment-icon {
    text-align: center;
    direction: ltr;
    padding: 10px 0;
}

@media screen and (min-width: 640px) {
    .payment-icon {
        /* left: 48%;
        transform: translate(-48%, 0%); */
    }
}

.payment-icon span {
    content: "";
    background-image: url('../images/acq-footer-sprite.png');
    background-repeat: no-repeat;
    background-size: 734px;
    display: inline-block;
    height: 47px;
    margin: 0 1em 0 0;
    text-indent: -9000px;
    background-size: 984px;
}


.viza {
    background-position: 0 -542px;
    width: 66px;
}

.mastercard {
    background-position: -87px -543px;
    width: 66px;
}

.skrill {
    background-position: -882px -601px;
    width: 66px;
}

.crypto {
    background-image: url(../images/crypto.webp) !important;
    background-position: center;
    width: 35px;
    height: 35px !important;
    background-size: contain !important;
    text-indent: unset !important;
    position: relative;
    top: -8px;
}
.bitcoin {
    background-image: url(../images/bitcoin.svg) !important;
    background-position: center;
    width: 35px;
    height: 35px !important;
    background-size: contain !important;
    text-indent: unset !important;
    position: relative;
    top: -8px;
}

.wire {
    background-position: -614px -542px;
    width: 62px;
}

.paypal {
    background-position: -166px -542px;
    width: 88px;
}

.sofort {
    background-position: -209px -780px;
    width: 74px;
}

.neteller {
    background-position: -265px -542px;
    width: 81px;
}

.trustly {
    background-position: -115px -780px;
    width: 88px;
}

.muchbetter {
    background-position: -5px -816px;
    width: 100px;
}

.safty-icons {
    text-align: center;
    margin-bottom: 20px;
    direction: rtl;
}

.safty-icons a {
    display: inline-block;
    height: 46px;
    margin: 0 0.9em 0 0;
    text-indent: -9000px;
    background-size: 918px;
    content: "";
    background-image: url('../images/acq-footer-sprite.png');
    background-repeat: no-repeat;
}


.sem-text {
    text-align: center;
    margin: 20px 0;
}

.gam-care {
    width: 72px;
    background-position: -780px -452px;
}

.gambling-commission {
    width: 63px;
    background-position: -594px -452px;
}

.gambleaware {
    width: 91px;
    background-position: -783px -507px;
}

.gamstop {
    width: 125px;
    background-position: -680px -730px;
}

.gibraltar-gambling-license {
    width: 34px;
    background-position: -546px -453px;
}

.mga-logo {
    width: 62px;
    background-position: -337px -505px;
}

.safty-icons .safe-888 {
    width: 42px;
    background-position: -173px -450px;
}

.responsible-gaming {
    width: 27px;
    background-position: -866px -452px;
}








