.loading-coin {
    font-size: 200px;
    width: 0.1em;
    height: 1em;
    /* background: linear-gradient(#faa504, #141001); */
    margin: auto;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: rotate_4001510 3s infinite linear;
    transform-style: preserve-3d;
}

.loading-coin .loading-coin-side,
.loading-coin:before,
.loading-coin:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    overflow: hidden;
    border-radius: 50%;
    right: -0.4em;
    text-align: center;
    line-height: 1;
    transform: rotateY(-90deg);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.loading-coin .loading-coin-tails,
.loading-coin:after {
    left: -0.4em;
    transform: rotateY(90deg);
}

.loading-coin:before,
.loading-coin:after {
    /* background: linear-gradient(#faa504, #141001); */
    backface-visibility: hidden;
    transform: rotateY(90deg);
}

.loading-coin:after {
    transform: rotateY(-90deg);
}

@keyframes rotate_4001510 {
    100% {
        transform: rotateY(360deg);
    }
}

.svg_back {
    transform: scaleX(-1);
}



.wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.main-div {
    position: relative;
    margin: 10px;
    background-color: transparent;
}

.main-div2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 17px 3px #cfb3fb, 0 0 4px 2px #cfb3fb;
    box-shadow: 0 0 17px 3px #cfb3fb, 0 0 4px 2px #cfb3fb;
    z-index: -1;
    -webkit-animation-name: gradient-shadow;
    animation-name: gradient-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

h1 {
    font-size: 100px;
    margin: 0;
    position: relative;
    z-index: 3;
    padding: 20px;
    background-color: #060C1F;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.loading-wordcoin{
    background: unset !important;
}

@-webkit-keyframes yellow-shadow {
    0% {
        top: 0;
        left: 0;
    }

    25% {
        top: 50%;
        left: 0;
    }

    50% {
        top: 50%;
        left: 50%;
    }

    75% {
        top: 0;
        left: 50%;
    }

    100% {
        top: 0;
        left: 0;
    }
}

@keyframes yellow-shadow {
    0% {
        top: 0;
        left: 0;
    }

    25% {
        top: 50%;
        left: 0;
    }

    50% {
        top: 50%;
        left: 50%;
    }

    75% {
        top: 0;
        left: 50%;
    }

    100% {
        top: 0;
        left: 0;
    }
}

@-webkit-keyframes cyan-shadow {
    0% {
        right: 0;
        bottom: 0;
    }

    25% {
        right: 0;
        bottom: 50%;
    }

    50% {
        right: 50%;
        bottom: 50%;
    }

    75% {
        right: 50%;
        bottom: 0;
    }

    100% {
        right: 0;
        bottom: 0;
    }
}

@keyframes cyan-shadow {
    0% {
        right: 0;
        bottom: 0;
    }

    25% {
        right: 0;
        bottom: 50%;
    }

    50% {
        right: 50%;
        bottom: 50%;
    }

    75% {
        right: 50%;
        bottom: 0;
    }

    100% {
        right: 0;
        bottom: 0;
    }
}

@-webkit-keyframes gradient-shadow {
    0% {
        -webkit-box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
        box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
    }

    20% {
        -webkit-box-shadow: 0 0 17px 3px #efe5fd, 0 0 4px 2px #efe5fd;
        box-shadow: 0 0 17px 3px #efe5fd, 0 0 4px 2px #efe5fd;
    }

    40% {
        -webkit-box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
        box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
    }

    60% {
        -webkit-box-shadow: 0 0 17px 3px #cfb3fb, 0 0 4px 2px #cfb3fb;
        box-shadow: 0 0 17px 3px #cfb3fb, 0 0 4px 2px #cfb3fb;
    }

    80% {
        -webkit-box-shadow: 0 0 17px 3px #efe5fd, 0 0 4px 2px #efe5fd;
        box-shadow: 0 0 17px 3px #efe5fd, 0 0 4px 2px #efe5fd;
    }

    100% {
        -webkit-box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
        box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
    }
}

