/* max-width: 320 sm mobail screen
320px — 480px: Mobile devices.
481px — 768px: iPads, Tablets.
769px — 1024px: Small screens, laptops.
1025px — 1200px: Desktops, large screens.
1201px and more — Extra large screens, TV. */
@media (min-width: 1400px) {

    /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    } */
}

@media screen and (min-width: 1025px) and (max-width:1440px) {

    /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    } */

}

@media screen and (min-width:769px) and (max-width:1024px) {
    .about_img img:nth-child(2) {
        width: 66%;
    }

    .about_img_01 {
        width: 80%;
        left: 15px;
    }

    .event_box_body {
        padding: 1.5rem;
    }

    .event_box_body .btn {
        padding: 8px 15px;
    }

    .title {
        font-size: 28px;
    }

}

@media screen and (min-width:821px) and (max-width:912px) {}

@media screen and (min-width:100px) and (max-width:991px) {
    .footer_menu {
        gap: 46px;
        row-gap: 20px;
        flex-wrap: wrap;
    }

    .nav_menu {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        z-index: 999999;
        background: var(--dark-color);
        padding: 35px;
        flex-direction: column;
        width: 380px;
        align-items: start;
        justify-content: start;
        gap: 0;
        transition: all .3s ease-in-out;
    }

    .nav_menu li {
        border-bottom: 1px solid var(--orange-color);
        margin: 0;
        padding: 0.8rem 0;
        display: block;
        width: 100%;
    }

    .nav_menu_logo {
        /* display: none !important; */
        order: -1;
    }

    .menushow {
        left: 0;
    }

    .page_cover {
        padding: 80px 0 50px 0;
        text-align: center;
    }

    .back_link {
        justify-content: center;
    }
}


@media screen and (min-width:577px) and (max-width:768px) {
    .top_banner {
        height: 50vh;
    }
}

@media screen and (max-width:576px) {
    body {
        font-size: 14px;
    }

    .nav_menu {
        width: 100%;
    }

    .top_header {
        display: none;
    }

    .top_banner {
        height: 35vh;
    }

    .singer_name {
        padding: 16px 16px 16px 16px;
        z-index: 99;
        font-size: 12px;
    }

    .mtb-80 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .ptb-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .title {
        font-size: 23px;
    }

    .tag_line {
        font-size: 16px;
    }

    .event_box_body {
        padding: 1rem;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        height: 200%;
        gap: 1rem;
    }

    .sponsor_box img {
        width: 80% !important;
        object-fit: contain;
    }

    .sponsor_box {
        height: 80px;
    }

    footer {
        margin-top: 100px;
        padding-bottom: 40px;
    }

    .footer_social_media .icon {
        width: 40px;
    }

    .nav_two .logo {
        width: 110px;
        padding: 8px;
    }

    .top_banner {
        margin-top: -65px;
    }

    .page_cover {
        margin-top: -65px;
        padding: 80px 0 50px 0;
        text-align: center;
    }

    .page_cover h2 {
        font-size: 2rem;
    }

    .back_link {
        justify-content: center;
    }

    .nav_btn {
        margin-top: -60px;
    }

    .about_img img:nth-child(2) {
        width: 80%;
    }

    .about_img_01 {
        width: 80%;
        top: 50%;
        left: 25px;
    }

    .event_box_title {
        font-size: 20px;
    }

    .coming_soon {
        font-size: 2rem;
    }

    .vision_area::after,
    .mission_area::after,
    .vision_area::before,
    .mission_area::before {
        width: 100%;
    }

    .vision_area::before,
    .mission_area::before {
        opacity: 0.8;
    }

    .vision_area::after,
    .mission_area::after {
        background: url(../img/vision.png) no-repeat;
        background-attachment: fixed;
    }

    .vision_area {
        padding-top: 40px;
    }

    .mission_area {
        padding-bottom: 40px;
    }

}

@media screen and (max-width:375px) {

    body {
        font-size: 13px;
    }

    .sub_title {
        font-size: 15px;
    }

    .title {
        font-size: 18px;
    }

    .tag_line {
        font-size: 14px;
    }
}