@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%;
    height: 100vh;
    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("../img/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);
}
.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;
}