html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: 'Major Mono Display', monospace;
}

@font-face {
    font-family: 'geomanistbold';
    src: url('geomanist-bold-webfont.woff2') format('woff2'), url('geomanist-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 576px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 20px;
    }
}

main {
    display: block;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    text-align: left;
    width: 100%;
    height: 100%;
    padding-top: 6%;
    padding-left: 6%;
}

.bottom-text {
    font-size: max(2vw, 20px);
    color: white;
    position: fixed;
    bottom: 0px;
    padding-bottom: 6%;
}

.title {
    font-family: 'geomanistbold';
    font-size: max(10vw, 20px);
    color: white;
    letter-spacing: 0.1em;
}

.subtitle {
    font-size: max(2vw, 20px);
    margin-bottom: 10%;
    color: white;
}

.logo {
    display: flex;
    margin-bottom: 1%;
    width: 80%;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #202020;
}

.circle {
    position: absolute;
    top: 50%;
    left: 3%;
    border-radius: 50%;
    overflow: hidden;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center center;
    opacity: 0.3;
}

.circle:nth-child(0) {
    width: 0px;
    height: 0px;
    z-index: 150;
    border: 1px solid #fff;
    animation: rotatingReverse 0s linear infinite;
}

.circle:nth-child(1) {
    width: 20px;
    height: 1px;
    z-index: 149;
    border: 1px solid #fff;
    animation: rotatingReverse 1s linear infinite;
}

.circle:nth-child(2) {
    width: 40px;
    height: 2px;
    z-index: 148;
    border: 1px solid #fff;
    animation: rotatingReverse 2s linear infinite;
}

.circle:nth-child(3) {
    width: 60px;
    height: 3px;
    z-index: 147;
    border: 1px solid #fff;
    animation: rotatingReverse 3s linear infinite;
}

.circle:nth-child(4) {
    width: 80px;
    height: 4px;
    z-index: 146;
    border: 1px solid #fff;
    animation: rotatingReverse 4s linear infinite;
}

.circle:nth-child(5) {
    width: 100px;
    height: 5px;
    z-index: 145;
    border: 1px solid #fff;
    animation: rotatingReverse 5s linear infinite;
}

.circle:nth-child(6) {
    width: 120px;
    height: 6px;
    z-index: 144;
    border: 1px solid #fff;
    animation: rotatingReverse 6s linear infinite;
}

.circle:nth-child(7) {
    width: 140px;
    height: 7px;
    z-index: 143;
    border: 1px solid #fff;
    animation: rotatingReverse 7s linear infinite;
}

.circle:nth-child(8) {
    width: 160px;
    height: 8px;
    z-index: 142;
    border: 1px solid #fff;
    animation: rotatingReverse 8s linear infinite;
}

.circle:nth-child(9) {
    width: 180px;
    height: 9px;
    z-index: 141;
    border: 1px solid #fff;
    animation: rotatingReverse 9s linear infinite;
}

.circle:nth-child(10) {
    width: 200px;
    height: 10px;
    z-index: 140;
    border: 1px solid #fff;
    animation: rotatingReverse 10s linear infinite;
}

.circle:nth-child(11) {
    width: 220px;
    height: 11px;
    z-index: 139;
    border: 1px solid #fff;
    animation: rotatingReverse 11s linear infinite;
}

.circle:nth-child(12) {
    width: 240px;
    height: 12px;
    z-index: 138;
    border: 1px solid #fff;
    animation: rotatingReverse 12s linear infinite;
}

.circle:nth-child(13) {
    width: 260px;
    height: 13px;
    z-index: 137;
    border: 1px solid #fff;
    animation: rotatingReverse 13s linear infinite;
}

.circle:nth-child(14) {
    width: 280px;
    height: 14px;
    z-index: 136;
    border: 1px solid #fff;
    animation: rotatingReverse 14s linear infinite;
}

.circle:nth-child(15) {
    width: 300px;
    height: 15px;
    z-index: 135;
    border: 1px solid #fff;
    animation: rotatingReverse 15s linear infinite;
}

.circle:nth-child(16) {
    width: 320px;
    height: 16px;
    z-index: 134;
    border: 1px solid #fff;
    animation: rotatingReverse 16s linear infinite;
}

