@media(max-width: 1199px){
    header{
        padding: 10px 2%;
    }

    .full_img_card .show_img {
        height: 220px;
    }
    .featured_slider .full_img_card .show_img {
        height: 210px;
    }
    .event_banner_card .banner_info h3 {
        font-size: 16px;
    }
}

@media(max-width: 991px){
    header nav{
        display: none;
    }
    .banner_slider::before, .banner_slider::after {
        width: 100px;
    }
    .mb_menu_btn {
        display: block;
    }
    .mb_menu{
        display: block;
    }
    .v_scroll{
        display: flex;
    }
    .location_sec .locations{
        gap: 10px;
    }
    .location_sec .locations .time, .location_sec .locations .maps{
        width: 100%;
    }
    .location_sec .locations .maps{
        padding: 0;
    }
    .location_sec .locations .status {
        width: 60%;
        padding-left: 0px;
    }
    .location_sec .locations .go_next {
        width: 35%;
    }

    .banner_content h1 {
        font-size: 22px;
        line-height: 1.4;
    }

    .filter_btns_flex {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
        scrollbar-width: none;
    }
    .filter_btns_flex::-webkit-scrollbar {
        display: none;
    }
    .filter_btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .full_img_card .show_img {
        height: 200px;
    }
    .full_img_card .content h3 {
        font-size: 14px;
    }
    #natakData .full_img_card .content h3,
    .featured_slider .full_img_card .content h3 {
        font-size: 14px;
    }
    .featured_slider .full_img_card .show_img {
        height: 190px;
    }

    .event_banner_card {
        aspect-ratio: 11/6;
    }
    .event_banner_card .banner_info {
        padding: 20px 22px;
    }
    .event_banner_card .banner_info h3 {
        font-size: 15px;
    }
}

@media(max-width: 768px){
    /* header .right_side ul li.login_drop_btn .login_drop moved right */
    header .right_side ul li.login_drop_btn .login_drop{
        right: 0;
    }
    .filter_btns_flex li .filter_drop_down {
        position: fixed;
        width: 96%;
        left: 2%;
        z-index: 9999;
        top: 60%;
        transform: translateY(-50%);
    }
    .filter_btns_flex li .filter_drop_down.active {
        transform: translateY(-50%);
    }
    .filter_backdrop{
        display: block;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
        transition: .5s;
    }
    .filter_backdrop.active{
        visibility: visible;
        opacity: .5;
    }
    .natak_detail_bg{
        height: 0px;
        margin-bottom: -32px;
        padding-bottom: 81px !important;
    }

    .d-flex.justify-content-between.align-items-baseline {
        gap: 10px;
    }

    .filter_btn {
        font-size: 12px;
        padding: 6px 14px;
    }

    /* natak / show cards */
    .full_img_card .show_img {
        height: 180px;
    }
    #natakData .full_img_card .cat_badge {
        font-size: 9px;
        min-width: 64px;
        height: 22px;
        top: 8px;
        right: 8px;
    }
    #natakData .full_img_card .meta_row .date_text {
        font-size: 11px;
    }
    #natakData .full_img_card .content,
    .featured_slider .full_img_card .content {
        padding: 10px 10px 12px;
    }
    #natakData .full_img_card .venue_text,
    .featured_slider .full_img_card .content p {
        font-size: 11px;
    }

    /* popular theatres */
    .featured_slider .full_img_card .show_img {
        height: 160px;
    }

    /* now trending banner cards */
    .event_banner_card {
        position: relative;
        aspect-ratio: 11/6;
        border-radius: 12px;
    }
    .event_banner_card .banner_info {
        padding: 16px 18px;
    }
    .event_banner_card .banner_info h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .event_banner_card .banner_info p {
        font-size: 11px;
    }
    .event_banner_card .show_cat {
        font-size: 10px;
        padding: 4px 10px;
        margin-bottom: 6px;
    }

    .banner_btns .slick-arrow {
        width: 34px;
        height: 34px;
        font-size: 14px;
    
}

.banner img{
    height: 200px;
}

.event_banner_card{
aspect-ratio: 9 / 6 !important;
}

.natak_details{
        margin-top: 30px;
}

    
}

@media(max-width: 600px){
    .banner_slider .banner {
        transform: translateY(0);
    }
    .banner_slider::before, .banner_slider::after{
        display: none;
    }
    .banner_content h1 {
        font-size: 22px;
    }
    .filter_btn{
        font-size: 16px
    }
    .customer_care{
        gap: 10px;
    }
    .customer_care i {
        font-size: 22px;
    }
    .customer_care p {
        font-size: 16px;
    }
    .top_header{
        display: block;
    }
    .show_cards .content p{
        font-size: 12px;
    }
    header .search_bar{
        width: 100%;
    }
    .natak_details_info .info_card{
        width: 100%;
    }
    .location_sec .locations .maps p {
        font-size: 16px;
    }
    .location_sec .locations .maps span {
        font-size: 12px;
    }
    .natak_name h1 {
        font-size: 20px;
    }
    .natak_name p {
        font-size: 14px;
    }
    .num_list li{
        font-size: 10px;
    }
    .num_list li span{
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .num_list{
        gap: 10px;
    }
    .num_list li i{
        margin-left: 5px;
    }
    header .logo img {
        width: 140px;
    }
    .n_details p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .banner_content h1 {
        font-size: 16px;
    }
    .heading {
        font-size: 18px;
    }
    .view_all_btn {
        font-size: 12px;
    }

    .full_img_card .show_img {
        height: 160px;
        border-radius: 14px 14px 0 0;
    }
    #natakData .full_img_card,
    .featured_slider .full_img_card {
        border-radius: 14px;
    }
    #natakData .full_img_card .content h3,
    .featured_slider .full_img_card .content h3,
    .full_img_card .content h3 {
        font-size: 13px;
    }
    #natakData .full_img_card .promoted_badge {
        font-size: 10px;
        padding: 4px 12px 4px 10px;
        top: 10px;
    }

    .event_banner_card {
        aspect-ratio: 4/3;
    }
    .event_banner_card .banner_info {
        padding: 14px;
    }
    .event_banner_card .banner_info h3 {
        font-size: 13px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 400px) {
    .full_img_card .show_img {
        height: 140px;
    }
    #natakData .full_img_card .cat_badge {
        min-width: 56px;
        font-size: 8px;
        padding: 4px;
    }
    .featured_slider .full_img_card .show_img {
        height: 120px;
    }
}



@media(max-width: 768px){
    
    .seat_map {
        height: calc(100vh - 340px);
        padding-bottom: 90px;
    }

    .seat_selection {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 50px;
        margin: 0;
        background: #fff;
        z-index: 999;
        padding: 10px 15px;
        box-shadow: 0 -4px 16px rgba(0,0,0,0.12);
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    .seat_selection > div:first-child {
        flex: 1;
        min-width: 0;
        overflow-x: auto;
    }

    .price_heading {
        display: none;
    }

    #price-legend {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px !important;
    }

    #price-legend li {
        flex-shrink: 0;
    }

    .amt_total {
        flex-shrink: 0;
        width: auto;
        padding: 8px 12px;
    }

    .amt_total .seat_selection_btn {
        font-size: 12px;
        white-space: nowrap;
    }

    .amt_total .pay_btn {
        font-size: 15px;
        white-space: nowrap;
    }
}