
@font-face {
    font-family: Outfit;
    src:local("/img/Outfit-VariableFont_wght.ttf") format("truetype-variations");
}

* {
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
    font-optical-sizing: auto;
    scroll-behavior: smooth;
}

html{
    background-color: #ffffff ;
    background-size: 120%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: visible;

}

body{
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    overflow-x: hidden;
}



/* --------------- Top Navbar --------------- */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 500;
    isolation: auto;
}
   
.navbar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: 100%;
    position: relative;
}

.logo {
    width: 300px;
    justify-self: center;

}

@media (max-width: 768px) {
    .logo {
        width: 150px !important;
    }
}

/*
Fashion, Ästhetic, Erlebnisse is im bild verschoben   
Gewinnspiel anfangstext gehört zu ticket. 
xatuna kennzeichen weg machen  */


.nav-links {
    display: none;
}

.hamburger {
    position: absolute;
    left: 30px;
    background: none;
    border: none;
    color: #D1001C;
    font-size: 28px;
    cursor: pointer;
    display: block;
    padding: 0;
}

/* --------------- Side Panel --------------- */
.sidebar {
    position: fixed;
    left: 0;
    top: 0px;
    height: 100vh;
    width: 300px;
    background-color: #D1001C;
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
}

.sidebar.active {
    transform: translateX(0);
}

.close-btn {
    background: #D1001C;
    border: none;
    color: #000;
    font-size: 30px;
    padding: 20px 30px;
    cursor: pointer;
    align-self: flex-end;
    width: 100%;
    text-align: right;
    font-weight: bold;
    border-bottom: 2px solid #000;
    transition: background-color 0.2s;
}

.close-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.sidebar a {
    color: #000;
    text-decoration: none;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #000;
    transition: all 0.2s;
}
    
.sidebar a:hover {
    color: #fff;
    transition: all 0.3s;
    background-color: #0000001e;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 1s ease-out;
}

.nav-overlay.active {
    display: block;
    opacity: 1;
}

/* --------------- Mobile Responsive --------------- */
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
    }
    
    .navbar-content {
        padding: 0 20px;
    }
    
    .logo {
        font-size: 18px;
    }
}


/* --------------- Landing Section --------------- */
.landing {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}


.landing video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: grayscale(100%);
}

.landing-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    z-index: 2;
        
    .fast-nav{
        display: flex;
        width: 100%;
        justify-content: space-evenly ;
        p{
            font-size: 36px;
            font-weight: 700;
            color: #ffffff;
            mix-blend-mode: difference;
        }       
    }
}

.filler {
    height: 100vh;
    position: relative;
    overflow: hidden;
    img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        height: 700px;
        width: 600px;
        object-fit: cover;
    }
    h1{
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(calc(-50% + 4rem), -50%);
        font-size: 10vw;
        letter-spacing: 8rem;
        z-index: 1;
        margin: 0;
        color: #fff;
        mix-blend-mode: difference;
    }
    p{
        position: absolute;
        bottom: 4rem;
        left: 50%;
        transform: translate(-50%, 20%);
        color: #000;
        margin: 0;
        display: flex;
        font-size: 30px;
        font-weight: 200;
        gap: 5rem;
    }
}

.filler2 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    img {
        max-width: 250px;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .left, .right {
        height: 100%;
        width: 33%;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        p{
            margin-top: 10px;
            width: 80%;
            font-size: 20px;
        }
    }
    .left {
        justify-content: end;
    }
    .right {
        padding-top: 0;
        align-items: flex-end;
        text-align: end;
    }
    video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .vidwrp {
        height: 100%;
        width: 34%;
        display: block;
        position: relative;
    }
    .vidwrp::before {
        content: 'FASHION';
        position: absolute;
        top: 25%;
        left: calc(-50% - 6rem);
        letter-spacing: 2rem;
        text-align: center;
        font-size: 15vw;
        font-weight: 800;
        color: #fff;
        mix-blend-mode: difference;
    }
}

@media (max-width: 468px) {
    .filler {
        h1 {
            margin-top: -20vh !important;
        }
    }
}


