*  {
    
    -webkit-overflow-scrolling: touch;
    }
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #111;
}

::-webkit-scrollbar {
    width: 4px;
    
}

::-webkit-scrollbar-thumb {
    background:#8bc641 !important;
}  

@font-face {
    font-family: 'mont-serrat-bold';
    src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: 'mont-black';
    src: url("../fonts/montserrat/MontserratAlternates-Black.otf")
}

.mont-serrat-bold {
    font-family:"mont-black, sans-serif";
    /* font:700 25px/0 "montserrat", sans-serif; */

    font-size:1rem;

}


@font-face {
    font-family: 'Roboto-Light';
    src: url("../fonts/Roboto/Roboto-Light.ttf");
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url("../fonts/Roboto/Roboto-Thin.ttf");
}

@font-face {
    font-family: 'Roboto-Black';
    src: url("../fonts/Roboto/Roboto-Black.ttf");
}

@font-face {
    font-family: "montserrat-black";
    src:url("../fonts/montserrat/Montserrat-Black.otf");
}

@font-face {
    font-family: "montserrat";
    src:url("../fonts/montserrat/Montserrat.woff2");
}

/**
    -------------
       GENERAL
    -------------
**/
.logo {
    /* padding: 0.5rem 1rem; */
    padding-left:0;
}
.roboto-light {
    font-family: 'Roboto-light', sans-serif;
    /* font-size: 22px; */
}

.roboto-medium {
    font-family: 'Roboto-Medium', sans-serif;
    /* font-size: 22px; */
}

.roboto-bold {
    font-family: 'Roboto-Bold', sans-serif;
}

.my-navbar-button {
    padding: 0 0.75rem 0 0.75rem !important;
    font-size: 1rem;
}
.meni {
    /* position:fixed; */
    z-index: 99;
    /* background-color: rgba(0,0,0, 0.9) !important; */
    /* background-color: #000c00!important; */
}

.bg-dark-mobile {
    /* padding:0; */
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9) !important;
    overflow-y: hidden;
    transition: 0.5s;

}


.closebtn {
    position: absolute;
    right: 4%;
    font-size: 60px;
    color:white;
}
.banner-img {
    position: relative;
    display: inline-block;
    filter: contrast(130%);

}

.banner-heading {
    position: absolute;

    top: 1rem;
    left:50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: white;
    font-weight: bold;

}

/* .banner-heading {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 4.1rem;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;

    padding: 20px;
    text-align: center;
} */
.banner-heading h3{
    font-size:0.6rem;
}

#navbarNav ul {
    padding-top: 6rem;
}



#navbarNav ul li a:hover{
    text-decoration: underline;
    text-decoration-style: double;
}

.active {
    /*font-size:1.3rem;*/
    /*text-decoration: underline;
    text-decoration-color:white;
    text-decoration-style: double;*/
}
.p-under-banner-text {
    font-family: 'Roboto-Light', sans-serif;
    color: #f7b431;
}

.box-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/**
  -------------------
       HOME PAGE
  -------------------
**/

.home-background{
    /* background-color:#323a45; */
    background: linear-gradient(to right, rgb(50, 58, 69), rgb(23, 31, 42));
   /* height:100%;*/
}

.home-image-mt {
    /*margin-top:10%;*/
}

.home-image-mt h1 {
    font-family: 'Roboto-Bold', sans-serif;

    color:white;
    font-size: 2rem;

}
.home-image-mt p {
    font-family: 'Roboto-Bold', sans-serif;
    color:#90c845;
    font-size:15px;
}
.find-out a{
    color:white;
}
.find-out {
    font-size: 1.5rem;
    border:1px solid white;
    border-radius: 35px;
    padding:3%;
    font-family: 'Roboto-Bold';
    text-decoration: underline;
}

.contact-button-wrapper {
    

    border:5px solid #8bc641;
    border-radius: 35px;
    padding:3%;
    font-family: 'Roboto-Bold';
    text-decoration: underline;
}




