/* SPLASHSCREEN */
#splashScreen {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: url(../Game/Graphics/Images/Backgrounds/GFX_ambientBackground_splash.jpg?_t=20250630205535);
    background-size: cover;
    background-position: center;
    z-index: 9999999;
    opacity: 1;
    transition: opacity 1s;
    transform: translate3d(-1px, -1px, 0);
}

#splashScreen .screenOverlay {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(6, 17, 53, 0.9) 85%, rgba(6, 17, 53, 0.95) 100%);
}

#splashScreen._disabled {
    opacity: 0;
}

#splashScreen._loaded {
    opacity: 1;
    transition: none;
}

#root:has(#splashScreen) #screen {
    visibility: hidden;
}

#splashScreen .paytablePage {
    top: unset;
    bottom: 164px;
    width: 100%;
    height: 433px;
    box-sizing: border-box;
    /*padding: 0 40px;*/
}

/*#splashScreen .paytablePage .customContent {*/
/*    height: 100% !important;*/
/*}*/

#splashScreen .splashLoadingInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 140px;
    text-align: center;
    margin: 0 auto;
}

#splashScreen .splashProgressBarHolder {
    margin-top: 22px;
}

#splashScreen._loaded .splashProgressBarHolder {
    display: none;
}

#splashScreen._error .splashProgressBarHolder {
    margin-top: 12px;
}

#splashScreen .splashProgressBar {
    width: 504px;
    height: 8px;
    background: #112357;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    margin: 0 auto;
}

#splashScreen._error .splashProgressBar {
    display: block;
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 28px;
    color: #e4161a;
    letter-spacing: 1px;
    background: none;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0 20px;
}

#splashScreen .splashProgressBarOverlay {
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#84b0e5+0,e2e9ff+48,9bccf4+50,62b9eb+58,71b4ed+60,71b4ed+60,84b0e5+100 */
    background: rgb(132, 176, 229); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(132, 176, 229, 1) 0%,
        rgba(226, 233, 255, 1) 48%,
        rgba(155, 204, 244, 1) 50%,
        rgba(98, 185, 235, 1) 58%,
        rgba(113, 180, 237, 1) 60%,
        rgba(113, 180, 237, 1) 60%,
        rgba(132, 176, 229, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(132, 176, 229, 1) 0%,
        rgba(226, 233, 255, 1) 48%,
        rgba(155, 204, 244, 1) 50%,
        rgba(98, 185, 235, 1) 58%,
        rgba(113, 180, 237, 1) 60%,
        rgba(113, 180, 237, 1) 60%,
        rgba(132, 176, 229, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(132, 176, 229, 1) 0%,
        rgba(226, 233, 255, 1) 48%,
        rgba(155, 204, 244, 1) 50%,
        rgba(98, 185, 235, 1) 58%,
        rgba(113, 180, 237, 1) 60%,
        rgba(113, 180, 237, 1) 60%,
        rgba(132, 176, 229, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84b0e5', endColorstr='#84b0e5',GradientType=0 ); /* IE6-9 */
}

#splashScreen._error .splashProgressBarOverlay {
    background: none;
}

#splashScreen #splashContinueButton {
    display: none;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #072543;
    text-shadow: 0 1px 1px #fff;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 33px;
    border: 2px solid #fff;
    box-shadow: 0 0 1px #fff;
    background-image: -ms-linear-gradient(top, #f4f6fa 0%, #809fc9 50%, #809fc9 75%, #f4f6fa 100%);
    background-image: -moz-linear-gradient(top, #f4f6fa 0%, #809fc9 50%, #809fc9 75%, #f4f6fa 100%);
    background-image: -o-linear-gradient(top, #f4f6fa 0%, #809fc9 50%, #809fc9 75%, #f4f6fa 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #f4f6fa),
        color-stop(50, #809fc9),
        color-stop(75, #809fc9),
        color-stop(100, #f4f6fa)
    );
    background-image: -webkit-linear-gradient(top, #f4f6fa 0%, #809fc9 50%, #809fc9 75%, #f4f6fa 100%);
    background-image: linear-gradient(to bottom, #f4f6fa 0%, #809fc9 50%, #809fc9 75%, #f4f6fa 100%);
    padding: 0 60px;
    margin: 4px 16px;
    cursor: pointer;
    animation: teaseContinueBtn 1s infinite 0.5s;
}

#splashScreen._loaded #splashContinueButton {
    display: inline-block;
}

#splashScreen #splashContinueButton:hover {
    box-shadow: 0 0 8px #ffffff;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    animation: none;
}

#splashScreen #splashContinueButton:active {
    line-height: 41px;
}

@-webkit-keyframes teaseContinueBtn {
    50% {
        box-shadow: 0 0 8px #ffffff;
        -webkit-filter: brightness(1.3);
        filter: brightness(1.3);
    }
}

@keyframes teaseContinueBtn {
    50% {
        box-shadow: 0 0 8px #ffffff;
        -webkit-filter: brightness(1.3);
        filter: brightness(1.3);
    }
}

#splashScreen #splashContinueButton,
#splashScreen #splashContinueButton div {
    transform: translate3d(0, 0, 0);
}

#splashScreen .synotLogo {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
}

/* custom */
#splashScreen .gameLogo {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    scale: 0.65;
    transform-origin: top;
}

@supports (mix-blend-mode: screen) {
    #splashScreen .gameLogoBg {
        display: block;
    }
}

