html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.inner {
    position: relative;
    inset: 0px;
    padding: 1em;
    border-radius: 4px;
    /* background: radial-gradient(circle at 50% 100%, #30f8f8 10%, #30f8f800 55%),
      linear-gradient(#00526a, #009dcd); */
    overflow: hidden;
    transition: inherit;
  }
  
  .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-65deg, #0000 40%, #fff7 50%, #0000 70%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: thing 3s ease infinite;
  }
  
  @keyframes thing {
    0% {
      background-position: 130%;
      opacity: 1;
    }
  
    to {
      background-position: -166%;
      opacity: 0;
    }
  }
  
  .top-white {
    position: absolute;
    border-radius: inherit;
    inset: 0 -8em;
    /* background: radial-gradient(
      circle at 50% -270%,
      #fff 45%,
      #fff6 60%,
      #fff0 60%
    ); */
    transition: inherit;
  }
  
  .inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transition: inherit;
    box-shadow: inset 0px 2px 8px -2px #0000;
  }
  

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px
}

body {
    background: #080808;
}

h1 {
    font-size: 24px
}

h1 span {
    font-size: 24px;
    color: #eb1716;
}

a {
    text-decoration: none
}

header {
    background: #050f19;
    color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width: 992px) {
    header .container {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width: 600px) {
    header .container {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 10px
    }
}

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}


footer {
    background-color: #050f19;
    border-top: 2px solid #ffffff;
    padding: 15px 0 15px;
    position: relative;
    z-index: 999;
}

    /*footer .footer-links {
        margin-top: 20px;
    }*/

    footer .footer-links ul li a {
        font-size: 12px;
        color: #a38031;
    }

        footer .footer-links ul li a:hover {
            color: #D5B160;
            text-decoration: underline;
        }

    footer .footer-icons img {
        max-height: 26px;
        padding-inline: 0px;
        margin: 0 auto;
        margin-block: 4px;
    }

    footer .crypto-icons img {
        max-height: 28px!important;
        padding-inline: 8px;
        margin: 0 auto;
        margin-block: 4px;
        display: inline;
    }

    footer .footer-icons {
        margin: 0 auto;
    }

.footer-icons a {
    text-align: center;
    margin: 0 auto;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(/affiliates/2025/aff-381/spark-fortune/img/bg-desk.jpg) center top no-repeat, #065798;
    background-size: cover;
    background-attachment: fixed;
}

@media(min-width: 600px)and (max-width: 900px) {
    .main {
        background: url(/affiliates/2025/aff-381/spark-fortune/img/bg-desk.jpg) 38% top no-repeat, #000828;
        background-size: cover;
    }
}

/* @media(max-width: 600px) {
    .main {
        background:#cb1019;
    }
} */

#BarFooterTerms {
    margin-top: -1px
}

@media(max-width: 600px) {
    #promo {
        background: url("/affiliates/2025/aff-381/spark-fortune/img/bg-mobile.jpg") center bottom no-repeat, #065798;
        background-size: cover
    }
}

#BoxTerms {
    background: #262626;
    padding: 20px 0;
}

