@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1160px;
    }
    .hero-banner{
        .container{
            padding-top: 160px;
        }
    }
}
@media (min-width: 1360px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (min-width: 1720px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}

@media (max-width: 1200px) {
    .hero-banner{
        .container{
            padding-top: 120px;
        }
    }
    .header{
        background-color: #010E02;
        .navbar-brand img{
            height: 80px;
        }
    }
    .hero-banner-title {
        font-size: 60px;
    }
    .hero-banner {
        min-height: 600px;
        height: unset;
    }
    .section-title {
        font-size: 60px;
    }
    .btns{
        font-size: 30px;
    }
    .location-card-bg .btn-green{
        font-size: 24px;
        padding: 20px 0px;
    }
        .hero-banner.subpage {
        min-height: unset;
        height: 100dvh;
        max-height: 480px;
        h1{
            font-size: 120px;
        }
    }
    .offer-box {
    height: 460px;
    padding: 60px 20px 20px 20px;
}
}
@media (max-width: 992px) {
    .hero-banner {
        min-height: 460px;
    }
    .hero-banner-title {
        font-size: 48px;
    }
        .section-title {
        font-size: 48px;
    }
    .accordion-theme .accordion-button{
        font-size: 32px;
    }
    .accordion-theme li, .accordion-theme p {
        font-size: 20px;
    }
    .hero-banner.subpage{
        background-position: right;
    }
    .vip-pass{
        position: relative;
    }
    p.f-24 {
    font-size: 20px;
}
}
@media (max-width: 767.98px) {
    p.f-24 {
    font-size: 16px;
}
    .hero-banner{
        max-height: unset;

    }
    .section-title {
        font-size: 36px;
        img{
            height: 36px;
        }
    }
   .accordion-theme .accordion-button{
        font-size: 24px;
    }
    .accordion-theme li, .accordion-theme p {
        font-size: 16px;
    }
    .categories-bx .btns {
        padding: 12px 16px;
        font-size: 16px;
        height: unset;
    }
    
    .hero-banner.subpage {
        min-height: unset;
        height: 100dvh;
        max-height: 100dvh;
        text-align: center;
        background-position: center;
        h1{
            font-size: 72px;
        }
        &.location-banner, &.daily-special, &.loyalty-banner{
            background: unset;
        }
    }
    .modal-theme{
        &.modal.fade .modal-dialog {
            transition: transform .3s ease-out;
            transform: translate(0, -10px);
        }
        &.modal.show .modal-dialog {
            transform: none;
        }
        .modal-dialog{
            height: calc(100%);
            margin: 0px;
        }
        .modal-dialog-scrollable{
            height: calc(100%);
            margin: 0px;
        }
        .modal-dialog-centered{
            align-items: end;
        }
        .mob-100{
            width: 100%;
            max-width: 100%;
        }
    }
    .nav-theme-img{
        .nav-item{
            &:nth-child(1), &:nth-child(2), &:nth-child(3){
                 width: 50%;
            }
            &:nth-child(4){
                width: 65%;
            }
        }
        .nav-link{
            max-width: 100%;
            height: 100%;
            img{
                max-width: 100%;
                height: 100%;
            }
        }
    }
    h5.f-40{
        font-size: 24px;
    }
    .offer-box.deal-bx{
        height: auto;
        padding: 30px 30px 20px 30px;
        margin-bottom: 24px;
    }
    
}
@media (max-width: 475px) {
    .location-card-bg {
    background-image: url(../assets/images/location-card-bg-mob.png);
    padding: 32px 20px 32px 20px;
    background-position: center;
}
    .location-card-bg .loc-ic {
        height: 20px;
        width: 20px;
    }
   .location-card-bg h6 {
    font-size: 16px;
}
    .location-card-bg .btn-green {
        font-size: 14px;
        height: 48px;
    }
    
    .location-card-bg .btn-green-outline {
        max-width: 100%;
        text-align: center;
        font-size: 16px;
        height: 48px;
    }
    .place-banner{
        .btns{
            width: 100%;
            max-width: 100%;
            text-align: center;
        }
    }
}
@media (max-width: 350px) {
    .header .nav-link.btn-yellow{
        font-size: 28px;
    }
}