﻿
@media(max-width:991px) {
    .banner {
        padding-top: 90px;
    }
    .new-header {
        transform: none !important;
    }
    .search-container {
        min-width: 300px;
        margin-left: 0px;
        position: relative;
        order: 4;
        margin-top: 10px;
        margin-bottom: 20px; 
    }
    .new-header .container-fluid {
        background: transparent;
        border-radius: 0px;
        padding: 0 15px;
    }
    .new-header .main-label {
        font-size: 12px;
    }
    .new-header .label-container {
        padding: 35px 6px 12px;
        height: 85px;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction:row;
    }
    .navbar-collapse{
        order:5;
        margin-bottom:50px;
    }
    .new-header .sub-label {
        font-size: 8px;
        font-weight: 400;
        color: #aaa;
    }

    .toggleUserLogin{
        order:3;
    }
    .userNav p{
        display:none;
    }
    
    #loginBtn {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .address-header {
        max-width: 150px;
        font-size: 10px;
        order: 1;
    }
    .navbar-brand {
        order: 2;
        margin-right: 0;
        margin-left:auto;
    }
    .new-header .nav-link {
        width: 80px;
    }
        .new-header .nav-link .icon {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            border: 4px solid #1e1f28;
        }
        .new-header .nav-link.active .icon {
            border: 2px solid var(--secondary-color);
        }
    .search-bar.sticky {
        width: 100%;
        top:90px;
        padding:12px;
    }
    .loader-wrapper {display:none;
    }
    .club-tab .nav-link {
        color: #ccc;
        font-weight: 400;
        background: transparent !important;
        letter-spacing: .5px;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #d1d0d02e;
        font-size: 12px;
        padding: 10px 0;
        min-width:100%;
    }
    .search-bar input {
        height: 50px;
        padding: 0px 15px 0 35px;
        z-index: 2;
        font-size: 12px;
        border-radius: 8px !important;
    }
    .club-tab .search-bar .search-icon {
        left: 6px;
        top: 10px;
        right: auto;
        border: none;
    }
    .main-title {
        font-size: 20px;
        margin-bottom: 0px;
        text-align: left;
    }
    .main-title-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .main-title-wrapper button{
        display:block;
        background:transparent;
        border:none;
        color:#fff;
        
    }
    .navbar {
        padding: 20px 0px;
    }
    .text-end.summary{
        display:none;
    }
    .mt-128 {
        margin-top: 0px;
    }
    .user-icon-main {
        width: 45px;
        height: 45px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        align-content: center;
        border: none;
        background: transparent;
    }
        .user-icon-main i {
            font-size: 16px;
        }
    .navbar-toggler{
        padding:0px;
    }
    .navbar-toggler img{
        width:45px;
    }
    .club-tab .nav-link .icon {
        width: 65px;
        height: 65px;
        border-radius: 12px;
        font-size: 18px;
        margin-bottom: 8px;
        border: 5px solid #1e1f28;
    }
    .club-tab .label-container {
        padding: 36px 4px 12px;
        transform: translateY(-38px);
        width: 100%;
    }
    .club-tab .main-label {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 5px;
    }
    .club-tab .nav-link.active .icon {
        border: 4px solid #791ee2;
    }
    .club-tab .sub-label {
        font-weight: 500;
    }
  
    .swiper-hero .swiper-slide {
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: self-start;
    }
    
    .banner::after {
        display:none;
    }
    .club-tab .sub-label {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    .club-tab .nav-tabs {
        gap: 5px;
        padding: 0;
    }
    .swiper-hero .swiper-slide {
        transition: transform 0.3s, opacity 0.3s;
    }

        .swiper-hero .swiper-slide:not(.swiper-slide-active) {
            opacity: 0.7;
            transform: scale(0.93);
        }
    .gradient-bar {
        height: 80px;
        background: linear-gradient( to top, #0b021b, var(--color-3), var(--dark-color),#000 );
        position: fixed;
        bottom: 0;
        z-index: 9;
        width: 100vw;
        display: block;
        align-content: center;
        padding: 0 20px;
    }
        .gradient-bar .btn-5{
            width:100%;
            
        }
    .float-contact {
        display:none;
    }
    .nav-bar-logo {
        width: 70px;
    }
    .offer-tab-list .nav-link.active {
        border-bottom: 1px solid #ffffff;
    }
    .offer-tab-list .nav-link {
        font-size: 12px;
        padding: 10px 12px 5px;
        font-weight: 500;
    }
    .myOfferSwiper {
        max-width: 250px;
        margin: 30px auto 40px;
        height: auto;
    }
    .myOfferSwiper h6{
        font-size:14px;
    }
    .myOfferSwiper p{
        font-size:12px;
    }
    .right-badge .badge {
        border-top-left-radius: 8px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 0;
        padding: 6px 6px;
        margin-bottom: 0;
        font-size: 12px;
    }
    .detail-right-card h3{
        font-size:18px;
    }
    .detail-right-card p {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .bank-offers-section .bank-offers {
        display: flex;
        flex-wrap: nowrap;
        gap: 1rem;
        overflow: overlay;
    }
    #map{
        z-index:8;
    }
    .btn-5 {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 400;
        border-radius: 8px;
        height: 40px;
    }
    .footer-inner {
        border-radius: 15px;
        padding: 40px 30px;
    }
    .footer-logo {
        max-height: 70px;
        margin-bottom: 25px;
    }
    .myMenuSwiper{
        width:100%;

    }
  
    .myMenuSwiper .swiper-slide .menu-img {
        max-width: 100%;
        height: 100%;
        width: auto;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0;
        pointer-events: none;
    }
    .glass-modal {
        border: none;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
        min-height:100vh;
        height: 100%;
        border-radius: 0 !important;
    }
    .restaurant-tabs .tab-pane p{
        font-size:12px;
    }
    .single-detail h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .single-detail a {
        font-size: 12px;
    }
    .club-details-sec p{
        font-size:12px;
        margin:0;
    }
    .modal-dialog-scrollable {
        height: 100%;
    }
    .detail-right-card {
        border: 1px solid #555;
        padding: 20px;
        border-radius: 8px;
    }
    .event-detail-right-card i {
        font-size: 18px;
        width: 22px;
        display: flex;
        justify-content: start;
    }
    .event-guide .guide-item {
        font-size: 12px;
        gap: 10px;
    }
        .event-guide .guide-item i {
            font-size: 18px;
            padding: 6px;
        }
    .single-detail .lineup .single-lineup {
        text-align: center;
        width: auto;
        flex: auto;
        flex-shrink: 0;
        /* display: inline-table; */
    }
    .single-detail .lineup {
        display: flex;
        gap: 20px;
        margin-top: 12px;
        flex-wrap: nowrap;
        overflow: overlay;
    }
        .single-detail .lineup .single-lineup p {
            margin-top: 12px;
            font-size: 12px;
            color: #f0f0f0;
            font-weight: 500;
        }
    ::-webkit-scrollbar-thumb {
        background: #ffffff42;
        border-radius: 20px;
        border: 2px solid transparent;
        background-clip: padding-box;
    }
    .glass-modal .modal-title {
        margin-bottom: 0;
        line-height: var(--bs-modal-title-line-height);
        font-size: 18px;
    }
    .glass-modal .ticket-item .ticket-info h6 {
        font-size: 14px;
    }
    .glass-modal .ticket-item .ticket-info p {
        font-size: 12px;
    }
    .glass-modal .modal-body {
        padding: 20px;
    }
    .glass-modal .nav-pills .nav-link {
        font-size: 12px;
        width: 155px;
    }
    .glass-modal .nav-pills{
        margin-right:0;
        
    }
    .custom-radio label {
        font-size: 12px;
    }
    .glass-modal  .form-control {
        border-radius: 8px;
        height: 40px;
        padding: 10px;
    }
    .glass-modal .form-check {
        gap:0px;
        padding-left:0;
        font-size:12px;
    }
    .nav-pills .nav-link.active {
        padding-left: 12px;
    }
    .ticket-item {
        gap: 10px;
    }
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        margin-top:20px;
    }
    .single-detail .lineup .single-lineup img {
        width: 100px;
        height: 100px;
        border-radius: 20px;
    }
    .pubs-section {
        padding: 50px 0px;
    }
        .pubs-section .row {
            flex-wrap: nowrap;
            overflow: overlay;
        }
            .pubs-section .row .col-lg-4{
                max-width:300px;
            }
    .pub-info {
        display: flex;
        align-items: start;
        margin-bottom: 25px;
        gap: 15px;
    }
        .pub-info img {
            width: 50px;
            height: 40px;
            border-radius: 8px;
            margin-right: 0;
        }
        .pub-info h3 {
            font-size: 12px;
            font-weight: 500;
        }
        .pub-info p {
            font-size: 10px;
            margin-bottom: 0;
            color: #fff;
        }
        .pub-info .location {
            font-size: 10px;
            color: #ddd;
        }
    .pub-card {
        box-shadow: none;
        border-radius: 10px;
        padding: 30px 15px;
        max-height: 400px;
        overflow: overlay;
        margin-bottom: 10px;
    }
    .pub-card:hover {
        box-shadow: none;
    }
        .pub-card h3.pub-title {
            font-size: 14px;
            margin-bottom: 20px;
            font-weight: 500;
        }
    .explore-mood .row {
        flex-wrap: nowrap !important;
        overflow: overlay !important;
        gap:20px;
    }
        .explore-mood .row .col-6{
            max-width:150px;
        }
        .mood-card h5 {
            z-index: 2;
            font-size: 18px;
            font-weight: 400;
            width: 100%;
            text-align: left;
        }
    .mood-card img {
        position: absolute;
        bottom: -5px;
        right: 0px;
        max-height: 100px;
        object-fit: contain;
        opacity: 0.9;
    }
    .mood-card {
        height: 150px;
        width: 150px;
        margin-bottom: 10px;
    }
    .nowrap-flex{
        flex-wrap:nowrap !important;
        overflow:auto;
        gap:15px;
    }
    .filter-btn {
        padding: 8px 20px;
        border-radius: 50px;
        margin-right: 0;
        margin-bottom: 15px;
        flex-shrink:0;
    }
    .guest-radio {
        width: 50px;
        height: 50px;
        border: 1px solid #ccc;
        border-radius: 10px;
        line-height: 35px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .glass-modal .modal-header {
        padding: 20px;
    }
    .date-radio .date {
        font-size: 14px;
    }
    .date-radio .day {
        font-size: 10px;
    }
    .date-radio {
        width: 55px;
        height: 65px;
        border-radius: 6px;
    }
    .time-radio span {
        font-size: 14px;

    }
    .glass-modal .text-muted{
        font-size:12px
    }
    .cart-page h2{
        font-size:18px;
    }
    .dob-input i {
        top: 10px;
    }
    .ticket-wrapper {
        flex-direction: column;
    }
        .ticket-wrapper .ticket-qr::before {
            top: 100%;
            right: auto;
            left: -10px;
            transform: translateY(-50%);
        }
        .ticket-wrapper .ticket-qr{
            border-right:none;
        }
        .ticket-wrapper .ticket-info {
            position: relative;
        }

            .ticket-wrapper .ticket-info::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%; /* full width */
                height: 4px; /* thickness of border */
                background: repeating-linear-gradient( to right, black 0 4px, /* dash size */
                transparent 4px 12px /* gap size */
                );
            }
    .date-strip {
        gap: 6px;
    }
    .date-content {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        padding: 12px 6px;
        text-align: center;
        transition: all 0.3s ease;
        border: 2px solid transparent;
        min-width: auto;
    }
    }