#navbarNav li a {
    font-family: 'Roboto-Medium', sans-serif;
    text-align: center;
    /* color:black; */
    color:white;
    /* font-weight: bold; */
    font-size:1.2rem;
    margin-top: 1rem;
}


.services h2 {
    font-family: 'Roboto-Medium', sans-serif;
}
.services p {
    font-family: 'Roboto-Light', sans-serif;
}

.products h2 {
    font-family: 'Roboto-Medium', sans-serif;
}
.button {
    border:2px solid #f7b431;
}

.black {
    background-color: #171717;
}

.same-height {
    height:100px;
}


.nav-link{
    color:#8cc63f;
}

.fixed-row-bottom {
    position: fixed;
    bottom: 0;
}

/**
  -------------------
    MOBILE GAME PAGE
  -------------------
**/
.esa-heading {
    font: 700 25px/1 "montserrat", sans-serif;
    font-size: 40px;
    color: #8bc641;
}





/*blackjack*/
.blackjack h4 {
    font-family: 'Roboto-Medium', sans-serif;
    color:#8bc641;
}
.btn-blackjack-mobile {
    background-color: #8bc641;
    border:2px solid #8bc641;
}
.btn-blackjack-mobile a {
    color:white;
    font-weight: bold;
    font-size:15px;

}
.btn-blackjack-tablet {
    border:2px solid #8bc641;
    font-size:15px;

}

.btn-blackjack-tablet a {
    color:black;
}
.black-jack-list ul {
    list-style-image: url('../images/Games/arrow-dark-green.png');
}
/*roulette*/
.roulette h4 {
    font: 700 25px/1 "montserrat", sans-serif;
    color:#8bc641;
    font-size: 100px;
}
.btn-roulette-mobile {
    background-color: #8bc641;
    border:2px solid #8bc641;

}
.btn-roulette-mobile a {
    color:white;
    font-weight: bold;
    font-size:15px;

}
.btn-roulette-tablet {
    border:2px solid #8bc641;
    font-size:15px;
}

.btn-roulette-tablet a {
    color:black;
}

.roulette-list ul {
    list-style-type: none;
    list-style-image: url('../images/Games/arrow-blue.png');
}

/*fruit slot*/
.align-center {
    align-items: center;
}
.fruit-slot-list {
    list-style-image: url('../images/Games/arrow-blue.png');
}
.fruit-slot h4 {
    /* font-family: 'Roboto-Medium', sans-serif; */
    font:700 25px/1 "montserrat", sans-serif;
    font-size: 100px;
    color:#8bc641;
    
}
/**
  -------------------
       GAS PAGE
  -------------------
**/


.gas-background-image {
    height: 13em;
    background: url('../images/GAS/gas-intro.jpg') no-repeat;
    background-size: cover;
    background-position: center;

}

.gas-list ul{
    list-style-image: url('../images/GAS/arrow-orange.png');
}

.gas-heading h4{
    font: 700 25px/1 "montserrat", sans-serif;
    font-size: 30px;
    /* color:#f7b431 */
    color: #8bc641;
}


/**
  ------------------------
    POKER NETWORK PAGE
  ------------------------
**/

.esa-poker {
    margin-top: 5%;
    font-size: 1.6rem;
}

.last-p {
    font-family: 'Roboto-Bold', sans-serif;
}

.form {
    background-image: url('../images/Contact/contact-form-bg-bottom.png');
}


.poker-background-image {
    height: 13em;
    background: url('../images/Poker/poker-network-intro.jpg') no-repeat;
    background-size: cover;
    background-position: center;

}

.poker-heading {
    margin-top: 5%;
}
.poker-heading h4 {
    font: 700 25px/1 "montserrat", sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    text-align: center;
    color:#8bc641;
}

.poker-heading h5 {
    font: 700 25px/1 "montserrat", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    color:#8bc641;
}

.poker-list ul {
    list-style-image: url('../images/Poker/arrow-turquoise.png');
}
/**
  ------------------------
        CAREER PAGE
  ------------------------
**/

