@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Glass+Antiqua&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    font-family: "DM Sans", sans-serif;
}

/* common */
h1,
h2,
h3,
h4,
.amma-font {
    font-family: "Glass Antiqua", cursive;
}
.dm-font {
    font-family: "DM Sans", sans-serif;
}
.theme-clr {
    color: rgba(237, 223, 183, 1);
}
.light-clr {
    color: rgba(255, 255, 255, 1);
}
.hd-clr {
    color: rgba(236, 182, 30, 1);
}
.bg-black {
    background-color: #000;
}
.purple{
    color: rgba(114, 0, 70, 1);
}
.gray{
    color: rgba(133, 133, 133, 1);
}
.text-black{
    color:#000;
}
.purple-outline{
    border: 2px solid rgba(114, 0, 70, 1);
}
.bg-purple {
    background-color: rgba(114, 0, 70, 1);
    color: #fff;
}
.bg-purple:hover {
    color: #fff;
}
.purple-outline:hover{
    background-color: rgba(114, 0, 70, 1);
    color:#fff !important;
}
.ls-14 {
    letter-spacing: 14%;
}
.ls-10{
    letter-spacing: 10%;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-25 {
    font-size: 25px;
}
.fs-28 {
    font-size: 28px;
}
.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
.fs-34 {
    font-size: 34px;
}
.fs-36 {
    font-size: 36px;
}
.fs-38 {
    font-size: 38px;
}
.fs-40 {
    font-size: 40px;
}
.fs-42 {
    font-size: 42px;
}
.fs-44 {
    font-size: 44px;
}
.fs-46 {
    font-size: 46px;
}
.fs-50 {
    font-size: 50px;
}
.fs-55 {
    font-size: 55px;
}
.fs-60 {
    font-size: 60px;
}
.fs-65 {
    font-size: 65px;
}
.fs-85 {
    font-size: 85px;
}
p {
    font-size: 16px;
    color: rgba(88, 88, 88, 1);
    line-height: 28px;
}
a {
    text-decoration: none !important;
}
.list-none{
    list-style: none;
}
.border-white{
    border-color: #fff !important;
}
.z-1{
    z-index:-1;
}

/* header */
.mobile-nav{
    display: none;
}
header {
    top: 0;
    z-index: 999;
}
header .navbar {
    background-color: transparent !important;text-transform:uppercase;
}
header .navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: 26%;
    color: rgba(237, 223, 183, 1);
}
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(236, 182, 30, 1);
}
.navbar-toggler {
	border: none;
	padding: 0;
    background-image: url(../images/menu.png);
    width:32px;
    box-shadow: none !important;
    height:32px;
    background-size: 32px;
}
.navbar-toggler span{
    display: none;
}
.page-header--light {
    padding: 0px !important;
    border: 0px !important;
}

/* banner */
.slider-nav {
    width: 40%;
    position: absolute;
    bottom: 6px;
    right: -33px;
    overflow: hidden;
}
.slider-nav .thumbnailimg {
    width: 220px;
    height: 218px;
    overflow: hidden;
}
.slider-nav .thumbnailimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 1);
}
.slider-for::after {
    content: '';
    background: rgba(114, 0, 70, 1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.9;
}
.slider-nav button {
    display: none !important;
}
.slider-nav .slick-slide {
    margin-bottom: 1px;
}
.banner-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: fit-content;
}
.banner-content h1:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 12px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/line.png);
    width: 120px;
    height: 24px;
    transform: scaleX(-1);
}
.banner-content h1::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/line.png);
    width: 120px;
    height: 24px;
}

/* story */
.story {
    background-image: url(../images/bg-story.png);
    background-position: center;
    background-size: cover;
}

/* culinary */
.float-right {
    right: 0;
    bottom: 0;
}

