/* NAVTOP */
.navtop {
    position: fixed;
    top: 0;
    left: 0;
    padding: 23px 24px 0 24px;
    height: 20px;
    width: calc(100% - 48px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-rendering: geometricPrecision;
}

@media only screen and (max-width: 500px) {
    .navtop {
        padding: 18px 18px 0 18px;
        width: calc(100% - 36px); 
    }
}

.navtoptxt {
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
}

        .navtop_updated {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: center;
        }

            .updatedicon {
                display: block;
                width: 12px;
                height: 12px;
                border-radius: 7px;
                border: 1px solid rgba(255,39,10,1);
                margin: 0 6px 1px 0;
            }

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

}

.navtop_headline_controls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

        #text {
            position: relative;
            margin-left: 6px;
            cursor: pointer;
            width: 47px;
            height: 13px;
        }

                .text_line {
                    height: 1px;
                    width: 33px;
                    background-color: rgba(255,255,255,0.25);
                    position: absolute;
                    top: 6px;
                    left: 7px; 
                }

                #text:hover > .text_line {
                    background-color: rgba(255,255,255,0.5);
                }

                #text_toggle {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 13px;
                    width: 13px;
                    background-color: rgba(255,39,10,1);
                    border-radius: 6.5px;
                    transition: transform 0.5s, background-color 0.5s;
                }

                .text_toggle_on {
                    transform: translateX(34px);
                    transition: transform 0.5s, background-color 0.5s;
                    background-color: rgba(208,208,208,1) !important;
                }


#about {
    cursor: pointer;
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

        #about:hover {
            cursor: pointer;
            border-bottom: 1px solid rgba(255,39,10,1);
        }

        #about_title {
            display: inline-block;
        }

        #about_time {
            display: none;
        }

        @media only screen and (max-width: 500px) {
            #about_title {
                display: none;
            }

            #about_time {
                display: inline-block;
            }
        }

#updatedtime {
    position: fixed;
    top: 0;
    left: 50%;
    padding: 23px 0 0 0;
    height: 20px;
    margin: 0 auto;
    transform: translateX(-50%);
}

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

    #updatedtime {
        display: none;
    }
}

/* NAVBOTTOM */

#navbottom {
    position: fixed;
    bottom: 54px;
    left: 0;
    height: 34px;
    width: calc(100% - 48px);
    padding: 0px 24px;

    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: geometricPrecision;
    font-size: 34px;
    line-height: 54px;
    
}


@media only screen and (max-width: 900px) {
    #navbottom {
        bottom: 32px;
        height: 20px;
        font-size: 15px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 500px) {
    #navbottom {
        padding: 0px 18px;
        width: calc(100% - 36px); 
    }
}

        .navbottom_menu {
            height: 54px;
            width: 100%;
            border-bottom: 1px solid rgb(255,255,255,0.35);
        }

        @media only screen and (max-width: 900px) {
            .navbottom_menu {
                height: 24px;
            }
        }

        .navbottom_marker {
            width: 0; 
            height: 0; 
            border-left: 7.5px solid transparent;
            border-right: 7.5px solid transparent;
            border-bottom: 12px solid rgba(255,39,10,1);
            margin: 9px auto 13px auto;
        }

        @media only screen and (max-width: 900px) {
            .navbottom_marker {
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 10px solid rgba(255,39,10,1);
                margin: 6px auto 9px auto;
            }
        }

        .navbutton {
            display: inline-block;
            cursor: pointer;
            padding-bottom: 7px;
        }

        .navbutton:hover {
            color: rgba(255,255,255,0.5);
        }

        @media only screen and (max-width: 900px) {
            .navbutton {
                padding-bottom: 2px;
            }
    
            .navbutton:hover {
                padding-bottom: 1px;
            }
        }
            

        #map {
            width: 67px;
            margin: 0;
            transition: margin-left 1s, margin-right 1s;
        }

        #space {
            width: 157px;
            margin: 0 18px;
            transition: margin-left 1s, margin-right 1s;
        }

        #grid {
            width: 152px;
            margin: 0;
            transition: margin-left 1s, margin-right 1s;
        }


        @media only screen and (max-width: 900px) {
            #map {
                width: 30px;
            }
            
            #space {
                width: 70px;
                margin: 0 9px;
            }

            #grid {
                width: 67px;
            }
        }

        .navbutton_active_map > .navbottom_menu > #map {
            margin-left: calc(50% - 33.5px); /* 50% - (1/2 of the element + the element to the left) */
            margin-right: calc(50% - 378.5px);
            transition: margin-left 1s, margin-right 1s;
        }


        .navbutton_active_space > .navbottom_menu > #space {
            margin-left: calc(50% - 145.5px);
            margin-right: calc(50% - 230.5px);
            transition: margin-left 1s, margin-right 1s;
        }

        .navbutton_active_grid > .navbottom_menu > #grid {
            margin-left: calc(50% - 336px);
            margin-right: calc(50% - 76px);
            transition: margin-left 1s, margin-right 1s;
        }

        @media only screen and (max-width: 900px) {
            .navbutton_active_map > .navbottom_menu > #map {
                margin-left: calc(50% - 15px); /* 50% - (1/2 of the element + the element to the left) */
                margin-right: calc(50% - 170px);
            }
    
    
            .navbutton_active_space > .navbottom_menu > #space {
                margin-left: calc(50% - 65px);
                margin-right: calc(50% - 102px);
            }
    
            .navbutton_active_grid > .navbottom_menu > #grid {
                margin-left: calc(50% - 151.5px);
                margin-right: calc(50% - 33.5px);
            }
        }


