﻿
@font-face {
    font-family: "Korolev-Light"; 
    src: url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/eot/Korolev%20Light.eot"),
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/woff2/Korolev%20Light.woff2") format("woff2"), 
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/woff/Korolev-Light.woff") format("woff"), 
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/ttf/Korolev%20Light.ttf") format("truetype"), 
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/svg/Korolev-Light.svg") format("svg"); 
}
@font-face {
    font-family: "Korolev-Medium"; 
    src: url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/eot/Korolev%20Medium.eot"),
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/woff2/Korolev%20Medium.woff2") format("woff2"), 
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/woff/Korolev-Medium.woff") format("woff"), 
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/ttf/Korolev%20Medium.ttf") format("truetype"), 
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/svg/Korolev-Medium.svg") format("svg"); 
}
@font-face {
    font-family: "Korolev-Bold"; 
    src: url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/eot/Korolev%20Bold.eot"),
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/woff2/Korolev%20Bold.woff2") format("woff2"), 
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/woff/Korolev-Bold.woff") format("woff"), 
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/ttf/Korolev%20Bold.ttf") format("truetype"), 
        url("https://cdn.snai.it/info/casino-giochi-01/fonts/Korolev/svg/Korolev-Bold.svg") format("svg"); 
}
body{font-size: 16px;}
* {
    margin: 0;
    padding: 0;
}
:root {
    --gray-light: #FAFAFA;
    --orange: #E96006;
    --gray: #65686A;
    --gray-medium: #4B565C;
    --gray-dark: #30373B;
    --dark: #1B2022;
    --black: #0F1315;
    --white: #ffffff;

    --txt-title: 5vw;
    --p-title: 3.8vw;
    --large: 40px;
    --xmedium: 24px;
    --medium: 20px; 
    --small: 14px; 

    --lateral-padding-desk : 70px;
    --lateral-padding-mobile : 25px;
}

.txt-title{font-size: var(--txt-title);}
.txt-p-title{font-size: var(--p-title);}
.txt-large{font-size: var(--large);}
.txt-xmedium{font-size: var(--xmedium);}
.txt-medium{font-size: var(--medium);}
.txt-small{font-size: var(--small);}

.color-gray-light{color: var(--gray-light);}
.color-orange{color: var(--orange);}
.color-gray{color: var(--gray);}
.color-gray-medium{color: var(--gray-medium);}
.color-gray-dark{color: var(--gray-dark);}
.color-dark{color: var(--gray-light);}
.color-black{color: var(--black);}
.color-white{color: var(--white);}

body{
    margin: 0;
    padding: 0;
    font-family: "Korolev-Medium";
    /* --letter-spacing: 0.34px; */
}
.center{
    text-align: center;
}
#master-container{
    background-image: url(../../willbetgambling/image/N-desk.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    position: relative;
    background-attachment: fixed;
}
#top-h100-background {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
}

.top-h100-top-bar, #top-h100-bottom-bar, .top-h100-body{
    padding: 0 var(--lateral-padding-desk);
}

.top-h100-top-bar, #top-h100-bottom-bar{
    background-color: var(--black);
}
.top-h100-top-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 2;
    padding-top:25px;
    padding-bottom:25px;
    img{
        width:auto;
        height:61px;
    }
}
#top-h100-bottom-bar{
    /*flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
}

.top-h100-body div#info {
    margin: auto 20px;
    margin-top: 25px;
    right: 70px;
    position: absolute;
    top: 0;
    z-index:10;
}
.top-h100-body {
    line-height: 1;
    display: block;
    /* background-color: var(--dark); */
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    background-image: url(../../willbetgambling/image/background11.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}
.txt-bonus {
    /* padding: 5% 0 8% 0; */
    width: 40%;
    position: relative;
    margin: 0 auto;
    /* height: 100%; */
    margin: auto 0;
}
.txt-bonus div{
    margin: 0 0 10px 0;
}
.msg .txt-small.color-gray-light {
    font-family: 'Korolev-Light';
}
#button {
    width: 100%;
    max-width: 350px;
    height: 100%;
    max-height: 60px;
    min-height: 50px;
    color: var(--dark);
    background-color: var(--orange);
    margin-bottom: 20px;
    border-radius: 4px;
    border: 0;
    font-family: "Korolev-Bold";
    letter-spacing: 1.62px;
    font-size: 16px;
    cursor: pointer;
}

.color-gray b{
    color:var(--white);
}
form#form {
    width: 350px;
    /* position: absolute; */
    position: relative;
    /* bottom: 0; */
    margin-top: 50px;
    text-align: center;
}
form#form div{
    text-align: center;
    margin-bottom:15px;
}
.bottom-step {
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    align-items: center;
}

