/* style.css */

@font-face {
    font-family: 'BerniesHand';
    src: url('../font/bernieshand/bernie-h.ttf');
}

@font-face {
    font-family: 'Basha';
    src: url('../font/basha/basha___.ttf');
}

@font-face {
    font-family: 'Carnes';
    src: url('../font/carnes/carnes__.ttf');
}


/* gallery zoom */


/* =============== */

:root {
    /* Colors: */
    --color-black: #000000;
    --color-white: #ffffff;
    --color-red: #d80f0f;
    --color-maroon: #6d0b00;
    /* Font/text values */
    --font-family: 'BerniesHand';
    --font-style-normal: normal;
    --font-size-20: 20px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-45: 45px;
    --font-size-48: 48px;
    --font-size-50: 50px;
    --font-size-55: 55px;
    --font-size-60: 60px;
    --font-size-65: 65px;
    --font-size-70: 70px;
    --font-size-80: 80px;
    --line-height-inherit: inherit;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-25: 25px;
    --line-height-28: 28px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-34: 34px;
    --line-height-36: 36px;
    --line-height-40: 40px;
    --line-height-46: 46px;
    --line-height-46: 46px;
    --line-height-50: 50px;
    --line-height-55: 55px;
    --line-height-60: 60px;
    --line-height-64: 64px;
    --line-height-65: 65px;
    --line-height-70: 70px;
    --line-height-74: 74px;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --letter-spacing-inherit: 0;
    --letter-spacing-04: 0.4px;
    --letter-spacing-05: 0.5px;
    --letter-spacing-06: 0.6px;
}

body {
    background-image: url('../images/body-bg01.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: var(--font-weight-Medium);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-18);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    letter-spacing: var(--character-spacing-0);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'BerniesHand';
}

body.other-body-design {
    background: #f9f0e8;
}

section.section-space.bredcrume-bg {
    background-image: url('../images/brdecrume-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    margin-top: -14rem;
    padding-top: 17rem;
    clear: both;
    padding-bottom: 0;
}

.section-space {
    clear: both;
    padding: 100px 0;
    overflow: hidden;
    /* padding-top: 0; */
}

h1,
h2,
h3,
h4 {
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-60);
    font-size: var(--font-size-80);
    font-family: 'BerniesHand';
    line-height: 80px;
}

p {
    font-family: var(--font-family-Poppins);
    font-family: 'BerniesHand';
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-46);
    font-size: var(--font-size-45);
}

h2.main-title {
    font-family: 'BerniesHand';
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-60);
    font-size: var(--font-size-80);
    padding: 15px 0px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.white-color {
    color: var(--color-white);
}

.maroon {
    color: var(--color-maroon);
    text-transform: uppercase;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-maroon);
    /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148))); */
}


/* nav-bar */

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

header {
    position: relative;
    margin: 0;
    padding: 70px 0px;
}

a.nav-link {
    font-family: 'BerniesHand';
    color: #fff;
    font-size: 31px;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    letter-spacing: 0.8px;
}

a.nav-link.get-in-touch {
    background: #a3344d;
    padding: 20px 8px;
    width: 204px;
    text-align: center;
    padding-left: 20px !important;
}

li.nav-item {
    display: -webkit-flex;
    align-items: center;
    position: relative;
}

a.nav-link:hover {
    color: #fff;
}

ul.dropdown-menu.dropdown-menu-end {
    margin-top: 18px !important;
    padding: 0px;
    right: inherit;
}

a.dropdown-item {
    font-size: 24px;
    padding: 12px 6px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.7px;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #a3344d !important;
}

a.dropdown-item:hover {
    background: #d41818 !important;
}

a.nav-link.get-in-touch:hover {
    color: #fff;
}

a.nav-link:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .1s ease;
}

