@media(max-width:500px) {
    section {
        width: 100%;
        height: unset;
        position: relative;
    }

    .hero-image {}

    .banner-image {
        display: flex;
        width: 100%;
        /* height: auto; */
    }

    .banner-image img {
        width: 100%;
        /* border-bottom-left-radius: 20px; */
    }

    .banner-image.mobile {
        display: flex;
    }

    .desktop {
        display: none;
    }
    /*.tab {
        display: none;
    }*/

    .logo {
        display: none;
    }

    .logo-mobile {
        width: 25%;
        margin: 20px;
        display: block;
    }

    .banner {
        flex-direction: column;
        
    }

    .banner-content {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 100px;
        margin-left: 20px;
        position: absolute;
        bottom: 0;
        flex-direction: column;
    }

    .banner-text {
        width: 100%;
    }

    .banner-heading {
        font-size: 6.8vw;
        line-height: 8.8vw;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .banner-subheading {
        font-size: 4vw;
        line-height: 5.2vw;
    }

    .banner-button {
        margin: 0;
        width: 80px;
        height: 30px;
        font-size: 12px;
        text-transform: capitalize;
        border-radius: 0;
    }

    .banner-sub-image {
        width: 70%;
        flex-grow: 1;
        margin-top: -30px;
    }

    .content {
        padding: 20px;
    }

    #items-section {
        margin-top: 70px;
    }

    .grid-header {
        flex-direction: column;
        align-items: flex-start;

        margin: 10px 0;
    }

    .grid-header .grid-heading {
        margin: 20px 0;
        font-size: 20px;
        line-height: 26px;
    }

    .tabs .tab {
        margin-left: 0;
        font-size: 14px;
        line-height: 19px;
        padding: 10px;
    }

    .grid {
        grid-template-columns: repeat(auto-fit, 320px);
        grid-row-gap: 20px;
    }

    .item {
        width: 320px;
    }

    .card {
        height: 250px;
    }

    .brand-logo {
        width: 80px;
        margin: 10px auto 0 10px;
    }

    .small-image {
        height: 45%;
    }

    .qr-button {
        display: none !important;
    }

    .page-number {
        display: none;
    }

    .page-number.active {
        display: block;
    }

    .page-number.visible {
        display: block;
    }

    .brand-filter-flex {
        flex-direction: column-reverse;
        align-items: flex-start;
        max-width: 100%;
    }

    .brand-filter-container {
        margin: 10px 0;
    }

    .tabs {
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;
    }
}

@media(max-width: 900px) and (min-width: 500px){
    section {
        width: 100%;
        height: unset;
        position: relative;
    }

    .hero-image {}

    .banner-image {
        display: flex;
        width: 100%;
        /* height: auto; */
    }

    .banner-image img {
        width: 100%;
        /* border-bottom-left-radius: 20px; */
    }

    .banner-image.tab {
        display: flex;
    }

    .desktop {
        display: none;
    }
    .mobile {
        display: none;
    }

    .logo {
        display: none;
    }

    .logo-mobile {
        width: 25%;
        margin: 20px;
        display: block;
    }

    .banner {
        flex-direction: column;
        
    }

    .banner-content {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 100px;
        margin-left: 20px;
        position: absolute;
        bottom: 0;
        flex-direction: column;
    }

    .banner-text {
        width: 100%;
    }

    .banner-heading {
        font-size: 6.8vw;
        line-height: 8.8vw;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .banner-subheading {
        font-size: 4vw;
        line-height: 5.2vw;
    }

    .banner-button {
        margin: 0;
        width: 80px;
        height: 30px;
        font-size: 12px;
        text-transform: capitalize;
        border-radius: 0;
    }

    .banner-sub-image {
        width: 70%;
        flex-grow: 1;
        margin-top: -30px;
    }

    .content {
        padding: 20px;
    }

    #items-section {
        margin-top: 70px;
    }

    .grid-header {
        flex-direction: column;
        align-items: flex-start;

        margin: 10px 0;
    }

    .grid-header .grid-heading {
        margin: 20px 0;
        font-size: 20px;
        line-height: 26px;
    }

    .tabs .tab {
        margin-left: 0;
        font-size: 14px;
        line-height: 19px;
        padding: 10px;
    }

    .grid {
        grid-template-columns: repeat(auto-fit, 320px);
        grid-row-gap: 20px;
    }

    .item {
        width: 320px;
    }

    .card {
        height: 250px;
    }

    .brand-logo {
        width: 80px;
        margin: 10px auto 0 10px;
    }

    .small-image {
        height: 45%;
    }

    .qr-button {
        display: none !important;
    }

    .page-number {
        display: none;
    }

    .page-number.active {
        display: block;
    }

    .page-number.visible {
        display: block;
    }

    .brand-filter-flex {
        flex-direction: column-reverse;
        align-items: flex-start;
        max-width: 100%;
    }

    .brand-filter-container {
        margin: 10px 0;
    }

    .tabs {
        min-width: 300px;
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;
    }
}

/* @media(max-width:374px) {
    .banner-heading {
        font-size: 24px;
        padding: 20px;
        line-height: 32px;
        width: 75%;
    }
} */