/* ABOUTBOX */

#aboutbox {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3000;
    transform: translateY(-100%);
    transition: transform 0.5s;
    background-color: rgb(0,0,0,0.92);
    overflow: auto;
    text-rendering: geometricPrecision;
    color: rgb(255,255,255);
}

.aboutbox_on {
    transform: translateY(0%) !important;
    transition: transform 0.5s;
}


.aboutbox_txt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start; 
    padding: 0 24px 102px 24px;
}

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

    .aboutbox_txt {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    
}

.col {
    width: calc(50% - 48px);
    padding: 0 24px;

}

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

    .col {
        width: calc(100% - 48px);
    }
    
}

#aboutbox h1 {
    font-family: freight-display-pro,serif;
	font-weight: 400;
	font-style: normal;
    font-size: 41px;
    letter-spacing: -0.2px;
    margin: 108px auto;
    text-align: center;
}

#aboutbox h2 {
    display: inline-block;
    font-family: freight-display-pro,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;

    border-bottom: 1px solid rgb(255,255,255);
    margin-left: 42px;
    margin-bottom: 4px;
    margin-top: 28px;
}

#aboutbox p {
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21.5px;
    line-height: 29.5px;
    text-indent: 42px;
}

#aboutbox a {
    text-decoration: none;
    color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

#aboutbox a:hover {
    border-bottom-color: rgba(255,39,10,1);
}

.noindent {
    text-indent: 0 !important;
}

#aboutclose {
    position: fixed;
    bottom: 34px;
    left: calc(50% - 27px);
    background-image: url(../assets/arrow_small.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    border-radius: 28px;
    background-color: rgba(255,255,255,.2);
    transform-origin: 50% 50%;
    transform: rotate(180deg) translate(0, 0);
    transition: transform 0.5s ease 0.5s;
    cursor: pointer;
}



.aboutclose_flip {
    transform-origin: 50% 50%;
    transform: rotate(0deg) translate(0, 0) !important;
    transition: transform 0.5s ease 0.5s;
}

#aboutclose:hover {
    background-color: rgba(0,0,0,1);
    box-shadow: 0 0 20px rgba(255,255,255,.25);
}

.simplebar-scrollbar::before {
    background-color: white;
}

/* LANDING */

#landing {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5000;
    background-color: rgba(0,0,0,1);
    opacity: 1;
    text-rendering: geometricPrecision;
}


.landing_title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 72px);
    padding: 0 36px;
}


    @media only screen and (max-width: 1140px) {
        .landing_title {
            width: calc(100% - 48px);
            padding: 0 24px;
        }
    }

    @media only screen and (max-width: 1140px) {
        .landing_title {
            flex-direction: column-reverse;
        }
    }

        .landing_title h1 {
            display: block;
            max-width: 75%;
            font-family: aktiv-grotesk,sans-serif;
            font-weight: 300;
            font-style: normal;
            font-size: 14.5vw;
            line-height: 14.5vw;
            letter-spacing: -0.6rem;
        }

        @media only screen and (max-width: 1320px) {
            .landing_title h1 {
                width: auto;
                font-size: 12.5vw;
                line-height: 12.5vw;
                letter-spacing: -0.25rem;
                padding-top: 1vw;
            }
        }

        @media only screen and (max-width: 1140px) {
            .landing_title h1 {
                padding-top: 36px;
                width: 100%;
                max-width: 100%;
                text-align: center;
            }
        }

        @media only screen and (max-width: 650px) {
            .landing_title h1 {
                font-size: 54px;
                line-height: 54px;
                letter-spacing: -1px;
                padding-top: 54px;
            }
        }

        @media only screen and (max-width: 1140px) and (max-height: 600px) {
            .landing_title h1 {
                font-size: 40px;
                line-height: 42px;
                padding-top: 26px;
                width: 100%;
                max-width: 100%;
                text-align: center;
                letter-spacing: 0;
            }

            .landing_br {
                display: none;
            }

            .landing_worldsees::before {
                content: " ";
            }
        }

        .landing_title a {
            display: block;
            width: 25%;
            font-family: freight-display-pro,serif;
            font-weight: 400;
            font-style: normal;
            font-size: 30px;
            line-height: 34px;
            letter-spacing: -0.2px;
            text-align: right;
            padding-top: 32px;
            text-decoration: none;
            color: rgba(255,255,255,1);
        }

        .landing_title a:hover {
            color: rgba(255,39,10,1);
        }

        @media only screen and (max-width: 1320px) {
            .landing_title a {
                width: 350px;
            }
        }

        @media only screen and (max-width: 1140px) {
            .landing_title a {
                font-size: 21px;
                line-height: 24px;
            }
        }

        @media only screen and (max-width: 1140px) {
            .landing_title a {
                width: 100%;
                text-align: center;
                padding-top: 24px;
            }
        }


