/*

	Primary Color: #0064fa (Blue)
	Secondary Color: #86d31f (Green)
	Background: #0A0E1A (Deep Dark)
	Text: #F0F0F0

	Button: #86d31f
	ButtonHover: #6ab516

	Title Font: Bebas Neue (sports/game day feel)
	Copy Font: proxima-nova

	Style: Sports Game Day / Dark Mode OLED
	Design System: UI UX Pro Max

*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Thomkit Strike';
    src: url('../css/webfonts-2026/thomkit-strike-serif.woff2') format('woff2'),
         url('../css/webfonts-2026/thomkit-strike-serif.woff') format('woff'),
         url('../css/webfonts-2026/thomkit-strike-serif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* CSS FONTS
--------------------------------------------------------------------------------------- */

.circle-party-2026 .kepler,
body.circle-party-2026 { font-family: "proxima-nova", "Source Sans 3", sans-serif !important; }


/* Overrides — Game Day 2026
--------------------------------------------------------------------------------------- */

body.circle-party-2026 { background-color: #0A0E1A; }

.circle-party-2026 .page-hero.bg-image {
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
    border-bottom: 2px solid #0064fa;
}

.circle-party-2026 .page-hero.bg-image::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    animation: heroDrift 20s ease-in-out infinite, heroFlicker 4s ease-in-out infinite;
    z-index: 0;
}

.circle-party-2026 .page-hero .overlay {
    z-index: 1;
    position: relative;
}

@keyframes heroBreath {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.08); }
    100% { transform: scale(1); }
}

@keyframes heroDrift {
    0%   { transform: scale(1.05) translate(0, 0); }
    15%  { transform: scale(1.22) translate(-3%, -2%); }
    30%  { transform: scale(1.15) translate(2%, -1%); }
    50%  { transform: scale(1.28) translate(1%, 2%); }
    65%  { transform: scale(1.18) translate(-2%, 1%); }
    80%  { transform: scale(1.24) translate(3%, -2%); }
    100% { transform: scale(1.05) translate(0, 0); }
}

