.c-pointer {
    cursor: pointer;
}

/* CSS CHO THANH TRƯỢT */
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #263A94;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #069046;
}

/* HẾT CSS THANH TRƯỢT */

#hero {
    background: url(../images/misc/hero.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

#hero::before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 350px;
    background: url(../images/misc/wave_separator.svg) center center / cover no-repeat;
}
.section {
    overflow: hidden;
}
/* Vòng quay */
.decor-flare {
     background: url(../images/misc/light_flare.png) no-repeat;
    /* background-position: center center; */
    background-size: cover;
    mix-blend-mode: screen;
    width: 900px;
    height: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.decor-gift::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 100px;
    width: 100px;
    height: 100px;
    background: url(../images/misc/subproduct_box.png) center center / contain no-repeat;
}

.decor-gift::after {
    content: '';
    position: absolute;
    top: 400px;
    left: -30px;
    width: 150px;
    height: 250px;
    background: url(../images/misc/canvas_bag.png) center center / contain no-repeat;
    /* animation: pendulum 2s infinite alternate; */
    transform-origin: center top 15px;
    transform: rotate(15deg);
    animation-delay: 1s;
}

.decor-keychain::before {
    content: '';
    position: absolute;
    top: 200px;
    left: -60px;
    width: 100px;
    height: 120px;
    background: url(../images/misc/voucher_10k.png) center center / contain no-repeat;
    /* animation: pendulum 2s infinite alternate; */
    transform-origin: center top 15px;
    transform: rotate(-15deg);
    animation-delay: .5s;
}

.decor-keychain::after {
    content: '';
    position: absolute;
    top: 70px;
    left: 450px;
    width: 100px;
    height: 120px;
    background: url(../images/misc/keychain.png) center center / contain no-repeat;
    /* animation: pendulum 2s infinite alternate; */
    transform-origin: center top 15px;
    transform: rotate(-15deg);
    animation-delay: 1s;
}

.decor-voucher::before {
    content: '';
    position: absolute;
    top: 280px;
    left: 600px;
    width: 40px;
    height: 60px;
    background: url(../images/misc/voucher_20k.png) center center / contain no-repeat;
    /* animation: pendulum 2s infinite alternate; */
    transform-origin: center top 15px;
    transform: rotate(15deg);
    animation-delay: 1s;
}

.decor-voucher::after {
    content: '';
    position: absolute;
    top: 650px;
    left: 50px;
    width: 150px;
    height: 220px;
    background: url(../images/misc/voucher_30k.png) center center / contain no-repeat;
    animation: pendulum 2s infinite alternate;
    transform-origin: center top 15px;
    transform: rotate(15deg);
}

.decor-product::before {
    content: '';
    position: absolute;
    top: 250px;
    left: -120px;
    width: 150px;
    height: 500px;
    background: url(../images/misc/product_box.png) center center / contain no-repeat;
    animation: pulse 2s infinite alternate;
    /* transform-origin: center top 15px; */
    /* transform: rotate(15deg); */
    animation-delay: 1s;
}

.decor-product::after {
    content: '';
    position: absolute;
    top: 330px;
    left: -200px;
    width: 150px;
    height: 450px;
    background: url(../images/misc/product.png) center center / contain no-repeat;
    animation: pulse 2s infinite alternate;
    /* transform-origin: center top 15px; */
    /* transform: rotate(-15deg); */ 
}

@keyframes pendulum {
    0% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(-15deg);
    }
}

