@charset "utf-8";
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
    --white: #ffffff;
    --black: #000000;
    --primary_clr: #181818;
    --blue-clr: #0C5CA5;
    --green-clr: #28a745;
    --yellow-clr: #FBB01A;
    --gray-clr: #4b4b4b;

    --altFont: 'Rasa', serif;
    ;
}

@font-face {
    font-family: 'Prequel Demo';
    src: url('../fonts/PrequelDemo-Regular.woff2') format('woff2'),
        url('../fonts/PrequelDemo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.blue-clr {
    color: var(--blue-clr);
}

figure,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0
}

h4,
ol,
ul,
ul ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

:focus,
body a,
body a:active,
input[type=text]:focus,
textarea:focus {
    outline: 0
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
ol,
p,
section {
    display: block
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
source,
span,
strike,
strong,
sub,
sup {
    outline: 0;
    vertical-align: baseline
}

figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

ol {
    list-style-type: decimal
}

a img,
img {
    vertical-align: middle
}

a img {
    border: 0
}

body a:focus {
    -mos-outline-style: none;
    outline: 0
}

body:-moz-any-link:focus {
    outline: 0
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

div {
    vertical-align: top;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

a {
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.5s ease;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: var(--redclr);
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
    border: 0 !important;
}

aside,
.right-side,
.navbar-collapse {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

/*Typekit*/

html,
body {
    color: var(--primary_clr);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-bottom: 60px;
    width: 425px;
    margin: auto;
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
}

@media(max-width:576px) {

    html,
    body {
        width: 100% !important;
        border: 0;
    }

    .manu-main {
        width: 100% !important;
        justify-content: space-between !important;
        gap: 0 !important;
    }
}

div p:last-child {
    margin-bottom: 0px;
}

.row:before,
.row:after {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    color: var(--primary_clr);
}

h1 {
    font-size: 3rem;
    font-weight: 600;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px
}
.service-card ol{
    padding-left: 16px;
}
.service-card ul{
    padding-left: 16px;
}
.logo img{
    border-radius: 10px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
    opacity: 1;
}

.btn-primary,
.btn-secondary {
    background: var(--blue-clr);
    color: var(--white);
    font-weight: 500;
    border: 0px;
    font-size: 1rem;
    padding: 5px 15px;
}

.btn-secondary {
    background: var(--green-clr);
}

.btn-primary:hover,
.btn-secondary:hover {
    background: var(--yellow-clr);
}

.header .logo {
    max-width: 10rem;
}

/* .header:after{content:'';background:#26292D;box-shadow:0px 6px 8px rgba(12, 92, 165, 0.18);border-radius:0px 0px 20px 20px;position:absolute;bottom:-8px;width:80%;left:10%;height:10px;}
 */

.brand-area {
    z-index: 11;
}

.brand-area .logo {
    background: var(--white);
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    margin-top: -20%;
    justify-content: center;
    z-index: 9;
    position: relative;
}

.brand-area .logo a img {
    display: inline-block;
    border-radius: 50%;
    width: 75%;
}

.brand-area h4 {
    font-weight: 500;
}

.hero-outer img {
    min-height: 300px;
    object-fit: cover;
}

.banner-circle {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    background-size: 100%;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: url('../../images/fast-food/icon-bg.svg') no-repeat center;
    background-size: contain;
}

.social-links a svg {
    max-width: 100%;
    max-height: 100%;
}

/* .social-links a svg path{fill:var(--white);} */

/* .social-links a + a{background:#1B994E;}
.social-links a + a + a {background:#FF3D6B;}
.social-links a + a + a + a{background:#FF9C41;}
.social-links a + a + a + a + a{background:#904BFF;} */

.all-rating img {
    max-width: 20px;
    margin: 0px 3px;
}

.top-rating span {
    font-weight: 300;
    font-size: 14px;
}

.top-rating span strong {
    font-weight: 600;
}

.sl-area::before {
    content: '';
    width: 21%;
    height: 67%;
    border-top: dashed 1px var(--blue-clr);
    border-bottom: dashed 1px var(--blue-clr);
    position: absolute;
    top: 60px;
    left: -26px;
}
.feedback-wrapper {
    display: none;
}
.sl-area{
    margin-left: 14px;
}
.sl-area .d-flex {
    z-index: 99;
    position: relative;
}
.fb-content{
    border: solid 1px #D8D8D8;
    border-radius: 10px;
}
.icon-main-menu {
    list-style: none !important;
    display: flex;
    text-align: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-main-menu li {
    width: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ededed;
    border-radius: 50px;
}

.icon-main-menu li img {
    width: 24px !important;
}
.sl-area .sl-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    min-height: 4rem;
    max-width: 4rem;
    max-height: 4rem;
    background: url('../../images/fast-food/icon-bg.svg') no-repeat center;
    background-size: contain;
}

.sl-area .sl-image svg {
    z-index: 9;
    position: relative;
}

.sl-image:after {
    content: '';
    height: 90%;
    width: 1px;
    border: dashed 1px var(--blue-clr);
    position: absolute;
    left: 30px;
    top: 1px;
    z-index: -1;
}

.sl-area .pt-2:first-child .sl-image:after {
    display: none;
}

/* .sl-area .d-flex + .d-flex .sl-image{background:#FF3D6B;}
.sl-area .d-flex + .d-flex + .d-flex .sl-image{background:#FF9C41;}
.sl-area .d-flex + .d-flex + .d-flex + .d-flex .sl-image{background:#904BFF;}
.sl-area .d-flex + .d-flex + .d-flex + .d-flex  + .d-flex .sl-image{background:#904BFF;} */

.sl-area .sl-image img {
    max-width: 45%;
    max-height: 45%;
}

/* .sl-area .sl-image svg path{fill:var(--white);} */


.no-before::before {
    display: none;
}

.sl-info a {
    color: var(--primary_clr);
    font-weight: 500;
}

.sl-info p {
    margin-bottom: 3px;
    font-weight: 500;
}

.wp-share {
    background: #FFFFFF;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.11);
    border-radius: 90px;
}

.wp-share .form-control {
    font-size: 1rem;
    background: transparent;
    color: var(--primary_clr);
}

.wp-share button {
    word-wrap: normal;
    white-space: nowrap;
    font-size: 0.8rem;
    color: var(--white);
    background: #29a71a;
    flex-basis: 180px;
    text-align: center;
    justify-content: center;
    border-radius: 30px;
}

.wp-share button .svg {
    max-width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7482%) hue-rotate(207deg) brightness(117%) contrast(100%);
}

.wp-share button .svg path {
    fill: #ffffff;
}

.share-group {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.share-group a {
    background: var(--blue-clr);
    color: var(--white);
    padding: 0.5rem 20px;
    text-align: center;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
}

.share-group a img {
    max-width: 1.1rem;
}

.share-group a:hover {
    background: var(--green-clr);
}

.logo-frame .swiper-slide {
    width: auto;
    margin: 0px 15px;
}

.logo-frame .swiper-slide img {
    max-height: 40px;
}

.sub-hd {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    color: var(--primary_clr);
    text-align: center;
}

.sub-hd span {
    padding: 0.5rem 1rem;
    position: relative;
    background: var(--white);
}

.sub-hd::before {
    content: '';
    width: calc(100% + 24px);
    height: 3px;
    position: absolute;
    left: var(--bs-gutter-x, -.75rem);
    top: 49%;
    background: var(--blue-clr);
    background-size: contain;
}
.rating>input {
    display: none
}

.feedback-text {
    display: inline-block;
    word-break: break-word;
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 42px;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}
.about-cnt {
    color: var(--primary_clr)
}

.about-cnt ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    ;
}

.about-cnt ul li {
    position: relative;
    padding: 0px 0px 15px 15px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.about-cnt ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue-clr);
    position: absolute;
    left: 0px;
    top: 7px;
}

.about-cnt p {
    padding-left: 20px;
}

.about-cnt .btn-primary {
    border-radius: 30px;
    padding: 0.7rem 1.4rem;
}

.about-cnt .open-hr p {
    font-family: 'Montserrat', sans-serif;
}

.service-card {
    position: relative;
    background: #F3F3F3;
    border: 1px solid #F3F3F3;
    border-radius: 12px;
}

.service-card p {
    font-size: 0.9rem;
}

.service-card:last-child p {
    margin: 0px !important;
}

.service-card h3 {
    font-size: 1.2rem;
}

.service-card ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.service-card ul li {
    padding-left: 15px;
    position: relative;
    font-size: 0.9rem;
    padding-bottom: 5px;
    color: #777777;
}

.service-card ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #777777;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 6px;
}

.service-card table {
    margin-top: 15px;
}

.service-card table tr td {
    font-size: 0.8rem;
}

.product-name-group {
    flex: 1;
}

.product-name-group h6 {
    font-weight: 700;
}

.product-price {
    font-size: 1.3rem;
    color: var(--black);
    font-weight: 800;
}

.product-price .old-price {
    color: #999999;
    font-size: 0.9rem;
    font-weight: 400;
}

.product-price .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    left: 0px;
    background: #999999;
}

.discout-text {
    color: #FF275B;
    font-size: 1.1rem;
    font-weight: 400;
}

.pro-details p {
    margin-bottom: 5px;
    color: #999999;
}

.pro-details p strong {
    font-weight: 700;
    color: var(--primary_clr);
}

.service-card .ed-btn .btn-secondary {
    border-radius: 12px;
    padding: 0.7rem 0px;
    width: 48%;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

.service-card .ed-btn .btn-secondary+.btn-secondary {
    background: var(--yellow-clr);
}

.delivery-time {
    color: #777777;
}

.delivery-time span {
    color: var(--primary_clr);
}

.product-footer {
    display: flex;
}

.pf-col {
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.8rem;
}

.pf-col figure {
    width: 3.5rem;
    height: 3.5rem;
    background: #A143FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: rgb(161 67 255 / 22%) 0px 0px 0px 7px;
}

.pf-col p {
    text-align: center;
    line-height: normal;
    font-weight: 600;
    font-size: 0.8rem;
}

.card-rating .all-rating img {
    max-width: 12px;
}

.card-rating span {
    font-size: 0.8rem;
}

.play-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-video img {
    max-width: 42px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search-products {
    background: #FFFFFF;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.11);
    border-radius: 90px;
}

.search-products .form-control {
    font-size: 1rem;
    background: transparent;
    color: var(--white);
}

.search-products button {
    background: transparent;
}

.search-products button img {
    max-width: 20px;
}

.product-filter {
    margin-left: 15px;
}

.product-filter .swiper-slide {
    width: auto;
}

.product-filter .swiper-slide a {
    /* background:#F3F3F3; */
    color: #5F5F5F;
    padding: 7px 15px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    /* border-radius:8px; */
    border-bottom: solid 2px transparent;
    position: relative;
}

.product-filter .swiper-slide a:after {
    content: '';
    background: #5F5F5F;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 9px;
    right: -7px;
    opacity: 0.5;
}

.product-filter .swiper-slide a:focus,
.product-filter .swiper-slide a:hover,
.product-filter .swiper-slide a.active {
    color: var(--blue-clr);
    border-bottom: solid 2px var(--blue-clr);
}

.menu-card {
    border: solid 1px #D8D8D8;
    border-radius: 10px;
}

.menu-hd {
    display: flex;
    padding: 0px 0px 20px 0px;
}

.menu-hd h3 {
    background: url('../../images/fast-food/menu-hd-bg.jpg') no-repeat left top;
    padding: 8px 0rem 0px 2.5rem;
    background-size: contain;
    font-size: 1.2rem;
    color: var(--white);
    font-family: 'Prequel Demo';
    font-weight: normal;
    width: 60%;
    margin: 0;
}

.menu-hd img {
    max-height: 55px;
    margin-left: 0.5rem;
}

.menu-item {
    position: relative;
}


.menu-devider {
    border-bottom: solid 1px #F7F7F7;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.menu-group .menu-devider:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.menu-list {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    z-index: 9;
    position: relative;
}

.menu-list:last-child {
    margin-bottom: 0px;
}

.menu-list p {
    color: var(--primary_clr);
    font-weight: 600;
    flex: 1;
    margin-bottom: 0;
    word-wrap: break-all;
}

.menu-list strong {
    font-weight: 500;
    width: 60px;
}

.menu-list a.enq-btn {
    background: #29a71a;
    font-size: 0.8rem;
    border-radius: 30px;
    width: 80px;
    color: #ffffff;
    height: 100%;
    text-align: center;
    padding: 5px 0px 4px 0px;
}

.be-btn {
    background: #F94E43;
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    color: white;
    padding: 0.4rem 1.2rem;
    font-size: 0.9rem;
}

.enq-btn-footer {
    background: #29a71a;
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    color: white;
    padding: 0.4rem 1.2rem;
    font-size: 0.9rem;
}

.menu-group .menu-card:nth-child(even) .menu-hd figure {
    float: left;
    margin-left: -15%;
}

.menu-group .menu-card:nth-child(even) .menu-hd {
    justify-content: flex-start;
}

.menu-group .menu-card:nth-child(even) .hd-image-outer::before {
    left: -11px;
    top: -11px;
    transform: rotate(-173deg);
}

.menu-group .menu-card:nth-child(even) .menu-hd h3 {
    left: 3rem;
    padding-left: 3rem;
    padding-right: 0px;
}

.portfolio-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0px;
    margin: 0px var(--bs-gutter-x, -.75rem);
}

.portfolio-row figure {
    border-radius: 0px;
    overflow: hidden;
}

.portfolio-row figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.Modern-Slider .PrevArrow{
    top: 42% !important;
}
.Modern-Slider .NextArrow {
    top: 42% !important;
}
.video-section #gallery .position-relative>img {
    border-radius: 15px;
}

.video-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr;
    gap: 10px;
}

