@media only screen and (min-width: 800px){

    .container-fluid {
        padding-right: 64px;
        padding-left: 64px;
    }
    .navbar-toggle {
        display: none;
    }
    .mobile{
        display: none !important;
    }

}
@media only screen and (max-width: 800px){
    nav.navbar.main-header a.btn.main-btn {
        display: none;
    }
    .web{
        display: none !important;
    }

    nav.navbar.main-header {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        border-radius: 16px;
        background: #F4F1EA;
        margin-top: 10px;
    }
    .navbar-collapse.collapse {
        background: white;
        z-index: 111;
        height: calc(100vh - 80px);
        width: 100%;
        border: none !important;
        overflow-y: scroll;
    }

    .navbar-collapse {
        position: absolute;
        top: 80px;
        background: white;
        z-index: 111;
        height: calc(100vh - 80px);
        width: 100%;
        border: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px;
        line-height: 40px;
    }

    .navbar-toggle {
        width: 30px;
        display: block;
        position: relative;
        margin: 15px 15px 10px;
        height: 18px;
        padding: 0px;
    }

    .navbar-toggle span {
        height: 2px;
        width: 100%;
        background-color: #272a3a;
        display: block;
        margin-bottom: 5px;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
    }
    .navbar-toggle.open span:first-child {
        top: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggle.open span {
        position: absolute;
    }
    .navbar-toggle.open span:nth-child(2) {
        visibility: hidden;
    }
    .navbar-toggle.open span:last-child {
        width: 100%;
        top: 6px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    button.navbar-toggle {
        border: none;
        background: none;
    }
    button.navbar-toggle {
        border: none;
        background: none;
    }

    li.nav-item.dropdown.position-static {
        position: relative;
    }

    .dropdown-menu.mega-menu {
        width: 100% !important;
        padding: 0px !important;
        position: relative;
        top: 0px;
        left: 0px !important;
        box-shadow: none;
        border: none;
    }

    .dropdown-menu.mega-menu.show {
        opacity: 1;
        visibility: visible;
    }

    ul.navbar-nav.m-auto.main_Menu {
        border: none;
        margin-bottom: 50px !important;
    }

    .dropdown-menu.mega-menu h6.text-danger {
        display: none;
    }

    ul.sub-menu {
        display: flex;
        flex-direction: column;
    }

    ul.sub-menu li {
        width: 100%;
        padding: 10px 0px;
    }

    .navbar-collapse.collapse::-webkit-scrollbar,.title-area ul.sub-categories::-webkit-scrollbar {
        display: none;  /* Older Safari and Chromium */
    }
    .banner-image img {
        height: 250px;
    }

    .marquee-content span {
        font-size: 32px;
    }

    .title-area > h2 {
        max-width: 100%;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
    }

    .title-area p {
        max-width: 100%;
        font-size: 14px;
    }

    .row.category-card-area {
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .hover-card {
        width: 100%;
        height: 300px;
    }
    section.corporate .row {
        border-radius: 0px;
        padding: 30px 0px;
    }

    ul.home-corporate-list li .text h6 {
        font-size: 20px;
        margin: 0pc;
    }

    ul.home-corporate-list li .text p {
        font-size: 14px;
    }

    ul.home-corporate-list {
        gap: 30px;
        margin-bottom: 50px;
    }

    section.qr-area .middle > span {
        position: relative;
        margin: auto;
        left: 0px;
    }

    section.qr-area .row {
    }

    section.qr-area .left > span {
        position: relative;
        left: unset;
        top: unset;
        margin: unset;
    }
    section.qr-area .left .bottom{
        text-align: end;
    }
    section.qr-area .left .bottom span {
        bottom: 10px;
        top: unset;
        right: unset;
    }

    section.qr-area .left {
        gap: 30px;
    }

    section.qr-area .right .center >img {
        width: 250px;
        height: 250px;
    }

    section.qr-area .right .center span {
        bottom: 10px;
        top: unset;
        right: unset;
        left: 0px;
    }

    section.qr-area .right .center {
        width: 100%;
        text-align: end;
    }
    section.qr-area {
        padding: 20px 0px;
    }

    .row.statistics-area {
        display: flex;
        flex-direction: column;
        padding: 0px 15px;
        margin-top: 50px;
    }

    .row.statistics-area div {
        width: 100%;
    }
    footer {
        padding: 0px;
    }

    footer .footer {
        border-radius: 0px;
        padding: 32px 15px;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    a.footer-logo img {
        width: 200px;
    }

    .footer-middle {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 20px;
    }

    .footer-middle .about {
        width: 100%;
    }

    .footer-middle .menu, .footer-middle .contacts {
        width: 38%;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    section.about-top .about-banner img {
        height: 250px;
    }

    section.about-top .about-banner {
        padding: 40px 15px 0px;
    }

    section.about-top {
        padding-top: 50px;
    }

    section.about-info .row.category-card {
        padding: 15px;
        display: flex;
        flex-direction: column;
    }

    section.about-info .row.category-card .card {
        height: 370px;
    }

    section.about-info .row.category-card .card h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
    }

    section.about-info .row.category-card .card p {
        font-size: 16px;
    }

    section.corporate.about .row .title-area h2 {
        font-size: 24px;
    }

    section.corporate.about .row .title-area img {
        max-width: 200px;
    }
    section.about-contact .title-area h2 {
        font-size: 24px;
        padding: 0px;
    }

    section.about-contact .title-area > div > span {
        font-size: 14px;
    }

    section.about-contact .title-area ul {
        gap: 10px;
        margin-bottom: 40px;
    }
    section.category-top .title-area h2 {
        max-width: 100%;
    }

    section.category-top {
        padding-top: 50px;
    }

    .title-area ul.sub-categories {
        overflow: scroll;
        margin-bottom: 0px;
        min-height: 60px;
        display: flex;
        justify-content: flex-start;
        gap: 15px;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
    }

    .title-area ul.sub-categories li {
        width: fit-content !important;
        text-wrap-mode: nowrap;
    }

    .title-area ul.sub-categories li a {
        width: fit-content;
    }

    section.products .row.products-cards {
        display: flex;
        flex-direction: column;
        padding: 20px 15px;
    }

    section.products .row.products-cards .card {
        width: 100%;
    }

    section.products .row.products-cards .card > a > img {
        height: 250px;
        width: 100%;
    }

    section.products .row.products-cards .card > a {
        width: 100%;
    }

    .row.products-area-top {
        padding: 0px 15px;
    }

    section.category-faq .title-area h2 {
        padding: 0px;
    }

    section.loyality-top {
        padding: 50px 0px 0px;
    }

    section.loyality-top .title-area > div {
        display: flex;
        align-items: center;
    }

    section.loyality-top .title-area > div > h2 {
        font-size: 24px;
        text-align: center;
    }

    section.loyality-top .title-area > div > p {
        text-align: center;
        font-size: 16px;
    }

    section.loyality-top .loyality-banner img {
        height: 300px;
        margin-top: 30px;
    }

    .row.statistics-area.franchising-area > div {
        padding: 28px;
    }

    .row.statistics-area.franchising-area > div h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        margin-top: 30px;
    }

    .row.statistics-area.franchising-area > div p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    section.franchise-video .row {
        padding: 0px 15px;
    }

    section.franchise-video .video-area {
        height: 250px;
    }

    .franchise-testimonials {
        padding: 0px;
        padding-bottom: 40px;
    }

    .franchise-testimonials .slider-item > p {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 28px */
        letter-spacing: -0.2px;
    }

    svg.prev-arrow.slick-arrow {
        left: 0px;
    }

    svg.next-arrow.slick-arrow {
        left: 50px;
    }

    .row.testimonials-cards {
        display: flex;
        flex-direction: column;
    }

    ul.brand-slider:after {
        display: none;
    }

    ul.brand-slider:before {
        left: -50px;
    }

    section.gifts-top {
        padding: 50px 0px 0px;
    }

    section.gifts-top .gift-banner img {
        height: 300px;
    }

    .gift-gallery-area::before {
        left: -70px;
        height: 210px;
    }

    .gift-gallery-area .gallery-item img {
        max-height: 150px;
    }

    .row.how-it-works-area {
        padding: 0px 15px;
        gap: 40px;
    }

    .row.how-it-works-area>div {
        padding: 0px;
    }
    section.partners {
        padding: 50px 0px 40px;
    }

    ul.partners-list {
        padding: 0px 15px;
    }

    ul.partners-list li {
        width: calc(50% - 5px);
        height: 70px;
    }

    ul.partners-list li img {
        width: 100%;
        height: fit-content;
        object-fit: contain;
    }

    section.category-faq.horeca-faq {
        padding: 0px 0px 40px;
    }
    section.about-info .row.category-card .card {
        width: 100%;
    }
}