@keyframes scaling {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes pulse {
    50% {
        transform: translateY(15px);
    }
}

.icon-box {
    font-size: 1.75rem;
    border-radius: 50%;
    color: #016B95;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1rem;
}

.wheel {
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    min-height: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.wheel::after {
    content: "";
    position: absolute;
    height: 550px;
    width: 544px;
    top: calc(50% - 275px);
    left: calc(50% - 272px);
    z-index: -2;
    background: url("../images/Vong-quay-may-man_vong-quay.gif") no-repeat top left;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
}

.wheel-container {
    width: 700px;
    height: 700px;
    position: relative;
    overflow: hidden;
    transition: 3s all;
    mix-blend-mode: multiply;
}

.wheel-container::after {
    content: "";
    position: absolute;
    top: calc(50% - 225px);
    left: calc(50% - 225px);
    height: 450px;
    width: 450px;
    background: url("../images/wheel_inside.png") no-repeat top left;
    filter: drop-shadow(5px 5px 5px rgba(100, 100, 111, 0.4));
    filter: drop-shadow(0px 0px 10px rgba(100, 100, 100, 0.3));
    background-size: cover;
    border-radius: 50%;
}

.wheel-mid {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 9999999;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    background: url("../images/wheel_icon.svg") no-repeat top left;
    background-size: cover;
    filter: drop-shadow(5px 5px 5px rgba(100, 100, 111, 0.4));
    cursor: pointer;
}

#spin:hover {
    filter: drop-shadow(5px 5px 5px rgba(100, 100, 111, 0.8));
}

.stoper {
    height: 31px;
    width: 50px;
    background: url("../images/wheel_stopper.png") no-repeat top left;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    margin-right: -272px;
    z-index: 99999;
}

.col-scaling {
    position: relative;
}

.col-scaling:before,
.col-scaling:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    mix-blend-mode: screen;
    animation: scaling 4s linear infinite;
}

.col-scaling:after {
    animation-delay: -2s;
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .decor-gift::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 180px;
        margin-top: 50px;
        width: 80px;
        height: 80px;
        background: url(../images/misc/subproduct_box.png) center center / contain no-repeat;
    }

    .decor-gift::after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        margin-bottom: -20px;
        margin-right: 50px;
        width: 108px;
        height: 180px;
        background: url(../images/misc/canvas_bag.png) center center / contain no-repeat;
        /* animation: pendulum 2s infinite alternate; */
        transform-origin: center top 15px;
        transform: rotate(-15deg);
        animation-delay: 1s;
    }

    .decor-keychain::before {
        content: '';
        position: absolute;
        top: 110px;
        left: 20px;
        width: 90px;
        height: 108px;
        background: url(../images/misc/voucher_10k.png) center center / contain no-repeat;
        /* animation: pendulum 2s infinite alternate; */
        transform-origin: center top 15px;
        transform: rotate(15deg);
        animation-delay: .5s;
    }

    .decor-keychain::after {
        content: '';
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: 70px;
        width: 90px;
        height: 108px;
        background: url(../images/misc/keychain.png) center center / contain no-repeat;
        animation: pendulum 2s infinite alternate;
        transform-origin: center top 15px;
        transform: rotate(-15deg);
        animation-delay: 1s;
    }

    .decor-keychain-2::before {
        content: '';
        position: absolute;
        width: 90px;
        height: 90px;
        background: url(../images/misc/decor-keychain-2.png) center center / contain no-repeat;
        /* animation: pendulum 2s infinite alternate;
        animation-delay: 1s; */
    }
    .decor-keychain-2::after {
        content: '';
        position: absolute;
        width: 90px;
        height: 90px;
        background: url(../images/misc/keychain1.png) center center / contain no-repeat;
        /* animation: pendulum 2s infinite alternate;
        animation-delay: 1s; */
    }
    .decor-keychain-2::before{
        top: 0;
        left: 0;
        margin-left: 60px;
        margin-top: 10px;
        transform: rotate(-15deg);
    }
    .decor-keychain-2::after{
        bottom: 0;
        left: 45%;
        transform: translateX(-50%);
    }
    .decor-voucher::before {
        content: '';
        position: absolute;
        top: 130px;
        right: 40px;
        left: auto;
        width: 48px;
        height: 72px;
        background: url(../images/misc/voucher_20k.png) center center / contain no-repeat;
        /* animation: pendulum 2s infinite alternate; */
        transform-origin: center top 15px;
        transform: rotate(-15deg);
        animation-delay: 1s;
    }


    .decor-voucher::after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        margin-bottom: 0;
        width: 150px;
        height: 220px;
        background: url(../images/misc/voucher_30k.png) center center / contain no-repeat;
        animation: none;
        transform-origin: center top 15px;
        transform: rotate(15deg);
    }
}

