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

/* Animations*/

/* animation 06 */
#animation6mobile-1,
#animation6mobile-2,
#animation6mobile-3,
#animation6mobile-4{
    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;
}

/* animation 06 - 4*/
#animation6mobile-4{
    width: 300px;
    height: 60.87px;
    position: relative;
}
#animation6mobile-4 .content{
    width: 1113.35px;
    height: 225.9px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.2694);
}
#animation6mobile-4 .bg{
    width: 1113.35px;
    height: 225.9px;
    background-image: url('img/06/4-bg.svg');
}
#animation6mobile-4 .box{
    clip-path: polygon(11.7% 0%, 88.1% 0%, 100% 100%, 0% 100%);
    width: 1113.35px;
    height: 225.9px;
    overflow: hidden;
}
#animation6mobile-4 .square{
    width: 2100px;
    height: 56px;
    z-index: 10;
    background-image: url('img/06/4-square.svg');
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: auto;
}
#animation6mobile-4 .square.one{
    top: 50px;
    right: 2px;
    animation: square61 9s infinite linear;
}
#animation6mobile-4 .square.two{
    top: 123px;
    right: -72px;
    animation: square62 8s infinite linear;
}

@keyframes square61 {
    0% {
        right: 2px;
    }
    100% {
        right: -748px;
    }
}
@keyframes square62 {
    0% {
        right: -72px;
    }
    100% {
        right: -972px;
    }
}
