@import "theme.css";
@import "fonts.css";

/*body {*/
/*    background-color: var(--bg-page);*/
/*    color: #000;*/
/*    font-family: 'MyriadPro', sans-serif;*/
/*    margin: 0;*/
/*}*/

/*h1 {*/
/*    font-family: 'BigSexySans', sans-serif;*/
/*}*/

/*h2, h3 {*/
/*    font-family: 'NeuemaMachina', sans-serif;*/
/*    font-weight: bold;*/
/*}*/

/*p, span, div {*/
/*    font-family: 'MyriadPro', sans-serif;*/
/*}*/

.white {
    color: var(--white);
}

.bg-white {
    background-color: var(--white);
}

.primary {
    color: #EE312E;
}
.bg-primary {
    background-color: #EE312E;
}
.border-primary {
    border: 1px solid #EE312E;
}

.secondary {
    color: #D9A0C8;
}
.bg-secondary {
    background-color: #D9A0C8;
}
.border-secondary {
    border: 1px solid #D9A0C8;
}

a {
    color: var(--primary);
}

a:hover {
    opacity: 0.8;
}


.iframe-video {
    position: relative;
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden;
    background-color: #000;
}

.iframe-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 Aspect Ratio */
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: none;
}
.iframe-video::before,
.iframe-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Base layer: 70% opacity */
.iframe-video::before {
    background: radial-gradient(circle, rgba(255,255,255, 0.6) 0%, rgba(255,255,255, 1) 100%);
}

/* Pulse layer: Goes from 0% to 100% visibility to reach the 90% target */
.iframe-video::after {
    background: radial-gradient(circle, rgba(255,255,255, 0.8) 0%, rgba(255,255,255, 1) 100%);
    animation: smoothPulse 4s ease-in-out infinite;
}

@keyframes smoothPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.iframe-video .logo-vertical-black {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-image: url("/media/2026/img/logo/LOGOvertical-black.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 80%;
    max-width: 300px;
    height: 150px;
}

.swiper-slide iframe{
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--white);
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.swiper-hero .full-video {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100dvh - 60px);
    object-fit: cover;
}
@media screen and (min-width: 768px) {
    .swiper-hero .full-video {
        height: calc(100dvh - 80px);
    }
}
.swiper-hero .full-video.video-vertical {
    display: none;
}
@media (orientation: portrait) {
    .swiper-hero .full-video.video-horizontal {
        display: none;
    }
    .swiper-hero .full-video.video-vertical {
        display: block;
    }
}
.video-hero-container {
    position: relative;
    width: 100%;
    margin-top: 80px;
    height: calc(100vh - 80px); /* Full height minus header */
    height: calc(100dvh - 80px); /* Dynamic viewport height for mobile browsers */
    overflow: hidden;
    background-color: #000;
}

.video-hero-container .full-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Ensure it looks good on mobile */
@media (max-width: 768px) {
    .video-hero-container {
        height: 100svh; /* Better for mobile browsers with toolbars */
    }
}
.swiper-slide  {
    overflow: hidden;
    position: relative;
}
.swiper-slide.topper  {
    background-color: #CAC9CE;
}
.slider-topper > div {
    font-family: var(--font-big-sexy-sans), sans-serif;
}
.slider-topper .topper-date-days {
    font-size: 40px;
}
.slider-topper .topper-date-year {
    font-size: 30px;
    font-weight: 100;
}
.slider-topper .topper-big {
    font-size: 24px;
    font-weight: 100;
    font-family: var(--font-neuema-machina), sans-serif;
}

.slider-sub {
    margin-top: 3rem;
    font-family: var(--font-neuema-machina), sans-serif;
    font-size: 3rem;
    line-height: 1rem;
}
.slider-main {
    font-family: var(--font-big-sexy-sans), sans-serif;
    font-size: 5rem;
}
.slider-logo {
    background-image: url('../img/Logo2026Horizontal_web.svg');
    background-repeat: repeat;
    background-position: left top;
    background-size: cover;
    position: relative;
    width: 286px;
    height: 55px;
}

