/*=========================================================
    NIC Kerala Onam Celebration 2026
    responsive.css
    PART 1
    Desktop • Laptop • Tablet
=========================================================*/

/*=========================================================
    LARGE DESKTOP (1600px+)
=========================================================*/

@media (min-width:1600px) {

    .hero {

        padding: 140px 10%;

    }

    .heroContent {

        max-width: 1100px;

    }

    .heroContent h1 {

        font-size: 120px;

    }

    .heroContent h2 {

        font-size: 62px;

    }

    .heroContent p {

        font-size: 22px;

    }

    .sectionTitle h2 {

        font-size: 64px;

    }

    .aboutGrid {

        gap: 90px;

    }

    .aboutArtwork img {

        width: 520px;

    }

    .highlightGrid {

        grid-template-columns: repeat(4, 1fr);

    }

}

/*=========================================================
    DESKTOP
=========================================================*/

@media (max-width:1400px) {

    header {

        padding: 18px 50px;

    }

    nav ul {

        gap: 22px;

    }

    .heroContent h1 {

        font-size: 88px;

    }

    .heroContent h2 {

        font-size: 42px;

    }

    .tree {

        width: 240px;

    }

    .lamp {

        width: 95px;

    }

}

/*=========================================================
    LAPTOP
=========================================================*/

@media (max-width:1200px) {

    header {

        padding: 18px 40px;

    }

    nav ul {

        gap: 18px;

    }

    nav a {

        font-size: 15px;

    }

    .hero {

        padding: 120px 6%;

    }

    .heroContent {

        max-width: 760px;

    }

    .heroContent h1 {

        font-size: 76px;

    }

    .heroContent h2 {

        font-size: 38px;

    }

    .heroContent p {

        font-size: 18px;

    }

    .heroInfo {

        gap: 16px;

    }

    .heroInfo div {

        padding: 14px 20px;

    }

    .aboutGrid {

        gap: 50px;

    }

    .aboutText {

        padding: 45px;

    }

    .aboutArtwork img {

        width: 360px;

    }

    .highlightCard {

        padding: 35px;

    }

    .countdownBox {

        padding: 50px;

    }

    .timeBox {

        width: 145px;

    }

    .menuGrid {

        grid-template-columns:
            repeat(3, 1fr);

    }

}

/*=========================================================
    TABLET LANDSCAPE
=========================================================*/

@media (max-width:1024px) {

    header {

        padding: 16px 28px;

    }

    .logo img {

        width: 50px;

    }

    nav ul {

        gap: 15px;

    }

    nav a {

        font-size: 14px;

    }

    .heroContent h1 {

        font-size: 68px;

    }

    .heroContent h2 {

        font-size: 34px;

    }

    .heroContent p {

        font-size: 17px;

    }

    .tree {

        width: 200px;

    }

    .lamp {

        width: 80px;

    }

    .lampLeft {

        left: 40px;

    }

    .lampRight {

        right: 40px;

    }

    .aboutGrid {

        grid-template-columns: 1fr;

        text-align: center;

    }

    .aboutArtwork {

        order: -1;

    }

    .aboutArtwork img {

        width: 300px;

    }

    .highlightGrid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .menuGrid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .galleryGrid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .footerTop {

        grid-template-columns:
            repeat(2, 1fr);

    }

}

/*=========================================================
    TABLET PORTRAIT
=========================================================*/

@media (max-width:900px) {

    .hero {

        min-height: auto;

        padding-top: 150px;

        padding-bottom: 120px;

    }

    .heroButtons {

        flex-wrap: wrap;

    }

    .heroInfo {

        justify-content: center;

    }

    .countdownBox {

        padding: 40px;

    }

    #countdown {

        gap: 18px;

    }

    .timeBox {

        width: 130px;

        padding: 28px;

    }

    .timeBox span {

        font-size: 40px;

    }

    .sectionTitle h2 {

        font-size: 42px;

    }

    .aboutText h3 {

        font-size: 34px;

    }

    .galleryItem img {

        height: 220px;

    }

}
/*=========================================================
    NIC Kerala Onam Celebration 2026
    responsive.css
    PART 2
    Mobile (768px and below)
=========================================================*/

