﻿/* New Year Theme Variables */
:root {
    --ny-gold: #ffd700;
    --ny-silver: #c0c0c0;
    --ny-dark: #0a0a0a;
    --ny-dark-blue: #001f3f;
    --ny-glass: rgba(10, 10, 10, 0.85);
}

/* Fireworks Canvas - Fullscreen Overlay */
#fireworks-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Let clicks pass through */
    z-index: 9998;
    /* Behind the countdown but above content if needed, or just overlay */
}

/* Countdown Bar */
#newyear-countdown {
    /*  position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 50px;
    /*background: var(--ny-glass);*/
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(/Content/Asset/NewYear/firework3.jpg);
    /* background: url(2011); */
    /*backdrop-filter: blur(10px);*/
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--ny-gold);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    /* Topmost */
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    overflow: hidden;
}

    #newyear-countdown::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
        animation: shine 2s infinite;
    }

@keyframes shine {
    0% {
        left: -100%;
    }

    25% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}
@media screen and (max-width: 502px) {
    .countdown-container {
        font-size:1.3rem !important;
    }
}
.countdown-container {
    display: flex;
    gap: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:2rem;
}

.countdown-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--ny-gold);
}

#countdown-timer {
    font-family: 'Orbitron', monospace;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 0 0 8px rgba(255,215,0,0.6), 0 0 16px rgba(255,215,0,0.4);
}

/* Adjust standard header to clear the countdown bar if it's fixed */
/*body {
    padding-top: 50px;*/
    /* Push content down to account for the fixed countdown */
/*}*/

/* Enhancements to existing elements for the theme - Optional overrides */
/* We can add a subtle gold glow to the logo or headers if desired */
.about-header h1 {
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}
#fireworks-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999; /* NOT 9998 */
    background: transparent !important;
}

body, .wrapper, .container, .main-content {
    position: relative;
    z-index: 1;
}


/*-------------------------------------------Fonts-----------------------------------------------*/
/* latin */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/orbitron/v35/yMJRMIlzdpvBhQQL_Qq7dy0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/orbitron/v35/yMJRMIlzdpvBhQQL_Qq7dy0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}