﻿.video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Make the slideshow image act like a background */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    object-fit: cover; /* 🔥 THIS is the key */
    transform: translate(-50%, -50%);
    z-index: 0;
    transition: opacity 0.8s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.video-hero {
    position: relative;
    height: 100vh;*/ /* full screen height */
    /*overflow: hidden;
}

.hero-img.portrait {
    object-position: center top;*/ /* shift up */
/*}*/

/*.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100vw, 177.78vh);  ensures full cover 
height: max(100vh, 56.25vw);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}*/

/* Semi-transparent overlay */
/*.video-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient( ellipse at center, rgba(56, 80, 39, 0.1) 0%, rgba(56, 80, 39, 0.45) 100% );*/
    /*background-color: #5b263f;*/
    /*z-index: 2;
}*/

/* Text overlay */

.video-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient( ellipse at center, rgba(56, 80, 39, 0.1) 0%, rgba(56, 80, 39, 0.45) 100% );
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure content sits above overlay */
.video-content-frame {
    position: relative;
    z-index: 2;
}


.video-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    opacity: 1;
    margin-top: 5vh;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #e3d8c1;
    border: 3px solid #81591c !important;
    outline: 10px solid rgba(94, 51, 31, 0.5);
}

.video-content-frame {
    background: linear-gradient( 180deg, rgba(94, 51, 31, .5) 0%, rgba(94, 51, 31, 0.5) 0% );
}
/*.video-content.container-md {
    display: flex;
    align-content: center;
    justify-content: center;
}


.hero-img {
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
    object-position: center 20%;
}*/

.countdown {
    display: flex;
    justify-content: space-evenly;
}

.countdown__item {
    font-family: 'VikingFont', Arial, sans-serif;
    display: flex;
    flex-direction: column;
}

.countdown__value {
    font-size: 50px;
    font-weight: bold;
}

.countdown__label {
    font-size: 25px;
    font-weight: bold;
}

.container-tickets {
    justify-content: center;
    text-align: center;
}

.ticket-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.ticket-card {
    background: #385027;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .ticket-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }

    .ticket-card h3 {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

.ticket-desc {
    font-size: 0.9rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

.ticket-price {
    font-size: 1.6rem;
    font-weight: bold;
    color: #f4c542; /* your unsaturated yellow vibe */
}

/* Highlighted card (for premium option) */
.ticket-card.highlight {
    border-color: #f4c542;
    background: #385027;
}

.feature-container{

}

.map-section {
    display: flex;
    justify-content: center;
}

.waze-map {
    padding: 0;
    width: 100vw;
}

.waze-map iframe{
    width:100vw;
}

.map-directions{
    padding:0;
    width: 100vw;
}

.txt-trials-descript {
    font-size: 35px;
}

.email-contact{
    justify-content:center;
    text-align:center;
    align-content:center;
}

@media (min-width : 1500px) {
    .video-content {
        border: 3px solid #81591c !important;
    }
}

@media (max-width : 768px) {

    .video-content h1 {
        font-size: 2rem;
    }

    .video-content h2 {
        font-size: 1rem;
    }

    .countdown {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    /*.video-hero {
        background-size: cover;
        height: 500px;
    }

    .video-overlay {
        height: 900px;
    }

    .video-content {
        margin: 10px 0;
    }

        .video-content h1, .video-content h2 {
            font-size: 25px;
        }
*/
    .ticket-card {
        width: 91vw;
    }
    .feature-container {
        margin-bottom: 50px;
        width: 100vw;
    }
}

@media (max-width: 1000px) {
    .ticket-card {
        width:100%;
        max-width: 400px;
        max-height:200px;
    }
    .feature-container {
        margin-bottom: 50px;
        width: 100vw;
    }

    .hero-img {
        height: 100% !important;
        max-width: none !important;
    }

}

@media (max-width : 600px) {

    .container-md {
        width: 90vw;
    }

   /* .video-hero {
    }

    .video-overlay {
        background: #5e331f;
    }

    .video-content-frame {
        width: 100%;
        height: 60vh;
        padding: 0 20px;
    }

    .video-content {
        margin-top: 0%;
        border: 0 !important;
        outline: 0;
    }

        .video-content .row {
            width: 100vw;
        }

        .video-content h1, .video-content h2 {
            font-size: 25px;
        }

    .video-hero {
        width: 100vw;
        height: 62vh;
    }

    .hero-img {
        display: none;
        background-position: center;
    }*/

    .countdown, .countdown.col-md-3 {
        padding: 0;
    }

    .countdown__item {
        margin-bottom: 5px
    }

    .countdown__label {
        font-size: 15px;
    }

    .countdown__value {
        font-size: 15px;
    }

    .ticket-card {
        width: 100%;
        height: 300px;
    }

    .feature-container {
        margin-bottom:50px;
    }
}
