@media screen and (min-width: 1600px){
 .container {max-width:1560px;}  
}

@media screen and (max-width: 1600px){
h1 {
    font-size: 48px;
}
 .h2, h2 {
    font-size: 46px;
}
.hero-img {max-width: 300px; width: 100%;}
.year-btns {
    gap: 0.7rem;
}
.festival-card {
    padding: 40px 30px;
}
.btn-year,
.btn-year-white {
    padding: 14px;
}

}


@media screen and (max-width: 1199px){
h1 {
    font-size: 48px;
}
.h2, h2 {
    font-size: 38px;
}
h3 {
    font-size: 32px;
}

.btn-year, .btn-year-white {
    padding: 10px 9px;font-size: 12px;
}
.year-btns {
        gap: 0.4rem;
    }
.btn-festival-dark, .btn-festival-outline, .btn-festival-outline-white {
    font-size: 16px;
    padding: 10px 12px;
}
.stat-item .stat-num {
    font-size: 28px;
}
.festival-card p {
    line-height: 140%;
}
.news-title {
    font-size: 20px;
}
.news-excerpt {
    line-height: 140%;
}
.person-name {
    font-size: 18px;
}
.festival-card hr {
    margin: 30px 0px;
}
.people-modal .modal-image-box {
    max-width: 280px;
}
.people-modal .person-name {
    font-size: 28px;
}
.people-modal .modal-dialog.modal-lg {
    width: 96%;
}
.articles-section .news-card {
    margin-bottom: 30px;
}
.articles-section {
    padding-bottom: 0px;
    padding-top: 50px;
}
.single-article-pg .article-head-section {
    padding: 0px;
}
}

@media screen and (max-width: 991px){
h1 {
    font-size: 38px;
}
 .h2, h2 {
    font-size: 32px;line-height: 120%;
}
h3 {
    font-size: 28px;

}

.header .navbar-expand-lg .navbar-nav .nav-link::after {
    height: 2px;
}
.header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 28px;
    margin: 0px 20px;
}
.header-canvas li.nav-item {
    display: flex;
    justify-content: center;
}
.header .navbar-expand-lg .nav-item:last-child .nav-link {
    margin-left: 0;
}
button.navbar-toggler {
    border: none;
    padding: 0;
}
.offcanvas-header {
    width:95%;
}
.close-btn {
    width: 40px;
    height: 40px;
}
.single-article-pg .para-box p br{display: none;}

/* canvas */
.offcanvas.header-canvas {
    transform: none !important;
    right: auto !important;
    margin: 0 auto !important;
    transition: all 0.2s ease !important;
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: var(--color-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
}
 
.offcanvas.header-canvas.show {
    visibility: visible !important;
    opacity: 1 !important;
    background: var(--color-bg);
    transition: all 0.2s ease !important;
}
 
.header-canvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(20px);
    transition: transform .4s cubic-bezier(.22, 1, .36, 1);
    padding: 0;
    height: auto !important;
}
 
.header-canvas .navbar-nav {
    justify-content: center !important;
    text-align: center;
}
 
.offcanvas.header-canvas.show .offcanvas-body {
    transform: translateY(0);
}
 
.offcanvas-backdrop {
    display: none !important;
}
 
 .offcanvas-header {
    top: 0;
    padding: 20px 14px;
}

}

@media screen and (max-width: 767px){
.container {
    padding: 0px 24px;
}
.btn-festival-dark, .btn-festival-outline, .btn-festival-outline-white {
    width: 100% !important;
}

 .img-fluid {
    width: 100%;
}
.logo-card {
    max-width: 250px;
}
.festival-card {
    padding: 30px;
}

.footer-social {
    gap: 12px;
}
.footer-col-title {
    margin-bottom: 1rem;
}
.year-btns {
    gap: 0.8rem;
}
.btn-year, .btn-year-white {
    padding: 10px 10px;
    font-size: 14px;
}
.people-modal .modal-body {
    gap:0px;
    padding:30px;
    flex-direction: column;
}
.articles-para p {
    font-size: 16px;
}


}


@media screen and (max-width: 480px){
.people-modal .modal-body {
    padding:20px;
}
.people-modal .modal-image-box {
    max-width: 100%;
}
    .year-btns {
        gap: 0.4rem;
    }
    .section-title {
    font-size: 28px;
}
.view-all {
    font-size: 16px;
}

}