.circle:nth-child(17) {
    width: 340px;
    height: 17px;
    z-index: 133;
    border: 1px solid #fff;
    animation: rotatingReverse 17s linear infinite;
}

.circle:nth-child(18) {
    width: 360px;
    height: 18px;
    z-index: 132;
    border: 1px solid #fff;
    animation: rotatingReverse 18s linear infinite;
}

.circle:nth-child(19) {
    width: 380px;
    height: 19px;
    z-index: 131;
    border: 1px solid #fff;
    animation: rotatingReverse 19s linear infinite;
}

.circle:nth-child(20) {
    width: 400px;
    height: 20px;
    z-index: 130;
    border: 1px solid #fff;
    animation: rotatingReverse 20s linear infinite;
}

.circle:nth-child(21) {
    width: 420px;
    height: 21px;
    z-index: 129;
    border: 1px solid #fff;
    animation: rotatingReverse 21s linear infinite;
}

.circle:nth-child(22) {
    width: 440px;
    height: 22px;
    z-index: 128;
    border: 1px solid #fff;
    animation: rotatingReverse 22s linear infinite;
}

.circle:nth-child(23) {
    width: 460px;
    height: 23px;
    z-index: 127;
    border: 1px solid #fff;
    animation: rotatingReverse 23s linear infinite;
}

.circle:nth-child(24) {
    width: 480px;
    height: 24px;
    z-index: 126;
    border: 1px solid #fff;
    animation: rotatingReverse 24s linear infinite;
}

.circle:nth-child(25) {
    width: 500px;
    height: 25px;
    z-index: 125;
    border: 1px solid #fff;
    animation: rotatingReverse 25s linear infinite;
}

.circle:nth-child(26) {
    width: 520px;
    height: 26px;
    z-index: 124;
    border: 1px solid #fff;
    animation: rotatingReverse 26s linear infinite;
}

.circle:nth-child(27) {
    width: 540px;
    height: 27px;
    z-index: 123;
    border: 1px solid #fff;
    animation: rotatingReverse 27s linear infinite;
}

.circle:nth-child(28) {
    width: 560px;
    height: 28px;
    z-index: 122;
    border: 1px solid #fff;
    animation: rotatingReverse 28s linear infinite;
}

.circle:nth-child(29) {
    width: 580px;
    height: 29px;
    z-index: 121;
    border: 1px solid #fff;
    animation: rotatingReverse 29s linear infinite;
}

.circle:nth-child(30) {
    width: 600px;
    height: 30px;
    z-index: 120;
    border: 1px solid #fff;
    animation: rotatingReverse 30s linear infinite;
}

.circle:nth-child(31) {
    width: 620px;
    height: 31px;
    z-index: 119;
    border: 1px solid #fff;
    animation: rotatingReverse 31s linear infinite;
}

.circle:nth-child(32) {
    width: 640px;
    height: 32px;
    z-index: 118;
    border: 1px solid #fff;
    animation: rotatingReverse 32s linear infinite;
}

.circle:nth-child(33) {
    width: 660px;
    height: 33px;
    z-index: 117;
    border: 1px solid #fff;
    animation: rotatingReverse 33s linear infinite;
}

.circle:nth-child(34) {
    width: 680px;
    height: 34px;
    z-index: 116;
    border: 1px solid #fff;
    animation: rotatingReverse 34s linear infinite;
}

.circle:nth-child(35) {
    width: 700px;
    height: 35px;
    z-index: 115;
    border: 1px solid #fff;
    animation: rotatingReverse 35s linear infinite;
}

.circle:nth-child(36) {
    width: 720px;
    height: 36px;
    z-index: 114;
    border: 1px solid #fff;
    animation: rotatingReverse 36s linear infinite;
}

.circle:nth-child(37) {
    width: 740px;
    height: 37px;
    z-index: 113;
    border: 1px solid #fff;
    animation: rotatingReverse 37s linear infinite;
}

.circle:nth-child(38) {
    width: 760px;
    height: 38px;
    z-index: 112;
    border: 1px solid #fff;
    animation: rotatingReverse 38s linear infinite;
}

.circle:nth-child(39) {
    width: 780px;
    height: 39px;
    z-index: 111;
    border: 1px solid #fff;
    animation: rotatingReverse 39s linear infinite;
}