@media (max-width: 576px) {

    /* Vòng quay */
    .decor-flare {
        background: url(../images/misc/light_flare.png) no-repeat;
       background-position: center center;
       background-size: cover;
       mix-blend-mode: screen;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
    }

    .decor-gift::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 180px;
        margin-top: 50px;
        width: 80px;
        height: 80px;
        background: url(../images/misc/subproduct_box.png) center center / contain no-repeat;
    }

    .decor-gift::after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        margin-bottom: -20px;
        margin-right: 50px;
        width: 108px;
        height: 180px;
        background: url(../images/misc/canvas_bag.png) center center / contain no-repeat;
        /* animation: pendulum 2s infinite alternate; */
        transform-origin: center top 15px;
        transform: rotate(-15deg);
        animation-delay: 1s;
    }

    .decor-keychain::before {
        content: '';
        position: absolute;
        top: 110px;
        left: 10px;
        width: 90px;
        height: 108px;
        background: url(../images/misc/voucher_10k.png) center center / contain no-repeat;
        /* animation: pendulum 2s infinite alternate; */
        transform-origin: center top 15px;
        transform: rotate(15deg);
        animation-delay: .5s;
    }

    .decor-keychain::after {
        content: '';
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: 70px;
        width: 90px;
        height: 108px;
        background: url(../images/misc/keychain.png) center center / contain no-repeat;
        animation: pendulum 2s infinite alternate;
        transform-origin: center top 15px;
        transform: rotate(-15deg);
        animation-delay: 1s;
    }

    .decor-keychain-2::before{
        content: '';
        position: absolute;
        width: 90px;
        height: 90px;
        background: url(../images/misc/decor-keychain-2.png) center center / contain no-repeat;
        top: 0;
        left: 0;
        margin-left: 60px;
        margin-top: 10px;
        transform: rotate(-15deg);
    }
    .decor-keychain-2::after{
        content: '';
        position: absolute;
        width: 90px;
        height: 90px;
        background: url(../images/misc/keychain1.png) center center / contain no-repeat;
        bottom: 0;
        left: 45%;
        transform: translateX(-50%);
    }
    .decor-voucher::before {
        content: '';
        position: absolute;
        top: 130px;
        right: 40px;
        left: auto;
        width: 48px;
        height: 72px;
        background: url(../images/misc/voucher_20k.png) center center / contain no-repeat;
        /* animation: pendulum 2s infinite alternate; */
        transform-origin: center top 15px;
        transform: rotate(-15deg);
        animation-delay: 1s;
    }


    .decor-voucher::after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        margin-bottom: 0;
        width: 150px;
        height: 220px;
        background: url(../images/misc/voucher_30k.png) center center / contain no-repeat;
        animation: none;
        transform-origin: center top 15px;
        transform: rotate(15deg);
    }


    .wheel {
        display: flex;
        align-items: center;
        justify-content: center;
        /* overflow: hidden; */
        min-height: 500px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .wheel::after {
        content: "";
        position: absolute;
        height: 360px;
        width: 360px;
        top: calc(50% - 180px);
        left: calc(50% - 180px);
        z-index: -2;
        background: url("../images/Vong-quay-may-man_vong-quay.gif") no-repeat top left;
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
    }

    .wheel-container {
        width: 500px;
        height: 600px;
        position: relative;
        overflow: hidden;
        transition: 3s all;
        mix-blend-mode: multiply;
    }

    .wheel-container::after {
        content: "";
        position: absolute;
        top: calc(50% - 147px);
        left: calc(50% - 150px);
        height: 300px;
        width: 300px;
        background: url("../images/wheel_inside.png") no-repeat top left;
        filter: drop-shadow(5px 5px 5px rgba(100, 100, 111, 0.4));
        filter: drop-shadow(0px 0px 10px rgba(100, 100, 100, 0.3));
        background-size: cover;
        border-radius: 50%;
    }

    .wheel-mid {
        position: absolute;
        width: 50px;
        height: 50px;
        z-index: 9999999;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
        background: url("../images/wheel_icon.svg") no-repeat top left;
        background-size: cover;
        filter: drop-shadow(5px 5px 5px rgba(100, 100, 111, 0.4));
        cursor: pointer;
    }

    #spin:hover {
        filter: drop-shadow(5px 5px 5px rgba(100, 100, 111, 0.8));
    }

    .stoper {
        height: 31px;
        width: 50px;
        background: url("../images/wheel_stopper.png") no-repeat top left;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translateY(-50%);
        margin-right: -180px;
        z-index: 99999;
    }

    .col-scaling {
        position: relative;
    }

    .col-scaling:before,
    .col-scaling:after {
        display: none;
    }
}

