.rotate-img{animation:140s linear infinite rotateClockwise}@keyframes rotateClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotate-img2{animation:140s linear infinite rotateAntiClockwise}@keyframes rotateAntiClockwise{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.home-hero{background:#040412;justify-content:center;align-items:center;width:100%;height:865px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;text-align:center;color:#fff;text-wrap:wrap;width:574px;position:relative}.hero-left{opacity:.7;position:absolute;top:50%;left:-250px;transform:translateY(-50%)}.hero-right{opacity:.7;position:absolute;top:50%;right:-250px;transform:translateY(-50%)}.hero-star-right{z-index:2;opacity:.7;position:absolute;top:75%;right:20px;transform:translateY(-50%)}@media (max-width:1200px){.hero-left{left:-450px}.hero-right{right:-450px}}@media (max-width:768px){.hero-left,.hero-right{display:none}.home-hero{height:auto;padding:100px 20px}}
