
/* 
    Created on : 27 aug. 2025, 09:45:34
    Author     : amolier
*/

@font-face {
    font-family: 'Futura_XBlkCnlt_BT';
    src: url('../fonts/Futura_XBlkCnlt_BT.ttf') format('truetype')
}

@keyframes pulse_animation {
    0% {
        transform: scale(.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.9);
    }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 1500ms;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.noscroll {
    height: 100vh !important;
    overflow: hidden;
}

.site-selectie-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1010;
    text-align: center;
    display: flex;
}

.logo-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.logo-container img {
    display: block;
    width: 50vw;
}

.keuze-container {
    position: absolute;
    z-index: 11;
    width: 100%;
    left: 0;
    bottom: 7vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.maak-keuze, .maak-keuze-mobile {
    display: block;
    /*width: 20vw;*/
    text-transform: uppercase;
    font-family: 'Futura_XBlkCnlt_BT';
    font-size: 4vw;
    line-height: .9em;
    color: white;
    padding: 0 3vw;
    /*width: 15vw;*/
    text-align: center;
    /*-webkit-text-stroke: 1px black;*/
}

.maak-keuze-mobile {
    display: none;
}

.maak-keuze .line-first, .maak-keuze .line-second {
    display: block;
    text-align: center;
    /*min-width: 20vw;*/
    /*padding: 0 .3em;*/
}

.site-1-back, .site-2-back {
    position: relative;
    display: block;
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.site-1-back {
    background-color: black;
    overflow: hidden;
    /*    background-image: url('../img/bg-site-1.png');
        background-size: cover;
        background-repeat: no-repeat;*/
}

.video-site-selectie-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    background-color: black;
}


@media (min-aspect-ratio: 3.58) and (min-width: 769px) {
    .video-site-selectie-1 {
        height: 140%;
        top: -20%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-aspect-ratio: 3.58) and (min-width: 769px) {
    .video-site-selectie-1 {
        width: 200%;
        left: -50%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-aspect-ratio: 1.76) and (min-width: 769px) {
    .video-site-selectie-1 {
        width: 300%;
        left: -100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

.video-site-selectie-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
}

@media (min-aspect-ratio: 1.6) and (min-width: 769px) {
    .video-site-selectie-2 {
        height: 200%;
        top: -50%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-aspect-ratio: 3.2) and (min-width: 769px) {
    .video-site-selectie-2 {
        height: 300%;
        top: -100%;
         left: 50%;
        transform: translateX(-50%);
    }
}


@media (max-aspect-ratio: 1.6) and (min-width: 769px) {
    .video-site-selectie-2 {
        width: 140%;
        left: -20%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-aspect-ratio: 1.15) and (min-width: 769px) {
    .video-site-selectie-2 {
        width: 180%;
        left: -40%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 769px) {
    .video-site-selectie-1 {
        width: 200%;
        left: -50%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 769px) {
    .video-site-selectie-2 {
        height: 300%;
        top: -100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.site-2-back {
    overflow: hidden;
    /*    background-image: url('../img/bunny-keuze.png');
        background-size: 50% auto;*/
}

.txt-site-1 {
    position: relative;
    top: 1vw;
}

.txt-site-1 .logo-wrapper{
    padding: 1vw 2vw 1vw 3vw;
}

.txt-site-1 .logo {
    font-size: 4.7vw;
}

.txt-site-1 .logo:before {
    left: -1.8vw;
    top: 0;
    width: 2vw;
    height: 2vw;
    background-size: 2vw auto;
}

.txt-site-1 .scroll-arrow, .txt-site-2 .scroll-arrow {
    width: 7vw;
    margin-top: 2em;
    mix-blend-mode: difference;
}

.txt-site-2-wrapper {
    font-family: "owners", sans-serif;
    font-weight: 900;
    font-style: italic;
    line-height: 1.2em;
    padding: 1vw 1vw 1vw 2vw;
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid black;
}

.txt-site-2 {
    position: relative;
    top: 1vw;
    z-index: 10;
}

.txt-site-2 .chinese-text {
    font-size: 3vw;
    line-height: 1.5em;
}

.txt-site-2 .normal-text {
    font-size: 1vw;
}

.btn-site-1, .btn-site-2 {
    width: 20em;
    font-size: 2vw;
    /*width: 340px;*/
}

.btn-site-1 a, .btn-site-2 a {
    display: inline-block;
    color: white;
    font-family: 'Futura_XBlkCnlt_BT';
    line-height: 1em;
    padding: .2em .8em .2em 0.2em;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 1em;
    background-color: black;
}

.btn-site-1 a:hover,
.btn-site-2 a:hover {
    color: black;
    background-color: white;
}


.circle {
    position: relative;
    display: inline-block;
    width: .8em;
    height: .8em;
    border-radius: 50%;
    background-color: white;
    margin-right: .5em;
    top: 0.1em;
}

.btn-site-1 a:hover .circle,
.btn-site-2 a:hover .circle {
    background-color: black;
}


@media screen and (max-width: 768px) {
.site-selectie-overlay {
        text-align: center;
        display: block;
    }

    .site-1-back, .site-2-back {
        width: 100%;
        height: 50vh;
    }

    .txt-site-1 .logo {
        font-size: 16vw;
    }

    .txt-site-1 .logo:before {
        left: -2vw;
        top: 0;
        width: 4vw;
        height: 4vw;
        background-size: 4vw auto;
    }

    .txt-site-2-wrapper {
        padding: 2vw 2vw 2vw 4vw;
    }

    .txt-site-2 .chinese-text {
        font-size: 8vw;
        line-height: 1em;
    }

    .txt-site-2 .normal-text {
        font-size: 3vw;
    }

    .txt-site-1 .scroll-arrow, .txt-site-2 .scroll-arrow {
        width: 14vw;
        margin-top: 1em;
    }

    .logo-container img {
        display: block;
        width: 80vw;
    }

    .keuze-container {
        width: 100%;
        height: 100vh;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .maak-keuze {
        font-size: 5vw;
        position: absolute;
        left: 10px;
        top: 20px;
    }

    .maak-keuze-mobile {
        display: block;
        font-size: 4vw;
        position: absolute;
        right: 10px;
        bottom: 30px;
    }

    .maak-keuze .line-first, .maak-keuze .line-second {
        display: inline;
    }

    .circle {
        margin-right: .5em;
        top: 0.1em;
    }

    .btn-site-1, .btn-site-2 {
        font-size: 5vw;
    }

    .btn-site-2 {
        left: 0%;
        top: 50%;
    }
    
}