@keyframes gradient-shadow {
    0% {
        -webkit-box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
        box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
    }

    20% {
        -webkit-box-shadow: 0 0 17px 3px #efe5fd, 0 0 4px 2px #efe5fd;
        box-shadow: 0 0 17px 3px #efe5fd, 0 0 4px 2px #efe5fd;
    }

    40% {
        -webkit-box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
        box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
    }

    60% {
        -webkit-box-shadow: 0 0 17px 3px #cfb3fb, 0 0 4px 2px #cfb3fb;
        box-shadow: 0 0 17px 3px #cfb3fb, 0 0 4px 2px #cfb3fb;
    }

    80% {
        -webkit-box-shadow: 0 0 17px 3px #efe5fd, 0 0 4px 2px #efe5fd;
        box-shadow: 0 0 17px 3px #efe5fd, 0 0 4px 2px #efe5fd;
    }

    100% {
        -webkit-box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
        box-shadow: 0 0 17px 3px #af81f9, 0 0 4px 2px #af81f9;
    }
}

@-webkit-keyframes half-yellow-shadow {
    0% {
        top: 0;
        left: 0;
        height: 50%;
        width: 50%;
    }

    16.66% {
        top: 0;
        left: 0;
        height: 50%;
        width: 100%;
    }

    32.32% {
        top: 0;
        left: 50%;
        height: 50%;
        width: 50%;
    }

    49.98% {
        top: 50%;
        left: 50%;
        height: 50%;
        width: 50%;
    }

    66.64% {
        top: 50%;
        left: 0;
        height: 50%;
        width: 100%;
    }

    83.3% {
        top: 50%;
        left: 0;
        height: 50%;
        width: 50%;
    }

    100% {
        top: 0;
        left: 0;
        height: 50%;
        width: 50%;
    }
}

@keyframes half-yellow-shadow {
    0% {
        top: 0;
        left: 0;
        height: 50%;
        width: 50%;
    }

    16.66% {
        top: 0;
        left: 0;
        height: 50%;
        width: 100%;
    }

    32.32% {
        top: 0;
        left: 50%;
        height: 50%;
        width: 50%;
    }

    49.98% {
        top: 50%;
        left: 50%;
        height: 50%;
        width: 50%;
    }

    66.64% {
        top: 50%;
        left: 0;
        height: 50%;
        width: 100%;
    }

    83.3% {
        top: 50%;
        left: 0;
        height: 50%;
        width: 50%;
    }

    100% {
        top: 0;
        left: 0;
        height: 50%;
        width: 50%;
    }
}

@-webkit-keyframes half-cyan-shadow {
    0% {
        bottom: 0;
        right: 0;
        height: 50%;
        width: 50%;
    }

    16.66% {
        bottom: 0;
        right: 0;
        height: 50%;
        width: 100%;
    }

    32.32% {
        bottom: 0;
        right: 50%;
        height: 50%;
        width: 50%;
    }

    49.98% {
        bottom: 50%;
        right: 50%;
        height: 50%;
        width: 50%;
    }

    66.64% {
        bottom: 50%;
        right: 0;
        height: 50%;
        width: 100%;
    }

    83.3% {
        bottom: 50%;
        right: 0;
        height: 50%;
        width: 50%;
    }

    100% {
        bottom: 0;
        right: 0;
        height: 50%;
        width: 50%;
    }
}

@keyframes half-cyan-shadow {
    0% {
        bottom: 0;
        right: 0;
        height: 50%;
        width: 50%;
    }

    16.66% {
        bottom: 0;
        right: 0;
        height: 50%;
        width: 100%;
    }

    32.32% {
        bottom: 0;
        right: 50%;
        height: 50%;
        width: 50%;
    }

    49.98% {
        bottom: 50%;
        right: 50%;
        height: 50%;
        width: 50%;
    }

    66.64% {
        bottom: 50%;
        right: 0;
        height: 50%;
        width: 100%;
    }

    83.3% {
        bottom: 50%;
        right: 0;
        height: 50%;
        width: 50%;
    }

    100% {
        bottom: 0;
        right: 0;
        height: 50%;
        width: 50%;
    }
}