/* foodcate */
.foodcate {
    background-image: url(../images/categorybg.jpg);
    background-size: cover;
    background-position: center;
}
.food-img {
	width: 205px;
	height: 207px;
	overflow: hidden;
	background-image: url(../images/ring.png);
	background-size: 205px;
	padding: 11px;
	display: flex;
	align-content: center;
	justify-content: center;
    margin: 0 auto;
}
.foodsbox {
    /*background: #6a09434f;*/
    /*margin-right: 14px;*/
    /*padding: 14px 10px;*/
    margin-bottom: 14px;
    /*border: 1px solid #ffffff42;*/
}

.foodcate  .slick-prev,.foodcate  .slick-next{
    text-indent: -9999px;
    background-image: url(../images/left-arrow.png);
    width: 48px;
    height: 48px;
    background-size: 34px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    background-color: transparent;
    margin: auto;
    border: none;
}
.foodcate  .slick-next{
    left:auto;
    right: 0;
    transform: scaleX(-1);
}
.foodcate  .slick-list {
	width: 87%;
	margin: 0 auto;
}
a.food-inner h4 {
    color: #fff;
    margin-bottom: 6px !important;
}
a.food-inner p {
    color: #fff;
}
.foodsbox a.food-inner h4 {
    color: #fff;
    margin-bottom: 6px !important;
    font-size: 20px;
    font-weight: 600 !important;
    font-family: "Glass Antiqua", cursive;
}
a.food-inner h6 {
    font-size: 18px;
    color: #fcde7f;
}
a.food-inner p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
a.food-inner span {
    font-size: 15px;
}
/* menu */
.dishes-listing h5 {
    color: rgba(114, 0, 70, 1);
    font-weight: 400;
    text-transform: lowercase;
    margin: 0;
    font-size: 20px;
}
.dishes-listing  p{
    font-size: 12px;
    color: rgba(82, 82, 82, 1);
    margin: 0;
}
.dishes-listing .price::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	border: 1px dashed rgba(185, 185, 185, 1);
}
.dishes-listing .price{
    align-self: center;
}
.dishes-listing .price span{
    z-index: 9;
    position: relative;
}
.dishes-listing  li {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.menu-flw {
	bottom: 0;
}
.float-top {
	right: 0;
	top: -10%;
}

/* book table */
.book-table{
    background-image: url(../images/book-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.book-table:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.book-table .form-select,.book-table .form-control,.input-group-append {
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 0;
	color: white;
    padding-inline: 0 !important;
    -webkit-appearance: none;
    font-size: 18px;
}
.book-table .form-control::placeholder{
    color:#fff
}
.book-table .form-select {
	background-image: url(../images/arw-down.png);
	background-position: right;
	background-repeat: no-repeat;
}
.gj-icon {
	display: none;
}
.btn.btn-outline-secondary.border-left-0{
    border:none;
    background-image: url(../images/arw-down.png);
	background-position: right;
	background-repeat: no-repeat;
    width:24px;
    height: 24px;;
}

/* gallery */
.gallery .row {
	gap: 24px 0px;
}
.gallery-img{
    position: relative;
    overflow: hidden;
    display: block;
}
.gallery-img img{
    width:100%;
    height:100%;
    object-fit: cover;;
}
.gallery-img:after{
    content: '';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.9) 100%);

}
.float-topleft {
	top: 18%;
}
.gallery-sec a.gallery-img {
    margin-bottom: 24px;
}
 /* blog */
.blog-img{
    height:214px;
}
.blog-img a{
    right:0;
    bottom:0;
}
.blog-img img{
    height:100%;
    object-fit: cover;
}
.blogs .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}
.blogs  .slick-prev, .blogs  .slick-next {
    text-indent: -9999px;
    background-image: url(../images/left-arrow-color.png);
    width: 48px;
    height: 48px;
    background-size: 34px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    margin-inline: 18px;
}
.blogs  .slick-next{
    transform: scaleX(-1);
}
.blogs p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogs a:hover{
    color: rgba(236, 182, 30, 1);;
}
.right-top{
    right:0;
    top:0;
}
.testimonial-slider .testimonial-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-slider .testimonial-head .testimonial-rating {
    display: flex;
    align-items: center;
}
.testimonial-slider .testimonial-head .testimonial-rating img {
    width: 55px !important;
}
.testimonial-slider .testimonial-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 24px 24px 20px 14px;
    margin: 10px;
    border-radius: 8px;
}
.testimonial-slider .testimonial-content {
    text-align: left;
}
.testimonial-slider .testimonial-author {
    text-align: left;
    margin-top: 18px;
    font-size: 18px;
    color: #000;
    padding-left: 12px;
}
.testimonial-slider .testimonial-content {
    text-align: left;
    padding-left: 12px;
}
.testimonial-slider .testimonial-head .testimonial-ratingdate {
    font-size: 12px;
    color: #d9a616;
}
/* footer */
footer {
    background: #720046;
}
.info {
    display: flex;
    justify-content: space-between;
}
.info li, .info div {
    width: 33%;
}
.testimonail-slider .slider-nav {
    width: 100%;
    position: static;
    bottom: 6px;
    /* right: -33px; */
    overflow: hidden;
}
.testimonail-slider .slider-nav .thumbnailimg {
    width: auto;
    height: auto;
    overflow: hidden;
}
.testimonail-slider .slick-track {
    gap: 30px;
    display: flex;
}
.book-table option {
    background: #444444;
}
 li.menu-item a {
    color: white;
}
.section.page-intro {
    padding-top: 300px;
    padding-bottom: 50px;
    background-image: url(/themes/ripple/images/banner1.png);
    position: relative;
}
/*.section.page-intro:before {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    bottom: 0px;*/
/*    background: #000000bf;*/
/*    z-index: 9;*/
/*    content: "";*/
/*}*/
.section.page-intro nav ol li {
    color: #fff;
    position: relative;
    z-index: 9;
}
.section.page-intro nav ol li a {
    color: #fff;
}
.section.page-intro nav ol.breadcrumb {
    justify-content: center;
}
.section.page-intro h3.page-intro__title {
    color: #fff !important;
    z-index: 9;
    position: relative;
    text-align: center;
}
.section.page-intro nav {
    width: 100%;
}
img.img-responsive {
    width: 100%;
}
.contactformfield {
    background: #000000b8;
    padding: 24px;
    color: #fff;
}
.contact-form .contact-form-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    margin-bottom: 14px;
    background: transparent;
}
.contact-form-group input::placeholder, .contact-form-group textarea::placeholder {
    color: #fff;
    opacity: 1;
}
.contact-form .contact-form-input::placeholder {
    color:#fff;
}
.contact-form label {
    display: none;
}
.contact-form .contact-button {
    background-image: none;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #720046;
    padding: 10px 24px;
}
section.contactpage.py-5 {
    background: #171819;
}
section.aboutpage h6 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
section.aboutpage h6 span a {
    color: #ecb721;
    display: block;
    margin-top: 10px;
    font-size: 34px;
    font-weight: bold;
}
.our-contact_content p {
    color: #fff;
    margin-bottom: 0px;
}
.our-contact_content h3 {
    color: #fff;
}
.our_contact-map iframe {
    width: 100%;
}
.contactformfield h3, .contactformfield h4 {
    text-align: center;
}
.contactformfield img {
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
}
.contactformfield h4 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}
.ourcontact-info {
    padding: 24px 20px;
    text-align: left;
}
.contactformfield h3, .contactformfield h4 {
    text-align: center;
    color: #fff;
}
.contactusright .heading h3 {
    color: #efcb64;
    font-weight: 600;
    font-size: 42px;
    font-family: "Glass Antiqua", cursive;
}
.contactusright {
    text-align: center;
    background: #00000091;
    padding: 24px 0;
    background: url(/storage/menubg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.opentext h2 {
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    font-size: 34px;
    font-family: "Glass Antiqua", cursive;
}
.opentext h5 {
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
}
.contactusright .heading h4 {
    color: #fff;
}
section.contactform.py-5 {
    background: url(/storage/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
section.contactform:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: -1;
    top: 0;
}
.contact-menu-outer {
    background: #000;
}
.our-contact_content {
    border: 1px solid #fbdd8859;
    margin-bottom: 10px;
    padding: 20px 20px 20px;
}
.our-contact_content {
    display: flex;
    align-items: center;
}
.our-contact_content .our-contact_icon {
    margin-right: 14px;
}
.our-contact_content .our-contact_icon img {
    width: 100%;
}
.experienceimg img {
    width: 100%;
}




/****blogpage*****/
.postinner {
    padding: 30px 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.postinner article {
    display: grid;
}
.postinner article .post__thumbnail {
    float: left;
    position: relative;
    width: 100%;
    z-index: 20;
}
.postinner .post__content-wrap {
    float: left;
    padding: 15px 20px;
    width: calc(100% - 0px) !important;
}
.postinner article h3.post__title a {
      color: #d5a601;
}
.postinner article span.post-category a {
    color: #d5a601;
}
.page-sidebar p a {
    color: #6c6c6c;
}
.page-sidebar ul {
    padding-left:0px;
}
.page-sidebar ul li {
    list-style: none;
}
.page-sidebar ul li a {
    color: #6c6c6c;
}
.page-sidebar ul.social {
    display: flex;
}
.page-sidebar ul.social li a {
    background: #f5f5f5;
    padding: 6px;
    margin-right: 10px;
}
.page-sidebar ul.social li a span.menu-title {
    display: none;
}
.postinner article .post__thumbnail img {
    width: 100%;
}
ul.pagination li.page-item.active {
    background: #dba91f;
}
ul.pagination li.page-item:hover {
    background: #dba91f;
}

footer.post__footer {
    background: transparent;
}
/***********our-menu*****/

.foodsbox .foodimg img {
    width: 132px;
    height: 132px;
    border-radius: 100px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}
section.our-menu-sec {
    background-image: url(/storage/Our-menubg.jpg);
    background-size: cover;
    background-position: center;
}

.foodsbox .foodtext h5 {
    color: #fff;
    font-size: 18px;
}

.foodsbox .foodtext h6 {
    color: #d9a71c;
    font-size: 16px;
}
section.our-menu-sec .nav-tabs li.nav-item {
    margin-right: 6px;
}

section.our-menu-sec .nav-tabs li.nav-item button {
    color: #fff;
    border: 1px solid #ffffffc2;
    padding: 6px 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Glass Antiqua", cursive;
}
section.our-menu-sec .nav-tabs li.nav-item .nav-link.active {
    background: #560034;
}
section.our-menu-sec .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    margin-bottom: 52px;
}

#list-photo {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    gap: 16px;
}
#list-photo .item {
    width: 100% !important;
}

.foodsbox .food-img img {
    width: 100%;
}

header.main-header.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    background: #720046;
}
article.post.post--single .post__content {
    padding: 0px;
}
article.post.post--single .post__content .postinner {
    padding-bottom: 0px;
}
article.post.post--single .post__content .postinner article.post {
    margin-bottom: 0px;
}
.footer-addresing-boxes li h5 {
    font-size: 18px;
    color: #fff;
}
.page-intro:after {
    background-color: rgb(0 0 0 / 30%) !important;
}