.step {
    max-width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.num-step {
    margin-right: 5px;
    text-align: right;
}
.step-detail {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
.step-detail .gioca {
    font-size: 68px;
}
.sub{
    padding-left: 0;
    font-family: "Korolev-Light";
    font-size: 13px;
}

.arrow img {
    height: 50px;
    width: auto;
    padding-left: 35px;
}
#elemento {
    width: auto;
    position: relative;
    text-align: center;
}
#elemento img {
    width: auto;
    height: 100%;
    position: relative;
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    max-height: 500px;
}

/*carousel*/
    .header-slot {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 25px 0 25px 0;
        padding-left: 0;
        height: 80px;
    }
    .owl-carousel {
        padding-bottom: 25px;
    }
    .carousel {/**/
        padding: 0 0 0 var(--lateral-padding-desk);
        background-color: transparent;
        height: 600px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .blocco-txt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    /**/
    
    .owl-item .lslide img {
        border-radius: 10px;
    }
    .custom-carousel.owl-carousel.owl-theme .owl-nav {
        margin-top: 0px !important;
        position: absolute;
        top: -50px;
        right: 5px;
        height: 22px;
    }
    .custom-carousel.owl-carousel .owl-nav {
        margin-right: var(--lateral-padding-desk);
        display: block;
        height: 0px;
    }
    
    .custom-carousel.owl-carousel .owl-item > div {
        cursor: pointer;
        margin: 9%;
        transition: margin 0.4s ease;
    }
    .custom-carousel.owl-carousel .owl-item.firstactiveitem > div {
        cursor: auto;
        margin: 0;
      }
      
    
    .custom-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent !important;
    }
    /*
    .custom-carousel.owl-carousel .owl-item {
        margin-top: 20px;
    }
    */
    .owl-item .lslide img {/**/
        max-width: 350px;
    }
    .owl-carousel .owl-stage {/**/
        height: 550px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
    }

/**/

.phone {
    width: 40%;
    padding: 0;
}
.phone img{
    width:100%;
    height:auto;
    max-width: 600px;
    bottom: -5px;
    position: relative;
    z-index:1;
}
.download-app {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: var(--dark);
}
.msg-download-app {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    padding: 0 var(--lateral-padding-desk) 0 100px;
    flex-wrap: nowrap;
}
.msg-download-app .txt-xmedium {
    text-align: left;
    margin-bottom: 16px;
}
.msg-download-app div {
    padding: 20px 0px 5px 0px;
}
.msg-download-app img {
    max-width: 200px;
}
.device-download-app {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.device-download-app div {
    margin: 20px;
}

/*modal*/
    .modal #logo{
        padding-left:15px;
    }
    .blocker {
        padding: 0px !important;
        z-index: 1000 !important;
        height:100vh !important;
        background: #000000B3;
    }
    .modal {
        max-width: 900px !important;
        width: 100% !important;
        height: auto !important;
        padding: 37px 20px !important;
        background-color: #070809 !important;
        box-shadow: 0 -12px 24px #0000005A;
    }
    .modal-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
        background-color: #1C2022;
        height: 100%;
        border-radius: 7px 7px 0 0;
    }
    .bFix {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        position: fixed;
        overflow: hidden;
    }
    .bFix.header-modal {
        height: 80px;
        /*border-bottom: 1px solid #65686a;*/
        top: 0;
        width: calc(100% - 40px);
        z-index: 100;
        background-color: #070809;
        padding-top: 37px;
        max-width: calc(900px - 40px);
    }
    .bFix p.txt-medium.color-gray-light {
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
        font-size: 1.6rem;
        letter-spacing: .06em;
        line-height: 1.125;
        text-transform: uppercase;
        font-weight: 500;
    }
    .body-modal{
        padding: 100px 25px;
        /*height: 100%;*/
        background-color: #16181A;
        border-radius: 0 0 7px 7px;
    }

    /*x di chiusura */
    .modal a.close-modal {
        display:none !important;
    }
    .modal a.close-cross{
        cursor:pointer;
    }
    .close-cross {
        top: 54px;
        right: 40px;
        display: block;
        width: 30px;
        height: 30px;
    }
    .close-cross:before, .close-cross:after {
        position: absolute;
        content: ' ';    
        width: 2px;
    } 
    #modal-tec .close-cross:before, #modal-tec .close-cross:after {
        background-color: #fff;
        height: 20px;
    }
    .close-cross:before {
        transform: rotate(45deg);
    }
    .close-cross:after {
        transform: rotate(-45deg);
    }
    .titleTerms {
        text-transform: uppercase;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        font-weight: bold;
    }
    .textTerms {
        text-align: left;
        text-align: -webkit-left;
        text-align: -moz-left;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 5px 0 18px;
        font-family: 'Korolev-Light';
    }
    .textTerms p, .textTerms table, .textTerms ul, .textTerms ol {
        margin: 7px 0;
    }
    table, td, th {
        padding: 10px;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    /*open modal*/
    .iconButton {
        border-radius: 2.6rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.0rem;
        height: 40px;
        text-align: center;
        width: 40px;
        border: 1.5px solid #e96105;
        position: relative;
    }  
    .iconButton span {
        border-radius: 0;
        display: block;
        height: 0;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        transition: all 0.3s;
        width: 0;
    }  
    .iconButton:hover span {
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 2.6rem;
        margin: -1.3rem;
    }
    .iconInfo{
        fill: #ffffff;
        height: 13.5px;
    }       
    .iconButton:hover .iconInfo{
        z-index: 999;
    }
    .iconCollapse{
        position: absolute;
        top: 0.5%;
        right: 1%;  
        fill: #e96105;
        width: 22px;
        height: auto;
        cursor: pointer;
        display: block;
    }   
    .info span {
        background-color: #e96105;
    }
/**/

footer {
    text-align: center;
    padding: 36px var(--lateral-padding-mobile);
    background-color: #0F1315;
}
footer .txt-small.color-gray-light{
    font-family: "Korolev-Light";
}
#pay {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px var(--lateral-padding-desk);
    flex-wrap: nowrap;
    width: 60%;
    margin: auto;
}
#pay img{
    height:20px;
    width:auto;
}

