/* Nature x Future-Tech Theme */
:root {
    --primary-green: #2ecc71;
    --dark-green: #27ae60;
    --light-green: #a3e4d7;
    --primary-blue: #3498db;
    --dark-blue: #2980b9;
    --tech-blue: #2962ff;
    --neon-green: #39ff14;
    --neon-blue: #00bfff;
    --pure-white: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --glass-shadow: rgba(0, 0, 0, 0.3);
}

html{

    scroll-behavior: smooth;

}

/* Base Styles and Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat Alternates', sans-serif;
    line-height: 1.6;
    color: var(--pure-white);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hidden {
    display: none !important;
}

/* Glassmorphic Effect */
.glassmorphic {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 var(--glass-shadow);
    border-radius: 10px;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(to right, var(--primary-green), var(--tech-blue));
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(46, 204, 113, 0.4);
}

.btn-secondary {
    display: inline-block;
    padding: 10px 25px;
    background: transparent;
    color: white;
    border: 2px solid var(--primary-green);
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--primary-green);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

.btn-hero {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(to right, var(--primary-green), var(--primary-blue));
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
}

.btn-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.btn-hero:hover::before {
    left: 100%;
}

.btn-hero:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(46, 204, 113, 0.4);
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1rem 0;
    z-index: 1000;
    transition: all 0.3s ease;
    background: rgba(10, 25, 41, 0.4);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(46, 204, 113, 0.2);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-logo .logo-img {
    height: 50px;
    width: auto;
    filter: drop-shadow(0 0 5px var(--primary-green));
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-item {
    margin: 0 1rem;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, var(--primary-green), var(--primary-blue));
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.music-toggle {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 3px var(--neon-green));
}

.music-toggle:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 5px var(--neon-green));
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),
        linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),url('../img/backgrounds/hero.avif') no-repeat center center/cover;
    overflow: hidden;
}

/* Overlay Effects */
.hero::before,
.about::before,
.timeline::before,
.events::before,
.star-night::before,
.gallery::before,
.sponsors::before,
.contact::before,
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 25, 41, 0.2) 0%, rgba(20, 61, 93, 0.5) 100%);
    z-index: 1;
}
.timeline-vine {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, var(--primary-green), transparent);
    box-shadow: 0 0 20px var(--primary-green);
    z-index: 1;
}

.neon-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(57, 255, 20, 0.1) 0%, transparent 70%);
    z-index: 1;
}


/* Container Positioning */
.container {
    position: relative;
    z-index: 2;
}

/* Additional Animations */
@keyframes floatLeaves {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes floatElements {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.2;
    }
}


.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.vines-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../img/vines-pattern.png') repeat; */
    opacity: 0.1;
    z-index: 1;
}

.hero-content {
    top: 3rem;
    text-align: center;
    z-index: 3;
    position: relative;
}

.hero-logo {
    margin-bottom: 2rem;
}

.main-logo-img {
    height: 150px;
    width: auto;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 10px var(--primary-green));
}

.hero-tagline {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: var(--light-green);
    text-shadow: 0 0 10px var(--primary-green);

}

.countdown-container {
    margin: 2rem 0;
}

.countdown-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: var(--light-green);
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-value {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(to right, var(--primary-green), var(--primary-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    padding: 0.5rem;
    min-width: 80px;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

.countdown-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    color: var(--light-green);
}

/* About Section */
.about {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),
        linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),url('../img/backgrounds/about.avif') no-repeat center center/cover;
    overflow: hidden;
}

.circuit-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/circuit-pattern.png') repeat;
    opacity: 0.05;
    z-index: 1;
}

.about .container {
    position: relative;
    z-index: 2;
}

.section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(to right, var(--neon-blue), var(--neon-green));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(255, 255, 255, 0.66);
}

.section-description {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.2rem;
    color: var(--light-green);
}

.counters {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.counter-item {
    text-align: center;
    margin: 1rem;
    padding: 1.5rem;
    border-radius: 10px;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 var(--glass-shadow);
    transition: all 0.3s ease;
}

.counter-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(46, 204, 113, 0.2);
}

.counter-value {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(to right, var(--primary-green), var(--primary-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.3);
}

.counter-value::after {
    content: '';
    display: inline;
}

/* .counter-item:nth-child(2) .counter-value::after {
    content: '';
} */

.counter-label {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--light-green);
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 var(--glass-shadow);
    border-radius: 10px;
}

