
@font-face {
    font-family: DeltaPI;
    src:url('../fonts/djb__p.otf');
    font-weight: 700;
}
@font-face {
    font-family: DeltaPI;
    src:url('../fonts/djm__p.otf');
    font-weight: 600;
}

@font-face {
    font-family: DeltaPI;
    src:url('../fonts/djw__p.otf');
    font-weight: 500;
}
@font-face {
    font-family: DeltaPI;
    src:url('../fonts/djl__p.otf');
    font-weight: 400;
}
@font-face {
    font-family: DeltaPI;
    src:url('../fonts/djw__p.otf');
    font-weight: 300;
}

body {
    position: relative;
    font-family: 'DeltaPI';
    line-height: 1.2;
    background-color: #fff;
}



.navbar {
    height: 100px;
}

.nav-link {
    font-weight: 500;
    color: #000;
}

.nav-link.active {
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

.hero {
    background-color: #062043;
    min-height: 650px;
    color: #fff;
    font-size: 22px;
    position: relative;
    background-image:url('../images/hero_img_left.png'), url('../images/hero_img_right.png'), url('../images/hero_bg.png');
    background-repeat: no-repeat;
    /* background-position: calc(50% - 443px) 0, calc(50% + 496px) 0; */
    background-position: calc(50% - 36vw) center, calc(50% + 36vw) center, center;
    background-size: auto 28vw, auto 28vw, cover;
}

.hero.en {
    background-image:url('../images/hero_img_left-en.png'), url('../images/hero_img_right-en.png'), url('../images/hero_bg.png');
}

.hero h1 {
    margin-top: 2rem;
}

.hero.start {
    background-image: none;
    min-height: 420px;
    max-height: 484px;
}
.hero.game {
    min-height: 600px;
    height: 600px;
    background-color: #062043;
    background-image: url('../images/hero_bg.png');
    background-position: center;
    background-size: cover;
}
@media (max-width: 1599px) {
   
}
.game-hero-image .board {
    width: 100%;
    height: auto;
    pointer-events: none;
}
.hero.results {
    background-color: #7C1C13;
    min-height: 660px;
    color: #fff;
    font-size: 22px;
    position: relative;
    background-image: url('../images/decor-result-left.png'), url('../images/decor-result-right.png');
    background-repeat: no-repeat;
    /* background-position: calc(50% - 443px) 0, calc(50% + 496px) 0; */
    background-position: calc(50% - 575px) center, calc(50% + 580px) center;
}
.hero.results h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
}
.hero.results p {
    color: #d3effa;
    font-size: 26px;
}
.hero.results .container {
    position: relative;
    z-index: 10;
}
.results-hero-image {
    position: absolute;
    left: 50%;
    bottom: -54px;
    transform: translateX(-50%);
    z-index: 0;
}

.hero h1 {
    font-size: 50px;
    font-weight: 500;
    color: #d3effa;
}