/*************catering-page******************/
.catering-page-sec  h6 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.catering-page-sec h6 span a {
    color: #ecb721;
    display: block;
    margin-top: 10px;
    font-size: 34px;
    font-weight: bold;
}
.form-field-inner {
    display: flex;
    gap: 10px;
}
.form-field-inner .form-field {
    width: 100%;
}
.form-field-inner .form-field input, .form-field textarea {
    width: 100%;
    background: #fff;
    color: #000000;
    opacity: 1;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px solid #fff;
    border-radius: 6px;
}
.form-field-inner .form-field input::placeholder, .form-field textarea::placeholder {
    color: #000;
    opacity: 1;
}
.form-field button {
    background: #720046;
    color: #fff;
    border: 0px;
    padding: 10px 24px;
    border-radius: 6px;
}
/*********bubble-button***************/
.bubble {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    top: 0;
    margin: auto;
    justify-content: center;
    align-items: flex-end;
    z-index: 99;
}
.bubble a {
    margin-top: 8px;
    border-radius: 0;
    overflow: hidden;
    color: #fff;
    padding: 10px 14px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 55px;
    transition: all 0.5s linear;
    height: 50px;
    overflow: hidden;
    border-radius: 5px 0px 0px 5px;
}

.bubble a:hover label {
    display: block;
}
.bubble a:hover {
    width: 100%;
}
.bubble a:hover img{
    width:auto !important;
}
.bubble a.whats {
    background: #25D366;
}
.bubble a.call {
    background: #edbc36;
}
.bubble label {
    display: none;
    transition: all 0.5s linear;
    margin-bottom: 0;
    margin-right: 35px;
    font-size: 16px;
    text-transform: capitalize;
    white-space: nowrap;
}