.landing_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-end;
    padding: 0 36px;
    width: calc(100% - 72px);

    backface-visibility: hidden;

}


    @media only screen and (max-width: 1320px) {
        .landing_box {
            width: calc(100% - 422px);
        }

    }

    @media only screen and (max-width: 1140px) {
        .landing_box {
            width: calc(100% - 48px);
            padding: 0 24px;
            flex-direction: column;
            text-align: center;
        }
    }

    .iconcircle {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 11px;
        border: 1px solid rgba(255,39,10,1);
        margin-right: 9px;
        margin-top: 34.5px;
    }

    @media only screen and (max-width: 1320px) {
        .iconcircle {
            width: 14px;
            height: 14px;
            border-radius: 8px;
            margin-right: 6px;
            margin-top: 34.5px;
        }
    }

    @media only screen and (max-width: 1140px) {
        .iconcircle {
            width: 12px;
            height: 12px;
            border-radius: 7px;
            margin: 21px auto 0 auto;
        }
    }

    .landing_box p{
        display: block;
        width: 37.5%;
        font-family: aktiv-grotesk,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 23px;
        line-height: 30px;
        letter-spacing: -0.1px;
        padding-top: 30px;
    }

    .landing_box p > a {
        text-decoration: none;
        color: rgba(255,255,255,1);
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }

    .landing_box p > a:hover {
        border-bottom-color: rgba(255,39,10,1);
    }
    
    @media only screen and (max-width: 1320px) {
        .landing_box p{
            width: 50%;
            font-size: 19px;
            line-height: 27px;
        }
    }

    @media only screen and (max-width: 1140px) {
        .landing_box p{
            width: 100%;
            font-size: 11.5px;
            line-height: 17px;
            letter-spacing: -0.1px;
            padding-top: 66px;
        }
    }

    .landing_box p:first-of-type{
        width: calc(37.5% - 29px);
    }

    @media only screen and (max-width: 1320px) {
        .landing_box p:first-of-type{
            width: calc(50% - 29px);
            font-size: 19px;
            line-height: 27px;
        }
    }

    @media only screen and (max-width: 1140px) {
        .landing_box p:first-of-type{
            width: 100%;
            font-size: 15px;
            line-height: 20px;
            padding-top: 21px;
        }
    }

    @media only screen and (max-width: 1140px) and (max-height: 550px) {

        .landing_directions {
            display: none !important;
        }
    }


.greytxt {
    color: rgba(255,255,255,0.4);
}





.statusbottom {
    position: absolute;
    bottom: 54px;
    left: 0;
    height: 34px;
    width: calc(100% - 48px);
    padding: 0px 24px;

    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: geometricPrecision;
    font-size: 34px;
    line-height: 54px;

    backface-visibility: hidden;
}


@media only screen and (max-width: 900px) {
    .statusbottom {
        bottom: 32px;
        height: 20px;
        font-size: 15px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 500px) {
    .statusbottom {
        padding: 0px 18px;
        width: calc(100% - 36px); 
    }
}



#explore {
    width: 100%;
    height: 54px;
    margin: 0px;
    color: rgba(255,255,255,1);
    text-align: center;
}

    @media only screen and (max-width: 900px) {
        #explore {
            height: 24px;
        }
    }

        @keyframes blinking {
        from {
                color: rgba(255,255,255,1);
            }
        to {
                color: rgba(255,255,255,0.25);
            }
        }

        .explore_on {
            cursor: pointer !important;
            animation: blinking 1.5s infinite;
            animation-direction: alternate;
        }

        .explore_on:hover {
            color: rgba(255,255,255,1) !important;
        }

        .explore_progressline {
            width: 100%;
            height: 1px;
            backface-visibility: hidden;
        }

        #explore_progressline_fill {
            height: 1px;
            width: 0%;
            background-color: rgba(255,255,255,0.35);
            transition: width 0.25s;
        }
    
        #exploremarker {
            opacity: 0;
            transition: opacity 0.5s;
        }

        .exploremarker_on {
            opacity: 1 !important;
            transition: opacity 0.5s;
        }