@font-face {
    font-family: 'forma-djr-deck';
    src: url(../fonts/FormaDJRDeck-Regular-Testing.ttf);
    font-weight: 300;
}
    


:root {
    font-size: 0.069vw;
    color: #B3B3B3;
    font-family: "forma-djr-deck", sans-serif;

}
@media screen and (min-width: 1440px) {
    :root {
        font-size: 1px;
    }
}
html, body {
    width: 100%;
}
body {
    font-size: 30rem;
    line-height: 36rem;
    letter-spacing: 0.3rem;
    background-color: #081621;
    min-height: 700rem;
    transition: background-color 1000ms ease-out;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.content {
    transition: all 300ms ease-out;
}
.container {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 700rem;
}
.modal--container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.header {
    position: absolute;
    top: 60rem;
    left: 60rem;
    transition: color 300ms ease-out;
    cursor: pointer;
    width: 440rem;
}
.header:hover {
    color: #fff;
}
.header--name {
display: block;
}
.video--close-btn {
    position: absolute;
    right: 40rem;
    top: 40rem;
    width: 25rem;
    visibility: hidden;
    z-index: 2;
    transition: transform 300ms ease-out;
    cursor: pointer;
    right: 10vmin;
    top: 10vmin;
    width: 6.25vmin;
}
.video--close-btn:hover {
    transform: rotate(90deg);
}
.navigation-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: fit-content;
    left: 0;
    margin: auto;
    width: fit-content;
    right: 54vmin;
}
.navigation li {
    font-size: 48rem;
    line-height: 62rem;
    transition: color 300ms ease-out;
    width: fit-content;
    margin: 0 auto 0rem 0;
}
.navigation li:hover {
    color: #fff;
    cursor: pointer;
}
.video-wrapper {
    position: absolute;
    right: 90rem;
    left: auto;
    top: 60rem;
    bottom: 60rem;
    margin: auto 0;
    width: 48vmin;
    min-width: 50vmin;
}
.video-wrapper.visible {
    filter: unset;
    z-index: 1;
}
#video--swipe-up {
    position: absolute;
    width: 100%;
    height: 100rem;
    background-color: red;
    bottom: 0;
    z-index: 1;
    display: none;
}
.video--content {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.image--content {
    position: absolute;
    right: 90rem;
    left: auto;
    top: 60rem;
    bottom: 60rem;
    width: 420rem;
    max-height: 888rem;
    margin: auto 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 31rem;
}
.footer {
    width: fit-content;
    position: absolute;
    top: auto;
    bottom: 50rem;
}
.footer p {
    width: fit-content;
    transition: color 300ms ease-out;
    cursor: pointer;
    text-align: left;
    margin: 0 auto 0 60rem;
    display: inline-block;
}
.footer p:hover {
    color: #fff;
}
.languages {
    display: inline-block;
}
.languages--seperator {
    color: #B3B3B3;
    transition: color 300ms ease-out;
}
.languages .active {
    display: none;
}
.languages ul {
    display: flex;
    flex-direction: row-reverse;
    width: fit-content;
}
.languages-link {
    text-decoration: none;
    color: #B3B3B3;
    transition: color 300ms ease-out;
}
.languages-link:hover, .languages li.active .languages-link.item--dimmed:hover {
    color: #fff;
}
.languages li.active .languages-link {
    color: #FFFFFF;
}


.modal {
    color: #fff;
    transition: all 300ms ease-out;
    position: fixed;
    bottom: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    font-size: 24rem;
    line-height: 34rem;
}
.modal-bg {
    transition: all 300ms ease-out;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
}
.modal---expanded {
    visibility: visible;
    overflow: auto;
    opacity: 1;
}
.modal-bg---expanded {
    opacity: 1;
    z-index: 3;
    min-height: 700rem;
}
.html-hidden {
    overflow: hidden;
}

/* slightly transparent fallback */
.content---expanded {
    filter: blur(17px);
}
.modal-bg {
    background-color: rgba(8, 22, 33, 0.7);
}

/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .content---expanded {
        filter: unset;
    }
    .modal-bg {
        background-color: rgba(8, 22, 33, 0.7);
        -webkit-backdrop-filter: blur(17px);
        backdrop-filter: blur(17px);
    }
}