.work-with-us-background-image {
    height:6em;
    background: url('../images/Career/work-with-us-intro.jpg') no-repeat;
    background-size: cover;
}

.work-with-us-list ul {
    list-style-image: url('../images/Career/arrow-light-green.png');
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #8bc642;
}

.apply-btn {
    border:2px solid #8bc642;
    padding: 2%;
}
.apply-btn button {
    font-weight: bold;
}
.job-button {
    background-color: #8bc642;
    color:white

}


/**
  ------------------------
        ABOUT US PAGE
  ------------------------
**/

.about-us-background-image {
    height: 6em;
    background: url('../images/About/about-us-intro.jpg') no-repeat;
    background-size: cover;
}

.about-us-list ul {
    list-style-image: url('../images/About/arrow-purple.png');
}


/**
  ------------------------
        CONTACT PAGE
  ------------------------
**/

.contact-us-background-image {
    height: 6em;
    background: url('../images/Contact/contact-intro.jpg') no-repeat;
    background-size: cover;
}

.background-dark {
    background-color: #363e49;

}

.contact-form {
    padding: 5% 0% 5% 4%;
    width: 96%;
    color:white;
}

.contact-button {
    color:white;
}

/**
  ---------------------
        7 Columns
  ---------------------
**/
.seven-cols .column-7 {
    width: 14.285714285714285714285714285714%;
}

/**
  ---------------------
        8 Columns
  ---------------------
**/
.eight-cols .column-8 {
    width: 12.5%;
}

/**
  -------------------
        FOOTER
  -------------------
**/
.footer {
    background-color: #474747;
    color:#b1b1b1;
}

.deep-green {
    background-color:#8bc642;
}
.unique-color-dark {
    background-color: #1C2331;
}

#back2Top {
    cursor: pointer;
    width:5em;
}

/* .footer-nav #navbarNav li span {
    font-size:18px;
    font-style: italic;
    text-transform:capitalize
} */
.footer-nav {
    font-family: 'Roboto-light', sans-serif;
}
.footer-nav .logo {
    display: none;
}

.footer-nav .my-navbar-button {
    display: none;
}
.footer-nav #navbarNav li a {

}

footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

/*TREBA DORADITI!*/
.footer #new-footer  p {
    margin-bottom:0.7rem;
}

.footer #new-footer  span {
    display: none;
}


.footer-nav #navbarNav li span {
    display: none;
}

.footer-nav #navbarNav li a{
    color:#8cc63f;
    text-align: left;

}

.footer-list ul {

    list-style-type: none;
}
.footer-list .first {
    color:#8cc63f;
}

.footer-list ul li a {
    color:#b1b1b1;
}

.my-list ul{
    color:white;
}



/**
  ---------------------
        MEDIA QUERY
  ---------------------
**/


@media only screen and (min-width: 300px) and (orientation : landscape) {
    #navbarNav li a {
        font-size: 0.8rem;
    }
    #navbarNav ul {
        padding-top: 0px;
    }

}

 @media only screen and (min-width: 600px) {

    .game-background-image, .poker-background-image, .gas-background-image {
        height: 16em;
    }
    .work-with-us-background-image, .about-us-background-image, .contact-us-background-image {
        height: 6em;
    }
    .banner-heading {
        top:15;
    }
    .banner-heading h3{
        font-size: 0.8rem;
    }

    .eight-cols .column-8 {
        width: 25%;
    }

    #navbarNav li a {
        margin-left:0;
    }

}
@media only screen and (min-width: 600px) and (orientation : landscape) {

    .work-with-us-background-image, .about-us-background-image, .contact-us-background-image {
        height: 8em;
    }
}
@media only screen and (min-width: 768px) {

    .text-md-nowrap {
        white-space: nowrap !important;
    }

    .poker-heading h4 {
        font: 700 25px/1 "montserrat", sans-serif;
        font-size: 100px;
        text-transform: uppercase;
        text-align: center;
        color:#8bc641;
    }
    
    .poker-heading h5 {
        font: 700 25px/1 "montserrat", sans-serif;
        font-size: 40px;
        text-transform: uppercase;
        color:#8bc641;
    }
    .game-background-image, .poker-background-image, .gas-background-image {
        height: 20em;
    }
    .work-with-us-background-image, .about-us-background-image, .contact-us-background-image {
        height: 10em;
    }
    .my-list li {
        margin-top:4px;
    }


    .home-image-mt p {
        font-size: 14px;
    }

    .banner-heading {
        top: 1.8rem;

    }

    #navbarNav li a {
        font-size: 12px;
    }

    .p-under-banner-text {
        font-size: 0.5rem;
    }
    .eight-cols .column-8 {
        width: 25%;
    }

    .bg-dark-mobile {
        background-color:inherit;
    }

    #navbarNav li a {
        margin-top:2.8rem;
        font-size: 1.5rem;
    }

    

}