.feedback-outer {
    border: solid 1px #D8D8D8;
    border-radius: 10px;
}

.payment-inner {
    border: solid 1px #D8D8D8;
    border-radius: 10px;
}

.payment-inner ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.payment-inner ul li {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.payment-inner ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 0px;
    background: var(--blue-clr);
    border-radius: 10px;
}

.payment-inner ul li:last-child {
    margin-bottom: 0px;
}

.payment-inner ul li span {
    font-weight: 400;
    width: 100%;
    font-size: 0.85rem;
}

.qr-code img {
    max-width: 150px;
}

.qr-code h5 {
    font-weight: 600;
}

.fb-content p {
    font-size: 18px;
    font-weight: 500;
}

/* .fb-content p:before, 
.fb-content p:after{content:" "; background:url(../images/coma-left.png) no-repeat left; width:10px; height:10px; display:inline-block; background-size:contain; margin-right:5px; position:relative; top:-5px;}
.fb-content p:after{background:url(../images/coma-right.png) no-repeat left; background-size:contain;  margin-left:5px; margin-right:0px;}
 */
.fb-rating {
    min-width: 120px;
    text-align: right;
}

.fb-rating .all-rating img {
    max-width: 14px;
    margin: 0px 2px;
}

.fb-content span {
    font-size: 14px;
    color: #5B5B5B;
}

