/*html {
    width: 100%;
    overflow-x: hidden;
    height: auto;
    position: relative;
}

body {
    margin: 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    font-family: IRANSans, 'Open Sans', sans-serif;
    letter-spacing: 0;
    text-align: left;
    color: #898989;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    height: auto;

}*/

.circle{
    z-index: 1000;
}
.intro.intro1 {
    background-color: #1d1c1c;
    padding-left: 5%;
}

.intro {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.intro .title {
    font-family: Montserrat-EB;
    font-weight: bold;
    font-size: 60px;
    color: #ffffff;
    padding-top: 15%;
}

.intro .sub-title {
    color: #9c9c9c;
    font-family: Montserrat-Regular;
    font-weight: 100;
    font-size: 15px;
    padding: 0% 0%;
    padding-bottom: 2%;
}

.intro .sub-title span {
    color: #d4d4d4;
    font-family: Montserrat-EB;
}

.intro .home-btn {
    position: relative;
    background-color: #fe163d;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.164);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.164);
    outline: none;
    border: 0;
    border-radius: 5px;
    width: 230px;
    height: 50px;
    margin-right: 3%;
    font-family: Montserrat-Regular;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 2%;
    cursor: pointer;
    color: #ffffff;
    z-index: 99;
}

.intro .home-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    background-color: #DE0000;
    width: 0%;
    height: 102%;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: -1;
}

.intro.intro1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1c1c;
}

.intro .intro-left {
    position: relative;
    left: 4%;
}