a.nav-link:hover:after {
    visibility: visible;
    transform: scaleX(1);
    height: 2px;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

a.order-now.nav-link {
    padding: 12px 29px;
    background: #d80f0f;
    width: 230px;
    border-radius: 11px;
    text-align: center;
    transition: 0.7s;
    transition: transform 0.5s ease-in-out;
}

a.order-now.nav-link:after {
    display: none;
}

a.order-now.nav-link:hover {
    background: #fff;
    color: #d41818;
    transition: 0.7s;
    transform: translateY(-10px);
}


/* swiper css */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainslider.slide-inner {
    width: 100%;
    height: 796px;
    background-size: cover;
}

.container.slider-caption {
    display: -webkit-flex;
    align-items: center;
    height: 100%;
}

h2.slider-titile {
    /* font-family: var(--font-family-Poppins); */
    font-family: 'BerniesHand';
    font-weight: var(--font-weight-SemiBold);
    line-height: var(--line-height-74);
    font-size: var(--font-size-65);
    color: #fff;
    text-align: left;
    font-family: var(--font-family-Poppins);
}

h2.slider-titile span {
    font-weight: 300;
}

.swiper-button-next,
.swiper-button-prev {
    top: 93.5%;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev:after {
    display: none;
}


/* banner */

.main-logo {
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
}

.logo-inner img {
    width: 100%;
}

.banner {
    height: 93vh;
    padding-bottom: 0;
}

h4.flavours-text {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.flavours-meet {
    padding-top: 50px;
}

.view-all a {
    background: #fff;
    border-radius: 11px;
    padding: 15px 30px;
    text-decoration: none;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    transition: transform 0.5s ease-in-out;
}

.view-all a:hover {
    transform: translateY(-10px);
}

.view-all {
    padding-top: 30px;
}

.logo-inner.papper-logo img {
    width: 65%;
}

.diver-img {
    text-align: center;
}

.about-expore {
    text-align: center;
    padding-bottom: 59rem;
}

h3.expore-title {
    font-size: 40px;
    margin-bottom: 31px;
}

h2.hand-pick {
    padding-top: 25px;
}


/* read more */

.read-more a {
    background: #6d0b00;
    border-radius: 11px;
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    transition: transform 0.5s ease-in-out;
}

.read-more a:hover {
    transform: translateY(-10px);
}

.read-more {
    padding: 3rem 0px;
}


/* we-serve */

.We-Serve-text {
    padding-bottom: 50px;
}

.We-Serve-text p {
    font-size: 55px;
}

.we-serve {
    padding-top: 200px;
}

figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.image-hover-effect figure {
    position: relative;
}

.image-hover-effect figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.image-hover-effect figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.image-hover-effect.column {
    text-align: center;
    padding: 45px 0px;
    transition: transform 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.image-hover-effect.column a {
    text-decoration: none;
}

.image-hover-effect.column:hover {
    transform: translateY(-22px);
}

.container.container-80 {
    max-width: 80%;
}

.image-hover-effect figure img {
    width: 80%;
}

.image-hover-effect.column h4 {
    font-size: 52px;
    color: #000;
    margin-top: 19px;
}


/* gallery */

.right-side {
    text-align: right;
}


/* testimonial */

.testimonial-inner p {
    font-size: 28px;
    color: #ffc000;
    font-weight: 100;
    font-family: 'Carnes Regular';
}

.TestimonialSlider span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #6b0e04;
}

.testimonial-inner {
    background: #6d0b00;
    border: 5px solid #214913;
    padding: 40px;
    margin: 10px;
    position: relative;
}

.corner-design-inner-1 {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    background: #f9f0e8;
    position: relative;
    top: 34px;
    left: 1px;
    z-index: 9999;
}

.corner-design-inner-2 {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    background: #f8f0e6;
    position: relative;
    top: -38px;
    left: 1px;
}

.testimonial-inner:before {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 100px;
    background: #f9f0e8;
    top: -7%;
    left: 97%;
}

.testimonial-inner:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 100px;
    background: #f9f0e8;
    bottom: -7%;
    left: 97%;
}


/* footer */

.map iframe {
    height: 700px;
}

.office-address {
    background: #f5a40a;
    height: 700px;
    display: -webkit-flex;
    align-items: center;
    padding: 90px 100px;
}

ul.address-footer li a {
    color: #000;
    text-decoration: none;
    font-size: 36px;
    display: block;
}

ul.address-footer li {
    margin: 29px 0px;
    list-style: none;
}

ul.social-midea li {
    list-style: none;
    float: left;
    margin-right: 25px;
}

ul.social-midea li a {
    color: #000;
    font-size: 25px;
}

.ofc-inner img {
    width: 70%;
}


/* swigyy-zomato */

ul.swigy-to-zomato li {
    float: left;
    list-style: none;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
}

ul.swigy-to-zomato li.swiggy img {
    height: 60px;
    object-fit: contain;
}

ul.swigy-to-zomato li.zomato img {
    height: 15px;
    object-fit: contain;
}

ul.swigy-to-zomato {
    width: 100%;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 45px auto;
    margin-left: -13px;
}

li.swiggy {
    background: #f98821;
    padding: 18px;
}

li.zomato {
    background: #e33845;
    padding: 18px;
}

ul.swigy-to-zomato li a {
    transition: transform 0.5s ease-in-out;
}

ul.swigy-to-zomato li a:hover {
    transform: translateY(-8px);
}


/* copy-right */

section.copy-right-section p {
    font-size: 30px;
}

section.copy-right-section {
    padding: 30px 0px;
}

section.copy-right-section p a {
    color: #000;
    text-decoration: none;
}

.fun-text h2 {
    transform: rotate(330deg);
    color: #214913;
    position: relative;
    top: 3rem;
    left: 6rem;
    FONT-SIZE: 70px;
}

.gallery-box {
    background-image: url('../images/gallery-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding: 24px 30px;
}

.gallery-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-top: 2px;
}

.gallery-box .overlay img {
    height: 34px;
    width: 100%;
}


/* menu-list */

.dish-sub-menu h4 {
    font-size: 60px;
}

td .menu-detail {
    font-size: 35px;
    color: #000;
}

table.menu-table td {
    padding-top: 12px;
}

td.menu-price-detail {
    text-align: left;
}

table.menu-table {
    margin-bottom: 29px;
    width: 95%;
    margin-left: 25px;
}

.menu-title,
.menu-price {
    font-size: 35px;
    margin: 0;
    line-height: 39px;
    margin-bottom: 25px;
}

.menu {
    border-bottom: 2px dotted #214913;
    margin: 5px 25px;
    margin-bottom: 20px;
    padding: 0px 2px;
    padding-left: 0;
}

.menu-detail {
    font-size: 24px;
    color: #343434;
    margin-bottom: 10px;
}

.menu-label {
    background: #fae7d7;
    position: relative;
    display: inline-block;
    padding: 2px 10px 0px 10px;
    font-family: 'Crimson Text', serif;
    letter-spacing: 1px;
    font-style: italic;
    font-size: 13px;
    float: right;
    top: 5px;
}

.menu-price-detail {
    text-align: right;
}

.menu-price-detail h4.menu-price {
    color: #6d0b00;
}

.dish-sub-menu {
    padding-left: 20px;
    margin-bottom: 20px;
}

.dish-sub-menu h5 {
    font-size: 50px;
    margin-right: 10px;
}

.dish-sub-menu img {
    object-fit: contain;
    margin-left: 10px;
}

.menu-img-02 img {
    width: 65%;
    text-align: center;
    margin: 25px auto;
}

.alinment-center {
    display: -webkit-flex;
    align-items: center;
    height: 100%;
}

.download-pdf-ludhiyana {
    margin-right: 0;
    text-align: right;
}

.download-pdf-ludhiyana a {
    color: #fff;
    font-size: 35px;
    margin-right: 30px;
    text-decoration: none;
}


/* papper-island */

.menu-papper-page img {
    width: auto;
    height: 200px;
    object-fit: contain;
    border-radius: 100px;
    box-shadow: 5px 9px 20px #22222224;
}

.download-combo-pdf {
    text-align: right;
    margin: 20px 0px;
    margin-bottom: 40px;
}

.download-combo-pdf a {
    color: #000;
    font-size: 34px;
    text-decoration: none;
}


/* contact us */

* contact Us page */ .contact-form-inner {
    background: #fff;
    padding: 50px;
    position: relative;
}

input.form-control {
    background: transparent;
    color: #222;
    font-size: 25px;
}

label {
    color: #222;
    font-size: 30px;
}

textarea.form-control {
    background: transparent;
    font-size: 25px;
}

.contact-page-section {
    background: #e3e1e1;
}

.conatact-ofc-address i,
a {
    text-decoration: none;
    color: #fff;
    font-size: 28px;
}

.conatact-ofc-address i {
    font-size: 28px;
    background: #fff;
    padding: 6px 16px;
    line-height: 0;
    padding-bottom: 13px;
    margin-right: 10px;
    color: #000;
}

.conatact-ofc-inner {
    padding: 7px 0px;
    display: -webkit-flex;
    align-items: center;
}

.ofc-address {
    background: #d41818;
    padding: 50px;
    height: calc(100% - 150px);
}

.call-us {
    display: grid;
    position: relative;
    top: -48px;
    margin-left: 70px;
}

.call-us span {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.4px;
}

.icon-line i {
    position: relative;
    z-index: 9999999;
}

.icon-line i:after {
    position: absolute;
    content: "";
    width: 50px;
    bottom: -33px;
    left: 6px;
    border: 1px solid #fff;
    transform: rotate(90deg);
    z-index: -1;
}

.padding-space.contact-page-section {
    position: relative;
    padding: 120px 0px;
}

.contact-page-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: #f2a52d;
    z-index: 1;
}

.contact-page-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #ebebeb;
}