@media (min-width:992px) and (max-width:1199px){
    .mySwiper .swiper-slide {
        max-height: 300px;
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .mySwiper .swiper-slide {
        max-height: 360px;
    }
}
@media (min-width:1600px) {
    .restaurant-tabs {
        padding: 45px;
    }
    
}
@media (min-width:1600px) and (max-width:1799px) {
    .mySwiper .swiper-slide {
        max-height: 480px;
    }
}
@media (min-width:1800px) {
    .mySwiper .swiper-slide {
        max-height: 550px;
    }
    .footer-logo-links {
        flex-direction: row !important;
        align-items: center;
    }
    .new-footer-links {
        padding-left: 20px;
    }
}
/****/

@media (max-width: 768px) {
    .new-cart .summary {
        margin-top: 20px;
    }

    .new-cart .cart-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-cart .quantity {
        margin-top: 10px;
    }
}
@media (max-width: 525px) {
    .res-card .card-img-top {
        height: 100px;
    }

    .res-card .card-title {
        font-size: 16px;
    }

    .res-card .card-body {
        text-align: left;
        background-color: #58595b29;
        padding: 12px 10px 10px;
    }

    .res-card {
        border-radius: 10px;
    }

        .res-card .card-img-top {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

    .offer-badge {
        font-size: 8px;
    }

    .payment-tabs .nav-tabs .nav-link {
        padding: 10px;
    }

    .ticket-container {
        max-width: 350px;
    }

    .offerSwiper .swiper-slide {
        width: 190px !important;
    }

    .offerSwiper {
    max-width: 400px;
    margin: auto;
}
    
}
@media (max-width: 425px) {
    .offerSwiper .swiper-slide {
        width: 149px !important;
    }

    .offerSwiper {
        max-width: 300px;
    }
}
@media (max-width: 375px) {
    .res-card .card-title {
        font-size: 14px;
    }

    .ticket-container {
        width: 100%;
        -webkit-mask: radial-gradient(circle at 0 127px, transparent 10px, white 11px), radial-gradient(circle at 100% 127px, transparent 10px, white 11px);
        mask: radial-gradient(circle at 0 127px, transparent 10px, white 11px), radial-gradient(circle at 100% 127px, transparent 10px, white 11px);
        -webkit-mask-composite: intersect;
        mask-composite: intersect;
        padding: 0;
    }

        .ticket-container .ticket-top {
            padding: 24px 16px 24px 18px;
            border-bottom: 1px dashed #000;
            position: relative;
        }

        .ticket-container .qr-code {
            width: 60px;
            height: 60px;
        }

        .ticket-container .ref-number {
            font-size: 20px;
        }

        .ticket-container .ticket-bottom {
            padding: 24px 18px 24px 18px;
        }

        .ticket-container .event-name {
            font-size: 18px;
        }

        .ticket-container .price {
            font-size: 16px;
        }

        .ticket-container .ticket-type {
            font-size: 12px;
        }

    
}