.modal--close-btn {
    position: absolute;
    top: 43rem;
    right: 50rem;
    transition: all 300ms ease-out;
    cursor: pointer;
    width: 40rem;
    z-index: 1;
}
.modal--close-btn:hover {
    transform: rotate(90deg);
}
.modal--content {
    position: absolute;
    top: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
    left: 0;
    column-gap: 68rem;
    padding: 44rem 0 60rem 0;
    padding-left: 50rem;
    padding-right: 50rem;
}
.modal--content-left, .modal--content-right {
    width: 47.4%;
}
.modal--content-image {
    width: 100%;
    margin-top: 24rem;
}
.modal--content-image img {
    width: 100%;
}
.modal p:not(:last-child) {
    margin-bottom: 24rem;
}
.modal a {
    color: #fff;
}
.modal h1 {
    margin-bottom: 24rem;
}
.modal strong {
    text-decoration: underline;
}


@media screen and (max-width: 767px) {
    :root {
        font-size: 0.256vw;
    }
    body {
        font-size: 25rem;
        line-height: 31rem;
        min-height: unset;
    }
    .container {
        min-height: unset;
        min-height: 300rem;
        padding: 0 20rem;
        max-width: 350rem;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
    .modal--container {
        max-width: 358rem;
        min-height: 1680rem;
        min-height: unset;
    }
    .modal--close-btn {
        right: 0rem;
        top: 20rem;
        width: 25rem;
    }
    .modal--content {
        max-width: 358rem;
        left: 0;
        padding: 20rem 0 28rem 0;
        height: unset;
        top: unset;
        bottom: unset;
        row-gap: 32rem;
    }
    .modal h1 {
        font-size: 20rem;
        line-height: 27rem;
    }
    .modal p {
        font-size: 20rem;
        line-height: 27rem;
    }
    .header {
        top: 5vmin;
        left: 5vmin;
        width: 90vmin;
        font-size: 6.1vmin;
        line-height: 7.4vmin;
    }
    .header.hidden {
        visibility: hidden;
    }
    .video--close-btn.visible {
        visibility: visible;
    }
    .navigation-wrapper {
        left: 0;
        right: 0;
        margin: auto auto;
        top: 12rem;
        bottom: 0;
        width: 89vmin;
    }
    .navigation-wrapper.hidden {
        visibility: hidden;
    }
    .navigation li {
        font-size: 9.4vmin;
        line-height: 11.2vmin;
    }
    .video-wrapper {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        margin: auto;
        max-width: 100%;
        width: 390rem;
        min-height: unset;
        max-height: unset;
        border-radius: unset;
        filter: blur(12.5px);
        width: 100vmin;
    }
    .modal-bg---expanded {
        min-height: 844rem;
    }
    .footer {
        width: 370rem;
        left: 20rem;
        bottom: 20rem;
        right: 0;
        margin: 0 auto;
        left: 4vmin;
        bottom: 4vmin;
        width: unset;
        font-size: 6.1vmin;
        line-height: 7.4vmin;
    }
    .footer p {
        margin: 0;
    }
    .footer .languages {
        margin-left: 0;
    }
    .footer .languages ul {
        width: fit-content;
    }
    .footer.hidden {
        visibility: hidden;
    }
    .languages-link {
        text-transform: lowercase;
    }
    .modal--content-left, .modal--content-right {
        width: 100%;
    }
    .modal--content-image {
        margin-top: 0;
    }
}


/*  */
.item--selected {
    color: #fff;
}
.item--dimmed {
    color: #B3B3B3;
}
.languages li.active .languages-link.item--dimmed {
    color: #B3B3B3;
}

@media screen and (min-width: 768px) and (max-width: 1030px) and (max-height: 600px), screen and (min-width: 1030px) and (max-height: 860px) {
    body {
        min-height: unset;
        letter-spacing: 0.02vh;
    }

    .container {
        min-height: unset;
    }

    .header {
        top: 6vh;
        left: 6vh;
        font-size: 3vh;
        line-height: 3.7vh;
        width: 39vmin;
    }

    .navigation-wrapper {
        right: 50vh;
    }

    .footer {
        bottom: 6vh;
        font-size: 3vh;
        line-height: 3.7vh;
    }

    .footer p {
        margin-left: 6vh;
        
    }

    .navigation li {
        font-size: 4.8vh;
        line-height: 6.2vh;
    }

    .video-wrapper {
        right: 9vh;
        top: 6vh;
        bottom: 6vh;
        width: 42vh;
    }

    .modal-bg {
        min-height: unset;
    }
}


