/* =========================================================
   EVENTORA RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .section-padding {
        padding: 100px 0;
    }

    .hero-content h1 {
        font-size: clamp(4rem, 9vw, 7rem);
    }

    .featured-card-large {
        height: 650px;
    }

    .featured-card {
        height: 430px;
    }

    .project-row {
        gap: 50px;
    }

    .project-image {
        height: 550px;
    }

}


@media (max-width: 991px) {

    .main-header {
        padding: 12px 0;
    }

    .navbar-collapse {
        margin-top: 15px;
        background: rgba(8,8,8,.96);
        backdrop-filter: blur(20px);
        padding: 20px;
        border: 1px solid var(--border);
    }

    .navbar-nav {
        align-items: stretch !important;
        gap: 0;
    }

    .nav-link {
        padding: 15px 10px !important;
    }

    .nav-link::after {
        left: 10px;
    }

    .nav-link:hover::after,
    .nav-link.active::after {
        width: 35px;
    }

    .nav-contact {
        justify-content: center;
        margin-top: 10px;
    }

    .hero-content {
        padding-top: 100px;
    }

    .hero-content h1 {
        font-size: clamp(4rem, 10vw, 6.5rem);
    }

    .hero-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .hero-scroll,
    .hero-location {
        display: none;
    }

    .section-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .featured-grid {
        grid-template-columns: 1fr 1fr;
    }

    .featured-card-large {
        grid-column: span 2;
        grid-row: auto;
        height: 650px;
    }

    .event-info {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    .event-date strong {
        font-size: 55px;
    }

    .category-item {
        grid-template-columns: 70px 1fr 60px;
    }

    .project-row,
    .project-row.reverse {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 90px;
    }

    .project-row.reverse .project-image,
    .project-row.reverse .project-content {
        order: initial;
    }

    .project-image {
        height: 550px;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-wide {
        grid-column: span 2;
        height: 500px;
    }

    .clients-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer {
        padding-top: 80px;
    }

}


@media (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .section-padding {
        padding: 75px 0;
    }

    .container-fluid.px-lg-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .hero-section {
        min-height: 760px;
        height: 100svh;
    }

    .hero-video {
        object-position: 60% center;
    }

    .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,.82),
                rgba(0,0,0,.45)
            );
    }

    .hero-content h1 {
        font-size: clamp(3.3rem, 15vw, 5.2rem);
        letter-spacing: -.07em;
    }

    .hero-bottom p {
        max-width: 340px;
        font-size: 14px;
    }

    .section-title,
    .section-heading-row h2,
    .categories-title h2,
    .clients-section h2 {
        font-size: clamp(2.8rem, 12vw, 4.5rem);
    }

    .intro-content h2 {
        font-size: clamp(2.7rem, 11vw, 4rem);
    }

    .upcoming-event {
        min-height: 620px;
    }

    .event-info {
        display: block;
    }

    .event-date {
        margin-bottom: 25px;
    }

    .event-main-info h3 {
        font-size: 3rem;
    }

    .round-arrow {
        position: static;
        margin-top: 25px;
    }

    .featured-grid {
        grid-template-columns: 1fr;
    }

    .featured-card-large {
        grid-column: auto;
        height: 550px;
    }

    .featured-card {
        height: 450px;
    }

    .categories-section {
        padding: 75px 0;
    }

    .category-item {
        grid-template-columns: 40px 1fr 45px;
        min-height: 100px;
    }

    .category-name {
        font-size: 1.65rem;
    }

    .category-arrow {
        width: 38px;
        height: 38px;
    }

    .why-item {
        grid-template-columns: 45px 1fr;
        gap: 15px;
    }

    .stat-box {
        min-height: 190px;
        padding: 25px 10px;
    }

    .counter {
        font-size: 3.3rem;
    }

    .stat-box span {
        font-size: 8px;
    }

    .cinematic-section {
        height: 620px;
    }

    .cinematic-content h2 {
        font-size: clamp(3rem, 13vw, 5rem);
    }

    .project-image {
        height: 420px;
    }

    .project-content h3 {
        font-size: 3.3rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-wide {
        grid-column: auto;
        height: 400px;
    }

    .gallery-item {
        height: 350px;
    }

    .clients-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 50px;
    }

    .clients-grid div {
        min-height: 100px;
        font-size: 14px;
    }

    .testimonial-section {
        padding: 90px 0;
    }

    .testimonial-inner blockquote {
        font-size: 2.1rem;
    }

    .final-cta {
        min-height: 600px;
    }

    .final-cta-content h2 {
        font-size: clamp(3.5rem, 15vw, 5.5rem);
    }

    .footer-top {
        padding-bottom: 55px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom div {
        flex-wrap: wrap;
    }

}


@media (max-width: 480px) {

    .eventora-logo {
        gap: 8px;
    }

    .logo-mark {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .logo-text {
        font-size: 13px;
    }

    .hero-content h1 {
        font-size: 3.25rem;
    }

    .hero-eyebrow {
        font-size: 8px;
        letter-spacing: .12em;
    }

    .btn-eventora {
        width: 100%;
        justify-content: space-between;
    }

    .event-info {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .event-main-info h3 {
        font-size: 2.6rem;
    }

    .featured-card-large {
        height: 480px;
    }

    .featured-card {
        height: 390px;
    }

    .featured-card-content {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .category-name {
        font-size: 1.35rem;
    }

    .category-item:hover {
        padding-left: 10px;
        padding-right: 10px;
    }

    .project-image {
        height: 330px;
    }

    .project-content h3 {
        font-size: 2.9rem;
    }

    .gallery-item,
    .gallery-wide {
        height: 300px;
    }

    .final-cta {
        min-height: 540px;
    }

    .footer-bottom div {
        gap: 12px;
    }

}


@media (max-width: 360px) {

    .hero-content h1 {
        font-size: 2.9rem;
    }

    .category-name {
        font-size: 1.2rem;
    }

    .event-main-info h3 {
        font-size: 2.25rem;
    }

    .project-content h3 {
        font-size: 2.5rem;
    }

}