body {
    overflow-x: hidden;
}

.home-landing-banner-container {
    overflow: hidden;
    height: 90vh;
}

.home-orbit-banner-container {
    display: flex;
    align-items: end;
    padding: 50px 100px;
    height: 440px;
}

.home-empire-container {
    display: flex;
    align-items: center;
    padding: 50px 100px;
    /*height: 440px;*/
}

img.planet-spinner-1 {
    margin-top: -30px;
    width: 360px;
    position: absolute;
    z-index: 1;
    /*right: -100px;*/
    right: 0;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.offsetted-container {
    margin-top: -40px;
}

img.model_1 {
    width: 372px;
    position: absolute;
    z-index: 1;
}

img.model_1-accent_1 {
    position: absolute;
    left: 50px;
    bottom: 70px;
}
img.model_1-accent_2 {
    position: absolute;
    left: 0;
    bottom: 35px;
}

.container-subtitle-emphasized {
    font-weight: bold;
    color: #00c2cb;
}

.container-title {
    color: #4e6576;
    font-family: 'montserrat', serif !important;

}

/*.connect-with-us{*/
/*    padding-top: 100px;*/
/*}*/

.learn-more {
    color: #262626!important;
    padding: 18px 57px;
    font-weight: bold;
    font-size: 12px;
}

.world-order {
    margin-left: -100px;
}

.home-model-container {
    position: relative;
}

@media only screen and (max-width: 430px) {

    .landing-video-image{
        margin-top: 80px;

    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .home-landing-banner-container {
        height: unset;
    }

    img.model_1 {
        width: 300px;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        left: 20%;
        transform: translateX(-50%);
    }

    img.model_1-accent_1 {
        width: 80%;
        height: 29px;
    }

    img.planet-spinner-1 {
        width: 40%;
        right: 10%;
    }

    video {
        margin-top: 70px;
        height: calc(80vh - 70px);
        object-fit: cover;
    }

    .learn-more {
        display: none;
    }

    .connect-with-us {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) {

    .connect-with-us{
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) {

    .connect-with-us{
        padding-top: 120px;
    }

}

