@charset "utf-8";
.bs-logo {
    width: 120px;
    height: 103px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    z-index: 5;
    transform: translate(-50%, 0px);
    left: 50%;
}


@media(max-width:1250px) {
.bs-logo {
    width: 250px;
    height: 83px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    z-index:3335;
    transform: translate(-50%, 0px);
    left: 50%;
}
}


.bs-logo .dias-ray {
    width: 70%;
    float: left;
    opacity: 0;
    animation: rayAnim 15s linear infinite;
    transform: scale(1);
    position: relative;
    z-index: 20;
}




@media(max-width:1250px) {
.util_right {
  width: 70%;
    float: left;
    opacity: 0;
    animation: rayAnim 15s linear infinite;
    transform: scale(1);
    position: relative;
    z-index: 20;
    }
}




@keyframes rayAnim {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.bs-logo .dias-cont {

    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    z-index: 2;
    animation: diasAnim 15s ease infinite;
}



@media(max-width:1250px) {
.bs-logo .dias-cont {

    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    animation: diasAnim 15s ease infinite;
}

}




@keyframes diasAnim {
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    10% {
        transform: rotateY(0deg);
        opacity: 1;
    }
    95% {
        transform: rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 0;
    }
}



.bs-logo .dias-cont .diamond {
    position: relative;
    z-index: 1;
}

.bs-logo .dias-cont .dias-glow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    animation: diasGlowAnim 15s linear infinite;
}


@media(max-width:1250px) {

.bs-logo .dias-cont .diamond {
    position: relative;
    z-index: 1;
    width: 100%;
}
}



@media(max-width:1250px) {
.bs-logo .dias-cont .dias-glow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    animation: diasGlowAnim 15s linear infinite;
    width: 50%;
}

}




@keyframes diasGlowAnim {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.bs-logo .fruits {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    animation: fruitsAnim 15s ease infinite;
}


@media(max-width:1250px) {

.bs-logo .fruits {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    animation: fruitsAnim 15s ease infinite;
    width: 50%;
}

}




@keyframes fruitsAnim {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    5% {
        transform: scale(0);
        opacity: 0;
    }
    10% {
        transform: scale(1);
        opacity: 1;
    }
    95% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.bs-logo .mr {
    width: 24.33%;
    height: auto;
    position: absolute;
    right: 23%;
    top: 0;
    bottom: 22%;
    margin: auto;
    animation: mrAnim 15s ease infinite;
    opacity: 1;
    z-index: 3;
}

@keyframes mrAnim {
    0% {
        transform: translateY(10%);
        opacity: 0;
    }
    8% {
        transform: translateY(10%);
        opacity: 0;
    }
    13% {
        transform: translateY(0);
        opacity: 1;
    }
    95% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

.bs-logo .play {

    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    bottom: 0;
    margin: auto;
    z-index: 3;
    animation: playLgAnim 15s ease infinite;
}

@media(max-width:1250px) {

.bs-logo .play {
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    bottom: 0;
    margin: auto;
    z-index: 3;
    animation: playLgAnim 15s ease infinite;
    width: 20%;
}

}

@keyframes playLgAnim {
    0% {
        transform: translateY(-10%);
        opacity: 0;
    }
    8% {
        transform: translateY(-10%);
        opacity: 0;
    }
    13% {
        transform: translateY(0);
        opacity: 1;
    }
    95% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

.bs-logo .kr {
    height: auto;
    position: absolute;
    left: -70px;
    right: 0;
    top:0px;
    margin: auto;
    z-index: 3;
    width: 200%;
    animation: krLgAnim 15s ease infinite;
}


@media(max-width:1250px) {

.bs-logo .kr {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
    z-index: 3;
    animation: krLgAnim 15s ease infinite;
    width: 50%;
}
}
@keyframes krLgAnim {
    0% {
        transform: rotateX(180deg);
        opacity: 0;
    }
    3% {
        transform: rotateX(180deg);
        opacity: 0;
    }
    15% {
        transform: rotateX(0deg);
        opacity: 1;
    }
    95% {
        transform: rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 0;
    }
}
