body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    overflow: hidden;
}

.image-overlay{
    /* background-color:blue; */
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    background-image: url("images/globe2.png");
    background-position: center bottom;
    background-repeat:none;
    background-size:cover;
}

#starvideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

#logo {
    position: fixed;
    top: 20px;
    left: 20px;
}

#main_menu {
    position: fixed;
    top: 20px;
    right: 20px;
}

.container {
    display: none;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
}

.container_installations {
    display: block;
}

.inner_container_content,
.inner_container_header,
.inner_container_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inner_container_header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    padding: 2vw;
    font-size: 14px;
    /* z-index: 9999999999999999999; */
}

.container_login>.inner_container_content {
    height: 100vh;
}

.container_intro>.inner_container_content {
    height: 100vh;
    display: block;
    margin-top: 25vh;
}

.inner_container_content {
    height: 100vh;
    position: relative;
}

.inner_container_content_devided {
    height: 70vh;
}

.two_demensional_view {
    background-size: contain;
    height: 20vh;
    position: relative;
    bottom: 0;
    width: fit-content;
    width: -moz-fit-content;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.two_demensional_view img {
    height: 100%;
}


/* .container_installations>.inner_container_header {
    background-color: salmon;
    height: 12vh;
} */

.logo img {
    height: 20vw;
}

.inner_container_header .logo img {
    height: 110px;
}

.inner_container_header .element_name {
    position: absolute;
    /* top: 150px; */
    top:33px;
    left:260px;

}


/*FURNACES*/

.furnaces {
    display: flex;
    max-width: 90%;
    flex-flow: row wrap;
    /* max-height: 80vh; */
    justify-content: center;
}

.furnaces>.furnace {
    /* border: 1px solid white; */
    margin: 1vw;
    background-color: #111;
}

.block-first,
.block-second {
    height: 12vw;
    width: 18vw;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.block-second {
    height: 8vw;
}

.block-first img,
.block-second img {
    width: 100%;
}

.installation_image {
    height: 80vh;
}

.installation_image img {
    height: 100%;
}

.element-image,
.element-options {
    background-color: #111;
    /* max-width: 50vw; */
}

.element-options {
    max-width: 50vw;
    flex-wrap: wrap;
}

.element-image img {
    height: 100%;
}

.element-options {
    display: grid;
    justify-content: stretch;
    align-items: center;
    text-align: center;
    grid-template-columns: auto auto;
}

.part-image {
    width: 100%;
}

.part-image img {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.part-title {
    padding: 30px;
    box-sizing: border-box;
    font-size: 1vw;
    font-weight: bold;
}

.part_container-image {
    overflow-y: auto;
    overflow-x: hidden;
    height: 70vh;
    width: 80vw;
}

.layering_points {
    position: absolute;
}

.layering_points,
.layering_points .installation_point {
    width: 90vw;
}

.layering_points img {
    width: 100%;
    position: absolute;
    display: block;
    /* background-color: blue; */
    top: 0;
}

.layering_points img:first-child {
    width: 100%;
    position: relative;
    display: block;
    opacity: 0.2;
}


/* .part_container-element {
    height: 80vh;
    width: 80vw;
} */


/* LOADING PART*/

.loading_container {
    align-items: center;
    justify-content: center;
    background-color: none;
    border: 5px solid #a6c3e7;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 99999999999999999999999;
    display: none;
    animation: pulse-yellow 2s infinite;
}


/*ANIMATION PART*/

.animationinterface {
    height: auto;
    min-height: 200px;
    position: fixed;
    bottom: 0vh;
    left: 0vw;
    /* z-index: 9999999999999999999; */
    display: inline-flex;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.animation_item {
    display: block;
    text-align: center;
    margin: 0 50px;
}

.animationelement {
    background-color: #a6c3e7;
    border-radius: 50%;
    margin: 10px;
    height: 40px;
    width: 40px;
    transform: scale(1);
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    /* display: inline-block; */
}

.main_header {
    display: none;
    position: fixed;
    width: 100%;
}


/* TABLETS lANDSCAPE */

@media (orientation: landscape) {
    .furnaces,
    .furnace,
    .part_container-element {
        display: flex;
    }
    .part_container-element {
        display: grid;
        /* grid-template-columns: auto 30vw;
        grid-template-rows: 20vh; */
        grid-template-columns: 38vw 25vw;
        grid-template-rows: 50vh;
    }
    .block-first,
    .block-second {
        height: 12vw;
        width: 18vw;
        background-size: cover;
    }
    .block-second {
        height: 12vw;
        width: 12vw;
        background-size: contain;
    }
}

@media (orientation: portrait) {
    .furnaces,
    .part_container-element {
        display: flex;
    }
    .furnace,
    .part_container-element {
        display: block;
    }
    .block-first,
    .block-second {
        height: 35vw;
        width: 35vw;
        background-size: cover;
    }
    .block-second {
        height: 15vw;
        background-size: contain;
    }
    .element-image {
        max-width: 60vw;
    }
    .element-image img {
        height: auto;
        width: 100%;
    }
    .element-options {
        max-width: 60vw;
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }
    .element-options .part {
        max-width: 15vw;
    }
    /* .container_elements .inner_container_content {
        position: relative;
    }
    .container_elements .inner_container_content img {
        width: 90vw;
        height: auto;
    } */
}


/* @media only screen and (max-width: 1024px) and (max-height: 768px) {
    body {
        background-color: blue;
    }
}


@media only screen and (max-width: 768px) {
    body {
        background-color: lightblue;
    }
}

@media only screen and (max-width: 414px) {
    body {
        background-color: red;
    }
} */