/* ===== RESPONSIVE ===== */
@media (max-width: 1366.99px) {}

@media (max-width: 1280.99px) {}

@media (max-width: 1199.99px) {
    .raga-section {
        margin-top: 32px;
    }

    .raga-section::before {
        top: 30px;
    }
}

@media (max-width: 1199.89px) {

    /* .raga-section {
        margin-top: 0;
    } */
    .raga-section::before {
        top: 10px;
    }

    section {
        padding: 50px 0px;
    }

    .about-bio-section {
        padding-bottom: 50px;
    }

    .about-honors-section {
        padding: 50px 0px;
    }

    .about-events-section {
        padding: 50px 0px;
    }

    .about-past-section {
        padding: 50px 0px;
    }

    .band-members-section,
    .band-videos-section,
    .band-lineup-section,
    .band-outreach-section,
    .band-technical-section,
    .band-pictures-section {
        padding: 50px 0px;
    }

    .pr-section,
    .mv-cta-section {
        padding-bottom: 50px;
    }

    .about-card {
        padding: 24px;
    }

    .about-hero {
        padding: 100px 0px 30px 0px;
    }

    .ct-social-section,
    .ct-touch-section,
    .pr-callout-section {
        padding: 50px 0px;
    }

    .ct-info-section,
    .album-page-section {
        padding-bottom: 50px;
    }

    .ct-info-value {
        font-size: 18px;
    }
}

@media (max-width: 991.99px) {
    /* .image-carousel-track {
      
        animation: scrollCarousel 30s linear infinite;
    } */

    .hero-content .hero-name {
        font-size: 3rem;
        letter-spacing: 4px;
    }

    .section-title {
        font-size: 2.5rem;
    }

    section {
        padding: 36px 0;
    }

    .about-bio-section {
        padding-bottom: 36px;
    }

    .about-honors-section {
        padding: 36px 0px;
    }

    .about-events-section {
        padding: 36px 0px;
    }

    .about-past-section {
        padding: 36px 0px;
    }

    .band-members-section,
    .band-videos-section,
    .band-lineup-section,
    .band-outreach-section,
    .band-technical-section,
    .band-pictures-section {
        padding: 36px 0px;
    }

    .mv-cta-section {
        padding: 36px 0px;
    }

    .pr-callout-section {
        padding: 36px 0px;
    }

    .pr-callout-section {
        padding-bottom: 36px;
    }

    .carousel-card {
        flex: 0 0 130px;
    }

    .carousel-card img {
        width: 130px;
        height: 170px;
    }

    .album-circle {
        width: 160px;
        height: 160px;
    }

    .press-card .press-body {
        padding: 12px;
    }

    .press-body .press-meta {
        margin-bottom: 12px;
    }

    .honor-card {
        padding: 24px 16px;
    }

    .pr-item {
        padding: 24px;
    }

    .album-page-section {
        padding-bottom: 50px;
    }

    .album-page-section {
        padding-bottom: 36px;
    }

    .ct-info-icon {
        width: 64px;
        height: 64px;
        font-size: 24px;
    }

}

@media (max-width: 767.99px) {
    .hero-section {
        height: 50vh;
        min-height: 350px;
    }

    .hero-content .hero-name {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }

    .section-title {
        font-size: 2rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .album-circle {
        width: 140px;
        height: 140px;
    }

    .video-feature-card .video-thumbnail {
        height: 200px;
    }

    .video-carousel-slide {
        flex: 0 0 50%;
    }

    .about-hero-name {
        font-size: 3rem;
    }

    .about-hero {
        min-height: 380px;
        padding: 80px 0 0px;
    }

    .event-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .about-section-header h2 {
        font-size: 22px;
    }

    .about-hero-subtitle {
        font-size: 16px;
    }

    .band-script-title {
        font-size: 2.2rem;
    }

    .band-gallery {
        grid-template-columns: 1fr;
    }

    .band-video-thumb img {
        height: 200px;
    }

    .mv-thumb img {
        height: 240px;
    }

    .pr-tabs {
        flex-direction: column;
        align-items: center;
    }

    .pr-tab {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .ct-touch-body {
        padding: 28px 24px;
    }

    .ct-touch-img img {
        min-height: 240px;
    }

    .video-info h5 {
        font-size: 20px;
    }
}

@media (max-width: 575.99px) {
    .hero-content .hero-name {
        font-size: 1.8rem;
    }

    .pr-item-title {
        font-size: 20px;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .carousel-card {
        flex: 0 0 110px;
    }

    .carousel-card img {
        width: 110px;
        height: 140px;
    }

    .video-carousel-slide {
        flex: 0 0 100%;
    }

    .video-gallery-card .video-thumb {
        height: 200px;
    }

    .mv-thumb img {
        height: 200px;
    }

    .mv-play {
        width: 60px;
        height: 60px;
    }

    .mv-play i {
        font-size: 18px;
    }
}