.terms {
    /* background: #310948; */
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.ClearFix {
    clear: both
}

.reversal {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main .container, .header .container  {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 90px;
    justify-content: center
}

.header .container{
    padding: 4px 10px;
}

.pr-logo {
    width: 255px;
}
/* 
.container__logo img {
    display: block;
    width: 255px;
} */

@media(max-width: 992px) {
    .container__logo {
        position:inherit;
        bottom: auto
    }
}

@media(max-width: 600px) {
    .container__logo {
        position:inherit;
        width: 100px
    }

    .container__logo img {
        display: block;
        width: 175px;
    }
}

.container__jackpot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
    min-width: 300px;
    max-height: 50px;
    margin-top: 15px;
}

.container__jackpot--counter {
    border-radius: 5px;
    background-color: #bda050;
    color: #ffffff;
    margin-left: 10px;
    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;
    padding: 10px 20px;
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: 700;
    font-size: 28px;
    width: 220px;
}

@media(max-width: 600px) {

    .header .row {
        gap: 0px;
    }
    .pr-logo{
        margin-top: 15px;
    }

    .main .container, .header .container{
        gap: 0px;
    }

    .header .container {
        padding: 5px 10px 10px;
    }


    .container__jackpot--counter {
        margin:0;
        font-size: 18px;
        width: 100%;
    }

    .container__jackpot {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 80px;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        font-size: 18px;
        margin-top: 0px;
    }

    .container__jackpot p {
        margin: 10px 0;
        font-size: 12px
    }
}

.container__promo {
    max-width: 350px
}

.container__promo p {
    font-size: 12px
}

.container__promo img {
    display: block;
    width: 100%
}

.container__promo--link {
    text-decoration: none;
    outline: none;
    color: #ffffff;
    font-size: 44px;
    /* -webkit-box-shadow: 0 6px 0 rgba(80, 80, 42, .21); */
    box-shadow: 0 8px 0 rgb(0 0 0 / 27%);
    border-radius: 6px;
    padding: 0px 0;
    background-color: #eb1716;
    outline: 1px solid black;
    display: inline-block;
    width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.container__promo--link:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 6px 0 rgb(28 39 75);
    background-color: #bda050;
    color:#fff;
    position: relative;
    top:8px;
}

@media(max-width: 552px) {
    .container__promo {
        max-width:100%;
        margin-top: 0px;
    }
}

.container__coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0;
    border-radius: 4px;
    background-color: #00092199;
    height: 50px;
    margin-bottom: 8px;
}

.container__coupon--copy {
    background: #bda050;
    border-radius: 4px;
    width: 40%;
    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;
    color: #ffffff;
}

.container__coupon--copy:hover {
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #132332;
}

.container__coupon .BoxCode {
    width: 60%;
    font-size: 22px;
    margin: 10px 0;
}

.container__main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 992px) {
    .container__main {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 600px) {
    .container__main {
        background: -o-linear-gradient(top, #08192a 0%, #050F19 63%, #050F19 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#08192a), color-stop(63%, #050F19), to(#050F19));
        background: linear-gradient(180deg, #08192a 0%, #050F19 63%, #050F19 100%);
    }
}

.container__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.container__info--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container__info--item p {
    text-align: left
}

@media(max-width: 992px) {
    .container__info--item p {
        text-align:center
    }
}

@media(max-width: 552px) {
    .container__info--item p {
        font-size:13px
    }
}

.container__info--item img {
    margin-right: 20px
}

@media(max-width: 992px) {
    .container__info--item img {
        margin:0
    }
}

@media(max-width: 552px) {
    .container__info--item img {
        width:80%
    }
}

@media(max-width: 992px) {
    .container__info--item {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 33%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
}

@media(max-width: 552px) {
    .container__info--item {
        width:32%
    }
}

@media(max-width: 992px) {
    .container__info {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

@media(max-width: 552px) {
    .container__info {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.container__grid {
    width: 70%
}

@media(max-width: 992px) {
    .container__grid {
        width:100%
    }
}

.container__games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.container__games--item {
    margin: 5px;
    width: calc((100% / 3) - 12px)
}

.container__games--item img {
    display: block;
    width: 100%
}

@media(max-width: 552px) {
    .container__games--item {
        width:calc((100% / 2) - 12px)
    }
}

.container__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container__terms--style {
    width: fit-content;
    margin-right: 10px;
    margin-top: 5px;
    background: #2c2c2c;
    color: #d5d5d5;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
}

.container__terms--style:hover {
    background-color: #383838;
}

.container__terms img {
    width: 452px
}

@media(max-width: 640px) {
    .container__terms img {
        width:100%;
        margin-top: 20px
    }
}

@media(max-width: 640px) {
    .container__terms {
        width:100%;
        -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
    }
}