.about-content p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--pure-white);
}

/* Timeline Section */
.timeline {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),
        linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),url('../img/backgrounds/timeline.avif') no-repeat center center/cover;
    overflow: hidden;
}

.digital-vine {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, var(--primary-green), transparent);
    box-shadow: 0 0 20px var(--primary-green);
    z-index: 1;
}

.digital-vine::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/digital-circuit.png') repeat-y;
    opacity: 0.3;
}

.timeline .container {
    position: relative;
    z-index: 2;
}

.timeline-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-green), var(--primary-blue));
    box-shadow: 0 0 10px var(--primary-green);
    z-index: 1;
}

.timeline-item {
    display: flex;
    margin-bottom: 3rem;
    position: relative;
    width: 100%;
    z-index: 2;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.timeline-item:nth-child(odd) .timeline-date {
    text-align: right;
    padding-right: 2rem;
}

.timeline-item:nth-child(even) .timeline-date {
    text-align: left;
    padding-left: 2rem;
}

.timeline-date {
    flex: 1;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    color: var(--primary-green);
    text-shadow: 0 0 5px var(--primary-green);
}

.timeline-content {
    flex: 1;
    padding: 1.5rem;
    border-radius: 10px;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 var(--glass-shadow);
    border-left: 3px solid var(--primary-green);
    transition: all 0.3s ease;
}

.timeline-item:nth-child(odd) .timeline-content {
    border-left: none;
    border-right: 3px solid var(--primary-blue);
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(46, 204, 113, 0.2);
}

.timeline-content h3 {
    color: var(--primary-green);
    margin-bottom: 1rem;
    text-shadow: 0 0 5px rgba(46, 204, 113, 0.3);
}

.timeline-content ul {
    list-style: none;
}

.timeline-content li {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
    color: var(--pure-white);
}

.timeline-content li::before {
    content: '•';
    color: var(--primary-blue);
    position: absolute;
    left: 0;
    text-shadow: 0 0 5px var(--primary-blue);
}

/* Events Section */
.events {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),
        linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),url('../img/backgrounds/event.avif') no-repeat center center/cover;
    overflow: hidden;
}

.leaf-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/leaf-particles.png') repeat;
    opacity: 0.05;
    z-index: 1;
}

.events .container {
    position: relative;
    z-index: 2;
}

.event-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    gap: 1rem;
}

.category-btn {
    padding: 10px 20px;
    background: transparent;
    color: white;
    border: 2px solid var(--primary-green);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.category-btn.active,
.category-btn:hover {
    background: var(--primary-green);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

.events-container {
    margin-top: 2rem;
}

.event-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.event-card {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 var(--glass-shadow);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(46, 204, 113, 0.3);
}

.event-card-img {
    height: 200px;
    background-position: center;
    background-size: cover;
}

.event-card-content {
    padding: 1.5rem;
}

.event-card h3 {
    color: var(--primary-green);
    margin-bottom: 0.5rem;
    text-shadow: 0 0 5px rgba(46, 204, 113, 0.3);
}

.event-card p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: var(--pure-white);
}

.event-card .btn-secondary {
    font-size: 0.9rem;
    padding: 8px 15px;
}

.rulebooks {
    text-align: center;
    padding: 2rem;
	margin-bottom: 2rem;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 var(--glass-shadow);
    border-radius: 10px;
}

.rulebooks h3 {
    margin-bottom: 1.5rem;
    color: var(--primary-green);
    text-shadow: 0 0 5px rgba(46, 204, 113, 0.3);
}

.rulebook-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.rulebook-btn {
    padding: 10px 20px;
    background: linear-gradient(to right, var(--primary-green), var(--primary-blue));
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.rulebook-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(46, 204, 113, 0.3);
}

/* Star Night Section */
.star-night {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),
        linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),url('../img/backgrounds/star-night.avif') no-repeat center center/cover;
    overflow: hidden;
}

.neon-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(57, 255, 20, 0.1) 0%, transparent 70%);
    z-index: 1;
}

.star-night-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.star-night-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.star-night-video.hidden {
    display: none;
}

.star-night-video.revealed {
    display: block;
}

.star-night .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.scratch-container {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 2rem auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

#scratchCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
    border-radius: 15px;
}

.artist-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/star-night/ss.jpg') no-repeat center center/cover;
    z-index: 1;
    border-radius: 15px;
}

.scratch-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    z-index: 2;
}

