
:root{
    --max-width: 1250px;
    /*--max-width: 1190px;*/
}

*{
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
    font-size: 15px;
    /*font-weight: 500;*/
	font-family: 'Roboto', sans-serif;
}

.header{
	height: 200px;
	width: 100%;
    padding: 0;
	position: relative;
    /*border-radius: 7px; */                
}

.hdr-des{
    line-height: 20px;
    font-style: italic;
    padding: 0 25px;
}



.cpn-hdr{
	background-image: linear-gradient(rgb(6 6 6 / 59%),rgb(0 0 0 / 70%)),url('<?php echo $base_url; ?>Assets/images/site_images/pizza.jpg');
	background-position: top;
    background-repeat: no-repeat;
	background-size: cover;
}                                       

.catering-hdr{
    background-image: linear-gradient(rgb(6 6 6 / 59%),rgb(0 0 0 / 70%)),url('<?php echo $base_url; ?>Assets/images/catering/cat-bg.jpg');
    /*background-image: linear-gradient(rgba(4,9,30,0.1),rgba(4,9,30,0.7)),url('<?php echo $base_url; ?>Assets/images/catering/cat-bg1.jpg');*/
    /*background-image: linear-gradient(rgba(4,9,30,0.1),rgba(4,9,30,0.7)),url('<?php echo $base_url; ?>Assets/images/catering/cat-bg2.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.flex-c{
    display: flex;
    flex-direction: column;
    gap: 15px; 
}




.nav-wrapper {
    width: 100%;
    position: sticky;
    top: -1px;
    z-index: 5;
    background-color: #201e1f;
    border-bottom: 1px solid #5b5b5bcc !important;

}

nav {
    margin: auto;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: transparent !important;
    max-width: var(--max-width);
    /*height: 70px;*/
    position: relative;
    /*max-width: 100%;*/
}

nav img {
    border-radius: 5px;
    width: 125px;
    /*position: absolute;*/
    /*top: -27px;*/
    /*left: 35px;*/
}

.nav-links{
	flex: 1;
	text-align:right;	
}

.nav-links .selected{
    background: #a93131;
    border-radius: 3px;
    color: #fff !important;
    padding: 8px 20px;
}

.nav-links ul li a.selected:hover::after{
    width: 0%;
}

/*.nav-links .selected:hover::after{
    display: none;
}*/

.nav-links ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 20px;
    position: relative;
    white-space: nowrap;
}
.nav-links ul li a{
	color: #000;
	text-decoration: none;
	font-size: 17px;
    /*font-weight: 600;*/
}

.nav-links ul li a::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #c03438;
	display: block;
	margin: auto;
	transition: 0.5s;
}

.nav-links ul li a:hover::after{
	width: 100%;
}


.cart {
    margin-right: 10px;
    width: 60px;
    text-align: center;
}

.hdr-content {
    max-width: 700px !important;
    width: 100%;
    color: #fff !important;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    line-height: 20px;
}

a.hero-btn {
    width: 110px;
    font-size: 17px;
    text-align: center;
}

.hdr-content h1{
	line-height: 38px;
    font-size: 40px;
    text-transform: capitalize;
	/*margin: 10px 40px 40px;*/

}

.hdr-content p{
	margin: 40px 0 60px;
	font-size: 14px;
	color: #fff;
}

.hdr-content h1{
    opacity: 0;
    animation: fadeIntop 1s ease forwards;
}


@keyframes fadeIntop{
        0%{
            transform: translateY(-50px);
        }
        100%{
            opacity: 1;
            transform: translateY(-0px);
        }
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #c03438;
    padding: 12px;
    font-size: 13px;
    border-radius: 4px;
    background: #c03438;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
	border: 1px solid #c03438;
	background: #c03438;
	transition: 1s;
}

nav .fa{
	display: none;
}

/*Sections Common class*/