.circle:nth-child(40) {
    width: 800px;
    height: 40px;
    z-index: 110;
    border: 1px solid #fff;
    animation: rotatingReverse 40s linear infinite;
}

.circle:nth-child(41) {
    width: 820px;
    height: 41px;
    z-index: 109;
    border: 1px solid #fff;
    animation: rotatingReverse 41s linear infinite;
}

.circle:nth-child(42) {
    width: 840px;
    height: 42px;
    z-index: 108;
    border: 1px solid #fff;
    animation: rotatingReverse 42s linear infinite;
}

.circle:nth-child(43) {
    width: 860px;
    height: 43px;
    z-index: 107;
    border: 1px solid #fff;
    animation: rotatingReverse 43s linear infinite;
}

.circle:nth-child(44) {
    width: 880px;
    height: 44px;
    z-index: 106;
    border: 1px solid #fff;
    animation: rotatingReverse 44s linear infinite;
}

.circle:nth-child(45) {
    width: 900px;
    height: 45px;
    z-index: 105;
    border: 1px solid #fff;
    animation: rotatingReverse 45s linear infinite;
}

.circle:nth-child(46) {
    width: 920px;
    height: 46px;
    z-index: 104;
    border: 1px solid #fff;
    animation: rotatingReverse 46s linear infinite;
}

.circle:nth-child(47) {
    width: 940px;
    height: 47px;
    z-index: 103;
    border: 1px solid #fff;
    animation: rotatingReverse 47s linear infinite;
}

.circle:nth-child(48) {
    width: 960px;
    height: 48px;
    z-index: 102;
    border: 1px solid #fff;
    animation: rotatingReverse 48s linear infinite;
}

.circle:nth-child(49) {
    width: 980px;
    height: 49px;
    z-index: 101;
    border: 1px solid #fff;
    animation: rotatingReverse 49s linear infinite;
}

.circle:nth-child(50) {
    width: 1000px;
    height: 50px;
    z-index: 100;
    border: 1px solid #fff;
    animation: rotatingReverse 50s linear infinite;
}

.circle:nth-child(51) {
    width: 1020px;
    height: 51px;
    z-index: 99;
    border: 1px solid #fff;
    animation: rotatingReverse 51s linear infinite;
}

.circle:nth-child(52) {
    width: 1040px;
    height: 52px;
    z-index: 98;
    border: 1px solid #fff;
    animation: rotatingReverse 52s linear infinite;
}

.circle:nth-child(53) {
    width: 1060px;
    height: 53px;
    z-index: 97;
    border: 1px solid #fff;
    animation: rotatingReverse 53s linear infinite;
}

.circle:nth-child(54) {
    width: 1080px;
    height: 54px;
    z-index: 96;
    border: 1px solid #fff;
    animation: rotatingReverse 54s linear infinite;
}

.circle:nth-child(55) {
    width: 1100px;
    height: 55px;
    z-index: 95;
    border: 1px solid #fff;
    animation: rotatingReverse 55s linear infinite;
}

.circle:nth-child(56) {
    width: 1120px;
    height: 56px;
    z-index: 94;
    border: 1px solid #fff;
    animation: rotatingReverse 56s linear infinite;
}

.circle:nth-child(57) {
    width: 1140px;
    height: 57px;
    z-index: 93;
    border: 1px solid #fff;
    animation: rotatingReverse 57s linear infinite;
}

.circle:nth-child(58) {
    width: 1160px;
    height: 58px;
    z-index: 92;
    border: 1px solid #fff;
    animation: rotatingReverse 58s linear infinite;
}

.circle:nth-child(59) {
    width: 1180px;
    height: 59px;
    z-index: 91;
    border: 1px solid #fff;
    animation: rotatingReverse 59s linear infinite;
}

.circle:nth-child(60) {
    width: 1200px;
    height: 60px;
    z-index: 90;
    border: 1px solid #fff;
    animation: rotatingReverse 60s linear infinite;
}

.circle:nth-child(61) {
    width: 1220px;
    height: 61px;
    z-index: 89;
    border: 1px solid #fff;
    animation: rotatingReverse 61s linear infinite;
}