/*=========================================================
    MOBILE
=========================================================*/

@media (max-width:768px) {

    /*==========================
    HEADER
===========================*/

    header {

        padding: 16px 20px;

        height: 72px;

    }

    .logo {

        gap: 10px;

    }

    .logo img {

        width: 44px;

    }

    .logo h3 {

        font-size: 18px;

    }

    .logo small {

        display: none;

    }

    #menuButton {

        display: flex;

        justify-content: center;

        align-items: center;

        width: 46px;

        height: 46px;

        border: none;

        background: var(--primary);

        color: white;

        border-radius: 12px;

        cursor: pointer;

        font-size: 22px;

    }

    nav {

        position: fixed;

        top: 72px;

        left: -100%;

        width: 280px;

        height: calc(100vh - 72px);

        background: white;

        box-shadow: 0 20px 40px rgba(0, 0, 0, .15);

        transition: .35s;

        overflow-y: auto;

    }

    nav.active {

        left: 0;

    }

    nav ul {

        flex-direction: column;

        gap: 0;

        padding: 20px;

    }

    nav li {

        width: 100%;

    }

    nav a {

        display: block;

        padding: 16px 12px;

        border-radius: 12px;

    }

    nav a:hover {

        background: #FFF6DC;

    }

    /*==========================
        HERO
===========================*/

    .hero {

        min-height: auto;

        padding:

            130px 20px 90px;

    }

    .heroContent {

        max-width: 100%;

    }

    .tag {

        padding: 10px 20px;

        font-size: 13px;

    }

    .heroContent h3 {

        letter-spacing: 2px;

        font-size: 16px;

    }

    .heroContent h1 {

        font-size: 52px;

    }

    .heroContent h2 {

        font-size: 28px;

    }

    .heroContent p {

        font-size: 16px;

        line-height: 1.7;

    }

    .heroButtons {

        flex-direction: column;

        align-items: center;

        gap: 16px;

    }

    .primaryButton,

    .secondaryButton {

        width: 100%;

        max-width: 320px;

        text-align: center;

    }

    /*==========================
    HERO INFO
===========================*/

    .heroInfo {

        flex-direction: column;

        gap: 14px;

    }

    .heroInfo div {

        width: 100%;

    }

    /*==========================
    DECORATIONS
===========================*/

    .tree {

        width: 140px;

        opacity: .45;

    }

    .treeLeft {

        left: -35px;

    }

    .treeRight {

        right: -35px;

    }

    .lamp {

        display: none;

    }

    .sun {

        width: 120px;

        height: 120px;

        right: 15px;

        top: 100px;

    }

    .cloud {

        transform: scale(.75);

    }

    .pookalam {

        width: 220px;

        height: 220px;

        bottom: -70px;

    }

    .ring.two {

        inset: 30px;

    }

    .ring.three {

        inset: 65px;

    }

    .ring.four {

        inset: 100px;

    }

    .birds {

        display: none;

    }

    /*==========================
    SECTIONS
===========================*/

    #about,

    .highlights,

    .countdownSection,

    .menuSection,

    .gallery {

        padding: 80px 20px;

    }

    .sectionTitle {

        margin-bottom: 45px;

    }

    .sectionTitle h2 {

        font-size: 34px;

    }

    .sectionTitle p {

        font-size: 15px;

    }

    /*==========================
    ABOUT
===========================*/

    .aboutGrid {

        grid-template-columns: 1fr;

        gap: 35px;

    }

    .aboutText {

        padding: 28px;

    }

    .aboutText h3 {

        font-size: 28px;

    }

    .aboutText p {

        font-size: 16px;

    }

    .aboutArtwork img {

        width: 220px;

    }

    /*==========================
    CARDS
===========================*/

    .highlightGrid,

    .menuGrid,

    .galleryGrid {

        grid-template-columns: 1fr;

    }

    .highlightCard,

    .menuCard {

        padding: 28px;

    }

    .menuCard h3 {

        font-size: 24px;

    }

    .highlightCard .icon,

    .menuCard span {

        font-size: 48px;

    }

    /*==========================
    COUNTDOWN
===========================*/

    .countdownBox {

        padding: 28px;

    }

    .countdownBox h2 {

        font-size: 30px;

    }

    #countdown {

        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 16px;

    }

    .timeBox {

        width: 100%;

        padding: 22px;

    }

    .timeBox span {

        font-size: 34px;

    }

    /*==========================
    GALLERY
===========================*/

    .galleryItem img {

        height: 180px;

    }

    /*==========================
    FOOTER
===========================*/

    .footerTop {

        grid-template-columns: 1fr;

        text-align: center;

    }

    .footerLogo {

        margin: 0 auto 18px;

    }

    .footerTop ul {

        align-items: center;

    }

    .footerBottom {

        font-size: 13px;

    }

}
/*=========================================================
    NIC Kerala Onam Celebration 2026
    responsive.css
    PART 3 (FINAL)
=========================================================*/