.hero::before {
    content:"";
    display: block;
    width: 265px;
    height: 255px;
    position: absolute;
    top: -180px;
    left: -34px;
    background-image: url('../images/deco1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
}
.hero::after {
    content:"";
    display: block;
    width: 155px;
    height: 142px;
    position: absolute;
    top: -61px;
    left: 85%;
    background-image: url('../images/deco2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero .play-game {
    position: relative;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 0.9;
    display: flex;
    font-size: 26px;
    text-align: center;
    transition: all .1s linear;
    background-color: transparent;
    padding:0;
}
.hero .play-game img {
    max-width: 200px;
    height: auto;
}
.hero .play-game:hover {
    transform: translateY(-1px);
}

.hero .lorgnette__container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.hero .lorgnette {
    width: 100%;
    max-width: 400px;
    height: auto;
    pointer-events: none;
}
.hero .eye {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    pointer-events: none;
}
.hero .eye-left {
    transform: translate(118%, 111%);
    animation: leftEye 2s infinite;
}
.hero .eye-right {
    transform: translate(315%, 111%);
    animation: rightEye 2s infinite;
}
@keyframes leftEye {
    0%   { transform: translate(118%, 111%); }
    50%  { transform: translate(65%, 111%); }
    100% { transform: translate(118%, 111%); }
}
@keyframes rightEye {
    0%   { transform: translate(315%, 111%); }
    50%  { transform: translate(265%, 111%); }
    100% { transform: translate(315%, 111%); }
}

h2 {
    font-weight:600;
    color: #c70d0f;
    font-size: 26px;
    text-align: center;
    margin-bottom: 24px;
}
.credits {
    padding-bottom: 160px !important;
    background-image: url('../images/decor_2.png'), url('../images/decor_3.png'), url('../images/bg-footer.jpg'), url('../images/decor_4.png');
    background-repeat: no-repeat, no-repeat, repeat-x, no-repeat;
    background-position:calc(50% + 650px) 68%, calc(50% - 458px) 103%, 0 100%, calc(50% - 805px) 10%;
    background-size:600px, 300px, auto, 700px;
}
.credits, .credits a {
    color: #6b727e;
}
.credits a {
    text-decoration: none;
}

.footer {
    height: 150px;
    background-color: #d8ecfd;
    position: relative;
}
.footer::before {
    content:"";
    display: block;
    width: 200px;
    height: 199px;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 500px);
    background-image: url('../images/deco3.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
}
.footer::after {
    content:"";
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: 40px;
    left: calc(50% + 350px);
    background-image: url('../images/deco4.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
}

@-webkit-keyframes scale-out-center {
    0% {
        border-width: 24px;
    }
    100% {
        border-width: 14px;
    }
}
@keyframes scale-out-center {
    0% {
        border-width: 24px;
    }
    100% {
        border-width: 14px;
    }
}
@-webkit-keyframes scale-in-center {
    0% {
        border-width: 14px;
    }
    100% {
        border-width: 24px;
    }
}
@keyframes scale-in-center {
    0% {
        border-width: 14px;
    }
    100% {
        border-width: 24px;
    }
}



@media (min-width: 991.98px) {
    .container{
        max-width: 960px;
    }
}

.cta-layer {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.start-hero-image {
    transform: translateY(-30px);
    margin: 0 auto;
}
/* .game-hero-image {
    position: absolute;
    bottom: -43px;
    left: 50%;
    overflow: hidden;
    width: 100%;
    transform: translateX(-50%);
    height: 1328px;
}
.game-hero-image img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.game-hero-image {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1700px;
    height: auto;
    margin: 0 auto;
    gap: 40px;
}
.game-hero-image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.snow {
    z-index: 10;
    pointer-events: none;
}
header {
    position: relative;
    z-index: 100;
}

.navbar-toggler {
    border: none;
    border-radius: 0;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 0.5em;
    vertical-align: middle;
    background-image: none;
    border-top: 2px solid #c70d0f;
    border-bottom: 2px solid #c70d0f;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.triggers .gift, .triggers .santa {
    width: 34px;
    height: 34px;
    display: block;
    /* background-color: #ff0000; */
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    cursor: crosshair;
}

.triggers .point {
    width: 34px;
    height: 34px;
    display: block;
    /* background-color: #ff0000; */
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    cursor: crosshair;
}

.triggers .point.selected {
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width:1299px) {
    .triggers .point {
        width: 24px;
        height: 24px;
    }
}

@keyframes bang {
    from {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
.triggers .gift i, .triggers .santa i {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    width: 3px;
    height: 8px;
    background: red;
    opacity: 0;
}

.triggers .point.p1 {
    /* transform: translate(-275px, -162px); */
    left: 18%;
    top: 31%;
}
.triggers .point.p2 {
    /* transform: translate(-141px, -46px); */
    left: 33%;
    top: 45%;
}
.triggers .point.p3 {
    /* transform: translate(157px, -104px); */
    left: 68%;
    top: 38%;
}
.triggers .point.p4 {
    /* transform: translate(89px, 109px); */
    left: 60%;
    top: 65%;
}
.triggers .point.p5 {
    /* transform: translate(-386px, -61px); */
    left: 4%;
    top: 44%;
}
.triggers .point.p6 {
    /* transform: translate(-336px, 37px); */
    left: 10%;
    top: 55%;
}
.triggers .point.p7 {
    /* transform: translate(-30px, 180px); */
    left: 47%;
    top: 73%;
}
.triggers .point.p8 {
    /* transform: translate(-128px, 72px); */
    left: 34%;
    top: 59%;
}
.triggers .point.p9 {
    /* transform: translate(169px, 306px); */
    left: 69%;
    top: 85%;
    width: 80px;
    height: 60px;
    border-radius: 50%;
}
.triggers .point.p10 {
    /* transform: translate(312px, 202px); */
    left: 82%;
    top: 73%;
}
@media (min-width: 992px) AND (max-width: 1299px) {
    .triggers .point.p9 {
        left: 64%;
    }
}
@media (max-width: 767px) {
    .triggers .point.p9 {
        left: 64%;
    }
    .hero {
        font-size: 18px;
    }
}
@media (max-width: 469px) {
    .triggers .point.p9 {
        top: 83%;
    }
    .triggers .point.p10 {
        left: 80%;
        top: 71%;
    }
}

.triggers .gift.g1 {
    transform: translate(24px, 536px);
}
.triggers .gift.g2 {
    transform: translate(-367px, 108px);
}
.triggers .gift.g3 {
    transform: translate(-398px, 185px);
}
.triggers .gift.g4 {
    transform:translate(-611px, 186px);
}
.triggers .gift.g5 {
    transform: translate(-289px, 99px);
}
.triggers .gift.g6 {
    transform: translate(3px, 92px);
}
.triggers .gift.g7 {
    transform: translate(-15px, -99px);
}
.triggers .santa {
    transform: translate(-146px, 31px);
}

.dashboard-total, .dashboard-timer {
    position: absolute;
    font-size: 21px;
    z-index: 50;
    border-radius: 100px;
    height: 100px;
    width: 100px;
    color: #fff;
}

.dashboard-total {
    top:20px;
    left: calc(50% - 330px);
}

.dashboard-total .badge {
    position: absolute;
    left: -11px;
    top: -7px;
    width: 44px;
    height: 44px;

}
.dashboard-timer .badge {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
}
.dashboard-timer {
    top:20px;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid #FFF;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 200px;
    font-family: 'DeltaPI';
    font-size: 40px;
    font-weight: 700;
    gap: 10px;
    height: fit-content;
    padding: 10px 0;
}
.dashboard-timer span {
    font-size: 40px;
    font-weight: 700;
}

.dashboard-santa, .dashboard-gifts {
    position: absolute;
    font-size: 21px;
    z-index: 50;
    border-radius: 80px;
    height: 80px;
    width: 80px;
    color: #fff;
}
.dashboard-gifts.done {
    background-color: #367121;
}
.dashboard-santa.done {
    background-color: #c70d0f;
}

.dashboard-santa {
    left: calc(50% + 150px);
}
.dashboard-gifts {
    bottom:20px;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid #FFF;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 200px;
    font-family: 'DeltaPI';
    font-size: 40px;
    font-weight: 700;
    gap: 10px;
    height: fit-content;
    padding: 10px 0;
}

.btn-info {
    background-color: #3571bc;
    border-color: #3571bc;
    color: #fff;
}
.btn-info:hover {
    background-color: #1391aa;
    border-color: #1391aa;
    color: #fff;
}
.btn-success {
    background-color: #789d50;
    border-color: #789d50;
    color: #fff;
}
.overlay-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 30%);
    z-index: 1000;
}

.orientation {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1000;
}

.phone {
    height: 50px;
    width: 100px;
    border: 3px solid white;
    border-radius: 10px;
    animation: rotate 1.5s ease-in-out infinite alternate;
    /* display: none; */
}

.message {
    color: white;
    font-size: 1em;
    margin-top: 40px;
    /* display: none; */
}

@keyframes rotate {
    0% {
        transform: rotate(-90deg)
    }
    50% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
    .phone, .message {
        display: block;
    }
    .orientation {
        display: flex;
    }
}

.loupe-widget {

}
    
.loupe-widget__loupe {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-repeat: no-repeat;
    border: 2px solid #222;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
    background-color: white;
    display: none;
}
    
.loupe-widget:hover .loupe-widget__loupe, .loupe-widget-md:hover .loupe-widget__loupe {
    cursor:  url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7), auto;
    display: block;
    pointer-events: none;
}


@media (max-width: 1399.98px) {
    .hero::before {
        width: 165px;
        height: 165px;
        top: -102px;
    }
}

@media (max-width: 1199.98px) {
    .hero::before {
        left: -124px;
    }
}

@media (max-width: 991.98px) { 
    .hero::after {
        display: none;
    }
    .snow {
       display: none;
    }
    .game-hero-image {
       width: 100%;
       height: auto;
       bottom: 0;
       position: relative;
       grid-template-columns: 1fr;
       padding: 120px 25px;
    }
    .game-hero-image img {
       position: relative;
       left: 0;
       transform: none;
    }

    .dashboard-total {
        left: 160px;
    }
    .dashboard-timer {
        left: 20px;
        right: unset;
    }

    .dashboard-santa {
        left: auto;
        right: 130px;
    }
    .dashboard-gifts {
        right: 20px;
        left: unset;
        bottom: unset;
        top: 20px;
    }

    .hero.game {
        height: auto;
        min-height: 1px;
    }

    .hero.game {
        overflow: hidden;
    }

    .triggers .point {
        width: 34px;
        height: 34px;
    }

    .triggers .gift, .triggers .santa {
        top: 0;
        left: 0;
        transform: none !important;
    }

    .triggers .gift.g1 {
        top: 92%;
        left: 56%;
    }
    .triggers .gift.g2 {
        left: 52%;
        top: 4%;
    }
    .triggers .gift.g3 {
        top: 42%;
        left: 3%;
    }
    .triggers .gift.g4 {
        top: 45%;
        left: 21%;
    }
    .triggers .gift.g5 {
        top: 32%;
        left: 29%;
    }
    .triggers .gift.g6 {
        top: 48%;
        left: 48%;
    }
    .triggers .gift.g7 {
        top: 30%;
        left: 53%;
    }
    .triggers .santa {
        top: 21%;
        left: 41%;
    }

}

@media (max-width: 767.98px) {
    .hero::before {
        display: none;
    }

    .hero, .hero.en {
        background-image: url(../images/hero_bg.png);
        background-position:  center;
        background-size: cover;
        min-height: unset;
    }

    .hero .container {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hero h1 {
        font-size: 40px;    
        margin-top: 0rem;
    }

    .navbar {
        height: auto;
    }

    @-webkit-keyframes scale-out-center {
        0% {
            border-width: 18px;
        }
        100% {
            border-width: 10px;
        }
    }
    @keyframes scale-out-center {
        0% {
            border-width: 18px;
        }
        100% {
            border-width: 10px;
        }
    }
    @-webkit-keyframes scale-in-center {
        0% {
            border-width: 10px;
        }
        100% {
            border-width: 18px;
        }
    }
    @keyframes scale-in-center {
        0% {
            border-width: 10px;
        }
        100% {
            border-width: 18px;
        }
    }

    .hero.start {
        overflow: hidden;
        min-height: 262px;
    }

    .start-hero-image {
        min-width: 480px;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0px);
    }

    .dashboard-timer,
    .dashboard-gifts {
        font-size: 30px;
        width: 150px;
        padding: 0;
        height: 55px;
    }
    .dashboard-timer span {
        font-size: 30px;
    }
    .dashboard-timer .badge {
        width: 40px;
        height: 40px;
    }

    .game-hero-image {
        padding: 80px 10px 25px;
    }
    .hero.results h1 {
        font-size: 50px;
    }
    .hero.results p {
        font-size: 20px;
    }
    .hero {
        display: flex;
        justify-content: center;
        align-items: center;
    }
} 

.badge-info {
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #367121;
    border-radius: 12px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 26px;
    width: 120px;
    padding: 3px 8px;
    letter-spacing: 1px;
    line-height: 1;
}

.badge-info.gray {
    background-color: #6b727e;
    bottom: -10px;
    width: 94px;
}