#solar-system i {
    font-size: 20px;
    opacity: .7;
}

.triangle {
    position: absolute;
    left: -8vmax;
    animation: moveRightLeft 10s linear infinite;
    color: #2E3192;
}

@keyframes moveRightLeft {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }
}

@keyframes moveRighttop {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translatey(50px);
    }
}

.rectangle {
    position: absolute;
    bottom: -33vmax;
    animation: moveRighttop 10s linear infinite;
    color: #BF1E2D;
}

.hexagon {
    position: absolute;
    bottom: -11vmax;
    right: -15vmax;
    animation: moveRighttop 10s linear infinite;
    color: #2E3192;
}

.octagon {
    position: absolute;
    right: 12vmax;
    top: 15vmax;
    animation: moveRightLeft 10s linear infinite;
}

.close {
    position: absolute;
    right: -20vmax;
    top: 30vmax;
    animation: moveRightLeft 10s linear infinite;
}

#solar-system {
    position: absolute;
    top: 10%;
    right: 50%;
    /* transform: translate(-50%, -50%); */
}

#sun {
    position: absolute;
    margin-top: 212px;
}

.sun-ray {
    position: relative;
    width: 300px;
    height: 300px;
}

.sun img {
    width: 250px;
    height: 250px;
    top: -20%;
    left: -15%;
    position: absolute;
    animation: moveRightscale 4s linear infinite;
}

@keyframes moveRightscale {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.mars {
    width: 20px;
    height: 20px;
    background-color: #2E3192;

    top: 375px;
    left: 205px;
    border-radius: 50%;
    position: relative;
}

.mars-orbit {
    content: "";
    position: absolute;

    width: 390px;
    height: 390px;

    border: dashed 2px rgba(0, 0, 0, 0.413);


    top: 88px;
    left: -124px;
    border-radius: 50%;

    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 100s;
    -moz-animation-duration: 14s;
}


.saturn {
    width: 30px;
    height: 30px;
    background-color: #BF1E2D;

    top: 422px;
    left: 32px;
    border-radius: 50%;
    position: relative;
}

.saturn-to {
    top: 55px;
    left: 52px;
    background-color: #2E3192;
}

.saturn-thre {
    top: 50px;
    left: 32.5vmax;
}

.saturn::after {}

.saturn-orbit {
    position: absolute;

    width: 568px;
    height: 568px;

    /* border: dashed 2px rgba(0, 0, 0, 0.413); */
    border: solid 1px rgba(0, 0, 0, 0.413);

    top: -8px;
    left: -210px;
    border-radius: 50%;


    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 100s;
    -moz-animation-duration: 16s;
}

@-webkit-keyframes orbit {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}


.img-ani {
    position: absolute;
    display: initial;
}

.react {
    top: 8vmax;
    left: -10vmax;
}

.html {
    top: 15vmax;
    left: 13vmax;
}

.bootstrap {
    left: 15vmax;
}

.shopify {
    bottom: -35vmax;
    left: -10vmax;
}

@media only screen and (max-width: 700px) {
    .section14-bottom-left {
        position: relative;
        /* background-color: red; */
        height: 100%;
        width: 50%;

    }

    #solar-system i {
        font-size: 20px;
        opacity: .7;
    }

    .triangle {
        position: absolute;
        left: -8vmax;
        top: 3vmax;
        animation: moveRightLeft 10s linear infinite;
        color: #2E3192;
    }

    @keyframes moveRightLeft {

        0%,
        100% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(50px);
        }
    }

    @keyframes moveRighttop {

        0%,
        100% {
            transform: translateX(0);
        }

        50% {
            transform: translatey(50px);
        }
    }

    .rectangle {
        position: absolute;
        bottom: -33vmax;
        animation: moveRighttop 10s linear infinite;
        color: #BF1E2D;
    }

    .hexagon {
        position: absolute;
        bottom: -11vmax;
        right: -15vmax;
        animation: moveRighttop 10s linear infinite;
        color: #2E3192;
    }

    .octagon {
        position: absolute;
        right: 5vmax;
        top: 25vmax;
        animation: moveRightLeft 10s linear infinite;
    }

    .close {
        position: absolute;
        right: -20vmax;
        top: 40vmax;
        animation: moveRightLeft 10s linear infinite;
    }

    #solar-system {
        position: absolute;
        top: 10%;
        right: 50%;
        /* transform: translate(-50%, -50%); */
    }

    #sun {
        position: absolute;
        margin-top: 212px;
    }

    .sun-ray {
        position: relative;
        width: 300px;
        height: 300px;
    }

    .sun img {
        width: 150px;
        height: 150px;
        top: -20%;
        left: 7%;
        position: absolute;
        animation: moveRightscale 4s linear infinite;
    }

    @keyframes moveRightscale {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }
    }

    .mars {
        width: 20px;
        height: 20px;
        background-color: #2E3192;

        top: 255px;
        left: 205px;
        border-radius: 50%;
        position: relative;
    }

    .mars-orbit {
        content: "";
        position: absolute;

        width: 290px;
        height: 290px;

        border: dashed 2px rgba(0, 0, 0, 0.413);


        top: 88px;
        left: -58px;
        border-radius: 50%;

        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -webkit-animation-name: orbit;
        -webkit-animation-duration: 100s;
        -moz-animation-duration: 14s;
    }


    .saturn {
        width: 30px;
        height: 30px;
        background-color: #BF1E2D;

        top: 5vmax;
        left: 32px;
        border-radius: 50%;
        position: relative;
    }

    .saturn-to {
        top: 35px;
        left: 320px;
        background-color: #2E3192;
    }

    .saturn-thre {
        top: 50px;
        left: 32.5vmax;
    }

    .saturn::after {}

    .saturn-orbit {
        position: absolute;

        width: 368px;
        height: 368px;

        /* border: dashed 2px rgba(0, 0, 0, 0.413); */
        border: solid 1px rgba(0, 0, 0, 0.413);

        top: 45px;
        left: -95px;
        border-radius: 50%;


        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -webkit-animation-name: orbit;
        -webkit-animation-duration: 100s;
        -moz-animation-duration: 16s;
    }

    @-webkit-keyframes orbit {
        from {
            transform: rotate(0deg)
        }

        to {
            transform: rotate(360deg)
        }
    }


    .img-ani {
        position: absolute;
        /* display: none; */
    }

    .react {
        top: 8vmax;
        left: -10vmax;

    }

    .html {
        top: 15vmax;
        left: 13vmax;

    }

    .bootstrap {
        left: 15vmax;

    }

    .shopify {
        bottom: -35vmax;
        left: -10vmax;

    }
}