.bg1{background-image: url("/img/bg.png")}

.bg2{background-image: url("/img/bg2.png")}
.bg2:after{
    bottom: 0;
}
.bg2:before{
    top: 0;
}
.bg2:after, .bg2:before{
    content: "";
    background: #000 linear-gradient(to left,#000 50%,#29292b 50%) repeat-x 50% 50%;
    background-size: 16px 10px;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.bg3{background:#000;}
.bg3:after{
    bottom: 0;
}
.bg3:before{
    top: 0;
}
.bg3:after, .bg3:before{
    content: "";
    background: #000 linear-gradient(to left,#000 50%,#29292b 50%) repeat-x 50% 50%;
    background-size: 16px 10px;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    z-index: 1;
}
.main-title-wrap{
    margin-top: -60px;
}
.img-wrap{position: relative;}
.main-img {
    padding: 24px;
}
.area {
    width: 100%;
    max-width: 1470px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}
.main-img .img {
    max-width: 530px;
    margin: 0 auto;
    animation: 1.5s m-blink-animation 0.8s infinite alternate;
    box-shadow: -3px 3px 39px rgb(133 80 80 / 0%);
    background: url(/img/main.jpg) no-repeat center/cover;
}

.main-img .img::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.coin-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/effect.png) no-repeat center/auto;
}

.neon{
    max-width: 300px;
    display: inline-block;
    margin-top: 28px;
    color: #db3eb1;
    border: 6px solid #db3eb1;
    border-radius:15px;
    padding: 15px 25px;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
    filter: drop-shadow(0 0 15px #db3eb1) drop-shadow(0 0 50px #db3eb1) contrast(2) brightness(2);
    transition: .5s;
}
.neon:hover{
    color: black;
    background-color: #db3eb1;
    filter: drop-shadow(0 0 20px #db3eb1) contrast(2) brightness(2);
}

.move-neon{position: relative;
    display: inline-block;
    padding: 25px 30px;
    margin: 40px 0 0;
    color: #03e9f4;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;}

.move-neon:hover{
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4,
    0 0 25px #03e9f4,
    0 0 50px #03e9f4,
    0 0 200px #03e9f4;
    -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}

.move-neon:nth-child(1){
    filter: hue-rotate(270deg);
}
.move-neon:nth-child(2){
    filter: hue-rotate(110deg);
}
.move-neon span{
    position: absolute;
    display: block;
}

.move-neon span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#03e9f4);
    animation: animate1 1s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.move-neon span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#03e9f4);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.move-neon span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#03e9f4);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


.move-neon span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#03e9f4);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}

@-webkit-keyframes m-blink-animation{0%{box-shadow:-3px 3px 39px rgba(255,255,255,0)}50%{box-shadow:-3px 3px 39px rgba(255,255,255,0.27)}100%{box-shadow:-3px 3px 39px rgba(255,255,255,0)}}
@-moz-keyframes m-blink-animation{0%{box-shadow:-3px 3px 39px rgba(255,255,255,0)}50%{box-shadow:-3px 3px 39px rgba(255,255,255,0.27)}100%{box-shadow:-3px 3px 39px rgba(255,255,255,0)}}
@-o-keyframes m-blink-animation{0%{box-shadow:-3px 3px 39px rgba(255,255,255,0)}50%{box-shadow:-3px 3px 39px rgba(255,255,255,0.27)}100%{box-shadow:-3px 3px 39px rgba(255,255,255,0)}}
@keyframes m-blink-animation{0%{box-shadow:-3px 3px 39px rgba(255,255,255,0)}50%{box-shadow:-3px 3px 39px rgba(255,255,255,0.27)}100%{box-shadow:-3px 3px 39px rgba(255,255,255,0)}}
@-webkit-keyframes blink-animation{0%{box-shadow:-3px 3px 96px rgba(255,255,255,0)}50%{box-shadow:-3px 3px 96px rgba(255,255,255,0.34)}100%{box-shadow:-3px 3px 96px rgba(255,255,255,0)}}
@-moz-keyframes blink-animation{0%{box-shadow:-3px 3px 96px rgba(255,255,255,0)}50%{box-shadow:-3px 3px 96px rgba(255,255,255,0.34)}100%{box-shadow:-3px 3px 96px rgba(255,255,255,0)}}
@-o-keyframes blink-animation{0%{box-shadow:-3px 3px 96px rgba(255,255,255,0)}50%{box-shadow:-3px 3px 96px rgba(255,255,255,0.34)}100%{box-shadow:-3px 3px 96px rgba(255,255,255,0)}}
@keyframes blink-animation{0%{box-shadow:-3px 3px 96px rgba(255,255,255,0)}50%{box-shadow:-3px 3px 96px rgba(255,255,255,0.34)}100%{box-shadow:-3px 3px 96px rgba(255,255,255,0)}}