.rs-left {
    text-align: center;
    width: 40%;
    line-height: 20px;
}

.rs-left p {
    font-weight: 500;
}

.rs-left span {
    font-size: 14px;
    font-weight: 500;
}

.rs-img img {
    max-width: 15px;
    position: relative;
    top: -2px;
}

.rs-right {
    flex: 1;
}

.rs-bar {
    display: flex;
    align-items: center;
}

.rsb-left {
    width: 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.rsb-left img {
    max-width: 16px;
    margin-right: 5px;
}

.rsb-right {
    width: 20px;
    text-align: center;
}

.rsb-mid {
    flex: 1;
    background: #e9ecef;
    border-radius: 30px;
    height: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.green-bar,
.red-bar {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-bar {
    background: #29a71a;
}

.red-bar {
    background: #dc3545;
}

.wp-btn {
    background: #29a71a;
    color: #ffffff;
    padding: 0.8rem 1.4rem;
    font-size: 1.2rem;
    border-radius: 30px;
}

.wp-btn img {
    max-width: 2rem;
    margin-right: 10px;
}

.wp-btn:hover {
    background: var(--green-clr);
    color: var(--white);
}

.flinks {
    color: var(--black);
    font-size: 14px;
}

.flinks a {
    color: var(--black);
}


.pdish-hd {
    clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 5% 50%);
    background: var(--yellow-clr);
    color: var(--black);
    text-align: center;
    font-family: 'Rasa', serif;
    margin: 0px;
    padding: 0.8rem 0px 0.6rem 0px;
}

.offer-pin {
    border: solid 5px var(--yellow-clr);
    border-radius: 50%;
    background: #121317;
    padding: 1rem;
    text-align: center;
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: -7%;
    left: -17%;
}

.offer-pin p {
    margin-bottom: 3px;
    font-size: 0.9rem;
    font-weight: 500;
}

.offer-pin h2 {
    margin: 0px;
    font-size: 2.2rem;
    color: var(--yellow-clr);
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.pdish-info {
    background: var(--yellow-clr) url('../images/pattern-bg.jpg') repeat-x left bottom;
    background-size: contain;
    padding-bottom: 80px !important;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

.pdish-info figure {
    background: #121317;
}

.dish-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.dish-list ul li {
    position: relative;
    color: #121317;
    padding: 0px 1rem 0.5rem 1rem;
    font-weight: 500;
}

.dish-list ul li:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    background: #121317;
    position: absolute;
    left: 0px;
    top: 0.5rem;
    border-radius: 50%;
}

.enq-btn,
.enq-btn:hover {
    background: #29a71a;
    font-size: 0.9rem;
    border-radius: 30px;
    color: #ffffff;
    height: 100%;
    text-align: center;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
}


.gallery .swiper-container {
    overflow: hidden;
}

.gallery .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem 0px 1.2rem 0px;
}

.gallery .swiper-slide img {
    object-fit: contain;
    /* height:100%; */
    border-radius: 12px;
}

.product-th {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.product-th .swiper-slide {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: solid 2px #F3F3F3;
    border-radius: 6px;
    background: #F3F3F3;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product-th .swiper-slide-active {
    border: solid 2px var(--yellow-clr);
}

.product-th img {
    border-radius: 6px !important;
    height: 100%;
    object-fit: cover !important;
    width: 100%;
}

.view-more-link a {
    font-size: 14px;
    color: var(---yellow-clr);
    font-weight: 500;
}

.manu-main {
    gap: 40px;
    backdrop-filter: blur(8px);
    position: fixed;
    bottom: -3px;
    width: 423px;
    list-style: none;
    background-color: hsla(0, 0%, 100%, 0.8);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    height: 60px;
    z-index: 1000;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
}

.nav-item img {
    filter: invert(70%) sepia(13%) saturate(30%) hue-rotate(327deg) brightness(105%) contrast(77%);
    width: 20px;
}

.nav-item.active img {
    filter: invert(21%) sepia(96%) saturate(2337%) hue-rotate(196deg) brightness(85%) contrast(91%);
}

.nav-item.active::after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 20px;
    height: 4px;
    background-color: #0c5ca5;
}

.modal-open{
    padding-right: 0 !important;
}
.modal-backdrop{
    width: 100% !important;
    height: 100% !important;
}


.whatsapp-share{
    background-color: #fff;
    padding: 6px;
    width: max-content;
    position: fixed;
    border-radius: 10px;
    z-index: 500;
    bottom: 147px;
    right: 16px;
    animation: share 1s infinite 1s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #0c5ca5;
}

@keyframes share {
    to {
      box-shadow: 0 0 0 18px rgba(255, 255, 255, 0); 
    }
}

.scrollToTopBtn {
    position: fixed;
    z-index: 100;
    bottom: 80px;
    right: 20px;
    padding: 8px;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0c5ca5;
    color: #fff;
    cursor: pointer;
    display: none;
}
/* modal */

.modal {
    width: 100%;
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.modal-dialog {
    width: 600px;
    animation: fadeIn 0.5s linear;
    animation-fill-mode: both;
}

.close-btn {
    background-color: #fff;
    border: 0;
    font-size: 30px;
}

.modal-header {
    justify-content: end;
    border: 0 !important;
    padding: 0px 10px !important;
}

.img-thumbnail {
    border-radius: 33px !important;
    width: 43px !important;
    height: 43px !important;
    display: flex;
    margin: auto;
    background: url('../../images/fast-food/icon-bg.svg') no-repeat center;
    background-size: cover;
    border: 0 !important;
    color: #fff !important;
    font-size: 24px;
}

#enquiry-add-form .btn-secondary {
    width: 100px;
}

.modal {
    width: 100%;
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.modal-dialog {
    width: 600px;
    animation: fadeIn 0.5s linear;
    animation-fill-mode: both;
}

.smd {
    width: 110px;
    margin: 28px 0px;
    font-size: small;
    text-align: center;
    display: inline-block;
}

.smd a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    color: black;
}
@media screen and (max-width:980px) {
    .smd {
        width: 96px;
        font-size: small;
        text-align: center;
        display: inline-block;
    }

    .smd p {
        font-size: 12px;
    }

    .smd .fa:before {
        position: relative;
    }

    .modal-body {
        padding: 0px;
    }

    .social_modal .modal-dialog {
        width: 100% !important;
        margin: 0;
    }

    .enquiry_modal .modal-dialog {
        width: 100% !important;
        margin: 0;
    }

    .img-thumbnail {
        border-radius: 10px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}