@media only screen and (min-width:800px) {
    
    #navbarNav li a {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .esa-heading {
        font-size: 75px !important;
    }
    .game-background-image, .poker-background-image, .gas-background-image {
        height: 25em;
    }
    .work-with-us-background-image, .about-us-background-image, .contact-us-background-image {
        height: 12em;
    }
    .bg-dark-mobile {
        background-color: transparent !important;
    }
    .banner-heading {
        top: 2.6rem;
    }
    .banner-heading > h3{
        color:white;
        font-size: 1rem;
    }

    .p-under-banner-text {
        font-size: 0.8rem;
    }
    .home-image-mt h1 {
        font-size: 2.3rem;
    }
    .bg-dark-mobile {
        height: inherit;
        position: relative;
    }

    #navbarNav ul {
        padding-top:0 !important;
    }

    #navbarNav li a {
        margin-top:0 !important;
        font-size: 0.8rem;
    }

}

@media only screen and (min-width: 1200px) {
    .game-background-image, .poker-background-image, .gas-background-image {
        height: 30em;
    }
    .work-with-us-background-image, .about-us-background-image, .contact-us-background-image {
        height: 15em;
    }

    .bg-dark-mobile {
        background-color: transparent !important;
    }

    .home-image-mt p {
        font-size: 21px;
    }
    .p-under-banner-text {
        font-size: 0.8rem;
    }

    .banner-heading {
        top: 4rem;
    }
    .banner-heading > h3{
        color:white;
        font-size: 1.6rem;
    }


    .my-list ul {
        font-size: 14px;
    }

    .roboto-light {
        font-family: 'Roboto-light', sans-serif;
        font-size: 14px;
        color:white !important;
    }
    #navbarNav li a {
        font-size: 1rem;
    }

    .home-image-mt h1 {
        font-size:3rem;
    }

    .eight-cols .column-8 {
        width: 12.5%;
    }
}
@media only screen and (min-width: 1438px) { 
    .esa-heading {
        font-size: 90px !important;
    }
}

@media only screen and (min-width: 1490px) {
    
    .esa-heading {
        font-size: 100px !important;
    }
    .game-background-image, .poker-background-image, .gas-background-image {
        height: 40em;
    }
    .work-with-us-background-image, .about-us-background-image, .contact-us-background-image {
        height: 20em;
    }
    .home-image-mt p {
        font-size: 30px;
    }

    #navbarNav ul {
        /* margin-left:5%; */
        margin-left: 15%;

    }
    #navbarNav li a {
        font-size: 1.2rem;
    }
    .banner-heading {
        top: 6rem;
    }
    .roboto-light {
        font-family: 'Roboto-light', sans-serif;
        font-size: 22px;
    }

    .my-list ul {
        font-family: 'Roboto-light', sans-serif;
        font-size: 22px;
        list-style-type: none;
    }
    .my-list li {
        margin-top:10px;
    }
    .my-list ul li::before  {
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;

    }
    .p-under-banner-text {
        font-size: 1rem;
    }
    .home-image-mt h1 {
        font-size:6rem;
    }
}