.bg-blue {
    background-color: #016B95;
}

.bg-fill {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.product-podium {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}


.product-podium img {
    position: absolute;
    z-index: 9;
}

.bubble-anima::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(../images/misc/K2_bubble.png) center center / contain no-repeat;
    background-size: cover;
    animation: rotateElliptical 8s linear infinite;
    animation-delay: -2s;
}

.bubble-anima::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(../images/misc/D3_bubble.png) center center / contain no-repeat;
    background-size: cover;
    animation: rotateElliptical 8s linear infinite;
}

@keyframes rotateElliptical {
    0% {
        opacity: .6;
        top: 20%;
        left: 0;
        transform: scale(.6);
    }

    25% {
        opacity: 1;
        top: 40%;
        left: 50%;
        transform: scale(1);
        z-index: 99;
    }

    50% {
        opacity: .6;
        top: 15%;
        left: 95%;
        transform: translateX(-100%);
        z-index: 1;
    }

    75% {
        opacity: .3;
        top: 0%;
        left: 50%;
        transform: scale(.6);
    }

    100% {
        opacity: .6;
        top: 20%;
        left: 0;
        transform: scale(.6);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-podium {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 400px;
    }

    .bubble-anima::before {
        width: 70px;
        height: 70px;
    }

    .bubble-anima::after {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .product-podium {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 300px;
    }

    .bubble-anima::before {
        width: 70px;
        height: 70px;
    }

    .bubble-anima::after {
        width: 70px;
        height: 70px;
    }
}

.col-policy .accordion .accordion-item {
    border: none;
}

.col-policy .accordion .accordion-button {
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-policy .accordion .accordion-button:focus {
    box-shadow: none;
}

.col-policy .accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #016B95;
    box-shadow: none;
}

.text-dark-blue {
    color: #0B55A5;
}

.text-green {
    color: #068346;
}

.ft-link {
    transition: all 0.2s ease 0s;
    text-decoration: none !important;
    color: #0B55A5;
    line-height: 2;
}

.ft-link.dark {
    color: #000;
    font-size: 18px;
}

.ft-link:hover {
    color: #068346;
}

.menu-ft {
    padding-left: 0px !important;
    margin-top: 0px;
    margin-bottom: 1rem;
    list-style-type: none;
}

.policy-anima {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}

.product-lid-anima {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -70px;
    animation: pulse 2s infinite alternate;
    animation-delay: 1s;

}
.product-box-left-anima{
    width: 100px;
    rotate: -5deg;
}

@-webkit-keyframes swoop {
    0% {
        box-shadow: inset 0 0 0 0 #016B95, inset 0 0 0 0 white;
    }

    50% {
        box-shadow: inset 0 0 0 0 #016B95, inset 0 0 0 15px white;
    }

    100% {
        box-shadow: inset 0 0 0 15px #016B95, inset 0 0 0 15px white;
    }
}

@keyframes swoop {
    0% {
        box-shadow: inset 0 0 0 0 #016B95, inset 0 0 0 0 white;
    }

    50% {
        box-shadow: inset 0 0 0 0 #016B95, inset 0 0 0 15px white;
    }

    100% {
        box-shadow: inset 0 0 0 15px #016B95, inset 0 0 0 15px white;
    }
}

.circle {
    border: 1px solid #0B55A5;
    border-radius: 50%;
    position: absolute;
}

.circle-1 {
    width: 600px;
    height: 600px;
}

.circle-2 {
    width: 450px;
    height: 450px;
}

.circle-1 .point {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
}

.circle-1 .point-1::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-animation: swoop 1s infinite;
    animation: swoop 2s infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
    animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
    background-color: #016B95;
    transform: translate(-20px, -20px);
}

.circle-1 .point-2::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-animation: swoop 1s infinite;
    animation: swoop 2.5s infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
    animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
    background-color: #016B95;
    transform: translate(-30px, -30px);
}