.registration2{
    padding: 50px 0 0 0;
    border-bottom: 1px solid var(--gray);
    position: relative;
    background-color: transparent;
}
.body-bottom{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}
/*
.msg-var-device{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
    */
.body-bottom .txt-bonus div {
    margin: 0;
}
.body-bottom .txt-bonus {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
}
.body-bottom form#form {
    margin-top: 5%;
}

.msg-var-device .txt-p-title.color-gray-light {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#txt3{
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--orange);
    line-height: 0.9;
    margin-left: 15px;
}
.msg-var-device .txt-medium.color-gray-light {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
div#info {
    margin: auto 20px;
    margin-top: 12px;
}
.msg-download-app .txt-medium {
    width: 80%;
}

@media screen and (min-width: 1921px){
    #elemento img {
        max-height: 800px;
    }
    form#form {
        width: 450px;
    }
}
@media screen and (width: 1920px){
    #elemento img {
        max-height: 600px;
    }
}
@media screen and (width: 1680px){
    #elemento img {
        max-height: 550px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px){
    #elemento img {
        max-height: 400px;
    }
    .bottom-step {
        width: 100%;
    }
    #pay {
        width: 70%;
    }
}

@media screen and (width: 1024px) {
    form div {
        font-size: var(--xmedium) !important;
    }
    #button {
        font-size: var(--xmedium) !important;
    }
    div#info {
        margin-top: 5px;
    }
    .bottom-step {
        width: 100%;
    }
    #pay {
        padding: 25px 0;
        width: 100%;
    }
    .phone {
        width: 60%;
    }
    .msg-download-app img {
        max-width: 100px;
    }
    .msg-download-app {
        width: 40%;
        padding: 0 var(--lateral-padding-desk) 0 50px;
    }
    .msg-download-app .txt-medium {
        width: 100%;
    }
}
@media screen and (min-width: 600px) and (max-width: 1024px){
    form#form {
        text-align: center;
    }
    #elemento img {
        max-height: 400px;
    }
    .top-h100-top-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .top-h100-top-bar {
        img {
            width: auto;
            height: 30px;
        }
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .top-h100-body {
        height: calc(100% - 83px) !important;
    }
    .step-detail .gioca {
        font-size: 48px;
    }
    :root{
        --lateral-padding-mobile: 35px;
    }
}

