.bgblue{
    background-color: #0E0D1E;
    width: 100%;
    text-align: center;
} /* Discart */

/* Animations*/

/* animation 06 */
#animation6mobile-3{
    margin: 0 auto 14px; /* <<< remove */
    /* For responsive devices use scale in this id ex:
    transform: scale(0.5)
    */
}
.animation6mobile .item{
    background-position: top left;
    background-size: 100% auto;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

@keyframes card61 {
    0% {
        right: 62px;
    }
    100% {
        right: -346px;
    }
}
@keyframes card62 {
    0% {
        right: -5px;
    }
    100% {
        right: -412px;
    }
}

/* animation 06 - 3*/
#animation6mobile-3{
    width: 300px;
    height: 81.32px;
    position: relative;
}
#animation6mobile-3 .content{
    width: 833.35px;
    height: 225.9px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3599);
}
#animation6mobile-3 .bg{
    width: 833.35px;
    height: 225.9px;
    background-image: url('img/06/3-bg.svg');
}
#animation6mobile-3 .box{
    clip-path: polygon(15.6% 0%, 84% 0%, 100% 100%, 0% 100%);
    width: 833.35px;
    height: 225.9px;
    overflow: hidden;
}
#animation6mobile-3 .ball{
    width: 48px;
    height: 43px;
    z-index: 10;
    background-image: url('img/06/3-ball.svg');
    top: 93px;
    left: 50%;
    transform: translateX(-50%);
}
#animation6mobile-3 .ball.one,
#animation6mobile-3 .ball.two,
#animation6mobile-3 .ball.three,
#animation6mobile-3 .ball.four{
    animation: ball61 5s infinite linear;
}
#animation6mobile-3 .ball.two{
    animation-delay: 1.25s;
}
#animation6mobile-3 .ball.three{
    animation-delay: 2.5s;
}
#animation6mobile-3 .ball.four{
    animation-delay: 3.75s;
}
#animation6mobile-3 .ball.five,
#animation6mobile-3 .ball.six,
#animation6mobile-3 .ball.seven,
#animation6mobile-3 .ball.eight{
    animation: ball62 5s infinite linear;
}
#animation6mobile-3 .ball.six{
    animation-delay: 1.25s;
}
#animation6mobile-3 .ball.seven{
    animation-delay: 2.5s;
}
#animation6mobile-3 .ball.eight{
    animation-delay: 3.75s;
}
#animation6mobile-3 .coin{
    width: 123px;
    height: 124px;
    z-index: 50;
    background-image: url('img/06/3-coin.svg');
    top: 51px;
    left: 354px;
}

@keyframes ball61 {
    0% {
        left: 50%;
    }
    100% {
        left: -30px;
    }
}
@keyframes ball62 {
    0% {
        left: 50%;
    }
    100% {
        left: 863.35px;
    }
}