@font-face {
  font-family: Anton;
  src: url(Anton-Regular.ttf);
}

/*body {
    background-color: black;
}*/

#small_24 {
    position: fixed;
    bottom: 0px;
    right: -20px;
    width: 500px;
    height: 500px;
    padding: 0px !important;
/*    background-color: rgba(0, 0, 0, 0.3);*/
    display: none;
/*    overflow: hidden;
    text-overflow: clip;*/
}

#white_blast_24 {
    background-color: white;
    visibility: hidden;
}

#seq_24 {
    position: absolute;
    width: 220px;
    height: 220px;
}

#bg_24 {
/*    background-image: url('bg_blurred.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
#cockpit_24 {
/*    background-image: url('cockpit.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

#svg_24 {
    position: absolute;
    fill: #e62429;
}

#svg_mask_24 {
    position: absolute;
}


#cta1_24 {
    position: absolute;
    left: 94px;
    top: 370px;
}

#smokes_24 {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-overflow: clip;
}

.cta_24 {
    width: 280px;
    height: 100px;
    background: rgb(173,143,87);
    background: linear-gradient(245deg, rgba(173,143,87,0.85) 0%, rgba(190,156,93,0.99) 100%);
    border: 1px solid rgba(236,191,106,1);
    cursor: pointer;
    font-family: Anton;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
}

#circle_24 {
    position: absolute;
    width: 500px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: clip;
    border-radius: 250px;
}

.mask_24 {
    -webkit-clip-path: url(#shape);
    clip-path: url(#shape);
}

.ico_24 {
    position: absolute;
    left: 458px;
    top: 259px;
    color: white;
    opacity: 0;
}


#screenOnTop_24 {
    width:  960px;
    height:  200px;
/*    top:  540px;*/
    position: absolute;
    z-index: 999999999;
    opacity: 0;
    cursor: pointer;
}



#seatsCont_24 {
    position: absolute;
    /*bottom: 0px;*/
    height: 605px;
    width: 1600px;
    z-index: 999999998;
}



#engine_24 {
    position: absolute;
    width: 250px;
    height: 250px;
/*    justify-content: center;*/
/*    align-items: center;*/
    bottom: 10%;
    cursor: pointer;
    visibility: hidden;
}

#engineWrap_24 {
    justify-content: center;
    align-items: center;
}

#engine_circle_white_24 {
/*    background-color: white;*/
    border-radius: 200px;
}

#engine_circle_brown_24 {
    position: absolute;
    width: 92%;
    height: 92%;
    background: rgb(173,143,87);
    background: linear-gradient(245deg, rgba(173,143,87,1) 0%, rgba(190,156,93,1) 100%);
    border: 1px solid rgba(236,191,106,0.5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
}

#engine_text1_24 {
    font-family: Anton;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: -10px;
    user-select: none;
}

#engine_text2_24 {
    font-family: Anton;
    font-size: 48px;
    flex-direction: column;
    align-items: center;
    line-height: 50px;
    user-select: none;
}

#engine_text2_24 > p {
    font-family: Anton;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 55px !important;
}

.e_half_24 {
    position: absolute;
    width: 50%;
    height: 100%;
}

#e_white_2_mask_24 {
    right: 0px;
}

.e_white_24 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
}

#monster_cont_24 {
    background-color: rgba(0, 0, 0);
    opacity: 0;
}

#monster_video_24 {
    background-color: black;
    width: 640px;
    height: 300px;
    position: absolute;
}


/*  FLEX CONTENT   s t a r t  */

.wrap_24 {
    overflow: hidden;
    text-overflow: clip;
}

#wrapper_24 {
    align-items: center;
    justify-content: center;
/*    padding: 10px;*/
/*    background-color: black;*/
}

#stuff_24 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    height: 100%;
    position: relative;
    flex-grow: 1;
    gap: 1%;
    opacity: 0
}

#screen_24 {
    flex-grow:2.5;
    width: 100%;
    height: 50%;
    position: relative;
/*    background-color: blue;*/
}

#playerCont_24 {
    position: absolute;
}

#player_24 {
    position: absolute;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

#loading_24 {
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    color: white;*/
    color: black;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Anton;
/*    font-size: 4vmin;*/
    font-size: 12vmin;
    visibility: hidden;
}

#loading_24 > div {
    font-family: Anton;
}

#gun_24 {
    width: 30px;
    height: 300px;