.circle:nth-child(62) {
    width: 1240px;
    height: 62px;
    z-index: 88;
    border: 1px solid #fff;
    animation: rotatingReverse 62s linear infinite;
}

.circle:nth-child(63) {
    width: 1260px;
    height: 63px;
    z-index: 87;
    border: 1px solid #fff;
    animation: rotatingReverse 63s linear infinite;
}

.circle:nth-child(64) {
    width: 1280px;
    height: 64px;
    z-index: 86;
    border: 1px solid #fff;
    animation: rotatingReverse 64s linear infinite;
}

.circle:nth-child(65) {
    width: 1300px;
    height: 65px;
    z-index: 85;
    border: 1px solid #fff;
    animation: rotatingReverse 65s linear infinite;
}

.circle:nth-child(66) {
    width: 1320px;
    height: 66px;
    z-index: 84;
    border: 1px solid #fff;
    animation: rotatingReverse 66s linear infinite;
}

.circle:nth-child(67) {
    width: 1340px;
    height: 67px;
    z-index: 83;
    border: 1px solid #fff;
    animation: rotatingReverse 67s linear infinite;
}

.circle:nth-child(68) {
    width: 1360px;
    height: 68px;
    z-index: 82;
    border: 1px solid #fff;
    animation: rotatingReverse 68s linear infinite;
}

.circle:nth-child(69) {
    width: 1380px;
    height: 69px;
    z-index: 81;
    border: 1px solid #fff;
    animation: rotatingReverse 69s linear infinite;
}

.circle:nth-child(70) {
    width: 1400px;
    height: 70px;
    z-index: 80;
    border: 1px solid #fff;
    animation: rotatingReverse 70s linear infinite;
}

.circle:nth-child(71) {
    width: 1420px;
    height: 71px;
    z-index: 79;
    border: 1px solid #fff;
    animation: rotatingReverse 71s linear infinite;
}

.circle:nth-child(72) {
    width: 1440px;
    height: 72px;
    z-index: 78;
    border: 1px solid #fff;
    animation: rotatingReverse 72s linear infinite;
}

.circle:nth-child(73) {
    width: 1460px;
    height: 73px;
    z-index: 77;
    border: 1px solid #fff;
    animation: rotatingReverse 73s linear infinite;
}

.circle:nth-child(74) {
    width: 1480px;
    height: 74px;
    z-index: 76;
    border: 1px solid #fff;
    animation: rotatingReverse 74s linear infinite;
}

.circle:nth-child(75) {
    width: 1500px;
    height: 75px;
    z-index: 75;
    border: 1px solid #fff;
    animation: rotatingReverse 75s linear infinite;
}

.circle:nth-child(76) {
    width: 1520px;
    height: 76px;
    z-index: 74;
    border: 1px solid #fff;
    animation: rotatingReverse 76s linear infinite;
}

.circle:nth-child(77) {
    width: 1540px;
    height: 77px;
    z-index: 73;
    border: 1px solid #fff;
    animation: rotatingReverse 77s linear infinite;
}

.circle:nth-child(78) {
    width: 1560px;
    height: 78px;
    z-index: 72;
    border: 1px solid #fff;
    animation: rotatingReverse 78s linear infinite;
}

.circle:nth-child(79) {
    width: 1580px;
    height: 79px;
    z-index: 71;
    border: 1px solid #fff;
    animation: rotatingReverse 79s linear infinite;
}

.circle:nth-child(80) {
    width: 1600px;
    height: 80px;
    z-index: 70;
    border: 1px solid #fff;
    animation: rotatingReverse 80s linear infinite;
}

.circle:nth-child(81) {
    width: 1620px;
    height: 81px;
    z-index: 69;
    border: 1px solid #fff;
    animation: rotatingReverse 81s linear infinite;
}

.circle:nth-child(82) {
    width: 1640px;
    height: 82px;
    z-index: 68;
    border: 1px solid #fff;
    animation: rotatingReverse 82s linear infinite;
}

.circle:nth-child(83) {
    width: 1660px;
    height: 83px;
    z-index: 67;
    border: 1px solid #fff;
    animation: rotatingReverse 83s linear infinite;
}