/* ------- mobile ---------*/
@media only screen and (max-width: 912px) {
    :root {
        --txt-title: 6.3vh;
        --p-title: 4.8vh; 
    }
    #master-container{
        background-image: url(../../willbetgambling/image/N-mobile.jpg);
    }
    .txt-title{
        text-wrap: wrap;
    }
    #top-h100-background{
        height:auto;
    }
    #top-h100-bottom-bar{
        flex-wrap: wrap;
        position:relative;
        padding: 25px;
    }
    .top-h100-top-bar img{
        width:auto;
        height:33px;
    }
    .top-h100-body {
        line-height: 0.9;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        padding:0 var(--lateral-padding-mobile);
        height: calc(100vh - 83px);
        justify-content: center;
        align-items: center;
        background-image: url(../../willbetgambling/image/backgroundMobile11.jpg);
    }
    .top-h100-body div#info {
        display: none;
    }
    .body-bottom {
        line-height: 0.9;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        padding: 0px var(--lateral-padding-mobile);
        width: auto;
        position: relative;
        align-items: center;
    }
    .body-bottom .txt-bonus {
        width: 100%;
    }
    .body-bottom form#form {
        margin: 15% 0 83px 0;
    }
    form#form {
        width: 100%;
        position: relative;
    }
    form#form div {
        margin: 15px 0;
    }
    .txt-bonus {
        height: 60%;
        flex-wrap: nowrap;
        width: 100%;
        padding: 1% 0 8% 0;
    }
    .txt-bonus div {
        text-align: center;
    }
    #elemento {
        text-align: center;
        height: 40%;
        margin-top: 10px;
    }
    #elemento img {
        position: relative;
        margin: auto;
        /*max-height: 288px;*/
    }
    .top-h100-top-bar, #top-h100-bottom-bar{
        padding:25px var(--lateral-padding-mobile);
    }
    .carousel {/**/
        padding: 0 0 0 var(--lateral-padding-mobile);
        height: 500px;
    }
    .owl-item .lslide img {/**/
        max-width: 250px;
    }
    .owl-carousel .owl-stage {/**/
        height: 500px;
        /*display: block;*/
    }
    #top-h100-bottom-bar{
        overflow: hidden;
        width: auto;
        position: relative;
        height: 50px;
    }
    .bottom-step{
        width: auto; 
        position:absolute;
        bottom:0;
        left:0;
        padding: 25px 0;
    }

    .animate-right{
        position:relative;
        animation:animateright 0.4s
    }
    @keyframes animateright{
        from{right:-100%;opacity:0} 
        to{right:0;opacity:1}
    }

    .step{
        width: 100vw;
        position:relative;
        align-items: center;
        height: 50px;
        max-width: 100%;
        margin: 0;
    }
    .num-step.color-orange.txt-title {
        font-size: 80px;
    }
    .sub {
        padding-left: 0px;
    }
    div#blo1 {
        padding-right: 0;
    }
    .custom-carousel.owl-carousel .owl-nav {
        display: none !important;
    }
    .phone {
        width: 100%;
        padding-left: 0;
        margin-bottom: -5px;
    }
    .phone img{
        bottom: 0px;
    }
    .download-app {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column-reverse;
        position: relative;
    }
    .msg-download-app .txt-medium {
        width: 100%;
        padding-top: 25px;
        text-align: center;
    }
    .msg-download-app {
        width: auto;
        padding: 0 var(--lateral-padding-mobile);
        flex-wrap: wrap;
    }
    .msg-download-app .txt-xmedium {
        text-align: center;
        margin-bottom: 50px;
    }
    .device-download-app {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }
    .device-download-app div {
        margin: 0px;
    }
    #qrcode{
        display: none;
    }
    .body-bottom .msg-var-device .msg-var-device .txt-p-title.color-gray-light {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .body-bottom .msg-var-device .color-gray-light div {
        font-size: var(--txt-title);
    }
    .body-bottom .txt-bonus .body-bottom-title{
        margin: 7px 0;
    }
    .msg-var-device .txt-p-title.color-gray-light {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    
    .body-bottom div#info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--black);
        margin: auto;
        border-top: 1px solid var(--gray);
    }
    #info a {
        margin: 20px auto;
    }
    #pay{
        display: none;
    }
    #txt3 {
        width: auto;
        display: block;
        justify-content: center;
        align-items: center;
        line-height: 0.9;
        margin-left: 0;
        margin-top: 10px;
    }
    .msg-var-device {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .msg-var-device .txt-medium.color-gray-light {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .msg-var-device div span {
        margin-left: 0 !important;
    }
    footer.txt-small.color-gray-light {
        text-align: center;
    }
}

@media only screen and (max-width: 912px)  and (min-height: 741px){
    #top-h100-background {
        height: 100vh;
    }
    .top-h100-body {
        height: calc(100vh - 183px) !important;
    }
    #elemento {
        height: auto;
    }
    #top-h100-background {        
        justify-content: flex-start !important;
    }
    .txt-bonus {
        height: auto !important;
        padding: 11% 0;
    }
    .txt-bonus div {
        margin-top: 10px;
    }
    #elemento img { 
        padding: 40px 0 0 0;
        max-height: 280px !important;
    }
}
@media only screen and (max-width: 912px)  and (min-height: 1024px){
    #elemento img {
        max-height: 400px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 412px){
    .custom-carousel.owl-carousel .owl-item.firstactiveitem > div {
        margin-right: 5px;
    }
}
@media only screen and (width: 320px) {
    #elemento img {
        position: relative;
        margin: auto;
        top: 10px;
        max-height: 200px;
    }
    .txt-title {
        font-size: 42px;
    }
}