@media (max-width: 768px) {
    .landing {
        flex-direction: row;
        .landing-content {
            max-width: 100%;
            .fast-nav {
                flex-direction: column;
                gap: 2rem;

            }
        }
    }
    .filler {
        h1 {
            font-size: 100px;
            transform: rotate(90deg);
            margin-left: -80vw;
            margin-top: -5vh;
            letter-spacing: 2rem;
            text-wrap: wrap;
        }
        p {
                gap: 1rem;
            }
        img {
            width: 300px;
            height: 400px;
        }
    }
    .filler2 {
        .right{
            padding-bottom: 0 !important;
            text-align: start;
            align-items: start;
        }
        flex-direction: column;
        height: auto;
        .left, .right {
            width: 100%;
            height: 100%;
            padding: 5rem;
            color: #000;
            p {
                max-width: 100%;
                font-size: 22px;
            }
        }
        .vidwrp {
            width: 100%;
            height: 34%;
        }
        .vidwrp::before {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(0);
            font-size: 15vw;
            letter-spacing: 1rem;
        }
    }
}

.highlighted {
    color: #D1001C;
    font-weight: 700;
    font-size: 20px;
}

.info {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 2rem;
    h1 {
        position: relative;
        right: -45%;
        bottom: 25%;
        font-size: 60px;
        rotate: -90deg;
    }
    .left {        
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
        height: 100%;
        h2 {
            font-size: 36px;
       
        }
        h3 {
            color: #D1001C;
            font-size: 24px;
            margin: 0;
        }
        p {
            max-width: 60%;
            margin: 5px;
        }
    }
    .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        padding: 2rem;
        width: 50%;
        height: 100%;
        img {
            width: 100%;
            max-height: 75vh;
            object-fit: cover;
            object-position: top;
        }
        .locations {
            width: 100%;
            display: flex;
            gap: 2rem;
            justify-content: space-between;
            .location {
                width: 100%;
                h3 {
                    color: #D1001C;
                    font-size: 20px;
                    text-align: center;
                    margin: 0;
                }
            } 
        }
    }
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper::after {
    content: 'INFORMATIONS';
    position: absolute;
    left: -325px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-weight: 700;
    letter-spacing: 1rem;
    font-size: 52px;
    white-space: nowrap;
    color: #000;
    transform-origin: center;
}

@media (max-width: 768px) {
    .info {
        height: auto;
        flex-direction: column;
        h1 {
            position: absolute;
            top: 10%;
            left: 100%;
            transform: translate(-50%, -50%) rotate(0);
            font-size: 36px;
        }
        p, h1, h2, h3 {
            max-width: 100% !important;        
        }
        .left, .right {
            width: 100%;
            padding: 1rem;
        }
        .wrapper{
            display: flex;
            width: 100%;
            gap: 2rem;
            justify-content: space-between;
            .wrapper-inner{
                width: 100%;
            }
        }
        .right {
            img {
                max-height: 50vh;
            }
        }
        .location h3 {
            text-align: start !important;
        }
    }
    .image-wrapper::after {
        content: "";
    }
}

.sponsor {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background-color: #000;
    position: relative;
    overflow: hidden;
    color: #fff;
    .wrapper {
     
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        gap: 5rem;
        z-index: 2;
        .left, .right {
            width: 20%;
        }
    }
    form {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        max-width: 500px;
        width: 100%;
        gap: 2rem;
        z-index: 2;

        input, button {
            padding: 1.5rem;
            font-size: 16px;
            font-weight: 600;
            border: none;
            font-family: 'Outfit', sans-serif;
        }

        input {
            background-color: transparent;
            color: #fff;
            border-bottom: 2px solid #D1001C;
            transition: all 0.3s ease;

            &::placeholder {
                color: rgba(255, 255, 255, 0.5);
            }

            &:focus {
                outline: none;
                border-bottom-color: #fff;
                background-color: rgba(209, 0, 28, 0.1);
            }
        }

        button {
            background-color: #D1001C;
            color: #fff;
            font-weight: 700;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.1rem;

            &:hover {
                background: linear-gradient(90deg, #D1001C, #FF0000);
                transform: scale(1.02);
            }
        }
    }

    &::before {
        content: 'SPONSOR';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12vw;
        font-weight: 800;
        color: rgb(7, 7, 7);
        letter-spacing: 1.5rem;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .sponsor {
        .wrapper {
            flex-direction: column;
            align-items: center;
            gap: 2rem;
            .left, .right {
                width: 100%;
            }
        }
        min-height: auto;
        padding: 4rem 2rem;

        form {
            max-width: 100%;
            input, button {
                padding: 1rem;
            }
        }

        &::before {
            font-size: 25vw;
            top: 20%;
            left: 50%;
            transform: translate(-50%, 0);
        }
    }
}