@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    font-family: 'Mulish', sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: #081B23;
    height: 100vh;
    overflow-x: hidden !important;
}

.primary-btn {
    color: white;
    font-weight: 600;
    padding-block: 12px;
    padding-inline: 24px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: all 300ms;
    background-image: linear-gradient(to bottom, #40DD9D, #206E5E);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.primary-btn:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 18px rgba(0, 212, 146, 0.6);
}

.scale-up {
    animation: scaleUpAnimation 6s infinite;
}

@keyframes scaleUpAnimation {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    90% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.drop-shadow {
    filter: drop-shadow(-6px 8px 15px rgba(62, 213, 152, 0.5));
}

.bg-radial-light {
    background: radial-gradient(circle at center, rgb(112 243 207), #0fe2a1 70%);
}

@media screen and (max-width: 480px) {
    .bg-radial-light {
        background: radial-gradient(circle at center, rgb(112 243 207), #07f0aa2b 10%);
    }
}

@keyframes radialGlow {

    0%,
    100% {
        box-shadow: 0 0 0px 0px rgba(0, 255, 255, 0);
    }

    50% {
        box-shadow: 0 0 60px 30px rgba(0, 255, 255, 0.4);
    }
}

.glow-background {
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 255, 255, 0.1) 0%, transparent 70%);
    animation: radialGlow 2s infinite ease-in-out;
    pointer-events: none;
}

.solar {
    margin: 250px auto 230px;
    height: 50px;
    width: 50px;
    background: #23B87B;
    border-radius: 25px;
    position: relative;
    -webkit-animation: glow 1.5s linear infinite;
    -moz-animation: glow 1.5s linear infinite;
}

.solar i {
    border-radius: 250px;
    display: block;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}

.solar i:before {
    content: "";
    border-radius: 25px;
    background: #23B87B;
    display: block;
    position: absolute;
    top: -5px;
    right: 45%;
}

.solar i.mercury {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    -webkit-animation: orbit 0.5s linear infinite;
    -moz-animation: orbit 0.5s linear infinite;
}

.solar i.mercury:before {
    background: #23B87B;
    height: 7px;
    width: 7px;
}

.solar i.venus {
    width: 110px;
    height: 110px;
    margin-left: -55px;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    -webkit-animation: orbit 1s linear infinite;
    -moz-animation: orbit 1s linear infinite;
}

.solar i.venus:before {
    background: #23B87B;
    height: 10px;
    width: 10px;
}

.solar i.earth {
    width: 140px;
    height: 140px;
    margin-left: -70px;
    left: 50%;
    top: 50%;
    margin-top: -70px;
    -webkit-animation: orbit 1.5s linear infinite;
    -moz-animation: orbit 1.5s linear infinite;
}

.solar i.earth:before {
    background: #23B87B;
    height: 10px;
    width: 10px;
}

.solar i.mars {
    width: 170px;
    height: 170px;
    margin-left: -85px;
    left: 50%;
    top: 50%;
    margin-top: -85px;
    -webkit-animation: orbit 2s linear infinite;
    -moz-animation: orbit 2s linear infinite;
}

.solar i.mars:before {
    background: #23B87B;
    height: 10px;
    width: 10px;
}

.solar i.belt {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-width: 25px;
    width: 240px;
    height: 240px;
    margin-left: -120px;
    border-color: rgba(36, 35, 35, 0.21);
    left: 50%;
    top: 50%;
    margin-top: -120px;
}

.solar i.jupiter {
    width: 260px;
    height: 260px;
    margin-left: -130px;
    left: 50%;
    top: 50%;
    margin-top: -130px;
    -webkit-animation: orbit 2.5s linear infinite;
    -moz-animation: orbit 2.5s linear infinite;
}

.solar i.jupiter:before {
    background: #23B87B;
    top: -15px;
    height: 30px;
    width: 30px;
}

.solar i.saturn {
    width: 320px;
    height: 320px;
    margin-left: -160px;
    left: 50%;
    top: 50%;
    margin-top: -160px;
    -webkit-animation: orbit 3s linear infinite;
    -moz-animation: orbit 3s linear infinite;
}

.solar i.saturn:before {
    background: #23B87B;
    top: -10px;
    height: 20px;
    width: 20px;
}

.solar i.uranus {
    width: 360px;
    height: 360px;
    margin-left: -180px;
    left: 50%;
    top: 50%;
    margin-top: -180px;
    -webkit-animation: orbit 3.5s linear infinite;
    -moz-animation: orbit 3.5s linear infinite;
}

.solar i.uranus:before {
    background: #23B87B;
    top: -8px;
    height: 15px;
    width: 15px;
}

.solar i.neptune {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    -webkit-animation: orbit 4s linear infinite;
    -moz-animation: orbit 4s linear infinite;
}

.solar i.neptune:before {
    background: #23B87B;
    top: -8px;
    height: 15px;
    width: 15px;
}

.solar i.pluto {
    width: 440px;
    height: 440px;
    margin-left: -220px;
    left: 50%;
    top: 50%;
    margin-top: -220px;
    -webkit-animation: orbit 4s linear infinite;
    -moz-animation: orbit 4s linear infinite;
}

.solar i.pluto:before {
    background: #23B87B;
    top: -8px;
    height: 15px;
    width: 15px;
}

.solar i.milky {
    width: 480px;
    height: 480px;
    margin-left: -240px;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    -webkit-animation: orbit 4s linear infinite;
    -moz-animation: orbit 4s linear infinite;
}

.solar i.milky:before {
    background: #23B87B;
    top: -12px;
    height: 25px;
    width: 25px;
}

@-webkit-keyframes orbit {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes glow {
    0% {
        box-shadow: none;
    }

    50% {
        background: #23B87B;
        box-shadow: 0 0 20px teal;
    }

    100% {
        box-shadow: none;
    }
}

@-moz-keyframes orbit {
    0% {
        -moz-transform: rotate(0deg);
    }

    50% {
        -moz-transform: rotate(-180deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-moz-keyframes glow {
    0% {
        box-shadow: none;
    }

    50% {
        background: #ffeb00;
        box-shadow: 0 0 20px orange;
    }

    100% {
        box-shadow: none;
    }
}