/**
  ---------------------
        BORDERS
  ---------------------
**/

.b-blue {
    border:2px solid blue;
}

.b-red {
    border:2px solid red;
}

.b-green {
    border:2px solid green;
}

.b-black {
    border:2px solid black;
}

.b-pink {
    border:2px solid pink;
}

.b-yellow {
    border:2px solid yellow;
}

/*redesign*/

@media all and (min-width:360px){
    
    .esa-heading {
        font-size: 50px;
    }
    .parallax-text-wrap h3 {
        position: relative;
        z-index: 1;
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }
    .parallax-text {
        position: absolute;
        bottom: -20%;
        left: 0;
        display: none;
        /* font: 900 36px/1 "montserrat", sans-serif; */
        font: 900 36px/0 "montserrat", sans-serif;
        /* font-family: 'mont-serrat-bold'; */

        letter-spacing: .28em;
        text-transform: uppercase;
        white-space: nowrap;
        color: #f2f3f9;
        text-shadow: 3px 1px 44px #999, 1px 0px 5px;
        /* color: #000000; */

    }

 



}

@media (min-width: 768px) {
    

    .my-tab h5 {
        line-height: 1.41667;
        font-family: 'Roboto-Medium';

    }

    .tabs-horizontal.tabs-line .nav-tabs {
        border-bottom-width: 1px;
    }

    .tabs-custom.tabs-line:not(.tabs-line-small) .nav-tabs > .nav-item > .nav-link {
        font-size: 24px;
    }

    .tabs-custom.tabs-line .nav-tabs .nav-link:hover, .tabs-custom.tabs-line .nav-tabs .nav-link.active {
        color: #8bc641;
    }
    .tabs-custom.tabs-line .nav-tabs .nav-link {
        position: relative;
        border: 0;
        background-color: transparent;
        color: #f2f3f9;
        font-weight: bold;
    }

    .tabs-horizontal.tabs-line:not(.tabs-line-small) .nav-tabs > .nav-item:not(:last-child) {
        margin-right: 67px;
    }

    .tabs-horizontal.tabs-line .nav-tabs .nav-link {
        padding: 0 0 15px 0;
    }
    hr + .row {
        margin-top: 40px;
    }
    .tab-content {
        padding-top:35px;
    }

}

@media (min-width: 992px){

    .h-100px {
        height: 100px;
    }
.btn-our-games {
    min-width: 330px !important;
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 9px 30px;
    min-width: 210px;
    font-family: "Roboto-Bold";
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 35px;
    border:2px solid #eeddee;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: .25s all ease;
    white-space: pre-wrap;
    color:#29293a;
} }

@media (min-width: 1200px){
    .parallax-text {
        font-size: 110px;
        left: -95px;
    }
}

.box-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.banner-text {
    padding-bottom: 6%;
}


.footer a {
    color:white;
}

.list-group-item {
    background-color: transparent !important;
    border: 2px solid #8bc641;
    border-bottom:0px ;
}

.list-group-item:last-child {
    border-bottom: 2px solid #8bc641 !important;
}

.jumbotron {
    background-color: #6b7d90 !important;
}

video {
    max-width: 100%;
}

 /*OPENING GAME ANIMATIONS*/

 /*ROCKET*/