.scratch-overlay-text {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Artist Reveal Text Styles */
.artist-reveal-text {
    text-align: center;
    margin-top: 2rem;
    animation: fadeIn 1s ease forwards;
}

.artist-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    color: var(--primary-green);
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    text-shadow: 0 0 10px var(--primary-green);
}

.artist-name {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    background: linear-gradient(to right, var(--primary-green), var(--primary-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

/* Gallery Section */
.gallery {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
	background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),
        linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),url('../img/backgrounds/gallery.avif') no-repeat center center/cover;
    overflow: hidden;
}

.nature-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/nature-particles.png') repeat;
    opacity: 0.05;
    z-index: 1;
}

.gallery .container {
    position: relative;
    z-index: 2;
}

.carousel-container {
	perspective: 1000px;
	height: 600px;
	margin: 0 auto;
	position: relative
}

.carousel {
	max-width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	animation: 20s linear infinite rotate
}

.carousel:hover {
	animation-play-state: paused
}

.carousel-item {
	position: absolute;
	width: 300px;
	height: 350px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -175px;
	transition: transform .5s
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

/* 3D Carousel Styles */
.carousel-3d-container {
    position: relative;
    perspective: 1000px;
    height: 400px;
    margin: 3rem auto;
    width: 100%;
    max-width: 800px;
}

.carousel-3d {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
}

.carousel-3d-item {
    position: absolute;
    width: 300px;
    height: 350px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -175px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border: 2px solid var(--primary-green);
}

.carousel-3d-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.carousel-3d-item:hover img {
    transform: scale(1.05);
}

.carousel-controls {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
    z-index: 10;
}

.carousel-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to right, var(--primary-green), var(--primary-blue));
    color: white;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.5);
}

/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 2rem;
}

.lightbox-content {
    max-width: 100%;
    max-height: 100%;
	margin-top: 5rem;
    object-fit: contain;
    border-radius: 10px;
    border: 2px solid var(--primary-green);
    box-shadow: 0 0 30px rgba(46, 204, 113, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 5rem;
    right: 20px;
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 2001;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-green);
}

/* Sponsors Section */
.sponsors {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),
        linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),url('../img/backgrounds/tech-forest-bg.jpg') no-repeat center center/cover;
}

.sponsors .container {
    position: relative;
    z-index: 1;
}

.sponsors-container {
    overflow: hidden;
    position: relative;
    height: 200px;
}

.sponsor-marquee {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.sponsor-track {
    display: flex;
    align-items: center;
    height: 100%;
    animation: scroll 30s linear infinite;
}

.sponsor-item {
    flex-shrink: 0;
    width: 200px;
    height: 100px;
    margin: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 var(--glass-shadow);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.sponsor-item:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.5);
}

.sponsor-item img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

/* Contact Section */
.contact {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),
        linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),url('../img/backgrounds/contact.avif') no-repeat center center/cover;
    overflow: hidden;
}

.global-circuit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/global-circuit.png') repeat;
    opacity: 0.05;
    z-index: 1;
}

.contact .container {
    position: relative;
    z-index: 2;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.contact-form-container {
    padding: 2rem;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 var(--glass-shadow);
    border-radius: 10px;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--glass-border);
    border-radius: 5px;
    color: white;
    font-family: 'Montserrat Alternates', sans-serif;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-green);
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    padding: 1rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    box-shadow: 0 8px 32px 0 var(--glass-shadow);
    border-radius: 10px;
}

.contact-item h3 {
    color: var(--primary-green);
    margin-bottom: 0.5rem;
    text-shadow: 0 0 5px rgba(46, 204, 113, 0.3);
}

.contact-item p {
    color: var(--pure-white);
        display: inline-flex;
}

.social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-link {
    padding: 8px 15px;
    background: linear-gradient(to right, var(--primary-green), var(--primary-blue));
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(46, 204, 113, 0.3);
}

/* Footer */
.footer {
    padding: 3rem 0;
    position: relative;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),
        linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100px),url('../img/backgrounds/footer.avif') no-repeat center center/cover;
    border-top: 1px solid rgba(46, 204, 113, 0.2);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-logo {
    margin-bottom: 2rem;
}

.footer-logo-img {
    height: 80px;
    width: auto;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 5px var(--primary-green));
}

.footer-credits {
    margin-top: 1rem;
}