/*    background-color: red;*/
    z-index: 999999;
    position: absolute;
    bottom: 4vmin;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius:100px;
    visibility: hidden;
}

#gun_cta_24 {
    position: absolute;
    left: 120px;
    top: 150px;
}

#gun_drag_24 {
    position: absolute;
    bottom: 0px;
    width: 80px;
    height: 80px;
    cursor: move;
    border-radius: 50px;
    background: rgb(173,143,87);
    background: linear-gradient(245deg, rgba(173,143,87,1) 0%, rgba(190,156,93,1) 100%);
    border: 1px solid rgba(236,191,106,1);
}

#gun_line_24 {
    position: absolute;
    width: 6px;
    background-color: white;
    height: 90%;
    border-radius: 3px;

    background: rgb(173,143,87);
    background: linear-gradient(0deg, rgba(190,156,93,1) 0%, rgba(255,255,255,1) 60%);
}

#l1_24 {
    width: 25px;
    height: 4px;
    background-color: white;
    position: absolute;
    border-radius: 4px;
}
#l2_24 {
    width: 25px;
    height: 4px;
    background-color: white;
    position: absolute;
    border-radius: 4px;
}

#message_24 {
    position: absolute;
    color: white;
    font-family: Anton;
    font-size: 32px;
    top: 33%;
    visibility: hidden;
}

#logo_24 {
    width: 100%;
    flex-grow: 0.4;
    min-height: 20px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

/*    background-color: red;*/
}

#logo_small_24 {
    width: 300px;
    height: 101px;
    position: absolute;
    background-image: url(logo_black.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


#logo_big_24 {
    left: 4vmin;
    top: 4vmin;
    width: 24vmin;
    height: 7vmin;
    position: absolute;
    background-image: url(logo_big.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#info_24 {
    width: 100%;
    height: 30%;
    flex-grow:0.9;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
/*    background-color: green;*/
    gap: 15px;
}

#video_black_24 {
    position: absolute;
    background: black;
}

#date_24 {
    flex-grow:1;
    cursor: pointer;
    background-image: url(date.png);
    background-size: contain;
    background-repeat: no-repeat;
/*    background-color: pink;*/
    height: 100%;
    background-position: center;
}

#ctaFinal_24 {
    flex-grow:1;
    cursor: pointer;
    background-image: url(ctaFinal.png);
    background-size: contain;
    background-repeat: no-repeat;
/*    background-color: yellow;*/
    height: 100%;
    background-position: center;
/*    justify-content: center;*/
/*    align-items: center;*/
}


#bottom_24 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 60%;
/*    background-color: rgba(111, 111, 111, 0.5);*/

    opacity: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}

#dialog_24 {
    position: absolute;
    top: 17%;
    left: 0px;
}

.msg_24 {
    position: absolute;
    width: 400px;
    height: 172px;
    visibility: hidden;
}

#msg1_24 {
/*    background-image: url(msg1.png);*/
}

#msg2_24 {
/*    background-image: url(msg2.png);*/
}


.f_24{
    display: flex !important;
}

/*  FLEX CONTENT   e n d  */






#game_24 {
/*    background-color: rgba(0, 0, 0, 0.1);*/
/*    border: 1px solid rgba(0, 0, 0, 0.15);*/
    position: absolute;
}

#shade_24 {
    position: absolute;
    background-image: url(shade.png);
    width: 100%;
    height: 100%;
    left: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}



#b1_24 {
    left: 60px;
    top: 50px;
}
#b2_24 {
    left: 120px;
    top: 50px;
}
#b3_24 {
    left: 180px;
    top: 50px;
}



.draw_24 {
    position: absolute;
    width: 5px;
    height: 5px;
/*    background-color: rgba(88, 111, 66, 0.65);*/
}


.z1_24 {
    z-index: 100000;
}
.z2_24 {
    z-index: 200000;
}




#canvas_24 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width:  1000px;
    height:  667px;
}
.plane {
    width: 90%;
    height: 100%;
    margin-top: -40px;
    margin-left: 50px;
}
.plane img {
    display: none;
}

#curtains_24 {
    position: absolute;
    margin: 0;
    overflow: hidden;
    z-index: 999999998;
    width:  1000px;
    height:  667px;
    background-color: rgba(0,111,55, 0.25);
}