section {
    /*padding: 10px 0px 0px;*/
    max-width: var(--max-width) !important;
    height: calc(100vh - 154px);
    margin: auto;
    /*margin-top: 10px;*/
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
textarea{
    width: 100%;
}


h1, h2, h3{
    font-weight: 600;
}
.center{
    text-align: center !important;
}
.es-f{
    font-size: 10px; /*extra small font*/
    letter-spacing: 1px;
}

.s-f{
    font-size: 12px; /*extra small font*/
    letter-spacing: 1px;
}

.flex{
    display: flex;
}

.align-center{align-items: center;}

.mb-0{margin-bottom: 0;}
.mt-0{margin-top: 0;}
.mr-0{margin-right: 0;}
.ml-0{margin-left: 0;}


.row {
    width: 100%;
    height: 100%;
    margin: auto;
}

.title h1 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 30px;
    line-height: 26px;
}

.sub-title {
    line-height: 20px;
    margin-bottom: 14px;
}

.sub-title h3{color: #c03438;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.prd-container-wrapper, .category-wrapper, .catering-right-wrapper{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 0 !important;
}

.prd-tile-container{
    height: 100%;
    padding: 20px 0;
    min-height: 200px;
}


.container {
    /*max-width: 1280px;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   	margin: auto;
    padding: 0;
    height: 100%;
}

.prd-container-wrapper{
      justify-content: flex-start;
      margin:0;
}

.col {width: 50%;}

.primary-btn {
    background-color: #ca2223;
}
/*----------------------------------------Categories-------------------------------------------------------------*/
.categories, .service{
    background-color: #efefef;   
}
.categories-wrapper {
    display: flex;
    width: 100%;
    /*overflow-x: scroll;*/
    /*flex-wrap: wrap;*/
}
.c-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border-radius: 6px;
    width: 118px;
    margin: 10px 13px 10px 0px;
    padding: 8px 18px;
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    text-align: center;
    box-sizing: border-box;
}

.c-img {
    border-radius: 50%;
    padding: 0px 8px 3px;
    width: 60px;
    box-sizing: border-box;
    height: 60px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.c-name:hover {
    background-color: #c03438;
    color: #fff;
}
/*----------------------------------Top picks for you---------------------------------------------------*/
.prd-container {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}



/*#main-menu .prd-container:nth-child(3n) {
    margin-right: 0;
}
*/
#catering-menu .prd-container:nth-child(2n) {
    margin-right: 0;
}

.prd-details {
    margin: 12px 8px 10px;
}

.m-dtls {
    margin-bottom: 2px;
    justify-content: space-between;
    color: #2f2f2f;
}


h3.item-name {
    font-size: 16px;
}

.item h4 {
    margin-bottom: 0px;
    margin-top: 0px;
}

h2.item-price {
    font-size: 14px;
    font-weight: 500;
}

.price-dtls.flex {
    margin: 4px 0;
}

.view-dec{
     color: #deb844 !important;
    font-size: 11px !important;
    margin-top: -11px;
}

.qty {
    justify-content: space-between;
}