.container.contact-container {
    z-index: 2;
    position: relative;
}

.contact-form-inner:before {
    position: absolute;
    content: "";
    left: -49%;
    background: #fff;
    top: 0;
    width: 65%;
    height: 100%;
    z-index: -1;
}

.ofc-address h2 {
    margin-bottom: 38px;
}

.conatact-ofc-address a:hover {
    color: #fff;
}

button.btn.send-msg {
    border-radius: 0;
    background: #d01f1f;
    padding: 15px 34px;
    color: #fff;
    font-size: 20px;
}

button.btn.send-msg i {
    color: #fff;
    font-size: 20px;
}

.contact-form-inner form {
    margin-top: 25px;
}

.basic-info .basic-title {
    font-weight: var(--font-weight-Bold);
    font-size: var(--font-size-24);
    line-height: var(--line-height-34);
    margin-bottom: 20px;
}

.basic-info-list {
    margin: 0;
    padding: 0;
}

.basic-info-list li {
    list-style: none;
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-28);
    font-size: var(--font-size-18);
    margin-bottom: 20px;
}

.basic-info-list li .info-label {
    font-weight: var(--font-weight-ExtraBold);
}

.contact-form-inner {
    background: #fff;
    padding: 50px;
    position: relative;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
    z-index: 99;
}

