/* ------------------- */
/* FONTS/GENERAL STUFF */
/* ------------------- */

@font-face {
    font-family: 'DINNextLTProLight';
    src: url('/static/assets/fonts/dinnext/DINNextLTPro-Light.woff2') format('woff2'),
    url('/static/assets/fonts/dinnext/DINNextLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DINNextLTProBold';
    src: url('/static/assets/fonts/dinnext/DINNextLTPro-Bold.woff2') format('woff2'),
    url('/static/assets/fonts/dinnext/DINNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html,
body {
    width: 100%;
    min-height: 100%;
}
body {
    background-image: url('/static/assets/img/landingpageBackground.jpg');
    background-size: cover;
    background-position: top center;

    font-family: 'DINNextLTProBold', Arial, Sans-Serif;
    font-size: 22px;
}
a {
    text-decoration: none;
}
.clearfix {
    position: relative;
    height: 0;
    width: 100%;
    clear: both;
    float: none;
}
header,
main,
footer {
    position: relative;
    /* width: 100vw; */
    width: 100%;
}
/* @media screen and (max-width: 1023px) { */
@media screen and (max-width: 1366px) {
    html,
    body {
        width: 100vw;
        height: 100vh;
    }
    body {
        background-attachment: fixed;
        overflow-x: hidden;
    }
    body .qrCodes .item {
        display: none;
    }
}


/* ------------ */
/* HEADER/TITLE */
/* ------------ */

header > h1 {
    padding: 123px 0 63px 143px;

    font-family: 'DINNextLTProLight', Arial, Sans-Serif;
    font-size: 90px;
    letter-spacing: 1.8px;
    line-height: 100px;
    color: #FFFFFF;
}
@media screen and (max-width: 1420px) {
    header > h1 {
        padding-top: 40px;
        padding-left: 40px;
        padding-bottom: 40px;

        font-size: calc(90px * 0.9);
        letter-spacing: calc(1.8px * 0.9);
        line-height: calc(100px * 0.9);
    }
}
/* @media screen and (max-width: 1023px) { */
@media screen and (max-width: 1366px) {
    header > h1 {
        padding: 40px;

        font-size: calc(90px * 0.5);
        letter-spacing: calc(1.8px * 0.5);
        line-height: calc(100px * 0.5);
    }
}
@media screen and (max-height: 970px) {
    header > h1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/* -------- */
/* QR-CODES */
/* -------- */

main > .qrCodes {
    position: relative;
    padding-left: 143px;
    float: left;
}
main > .qrCodes .itemWrapper {
    position: relative;
    width: 324px;
    float: left;
}
main > .qrCodes .itemWrapper.itemWrapper_1 {
    margin-right: 87px;
}
@media screen and (min-width: 1367px) {
    main > .qrCodes .itemWrapper.itemWrapper_1,
    main > .qrCodes .itemWrapper.itemWrapper_2 {
        margin-bottom: 40px;
    }
}
main > .qrCodes .itemWrapper.itemWrapper_3 {
    margin-right: 87px;
}
main > .qrCodes .itemWrapper .arrow {
    position: absolute;
    top: 156px;
    width: 40px;
    height: 54px;
    background-color: #FFFFFF;
    cursor: pointer;
    z-index: 89 ! important;
}
main > .qrCodes .itemWrapper .arrow > svg {
    position: absolute;
    top: 15px;
}
main > .qrCodes .itemWrapper .arrow.prev {
    left: -27px;
    border-bottom-left-radius: 54px;
    border-top-left-radius: 54px;
}
main > .qrCodes .itemWrapper .arrow.prev > svg {
    left: 15px;
}
main > .qrCodes .itemWrapper .arrow.next {
    right: -27px;
    border-bottom-right-radius: 54px;
    border-top-right-radius: 54px;
}
main > .qrCodes .itemWrapper .arrow.next > svg {
    right: 15px;
}
main > .qrCodes .itemWrapper .item {
    position: relative;
    width: 100%;
}
main > .qrCodes .itemWrapper .item .box {
    position: relative;
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 17px;
}
main > .qrCodes .itemWrapper .item .box img {
    position: relative;
    width: 100%;
    z-index: 90;
}
main > .qrCodes .itemWrapper .item .box span {
    display: block;
    width: 100%;
    margin-top: 24px;

    font-size: 23px;
    letter-spacing: 0.46px;
    line-height: 1;
    color: #0E3092;
    text-transform: uppercase;
}
main > .qrCodes .itemWrapper .item .bottomText {
    position: relative;
    display: block;
    margin-top: 19px;
    padding: 0 24px;
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 28px;
    color: #FFFFFF;
}
@media screen and (max-width: 1420px) {
    main > .qrCodes {
        padding-left: 40px;
    }
}
@media screen and (max-width: 1260px) {
    main > .qrCodes .itemWrapper {
        width: 250px;
    }
    main > .qrCodes .itemWrapper .arrow {
        top: 121px;

    }
    main > .qrCodes .itemWrapper .item .box span {
        min-height: 47px;
    }
}
/* @media screen and (max-width: 1130px) { */
@media screen and (max-width: 1366px) {
    main > .qrCodes .itemWrapper {
        width: 200px;
    }
    main > .qrCodes .itemWrapper .arrow {
        top: 121px;

    }
}
/* @media screen and (max-width: 1023px) { */
@media screen and (max-width: 1366px) {
    main > .qrCodes {
        margin-bottom: 40px;
    }
    main > .qrCodes,
    main > .qrCodes .itemWrapper {
        padding-left: 0;
        margin-right: 0 ! important;
    }
    main > .qrCodes .itemWrapper {
        width: calc(100vw - 80px);
        padding-left: 40px;
        padding-right: 40px;
        margin-right: 0 ! important;
    }
    main > .qrCodes .itemWrapper .arrow {
        display: none !important;
    }
}



/* ----------- */
/* VIDEO-LINKS */
/* ----------- */

main > .videoLinks {
    margin-right: 40px;
    float: right;
}
main .videoLinks > a,
a.arMobileLink,
a#backLink {
    display: inline-block;
    position: relative;
    width: 393px;
    margin-bottom: 13px;
    padding: 21px 0 17px 0;
    background-color: #0D153E;
    border-radius: 39px;

    color: #FFFFFF;
    letter-spacing: 0.44px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;

    transition: all 0.25s ease-in-out;
}
a.arMobileLink {
    display: none;
}
a#backLink {
    width: 100%;
    margin-top: 40px;
    margin-left: 40px;
}
main .videoLinks > a:hover {
    background-color: #F53939;
}
main .videoLinks > a > svg,
a#backLink > svg {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 17px;
}
a#backLink > svg {
    transform: rotate(180deg);
}
main .videoLinks > a > svg > path {
    transition: all 0.21s ease-in-out;
}
main .videoLinks > a:hover > svg > path {
    fill: #FFFFFF;
}
/* @media screen and (max-width: 1130px) { */
@media screen and (max-width: 1366px) {
    main .videoLinks > a {
        width: 300px;
        padding: 11px 0 7px 0;

        font-size: 15px;
    }
}
/* @media screen and (max-width: 1023px) { */
@media screen and (max-width: 1366px) {
    main .videoLinks {
        margin: 40px 0 0 0;
        /* padding-left: 40px; */
        float: none;
    }
    main .videoLinks > a {
        padding: 21px 0 17px 0;

        font-size: 22px;
    }
    main .videoLinks > a,
    a.arMobileLink,
    a#backLink {
        width: calc(100vw - 80px);

        font-size: calc(22px * 0.75);
        letter-spacing: calc(0.44px * 0.75);
        line-height: calc(40px * 0.75);
    }
    a.arMobileLink {
        display: inline-block;
    }

}