.prd-description p {
    font-size: 13px;
    line-height: 16px;
    color: #333;
    margin-bottom: 6px;
    width: 250px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.size {
    height: 25px;
    padding: 1px 6px;
    /* padding-right: 8px; */
    font-size: 11px;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 2px;
    border-radius: 4px;
    color: #292929;
    line-height: 22px;
    background-color: #c0343814;
}

.prd-img {
    /*width: 270px;*/
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

/*.add button {
    padding: 3px 14px;
    font-weight: 600;
    border: 1px solid #201e1e;
    background-color: #fff;
    color: #201e1e;
    border-radius: 3px;
}
*/

.add button {
    box-shadow: 2px 3px 5px -4px #b5b0b0;
    padding: 6px 14px;
    font-weight: 600;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    color: #201e1e;
    border-radius: 3px;
}
/*------------------------------------List view--------------------------------------------------*/
.list-view .prd-details {
    margin: 5px 10px 5px 15px;
    width: 65%;
}

.list-view .prd-container {
    width: 80%;
    display: flex;
    padding-right: 35px;
}

.list-view .prd-img {
    width: 120px;
    height: 120px;
}

.list-view .m-dtls {
    font-size: 13px;
    display: block;
}

.list-view .description {
    font-size: 1.5em;
    color: #656565;
    font-style: italic;
}

.description p {
    font-size: 13px;
    margin-top: 4px;
    letter-spacing: 0.014em;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    padding: 0;
    line-height: 18px;
}

.customize{
    font-family: 'Roboto';
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    margin-top: 4px;
    color: #8bc34a;
}

.list-view h3.price {
    width: 100%;
}

.list-view .qty {
    justify-content: space-around;
    margin-top: 15px;
}
.s-menu .prd-container:last-child{
    margin-right: 0  !important;
}
/*-----------------------------------Menu Section-----------------------------------------------*/

.s-menu .menu-wrapper{
    display: flex;
    justify-content: flex-start;    
    flex-wrap: nowrap;
    position: relative;
}

.category-wrapper {
    width: 190px;
    text-align: right;
    border-right: 1px solid #e2e2e2;
    margin-right: 40px;
}

.main-category {
    text-align: center;
    width: 100%;
    font-size: 16px;
    justify-content: center;
    padding-top: 5px;
}

.main-category li {
    padding: 8px 12px;
    border-radius: 5px;
    width: 150px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #cdcdcd;
}

.main-category li:hover {
    background-color: #c03438;
    border: none;
    color: #ffffff;
    box-shadow: 0px 2px 10px 0px #cdcdcd;
    transition: 0.3s;
}

.main-category ul {
    /*padding-left: 195px;*/
    gap: 20px;
}

.m-selected {
    transform: scale(1.02);
    color: #fff;
    background-color: #c03438;
}

.sub-category {
    position: relative;
    margin-top: 0px;
    margin-right: 25px;
}

.sub-category ul li {
    font-size: 15px;
    line-height: 15px;
    padding: 8px;
    transition: 0.5s;
    white-space: nowrap;
    cursor: pointer;
    text-transform: capitalize;
}

.sub-category ul li.selected {
    color: #c03438 !important;
}

.sub-category ul li.selected:after {
    background-color: #000;
    content: ' ';
    width: 4px;
    height: 30px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    right: -25px;
    margin-top: -8px;
}

.sub-category p {
    padding: 2px 10px;
    background-color: #c1e0e44d;
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    margin: 0;
    border-radius: 11px 0px;
}

.prd-container:last-child {
    margin: 0;
}
/*---------------------------what we do section------------------------------------*/

.work-dec{
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.description {
    /*padding-left: 50px;*/
	margin: auto;
}

.description ul {
    padding-top: 20px;
    padding-left: 20px;
    list-style: circle;
    line-height: 32px;
    color: rgb(0 0 0 / 85%);
}
/*span.bullet {

    font-size: 50px;
    color: #bc1d1a;
}
*/
.content-img{
    text-align: center;
}

/*-------------------------------------------*/
.sp-dec {
    text-align: center;
    margin: auto;
    font-size: 20px;
}

.sp-dec img {
    width: 70px;
    margin-bottom: 30px;
}

.sp-dec h1 {
    font-size: 34px;
}

section.special{margin-bottom: 20px;}


/*----------------People Section-----------------------*/
/*---------------------Testimonial-----------------*/
section.people {
    background-color: #fbf3f3cc;
}

.ppl-item {
    position: relative;
    display: flex !important;
    width: 60%;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
}

ul.slick-dots {
    display: none;
}

.ppl-img {
    background-position: center;
    width: 200px;
    height: 200px;
    background-size: cover;
    border-radius: 100px;
    margin: auto;
}

.ppl-dtls {
    width: 70%;
    padding: 0px 20px 0px;
}

.ppl-item h3{margin: 5px 0px;}
.ppl-pt {margin-bottom: 8px;}

.ppl-pt {
    font-size: 13px;
    color: #7c7c7c;
    letter-spacing: 1px;
}

.quote {
    margin-bottom: 16px;
    margin-top: 15px;
}

.quote span {
    font-size: 70px;
    top: -38px;
    position: absolute;
    font-family: 'Secular One', sans-serif;
    left: 16px;
    transform: rotate(-180deg);
    color: #ccc;
}

.ppl-item:hover {
    transition: 1s;
    box-shadow: 10px 6px 21px -10px #ccc;
}

.ppl-img:hover {
    transition: 1s;
    transform: scale(1.02);
}

/*.ppl-dtls:after {
    position: absolute;
    content: ' ';
    width: 70px;
    height: 70px;
    border-right: 4px solid transparent;
    border-left: 4px solid #bc1d1a;
    border-bottom: 4px solid #bc1d1a;
    left: 0;
    border-top: 4px solid transparent;
    bottom: 0;
}
*//*-------------------------Form------------------------------*/
section.form {
    background-image: linear-gradient(rgba(4,9,30,0.1),rgba(4,9,30,0.7)),url('<?php echo $base_url; ?>Assets/images/site_images/salmon.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
}

.feedback-form h2{
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
}
.form-field {
    /*padding-bottom: 15px !important;*/
    padding: 10px 0px;
    width: 100%;
    /*margin: 0px 10px;*/
    display: inline-block;
}

.form-field label {
    padding: 0;
    font-size: 16px;
}

.form-field input {
    box-sizing: border-box;
    padding: 8px 5px;
    border: 1px solid #8b8b8b;
    border-radius: 4px;
    width: 100%;
    margin: 5px 0px;
    background-color: #ffffff;
    outline: #c92424;
    font-size: 18px;
}

.form-field textarea {
    margin: 5px 0;
}

textarea{

    border-radius: 4px;
}


.form-col {
    border: 1px solid #cdcdcd;
    padding: 15px 25px;
    border-radius: 5px;
}
    

.f-type-child {
    margin-bottom: 10px;
    margin-right: 14px;
}

#submit, #send_email {
    width: 170px;
    background-color: #c92222;
    border-color: #c92222;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*------------------------------About J-----------------------------------*/

section.about-j {
    height: 100%;
    padding: 50px 0 20px;
}

section.about-j .container {
    padding-bottom: 40px;
    align-items: center;
}


.s-dec h2 {
  /*  font-size: 32px;
    line-height: 46px;*/
    /*margin-bottom: 30px;*/
}
.content {
    width: 50%;
    margin: auto;
    margin-top: 0;
}

.m-content{
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #3a3a3a;
}

.s-image {
    display: flex;
    justify-content: center;
    width: 90%;
    height: 300px;
    border-radius: 40px 0px;
    background-size: cover;
    background-position: center;
}

.right-align {
    margin-left: auto;
    margin-right: 0;
}

.left-align {
    margin-left: 0;
}

.s-image img {
    height: 300px;
    width: 300px !important;
    margin: auto;
} 

.list {
    display: flex;
    width: 100%;
    justify-content: center;
}

.list-item {
    width: 50%;
    margin: auto;
}

.list-item-dtls {
        width: 70%;
        margin: auto;
}

.list-item-dtls h2 {
    margin-bottom: 24px;
}

.list-item img {
    width: 100%;
}

.feature {
    display: flex;
    justify-content: space-around;
    margin-top: -20px;
}

a.link {
    color: #bc1d1a;
    text-decoration: none;
}

i.fa {
    font-size: 18px;
    text-align: center;
    /*width: 20px;*/
    margin-top: 20px;
    margin-left: 0;
        margin: 8px;
    color: #6d6d6d;
}

.social-links .fa:hover {
    color: #ca2223;
}

/*---------------events section---------------------*/
.event {
    padding: 0px 15px;
    margin: 15px 0px;
}

.event-img {
    width: 100%;
    height: 300px;
    background: no-repeat center;
    background-size: cover;
}

.event-img img {
    height: 100%;
}


.event h4 {
	margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event p{
	font-size: 14px;
    color: rgb(0 0 0 / 85%);
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.more {
    text-decoration: none;
    font-size: 13px;
    padding-top: 14px;
    color: #bc1d1a;
}

.location-icon {
    font-size: 13px;
    color: rgb(0 0 0 / 60%);
}

.location-icon .fa {
    text-align: center;
    margin-right: 5px;
    font-size: 15px;
    width: 15px;
}
/*-------------------------Map----------------------------------*/

section.map{
    padding: 0px;
    max-width: 100% !important;
    height: fit-content;
}
/*-------------------footer--------------------------------*/
.social-links .link {
	position: relative;
    padding: 10px 10px;
    margin: 2px 10px;
    display: inline-flex;
    border-radius: 40px;
    background-color: #efefef;
    justify-content: center;
    transition:  0.2s;
}

.social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.social-links img {
    width: 18px;
}

.link:hover {
    bottom: 15px;
}

.link::after {
    display: none;
    position: absolute;
    content: " ";
    border: solid #ca2223;
    background-color: #ca2223;
    margin-top: 37px;
    border-radius: 10px;
}
.link:hover::after {
	display: block;
}


.subscribe {
    width: 30%;
    /*margin: 15px 10px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    /*color: #646464;*/
}

.subscribe i.fa {
    width: 22px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe .social-links i.fa {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.subscribe p{margin-left: 10px;}

.subscribe .form-field input{
	background-color: transparent;
    color: #fff;
    width: 70%;
}

.subscribe form {
    padding-top: 20px;
}

.subscribe h2 {
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: 2px;
}

.copy-right {
    text-align: center;
    border-top: 1px solid #5b5b5bcc;
    /*width: 100%;*/
    margin: auto;
    padding: 25px;
}

.nav-links .copy-right p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

footer {
    color: #fff;
}


input[type="radio"] {
    zoom: 1.7;
    margin-right: 4px;
}

.social-links i.fa {
    padding: 0px 2px;
}

/*-------------------Gallery--------------------------------------*/
.gallery-blk {
    
    width: 100%;
    background-color: #fff;
    /*margin-bottom: -126px;*/
    position: relative;
    display: flex;
    box-shadow: 0px -1px 8px 0px #c8c8c8cc;
}

.gallery-item:hover .gallery-hov {
    top: 50;
    text-align: center;
    font-size: 38px;
    /*border-bottom-color: #ca2223;*/
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    background-color: #000;
    opacity: 0.3;
    margin: auto;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.gallery-item {
    width: 100%;
    text-align: center;
    padding: 20px; 
    box-sizing: border-box;
    border-bottom: 3px solid transparent;   
}
.gallery-item:hover {
    /*border-bottom-color: #ca2223;*/
}
.item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.gallery .gallery-hov {

    display: none;
}
.gallery-hov {
    font-size: 15px;
    margin-left: 12px;
}
.gallery-item img {
    width: 50px;
    margin-bottom: 20px !important;
    margin: auto;
}

.gallery-item {
    height: 180px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*--------------------------------------Get a help section------------------------------------*/
.part {
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    width: 22%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    line-height: 24px;
    margin-right: auto;
    background-color: #ffffff;
    box-shadow: 1px 3px 24px -2px #00000026;
    margin-left: 0;
    border-radius: 5px;
   
}

.part:last-child {
    margin: 0;
}

.part span {
    letter-spacing: 0.001em;
    margin: auto;
    width: 60%;
    left: 0;
    font-size: 16px;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 40px;
    padding: 12px 25px;
    text-align: center;
     font-weight: normal; 
    position: absolute;
    bottom: -20px;
    box-shadow: 0px 5px 11px -6px #cecece;
    border-radius: 5px;
}

/*.m-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 70%;
}*/

/*.contact-blk {
    width: 100%;
    margin: auto;
    position: relative;
}*/

.contact i.fa{
    color: #fff
}
.contact-blk {
    width: 28%;
    margin-right: 20px;
}
/*.contact-blk .part{
     position: absolute;
    top: -520px;
    right: 0px;

}*/

.contact-dtls {
    margin-top: 100px;
    text-align: center;
}

.contact-dtls h2 {
    line-height: 38px;
    color: #545454;
    margin-bottom: 30px;
}

.contact-dtls span {
    color: #000;
}
.description .service {
    display: flex;
    align-items: flex-start;
    padding-bottom: 18px;
}
.service img{
    margin-right: 8px;
}
/*-----------------------------Members--------------------------------------*/
.members-blk {
    flex-wrap: wrap;
    display: flex;
    margin: auto;
}

.images img {
    width: 100%;
}

.member {
    margin: auto;
    width: 25.5%;
    margin-bottom: 60px;
    text-align: center;
}

.member .images {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: auto;
}

.member-dtls {
    margin-top: 10px;
}

.list-item-img {
    width: 80%;
    height: 360px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.menu-loader{
    margin: 100px auto;
    width: fit-content;
}



.flip .list-item-dtls {
    width: 70%;
    margin-left: auto;
}
    
/*----------------------slider-------------------------*/


.slick-prev, .slick-next{
    border: none !important;
    /*border-radius: 20px 0px 20px;*/
    width: 50px;
    height: 50px;
}   
.slick-prev:before, .slick-next:before{
    color: #000 !important;
    font-size: 40px !important;
}

.slick-dots li.slick-active button:before{
    background-color: #000000!important;
}

.slick-dots li button{
    background: #ccc !important;
    width: 9px !important;
    height: 9px !important;
}

.fade .slick-dots{
    display: none !important;
}




/*-------sv----*/


section.form.contact-s{
    max-width: 100% !important;
    height: fit-content;
}

.prd-divider{
    width: 100%; 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
}

.selected{
    color: #c03438 !important;
}

.contact-s .container {
    max-width: 1280px;
    height: fit-content;
    align-items: center;
    margin: 0 auto;
    padding: 50px 0;
}

section.s-menu, section.about-j, .coupon-sec, .home-s, .contact-s{
    /*margin: 115px auto 0px;*/
}

.center{
    display: flex;
    align-items: center;    
}

.contact-s .col{
    width: 45%;
    /*color: #646464;*/
}

section.form.contact-s .container{
    gap: 30px;
}

.col-divider {
    border-right: 2px dashed #ffffff40;
}

.subscribe{
    width: 100% !important;
    align-items: flex-start !important; 
}

.social-links{
    align-items: center !important;
    justify-content: flex-start !important; 
    margin-top: 10px;
}

.social-links i.fa {
    color: #c5c5c5;
}


.copy-right p{
    margin-bottom: 0px;

}

.copy-right {
    text-align: center;
    border-top: 1px solid #5b5b5bcc;
    /* width: 100%; */
    margin: auto;
    padding: 10px !important;
}

*::-webkit-scrollbar {
  display: none;
}

section.form{
    /*margin-top: 20px;*/
}


.row.footer-row {
    /*background: #cdcdcd;*/
    background-color: #212121;
    max-width: 100% !important;
}

.category-wrapper {
    width: 190px;
    position: sticky;
    top: 135px;
    /*height: calc( 100vh - 340px );*/
}

.catering-right-wrapper {
    width: 260px;
    margin-left: 10px;
    padding: 20px 15px !important;
    position: sticky;
    top: 119px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

#catering-menu .prd-container{
    width: 47%;
}

/*
#catering-menu .prd-container:nth-child(even) {
    margin-right: 0 !important;
}*/

/*DAILY SPECIAL*/

/*.hz-prd {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.column-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 25%;
}

.prd-column {
    display: flex;
    flex-direction: column;
}

#daily-special .prd-container {
    width: 100%;
    height: 270px;
}

#daily-special .prd-divider{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    font-size: 20px;
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 5px;
}

.clmn-divider {
    width: 2px;
    height: 100%;
    background: #dfdfdf;
    border-radius: 4px;
}

*/

/*-----------------*/
.call-to {
    padding: 4px 8px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    background-color: #3f51b5;
}


    
.nav-wrapper i.fa.fa-whatsapp:hover{color: #25D366 !important;}
.nav-wrapper i.fa.fa-twitter:hover{color: #1DA1F2 !important;}
.nav-wrapper i.fa.fa-linkedin:hover{color: #0072b1 !important;}
.nav-wrapper i.fa.fa-instagram:hover{color: #db4183 !important;}
.nav-wrapper i.fa.fa-envelope-o:hover{color: #a93131 !important;}

.nav-wrapper .social-links i.fa{
    font-size: 14px;
}

.add {
    display: none;
}






/*-----------header--------*/   
.nav-links ul li a{
    color: #fff;
}

.social-links .fa {
    display: block;
    font-size: 15px;
    cursor: pointer;
}

.social-nav .social-links{
    margin: 0;
}

.social-nav {
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    top: 5px;
    max-width: var(--max-width) !important;
    margin: 0 auto;
    padding: 2px 0;
    position: relative;
    right: 16px;
}



.nav-phn {
    align-items: center;
    justify-content: center;
}

.nav-phn p{
    margin: 0;
    color: #c5c5c5;
    font-size: 14px;
}
/*----------------*/



/*-------catering---------*/

    .catering-right-wrapper{
        color: #f3d1a3;
        padding: 20px 15px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .fdk, .online-booking, .phn-wrapper {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        color: #000;
        cursor: pointer;
        position: relative;
        border: 1px solid #cdcdcd;
        font-size: 14px;

/*        box-shadow: 0px 2px 6px 0px #999999;*/
    }

   
/*    .fdk:after, .online-booking:after, .phn-wrapper:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        background: #ffffff14;
        border-top-right-radius: 0;
        transition: all 0.2s ease-in-out;
        border-width: 0;
    }
*/
  

    

    .ctr-dtls img{
        width: 120px;
    }

    .ctr-hdr {
        font-size: 15px;
        margin-bottom: 10px;
        width: 100%;
        padding: 0 0px 8px;
        color: #000;
        border-bottom: 1px solid #cdcdcd;
    }


    .ctr-add {
        width: 100%;
        text-align: center;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 15px;
        height: fit-content;
        cursor: pointer;
        color: #000;
        background: #ffffff47;
        position: relative;
        border: 1px solid #cdcdcd;
/*        box-shadow: 0px 2px 6px 0px #999999;*/
    }

    .service-dtls {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .service-dtls ul li {
        letter-spacing: 0.035em;
        margin-left: 15px;
        font-size: 13px;
        padding-bottom: 5px;
        position: relative;
        list-style-type: disc;
    }

    .service-dtls ul li::marker {
        color: red;
        font-size: 20px;
    }

    .service-dtls li:before {
        content: '';
        position: absolute;
        top: -1px;
        left: -22px;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: 20px;
        filter: contrast(2.5);
    }




    /*.service-dtls li:before {
        content: '';
        position: absolute;
        top: -3px;
        left: -15px;
        width: 3px;
        height: 20px;
        filter: contrast(2.5);
        background: #201e1f;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        transition: 0.2s ease-in-out;
        z-index: -1;
    */}


    /*.service-dtls li:hover::before {
        width: 203px;
        background: #a5a5a5;
        transition: 0.2s ease-in-out;
    }*/

    .scl-ad-wrapper{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    #catering-menu .social-links{
        margin: 0;
    }

    #catering-menu .social-links i.fa {
        color: #4e4e4e;
        transition: all 0.2s ease-in-out;
        font-size: 20px;
    }

    #catering-menu .social-links .fa:hover {
        color: #ca2223;
        transition: all 0.2s ease-in-out;
    }


    .fdk-online, .ctr-add{
        flex-direction: column;
        gap: 15px;
        align-items: center;

        width: 100%;
    }


    .spc-bt{
        display: none;
    }


    


/*----------------*/



/*-------main menu---------*/
/*----------------*/



/*-------daily spl---------*/

    .daily-menu-category.flex {
        width: 100%;
        height: fit-content;
        gap: 25px;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        row-gap: 50px;
    }
    
    .sub-menu-cat, .sub-menu-cat1 {
        width: 30%;
        height: fit-content;
        box-shadow: 0px 1px 5px 0px #b5b5b5;
        border-radius: 10px;
        position: relative;
        display: flex;
        flex-direction: column;
        transition : 0.3s ease-in-out;
        overflow: hidden;  
    }

    .sub-menu-catp{
        width: 30%;

    }   

    .sub-menu-cat1{
        width: 100%;
    }

    .cat-mainhdr {
        font-size: 25px;
        text-align: center;
        padding-bottom: 10px;
        position: relative;
    }

    .cat-subhdr {
        text-align: center;
        font-size: 14px;
        line-height: normal;
        position: relative;
        padding: 10px 20px;
        font-style: italic;
    }

    .cat-hdr-wrapper {
        display: flex;
        flex-direction: column;
        padding: 10px 0 0;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: top !important;
        color: #fff;
        height: 100px;
        align-items: center;
        justify-content: flex-end;
    }

   
    /*::marker {
        font-weight: bold;
    }*/

    .category-listing {
        padding-top: 10px;
        overflow: hidden; 
        padding: 10px 20px;
    }
    
    .category-listing ul li {
        padding: 10px 0;
        list-style: number;
        margin-left: 20px;
        line-height: 20px;
    }

    .spl-item-name strong {
        font-size: 17px;
    }

    .spl-prd-img {
        align-self: center;
        width: 70px;
        padding: 10px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border: 1px solid #cbcbcb; */
        box-shadow: 0px 1px 5px 0px #b5b5b5;
        border-radius: 165px;
        background: #fff;
        position: relative;
        top: 0px;
        transition: 0.3s ease-in-out;
        margin-bottom: 10px;
        display: none;
    }

    .spl-prd-img img{
        width: 50px;
    }

    /*.sub-menu-cat:hover{
        box-shadow: 0px 3px 10px 0px #b5b5b5;
        max-height: 700px;
        transition : 0.3s ease-in-out;

    }

    .sub-menu-cat:hover .spl-prd-img{
        box-shadow: 0px 3px 10px 0px #b5b5b5;
        top: -40px;
        transition : 0.3s ease-in-out;
        background: linear-gradient(324deg, #f9f9f9, #e0e0e0);
    }*/

    .view-more {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .view-more{
        display: none;
    }

    /*.h-card:hover .prd-card {
        visibility: visible;
        opacity : 1;
        transition : 0.3s ease-in-out;
        transition-delay: 0.25s;
        top: -20px;
        
    }*/

    .sub-menu-catp.flex {
        flex-direction: column;
        gap: 45px;
    }



    #daily-special .main-category{
        padding: 0px 0 20px !important;

    }

    #daily-special {
        height: 100% !important;
        padding: 20px 0;
    }

    .soup-wrapper{
        display: flex; 
        align-items: center; 
        justify-content: center; 
        gap: 30px;
    }

   .other-dtls-wrapper {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 20px;
   }

   .other-dtls {
        width: 23%;
        min-width: 260px;
        height: fit-content;
        padding: 10px;
        text-align: center;
        /*border: 1px solid #cdcdcd;*/
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 1px 5px 0px #b5b5b5;
        gap: 2px;
   }   

    .other-dtls p{
        margin: 0;
        font-size: 14px;
    }



/*Animation*/


.animate{
    opacity: 0.6;
    transform: scale(0.5);
}




@keyframes fadeUp {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.animate.fade-up {
    animation: fadeUp 0.7s linear forwards;
    transform-origin: center;
}

/*

@keyframes fadeRight {
    to {
        transform: scale(1);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animate.fade-right {
    transform: translateX(100px);
    animation: fadeRight 0.7s linear forwards;
    transform-origin: right;
}



@keyframes fadeLeft {
    to {
        transform: scale(1);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animate.fade-left {
    transform: translateX(-100px);
    animation: fadeLeft 0.7s linear forwards;
    transform-origin: left;
}
*/


.md-show{
    display: none;
}

.gap-10 { column-gap: 10px; }