/*********mobile-fixed***************/
.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #6a0943;
    box-shadow: 0px -3px 13px rgb(0 0 0 / 65%);
}

.footer-form {
    position: fixed;
    right: 0px;
    bottom: 0;
    z-index: 1000;
    width: 18%;
}

.mobile-fixed ul {
    padding: 4px 2px 0 !important;
    list-style: none;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}
.mobile-fixed li {
    width: 50%;
    background-color: transparent;
}
.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 500;
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}
.mobile-fixed li:first-child {
    border-right: 1px solid #ffffff;
}






/***************new header*************/
nav.navbar.web-nav {
    justify-content: space-between;
}
.navbar ul.menu li.menu-item.active a {
    color: rgba(236, 182, 30, 1);
}
.navbar ul.menu li a {
    text-transform: uppercase;
    color: rgba(237, 223, 183, 1);
    font-size: 16px;
}
.navbar ul.menu li a:hover {
    color: rgba(237, 223, 183, 1);
}
.navbar ul.menu li a {
    text-transform: uppercase;
    /*color: rgba(237, 223, 183, 1);*/
    font-size: 16px;
}
.left-menu-inner ul.menu li a {
    padding-right: 70px;
}
.right-menu-inner ul.menu li a {
    padding-left: 70px;
}
.right-menu-inner nav.navigation {
    margin-right: 0px !important;
}
.left-menu-inner nav.navigation {
    margin-right: 0px !important;
}
.navbar ul.menu li ul.sub-menu li a{
    text-transform: uppercase;
    color: rgba(237, 223, 183, 1);
    font-size: 16px;
}
.navbar ul.menu li ul.sub-menu {
    background: transparent !important;
}
.navbar ul.menu li ul.sub-menu li {
    background: transparent;
    border: 1px solid rgba(237, 223, 183, 1);
    margin-bottom:6px;
}
.navbar ul.menu li ul.sub-menu li:last-child {
    border: 1px solid rgba(237, 223, 183, 1);
}
.navbar ul.menu li ul.sub-menu li a:hover {
    color: rgba(237, 223, 183, 1);
}
.navbar ul.menu li ul.sub-menu li a::before {
    display:none;
}
.navigation li.menu-item.menu-item-has-children a {
    color: rgba(237, 223, 183, 1);
}
.navigation li.menu-item.menu-item-has-children ul.sub-menu li {
    background: #6a0943;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.navmobile ul li > ul.submenu li:last-child {
    border-bottom: 0px !important;
}
.navmobile ul li > ul.submenu li:first-child {
    border-top: 0px !important;
}
.mobilehead{
    display:none;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.gallery-wrap .gallery-item {
    border-radius: 10px;
}
section.book-table {
    display: none;
}

table.allergen-table {
      width: 60%;
      border-collapse: collapse;
      margin: 20px auto;
      font-family: Arial, sans-serif;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .post.post--single .post__content table td {
        border: 1px solid #720046 !important;
    }
    table.allergen-table tr td, table.allergen-table tr th {
        font-weight: 600 !important;
    }

    table.allergen-table thead {
      background-color: #720046;
      color: white;
    }

    table.allergen-table th, table.allergen-table td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #ddd;
    }

/* //////////////////////responsive\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
@media only screen and (min-width:1700px) {
    .container {
        max-width: 1466px !important;
        width:1466px !important;
    }
    
}

@media only screen and (min-width:1500px) and (max-width:1699px){
section.banner .slick-slide img {
    display: block;
    height: 90vh;
}
.left-menu-inner ul.menu li a {
    padding-right: 40px;
}
.right-menu-inner ul.menu li a {
    padding-left: 40px;
}
    
}

@media only screen and (min-width:1366px) and (max-width:1500px){
section.banner .slick-slide img {
    display: block;
    height: 90vh;
}
.left-menu-inner ul.menu li a {
    padding-right: 40px;
}
.right-menu-inner ul.menu li a {
    padding-left: 40px;
}
    
}

@media only screen and (min-width:1200px) and (max-width:1365px){
.banner-content {
        top: 32%;
        height: auto;
    }
    .slider-for img{
        height:700px;
        object-fit: cover;
    }
    
}
/* laptop  1024 to 1600 */

@media only screen and (min-width:1025px) and (max-width:1600px){
    .container {
        max-width: 1250px;
    }
    .fs-50 {
        font-size: 42px;
    }
    .fs-65 {
        font-size: 50px;
    }
    .fs-85 {
        font-size: 72px;
    }
    .slider-nav {
        width: 56%;
    }
    .food-img {
        width: 180px;
        height: 180px;
        background-size: 180px;
        padding: 8px;
    }
    footer .fs-16 {
        font-size: 13px;
    }
}

@media only screen and (min-width:992px) and (max-width:1190px){ 
    
   .right-menu-inner ul.menu li a {
        padding-left: 30px;
    } 
    .left-menu-inner ul.menu li a {
        padding-right: 30px;
    }
    .banner-content {
        top: 32%;
        height: auto;
    }
    .slider-for img{
        height:700px;
        object-fit: cover;
    }
    
}



/* form mobile desktop view*/
@media screen and (width:980px) {
   
}

@media only screen and (max-width:991px){
    #navbarSupportedContent {
        background: #7b0a42;
        list-style: none;
        padding: 20px;
        border: 1px solid #ffffffdb;
    }
    #navbarSupportedContent li.menu-item {
        padding: 10px 10px;
        border-bottom: 1px solid #ffffffd4;
        margin-bottom: 8px;
    }
    .deskhead{
        display:none;
    }
    .mobilehead{
        display:block;
    }
}
/* tab 768 to 1023*/