.footer-credits a {
    color: var(--primary-green);
    text-decoration: none;
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.modal-content {
    padding: 2rem;
    text-align: center;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
}

.modal-content h2 {
    margin-bottom: 1rem;
    color: var(--primary-green);
    text-shadow: 0 0 5px rgba(46, 204, 113, 0.3);
}

.modal-content p {
    margin-bottom: 2rem;
    color: var(--pure-white);
}

.modal-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

/* Confetti Canvas */
.confetti-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
}

/* Animation for Earth Globe */
@keyframes rotateEarth {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Animation for text glow */
@keyframes textGlow {
    0% {
        text-shadow: 0 0 5px var(--primary-green);
    }
    50% {
        text-shadow: 0 0 20px var(--primary-green), 0 0 30px var(--primary-blue);
    }
    100% {
        text-shadow: 0 0 5px var(--primary-green);
    }
}

.artist-reveal-text.revealed .artist-name {
    animation: textGlow 2s infinite;
}

/* Star Night Layout Updates */
.artist-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
    position: relative;
    min-height: 500px;
}

.central-scratcher {
    flex: 0 0 auto;
    text-align: center;
    z-index: 5;
}

.floating-artist {
    flex: 1;
    display: flex;
    top: 5rem;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.left-artist {
    justify-content: center;
}

.right-artist {
    justify-content: center
}

.floating-image-container {
    margin: 25px 25px;
    position: relative;
    text-align: center;
}

.floating-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 5%;
    border: 3px solid rgba(46, 204, 113, 0.5);
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.3);
    filter: brightness(0.8) contrast(1.2);
    transition: all 0.5s ease;
}

.floating-text {
    position: absolute;
    bottom: 350px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--light-green);
    font-family: 'Orbitron', sans-serif;
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
    white-space: nowrap;
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Floating Animation */
@keyframes floatUpDown {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

/* Left image specific animation */
.left-artist .floating-image {
    animation: floatLeftRight 4s ease-in-out infinite;
}

@keyframes floatLeftRight {
    0%, 100% {
        transform: translateX(0) translateY(0);
    }
    33% {
        transform: translateX(-10px) translateY(-5px);
    }
    66% {
        transform: translateX(5px) translateY(5px);
    }
}

/* Right image specific animation */
.right-artist .floating-image {
    animation: floatRightLeft 4s ease-in-out infinite;
}

@keyframes floatRightLeft {
    0%, 100% {
        transform: translateX(0) translateY(0);
    }
    33% {
        transform: translateX(10px) translateY(-5px);
    }
    66% {
        transform: translateX(-5px) translateY(5px);
    }
}

/* Hover effects */
.floating-image:hover {
    filter: brightness(1) contrast(1.2);
    border-color: var(--primary-green);
    box-shadow: 0 0 30px rgba(46, 204, 113, 0.6);
    transform: scale(1.05);
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .artist-layout {
        gap: 1rem;
    }
    
    .floating-image {
        width: 150px;
        height: 150px;
    }
    
    .floating-text {
        font-size: 1rem;
        bottom: -35px;
    }
}

@media screen and (max-width: 768px) {
    .artist-layout {
        flex-direction: column;
        gap: 2rem;
    }
    
    .floating-artist {
        justify-content: center !important;
    }
    
    .left-artist, .right-artist {
        order: 1;
    }
    
    .central-scratcher {
        order: 2;
    }
    
    .floating-image {
        width: 220px;
        height: 220px;
    }
    
    .floating-text {
        font-size: 0.9rem;
        bottom: -30px;
    }
}

@media screen and (max-width: 480px) {
    .artist-layout {
        gap: 1.5rem;
    }
    
    .floating-image {
        width: 200px;
        height: 200px;
    }
    
    .floating-text {
        font-size: 1.5rem;
        bottom: -25px;
        margin: -30px 20px;
    }
}

/* Enhanced scratch container for central position */
.central-scratcher .scratch-container {
    margin: 9rem auto;
    position: relative;
    z-index: 10;
}

/* Ensure proper z-index layering */
.star-night {
    position: relative;
    z-index: 2;
}

.nebula-background, .neon-glow {
    z-index: 1;
}

.artist-layout > * {
    z-index: 3;
}

.central-scratcher {
    z-index: 5;
}

.event-category-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--glass-bg); /* Customize this color to your preference */
    color: var(--neon-green);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 10;
}

.contact-info a{
    text-decoration: none;
    color: white;
}