@keyframes heroFlicker {
    0%, 100% { opacity: 1; }
    30%  { opacity: 0.92; }
    50%  { opacity: 1; }
    70%  { opacity: 0.95; }
    85%  { opacity: 1; }
}
.circle-party-2026 .content { color: #F0F0F0 !important; }
.circle-party-2026 .overlay { background: rgba(10, 14, 26, 0.5) !important; }

.circle-party-2026 .titles {
    font-family: "Thomkit Strike", "Bebas Neue", "proxima-nova", sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: .7em !important;
    font-size: 10em !important;
}

.circle-party-2026 .party-dark-green { color: #86d31f !important; }
.circle-party-2026 .party-blue { color: #0064fa !important; }
.circle-party-2026 .party-green { color: #86d31f !important; }
.circle-party-2026 .party-pink { color: #86d31f !important; }
.circle-party-2026 .party-creme,
.circle-party-2026 .white { color: #F0F0F0 !important; }

.circle-party-2026 .bg-party-dark-green { background: #0A0E1A; }

.circle-party-2026 .party-line {
    background: #0064fa;
    color: #0064fa;
    box-shadow: none;
}

.circle-party-2026 .bg-image-paper {
    background-color: #0A0E1A !important;
    background-image: none !important;
}


/* Buttons
--------------------------------------------------------------------------------------- */

.circle-party-2026 a.button {
    background: #86d31f !important;
    font-weight: 700 !important;
    font-size: 1.8em !important;
    color: #000 !important;
    font-family: "Bebas Neue", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0 !important;
    border: 2px solid #86d31f !important;
    transition: all 0.2s ease !important;
}

.circle-party-2026 a.button:hover {
    background-color: transparent !important;
    color: #86d31f !important;
    border-color: #86d31f !important;
}


/* Panels & Cards
--------------------------------------------------------------------------------------- */

.circle-party-2026 .panel {
    background: rgba(0, 100, 250, 0.08);
    border: 1px solid rgba(0, 100, 250, 0.2);
    border-radius: 0;
    padding: 24px 30px;
}

.circle-party-2026 .party-theme .right {
    border-bottom: none;
    padding-top: 160px !important;
    padding-bottom: 160px;
}

.circle-party-2026 .image-split-wrap.party-theme {
    border-top: 2px solid #0064fa;
    border-bottom: 2px solid #0064fa;
}

.circle-party-2026 .party-theme .image-split {
    border-left: 2px solid #0064fa;
}

.circle-party-2026 .part-footer {
    border-top: 2px solid #0064fa;
}


/* Outfit Links (gallery dots)
--------------------------------------------------------------------------------------- */

.circle-party-2026 .outfit-links a {
    background: #0064fa;
    color: #F0F0F0;
}

.circle-party-2026 .outfit-links a:hover,
.circle-party-2026 .outfit-links a.active {
    background: #86d31f;
    color: #0A0E1A;
}


/* Prize Section
--------------------------------------------------------------------------------------- */

.circle-party-2026 .text-image-banner {
    border-top: 2px solid #0064fa;
}

.circle-party-2026 .marquee-gallery.marquee-reverse {
    border-top: 2px solid #0064fa;
}

.circle-party-2026 .marquee-gallery.marquee-reverse .marquee-photo {
    border-right: 2px solid #0064fa;
}

.circle-party-2026 .marquee-gallery:not(.marquee-text-strip):not(.marquee-reverse) {
    border-bottom: 2px solid #0064fa;
}

.circle-party-2026 .marquee-gallery:not(.marquee-text-strip):not(.marquee-reverse) .marquee-photo {
    border-right: 2px solid #0064fa;
}

.circle-party-2026 .details-1-wrap {
    width: 75%;
    box-shadow: 0 0 190px rgba(0, 100, 249, 0.3);
}

.circle-party-2026 .details-1-wrap img {
    display: block;
    width: 100%;
    border: 2px solid #0064fa;
}


.circle-party-2026 .details-2 {
    border: 0;
    box-shadow: 0 0 190px rgba(0, 100, 249, 0.3);
}

.circle-party-2026 .details-2-img {
    display: block;
    width: 100%;
    border: 2px solid #0064fa;
}

/* Prize Showcase — Centered Product Display
--------------------------------------------------------------------------------------- */

.prize-showcase {
    padding: 0;
    border-top: 2px solid #0064fa;
    border-bottom: 2px solid #0064fa;
    position: relative;
    overflow: hidden;
}

.prize-showcase::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 100, 249, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.prize-image-wrap {
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.prize-product {
    width: 100%;
    display: block;
    filter: drop-shadow(0 0 60px rgba(0, 100, 249, 0.25));
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.prize-product.fadeIn {
    opacity: 1;
    transform: translateY(0);
}

.prize-text {
    max-width: 600px;
    margin: 0 auto;
}

.prize-text p {
    font-size: 1.8em;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6em;
}


/* Sports Accent Glow on Hero Logo
--------------------------------------------------------------------------------------- */

.circle-party-2026 .hero-logo img {
    filter: drop-shadow(0 0 30px rgba(0, 100, 250, 0.3));
}


/* Links
--------------------------------------------------------------------------------------- */

.circle-party-2026 a { color: #86d31f; }
.circle-party-2026 a:hover { color: #0064fa; }
.circle-party-2026 a.white { color: #F0F0F0 !important; }
.circle-party-2026 a.white:hover { color: #86d31f !important; }


/* Section Dividers — Neon Line
--------------------------------------------------------------------------------------- */

.circle-party-2026 .gsection_title {
    border-bottom-color: #0064fa !important;
}


/* Form Override for Product Section
--------------------------------------------------------------------------------------- */

.circle-party-2026 .bg-white {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(0, 100, 250, 0.2);
}

.circle-party-2026 .bg-white .gform_wrapper label,
.circle-party-2026 .bg-white .gform_wrapper .gfield_label {
    color: #F0F0F0 !important;
}

.circle-party-2026 .bg-white .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(0, 100, 250, 0.3) !important;
    color: #F0F0F0 !important;
}

.circle-party-2026 .bg-white .gform_wrapper .gform_footer input[type=submit],
.circle-party-2026 .bg-white .gform_wrapper .gform_footer input.button {
    background: #86d31f !important;
    color: #0A0E1A !important;
    border: 0 !important;
    font-family: "Bebas Neue", sans-serif !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Hero Tagline & CTA Title
--------------------------------------------------------------------------------------- */

.circle-party-2026 .hero-tagline,
.circle-party-2026 .section-960 .titles { font-size: 10vw !important; line-height: .7em !important; }


/* Location Details — Flat Premium
--------------------------------------------------------------------------------------- */

.circle-party-2026 .panel { display: none; }


.location-row { display: flex; flex-direction: column; gap: 24px; }

.location-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.location-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #0064fa;
    margin-top: 0;
}

.location-label {
    font-size: 1.2em !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.4) !important;
    margin: 0 0 2px 0 !important;
    font-weight: 600;
}

.location-value {
    font-size: 30px !important;
    font-family: "Thomkit Strike", "Bebas Neue", sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1em !important;
    color: #fff !important;
}

.location-address {
    font-size: 1.4em !important;
    color: rgba(255,255,255,0.6) !important;
    margin: 4px 0 0 0 !important;
}

.location-directions {
    font-size: 1.6em !important;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.location-directions:hover { color: #fff !important; }


/* Marquee Gallery
--------------------------------------------------------------------------------------- */

.marquee-gallery {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    animation: marqueeScroll 80s linear infinite;
    width: max-content;
}

.marquee-photo {
    width: calc(100vw / 3);
    aspect-ratio: 4 / 3;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: block;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes marqueeScrollReverse {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.marquee-reverse .marquee-track {
    animation-name: marqueeScrollReverse !important;
}

.marquee-text-strip { padding: 0 0 160px; }

.marquee-track-slow {
    animation-duration: 75s !important;
    align-items: center;
    gap: 0;
}

.marquee-word {
    margin: 0 !important;
    white-space: nowrap;
    padding: 0 20px;
}

.marquee-dot {
    color: rgba(255,255,255,0.2);
    font-size: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}


/* Photos Marquee Button
--------------------------------------------------------------------------------------- */

.photos-marquee-wrap {
    position: relative;
}

.view-photos-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    white-space: nowrap;
    padding: 10px 24px !important;
    font-size: 1.4em !important;
}

.view-photos-btn {
    box-shadow: 0 0 60px 30px rgba(10, 14, 26, 0.6);
}


/* Mobile
--------------------------------------------------------------------------------------- */

@media only screen and (max-width: 501px) and (orientation:portrait) {

    .circle-party-2026 .titles { letter-spacing: 1px; font-size: 6em !important; }
    .circle-party-2026 .hero-tagline { font-size: 12vw !important; }

    .circle-party-2026 .marquee-photo {
        width: 50vw;
    }
    .circle-party-2026 .marquee-text-strip {
        padding-bottom: 40px !important;
    }

}