.intro .intro-circle {
    position: relative;
    width: 100%;
    top: -35%;
    right: -43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro .intro-circle .circle1 {
    position: relative;
    width: 850px;
    height: 850px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}

.intro .intro-circle .circle1 .crypto1-3,
.intro .intro-circle .circle1 .crypto2-3,
.intro .intro-circle .circle1 .crypto3-3,
.intro .intro-circle .circle1 .crypto4-3,
.intro .intro-circle .circle1 .crypto5-3,
.intro .intro-circle .circle1 .crypto6-3,
.intro .intro-circle .circle1 .crypto7-3 {
    display: inline-block;
    width: 30px;
    position: absolute;
}

.crypto1-3 {
    -webkit-animation: ror4 60s 1s linear infinite;
    animation: ror4 60s 1s linear infinite;
}

.img {
    vertical-align: middle;

    width: auto;
    height: auto;


}

.crypto2-3 {
    -webkit-animation: ror4 60s 8s linear infinite;
    animation: ror4 60s 8s linear infinite;
}

.crypto3-3 {
    -webkit-animation: ror4 60s 16s linear infinite;
    animation: ror4 60s 16s linear infinite;
}

.crypto4-3 {
    -webkit-animation: ror4 60s 24s linear infinite;
    animation: ror4 60s 24s linear infinite;
}

.crypto5-3 {
    -webkit-animation: ror4 60s 32s linear infinite;
    animation: ror4 60s 32s linear infinite;
}

.crypto6-3 {
    -webkit-animation: ror4 60s 40s linear infinite;
    animation: ror4 60s 40s linear infinite;
}

.crypto7-3 {
    -webkit-animation: ror4 60s 48s linear infinite;
    animation: ror4 60s 48s linear infinite;
}

.intro .intro-circle .circle1 .circle2 {
    position: relative;
    width: 650px;
    height: 650px;
    border-radius: 100%;
    background-color: #251e3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro .intro-circle .circle1 .circle2 .crypto1-2,
.intro .intro-circle .circle1 .circle2 .crypto2-2,
.intro .intro-circle .circle1 .circle2 .crypto3-2,
.intro .intro-circle .circle1 .circle2 .crypto4-2,
.intro .intro-circle .circle1 .circle2 .crypto5-2,
.intro .intro-circle .circle1 .circle2 .crypto6-2 {
    display: inline-block;
    width: 30px;
    position: absolute;
}

.crypto1-2 {
    -webkit-animation: ror3 40s 1s linear infinite;
    animation: ror3 40s 1s linear infinite;
}

.crypto2-2 {
    -webkit-animation: ror3 40s 7s linear infinite;
    animation: ror3 40s 7s linear infinite;
}

.crypto3-2 {
    -webkit-animation: ror3 40s 14s linear infinite;
    animation: ror3 40s 14s linear infinite;
}

.crypto4-2 {
    -webkit-animation: ror3 40s 21s linear infinite;
    animation: ror3 40s 21s linear infinite;
}

.crypto5-2 {
    -webkit-animation: ror3 40s 28s linear infinite;
    animation: ror3 40s 28s linear infinite;
}

.crypto6-2 {
    -webkit-animation: ror3 40s 35s linear infinite;
    animation: ror3 40s 35s linear infinite;
}

.intro .intro-circle .circle1 .circle2 .circle3 {
    position: relative;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-color: #451e3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro .intro-circle .circle1 .circle2 .circle3 .crypto1-1,
.intro .intro-circle .circle1 .circle2 .circle3 .crypto2-1,
.intro .intro-circle .circle1 .circle2 .circle3 .crypto3-1,
.intro .intro-circle .circle1 .circle2 .circle3 .crypto4-1,
.intro .intro-circle .circle1 .circle2 .circle3 .crypto5-1 {
    display: inline-block;
    width: 30px;
    position: absolute;
}

.crypto1-1 {
    -webkit-animation: ror2 30s 1s linear infinite;
    animation: ror2 30s 1s linear infinite;
}

.crypto2-1 {
    -webkit-animation: ror2 30s 6s linear infinite;
    animation: ror2 30s 6s linear infinite;
}

.crypto3-1 {
    -webkit-animation: ror2 30s 12s linear infinite;
    animation: ror2 30s 12s linear infinite;
}

.crypto4-1 {
    -webkit-animation: ror2 30s 18s linear infinite;
    animation: ror2 30s 18s linear infinite;
}

.crypto5-1 {
    -webkit-animation: ror2 30s 24s linear infinite;
    animation: ror2 30s 24s linear infinite;
}

.intro .intro-circle .circle1 .circle2 .circle3 .circle4.circle5 {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: #651e3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro .intro-circle .circle1 .circle2 .circle3 .circle4 .crypto1,
.intro .intro-circle .circle1 .circle2 .circle3 .circle4 .crypto2,
.intro .intro-circle .circle1 .circle2 .circle3 .circle4 .crypto3,
.intro .intro-circle .circle1 .circle2 .circle3 .circle4 .crypto4 {
    display: inline-block;
    width: 30px;
    position: absolute;
}

.crypto2 {
    -webkit-animation: ror1 20s 5s linear infinite;
    animation: ror1 20s 5s linear infinite;
}

.crypto3 {
    -webkit-animation: ror1 20s 10s linear infinite;
    animation: ror1 20s 10s linear infinite;
}

.crypto4 {
    -webkit-animation: ror1 20s 15s linear infinite;
    animation: ror1 20s 15s linear infinite;
}

.intro .intro-circle .circle1 .circle2 .circle3 .circle4 .img {
    width: 115px;
    height: 115px;
}

.intro .intro-circle .circle1 .circle2 .circle3 .circle4 .img img {
    width: 100%;
    height: 100%;
}

.middle-logo {
    -webkit-animation: middle 20s 1s linear infinite;
    animation: middle 20s 1s linear infinite;
}

.circle1 {
    position: relative;
    width: 850px;
    height: 850px;
    border-radius: 100%;
    top: -20%;
    background-color: #051e3e;
    background-color: transparent;
    ;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.crypto1-3,
.crypto2-3,
.crypto3-3,
.crypto4-3,
.crypto5-3,
.crypto6-3,
.crypto7-3 {
    display: inline-block;
    width: 30px;
    position: absolute;
}





.middle-logo {
    animation: middle 20s 1s linear infinite;
}

@keyframes middle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes intro-ror {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}











.crypto1-3 {
    animation: ror4 60s 1s linear infinite;
}

.crypto2-3 {
    animation: ror4 60s 8s linear infinite;
}

.crypto3-3 {
    animation: ror4 60s 16s linear infinite;
}

.crypto4-3 {
    animation: ror4 60s 24s linear infinite;
}

.crypto5-3 {
    animation: ror4 60s 32s linear infinite;
}

.crypto6-3 {
    animation: ror4 60s 40s linear infinite;
}

.crypto7-3 {
    animation: ror4 60s 48s linear infinite;
}










@keyframes ror4 {
    0% {
        transform: rotate(0deg) translateX(420px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(420px) rotate(-360deg);
    }
}

@keyframes c1 {
    0% {
        transform: translateY(235px) rotate(130deg);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    40% {
        transform: translateY(-12px) rotateY(30deg);
        animation-timing-function: ease-in;
    }

    65% {
        transform: translateY(-12px) rotateY(90deg);
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
        opacity: 1;
    }
}







@keyframes c2 {
    0% {
        transform: translateY(180px) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(-80px) rotate(-240deg);
        opacity: 0.6;
    }
}




@keyframes c3 {
    0% {
        transform: translateY(90px) rotate(55deg);
        animation-timing-function: linear;
    }

    100% {
        transform: translateY(-150px) rotate(-210deg);
    }
}

@keyframes c4 {
    0% {
        transform: translateY(30px) rotate(55deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateY(-150px) rotate(-210deg);
        opacity: 0;
    }
}

@keyframes move {
    0% {
        transform: translateY(10px) rotate(0deg);
    }

    20% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px) rotate(5deg);
    }
}





.form-elegant .font-small {
    font-size: 0.8rem;
}

.form-elegant .z-depth-1a {
    -webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
    box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
}

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
    box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
}

.form-elegant .modal-header {
    border-bottom: none;
}

.modal-dialog .form-elegant .btn .fab {
    color: #2196f3 !important;
}

.form-elegant .modal-body,
.form-elegant .modal-footer {
    font-weight: 400;
}




.image {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.background-img {
    background-color: #651e3e;
    border: transparent;
}


.circle2 {
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 100%;
    border: 3px solid rgb(51, 47, 47);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(51, 47, 47) !important;
    box-shadow: 0px 10px 20px 0px rgb(51, 47, 47) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 80%;
    top: -40%;
}

.crypto1-2,
.crypto2-2,
.crypto3-2,
.crypto4-2,
.crypto5-2,
.crypto6-2 {
    display: inline-block;
    width: 30px;
    position: absolute;
}

.crypto1-2 {
    animation: ror3 40s 1s linear infinite;
}

.crypto2-2 {
    animation: ror3 40s 7s linear infinite;
}

.crypto3-2 {
    animation: ror3 40s 14s linear infinite;
}

.crypto4-2 {
    animation: ror3 40s 21s linear infinite;
}

.crypto5-2 {
    animation: ror3 40s 28s linear infinite;
}

.crypto6-2 {
    animation: ror3 40s 35s linear infinite;
}

@keyframes ror3 {
    0% {
        transform: rotate(0deg) translateX(325px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(325px) rotate(-360deg);
    }
}

.circle3 {
    position: relative;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    border: 1px solid rgb(51, 47, 47);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(51, 47, 47) !important;
    box-shadow: 0px 10px 20px 0px rgb(51, 47, 47) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crypto1-1,
.crypto2-1,
.crypto3-1,
.crypto4-1,
.crypto5-1 {
    display: inline-block;
    width: 30px;
    position: absolute;
}

.crypto1-1 {
    animation: ror2 30s 1s linear infinite;
}

.crypto2-1 {
    animation: ror2 30s 6s linear infinite;
}

.crypto3-1 {
    animation: ror2 30s 12s linear infinite;
}

.crypto4-1 {
    animation: ror2 30s 18s linear infinite;
}

.crypto5-1 {
    animation: ror2 30s 24s linear infinite;
}

@keyframes ror2 {
    0% {
        transform: rotate(0deg) translateX(225px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(225px) rotate(-360deg);
    }
}

.circle4 {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 1px solid rgb(51, 47, 47);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(51, 47, 47) !important;
    box-shadow: 0px 10px 20px 0px rgb(51, 47, 47) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crypto1,
.crypto2,
.crypto3,
.crypto4 {
    display: inline-block;
    width: 30px;
    position: absolute;
}

.crypto1 {
    animation: ror1 20s 1s linear infinite;
}

.crypto2 {
    animation: ror1 20s 5s linear infinite;
}

.crypto3 {
    animation: ror1 20s 10s linear infinite;
}

.crypto4 {
    animation: ror1 20s 15s linear infinite;
}

@keyframes ror1 {
    0% {
        transform: rotate(0deg) translateX(125px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(125px) rotate(-360deg);
    }
}

.circle5 {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #020102;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 400px) {
    .circle2 {
        width: 100px;
        height: 100px;
        left: 63%;
        top: -10%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    .crypto1-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto2-2 {
        animation: ror3 35s 1s linear infinite;
    }

    .crypto3-2 {
        display: none;
        animation: ror3 35s 10s linear infinite;
    }

    .crypto4-2 {
        animation: ror3 35s 10s linear infinite;
    }

    .crypto5-2 {
        display: none;
        animation: ror3 35s 30s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 35s 30s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(60px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(60px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 100px;
        height: 100px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    .crypto1-1 {
        display: none;
        animation: ror2 20s 1s linear infinite;
    }

    .crypto2-1 {
        display: none;
        animation: ror2 20s 8s linear infinite;
    }

    .crypto3-1 {
        display: none;
        animation: ror2 20s 10s linear infinite;
    }

    .crypto4-1 {
        display: none;
        animation: ror2 20s 30s linear infinite;
    }

    .crypto5-1 {
        display: none;
        animation: ror2 20s 30s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 100px;
        height: 100px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }

}

@media (min-width: 400px) and (max-width: 450px) {
    .circle2 {
        width: 150px;
        height: 150px;
        left: 69%;
        top: -3%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 20px;
        position: absolute;
    }

    .crypto1-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto2-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto3-2 {
        animation: ror3 35s 1s linear infinite;
    }

    .crypto4-2 {
        display: none;
        animation: ror3 35s 10s linear infinite;
    }

    .crypto5-2 {
        display: none;
        animation: ror3 35s 20s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 35s 20s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(75px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(75px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 100px;
        height: 100px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    .crypto1-1 {
        display: none;
        animation: ror2 20s 1s linear infinite;
    }

    .crypto2-1 {
        display: none;
        animation: ror2 20s 8s linear infinite;
    }

    .crypto3-1 {
        display: none;
        animation: ror2 20s 10s linear infinite;
    }

    .crypto4-1 {
        display: none;
        animation: ror2 20s 30s linear infinite;
    }

    .crypto5-1 {
        display: none;
        animation: ror2 20s 8s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 100px;
        height: 100px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }
}

@media (min-width: 451px) and (max-width: 500px) {
    .circle2 {
        width: 150px;
        height: 150px;
        left: 69%;
        top: -3%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 20px;
        position: absolute;
    }

    .crypto1-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto2-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto3-2 {
        animation: ror3 35s 1s linear infinite;
    }

    .crypto4-2 {
        display: none;
        animation: ror3 35s 10s linear infinite;
    }

    .crypto5-2 {
        display: none;
        animation: ror3 35s 20s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 35s 20s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(75px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(75px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 100px;
        height: 100px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    .crypto1-1 {
        display: none;
        animation: ror2 20s 1s linear infinite;
    }

    .crypto2-1 {
        display: none;
        animation: ror2 20s 8s linear infinite;
    }

    .crypto3-1 {
        display: none;
        animation: ror2 20s 10s linear infinite;
    }

    .crypto4-1 {
        display: none;
        animation: ror2 20s 30s linear infinite;
    }

    .crypto5-1 {
        display: none;
        animation: ror2 20s 8s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 100px;
        height: 100px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }
}

@media (min-width: 501px) and (max-width: 550px) {
    .circle2 {
        width: 250px;
        height: 250px;
        left: 73%;
        top: -234%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto2-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto3-2 {
        animation: ror3 35s 1s linear infinite;
    }

    .crypto4-2 {
        animation: ror3 35s 10s linear infinite;
    }

    .crypto5-2 {
        display: none;
        animation: ror3 35s 20s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 35s 20s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(125px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(125px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 160px;
        height: 160px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 20s 1s linear infinite;
    }

    .crypto2-1 {
        display: none;
        animation: ror2 20s 8s linear infinite;
    }

    .crypto3-1 {
        display: none;
        animation: ror2 20s 10s linear infinite;
    }

    .crypto4-1 {
        display: none;
        animation: ror2 20s 30s linear infinite;
    }

    .crypto5-1 {
        animation: ror2 20s 8s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(80px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(80px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 100px;
        height: 100px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }

}

@media (min-width: 551px) and (max-width: 600px) {
    .image {
        width: 40px;
        height: 40px;
        top: 39px;
        left: 27px;
    }

    .circle2 {
        width: 250px;
        height: 250px;
        left: 73%;
        top: -234%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto2-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto3-2 {
        animation: ror3 35s 1s linear infinite;
    }

    .crypto4-2 {
        animation: ror3 35s 10s linear infinite;
    }

    .crypto5-2 {
        display: none;
        animation: ror3 35s 20s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 35s 20s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(125px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(125px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 170px;
        height: 170px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 20s 1s linear infinite;
    }

    .crypto2-1 {
        display: none;
        animation: ror2 20s 8s linear infinite;
    }

    .crypto3-1 {
        display: none;
        animation: ror2 20s 10s linear infinite;
    }

    .crypto4-1 {
        display: none;
        animation: ror2 20s 30s linear infinite;
    }

    .crypto5-1 {
        animation: ror2 20s 8s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(80px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(80px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 100px;
        height: 100px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }

}

@media (min-width: 601px) and (max-width: 650px) {
    .image {
        width: 40px;
        height: 40px;
        top: 39px;
        left: 27px;
    }

    .circle2 {
        width: 250px;
        height: 250px;
        left: 73%;
        top: -234%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto2-2 {
        display: none;
        animation: ror3 35s 1s linear infinite;
    }

    .crypto3-2 {
        animation: ror3 35s 1s linear infinite;
    }

    .crypto4-2 {
        animation: ror3 35s 10s linear infinite;
    }

    .crypto5-2 {
        display: none;
        animation: ror3 35s 20s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 35s 20s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(125px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(125px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 170px;
        height: 170px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 20s 1s linear infinite;
    }

    .crypto2-1 {
        display: none;
        animation: ror2 20s 8s linear infinite;
    }

    .crypto3-1 {
        display: none;
        animation: ror2 20s 10s linear infinite;
    }

    .crypto4-1 {
        display: none;
        animation: ror2 20s 30s linear infinite;
    }

    .crypto5-1 {
        animation: ror2 20s 8s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(80px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(80px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 100px;
        height: 100px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }

}

@media (min-width: 651px) and (max-width: 700px) {

    .image {
        width: 30px;
        height: 30px;
        top: 55px;
        left: 20px;
    }

    .circle2 {
        width: 340px;
        height: 340px;
        left: 73%;
        top: -380%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-2 {
        animation: ror3 40s 1s linear infinite;
    }

    .crypto2-2 {
        animation: ror3 40s 7s linear infinite;
    }

    .crypto3-2 {
        display: none;
        animation: ror3 40s 14s linear infinite;
    }

    .crypto4-2 {
        display: none;
        animation: ror3 40s 21s linear infinite;
    }

    .crypto5-2 {

        animation: ror3 40s 14s linear infinite;
    }

    .crypto6-2 {
        display: none;
        animation: ror3 40s 21s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(170px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(170px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 220px;
        height: 220px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 25s 1s linear infinite;
    }

    .crypto2-1 {
        display: none;
        animation: ror2 25s 6s linear infinite;
    }

    .crypto3-1 {
        animation: ror2 25s 6s linear infinite;
    }

    .crypto4-1 {
        animation: ror2 25s 12s linear infinite;
    }

    .crypto5-1 {
        display: none;
        animation: ror2 25s 18s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 120px;
        height: 120px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }

}

@media (min-width: 701px) and (max-width:750px) {


    .image {
        width: 35px;
        height: 35px;
        top: 45px;
        left: 28px;
    }

    .circle2 {
        width: 340px;
        height: 340px;
        left: 73%;
        top: -380%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-2 {
        animation: ror3 40s 1s linear infinite;
    }

    .crypto2-2 {
        animation: ror3 40s 7s linear infinite;
    }

    .crypto3-2 {
        animation: ror3 40s 14s linear infinite;
    }

    .crypto4-2 {
        display: none;
        animation: ror3 40s 21s linear infinite;
    }

    .crypto5-2 {
        animation: ror3 40s 21s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 40s 28s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(170px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(170px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 210px;
        height: 210px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 25s 1s linear infinite;
    }

    .crypto2-1 {
        animation: ror2 25s 6s linear infinite;
    }

    .crypto3-1 {
        animation: ror2 25s 12s linear infinite;
    }

    .crypto4-1 {
        animation: ror2 25s 18s linear infinite;
    }

    .crypto5-1 {
        display: none;
        animation: ror2 25s 24s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 110px;
        height: 110px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }

}

@media (min-width: 751px) and (max-width: 800px) {

    .image {
        width: 40px;
        height: 40px;
        top: 48px;
        left: 25px;
    }

    .circle2 {
        width: 350px;
        height: 350px;
        left: 73%;
        top: -380%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-2 {
        animation: ror3 40s 1s linear infinite;
    }

    .crypto2-2 {
        animation: ror3 40s 7s linear infinite;
    }

    .crypto3-2 {
        animation: ror3 40s 14s linear infinite;
    }

    .crypto4-2 {
        display: none;
        animation: ror3 40s 21s linear infinite;
    }

    .crypto5-2 {
        animation: ror3 40s 21s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 40s 28s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(175px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(175px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 230px;
        height: 230px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 25s 1s linear infinite;
    }

    .crypto2-1 {
        animation: ror2 25s 6s linear infinite;
    }

    .crypto3-1 {
        animation: ror2 25s 12s linear infinite;
    }

    .crypto4-1 {
        animation: ror2 25s 18s linear infinite;
    }

    .crypto5-1 {
        display: none;
        animation: ror2 25s 24s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(115px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(115px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 130px;
        height: 130px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(65px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(65px) rotate(-360deg);
        }
    }

}

@media (min-width: 801px) and (max-width: 850px) {
    .image {
        width: 45px;
        height: 45px;
        top: 35px;
        left: 15px;
    }

    .circle2 {
        width: 390px;
        height: 390px;
        left: 73%;
        top: -380%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-2 {
        animation: ror3 40s 1s linear infinite;
    }

    .crypto2-2 {
        animation: ror3 40s 7s linear infinite;
    }

    .crypto3-2 {
        animation: ror3 40s 14s linear infinite;
    }

    .crypto4-2 {
        display: none;
        animation: ror3 40s 21s linear infinite;
    }

    .crypto5-2 {
        animation: ror3 40s 21s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 40s 28s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(190px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(190px) rotate(-360deg);
        }
    }

    .circle3 {
        position: relative;
        width: 260px;
        height: 260px;
        border-radius: 100%;



    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 25s 1s linear infinite;
    }

    .crypto2-1 {
        display: none;
        animation: ror2 25s 10s linear infinite;
    }

    .crypto3-1 {
        animation: ror2 25s 10s linear infinite;
    }

    .crypto4-1 {
        animation: ror2 25s 20s linear infinite;
    }

    .crypto5-1 {
        animation: ror2 25s 30s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(128px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(128px) rotate(-360deg);
        }
    }

    .circle4 {
        position: relative;
        width: 150px;
        height: 150px;
        border-radius: 100%;
        background-color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1 {
        animation: ror1 20s 1s linear infinite;
    }

    .crypto2 {
        animation: ror1 20s 5s linear infinite;
    }

    .crypto3 {
        animation: ror1 20s 10s linear infinite;
    }

    .crypto4 {
        animation: ror1 20s 15s linear infinite;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(75px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(75px) rotate(-360deg);
        }
    }

    .circle5 {
        position: relative;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-color: #020102;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (min-width: 851px) and (max-width:900px) {
    .image {
        width: 45px;
        height: 45px;
        top: 33px;
        left: 15px;
    }

    .circle2 {
        width: 390px;
        height: 390px;
        left: 75%;
        top: -360%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-2 {
        animation: ror3 40s 1s linear infinite;
    }

    .crypto2-2 {
        animation: ror3 40s 7s linear infinite;
    }

    .crypto3-2 {
        animation: ror3 40s 14s linear infinite;
    }

    .crypto4-2 {
        display: none;
        animation: ror3 40s 21s linear infinite;
    }

    .crypto5-2 {
        animation: ror3 40s 21s linear infinite;
    }

    .crypto6-2 {
        animation: ror3 40s 28s linear infinite;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(190px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(190px) rotate(-360deg);
        }
    }

    .circle3 {
        position: relative;
        width: 270px;
        height: 270px;
        border-radius: 100%;

    }


    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 25s 1s linear infinite;
    }

    .crypto2-1 {
        display: none;
        animation: ror2 25s 10s linear infinite;
    }

    .crypto3-1 {
        animation: ror2 25s 10s linear infinite;
    }

    .crypto4-1 {
        animation: ror2 25s 20s linear infinite;
    }

    .crypto5-1 {
        animation: ror2 25s 30s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(128px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(128px) rotate(-360deg);
        }
    }

    .circle4 {
        position: relative;
        width: 150px;
        height: 150px;
        border-radius: 100%;
        background-color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 25px;
        position: absolute;
    }

    .crypto1 {
        animation: ror1 20s 1s linear infinite;
    }

    .crypto2 {
        animation: ror1 20s 5s linear infinite;
    }

    .crypto3 {
        animation: ror1 20s 10s linear infinite;
    }

    .crypto4 {
        animation: ror1 20s 15s linear infinite;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(70px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(70px) rotate(-360deg);
        }
    }

    .circle5 {
        position: relative;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-color: #020102;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (min-width: 901px) and (max-width: 950px) {
    .image {
        width: 48px;
        height: 48px;
        top: 33px;
        left: 29px;
    }

    .circle2 {
        width: 390px;
        height: 390px;
        left: 75%;
        top: -366%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 28px;
        position: absolute;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(190px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(190px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 270px;
        height: 270px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 28px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 25s 1s linear infinite;
    }

    .crypto2-1 {
        animation: ror2 25s 10s linear infinite;
    }

    .crypto3-1 {
        animation: ror2 25s 20s linear infinite;
    }

    .crypto4-1 {
        animation: ror2 25s 30s linear infinite;
    }

    .crypto5-1 {
        display: none;
        animation: ror2 25s 40s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(128px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(128px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 150px;
        height: 150px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 28px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(75px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(75px) rotate(-360deg);
        }
    }

}

@media (min-width: 951px) and (max-width: 1000px) {
    .circle15{
        left:20px;
    }

    .circle2 {
        width: 390px;
        height: 390px;
        left: 75%;
        top: -349%;
    }

    .crypto1-2,
    .crypto2-2,
    .crypto3-2,
    .crypto4-2,
    .crypto5-2,
    .crypto6-2 {
        display: inline-block;
        width: 28px;
        position: absolute;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(190px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(190px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 270px;
        height: 270px;
    }

    .crypto1-1,
    .crypto2-1,
    .crypto3-1,
    .crypto4-1,
    .crypto5-1 {
        display: inline-block;
        width: 28px;
        position: absolute;
    }

    .crypto1-1 {
        animation: ror2 25s 1s linear infinite;
    }

    .crypto2-1 {
        animation: ror2 25s 10s linear infinite;
    }

    .crypto3-1 {
        animation: ror2 25s 20s linear infinite;
    }

    .crypto4-1 {
        animation: ror2 25s 30s linear infinite;
    }

    .crypto5-1 {
        display: none;
        animation: ror2 25s 40s linear infinite;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(128px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(128px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 150px;
        height: 150px;
    }

    .crypto1,
    .crypto2,
    .crypto3,
    .crypto4 {
        display: inline-block;
        width: 0px;
        position: absolute;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(0px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(0px) rotate(-360deg);
        }
    }

}

@media (min-width: 1001px) and (max-width: 1050px) {
    .image {
        width: 50px;
        height: 50px;
        left: 15px;
        top: 35px;
    }

    .circle5 {
        top: 12px;
        left: -15px;
    }

    .circle2 {
        width: 460px;
        height: 460px;
        left: 76%;
        top: -437%;
    }


    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(230px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(230px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 320px;
        height: 320px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(160px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(160px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 180px;
        height: 180px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(90px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(90px) rotate(-360deg);
        }
    }

}

@media (min-width: 1051px) and (max-width: 1099px) {

    .circle5 {
        top: 12px;
        left: -17px;
    }

    .circle2 {
        width: 460px;
        height: 460px;
        left: 76%;
        top: -437%;
    }


    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(230px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(230px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 320px;
        height: 320px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(160px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(160px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 180px;
        height: 180px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(90px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(90px) rotate(-360deg);
        }
    }

}

@media (min-width: 1100px) and (max-width: 1149px) {

    .image{
        left:14px;
    }

    .circle5 {
        top: 13px;
        width:90px;
        height: 90px;
        left: -16px;
    }

    .circle2 {
        width: 460px;
        height: 460px;
        left: 76%;
        top: -437%;
    }


    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(230px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(230px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 320px;
        height: 320px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(160px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(160px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 180px;
        height: 180px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(90px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(90px) rotate(-360deg);
        }
    }

}

@media (min-width: 1150px) and (max-width: 1200px) {
    .image {
        width: 50px;
        height: 50px;
        left: 20px;
        top:23px;
    }

    .circle5 {
        left: -22px;
        top: 13px;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 74%;
        top: -617%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1201px) and (max-width: 1250px) {

    .circle5 {
        top: 15px;
        left: -18px;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 72%;
        top: -615%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1251px) and (max-width: 1300px) {
    .circle5 {
        top: 13px;
    }

    .circle5 {
        left: -15px;
    }

    .circle2 {

        width: 600px;
        height: 600px;
        left: 73%;
        top: -631%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1301px) and (max-width: 1350px) {
    .circle5 {
        left: -15px;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 75%;
        top: -576%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1351px) and (max-width: 1399px) {
    .circle5 {
        left: -5px;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 75%;
        top: -575%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1400px) and (max-width: 1449px) {
    .circle5 {
        left: -15px;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 76%;
        top: -575%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1450px) and (max-width: 1499px) {

    .circle5 {
        left: -20px;
        top: 10px;
        width: 90px;
        height: 90px;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 78%;
        top: -630%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1500px) and (max-width: 1550px) {

    .circle5 {
        left: -25px;
        top: 15px;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 79%;
        top: -619%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1551px) and (max-width: 1600px) {
    .circle5 {
        top: 20px;
        left: -17px;
        ;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 79%;
        top: -629%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1601px) and (max-width: 1650px) {

    .circle5 {
        top: 20px;
        left: -10px;
        ;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 79%;
        top: -624%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1651px) and (max-width: 1700px) {
    .circle5 {
        top: 20px;
        left: -5px;
        ;
    }


    .circle2 {
        width: 600px;
        height: 600px;
        left: 79%;
        top: -624%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1701px) and (max-width: 1750px) {
    .circle5 {
        top: 20px;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 79%;
        top: -615%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1751px) and (max-width: 1799px) {
    .circle5 {
        top: 17px;
    }

    .circle2 {
        width: 600px;
        height: 600px;
        left: 80%;
        top: -609%;
    }

    @keyframes ror3 {
        0% {
            transform: rotate(0deg) translateX(300px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(300px) rotate(-360deg);
        }
    }

    .circle3 {
        width: 400px;
        height: 400px;
    }

    @keyframes ror2 {
        0% {
            transform: rotate(0deg) translateX(200px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(200px) rotate(-360deg);
        }
    }

    .circle4 {
        width: 200px;
        height: 200px;
    }

    @keyframes ror1 {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }

        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }

}

@media (min-width: 1800px) {
    .circle2 {
        width: 650px;
        height: 650px;
        left: 79%;
        top: -675%;
    }

    .circle3 {
        width: 450px;
        height: 450px;
    }

    .circle4 {
        width: 250px;
        height: 250px;

    }

    .circle5 {
        top: 22px;

    }

}
