body {
    overflow-x: hidden;
    max-width: 100vw;
}

.first_line {
    height: 1px;
    margin-top: calc(50vh - 62px);
    border-bottom: 2px solid white;
    position: absolute;
}

.right_line {
    width: calc(100vw - 8vw - 300px);
    margin-left: calc(8vw + 380px);
}

.left_line {
    width: 8vw;
    margin-left: -40px;
}

.first {
    width: 100%;
    height: calc(100vh - 80px);
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
}

.first_content {
    width: 100vw;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -20px;
    background-color: transparent;
}

.first_title_container {
    height: calc(100vh - 120px);
    text-align: left;
    font-size: 70px;
    font-weight: 700;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8vw;
    z-index: 2;
}

.first_title_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first_title {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -1px;
    z-index: 100;
}

.animation_1 {
    width: 100vw;
    position: absolute;
    right: 10px;
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0px;
    z-index: 1;
}

.animation_1inner {
    height: 340px;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.first_background {
    animation-name: earth;
    animation-duration: 150s;
    animation-delay: 0s;
    height: 400px;
    margin-left: 0px;
    margin-right: 120px;
    position: absolute;
    margin-top: -30px;
    overflow: hidden;
    overflow-x: hidden;
}

@keyframes earth {
    100% {transform: rotate(360deg); margin-top: 0px;}
}

.second_title {
    height: auto;
    width: calc(100% - 100px);
    text-align: center;
    z-index: 20;
    color: white;
    position: relative;
    letter-spacing: +1px;
    font-size: 50px;
    margin-left: 50px;
    /*
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 0px;
    border-right: 0px;
    */
    display: flex;
    justify-content: center;
}

.dis {
    text-decoration: underline;
    animation: brandbobbing 2.5s;
    animation-timing-function: cubic-bezier(0.74, 0.43, 0.29, 0.57);
    animation-iteration-count: infinite;
    padding-left: 10px;
    padding-right: 10px;
}

@keyframes brandbobbing {
    0% {
        transform: translateY(0px);
        transform: rotate(0deg);
    }
    25% {
        transform: translateY(6px);
        transform: rotate(3deg);
    }
    75% {
        transform: translateY(-6px);
        transform: rotate(-2deg);
    }
    100% {
        transform: translateY(0px);
        transform: rotate(0deg);
    }
}

.container {
    width: calc(100% - 120px);
    height: 720px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    margin-bottom: 50px;
}

.inner_container {
    width: 100%;
    height: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.planet_container {
    width: 33%;
    height: inherit;
}

.planet_container_standard {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.circle_back {
    position: absolute;
    border-radius: 200px;
    animation: bobbing 5s ease-in-out infinite;
}

.bobbing {
    display: flex;
    flex-direction: row;
    justify-content: center;
    animation: bobbing 2.5s ease-in-out infinite;
}

@keyframes bobbing {
    0% {transform: translateY(0px);}
    25% {transform: translateY(6px);}
    75% {transform: translateY(-6px);}
    100% {transform: translateY(0px);}
}

.planet_image {
    background-size: cover;              
    position: absolute;
    transition: transform .2s;
    animation-name: bobbing; /* target animation-2 */
    animation-play-state: paused;
}

.planet_image:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
    cursor: pointer;
}

.text { 
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
    opacity: 0.8;
    color: white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-align: left;
    position: absolute;
}

.planet_cont_1 {
    display: flex;
    justify-content: flex-start;
}

.planet_container_1 {
    height: 240px;
    width: 240px;
    margin-top: 16vh;
}

.pointer_1 {
    margin-top: 270px;
    margin-right: -55px;
    width: 100px;
    height: 200px;
    background-image: url("../../_assets/images/pointers/pointer_1.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.circle_back_1 {
    width: 240px;
    height: 240px;
    border-radius: 200px;
    background: linear-gradient(to top, #e02990 0%, rgba(0, 0, 0, 0) 100%);
    animation: bobbing 3s ease-in-out infinite;
}

.planet_image_1 {
    background-image: url("../../_assets/images/galaxy-planets/3.png");
    width: 210px;
    height: 210px;
    margin-top: 15px;
}

.text_1 {
    margin-top: 444px;
    margin-left: 300px;
    width: 150px;
}

.planet_cont_2 {
    display: flex;
    justify-content: center;
    z-index: 5;
}

.planet_container_2 {
    height: 400px;
    width: 400px;
    margin-top: 25vh;
}

.pointer_2 {
    margin-top: -170px;
    margin-right: -200px;
    width: 160px;
    height: 171px;
    background-image: url("../../_assets/images/pointers/pointer_2.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.circle_back_2 {
    width: 400px;
    height: 400px;
    border-radius: 200px;
    background: linear-gradient(to bottom, #1cb3a7 0%, rgba(0, 0, 0, 0) 100%);
    animation: bobbing 3s ease-in-out infinite;
}

.planet_image_2 {
    background-image: url("../../_assets/images/galaxy-planets/2.png");
    width: 372px;
    height: 372px;
    margin-top: 14px;
}

.text_2 {
    margin-top: -183px;
    margin-right: -562px;
    position: absolute;
}

.planet_cont_3 {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 0;
}

.planet_container_3 {
    height: 200px;
    width: 200px;
    margin-top: 25vh;
}

.pointer_3 {
    margin-top: 230px;
    margin-right: 82px;
    width: 150px;
    height: 160px;
    background-image: url("../../_assets/images/pointers/pointer_3.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.circle_back_3 {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: linear-gradient(to bottom, #c8435a 0%, rgba(0, 0, 0, 0) 100%);
    animation: bobbing 3s ease-in-out infinite;
}

.planet_image_3 {
    background-image: url("../../_assets/images/galaxy-planets/1.png");
    width: 180px;
    height: 180px;
    margin-top: 10px;
}

.text_3 {
    margin-top: 364px;
    margin-left: -273px;
}

.scrolldown_container {
    position: absolute;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: calc(100vh - 50px);
    z-index: 50;
}

.scrolldown_text {
    font-size: 18px;
    letter-spacing: +0.5px;
    color: white;
    opacity: 0.9;
    font-weight: 300;
    margin-right: 15px;
    padding-top: 6px;
    animation: arrowbobbing 4s ease-in-out infinite;
}

@keyframes textbobbing {
    0% {transform: translateY(0px);}
    25% {transform: translateY(-3px);}
    75% {transform: translateY(3px);}
    100% {transform: translateY(0px);}
}

.scrolldown_icon {
    height: 40px;
    width: 35px;
    background-image: url("../../_assets/images/down_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
    animation: arrowbobbing 2.5s ease-in-out infinite;
}

@keyframes arrowbobbing {
    0% {transform: translateY(0px);}
    25% {transform: translateY(3px);}
    75% {transform: translateY(-3px);}
    100% {transform: translateY(0px);}
}

/* media queries */
@media screen and (max-width: 1200px) {
    .first_background {
        margin-right: 70px;
    }
}

@media screen and (max-width: 1000px) {
    .second_title {
        font-size: 40px;
    }
    
    .dis {
        width: auto;
    }
    
    .container {
        height: 930px;
        min-height: none;
        margin-bottom: -50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .container {
        height: 900px;
        min-height: none;
        margin-bottom: -50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .inner_container {
        width: 100vw;
        flex-direction: column;
        flex-wrap: wrap;
        margin-left: 0px;
    }
    
    .planet_container {
        width: 100%;
    }
    
    .planet_container_standard {
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .planet_cont_1 {
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .pointer_1 {
        margin-right: -0px;
    }
    
    .planet_cont_2 {
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .planet_cont_3 {
        flex-direction: row;
        justify-content: flex-start;
    }
    
    .planet_cont_1, .planet_cont_2, .planet_cont_3 {
        width: 100vw;
        height: 210px;
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .planet_container_1, .planet_container_2, .planet_container_3 {
        margin: 0px;
        height: auto;  
        width: 100%;   
    }
    
    .planet_container_1 {
        margin-left: calc(((100vw - 537px) / 2) + 18px);
    }
    
    .planet_container_2 {
        margin-left: calc(((100vw - 607px) / 2) + 18px);
    }
    
    .planet_container_3 {
        margin-left: calc(((100vw - 559px) / 2) + 18px);
    }
    
    .pointer_1, .pointer_2, .pointer_3 {
        margin: 0px;
        height: 210px;
        width: 170px;
        margin-left: 200px;
        background-position: center;
        background-image: url("../../_assets/images/pointers/planet-pointer_horiz.svg");
    }
    
    .circle_back_1, .circle_back_2, .circle_back_3 {
        width: 210px;
        height: 210px;
        margin-left: -20px;
    }
    
    .planet_image_1, .planet_image_2, .planet_image_3 {
        width: 180px;
        height: 180px;
    }
    
    .text_1, .text_2, .text_3 {
        margin: 0px;
        margin-top: 87px;
        margin-left: 380px;
    }
}

@media screen and (max-width: 975px) {
    .first_background {
        margin-right: 40px;
        height: 320px;
        margin-top: 41px;
    }
}

@media screen and (max-width: 830px) { 
    .first_line {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .second_title {
        font-size: 34px;
        width: calc(100% - 18px);
        margin-left: 9px;
        margin-top: 50px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 720px) {
    .first_content {
        flex-direction: column;
    }
    
    .first_title_container {
        padding-left: 0px;
        height: calc(100vh - 200px);
    }
    
    .first_title {
        font-size: 32px;
        text-align: center;
        margin-top: 60px;
    }
    
    .animation_1 {
        justify-content: center;
        margin-top: 60px;
    }
    
    .animation_1inner {
        justify-content: center;
        flex-direction: row;
        min-height: fit-content;
    }
    
    .first_background {
        height: 60vw;
        opacity: 0.8;
        margin-top: 0px;
        margin-right: 0px;
    }
    
    .animation_1 {
        width: 100vw;
        padding-right: 0px;
    }
    
    .first_background {
        height: 340px;
    }
}

@media screen and (max-width: 700px) {
    .container {
        height: 873px;
    }
    
    .text {
        margin-top: -10px;
    }
    
    .planet_container_1 {
        margin-left: calc(((100vw - 401px) / 2) + 48px);
    }
    
    .planet_container_2 {
        margin-left: calc(((100vw - 471px) / 2) + 48px);
    }
    
    .planet_container_3 {
        margin-left: calc(((100vw - 422px) / 2) + 48px);
    }
    
    .pointer_1, .pointer_2, .pointer_3 {
        margin: 0px;
        height: 210px;
        width: 120px;
        margin-left: 100px;
        margin-top: -30px;
    }
    
    .circle_back_1, .circle_back_2, .circle_back_3 {
        width: 150px;
        height: 150px;
        margin-left: -50px;
    }
    
    .planet_image_1, .planet_image_2, .planet_image_3 {
        margin-top: 10px;
        width: 130px;
        height: 130px;
    }
    
    .text_1, .text_2, .text_3 {
        margin: 0px;
        margin-top: 56px;
        margin-left: 215px;
    }
}

@media screen and (max-width: 600px) {
    .second_title {
        font-size: 24px;
    }
}

@media screen and (max-width: 560px) {
    .animation_1 {
        padding-right: 0;
        position: absolute;
    }
}

@media screen and (max-width: 500px) {
    .scrolldown_container {
        flex-direction: column;
    }
    
    .scrolldown_text {
        font-size: 16px;
        letter-spacing: +0.2px;
        margin-right: 4px;
        text-align: center;
    }
    
    .scrolldown_icon {
        margin-left: calc((100vw - 35px) / 2);
    }
}

@media screen and (max-width: 475px) {
    .planet_container_1 {
        margin-left: calc(((100vw - 257px) / 2) + 48px);
    }
    
    .planet_container_2 {
        margin-left: calc(((100vw - 332px) / 2) + 48px);
    }
    
    .planet_container_3 {
        margin-left: calc(((100vw - 282px) / 2) + 48px);
    }
    
    .pointer_1, .pointer_2, .pointer_3 {
        margin-left: -26px;
        margin-top: 15px;
        width: 140px;
        transform: rotate(70deg);
        z-index: 2;
    }
    
    .text_1, .text_2, .text_3 {
        margin-top: 148px;
        margin-left: 73px;
    }
}

@media screen and (max-width: 400px) {
    .second_title {
        font-size: 20px;
    }
}