@media only screen and (min-width:768px) and (max-width:1024px){ 
    #navbarSupportedContent {
        background: #7b0a42;
        padding-left: 30px;
    }   
    .fs-16 {
        font-size: 14px;
    }
    .fs-18 {
        font-size: 15px;
      }
    .fs-22 {
        font-size: 17px;
    }
    .fs-25 {
        font-size: 16px;
    }
    .fs-40 {
        font-size: 21px;
    }
    .fs-50 {
        font-size: 28px;
    }
    .fs-65 {
        font-size: 40px;
    }
    .fs-85 {
        font-size: 50px;
    }
    p {
        font-size: 14px;
        line-height: 25px;
    }
    .web-nav{
        display: none;
    }
    .mobile-nav{
        display: block;
    }
    .navbar-brand img{
        width: 150px;
    }
    
    .slider-nav .thumbnailimg {
        width: 100px;
        height: 100px;
    }
    h1::before,h1::after{
        display: none;;
    }
    .container {
        max-width: 100% !important;
    }
    .dishes-listing h5 {
        font-size: 17px;
    }
    .dishes-listing p {
        line-height: 17px;
    }
    .dishes-listing .price span {
        font-size: 16px;
    }
    .book-table .form-select, .book-table .form-control, .input-group-append {
        font-size: 14px;
          
    }
    .banner-content {
        top: 18%;
        height: auto;
    }
    .slider-for img{
        height:500px;
        object-fit: cover;
    }
    .foodsbox {
        margin-right: 14px;
        padding: 14px 10px;
        width: 46%;
    }
    .food-img {
        width: 140px;
        height: 140px;
        overflow: hidden;
        background-image: url(../images/ring.png);
        background-size: 138px;
        padding: 12px;
        display: flex;
        align-content: center;
        justify-content: center;
        margin: 0 auto;
    }
    .info .quickbox-address ul li {
        width: 100%;
        word-break: break-all;
    }

}




