@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;800&display=swap');

:root {
    --color--black: #030712;
    --color--white: #e5e7eb;
    --color--active: rgb(220, 38, 38);
}


body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #030712;
    color: #e5e7eb;
    scroll-behavior: smooth;
}


.hero-gradient {
    background: radial-gradient(circle at center, rgba(153, 27, 27, 0.2) 0%, transparent 70%);
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.artist-card:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #030712;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #374151;
    border-radius: 10px;
}

.glow-red {
    box-shadow: 0 0 20px rgba(220, 38, 38, 0.2);
}


.artist-card {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.artist-card:hover {
    transform: translateY(-10px);
}

.artist-image-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #000 0%, transparent 50%);
    opacity: 0.8;
}

.filter-btn.active {
    background-color: #ef4444;
    color: white;
    border-color: #ef4444;
}

.glass-header {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ef4444;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #111;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-card:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(239, 68, 68, 0.15);
}

.video-thumbnail {
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s ease;
}

.video-card:hover .video-thumbnail {
    transform: scale(1.1);
}

.video-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
    opacity: 1;
}

.play-btn {
    width: 60px;
    height: 60px;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.4);
}

.video-card:hover .play-btn {
    transform: scale(1.2);
    background: #fff;
    color: #ef4444;
}

.tag {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

.logo-container img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

/* Modal Styles */
#videoModal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Mobile Menu Styles */
#mobileMenu {
    transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transform: translateX(100%);
}

#mobileMenu.active {
    transform: translateX(0);
}

.h-24 {
    height: 6rem;
}

.section-menu a.active {
    color: var(--color--active);
    border-bottom: 2px solid var(--color--active);
}

.section-menu #mobileMenu a.active {
    color: var(--color--active);
    border-bottom: none;
}

.gradient-text {
    background: linear-gradient(90deg, #ff0000, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.history-line::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #ef4444, transparent);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .history-line::before {
        left: 20px;
    }
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.achievement-card:hover {
    border-color: #ef4444;
    transform: translateY(-5px);
}


.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-10px);
    border-color: rgba(239, 68, 68, 0.3);
}

.eco-icon {
    transition: all 0.4s ease;
}

.glass-card:hover .eco-icon {
    transform: scale(1.1) rotate(5deg);
    color: #ef4444;
}

.circle-gradient {
    background: radial-gradient(circle, rgba(239, 68, 68, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
}

.title-outline {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    color: transparent;
}

.input-field {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.input-field:focus {
    border-color: #ef4444;
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}

.contact-info-item:hover i {
    transform: scale(1.2) rotate(-10deg);
    color: #ef4444;
}

.map-container {
    filter: grayscale(1) invert(1) contrast(1.2);
    opacity: 0.6;
    transition: opacity 0.5s ease;
}

.map-container:hover {
    opacity: 0.9;
}

.glow-red {
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.2);
}