@font-face {
    font-family: "BeVietnamPro-Regular";
    src: url("./BeVietnamPro-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "BeVietnamPro-Semibold";
    src: url("./BeVietnamPro-Semibold.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "BeVietnamPro-ExtraBold";
    src: url("./BeVietnamPro-ExtraBold.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Jersey20-Regular";
    src: url("./Jersey20-Regular.ttf") format("truetype");
    font-weight: 400;
}

html {
    cursor: url("cursor.png"), auto;
    scroll-behavior: smooth;
}
.topbar {
    display: flex;
    width: 100%;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    padding: 30px 3vw;
    z-index: 10;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
}

.logo {
    font-size: 2rem;
    font-family: "Jersey20-Regular";
    color: #ffffff;
}
a {
    text-decoration: none;
    color: white;
    cursor: url("cursor.png"), auto;
}

.nav {
    display: flex;
    gap: 15px;
    margin-right: 105px;
}

.nav a {
    text-decoration: none;
    margin-left: 20px;
    font-family: "BeVietnamPro-Extrabold";
    font-size: 1.3rem;
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        letter-spacing 0.2s ease;
    z-index: 1;
}

.nav a:not(.active):hover {
    transform: scale(1.05);
    letter-spacing: 1px;
}

.active {
    color: #e84a4a;
}

#nav-toggle {
    display: none;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 28px;
    height: 3px;
    background: white;
    margin: 6px 0;
}

.title {
    position: absolute;
    top: 158px;
    right: 92px;
    display: flex;
    gap: 20px;
    color: white;
    font-family: "BeVietnamPro-ExtraBold";
}

.movie {
    font-size: clamp(3rem, 6vw, 9rem);
    color: #ffffff;
}

.blog {
    font-size: clamp(3rem, 6vw, 9rem);
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    transform: translateY(124px);
    margin-right: 70px;
}
body {
    background-color: black;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.movie-blog {
    position: relative;
    padding-top: 340px;
    margin-bottom: 168px;
}

.content {
    max-width: 859px;
    margin: 0 auto;
    text-align: left;
    line-height: 61px;
}

.date {
    margin-top: 90px;
    font-family: "BeVietnamPro-Semibold";
}

.date p {
    font-size: 1.7rem;
    margin-bottom: 20px;
    color: white;
}

.content h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 30px;
    font-family: "BeVietnamPro-Extrabold";
    letter-spacing: 2px;
    color: #ffffff;
}

.content p {
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    line-height: 1.8;
    color: white;
    font-family: "BeVietnamPro-Regular";
}

#contact {
    scroll-margin-top: clamp(80px, 10vw, 140px);
}

h3.foot {
    color: black;
    margin: 0;
    margin-bottom: 30px;
    font-size: clamp(1.5rem, 3.5vw, 3rem);
    font-family: "Bevietnampro-extrabold";
}
footer {
    color: #151212;
    background-color: white;
    font-size: 20px;
    padding-top: 77px;
    padding-bottom: 77px;
    font-family: "BeVietnamPro-Regular";
    padding-left: 70px;
    padding-right: 20px;
}
.textspalten {
    column-count: 2;
    column-gap: 3px;
}

.textspalten a {
    text-decoration: none;
    color: grey;
}

@media (max-width: 800px) {
    .burger {
        display: block;
        z-index: 1001;
        mix-blend-mode: difference;
        margin-right: 35px;
    }
    .logo {
        font-size: 28px;
    }
    .nav {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #000000;
        flex-direction: column;
        display: none;
        margin-right: 0;
    }
    .topbar {
        mix-blend-mode: normal;
        background-color: black;
        padding-bottom: 15px;
        padding-top: 16px;
    }
    .nav a {
        padding: 20px;
        margin-left: 0;
        border-top: 1px solid #333;
        mix-blend-mode: difference;
        font-size: 19px;
    }

    #nav-toggle:checked ~ .nav {
        display: flex;
        background-color: black;
    }

    .title {
        position: absolute;
        top: 120px;
        right: -44px;
        display: flex;
        color: white;
    }

    .movie {
        font-size: clamp(3rem, 6vw, 9rem);
    }

    .blog {
        font-size: clamp(3rem, 6vw, 9rem);
        writing-mode: inherit;
        transform: translateY(55px);
        margin-right: 70px;
    }

    .movie-blog {
        position: relative;
        padding-top: 245px;
        margin-bottom: 100px;
    }

    .content {
        max-width: 415px;
        margin: 0 auto;
        margin-left: 30px;
        margin-right: 30px;
        text-align: left;
        line-height: 45px;
    }

    .content p {
        font-size: clamp(1.2rem, 2vw, 0.7rem);
    }

    .date {
        margin-top: 50px;
    }

    .date p {
        font-size: 1.7rem;
        margin-bottom: 20px;
        color: white;
    }

    h3.foot {
        color: #000000;
        margin: 0;
        margin-bottom: 17px;
        font-size: clamp(1.5rem, 3.5vw, 3rem);
    }
    footer {
        font-size: 16px;
        padding-top: 50px;
        padding-bottom: 77px;
        padding-left: 25px;
        padding-right: 20px;
    }
    .textspalten {
        column-count: 2;
        column-gap: 50px;
    }
}