/* mobile landscape  767*/
@media only screen and (max-width:767px){
    .banner-content {
        top: 20%;
        height: auto;
    }
    
    li.menu-item {
        padding: 5px 0px;
    }
    
    .web-nav{
        display: none;
    }
    .mobile-nav{
        display: block;
    }

    .fs-16 {
        font-size: 14px;
    }
    .fs-18 {
        font-size: 12px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .fs-22 {
        font-size: 16px;
    }
    .fs-25 {
        font-size: 18px;
    }
    .fs-40 {
        font-size: 19px;
    }
    .fs-50 {
        font-size: 32px;
    }
    .fs-65 {
        font-size: 35px;
    }
    .fs-85 {
        font-size: 45px;
    }
    h1::before,h1::after{
        display: none;;
    }
    .slider-nav {
        width: 100%;
    }
    .slider-nav .thumbnailimg {
        width: 100px;
        height: 100px;
    }
    .slider-for img{
        height:56vh;
        object-fit: cover;
    }
    .navbar-brand img{
        width: 121px;
    }
    .food-img {
        width: 150px;
        height: 150px;
        background-size: 150px;
        padding: 7px;
    }
    .dishes-listing h5 {
        font-size: 17px;
    }
    .dishes-listing p {
        line-height: 17px;
    }
    .info {
        grid-template-columns: auto;
        padding-left: 10px !important;
        gap:16px;
    }
    footer br{
        display: none;
    }
    .quick-links{
       display:flex !important;
       flex-wrap: wrap;
       justify-content: space-between;
    }
    .foodsbox {
    margin-bottom: 16px;
    }
    .postinner {
        grid-template-columns: auto;
    }
    .gallery-wrap .gallery-item {
        width: 100% !important;
    }
    .section.page-intro {
        padding-top: 170px;
    }
    .info {
        display: grid;
    }
    .footer-addresing-boxes h5 {
        font-size: 18px !important;
        font-weight: 600;
    }
    .bg-purple {
        font-size: 16px !important;
    }
    .foodcate  .slick-prev, .foodcate  .slick-next {
        background-size: 28px;
    }
    .blogs  .slick-prev, .blogs  .slick-next {
        background-size: 28px;
    }
    .info li, .info div {
        width: 100%;
        margin-top: 12px;
    }
    .copyright {
        font-size: 16px;
        margin-bottom: 24px;
    }
    section.our-menu-sec .nav-tabs li button {
        width: 100%;
    }
    section.our-menu-sec .nav-tabs li {
        width: 47%;
        margin-bottom: 10px;
    }
    section.our-menu-sec .nav-tabs {
        grid-template-columns: auto auto;
    }
    section.our-menu-sec .nav-tabs li.nav-item button {
        font-size: 13px;
    }
    .foodcate  .slick-prev, .foodcate  .slick-next {
        left: -10px;
    }
    .foodcate  .slick-next {
        left: auto;
        right: -6px;
        transform: scaleX(-1);
    }
    .our-contact_content .our-contactaddres {
        width: 80%;
    }
    .our-contact_content .our-contact_icon {
        width: 20%;
    }
    .our-contact_content {
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
    .contactusright .heading h3 {
        font-size: 34px;
    }
    .opentext h2 {
        font-size: 24px;
    }
    .contactformfield h4 {
        font-size: 34px;
    }
    .bubble {
        display: none;
    }
    .mobile-fixed {
        display: block;
    }
    footer.py-5 {
        padding-bottom: 90px !important;
    }

}


/* mobile potrait <500 */


.banner-topq .slick-slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-topq .slider.slider-for.position-relative.slick-initialized.slick-slider {
    height: 100vh;
}
.banner-topq .slick-slide {
    height: 100vh;
}