@media (max-width: 1400px) {
    .logo_box {
        width: 260px;
    }

    .header_search {
        width: 280px;
    }

    .hero_content h1 {
        font-size: 54px;
    }

    .hero_video_box video,
    .hero_video_box img {
        height: 420px;
    }
}

@media (max-width: 1200px) {
    .logo_box {
        width: 220px;
    }

    .header_search {
        width: 240px;
    }

    .nav_links {
        gap: 20px;
    }

    .hero_content h1 {
        font-size: 48px;
    }

    .section_title h2 {
        font-size: 38px;
    }

    .hero_video_box video,
    .hero_video_box img {
        height: 380px;
    }
}

@media (max-width: 992px) {
    .header_wrap {
        min-height: auto;
        padding: 14px 0;
        flex-wrap: wrap;
        gap: 16px;
    }

    .logo_box,
    .header_search {
        width: calc(50% - 8px);
    }

    .nav_links {
        order: 3;
        width: 100%;
        justify-content: center;
        gap: 24px;
        padding-top: 8px;
    }

    .hero_section {
        padding: 80px 0 65px;
    }

    .hero_content {
        max-width: 720px;
    }

    .hero_content h1 {
        font-size: 44px;
    }

    .hero_video_row {
        margin-top: 45px;
    }

    .hero_video_box video,
    .hero_video_box img {
        height: 360px;
    }

    .why_section,
    .events_section {
        padding: 80px 0;
    }

    .event_image {
        height: 240px;
    }

    .footer_wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .logo_box,
    .header_search {
        width: 100%;
    }

    .logo_box {
        align-items: center;
    }

    .logo_box img {
        max-height: 62px;
    }

    .header_search {
        flex-direction: row;
        align-items: stretch;
        border-radius: 100px;
    }

    .header_search button {
        width: 100%;
    }

    .nav_links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }

    .nav_links a {
        font-size: var(--fs_14);
    }

    .hero_section {
        padding: 65px 0 50px;
    }

    .hero_content h1 {
        font-size: 36px;
        line-height: 1.18;
        letter-spacing: -1px;
    }

    .hero_content p {
        font-size: var(--fs_16);
        line-height: 1.65;
    }

    .hero_video_row {
        margin-top: 35px;
    }

    .hero_video_box {
        border-radius: 22px;
    }

    .hero_video_box video,
    .hero_video_box img {
        height: 300px;
    }

    .video_control_btn {
        right: 14px;
        bottom: 14px;
        width: 46px;
        height: 46px;
    }

    .why_section,
    .events_section {
        padding: 65px 0;
    }

    .section_title {
        margin-bottom: 34px;
    }

    .section_title h2 {
        font-size: 31px;
    }

    .why_main {
        padding: 26px;
        border-radius: 22px;
    }

    .why_main h3 {
        font-size: 26px;
    }

    .why_item {
        padding: 20px;
        border-radius: 20px;
    }

    .event_image {
        height: 235px;
    }

    .footer_links,
    .footer_social {
        justify-content: center;
        width: 100%;
    }

    .footer_bottom .pt {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .small_badge {
        font-size: 11px;
        padding: 8px 14px;
    }

    .hero_content h1 {
        font-size: 30px;
    }

    .hero_content p {
        font-size: 15px;
    }

    .hero_video_row {
        margin-top: 28px;
    }

    .hero_video_box video,
    .hero_video_box img {
        height: 245px;
    }

    .section_title h2 {
        font-size: 27px;
    }

    .section_title p {
        font-size: 15px;
    }

    .why_main {
        padding: 22px;
    }

    .why_main h3 {
        font-size: 24px;
    }

    .why_main p,
    .why_item p,
    .why_item ul li {
        font-size: 14px;
    }

    .event_image {
        height: 205px;
    }

    .footer_bottom p,
    .footer_bottom .pt span,
    .footer_bottom .pt a {
        font-size: 13px;
    }
}