.curtain_24 {
    position: absolute;
    background-image: url(curtains.png);
    width: 1066px;
    height: 1000px;
}



.side_24 {
    position: absolute;
}


#coverTop_24 {
    width: 100%;
    height:  66px;
    background-color: black;
    position: absolute;
}
#coverBot_24 {
    width: 100%;
    height:  66px;
    bottom: 0px;
    background-color: black;
    position: absolute;
}

#posters_24 {
    cursor:  pointer;
}

#lights_24{
    position: absolute;
    width:  100%;
    height:  100%;
    background: linear-gradient(-45deg, #170033, #551872, #9b648c, #a9919e, #6e287a, #9b648c, #551872, #170033, #170033, #551872, #9b648c, #a9919e, #6e287a, #9b648c, #551872, #170033, #170033, #551872, #9b648c, #a9919e);
    background-size: 400% 400%;
    animation: gradient 20s ease infinite;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}









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


#dragEl_24 {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url(empty.png) !important;
}

#close_btn_24 {
    position: absolute !important;
    width: 93px !important;
    height: 93px !important;
    top: -10px !important;
    right: -10px !important;
    background-image: url(close_btn.png) !important;
    cursor: pointer !important;
    /*background-color: red;*/
    z-index: 9999999 !important;
}

#close_small_btn_24 {
    position: absolute !important;
    width: 60px !important;
    height: 60px !important;
    top: 10px !important;
    right: 60px !important;
    background-image: url(close_btn.png) !important;
    cursor: pointer !important;
    /*background-color: red;*/
    z-index: 9999999 !important;
    background-size: contain;
}

#close_ad_btn_24 {
    position: absolute !important;
    width: 60px !important;
    height: 60px !important;
    top: 0px !important;
    right: 0px !important;
    background-image: url(close_btn.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer !important;
    /*background-color: red;*/
    z-index: 9999999 !important;
}

#big_close_btn_24 {
    position: absolute !important;
    width: 93px !important;
    height: 93px !important;
    top: 20px !important;
    right: 20px !important;
    background-image: url(close_btn.png) !important;
    opacity: 0;
}
#fullscreen_btn_24 {
    position: absolute !important;
    width: 93px !important;
    height: 93px !important;
    /*top: -20px !important;*/
    /*right: -20px !important;*/
    top: 0px;
    right: 0px;
    background-image: url(fullscreen_btn.png) !important;
    cursor: pointer !important;
    /*display: none;*/
    z-index: 9999998 !important;
}

#ad_24 {
    /*background-color:  #4d4e50;*/
    width: 100%;
    height: 100%;
    position: fixed !important;
    border: 0px solid #CCC !important;
    -webkit-perspective: 1000px !important;
    -moz-perspective: 1000px !important;
    -o-perspective: 1000px !important;
    perspective: 1000px !important;
    z-index: 9999999 !important;
    /*cursor: grab !important;*/

    left: 0px;
    top: 0px;
    bottom:  0px;
    right:  0px;

    /*bottom: 20px;*/
    /*right: 20px;*/
    display: none;

    overflow: hidden;
    text-overflow: clip;

    /*background-color: gray;*/
}



.rct {
    width: 150px !important;
    height: 160px !important;
    position: absolute !important;
}

.noDisplay_24 {
    display: none;
}

.noDisplay {
    display: none;
}

.noEvents{
  pointer-events: none !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.fs_24 {
    position: absolute;
    width: 100%;
    height: 100%;
}









/*@media (orientation: landscape) {
  body {
    flex-direction: row;
  }
}*/

@media (orientation: portrait) {


    #stuff_24 {
        max-width: 95%;
    }

    #logo_24 {
        flex-grow: 2;
    }

    #screen_24 {
        flex-grow: 2;
    }

    #info_24 {
        flex-grow: 3;
        flex-direction: column;
        justify-content: flex-start;
        gap: 1%;
    }

    #date_24 {
        width: 50%;
        max-height: 7vh;
    }

    #ctaFinal_24 {
        width: 50%;
        max-height: 5vh;
    }

    #bottom_24 {
        height: 70%;
    }

    #mario_big_24 {
        left: -3%;
        width: 60%;
        height: 70vh;
        bottom: -37vh;
    }

    #princess_24 {
        width: 60%;
        height: 45vh;
        right: -10vw;
    }

    #child_24 {
        width: 35%;
        height: 18vh;
        right: 30vw;
    }
}