.circle:nth-child(84) {
    width: 1680px;
    height: 84px;
    z-index: 66;
    border: 1px solid #fff;
    animation: rotatingReverse 84s linear infinite;
}

.circle:nth-child(85) {
    width: 1700px;
    height: 85px;
    z-index: 65;
    border: 1px solid #fff;
    animation: rotatingReverse 85s linear infinite;
}

.circle:nth-child(86) {
    width: 1720px;
    height: 86px;
    z-index: 64;
    border: 1px solid #fff;
    animation: rotatingReverse 86s linear infinite;
}

.circle:nth-child(87) {
    width: 1740px;
    height: 87px;
    z-index: 63;
    border: 1px solid #fff;
    animation: rotatingReverse 87s linear infinite;
}

.circle:nth-child(88) {
    width: 1760px;
    height: 88px;
    z-index: 62;
    border: 1px solid #fff;
    animation: rotatingReverse 88s linear infinite;
}

.circle:nth-child(89) {
    width: 1780px;
    height: 89px;
    z-index: 61;
    border: 1px solid #fff;
    animation: rotatingReverse 89s linear infinite;
}

.circle:nth-child(90) {
    width: 1800px;
    height: 90px;
    z-index: 60;
    border: 1px solid #fff;
    animation: rotatingReverse 90s linear infinite;
}

.circle:nth-child(91) {
    width: 1820px;
    height: 91px;
    z-index: 59;
    border: 1px solid #fff;
    animation: rotatingReverse 91s linear infinite;
}

.circle:nth-child(92) {
    width: 1840px;
    height: 92px;
    z-index: 58;
    border: 1px solid #fff;
    animation: rotatingReverse 92s linear infinite;
}

.circle:nth-child(93) {
    width: 1860px;
    height: 93px;
    z-index: 57;
    border: 1px solid #fff;
    animation: rotatingReverse 93s linear infinite;
}

.circle:nth-child(94) {
    width: 1880px;
    height: 94px;
    z-index: 56;
    border: 1px solid #fff;
    animation: rotatingReverse 94s linear infinite;
}

.circle:nth-child(95) {
    width: 1900px;
    height: 95px;
    z-index: 55;
    border: 1px solid #fff;
    animation: rotatingReverse 95s linear infinite;
}

.circle:nth-child(96) {
    width: 1920px;
    height: 96px;
    z-index: 54;
    border: 1px solid #fff;
    animation: rotatingReverse 96s linear infinite;
}

.circle:nth-child(97) {
    width: 1940px;
    height: 97px;
    z-index: 53;
    border: 1px solid #fff;
    animation: rotatingReverse 97s linear infinite;
}

.circle:nth-child(98) {
    width: 1960px;
    height: 98px;
    z-index: 52;
    border: 1px solid #fff;
    animation: rotatingReverse 98s linear infinite;
}

.circle:nth-child(99) {
    width: 1980px;
    height: 99px;
    z-index: 51;
    border: 1px solid #fff;
    animation: rotatingReverse 99s linear infinite;
}

.circle:nth-child(100) {
    width: 2000px;
    height: 100px;
    z-index: 50;
    border: 1px solid #fff;
    animation: rotatingReverse 100s linear infinite;
}

.circle:nth-child(101) {
    width: 2020px;
    height: 101px;
    z-index: 49;
    border: 1px solid #fff;
    animation: rotatingReverse 101s linear infinite;
}

.circle:nth-child(102) {
    width: 2040px;
    height: 102px;
    z-index: 48;
    border: 1px solid #fff;
    animation: rotatingReverse 102s linear infinite;
}

.circle:nth-child(103) {
    width: 2060px;
    height: 103px;
    z-index: 47;
    border: 1px solid #fff;
    animation: rotatingReverse 103s linear infinite;
}

.circle:nth-child(104) {
    width: 2080px;
    height: 104px;
    z-index: 46;
    border: 1px solid #fff;
    animation: rotatingReverse 104s linear infinite;
}

.circle:nth-child(105) {
    width: 2100px;
    height: 105px;
    z-index: 45;
    border: 1px solid #fff;
    animation: rotatingReverse 105s linear infinite;
}

.circle:nth-child(106) {
    width: 2120px;
    height: 106px;
    z-index: 44;
    border: 1px solid #fff;
    animation: rotatingReverse 106s linear infinite;
}