/*=========================================================
    SMALL PHONES
=========================================================*/

@media (max-width:480px) {

    header {

        padding: 14px 16px;

    }

    .logo h3 {

        font-size: 16px;

    }

    .hero {

        padding: 110px 16px 70px;

    }

    .heroContent h1 {

        font-size: 42px;

        line-height: 1.05;

    }

    .heroContent h2 {

        font-size: 22px;

    }

    .heroContent h3 {

        font-size: 14px;

    }

    .heroContent p {

        font-size: 15px;

    }

    .tag {

        font-size: 12px;

        padding: 8px 16px;

    }

    .primaryButton,
    .secondaryButton {

        padding: 15px 24px;

        font-size: 15px;

    }

    .heroInfo {

        gap: 10px;

    }

    .heroInfo div {

        font-size: 14px;

        padding: 12px 16px;

    }

    .sectionTitle h2 {

        font-size: 28px;

    }

    .sectionTitle p {

        font-size: 14px;

    }

    .aboutText {

        padding: 22px;

    }

    .aboutText h3 {

        font-size: 24px;

    }

    .aboutArtwork img {

        width: 180px;

    }

    .highlightCard,
    .menuCard {

        padding: 22px;

    }

    .highlightCard .icon,
    .menuCard span {

        font-size: 42px;

    }

    .countdownBox {

        padding: 22px;

    }

    .countdownBox h2 {

        font-size: 24px;

    }

    #countdown {

        grid-template-columns: 1fr 1fr;

        gap: 12px;

    }

    .timeBox {

        padding: 16px;

    }

    .timeBox span {

        font-size: 28px;

    }

    .galleryItem img {

        height: 160px;

    }

    .pookalam {

        width: 170px;

        height: 170px;

    }

}

/*=========================================================
    EXTRA SMALL DEVICES
=========================================================*/

@media (max-width:360px) {

    .heroContent h1 {

        font-size: 36px;

    }

    .heroContent h2 {

        font-size: 20px;

    }

    .heroContent p {

        font-size: 14px;

    }

    .sectionTitle h2 {

        font-size: 24px;

    }

    .timeBox span {

        font-size: 24px;

    }

    .menuCard h3 {

        font-size: 20px;

    }

}

/*=========================================================
    LANDSCAPE PHONES
=========================================================*/

@media (max-height:600px) {

    .hero {

        min-height: auto;

        padding-top: 110px;

        padding-bottom: 70px;

    }

    .tree,
    .lamp {

        display: none;

    }

    .pookalam {

        opacity: .6;

    }

}

/*=========================================================
    PRINT
=========================================================*/

@media print {

    header,
    footer,
    #loader,
    #cursorGlow,
    #fireworksCanvas {

        display: none !important;

    }

    body {

        background: white;

        color: black;

    }

    section {

        page-break-inside: avoid;

    }

}

/*=========================================================
    RESPONSIVE UTILITIES
=========================================================*/

.hide-mobile {

    display: block;

}

.show-mobile {

    display: none;

}

@media (max-width:768px) {

    .hide-mobile {

        display: none !important;

    }

    .show-mobile {

        display: block !important;

    }

}

/*=========================================================
    END OF responsive.css
=========================================================*/