* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #111;
    color: #fff;
    line-height: 1.6;
}

.header {
    font-family: 'sports world', serif;
    background: #000;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    text-shadow: 2px 2px #fff;
}

.hero {
    background: url('pictures/grand-theft-auto-6-character-hd-wallpaper-uhdpaper.com-269@1@n.jpg') center ;
    filter: brightness(150%);
    background-size: cover;
    height: 80vh;
    position: relative;
}

.hero .overlay {
    font-family: 'Orbitron', serif;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 40px;
    width: 100%;
    text-align: center;
}

.traH2{
    font-family: 'Orbitron', serif;
    margin-top: 50px;
}

.trailer {
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.video-container {
    position: relative;
    width: 730px;
    max-width: 100%;
    height: 700px;
    margin-top: 20px;
}


.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    margin-left: 10%;
    border-radius: 10px;
}

footer {
    background-color: #000;
    padding: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #888;
}
.jason {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.jason .row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.jason h2{
    font-size: 4rem;
    font-weight: bolder;
    color: #e323e3;
}

.jason .text {
    color: white;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    min-width: 150px;
    max-width: 500px;
    font-weight: bold;
    font-size: 25px;
}

.jason .first-pic {
    margin-top: 150px;
    margin-right: 5px;
    width: 700px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    object-fit: cover;
    flex-shrink: 0;
}

.jason .second-pic {
    width: 100%;
    max-width: 800px;
    align-self: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    margin: 0 auto;
}
.jason .quote {
    background: url("pictures/Jason_Duval_02.c2f33c0d.jpg") no-repeat center center;
    background-size: cover; /* or 'cover' depending on your goal */

    height: 80vh;
    width: 80vw;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;

    color: white;
    font-weight: bold;
    font-size: 3rem;
    padding-bottom: 40px;
    text-align: center;
}
.jason .quote::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3); /* darken image slightly */
    z-index: 0;
}

.jason .quote > * {
    z-index: 1; /* make sure text is above the overlay */
}

.luciaQuote{
    background: url("pictures/GTA-6-VI.webp") no-repeat center center;
    background-size: cover; /* or 'cover' depending on your goal */

    height: 80vh;
    width: 80vw;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;

    color: white;
    font-weight: bold;
    font-size: 3rem;
    padding-bottom: 40px;
    text-align: center;
}
.countdown {
    background: url("pictures/GTA-6-Lucia-and-Jason-2.webp") no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 80vw;
    filter: brightness(80%);
    margin-left: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-weight: bold;
    font-size: 3rem;
    text-shadow: 2px 2px 8px black;
    text-align: center;
    border-radius: 15px;
}

.timer {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    position: relative;
}

.box {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid white;
    border-radius: 10px;
    padding: 20px;
    min-width: 80px;
    text-align: center;
}

.label {
    font-size: 1rem;
    margin-top: 5px;
}

@media (max-width: 768px) {
    header {
        font-size: 1.5rem;
        padding: 10px;
    }

    .hero {
        height: 60vh;
        background-position: center;
        filter: brightness(120%);
    }

    .hero .overlay {
        padding: 20px;
        font-size: 1.2rem;
    }

    .traH2 {
        font-size: 2rem;
        margin-top: 30px;
    }

    .trailer {
        padding: 20px 10px;
        flex-direction: column;
    }

    .video-container {
        height: 250px;
        width: 100%;
    }

    .video-container iframe {
        width: 90%;
        height: 100%;
        margin-left: 5%;
    }

    .jason .row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .jason h2 {
        font-size: 2rem;
        text-align: center;
    }

    .jason .first-pic {
        width: 100%;
        margin-top: 0;
    }

    .jason .text {
        max-width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .jason .second-pic {
        width: 100%;
        max-width: 100%;
    }

    .jason .quote,
    .luciaQuote {
        width: 100vw;
        height: 60vh;
        font-size: 1.5rem;
        padding-bottom: 20px;
    }

    .countdown {
        width: 95vw;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 10px;
        font-size: 2rem;
    }

    .timer {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .box {
        min-width: 60px;
        padding: 10px;
        font-size: 1.2rem;
    }

    .label {
        font-size: 0.8rem;
    }

    footer {
        font-size: 0.8rem;
        padding: 10px;
    }
}