.circle:nth-child(107) {
    width: 2140px;
    height: 107px;
    z-index: 43;
    border: 1px solid #fff;
    animation: rotatingReverse 107s linear infinite;
}

.circle:nth-child(108) {
    width: 2160px;
    height: 108px;
    z-index: 42;
    border: 1px solid #fff;
    animation: rotatingReverse 108s linear infinite;
}

.circle:nth-child(109) {
    width: 2180px;
    height: 109px;
    z-index: 41;
    border: 1px solid #fff;
    animation: rotatingReverse 109s linear infinite;
}

.circle:nth-child(110) {
    width: 2200px;
    height: 110px;
    z-index: 40;
    border: 1px solid #fff;
    animation: rotatingReverse 110s linear infinite;
}

.circle:nth-child(111) {
    width: 2220px;
    height: 111px;
    z-index: 39;
    border: 1px solid #fff;
    animation: rotatingReverse 111s linear infinite;
}

.circle:nth-child(112) {
    width: 2240px;
    height: 112px;
    z-index: 38;
    border: 1px solid #fff;
    animation: rotatingReverse 112s linear infinite;
}

.circle:nth-child(113) {
    width: 2260px;
    height: 113px;
    z-index: 37;
    border: 1px solid #fff;
    animation: rotatingReverse 113s linear infinite;
}

.circle:nth-child(114) {
    width: 2280px;
    height: 114px;
    z-index: 36;
    border: 1px solid #fff;
    animation: rotatingReverse 114s linear infinite;
}

.circle:nth-child(115) {
    width: 2300px;
    height: 115px;
    z-index: 35;
    border: 1px solid #fff;
    animation: rotatingReverse 115s linear infinite;
}

.circle:nth-child(116) {
    width: 2320px;
    height: 116px;
    z-index: 34;
    border: 1px solid #fff;
    animation: rotatingReverse 116s linear infinite;
}

.circle:nth-child(117) {
    width: 2340px;
    height: 117px;
    z-index: 33;
    border: 1px solid #fff;
    animation: rotatingReverse 117s linear infinite;
}

.circle:nth-child(118) {
    width: 2360px;
    height: 118px;
    z-index: 32;
    border: 1px solid #fff;
    animation: rotatingReverse 118s linear infinite;
}

.circle:nth-child(119) {
    width: 2380px;
    height: 119px;
    z-index: 31;
    border: 1px solid #fff;
    animation: rotatingReverse 119s linear infinite;
}

.circle:nth-child(120) {
    width: 2400px;
    height: 120px;
    z-index: 30;
    border: 1px solid #fff;
    animation: rotatingReverse 120s linear infinite;
}

.circle:nth-child(121) {
    width: 2420px;
    height: 121px;
    z-index: 29;
    border: 1px solid #fff;
    animation: rotatingReverse 121s linear infinite;
}

.circle:nth-child(122) {
    width: 2440px;
    height: 122px;
    z-index: 28;
    border: 1px solid #fff;
    animation: rotatingReverse 122s linear infinite;
}

.circle:nth-child(123) {
    width: 2460px;
    height: 123px;
    z-index: 27;
    border: 1px solid #fff;
    animation: rotatingReverse 123s linear infinite;
}

.circle:nth-child(124) {
    width: 2480px;
    height: 124px;
    z-index: 26;
    border: 1px solid #fff;
    animation: rotatingReverse 124s linear infinite;
}

.circle:nth-child(125) {
    width: 2500px;
    height: 125px;
    z-index: 25;
    border: 1px solid #fff;
    animation: rotatingReverse 125s linear infinite;
}

.circle:nth-child(126) {
    width: 2520px;
    height: 126px;
    z-index: 24;
    border: 1px solid #fff;
    animation: rotatingReverse 126s linear infinite;
}

.circle:nth-child(127) {
    width: 2540px;
    height: 127px;
    z-index: 23;
    border: 1px solid #fff;
    animation: rotatingReverse 127s linear infinite;
}

.circle:nth-child(128) {
    width: 2560px;
    height: 128px;
    z-index: 22;
    border: 1px solid #fff;
    animation: rotatingReverse 128s linear infinite;
}