.splashScreen .buyFeatureRibbon div.shadow {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

.paytablePage.splashScreen {
    display: flex;
    align-items: center;
}

.paytablePage.splashScreen .customContent {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: auto !important;
    /*justify-content: space-around;*/
    /*gap: 0 60px;*/
}

.paytablePage.splashScreen .customContent > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    /*flex: 1 1 0;*/
    width: 33%;
}

.splashScreen .symbolDescription {
    font-size: 48px;
}

.splashScreen .screenContainer .splImage {
    width: 485px;
    height: 312px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 27px;
}

.splashScreen .screenContainer .splText {
    display: flex;
    justify-content: center;
}

.splashScreen .screenContainer .splImage > * {
    position: absolute;

    animation-name: fadeSplashScreenImage;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: 0;
}

.splashScreen .screenContainer .splText > * {
    position: absolute;

    animation-name: fadeSplashScreenImage;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: 0px;
}

.splashScreen .screenContainer .splImage .splReel2,
.splashScreen .screenContainer .splText .spl30freespins {
    animation-delay: 4s;
}

.splashScreen .screenContainer .splImage .splReel1,
.splashScreen .screenContainer .splText .spl15freespins {
    animation-delay: 2s;
}

.splashScreen .screenContainer .splImage .splReel0,
.splashScreen .screenContainer .splText .spl7freespins {
    animation-delay: 0s;
}

@keyframes fadeSplashScreenImage {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.splashScreen .splImageContainer,
.splashScreen .splTextContainer {
    flex: 1;
    display: flex;
    justify-content: center;
    /*margin: 47px 0 -40px -27px;*/
}

.splashScreen .splTextContainer {
}

.splashScreen .symbolDescriptionContainer {
    position: relative;
}

.splashScreen .symbolDescription.stroke {
    -webkit-text-stroke: 5px #000;
    position: absolute;
    width: 100%;
    font-weight: bold;
}

.splashScreen .symbolDescription.text {
    color: #fff;
    z-index: 1;
    font-weight: bold;
    position: relative;
}

/****************** splashScreen ********************/

.splScr {
    background-image: url(../Game/Graphics/SpriteSheets/CSS_splashScreen.png?_t=20250630205535);
    background-repeat: no-repeat;
    --spl7freespins: -1px -546px;
    --spl15freespins: -388px -546px;
    --spl30freespins: -775px -546px;
    --splGameLogo: -1px -357px;
    --splReel0: -1302px -1px;
    --splReel1: -1302px -322px;
    --splReel2: -713px -1px;
    --splScatter: -1px -1px;
    --splWild: -357px -1px;
    --synotLogo: -1px -613px;
}

/*******************************************************/

.synotLogo {
    background-position: var(--synotLogo);
    width: 304px;
    height: 61px;
}

.splScatter {
    background-position: var(--splScatter);
    width: 354px;
    height: 354px;
}

.splWild {
    background-position: var(--splWild);
    width: 354px;
    height: 354px;
}

.splReel0 {
    background-position: var(--splReel0);
    width: 552px;
    height: 319px;
}

.splReel1 {
    background-position: var(--splReel1);
    width: 552px;
    height: 319px;
}

.splReel2 {
    background-position: var(--splReel2);
    width: 552px;
    height: 319px;
}

.spl7freespins {
    background-position: var(--spl7freespins);
    width: 385px;
    height: 65px;
}

.spl15freespins {
    background-position: var(--spl15freespins);
    width: 385px;
    height: 65px;
}

.spl30freespins {
    background-position: var(--spl30freespins);
    width: 385px;
    height: 65px;
}

.gameLogo {
    background-position: var(--splGameLogo);
    width: 1299px;
    height: 187px;
}
/* ************************* LANGUAGE OVERRIDES ************************* */

/* el-GR */
body[language='el'] #splashContinueButton,
body[language='el-GR'] #splashContinueButton,
body[language='el'] #splashScreen._error .splashProgressBar,
body[language='el-GR'] #splashScreen._error .splashProgressBar {
    font-family: 'Bebas Neue Greek';
}

