.mobile {
    display: none;
}

/*Medium Layout: 1280*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    :root {
        --body-font-size: calc(1.2rem * 0.8);
        --default-font-size: calc(1rem * 0.8);
        --navigation-menu-font-size: calc(1.4rem * 0.8);
        --slider-headding-font-size: calc(8rem * 0.8);
        --section-title-font-size: calc(5rem * 0.8);
        --theme-button-font-size: calc(1.5rem * 0.8);
        --font-size-3: calc(3rem * 0.8);
        --font-size-2: calc(2rem * 0.8);
    }

    .overlay-banner-image {
        top: -320px;
        transform: translate(-50%, 0);
    }
}

/*Tablet Layout: 768px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    :root {
        --body-font-size: calc(1.2rem * 0.8);
        --default-font-size: calc(1rem * 0.8);
        --navigation-menu-font-size: calc(1.4rem * 0.6);
        --slider-headding-font-size: calc(8rem * 0.8);
        --section-title-font-size: calc(5rem * 0.8);
        --theme-button-font-size: calc(1.5rem * 0.8);
        --font-size-3: calc(3rem * 0.8);
        --font-size-2: calc(2rem * 0.8);
    }

    .single-slider-item {
        height: 600px;
    }

    .logo img {
        max-width: 150px;
    }

    .nav-menus ul li a {
        padding: 10px 2px;
    }

    .single-feature-link:after {
        right: -38%;
    }

    .overlay-banner-image {
        top: -320px;
        transform: translate(-50%, 0);
    }

    .subscribe-wrapper {
        padding: 30px 15px 120px 15px;
    }

    .social-links ul li a {
        width: 40px;
        height: 40px;
        line-height: 25px;
    }

    .join-section {
        text-align: center;
    }

    .section-img.desktop {
        display: none;
    }

    .section-img.mobile {
        display: block;
    }

    section.join-section.section-padding {
        padding-bottom: 50px;
    }

    /*
    babuls style
    */
    .quote-wrapper {
        margin-left: 10%;
    }

    .us-btn-style_5 {
        padding: 10px 0px;
    }

    #hero-section {
        height: 650px;
    }

}

/*Mobile Layout: 320px*/
@media only screen and (max-width: 767px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    :root {
        --body-font-size: calc(1.2rem * 0.8);
        --default-font-size: calc(1rem * 0.8);
        /* --navigation-menu-font-size: calc(1.4rem * 0.8); */
        --slider-headding-font-size: calc(8rem * 0.5);
        --section-title-font-size: calc(5rem * 0.4);
        --theme-button-font-size: calc(1.5rem * 0.5);
        --font-size-3: calc(3rem * 0.5);
        --font-size-2: calc(2rem * 0.5);
    }

    .feature-links-wrapper a .single-feature-link::after {
        content: "";
        border: none;
    }

    /* .feature-links-wrapper a:last-child .single-feature-link::after {
        content: "\2192";
        border: 1px solid var(--highlight-color);
    } */

    .single-slider-item {
        height: 275px;
    }

    .slider-cont h1 {
        line-height: 3rem;
        margin: 0;
    }

    .slider-cont {
        width: 100%;
    }

    .slider-section .owl-nav button {
        bottom: 0;
        top: initial;
    }

    .slider-section .owl-nav button span {
        line-height: 2.5rem;
    }

    .theme-btn a {
        padding: 10px 30px;
        font-size: 1.2rem;
    }

    .feature-links-wrapper {
        grid-template-columns: auto;
        grid-gap: 15px;
    }

    .section-title-wrapper {
        padding: 30px 0;
    }

    .locations-wrapper .owl-nav button span {
        line-height: 2rem;
    }

    .quick-links ul li {
        padding: 0 15px;
    }

    .banner-cont-wrapper .banner-cont h1 {
        line-height: 3rem;
    }

    .overlay-banner-image {
        top: -345px;
        transform: translate(-50%, 0);
    }

    .join-content-wrapper {
        text-align: center;
    }

    form.subscribe-form {
        grid-template-columns: 1fr;
    }

    form.subscribe-form .theme-btn {
        text-align: center;
    }

    .subscribe-wrapper {
        padding: 30px 15px;
    }

    .footer-widget {
        margin-bottom: 30px;
        text-align: center;
    }

    .social-links ul li a {
        width: 40px;
        height: 40px;
        line-height: 25px;
    }

    .social-links {
        text-align: center;
    }

    .footer-bottom-cont.two-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-top {
        padding: 50px 0;
    }

    .two-grid-mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }

    .footer-widget-title h4 {
        font-size: 1.35rem;
    }

    .us-btn-style_5 {
        font-size: 1.2rem;
    }

    /*babuls style start*/
    section#hero-section {
        height: auto;
        padding-top: 100px;
    }

    #custom-menu-wrapper .menu-inner {
        padding: 30px 10px 30px 70px;
    }

    .menu-footer a {
        font-size: 12px;
        margin-right: 10px;
    }

    section.location-section.section-padding {
        padding: 0;
    }

    .quote-wrapper {
        margin-left: 0;
    }

    .gallery-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top {
        padding: 130px 15px 50px 15px;
    }

    .best-food-items-section {
        padding: 50px 0;
    }

    p.lead {
        font-size: 1.65rem;
        line-height: 2.8rem;
    }

    .l-section {
        padding: 50px 0;
    }

    .section-title-wrapper .section-title {
        padding: 10px;
    }

    .title-area .sub-title {
        font-size: 1.5rem;
    }

    /*babuls style end*/
}

/*Wide Mobile Layout: 480px*/

@media only screen and (min-width: 480px) and (max-width: 767px) {}