.circle:nth-child(129) {
    width: 2580px;
    height: 129px;
    z-index: 21;
    border: 1px solid #fff;
    animation: rotatingReverse 129s linear infinite;
}

.circle:nth-child(130) {
    width: 2600px;
    height: 130px;
    z-index: 20;
    border: 1px solid #fff;
    animation: rotatingReverse 130s linear infinite;
}

.circle:nth-child(131) {
    width: 2620px;
    height: 131px;
    z-index: 19;
    border: 1px solid #fff;
    animation: rotatingReverse 131s linear infinite;
}

.circle:nth-child(132) {
    width: 2640px;
    height: 132px;
    z-index: 18;
    border: 1px solid #fff;
    animation: rotatingReverse 132s linear infinite;
}

.circle:nth-child(133) {
    width: 2660px;
    height: 133px;
    z-index: 17;
    border: 1px solid #fff;
    animation: rotatingReverse 133s linear infinite;
}

.circle:nth-child(134) {
    width: 2680px;
    height: 134px;
    z-index: 16;
    border: 1px solid #fff;
    animation: rotatingReverse 134s linear infinite;
}

.circle:nth-child(135) {
    width: 2700px;
    height: 135px;
    z-index: 15;
    border: 1px solid #fff;
    animation: rotatingReverse 135s linear infinite;
}

.circle:nth-child(136) {
    width: 2720px;
    height: 136px;
    z-index: 14;
    border: 1px solid #fff;
    animation: rotatingReverse 136s linear infinite;
}

.circle:nth-child(137) {
    width: 2740px;
    height: 137px;
    z-index: 13;
    border: 1px solid #fff;
    animation: rotatingReverse 137s linear infinite;
}

.circle:nth-child(138) {
    width: 2760px;
    height: 138px;
    z-index: 12;
    border: 1px solid #fff;
    animation: rotatingReverse 138s linear infinite;
}

.circle:nth-child(139) {
    width: 2780px;
    height: 139px;
    z-index: 11;
    border: 1px solid #fff;
    animation: rotatingReverse 139s linear infinite;
}

.circle:nth-child(140) {
    width: 2800px;
    height: 140px;
    z-index: 10;
    border: 1px solid #fff;
    animation: rotatingReverse 140s linear infinite;
}

.circle:nth-child(141) {
    width: 2820px;
    height: 141px;
    z-index: 9;
    border: 1px solid #fff;
    animation: rotatingReverse 141s linear infinite;
}

.circle:nth-child(142) {
    width: 2840px;
    height: 142px;
    z-index: 8;
    border: 1px solid #fff;
    animation: rotatingReverse 142s linear infinite;
}

.circle:nth-child(143) {
    width: 2860px;
    height: 143px;
    z-index: 7;
    border: 1px solid #fff;
    animation: rotatingReverse 143s linear infinite;
}

.circle:nth-child(144) {
    width: 2880px;
    height: 144px;
    z-index: 6;
    border: 1px solid #fff;
    animation: rotatingReverse 144s linear infinite;
}

.circle:nth-child(145) {
    width: 2900px;
    height: 145px;
    z-index: 5;
    border: 1px solid #fff;
    animation: rotatingReverse 145s linear infinite;
}

.circle:nth-child(146) {
    width: 2920px;
    height: 146px;
    z-index: 4;
    border: 1px solid #fff;
    animation: rotatingReverse 146s linear infinite;
}

.circle:nth-child(147) {
    width: 2940px;
    height: 147px;
    z-index: 3;
    border: 1px solid #fff;
    animation: rotatingReverse 147s linear infinite;
}

.circle:nth-child(148) {
    width: 2960px;
    height: 148px;
    z-index: 2;
    border: 1px solid #fff;
    animation: rotatingReverse 148s linear infinite;
}

.circle:nth-child(149) {
    width: 2980px;
    height: 149px;
    z-index: 1;
    border: 1px solid #fff;
    animation: rotatingReverse 149s linear infinite;
}

.circle:nth-child(150) {
    width: 3000px;
    height: 150px;
    z-index: 0;
    border: 1px solid #fff;
    animation: rotatingReverse 150s linear infinite;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotatingReverse {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(-360deg) scale(1);
    }
}