/* ------ */
/* FOOTER */
/* ------ */

@media screen and (min-width: 1367px) {
    footer {
        /* position: absolute;
        bottom: 0;
        left: 0; */
        height: 200px;
    }
}
footer > .youTube,
footer > .website {
    position: absolute;
}
footer > .youTube {
    left: 168px;
    bottom: 65px;
}
footer > .website {
    right: 56px;
    bottom: 63px;
}
footer > .youTube > a > svg > path#youTube_playLogo {
    transition: all 0.21s ease-in-out;
}
footer > .youTube > a:hover > svg > path#youTube_playLogo {
    fill: #F53939;
}
@media screen and (max-width: 1420px) {
    footer > .youTube {
        left: 64px;
    }
}
@media screen and (max-width: 1260px) {
    footer > .website > a > svg {
        width: 250px;
    }
}
/* @media screen and (max-width: 1023px) { */
@media screen and (max-width: 1366px) {
    footer {
        position: relative;
        margin-top: 120px;
    }
    footer > .youTube,
    footer > .website {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto;
        text-align: center;
    }
    footer > .youTube > a,
    footer > .website > a{
        position: relative;
        display: inline-block;
        margin: 0 auto;

        text-align: center;
    }
    footer > .website {
        right: auto;
        margin-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-height: 860px) {
    footer {
        display: none;
    }
}
@media only screen and (max-device-width: 768px) {
    footer {
        display: block;
    }
}



/* ----------- */
/* AR CONTENTS */
/* ----------- */

a#arStartLink {
    display: none;
}