/* vi-VN */
body[language='vi'] #splashContinueButton,
body[language='vi-VN'] #splashContinueButton,
body[language='vi'] #splashScreen._error .splashProgressBar,
body[language='vi-VN'] #splashScreen._error .splashProgressBar {
    font-family: 'Bison Demi Bold';
}

/* MOBILE PORTRAIT OVERRIDES */

.portrait .splashScreen .splTextContainer {
    position: relative;
}

.portrait .splashScreen .symbolDescriptionContainer {
    /*flex: 1;*/
}

.portrait .splashScreen .screenContainer .splImage {
    margin-bottom: 0px;
}

.portrait #splashScreen .gameLogo {
    scale: 0.5;
    left: 50%;
    translate: -50%;
}

.portrait #splashScreen .customContent > * {
    flex-direction: column;
}

.portrait #splashScreen .customContent {
    flex-direction: column;
}

.portrait #splashScreen {
    position: absolute;
    transition: none;
}

.portrait #splashScreen .paytablePage {
    padding: 0;
    margin: 60px 0;
    z-index: 1;
}

.portrait #splashScreen .splashLoadingInfo {
    width: 100%;
    height: 200px;
    z-index: 1;
}

.portrait #splashScreen .synotLogo {
    bottom: 56px;
}

/* special resolutions fix */

.portrait #splashScreen .paytablePage {
    transform: scale(0.9);
    height: calc(100% - 230px);
}

.portrait.mobile-xs #splashScreen .paytablePage {
    transform: scale(0.7);
}

.portrait.tablet #splashScreen .paytablePage,
.portrait.tablet-xs #splashScreen .paytablePage {
    transform: scale(0.5);
}

.portrait.tablet-xs #splashScreen .paytablePage {
    transform: scale(0.5);
}

.portrait.safari:not(.mobile-xs):not(.tablet):not(.tablet-xs) #splashScreen .paytablePage {
    transform: scale(0.9);
}

.portrait .paytablePage.splashScreen .customContent > * {
    width: 100%;
}

body[language^='hr'] .splashScreen .symbolDescription {
    font-size: 37px;
    background: repeating-linear-gradient(#fff, #ffe797, #fc9b01 42px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body[language^='ja'] .splashScreen .symbolDescription,
body[language^='zh'] .splashScreen .symbolDescription {
    font-size: 28px;
    background: repeating-linear-gradient(#fff, #ffe797, #fc9b01 39px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 39px;
}

body[language^='ka'] .splashScreen .symbolDescription {
    font-size: 28px;
    background: repeating-linear-gradient(#fff, #ffe797, #fc9b01 41px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 39px;
}

body[language^='vi'] .splashScreen .symbolDescription {
    background: repeating-linear-gradient(#fff, #ffe797, #fc9b01 57px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

body[language^='fi'] .splashScreen .symbolDescription {
    font-size: 44px;
}

body[language^='lt'] .splashScreen .screenContainer .splImage,
body[language^='pl'] .splashScreen .screenContainer .splImage {
    margin-bottom: 0px;
}

/* MOBILE PORTRAIT OVERRIDES */
.portrait .splashScreen .splImageContainer,
.portrait .splashScreen .splTextContainer {
    max-width: 0px;
    /*flex: 1 0 0;*/
    margin: 0;
}

.portrait .splashScreen .symbolDescriptionContainer {
    /*flex: 1;*/
}

.portrait #splashScreen .gameLogo {
    scale: 0.5;
    left: 50%;
    translate: -50%;
}

.portrait #splashScreen .customContent {
    flex-direction: column;
}

.portrait #splashScreen .splashLoadingInfo {
    width: 100%;
    height: 200px;
    z-index: 1;
}

.portrait #splashScreen .synotLogo {
    bottom: 56px;
}

/* special resolutions fix */

.portrait.mobile-xs #splashScreen .paytablePage {
    transform: scale(0.7);
}

.portrait.tablet #splashScreen .paytablePage,
.portrait.tablet-xs #splashScreen .paytablePage {
    transform: scale(0.35);
    margin-top: 16px;
}

