.hero-main .circles {
    width: 350px;
    height: 350px;
    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;
    margin: 0px auto;
}
@media (max-width: 1024px) {
    .hero-main .circles {
        width: 250px;
        height: 250px;
        transform: scale(0.9);
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    .hero-main .circles {
        width: 250px;
        height: 250px;
        transform: scale(0.6);
        margin-top: 70px;
    }
}
.hero-main .feature {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    will-change: transform;
    position: absolute;
    z-index: 10;
    width: 139px;
    height: auto;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 8px rgb(0 0 0 / 8%);
    box-shadow: 0 5px 8px rgb(0 0 0 / 8%);
    background-color: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 13px;
    text-align: center;
}
.hero-main .feature.feature2 {
    left: unset;
    right: -130px;
    top: 10px;
    -webkit-transition: 0.1s ease, opacity 0.6s 0.4s,
        -webkit-transform 0.6s ease-out 0.2s;
    transition: 0.1s ease, opacity 0.6s 0.4s,
        -webkit-transform 0.6s ease-out 0.2s;
    transition: 0.1s ease, transform 0.6s ease-out 0.2s, opacity 0.6s 0.4s;
    transition: 0.1s ease, transform 0.6s ease-out 0.2s, opacity 0.6s 0.4s,
        -webkit-transform 0.6s ease-out 0.2s;
}
.hero-main .feature.feature3 {
    left: -120px;
    top: unset;
    -webkit-transition: 0.1s ease, opacity 0.6s 0.7s,
        -webkit-transform 0.6s ease-out 0.4s;
    transition: 0.1s ease, opacity 0.6s 0.7s,
        -webkit-transform 0.6s ease-out 0.4s;
    transition: 0.1s ease, transform 0.6s ease-out 0.4s, opacity 0.6s 0.7s;
    transition: 0.1s ease, transform 0.6s ease-out 0.4s, opacity 0.6s 0.7s,
        -webkit-transform 0.6s ease-out 0.4s;
    bottom: -30px;
}

.hero-main .feature.revealed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.hero-main .feature.feature1 {
    top: -85px;
    left: -45px;
    -webkit-transition: 0.1s ease, opacity 0.6s 0.2s,
        -webkit-transform 0.6s ease-out;
    transition: 0.1s ease, opacity 0.6s 0.2s, -webkit-transform 0.6s ease-out;
    transition: 0.1s ease, transform 0.6s ease-out, opacity 0.6s 0.2s;
    transition: 0.1s ease, transform 0.6s ease-out, opacity 0.6s 0.2s,
        -webkit-transform 0.6s ease-out;
}
.hero-main .circles .circle {
    border-radius: 50%;
    border: 1.5px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero-main .circles .circle1 {
    width: 450px;
    height: 450px;
    border-color: #1ba48c;
    -webkit-animation: circleRotateLeft 12s infinite forwards linear;
    animation: circleRotateLeft 12s infinite forwards linear;
}
.hero-main .circles .circle::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 15px;
    height: 15px;
}
.hero-main .circles .circle1::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #1ba48c;
}
.hero-main .circles .circle2 {
    width: 367px;
    height: 367px;
    border-color: #23326b;
    -webkit-animation: circleRotateRight 9s infinite forwards linear;
    animation: circleRotateRight 9s infinite forwards linear;
}
.hero-main .circles .circle2::before {
    top: 22%;
    left: 6%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: #23326b;
}
.hero-main .circles .circle3 {
    width: 284px;
    height: 284px;
    border-color: #2575b6;
    -webkit-animation: circleRotateLeft 6.5s infinite forwards linear;
    animation: circleRotateLeft 6.5s infinite forwards linear;
}
.hero-main .circles .circle3::before {
    top: 40%;
    right: 0;
    -webkit-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
    background-color: #2575b6;
}
.hero-main .circles .circle4 {
    width: 201px;
    height: 201px;
    border-color: #fbbc05;
    -webkit-animation: circleRotateRight 4s infinite forwards linear;
    animation: circleRotateRight 4s infinite forwards linear;
}
.hero-main .circles .circle4::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fbbc05;
}
.hero-main .circles .circle5 {
    width: 118px;
    height: 118px;
    background-color: #2575b6;
    border: none;
}
.hero-main .circles .imgbg {
    position: absolute;
    bottom: -180px;
    width: 610px;
}
.hero-main .circles .imgbg img {
    width: 100%;
}
.hero-main .floatingBalls {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100px;
    height: auto;
    height: 80px;
    opacity: 0.8;
}
.hero-main .floatingBalls > div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
.hero-main .floatingBalls .ball2 {
    position: absolute;
    top: 10px;
    right: 40px;
    background-color: #1ba48c;
}
.hero-main .floatingBalls .ball3 {
    position: absolute;
    top: 25px;
    right: 20px;
    background-color: #ea4335;
}
.hero-main .floatingBalls .ball4 {
    position: absolute;
    bottom: 0;
    right: 70px;
    background-color: #fbbc05;
}

@keyframes circleRotateLeft {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
@keyframes circleRotateRight {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

img.hero2 {
    position: absolute;
    right: -135px;
    width: 77% !important;
    top: 40px;
}
.feature.feature4.revealed {
    bottom: -150px;
    right: 0px;
}
.feature.feature5.revealed {
    bottom: -115px;
}