.logo-o-svg {
    background-image: url('../img/LOGO2026_O.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 150vw;
    height: 150vh;
    top: 50%;
    left: 50%;
    transform: translate(0, 0);
    pointer-events: none;
    z-index: 0;
    transition: transform 5s ease-in-out;
}
.artist_rw {
    background-image: url('../img/artists/2026/artist_robbie_williams_03.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    width: 550px;
    height: 100vh;
    pointer-events: none;
    top: 80px;
    right: 5%;
    transform: scaleX(-1);
    transition: transform 5s ease-in-out;

    /* IF you want to mask out - Mask properties */
    /*-webkit-mask-image: url('../img/LOGO2026_O.svg');*/
    /*mask-image: url('../img/LOGO2026_O.svg');*/
    /*-webkit-mask-repeat: no-repeat;*/
    /*mask-repeat: no-repeat;*/
    /*-webkit-mask-position: center;*/
    /*mask-position: center;*/
    /*-webkit-mask-size: contain;*/
    /*mask-size: contain;*/

}
.artist_rw .artist_image {
    width: 550px;
    height: auto;
}

.logo-o-svg-v1 {
    fill-color: var(--primary);
    transform: translate(-36%, -22%) rotate(15deg) scale(2.2);
    filter: invert(11%) sepia(100%) saturate(7469%) hue-rotate(0deg) brightness(104%) contrast(118%);

}

.logo-o-svg-v2 {
    fill-color: var(--black);
    transform: translate(-46%, -22%) rotate(15deg) scale(2.2);
}

.logo-o-svg-v3 {
    fill-color: var(--secondary);
    transform: translate(-46%, -22%) rotate(0deg) scale(1);
    filter: invert(79%) sepia(31%) saturate(543%) hue-rotate(268deg) brightness(89%) contrast(88%);
    transition: transform 1s ease-in-out;
}

.schedule-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background-image: url('../img/timetable_empty.webp');
}

.day-column {
    flex: 1;
}

.day-title {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    font-family: 'NeuemaMachina', sans-serif;
}

.stage-block {
    margin-bottom: 30px;
}

.stage-title {
    font-size: 1.5rem;
    color: #ccc;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'NeuemaMachina', sans-serif;
}

.act-row {
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 800;
}


.time-gradient {
    font-family: 'NeuemaMachina', sans-serif;

    margin-right: 10px;
    background: linear-gradient(90deg, #ffae42 0%, #ff4d4d 50%, #ff00cc 100%);

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;

    white-space: nowrap;
}

.artist-name {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'NeuemaMachina', sans-serif;

}

/* Hide the checkbox */
.collapse-toggle {
    display: none;
}

/* Style the button/label */
.collapse-label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000; /* Adjust to match your theme */
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.collapse-label:hover {
    background-color: #333;
}

/* Collapsed state (default) */
.collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

/* Expanded state when checkbox is checked */
.collapse-toggle:checked ~ .collapse-content {
    max-height: 2000px; /* High enough to fit the image */
}

/* Change label text when expanded (optional) */
.collapse-toggle:checked ~ .collapse-label::after {
    content: " (Hide)";
}


.termsfeed-com---nb-simple {
    left: 0 !important;
    bottom: 0;
    max-width: 100% !important;
    font-size: 12px !important;
}
.cc-nb-main-container {
    padding: 1rem !important;
}

.termsfeed-com---nb-simple .cc-nb-main-container,
.cc-pc-container,
.cc-cp-body-tabs-item,
.cc-cp-body-tabs {
    background-color: var(--grey-dark) !important;
}

.termsfeed-com---nb-simple .cc-nb-title {
    font-size: 14px !important;
}
.termsfeed-com---nb-simple .cc-nb-text-content,
.cc-cp-body-content-entry-text,
.cc-custom-checkbox label,
.cc-cp-foot-byline,
.cc-pc-head-lang-select{
    font-size: 12px !important;
}
.cc-pc-head-lang-select:focus {
    box-shadow: none !important;

}
.cc-cp-foot-button button,
.cc-nb-okagree
{
    background-color: var(--secondary) !important;
    border: 1px solid transparent !important;
    font-size: 12px !important;

}
.cc-cp-foot-button button:hover,
.cc-nb-reject:hover,
.cc-nb-changep:hover,
.cc-cp-foot-button button:focus,
.cc-nb-reject:focus,
.cc-nb-changep:focus{
    color: var(--secondary) !important;
    background-color: var(--grey-dark) !important;
    font-weight: bold !important;
    border: 1px solid var(--grey-light) !important;
    box-shadow: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-okagree:focus{
    color: var(--white) !important;
    background-color: var(--secondary) !important;
    font-weight: bold !important;
    border: 1px solid var(--grey-light) !important;
    box-shadow: none !important;
}
.cc-nb-changep,
.cc-nb-reject {
    background-color: var(--grey-dark) !important;
    color: #999 !important;
    font-weight: normal !important;
    border: 1px solid transparent !important;
    font-size: 12px !important;
    box-shadow: none !important;
}
.cc-pc-head-close {
    border: 1px solid transparent !important;
}
.cc-pc-head-close:hover {
    border: 1px solid var(--grey-light) !important;
}


@media (max-width: 1682px) and (min-width: 1201px) {
    .schedule-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1200px) and (min-width: 1025px) {
    .schedule-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .day-title {
        font-size: 2.5rem;
    }
    .act-row {
        font-size: 1.5rem;
    }
    .stage-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .schedule-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .day-title {
        font-size: 2.5rem;
    }
    .act-row {
        font-size: 1.5rem;
    }
    .stage-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .schedule-container {
        grid-template-columns: 1fr;
    }

    .schedule-container .day-column {
        margin-bottom: 1rem;
    }

    .day-title {
        font-size: 2.5rem;
    }
    .act-row {
        font-size: 1.5rem;
    }
    .stage-title {
        font-size: 1.1rem;
    }
}