.rocket-button {
	 --background: #8bc641;
	 --text: #fff;
	 --check: #5c86ff;
	 --blue: #5c86ff;
	 --blue-transparent: rgba(92, 134, 255, 0);
	 /* --dot: #fe5151;
	 --dot-shadow: rgba(254, 81, 81, .3); */
	 --smoke: rgba(247, 248, 255, .9);
	 --rocket: #eef0fd;
	 --rocket-shadow-left: #fff;
	 --rocket-shadow-right: #d3d4ec;
	 --rocket-wing-right: #c2c3d9;
	 --rocket-wing-left: #d3d4ec;
	 --rocket-window: #275efe;
	 --rocket-window-shadow: #c2c3d9;
	 --rocket-line: #9ea0be;
	 /* font-size: 14px; */
	 font-weight: 500;
	 /* line-height: 19px; */
	 padding: 14px 28px;
	 display: table;
	 position: relative;
	 backface-visibility: hidden;
	 text-decoration: none;
	 color: var(--text);
}
 .rocket-button:before {
	 content: '';
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 backface-visibility: hidden;
	 transition: transform 0.2s ease;
	 transform: scale(var(--s, 1)) translateZ(0);
	 position: absolute;
	 background: var(--background);
}
 .rocket-button .default, .rocket-button .success, .rocket-button .animation {
	 z-index: 1;
}
 .rocket-button .default span, .rocket-button .success span {
	 display: block;
	 transition: transform 0.2s ease, opacity 0.2s ease;
	 transform: translateX(var(--x, 0));
	 opacity: var(--o, 1);
	 filter: blur(var(--b, 0px));
}
 .rocket-button .default {
	 position: relative;
	 display: -webkit-inline-box;
}
 .rocket-button .default:before {
	 content: '';
	 width: 5px;
	 height: 5px;
	 border-radius: 50%;
	 margin: 7px 8px 0 0;
	 box-shadow: 0 0 0 1px var(--dot-shadow);
	 animation: pulse 1s ease infinite;
	 vertical-align: top;
	 display: inline-block;
	 transition: opacity 0.3s linear;
	 opacity: var(--o, 1);
	 background: var(--dot);
}
 .rocket-button .success {
	 opacity: var(--o, 0);
	 position: absolute;
	 display: flex;
	 top: 14px;
	 left: 50%;
	 transform: translateX(-50%);
}
 .rocket-button .success svg {
	 width: 13px;
	 height: 11px;
	 stroke-width: 2;
	 stroke-dasharray: 20px;
	 stroke-dashoffset: var(--o, 20px);
	 stroke-linecap: round;
	 stroke-linejoin: round;
	 fill: none;
	 display: block;
	 color: var(--check);
	 margin: 4px 8px 0 0;
}
 .rocket-button .success > div {
	 display: flex;
}
 .rocket-button .success > div span {
	 --o: 0;
	 --x: 8px;
	 --b: 2px;
}
 .rocket-button .animation {
	 left: 0;
	 right: 0;
	 bottom: 0;
	 height: 120px;
	 pointer-events: none;
	 overflow: hidden;
	 position: absolute;
}
 .rocket-button .animation .smoke {
	 left: 50%;
	 top: 100%;
	 position: absolute;
}
 .rocket-button .animation .smoke i {
	 opacity: 0;
	 transform: scale(0.7);
	 border-radius: 50%;
	 position: absolute;
	 bottom: var(--b, -20px);
	 left: var(--l, -12px);
	 width: var(--s, 32px);
	 height: var(--s, 32px);
	 background: var(--smoke);
}
 .rocket-button .animation .smoke i:nth-child(2) {
	 --s: 20px;
	 --l: -24px;
	 --b: -10px;
	 --d: 50ms;
}
 .rocket-button .animation .smoke i:nth-child(3) {
	 --s: 22px;
	 --l: 0;
	 --b: -12px;
	 --d: 20ms;
}
 .rocket-button .animation .smoke i:nth-child(4) {
	 --s: 12px;
	 --l: 16px;
	 --b: -6px;
	 --d: 120ms;
}
 .rocket-button .animation .smoke i:nth-child(5) {
	 --s: 24px;
	 --l: -20px;
	 --b: -14px;
	 --d: 80ms;
}
 .rocket-button .animation .smoke i:nth-child(6) {
	 --s: 12px;
	 --l: -28px;
	 --b: -8px;
	 --d: 60ms;
}
 .rocket-button .animation .rocket {
	 position: absolute;
	 left: 50%;
	 top: 100%;
	 z-index: 1;
	 margin: 0 0 0 -12px;
}
 .rocket-button .animation .rocket:before {
	 content: '';
	 margin-left: -3px;
	 left: 50%;
	 top: 32px;
	 position: absolute;
	 width: 6px;
	 border-radius: 2px;
	 height: 32px;
	 transform-origin: 50% 0;
	 transform: scaleY(0.5);
	 background: linear-gradient(var(--blue), var(--blue-transparent));
}
 .rocket-button .animation .rocket svg {
	 width: 24px;
	 height: 36px;
	 display: block;
}
 .rocket-button:active {
	 --s: 0.95;
}
 .rocket-button.live:before {
	 animation: shake 1.5s ease 0.6s;
}
 .rocket-button.live .default:before {
	 --o: 0;
}
 .rocket-button.live .default span {
	 --o: 0;
	 --x: 8px;
	 --b: 2px;
	 transition: transform 0.3s ease var(--d), opacity 0.3s ease var(--d), filter 0.3s ease var(--d);
}
 .rocket-button.live .success {
	 --o: 1;
}
 .rocket-button.live .success span {
	 --o: 1;
	 --x: 0;
	 --b: 0;
	 transition: transform 0.3s ease calc(var(--d) + 2200ms), opacity 0.3s ease calc(var(--d) + 2200ms), filter 0.3s ease calc(var(--d) + 2200ms);
}
 .rocket-button.live .success svg {
	 --o: 0;
	 transition: stroke-dashoffset 0.3s ease 2.25s;
}
 .rocket-button.live .animation .rocket {
	 animation: rocket 1.3s ease forwards 0.4s;
}
 .rocket-button.live .animation .rocket:before {
	 animation: rocket-light 2s ease forwards 0.4s;
}
 .rocket-button.live .animation .smoke i {
	 animation: var(--n, smoke) .7s ease forwards calc(var(--d) + 600ms);
}
 .rocket-button.live .animation .smoke i:nth-child(3), .rocket-button.live .animation .smoke i:nth-child(6) {
	 --n: smoke-alt;
}
 @keyframes pulse {
	 50% {
		 box-shadow: 0 0 0 2px var(--dot-shadow);
	}
}
 @keyframes shake {
	 8%, 24%, 40%, 56%, 72%, 88% {
		 transform: translateX(-1px);
	}
	 16%, 32%, 48%, 64%, 80%, 96% {
		 transform: translateX(1px);
	}
}
 @keyframes smoke {
	 20%, 80% {
		 opacity: 1;
		 transform: scale(1);
	}
	 55% {
		 transform: scale(0.92);
	}
}
 @keyframes smoke-alt {
	 20%, 80% {
		 opacity: 1;
		 transform: scale(1);
	}
	 60% {
		 transform: scale(1.08);
	}
}
 @keyframes rocket {
	 35% {
		 transform: translateY(-56px);
	}
	 80% {
		 transform: translateY(-48px);
		 opacity: 1;
	}
	 100% {
		 transform: translateY(-108px) scale(0.6);
		 opacity: 0;
	}
}
 @keyframes rocket-light {
	 35% {
		 transform: scaleY(0.6);
	}
	 75% {
		 transform: scaleY(0.5);
	}
	 100% {
		 transform: scaleY(1);
	}
}
 
.transform-translate-up {
    transition: transform 3s ease;
    transform: translateY(-110vh);
}

.transform-translate-down {
    transition: transform 3s ease;
    transform: translateY(110vh);
}

#opened-game {
    left: 0; right: 0; bottom: 0; top: 0px;
    position: absolute;
    height: 100vh;
    width: 100%;
}



/* ----------------------------------------------
 * Generated by Animista on 2020-9-4 1:21:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */


 .scale-in-center {
	-webkit-animation: scale-in-center 1s 1s both;
	        animation: scale-in-center 1s 1s both;
}
 @-webkit-keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  

.fade-out {
    -webkit-animation: fade-out 4s ease-in both;
	animation: fade-out 4s ease-in both;
}

@-webkit-keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  