.portrait.safari:not(.mobile-xs):not(.tablet):not(.tablet-xs) #splashScreen .paytablePage {
    transform: scale(0.9);
}

/*CUSTOM*/
.paytablePage.splashScreen .customContent .scatterWild {
    display: none;
}

.portrait .splashScreen .screenContainer .splImage > * {
    position: absolute;

    animation-name: fadeSplashScreenImage;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: 0;
}

.portrait .splashScreen .screenContainer .splText > * {
    position: absolute;

    animation-name: fadeSplashScreenImage;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: -100px;
}

.portrait.mobile-xs .splashScreen .screenContainer .splImage > * {
    position: absolute;

    animation-name: fadeSplashScreenImage;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: 30px;
}

.portrait.mobile-xs .splashScreen .screenContainer .splText > * {
    position: absolute;

    animation-name: fadeSplashScreenImage;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: -50px;
}

.portrait.tablet .splashScreen .screenContainer .splImage > * {
    position: absolute;

    animation-name: fadeSplashScreenImage;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: 40px;
}

.portrait.tablet .splashScreen .screenContainer .splText > * {
    position: absolute;

    animation-name: fadeSplashScreenImage;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: -40px;
}

.portrait .paytablePage.splashScreen {
    display: flex;
}

.paytablePage.splashScreen {
    display: flex;
    align-items: flex-start;
}

.portrait .splashScreen .splTextContainer {
    position: relative;
}

.portrait .paytablePage.splashScreen .customContent {
    display: flex;
    flex-direction: column;
}

.portrait .splashScreen .screenContainer {
    display: flex;
    scale: 1.4;
}

.portrait.extendPortrait .splashScreen .screenContainer {
    scale: 1.4;
}

.portrait.mobile-xs .splashScreen .screenContainer {
    scale: 1.7;
}

.portrait.tablet .splashScreen .screenContainer {
    scale: 2.3;
}

.portrait .paytablePage.splashScreen .customContent .scatter {
    display: none;
}

.portrait .paytablePage.splashScreen .customContent .wild {
    display: none;
}

.portrait .paytablePage.splashScreen .customContent .scatterWild {
    display: flex;
    flex-direction: row !important;
    scale: 1;
    margin-top: 180px;
}

.portrait.extendPortrait .paytablePage.splashScreen .customContent .scatterWild {
    display: flex;
}

.portrait.mobile-xs .paytablePage.splashScreen .customContent .scatterWild {
    scale: 1.2;
    margin-top: 190px;
}

.portrait.tablet .paytablePage.splashScreen .customContent .scatterWild {
    scale: 1.6;
    margin-top: 320px;
}

body[language^='hr'] .splashScreen .symbolDescription {
    font-size: 37px;
    background: repeating-linear-gradient(#fff, #ffe797, #fc9b01 42px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body[language^='ja'] .splashScreen .symbolDescription,
body[language^='zh'] .splashScreen .symbolDescription {
    font-size: 28px;
    background: repeating-linear-gradient(#fff, #ffe797, #fc9b01 39px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 39px;
}

body[language^='ka'] .splashScreen .symbolDescription {
    font-size: 28px;
    background: repeating-linear-gradient(#fff, #ffe797, #fc9b01 41px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 39px;
}

body[language^='vi'] .splashScreen .symbolDescription {
    background: repeating-linear-gradient(#fff, #ffe797, #fc9b01 57px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

body[language^='fi'] .splashScreen .symbolDescription {
    font-size: 44px;
}

body[language^='lt'] .splashScreen .screenContainer .splImage,
body[language^='pl'] .splashScreen .screenContainer .splImage {
    margin-bottom: 0px;
}