/* ----- */
/* MODAL */
/* ----- */

.jquery-modal.blocker {
    background-color: rgba(13, 21, 62, 0.7);
    z-index: 99;
}
.jquery-modal .modal {
    max-width: 721px;
    padding: 25px 25px 0 25px;
    border-radius: 17px;
}
.jquery-modal .modal .youTubeLinks > a {
    display: inline-block;
    position: relative;
    margin: 0 25px 25px 0;
    transition: all 0.20s ease-in-out;
}
.jquery-modal .modal .youTubeLinks > a:hover {
    opacity: 0.85;
}
.jquery-modal .modal .youTubeLinks > a > img {
    margin: 0;
    padding: 0;
}
.jquery-modal .modal .youTubeLinks > a:nth-child(even) {
    margin-right: 0;
}
/* @media screen and (max-width: 1023px) { */
@media screen and (max-width: 1366px) {
    .jquery-modal .modal {
        max-width: 100vw;
    }
    .jquery-modal .modal .youTubeLinks > a {
        width: 100%;
    }
    .jquery-modal .modal .youTubeLinks > a > img {
        width: 100%;
    }
}
.jquery-modal .modal .local-video {
    width: 100%;
}

/*****************/
/* TABLET LAYOUT */
/*****************/

@media screen and (max-width: 1023px) {
    main > .qrCodes .itemWrapper .arrow {
        display: none !important;
    }
}

@media screen and (min-width: 576px) {
    .jquery-modal .modal .youTubeLinks > a {
        width: calc(50% - 16px);
    }

    .jquery-modal .modal .youTubeLinks > a img {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .jquery-modal .modal .youTubeLinks > a {
        width: 100%;
    }
}

@media screen and (min-width: 1366px) {
    main .videoLinks > a, a.arMobileLink, a#backLink {
        width: 365px;
        text-align: left;
        padding-left: 35px;
    }
}

@media screen and (max-width: 1366px) {
    main .videoLinks {
        max-width: 350px;
        margin: 0 auto;
        padding-right: 40px;
    }

    main .videoLinks a {
        max-width: 350px;
        -width: 100%;
        text-align: left;
        padding-left: 35px;
    }

    .ar-image {
        width: 100%;
        display: block;
    }

    .slick-list {
        display: none;
    }

    .qrCodes {
        width: 100%;
    }

    .itemWrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        gap: 10px;
        justify-content: center;
        margin-bottom: 35px;
    }

    .itemWrapper:last-of-type {
        margin-bottom: 15px;
    }

    .image-container {
        padding: 0 20px;
    }

    .image-text {
        display: block;
        margin-top: 14px;
        padding: 0 20px;
    }

    .qr-title h2 {
        padding: 10px 40px;
        font-size: calc(60px * 0.5);
        letter-spacing: calc(1.8px * 0.5);
        line-height: calc(100px * 0.5);
        color: #FFFFFF;
        font-family: 'DINNextLTProLight', Arial, Sans-Serif;
        text-align: center;
    }

    .itemWrapper .arMobileLink {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 575px) {
    main > .qrCodes .itemWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    main .videoLinks {
        -width: calc(100% - 80px);
        padding-left: 20px;
        padding-right: 20px;
    }

    main .videoLinks a {
        width: calc(100% - 35px);
    }
}

@media screen and (max-width: 550px) {
    .itemWrapper .arMobileLink {
        width: 100%;
        max-width: 350px;
    }
}

@media screen and (min-width: 550px) and (max-width: 819px) {
    .itemWrapper .arMobileLink {
        width: calc(50% - 8px);
    }
}

@media screen and (min-width: 820px) and (max-width: 1023px) {
    .itemWrapper .arMobileLink {
        width: calc(33.3% - 8px);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .itemWrapper .arMobileLink {
        width: calc(25% - 20px);
    }
}

@media screen and (min-width: 1367px) {
    .qr-title {
        display: none;
    }
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.youtube-container:last-of-type {
    margin-bottom: 0;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.local-video {
    margin-bottom: 20px;
}

.local-video:last-of-type {
    margin-bottom: 0;
}