#button {
    display: inline-block;
    background-color: #6b0e04;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #f2a52d;
}

#button:active {
    background-color: #f2a52d;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.read-more {
    transition: transform 0.5s ease-in-out;
}

.read-more a:hover {
    transition: 0.7s;
    transform: translateY(-10px);
}

.read-more:hover {
    transition: 0.7s;
    transform: translateY(-10px);
}

.view-all {
    transition: 0.7s;
    transition: transform 0.5s ease-in-out;
}

.view-all:hover {
    transition: 0.7s;
    transform: translateY(-10px);
}

.order-mobile-tab {
    display: none;
}

.order-now-btn-dekstop {
    display: block;
}

@media (max-width: 767px) {
    .version {
        transform: scale(0.6) rotate(45deg);
        right: -100px;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media screen and (min-device-width: 1800px) and (max-device-width: 2200px) {
    .container {
        max-width: 1685px;
    }
}

@media screen and (min-device-width: 1500px) and (max-device-width: 1750px) {
    .container {
        max-width: 1450px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1490px) {
    .container {
        max-width: 1150px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1799px) {
    a.nav-link {
        font-family: 'BerniesHand';
        color: #fff;
        font-size: 20px;
    }
    header {
        position: relative;
        margin: 0;
        padding: 60px 0px;
        padding-top: 25px;
    }
    ul.dropdown-menu.dropdown-menu-end {
        margin-top: 0px !important;
        padding: 0px;
        right: inherit;
    }
    a.dropdown-item {
        font-size: 17px;
        padding: 10px 6px;
        font-weight: 400;
    }
    a.order-now.nav-link {
        padding: 12px 19px;
        background: #d80f0f;
        width: 165px;
    }
    h1,
    h2,
    h3,
    h4 {
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-60);
        font-size: var(--font-size-50);
        font-family: 'BerniesHand';
    }
    p {
        font-family: var(--font-family-Poppins);
        font-family: 'BerniesHand';
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-30);
        font-size: var(--font-size-26);
    }
    h2.main-title {
        font-family: 'BerniesHand';
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-60);
        font-size: var(--font-size-50);
        padding: 15px 0px;
        margin-bottom: 0;
    }
    .logo-inner img {
        width: 66%;
    }
    .logo-inner.papper-logo img {
        width: 50%;
    }
    .banner {
        height: 95vh;
        padding-top: 50px;
        padding-bottom: 0;
    }
    h4.flavours-text {
        font-size: 25px;
    }
    .view-all a {
        border-radius: 11px;
        padding: 12px 20px;
        text-decoration: none;
        color: #000;
        font-size: 20px;
        transition: transform 0.5s ease-in-out;
    }
    section.expore {
        padding-top: 0rem;
    }
    .about-expore img {
        width: auto;
        height: 80px;
        object-fit: cover;
    }
    .about-expore {
        text-align: center;
        padding-bottom: 40rem;
    }
    h3.expore-title {
        font-size: 35px;
        margin-bottom: 31px;
    }
    .read-more a {
        padding: 12px 25px;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        transition: transform 0.5s ease-in-out;
    }
    .we-serve {
        padding-top: 70px;
    }
    .We-Serve-text p {
        font-size: 50px;
        line-height: 45px;
    }
    .image-hover-effect.column h4 {
        font-size: 35px;
        color: #000;
        margin-top: 15px;
    }
    .testimonial-inner {
        background: #6d0b00;
        border: 5px solid #214913;
        padding: 20px;
        margin: 6px;
        position: relative;
    }
    .testimonial-inner p {
        font-size: 20px;
        line-height: 33px;
    }
    .gallery-box img {
        width: 100%;
        height: 225px;
    }
    .gallery-box .overlay img {
        width: auto;
        height: 30px;
        object-fit: contain;
    }
    .office-address {
        background: #f5a40a;
        height: 641px;
        display: -webkit-flex;
        align-items: center;
        padding: 15px 35px;
    }
    .map iframe {
        height: 640px;
    }
    ul.address-footer li a {
        font-size: 25px;
    }
    ul.swigy-to-zomato li.zomato img {
        height: 45px;
        object-fit: contain;
    }
    ul.swigy-to-zomato li.swiggy img {
        height: 40px;
        object-fit: contain;
    }
    ul.swigy-to-zomato li {
        width: 70px;
        height: 70px;
    }
    .fun-text h2 {
        top: 3rem;
        left: 5rem;
        font-size: 50px;
    }
    .conatact-ofc-address i,
    a {
        text-decoration: none;
        color: #fff;
        font-size: 20px;
    }
    section.copy-right-section p {
        font-size: 20px;
    }
    .about-page-bg {
        padding-top: 0;
    }
    section.section-space.bredcrume-bg {
        padding-top: 14rem;
    }
    .download-pdf-ludhiyana a {
        color: #fff;
        font-size: 25px;
        margin-right: 30px;
        text-decoration: none;
    }
    .dish-sub-menu {
        padding-left: 20px;
        margin-bottom: 5px;
    }
    .dish-sub-menu h4 {
        font-size: 38px;
    }
    .menu-title,
    .menu-price {
        font-size: 24px;
        margin: 0;
        line-height: 28px;
        margin-bottom: 13px;
    }
    .menu-papper-page img {
        width: auto;
        height: 135px;
    }
    .download-combo-pdf a {
        color: #000;
        font-size: 25px;
        text-decoration: none;
    }
    .gallery-box .overlay img {
        width: auto;
        height: 30px !important;
        object-fit: contain;
    }
    .conatact-ofc-address i {
        color: #000;
    }
    .call-us span {
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 1.4px;
    }
    label {
        color: #222;
        font-size: 23px;
    }
    input.form-control {
        background: transparent;
        color: #fff;
        font-size: 17px;
    }
    .ofc-address {
        background: #d41818;
        padding: 50px;
        height: calc(100% - 150px);
        padding-top: 80px;
    }
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1100px) {
    a.nav-link {
        font-family: 'BerniesHand';
        color: #fff !important;
        font-size: 20px;
    }
}

@media screen and (min-device-width: 766px) and (max-device-width: 1024px) {
    h1,
    h2,
    h3,
    h4 {
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-46);
        font-size: var(--font-size-45);
        font-family: 'BerniesHand';
    }
    p {
        font-family: var(--font-family-Poppins);
        font-family: 'BerniesHand';
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-30);
        font-size: var(--font-size-30);
    }
    h2.main-title {
        font-family: 'BerniesHand';
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-46);
        font-size: var(--font-size-45);
        padding: 15px 0px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    button.d-lg-none.btn {
        background: #fbb03a;
        height: 48px;
        border-radius: 0px;
        padding-bottom: 8px;
        margin-left: 10px;
    }
    section.section-space.bredcrume-bg {
        height: 60vh;
        margin-top: -14rem;
        padding-top: 16rem;
        margin-bottom: -6rem;
    }
    .full-width {
        max-width: 100%;
        flex: 100%;
    }
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
    .mobile-offcanvas.show {
        background: #fff;
        padding-left: 20px;
    }
    .container.container-80 {
        max-width: 100%;
    }
    header {
        position: relative;
        margin: 0;
        padding: 35px 0px;
    }
    a.nav-link {
        font-family: 'BerniesHand';
        color: #000;
    }
    a.nav-link:hover {
        color: #000;
    }
    li.nav-item {
        display: block;
    }
    .banner {
        height: auto;
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .logo-inner img {
        width: 100%;
    }
    .logo-inner.papper-logo img {
        width: 58%;
    }
    .diver-img {
        width: 43%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-expore img {
        height: 65px;
        object-fit: contain;
    }
    h4.flavours-text {
        font-size: 29px;
    }
    .flavours-meet {
        padding-top: 0px;
    }
    .view-all a {
        font-size: 30px;
    }
    .view-all {
        padding-top: 20px;
    }
    a.nav-link {
        font-family: 'BerniesHand';
        color: #000;
        font-size: 20px;
    }
    ul.dropdown-menu.dropdown-menu-end {
        margin-top: 3px !important;
        padding: 0px;
        right: inherit;
    }
    a.dropdown-item {
        font-size: 17px;
    }
    a.order-now.nav-link {
        padding: 12px 29px;
        background: #d80f0f;
        width: 185px;
        color: #fff;
    }
    h3.expore-title {
        font-size: 35px;
        margin-bottom: 31px;
    }
    .We-Serve-text p {
        font-size: 45px;
        line-height: 45px;
    }
    .read-more a {
        font-size: 30px;
    }
    .image-hover-effect.column h4 {
        font-size: 37px;
        color: #000;
        margin-top: 10px;
        line-height: 38px;
    }
    .we-serve .col-md-4 {
        max-width: 50%;
        flex: 50%;
        float: left;
    }
    .image-hover-effect.column {
        text-align: center;
        padding: 20px 0px;
        transition: transform 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    }
    .image-hover-effect figure img {
        width: 79%;
    }
    .about-expore {
        text-align: center;
        padding-bottom: 492px;
        padding-top: 12rem;
    }
    .we-serve {
        padding-top: 0px;
    }
    .testimonial-inner p {
        font-size: 20px;
        color: #ffc000;
        font-weight: 100;
        font-family: 'Carnes Regular';
    }
    .TestimonialSlider {
        margin-top: -3rem;
        z-index: 9;
    }
    .fun-text h2 {
        transform: rotate(330deg);
        color: #214913;
        position: relative;
        top: -4rem;
        left: 0rem;
        font-size: 35px;
        z-index: 99999;
        padding-top: 3rem;
    }
    .testimonial-inner {
        padding: 20px;
    }
    .body-bg {
        background: #f7eddc;
    }
    .white-bg {
        background-color: #fff;
    }
    .gallery-box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin-top: 2px;
    }
    .gallery-box {
        margin-bottom: 7px;
        padding: 0;
    }
    .map iframe {
        height: 515px;
    }
    ul.address-footer li a {
        color: #000;
        text-decoration: none;
        font-size: 25px;
        display: block;
    }
    .office-address {
        background: #f5a40a;
        height: 515px;
        display: -webkit-flex;
        align-items: center;
        padding: 50px 10px;
    }
    ul.address-footer {
        padding-left: 12px;
    }
    ul.social-midea {
        padding-left: 12px;
    }
    ul.swigy-to-zomato li {
        width: 70px;
        height: 70px;
    }
    section.copy-right-section p a {
        color: #000;
        text-decoration: none;
        font-size: 20px;
    }
    section.copy-right-section p {
        font-size: 20px;
    }
    section.copy-right-section {
        padding: 7px 0px;
        background: #fff;
    }
    ul.swigy-to-zomato {
        margin: 25px auto;
    }
    .train-icon img {
        height: 65px;
    }
    .footer-main-page .col-md-6 {
        padding: 0px;
    }
    .ofc-address {
        background: #d41818;
        padding: 50px;
        height: auto;
    }
    .ofc-address {
        background: #d41818;
        padding: 20px 20px;
        height: auto;
    }
    .conatact-ofc-address a {
        font-size: 23px;
    }
    .conatact-ofc-address i {
        font-size: 25px;
    }
    .icon-line i:after {
        bottom: -31px;
    }
    .padding-space.contact-page-section {
        position: relative;
        padding: 74px 0px;
        margin-top: 63px;
    }
    .contact-form-inner {
        background: #fff;
        padding: 20px;
        position: relative;
    }
    /* menu */
    .download-pdf-ludhiyana {
        margin-right: 0;
        text-align: right;
        margin-top: 14px;
    }
    .download-pdf-ludhiyana a {
        font-size: 35px;
    }
    .menu-title,
    .menu-price {
        font-size: 25px;
        margin: 0;
        line-height: 33px;
        margin-bottom: 12px;
    }
    .dish-sub-menu {
        padding-left: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .dish-sub-menu h4 {
        font-size: 40px;
    }
    .menu {
        margin: 5px 0px;
    }
    td .menu-detail {
        font-size: 20px;
    }
    .menu-papper-page img {
        width: auto;
        height: 135px;
    }
    .download-combo-pdf {
        text-align: center;
        margin: 20px 0px;
        margin-bottom: 40px;
    }
    .download-combo-pdf a {
        color: #000;
        font-size: 30px;
        text-decoration: none;
    }
    .menu-detail {
        font-size: 20px;
        color: #343434;
        margin-bottom: 10px;
    }
    table.menu-table {
        margin-bottom: 29px;
        width: 100%;
        margin-left: 0;
    }
    td .menu-detail {
        font-size: 20px;
        padding: 0px 5px;
        text-align: center;
    }
    td.menu-price-detail h4.menu-price {
        padding: 0px 2px;
        font-size: 21px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .order-mobile-tab {
        display: -webkit-flex;
        align-items: center;
        justify-content: end;
        width: 80%;
        float: right;
        position: absolute;
        top: 27px;
        right: 10px;
    }
    .order-now-btn-dekstop {
        display: none;
    }
    /* .order-mobile-tab a {
        margin-left: 24px;
    } */
}

@media screen and (min-device-width: 320px) and (max-device-width: 765px) {
    body {
        background-image: url(../images/mobile-body-bg01.jpg);
        background-position: top;
        background-size: contain;
    }
    h1,
    h2,
    h3,
    h4 {
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-46);
        font-size: var(--font-size-40);
        font-family: 'BerniesHand';
    }
    button.d-lg-none.btn {
        background: #fbb03a;
        height: 48px;
        border-radius: 0px;
        padding-bottom: 8px;
        margin-left: 10px;
    }
    p {
        font-family: var(--font-family-Poppins);
        font-family: 'BerniesHand';
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-36);
        font-size: var(--font-size-26);
    }
    h2.main-title {
        font-family: 'BerniesHand';
        font-weight: var(--font-weight-Regular);
        line-height: var(--line-height-46);
        font-size: var(--font-size-40);
        padding: 15px 0px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    section.section-space.bredcrume-bg {
        height: 81vh;
        margin-top: -14rem;
        padding-top: 16rem;
        margin-bottom: -6rem;
        text-align: center;
    }
    .section-space {
        clear: both;
        padding: 50px 0;
        overflow: hidden;
    }
    .mobile-offcanvas.show {
        background: #fff;
        padding-left: 20px;
    }
    .container.container-80 {
        max-width: 100%;
    }
    header {
        position: relative;
        margin: 0;
        padding: 25px 0px;
    }
    a.nav-link {
        font-family: 'BerniesHand';
        color: #000;
    }
    a.nav-link:hover {
        color: #000;
    }
    li.nav-item {
        display: block;
    }
    .banner {
        height: auto;
        padding-top: 6rem;
        padding-bottom: 50px;
    }
    .logo-inner img {
        width: 66%;
    }
    .logo-inner.papper-logo img {
        width: 50%;
    }
    .diver-img {
        transform: rotate(90deg);
        width: 100%;
        display: flex;
        height: 138px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: -1;
    }
    .about-expore img {
        height: 65px;
        object-fit: contain;
    }
    h4.flavours-text {
        font-size: 20px;
        letter-spacing: 2px;
        margin: 12px;
    }
    .flavours-meet {
        padding-top: 0px;
    }
    .view-all a {
        font-size: 20px;
    }
    .view-all {
        padding-top: 20px;
    }
    a.nav-link {
        font-family: 'BerniesHand';
        color: #000;
        font-size: 20px;
    }
    ul.dropdown-menu.dropdown-menu-end {
        margin-top: 3px !important;
        padding: 0px;
        right: inherit;
    }
    a.dropdown-item {
        font-size: 17px;
    }
    a.order-now.nav-link {
        padding: 12px 29px;
        background: #d80f0f;
        width: 185px;
        color: #fff;
    }
    h3.expore-title {
        font-size: 35px;
        margin-bottom: 31px;
    }
    .We-Serve-text p {
        font-size: 30px;
    }
    .read-more a {
        font-size: 16px;
    }
    .image-hover-effect.column h4 {
        font-size: 28px;
        color: #000;
        margin-top: 10px;
        line-height: 38px;
    }
    .we-serve .col-md-4 {
        max-width: 50%;
        flex: 50%;
        float: left;
    }
    .image-hover-effect.column {
        text-align: center;
        padding: 6px 0px;
        transition: transform 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    }
    .image-hover-effect figure img {
        width: 100%;
    }
    .about-expore {
        text-align: center;
        padding-bottom: 34px;
        padding-top: 33rem;
        padding-left: 6px;
    }
    .Ludhiana-Junction-text .white-color {
        color: #000;
    }
    .we-serve {
        padding-top: 0px;
    }
    .testimonial-inner p {
        font-size: 20px;
        color: #ffc000;
        font-weight: 100;
        font-family: 'Carnes Regular';
    }
    .TestimonialSlider {
        margin-top: -3rem;
        z-index: 9;
    }
    .fun-text h2 {
        transform: rotate(330deg);
        color: #214913;
        position: relative;
        top: -7rem;
        left: -1rem;
        font-size: 35px;
        z-index: 99999;
        padding-top: 4rem;
    }
    .testimonial-inner {
        padding: 20px;
    }
    .body-bg {
        background: #f7eddc;
    }
    .white-bg {
        background-color: #fff;
    }
    .gallery-box img {
        width: 100%;
        height: 165px;
        object-fit: cover;
        margin-top: 2px;
    }
    .gallery-box {
        margin-bottom: 7px;
    }
    .map iframe {
        height: 350px;
    }
    ul.address-footer li a {
        color: #000;
        text-decoration: none;
        font-size: 25px;
        display: block;
    }
    .office-address {
        background: #f5a40a;
        height: auto;
        display: -webkit-flex;
        align-items: center;
        padding: 50px 10px;
        text-align: center;
        margin: 0 auto;
    }
    ul.address-footer {
        padding: 0px 20px;
        text-align: center;
    }
    ul.social-midea {
        padding-left: 12px;
        display: inline-block;
    }
    ul.swigy-to-zomato li {
        width: 70px;
        height: 70px;
    }
    section.copy-right-section p a {
        color: #000;
        text-decoration: none;
        font-size: 20px;
    }
    section.copy-right-section p {
        font-size: 20px;
    }
    section.copy-right-section {
        padding: 7px 0px;
    }
    ul.swigy-to-zomato {
        margin: 25px auto;
    }
    .train-icon img {
        height: 65px;
    }
    .footer-main-page .col-md-6 {
        padding: 0px;
    }
    .ofc-address {
        background: #d41818;
        padding: 50px;
        height: auto;
    }
    .ofc-address {
        background: #d41818;
        padding: 20px 20px;
        height: auto;
    }
    .conatact-ofc-address a {
        font-size: 20px;
    }
    .conatact-ofc-address i {
        font-size: 25px;
    }
    .icon-line i:after {
        bottom: -31px;
    }
    .padding-space.contact-page-section {
        position: relative;
        padding: 74px 0px;
        margin-top: 63px;
    }
    .contact-form-inner {
        background: #fff;
        padding: 20px;
        position: relative;
    }
    /* menu */
    .download-pdf-ludhiyana {
        margin-right: 0;
        margin-top: 14px;
        text-align: center;
    }
    .download-pdf-ludhiyana a {
        font-size: 25px;
    }
    .menu-title,
    .menu-price {
        font-size: 25px;
        margin: 0;
        line-height: 33px;
        margin-bottom: 12px;
    }
    .dish-sub-menu {
        padding-left: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .dish-sub-menu h4 {
        font-size: 40px;
    }
    .menu {
        margin: 5px 0px;
    }
    td .menu-detail {
        font-size: 20px;
    }
    .menu-papper-page img {
        width: auto;
        height: 135px;
    }
    .download-combo-pdf {
        text-align: center;
        margin: 20px 0px;
        margin-bottom: 40px;
    }
    .download-combo-pdf a {
        color: #000;
        font-size: 25px;
        text-decoration: none;
    }
    .menu-detail {
        font-size: 20px;
        color: #343434;
        margin-bottom: 10px;
    }
    table.menu-table {
        margin-bottom: 29px;
        width: 100%;
        margin-left: 0;
    }
    td .menu-detail {
        font-size: 20px;
        padding: 0px 5px;
        text-align: center;
    }
    td.menu-price-detail h4.menu-price {
        padding: 0px 2px;
        font-size: 21px;
    }
    .read-more.right-side {
        padding: 0;
        margin-top: -64px;
    }
    .contact-page-section:after {
        background: #ebebeb;
        z-index: 1;
    }
    .call-us span {
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 1.4px;
    }
}

@media screen and (min-device-width: 480px) and (max-device-width: 765px) {
    body {
        background-image: url(../images/tab-body-bg01.jpg);
        background-position: top;
        background-size: contain;
    }
}

.ludiyana-img{
        width: 92%;
    top: 30%;
    position: relative;
}
.ludiyana-img1 {
    width: 65%;
    top: 190px;
    position: relative;
    left: 10%;
}
.ludiyana-img2 {
    width: 92%;
    top: 7%;
    position: relative;
    left: 16.2%;
}

@media (max-device-width: 1199px) {
    .ludiyana-img{
        width: 100%;
    top: 0%;
    position: relative;
}
.ludiyana-img1 {
    width: 50%;
    top: 0;
    position: relative;
    left: 0%;
}
.ludiyana-img2 {
    width: 50%;
    top: 0%;
    position: relative;
    left: 0%;
}
}
.gallery-new img{
    object-fit:contain;
}