.circle-1 .point-3::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: -35px;
    margin-left: -35px;
    background: url(../images/misc/D3_satellite.png) center center / contain no-repeat;
    background-size: cover;
    animation: circle1 30s linear infinite;
}

.circle-1 .point-1 {
    -webkit-animation: circle1 6s linear infinite;
    animation: circle1 30s linear infinite;
}

.circle-1 .point-2 {
    -webkit-animation: circle1 6s linear infinite;
    animation: circle1 30s linear infinite;
    animation-delay: -10s;
}

.circle-1 .point-3 {
    -webkit-animation: circle1 6s linear infinite;
    animation: circle1 30s linear infinite;
    animation-delay: -20s;
}


.circle-2 .point {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
}

.circle-2 .point-1::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: swoop 1s infinite;
    animation: swoop 2.5s infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
    animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
    background-color: #016B95;
    transform: translate(-15px, -15px);
}

.circle-2 .point-2::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: swoop 1s infinite;
    animation: swoop 2s infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
    animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
    background-color: #016B95;
    transform: translate(-10px, -10px);
}

.circle-2 .point-3::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background: url(../images/misc/K2_satellite.png) center center / contain no-repeat;
    background-size: cover;
    animation: circle1 30s linear infinite;
}

.circle-2 .point-1 {
    -webkit-animation: circle1 6s linear infinite;
    animation: circle1 30s linear infinite;
    animation-delay: -25s;
}

.circle-2 .point-2 {
    -webkit-animation: circle1 6s linear infinite;
    animation: circle1 30s linear infinite;
    animation-delay: -15s;
}

.circle-2 .point-3 {
    -webkit-animation: circle1 6s linear infinite;
    animation: circle1 30s linear infinite;
    animation-delay: -5s;
}

@keyframes circle1 {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@media (max-width: 576px) {
    
    .policy-anima {
        min-height: 400px;
    }

    .policy-anima .product-body-anima {
        width: 60px;
    }

    .policy-anima .product-box-left-anima {
        width: 80px;
        rotate: -5px;
    }

    .policy-anima .product-lid-anima {
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: 33px;
        margin-left: -55px;
        animation: pulse 2s infinite alternate;
        animation-delay: 1s;
        width: 50px;
    }

    .circle-1 {
        width: 350px;
        height: 350px;
    }

    .circle-2 {
        width: 280px;
        height: 280px;
    }

    .circle-1 .point {
        position: absolute;
        width: 350px;
        height: 350px;
        border-radius: 50%;
    }

    .circle-1 .point-1::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        -webkit-animation: swoop 1s infinite;
        animation: swoop 2s infinite;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
        -webkit-animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
        animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
        background-color: #016B95;
        transform: translate(-10px, -10px);
    }

    .circle-1 .point-2::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-animation: swoop 1s infinite;
        animation: swoop 2.5s infinite;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
        -webkit-animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
        animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
        background-color: #016B95;
        transform: translate(-20px, -20px);
    }

    .circle-1 .point-3::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-top: -25px;
        margin-left: -25px;
        background: url(../images/misc/D3_satellite.png) center center / contain no-repeat;
        background-size: cover;
        animation: circle1 30s linear infinite;
    }


    .circle-2 .point {
        position: absolute;
        width: 280px;
        height: 280px;
        border-radius: 50%;
    }

    .circle-2 .point-1::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        -webkit-animation: swoop 1s infinite;
        animation: swoop 2.5s infinite;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
        -webkit-animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
        animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
        background-color: #016B95;
        transform: translate(-10px, -10px);
    }

    .circle-2 .point-2::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        -webkit-animation: swoop 1s infinite;
        animation: swoop 2s infinite;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
        -webkit-animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
        animation-timing-function: cubic-bezier(0.71, 0.13, 1, 0.71);
        background-color: #016B95;
        transform: translate(-7px, -7px);
    }

    .circle-2 .point-3::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-top: -20px;
        margin-left: -20px;
        background: url(../images/misc/K2_satellite.png) center center / contain no-repeat;
        background-size: cover;
        animation: circle1 30s linear infinite;
    }
}