.game-section{
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #4AC6E1 0%, #adf5fa 32.71%, #adf5fa 77.5%, #adf5fa 100%);
}

.game-section .cloud-block{
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.block-moon{
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    overflow-x: hidden;
}

.front {
    background: white url("../img/stub.png") no-repeat center;
    background-size: contain;
}

.game {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    z-index: 9;
}

.timer {
    font-family: "Adigiana";
    -webkit-text-stroke: 1px #73DEDE;
    color: #fff;
    font-size: 1.7em;
    margin-left: 60px;
    margin-bottom: 20px;
}

.flip-container.flip .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);

}

.flipper {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    position: relative;
}

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    margin: 1%;
    cursor: pointer;
}

.flip-container, .front, .back {
    width: 7em;
    height: 7em;
    /* margin: 10px; */
    border-radius: 100px;
    display: inline-block;
}

.flipper .front, .flipper .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-backface-visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    /*height: 100%;*/
    /*width: 100%;*/
    box-shadow: #00000082 2px 3px 7px;
}

.flipper .front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*    background: #ffffff;*/
    /*color: white;*/
    /*text-align: center;*/
    /*font-size: 50px;*/
}

.flipper .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /*border: 1px solid #E8E8E8;*/
}

#red {
    background: white url("../img/game/p1.png") no-repeat center;
    background-size: contain;
}

#bomb {
    background: white url("../img/game/p2.png") no-repeat center;
    background-size: contain;
}

#chack {
    background: white url("../img/game/p3.png") no-repeat center;
    background-size: contain;
}

#stela {
    background: white url("../img/game/p4.png") no-repeat center;
    background-size: contain;
}

#jay {
    background: white url("../img/game/p5.png") no-repeat center;
    background-size: contain;
}

#matilda {
    background: white url("../img/game/p6.png") no-repeat center;
    background-size: contain;
}

#piggy {
    background: white url("../img/game/p7.png") no-repeat center;
    background-size: contain;
}

#eagle {
    background: white url("../img/game/p8.png") no-repeat center;
    background-size: contain;
}

/*.btn-reset {*/
/*    display: block;*/
/*    margin: 10px auto;*/
/*    background-color: #2f3f45;*/
/*    color: white;*/
/*    font-size: 15px !*'AngryBirds'*!;*/
/*    border-radius: 0.5em;*/
/*    padding: 0.3em;*/
/*}*/

/*.btn-reset:hover {*/
/*    color: #8b8483;*/
/*}*/

/*.question-span {*/
/*    display: block;*/
/*    padding-top: 1.8vh;*/
/*}*/


/*-Section - Modal-*/


/* Modal (background) */
.modal {
    /*Hidden by default */
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Fallback color */
    background-color: rgb(46, 61, 73);
    /* With opacity */
    background-color: rgba(46, 61, 73, 0.6);
}

/* Modal Content/Box */
.modal-content {
    font-family: ABFlockText-Regular;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFED96;
    /* 5% from the top and centered */
    margin: 5% auto;
    /*    border: 0.8em solid #fc4;*/
    /*  padding-right: 2em;
        padding-bottom: 2em;*/
    padding: 1.5em;
    width: 75%;
}

.modal-content p, h2 {
    text-align: center;
    margin-top: 0px;
}


/* The Close Button */
.close {
    align-self: flex-end;
    color: #e92;
    font-size: 4em;


}

.close:hover,
.close:focus {
    color: #ff9500;
    text-decoration: none;
    cursor: pointer;

}

/* Modal Image*/
.modal-img {
    display: inline-block;
    margin: 1em 0 1em;
    width: 12.7em;
}

p.stats {
    font-weight: 600;
}

p.stats:last-child {
    margin-bottom: 1em;
}

.play-again-btn {
    background: #ff9825;
    margin-bottom: 1em;
    color: white;
    font-size: 20px;
}

.play-again-btn:hover {

    background: #ee8e22;
    color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after{
    color: rgb(147, 192, 99);
}

@media screen and (min-width: 300px) and (max-width: 375px) {
    .game {
        width: 100%;
        /*height: 272px;*/
        height: 450px;
        padding-bottom: 0;
    }

    .flip-container, .front, .back {
        width: 61px;
        height: 61px;
        border-radius: 60px;
        display: inline-block;
    }

    .game-section {
        height: 1100px;
        /*background-color: #9af8fd;*/
        background: linear-gradient(179.93deg, #4AC6E1 0.35%, #C9FFFC 79.6%);
    }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
    .flip-container, .front, .back {
        width: 78px;
        height: 78px;
        border-radius: 60px;
        display: inline-block;
    }

    .game-section {
        height: 1100px;
        /*background-color: #9af8fd;*/
        background: linear-gradient(179.93deg, #4AC6E1 0.35%, #C9FFFC 79.6%);

    }
}

@media screen and (min-width: 426px) and (max-width: 524px) {
    .flip-container, .front, .back {
        width: 87px;
        height: 87px;
        margin: 5px;
    }
    .game-section {
        background: linear-gradient(179.93deg, #4AC6E1 0.35%, #C9FFFC 79.6%);
    }
}
@media screen and (min-width: 525px) and (max-width: 767px) {
    .game-section {
        height: 1050px;
        background: linear-gradient(179.93deg, #4AC6E1 0.35%, #C9FFFC 79.6%);
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .flip-container, .front, .back {
        width: 116px;
        height: 116px;
        margin: 10px;
    }

    .game-section {
        background: linear-gradient(180deg, #4AC6E1 0%, #adf5fa 32.71%, #adf5fa 77.5%, #adf5fa 100%);
        /* background-image: url("/img/Group 95.png"); */
        background-size: cover;
    }

    .section-history{
        padding: 0 0 100px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1335px) {
    .flip-container, .front, .back {
        width: 90px;
        height: 90px;
        margin: 10px;
    }
    .section-history{
        padding: 0 0 100px;
    }
}