/**
* Template Name: Yummy
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Updated: Jun 29 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/

:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
  --primary-color: #ff434c; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #313233;
  --font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  --hero-height: 600px;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--font-family);
}
html {
  scrollbar-width: thin;
  scrollbar-color: #e3e3e3 transparent;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--primary-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--font-family);
}

.container-fluid {
  padding: 0px 3rem;
}
.swiper-pagination {
  padding-top: 20px;
  position: relative;
  top: 0px;
}
.swiper-pagination span {
  width: 25px;
  height: 8px;
  border-radius: 5px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}

.choose_section {
  overflow: hidden;
}

.choose_wrapper {
  height: 95vh;
}
.error {
  color: red;
}

.blog_call {
  width: 230px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.blog_call a {
  padding: 11px 20px !important;
  border-radius: 28px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.choose_wrapper .list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0.2rem;
}

.choose_wrapper .item {
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  /* box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px; */
  overflow: hidden;
}

.choose_wrapper .item_number {
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  top: 6rem;
  left: 3rem;
}

.choose_wrapper .item_content {
  background-color: #fadeaa;
  color: #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
  position: relative;
  width: 50%;
}

.choose_wrapper .item_media {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.choose_wrapper .padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.choose_wrapper .padding-vertical {
  padding: 2rem;
}

/*--------------------------------------------------------------
# Error Section
--------------------------------------------------------------*/
.error_body_bg {
  width: 100%;
  min-height: 67px;
  display: flex;
  align-items: center;
  background-image: url(../images/404-dot-icon.webp);
  background-size: 67px;
  background-repeat: repeat;
  background-color: #fadeaa;
  padding: 70px 0;
}
.error_body {
  width: 100%;
  min-height: 100vh;
  padding-top: 115px;
  display: flex;
  justify-content: center;
  color: white;
  background-color: var(--primary-color);
}
.white_btn a,
.white_btn a:focus {
  background: #fff;
  padding: 15px 35px;
  border-radius: 25px;
  color: var(--primary-color);
}
.error_img_text img {
  width: 260px;
}
.error_img_text {
  text-align: center;
}
.error_img {
  margin-left: -15px;
}
.error_img_text h2 {
  color: white;
  font-weight: 700;
  font-size: 1.7rem;
}
.error_img_text p {
  color: white;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  color: #fff;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 18px;
  justify-content: center;
  font-weight: 500;
}

.breadcrumbs ul a {
  transition: 0.3s;
  color: var(--primary-color);
}

.breadcrumbs ul a:hover {
  text-decoration: underline;
}

.breadcrumbs ul li + li {
  padding-left: 10px;
}
.breadcrumbs ul li {
  display: flex;
}
.breadcrumbs ul li .bread-current {
  color: #000;
}
.breadcrumbs ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  content: "/";
}

.floating_btn {
  position: fixed;
  bottom: 70px;
  right: 7px;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.all_btn {
  background: var(--primary-color);
  padding: 13px 45px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  border-radius: 50px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
}
.all_btn:hover {
  background: #ff6a72;
  color: white;
}
.all_btn_left {
  background: var(--primary-color);
  padding: 13px 45px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 0;
  border-radius: 50px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
}
.all_btn_left:hover {
  background: #ff6a72;
  color: white;
}
.directions_btn .all_btn {
  background: transparent;
  border: 1.5px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 1rem;
}
.directions_btn .all_btn i {
  color: var(--primary-color);
  background: transparent;
  height: 30px;
  border: 0px;
}
.directions_btn .all_btn:hover {
  background: var(--primary-color);
  color: white;
}
.directions_btn .all_btn:hover i {
  color: white;
}
.all_white_btn,
.all_white_btn a:focus {
  background: #fff;
  padding: 13px 45px;
  border-radius: 10px;
  color: var(--primary-color);
}
.all_white_btn:hover {
  background: #ff6a72;
  color: white;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
/* Add smooth transition */
#header {
  transition: transform 0.3s ease-in-out;
}

/* Hide header on scroll down */
.hide-header {
  transform: translateY(-155%);
}

.phone-item i {
  color: var(--primary-color) !important;
  font-size: 45px !important;
  height: auto !important;
  line-height: 0;
}
.phone-item .phone-text p {
  font-weight: 500;
  font-size: 12px;
  color: #02060c;
}
.phone-item a {
  font-weight: 700;
  font-size: 16px;
  color: #02060c;
  padding: 0px !important;
  gap: 15px;
}
.social-icons .for_desktop {
  gap: 20px;
}

.offer_media video,
.offer_media img {
  border-radius: 6px;
}
.social-icons .phone-item i {
  font-size: 37px !important;
  border: 0px !important;
}
.social-icons .phone-item a {
  gap: 4px;
}
.home-footer {
  display: none;
}
.offer_main {
  padding: 3rem 0 7rem 0;
}
.offer_main img {
  border-radius: 5px !important;
  margin-bottom: 15px !important;
}
.ribbon {
  /* position: relative;
            text-transform: uppercase;
            color: white;
            padding: 45px;
            background: wheat;
            border-radius: 10px; */
  text-align: center;
}

.offer {
  color: black;
}

.offer h5 {
  color: var(--primary-color);
  margin-bottom: 30px;
}

.timing {
  background: white;
  padding: 10px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  color: var(--primary-color);
}

.offer ul {
  list-style-type: none;
}

.offer li {
  margin: 9px 0;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Ribbon 6 */
.ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow: 0 0 0 3px var(--primary-color),
    0px 21px 5px -18px rgba(0, 0, 0, 0.6);
  background: var(--primary-color);
  text-align: center;
}

.wrap {
  width: 100%;
  height: 188px;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
}

.wrap:before,
.wrap:after {
  content: "";
  position: absolute;
}

.wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #4d6530;
  border-radius: 8px 8px 0px 0px;
}

.wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #4d6530;
  border-radius: 0px 8px 8px 0px;
}

/* Basic styling for header */
.no_logo {
  justify-content: center;
  z-index: 2;
  position: relative;
  color: var(--primary-color);
  bottom: -52px;
}
.header.scrolled .site-logo .no_logo .site-name {
  position: absolute;
  height: 108px;
  bottom: -50px;
  transition: all 0.5s;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  width: 100%;
  color: var(--default-color);
  background-color: var(--background-color);
  transition: all 0.5s;
  z-index: 9;
}
.site-logo {
  flex: 1;
  text-align: center;
  position: relative;
}
.site-logo:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
  bottom: -105px;
  transition: all 0.5s;
}
.site-logo img {
  left: 50%;
  transform: translateX(-50%);
  margin: 0px auto;
  bottom: -103px;
  height: 136px;
  width: auto;
  position: absolute;
  transition: all 0.5s;
  z-index: 2;
}
.desktop-nav {
  width: 35%;
}
.header .site-logo .logo {
  line-height: 1;
}
.nav-menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.nav-menu li {
  white-space: nowrap;
  padding: 15px 14px;
}

.nav-menu li a {
  color: var(--default-color);
  font-size: 15px;
  padding: 0 2px;
  font-family: var(--font-family);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  width: 35%;
}

.social-icons a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.social-icons a i {
  color: #262626;
  border: 1.5px solid #262626;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-icons div {
  cursor: pointer;
}

.toggle-icons .toggle-open,
.toggle-icons .toggle-close {
  font-size: 27px;
  /* margin-left: 15px; */
}
.toggle-close {
  font-size: 35px;
  position: absolute;
  right: 15px;
  color: white;
}

.toggle-icons {
  display: none;
  cursor: pointer;
}

/* .toggle-icon i {
  font-size: 24px;
} */

/* Sticky header when scrolling */
.header.scrolled {
  padding: 11px 0;
  transition: all 0.5s;
}
.header.scrolled .site-logo:after {
  width: 108px;
  height: 108px;
  bottom: -73px;
  transition: all 0.5s;
}
.header.scrolled .site-logo img {
  height: 100px;
  bottom: -70px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Banner
--------------------------------------------------------------*/

.hero {
  width: 100%;
  position: relative;
  /* min-height: 86vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0px; */
}
.hero_contant {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  /* align-items: center; */
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 20px 4%;
}
.hero_contant h1 {
  /* font-size: 2.3rem;
  font-weight: 600; */
  font-size: 4.1rem;
  font-weight: 700;
}
.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
}
.hero img {
  width: 100%;
  /* height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0; */
}

/*--------------------------------------------------------------
# single Blog Posts
--------------------------------------------------------------*/

.hero_blog {
  width: 100%;
  padding: 150px 0 80px 0;
  background-color: transparent;
}
.hero_blog.gallery_banner {
  padding: 70px 0 25px 0;
}
.inner_page {
  width: 100%;
  background-image: url(../images/aboutCircle.webp);
  background-size: 67px;
  background-repeat: repeat;
  /* background-color: #fadeaa; */
  background-color: #ffd16366;
  padding: 70px 0 0;
}

/* Tabs */
#categoryTabs {
  flex-wrap: wrap;
  gap: 10px;
}
#categoryTabs .nav-link {
  background: #f2f3f5;
  color: var(--primary-color);
  border-radius: 30px;
  padding: 8px 20px;
  border: none;
  transition: all 0.3s ease;
}
#categoryTabs .nav-link:hover {
  background: var(--primary-color);
  color: #fff;
}
#categoryTabs .nav-link.active {
  background: var(--primary-color);
  color: #fff;
}

.blog {
  background-color: transparent;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 15px;
}

/* .blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
} */

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 30px 0 20px 0;
}

.blog .entry .entry-title a {
  color: var(--primary);
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #4154f1;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .wp-block-image img {
  width: 100%;
}
.blog .entry-content img {
  /* width: 100%; */
  height: auto;
}
.blog .entry-content a {
  text-decoration: underline;
  color: var(--primary-color);
}
.blog .entry-content figure {
  width: 100% !important;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry-content h2 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog .entry .entry-content blockquote p {
  color: var(--lighttext);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer .post-taxonomies {
  display: none;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: var(--primary);
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: var(--primary);
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--primary);
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-title {
  font-weight: bold;
  font-size: 18px;
}
.blog .blog-comments .comment-list {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  list-style-type: none;
}
.comment-reply-link .blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
  list-style-type: none;
}
.blog .blog-comments .comment-content {
  margin-top: 5px;
}
.blog .blog-comments .url {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}
.blog .blog-comments .comment-metadata {
  margin: 10px 0;
}
.blog .blog-comments .children {
  padding-left: 60px;
  list-style-type: none;
}
.blog .blog-comments .form-submit .submit {
  background: var(--primary-color);
  padding: 15px 35px;
  border-radius: 25px;
  color: #fff;
  border: 0;
}
.blog .blog-comments .comment-author .avatar {
  border-radius: 10px;
}
.blog.blog_navigation .screen-reader-text {
  display: none;
}
.blog .blog-comments .comment-body .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment-body .comment-info {
  flex-grow: 1;
}

.blog .blog-comments .comment-body .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment-body h5 {
  font-size: 16px;
  margin-bottom: 2px;
  display: flex;
}

.blog .blog-comments .comment-body h5 a {
  font-weight: bold;
  color: var(--lighttext);
  transition: 0.3s;
  font-size: 0.95rem;
}

.widget .tagcloud {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.widget .tagcloud a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-word;
}

.blog .blog-comments .comment-body h5 .reply a {
  padding-left: 10px;
  color: var(--primary);
  font-size: 0.85rem;
}
.blog .blog-comments .comment-body h5 .edit-link a {
  padding-left: 10px;
  color: var(--primary);
  font-size: 0.85rem;
}
.blog .blog-comments .comment-body h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment-body time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment-body.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .comment-respond {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 10px;
}

.blog .blog-comments .comment-respond h2 {
  font-weight: bold;
  font-size: 18px;
}

.blog .blog-comments .comment-respond p {
  font-size: 14px;
}

.blog .blog-comments .comment-respond input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #7c7979;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.comment-form-cookies-consent input {
  width: auto !important;
}
.comment-form-author {
  width: 48%;
  float: left;
}
.comment-form-email {
  width: 48%;
  float: right;
}
.blog .blog-comments .comment-respond input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .comment-respond textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  width: 100%;
}

.blog .blog-comments .comment-respond textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .comment-respond .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .comment-respond .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--primary);
}

.blog .blog-comments .comment-respond .btn-primary:hover {
  background-color: var(--primary);
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--primary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #4154f1;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .blog_sidebar section {
  margin-bottom: 50px;
  padding: 0px;
}
.blog .blog_sidebar section:last-child {
  margin-bottom: 0px !important;
}
.blog .blog_sidebar {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 15px;
}
.blog_sidebar ul {
  padding: 0px;
}
.blog .blog_sidebar .widget-title,
.blog .blog_sidebar .wp-block-heading {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: var(--lighttext);
  position: relative;
}

.blog .blog_sidebar .sidebar-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog .blog_sidebar .recent-posts h4 a {
  color: var(--primary-color);
  transition: 0.3s;
}
.blog .blog_sidebar .search-form {
  background: #fff;
  border: 1px solid var(--primary-color);
  padding: 0px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
}

.blog .blog_sidebar .search-form .search-field {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 0px);
  height: 52px;
}
.blog .blog_sidebar .search-form .search-field:focus {
  border: 0 !important;
}
.blog .blog_sidebar .search-form label {
  display: none;
}
.blog .blog_sidebar .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .blog_sidebar .search-form .search-submit:hover {
  background: var(--lightdarkprimary);
}

.blog .blog_sidebar .widget_categories ul {
  list-style: none;
  padding: 0;
}

.blog .blog_sidebar .widget_categories ul li {
  padding-top: 10px;
  color: var(--lighttext);
}

.blog .blog_sidebar .widget_categories ul a {
  transition: 0.3s;
}

.blog .blog_sidebar .widget_categories ul a:hover {
  color: var(--lightdarkprimary);
}

.blog .blog_sidebar .widget_categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .blog_sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .blog_sidebar .recent-posts img {
  width: 65px !important;
  height: 65px !important;
  float: left;
  border-radius: 10px;
}
.blog .blog_sidebar .recent-posts .post_info {
  margin-left: 80px;
  padding-top: 9px;
}

.blog .blog_sidebar .recent-posts h4 {
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-word;
}

.blog .blog_sidebar .recent-posts .time_auth {
  display: block;
  font-style: italic;
  font-size: 13px;
  color: #aaaaaa;
}

.blog .blog_sidebar .tags {
  margin-bottom: -10px;
}

.blog .blog_sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .blog_sidebar .tags ul li {
  display: inline-block;
}

.blog .blog_sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .blog_sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}

.blog .blog_sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

.follow-us {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 15px;
}

.follow-us h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #515151;
  position: relative;
}

.follow-us h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.follow-us p {
  font-size: 12px;
  margin-bottom: 10px;
}

.follow-us ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.follow-us .social-icons {
  justify-content: flex-start;
  width: 100%;
  gap: 15px;
  padding: 20px 0;
}
.follow-us .social-icons a {
  padding: 0px;
}

.share-blog ul li a:hover i {
  color: #ffffff;
}

.blog-navigation {
  padding: 0;
}

.blog-navigation .col-md-6 {
  padding: 0;
}

.blogpost {
  background-size: cover;
  min-height: 500px;
  background-repeat: no-repeat;
  display: flex;
  padding: 60px;
  position: relative;
  align-items: center;
  transition: 0.5s;
}

.blogpost:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  left: 0;
  top: 0;
}

.blogpost:hover:after {
  background: rgb(0 0 0 / 60%);
}

.previous-post {
  background-image: url(../img/previous-post.png);
}

.next-post {
  background-image: url(../img/next-post.png);
}

.navigation-content {
  transition: 0.5s;
  position: relative;
  padding-left: 100px;
  z-index: 9;
  flex-grow: 1;
}

.next-post .navigation-content {
  padding-left: 0px;
  padding-right: 100px;
}

.blogpost:hover .navigation-content {
  transform: translate(40px, 0px);
}

.blogpost.next-post:hover .navigation-content {
  transform: translate(-40px, 0px);
}

.navigation-content i {
  transition: 0.5s;
  color: #ffffff;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 25%;
  opacity: 0;
}

.next-post .navigation-content i {
  left: auto;
  right: 50%;
}

.blogpost:hover .navigation-content i {
  left: 0%;
  opacity: 1;
}

.blogpost.next-post:hover .navigation-content i {
  left: auto;
  right: 0%;
  opacity: 1;
}

.previous-post .navigation-content {
  text-align: right;
}

.previous-post button,
.next-post button {
  border: none;
  background: transparent;
  padding: 10px 0px;
  color: #ffffff;
}

.previous-post button:hover,
.next-post button:hover {
  text-decoration: underline;
}

.blog-navigation h2 {
  color: #ffffff;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  max-width: 600px;
}

.previous-post h2 {
  text-align: right;
}

/*--------------------------------------------------------------
# single Blog Posts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/

.recent-blog-posts {
  width: 100%;
  background-color: #fadeaa;
  padding: 70px 0;
  padding-bottom: 40px;
}

.recent-blog-posts h2 {
  text-align: center;
}

.recent-blog-posts h2 span {
  color: var(--primary);
}

.recent-blog-posts p {
  text-align: center;
  margin-bottom: 22px;
}
.recent-blog-posts .post-excerpt p {
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  text-align: left;
}

.recent-blog-posts h6 {
  text-align: center;
  margin-bottom: 5px;
  color: #666666;
}

.recent-blog-posts .post-box {
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  /* padding: 30px; 
  border-radius: 8px;*/
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  /* margin: -30px -30px 15px -30px; */
  position: relative;
  /* min-height: 310px; */
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}
.post-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.recent-blog-posts .post-box .post-date {
  font-size: 14px;
  font-weight: 600;
  color: #727272;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}

.recent-blog-posts .post-box .post-title {
  color: var(--default-color);
  margin-bottom: 7px;
  position: relative;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  font-size: 1.1rem;
  font-weight: 600;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: var(--primary-color);
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: var(--primary-color);
}
.recent-blog-posts .post-box:hover .readmore {
  color: #717ff5;
  text-decoration: none;
}
/* .recent-blog-posts .post-box:hover .post-date{
  color: var(--default-color);
} */
.recent-blog-posts .post-box:hover .post-img img {
  /* transform: rotate(6deg) scale(1.2); */
  transform: scale(1.2);
}
.no_available img {
  width: 30%;
}
.no_available h5 strong {
  color: var(--primary-color);
}

.offer-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ff434c;
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  /* max-width: 650px; */
  position: relative;
}
.offer-text {
  font-size: 22px;
  font-weight: bold;
  margin-right: 15px;
}
.offer-text span {
  font-size: 30px;
  color: #fff200;
}
.price-box {
  background: #fff;
  color: #b30000;
  padding: 13px 25px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
.price-wrapper span {
  margin-right: 20px;
}
.price-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-right: 20px solid #fff;
}
.old-price {
  font-size: 18px;
  text-decoration: line-through;
  margin-right: 10px;
  opacity: 0.8;
}
.price-wrapper {
  display: flex;
  align-items: center;
}
.new-price {
  font-size: 32px;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer-social-icons {
  display: flex;
  justify-content: center;
}
.footer-social-icons a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.6rem;
}
.footer-social-icons a i {
  color: #ffffff;
  border: 1.5px solid #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}
.footer {
  color: var(--background-color);
  background-color: var(--primary-color);
  font-size: 14px;
  padding: 40px 0 0 0;
  position: relative;
}
.footer_logo_link,
.footer_logo_link:hover {
  color: white;
}
.footer_logo_link h4 {
  font-size: 23px !important;
  margin-bottom: 20px;
}
.footer h4 {
  font-size: 16px;
  font-weight: 600;
}
.footer .address {
  text-align: center;
}
.footer .address p {
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 600;
}
.footer .address .footer_logo {
  width: 210px;
  margin-bottom: 20px;
}
.footer .address p a {
  color: var(--background-color);
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer .copyright {
  padding: 20px;
  background: var(--background-color);
  color: var(--primary-color);
}

.footer .copyright p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: none;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--accent-color);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 2;
  background-color: var(--primary-color);
  border: 1px solid var(--background-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--background-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.booking .booking-box {
  position: relative;
  z-index: 1;
}
.booking-box a {
  min-height: 186px;
  position: absolute;
  width: 450px;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
}
.booking h2 {
  font-family: "Cinzel", serif;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 3rem;
  margin-top: 2.6rem;
  position: absolute;
  width: 275px;
  left: 0;
  right: 0;
  top: 32px;
  margin: auto;
}
.booking_image {
  width: 450px;
}

.aboutUs {
  width: 100%;
  min-height: 67px;
  display: flex;
  align-items: center;
  background-image: url(../images/aboutCircle.webp);
  background-size: 67px;
  background-repeat: repeat;
  background-color: #fadeaa;
  padding: 70px 40px;
  position: relative;
}
.aboutUs .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -18px;
  left: 0;
  margin: 25px 0;
  padding: 20px;
  z-index: 0;
  background-size: cover;
  /* transform: scale(1.1); */
  animation: animationFade2 15s infinite linear;
  background-position: center;
}
.aboutUs video,
.about img {
  width: 100%;
  border-radius: 10px;
}
.aboutUs .food_text {
  margin-bottom: 30px;
}
.aboutUs p {
  font-weight: 600;
  text-align: justify;
}
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.about .book-a-table {
  text-align: center;
  border: 4px solid color-mix(in srgb, var(--default-color), transparent 30%);
  padding: 22px;
}

.about .book-a-table h3 {
  font-family: var(--font-family);
  margin: 0 0 0 0;
  font-size: 24px;
}

.about .book-a-table p {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 28px;
  margin: 0;
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}
.for_mobile,
.for_mobile a {
  display: none;
}

/*--------------------------------------------------------------
# Jamindari Thali
--------------------------------------------------------------*/

.jamindariThali {
  width: 100%;
  min-height: 67vh;
  display: flex;
  align-items: center;
}
.jamindariThali video,
.jamindariThali img {
  width: 100%;
}

/*--------------------------------------------------------------
# Jamindari Thali
--------------------------------------------------------------*/
.thali_menu {
  width: 100%;
  min-height: 67px;
  /* display: flex;
  align-items: center; */
  background-image: url(../images/thali_menu_bg.webp);
  background-size: contain;
  background-repeat: repeat;
  background-color: #fd4349;
  padding: 70px 0;
  padding-bottom: 45px;
}

.thali_menu .thali-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
}

.thali_menu .price {
  padding-left: 25px;
  font-size: 1.2rem;
  color: white;
}

.thali_menu .thali-description {
  font-size: 0.9rem;
  color: #f6f6f6;
  margin-bottom: 5px;
}

.thali_menu .menu-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
# food Services Thali
--------------------------------------------------------------*/
.both_bg {
  width: 100%;
  /* min-height: 67px; */
  /* display: flex; */
  /* align-items: center; */
  background-image: url(../images/aboutCircle.webp);
  background-size: 67px;
  background-repeat: repeat;
  background-color: #fadeaa;
  padding: 70px 0;
  padding-bottom: 45px;
}

.foodServices {
  width: 100%;
  min-height: 67px;
  display: flex;
  align-items: center;
  /* background-image: url(../images/aboutCircle.webp); */
  /* background-size: 67px; */
  /* background-repeat: repeat; */
  /* background-color: #fadeaa; */
  padding: 70px 0;
  padding-bottom: 45px;
}
.food_text {
  height: 45px;
}
.foodServices ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.foodServices ul li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  transition: 0.5s;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 20px;
}
.foodServices ul li p {
  margin: 0px;
  font-weight: 600;
}
.menu_info p {
  font-weight: 600;
  text-align: justify;
}
.menu_info ul li img {
  margin: 0px;
  padding: 5px;
  background: black;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.menu_info img {
  margin: 15px 0;
}
.menus_slider .swiper-slide-active {
  /* background: var(--background-color);
  border: 6px solid var(--accent-color); */
  padding: 4px;
  z-index: 2 !important;
  transform: scale(2.2) !important;
  transition: none;
}
.menus_slider .swiper-slide {
  padding: 7px;
  z-index: 1;
  transform: scale(1.5);
  transition: none;
}
.menus_slider .swiper-slide a,
.menus_slider .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
.menus_slider .swiper-slide-active img {
  border: 1px solid var(--primary-color) !important;
}
.menus_slider .swiper-slide img {
  border: 1px solid #515151;
}
.menus_slider .swiper-wrapper {
  padding: 167px 0;
}
.menus_slider .swiper-slide-prev,
.menus_slider .swiper-slide-next {
  opacity: 0.6;
}
.menu-slider .swiper-slide-next {
  opacity: 1;
  transform: scale(1.6);
  z-index: 1;
}
.menus_slider .swiper {
  margin: 15px;
}

.menu {
  display: none;
}

.menu .swiper {
  width: 100%;
  height: 100%;
}

.menu .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.menu .swiper-slide {
  background-size: cover;
  background-position: center;
}

.menu .mySwiper2 {
  height: 80%;
  width: 100%;
}

.menu .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.menu .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.menu .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.menu .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu .swiper-button-prev,
.menus_slider .swiper-button-prev,
.menu .swiper-button-next,
.menus_slider .swiper-button-next {
  background: white;
  padding: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.menu .swiper-button-next:after,
.menus_slider .swiper-button-next:after,
.menu .swiper-button-prev:after,
.menus_slider .swiper-button-prev:after {
  font-size: 1.5rem;
}
.menu .swiper-slide-thumb-active {
  border: 5px solid #f8444b !important;
}
.menu .swiper-slide-visible {
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid #fff;
}

.menu-item:last-child {
  border-bottom: 0px solid #ddd !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/*--------------------------------------------------------------
# food Services Thali Experience
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/

.experience {
  width: 100%;
  min-height: 67px;
  display: flex;
  align-items: center;
  /* background-image: url(../images/aboutCircle.webp); */
  background-size: 67px;
  background-repeat: repeat;
  /* background-color: #fadeaa; */
  padding: 70px 0;
  padding-top: 40px;
}
.experience_info h3 {
  font-size: 4rem;
  line-height: 8rem;
  font-weight: 400;
}
.experience_info p {
  font-weight: 600;
  text-align: justify;
}

/*--------------------------------------------------------------
# Experience 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/

.contact-us {
  width: 100%;
  background-color: #fadeaa;
  padding: 40px 0;
}
.contact_card a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact_card a:hover {
  color: #313233;
}
.contact_card i {
  color: #ffffff;
  background: #fe434c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.contact_card {
  height: 100%;
}
.contact-us .col-lg-4 {
  border-right: 1px solid #212529;
}
.contact-us .col-lg-4:last-child {
  border-right: 0px solid #212529;
}
/*--------------------------------------------------------------
# Experience 
--------------------------------------------------------------*/
.address i {
  color: #ffffff;
  background: #fe434c;
  width: 50px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.address a:hover {
  color: #313233;
}
/*--------------------------------------------------------------
# book-dining
--------------------------------------------------------------*/

.book-dining {
  width: 100%;
  background-color: #fadeaa;
  padding: 40px 0;
}
.map_location,
.map_location iframe {
  height: 100%;
  max-height: 100% !important;
}
.reservation {
  background: var(--primary-color);
  padding: 20px 25px;
}
.reservation h6 {
  color: #fff;
}
.reservation .form-control,
.reservation .form-select {
  background-color: transparent !important;
  color: #ffdbdc !important;
  font-size: 0.9rem;
  padding: 12px;
  border: 1px solid #ffdbdc !important;
}
.reservation select option {
  color: #000; /* Change this to the desired text color */
}
.reservation input::placeholder,
.reservation textarea::placeholder {
  color: #ffdbdc !important;
}
.booking_btn {
  width: 100%;
  font-size: 0.85rem;
  background-color: white;
  color: var(--primary-color);
  padding: 9px;
  font-weight: 600;
}
.booking_btn:hover {
  width: 100%;
  font-size: 0.85rem;
  background-color: white;
  color: var(--primary-color);
  padding: 9px;
  font-weight: 600;
}
/*--------------------------------------------------------------
# book-dining 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# instagram_feed
--------------------------------------------------------------*/

.instagram_feed {
  width: 100%;
  background-color: #fadeaa;
  padding: 0px 0 50px 0;
}

/*--------------------------------------------------------------
# instagram_feed
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

.menu .nav-link {
  background-color: var(--background-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 15px;
  padding: 10px 5px;
  transition: 0.3s;
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid
    color-mix(in srgb, var(--default-color), transparent 80%);
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-family);
}

.menu .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.menu .nav-link.active {
  background-color: var(--background-color);
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--accent-color);
}

.menu .tab-content .menu-item {
  text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: var(--font-family);
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--font-family);
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent-color);
}

.blog-comments .comment-respond label {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
}
.comment-form-cookies-consent label {
  margin-bottom: 0px !important;
}

/* birthday Catering */

.birthdayCatering {
  width: 100%;
  min-height: 67px;
  display: flex;
  align-items: center;
  background-image: url(../images/pattern/pattern2.png);
  /* background-size: 67px; */
  background-repeat: repeat;
  background-color: #fadeaa;
  padding: 70px 40px;
  position: relative;
}
.birthdayCatering .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -18px;
  left: 0;
  margin: 25px 0;
  padding: 20px;
  z-index: 0;
  background-size: cover;
  /* transform: scale(1.1); */
  animation: animationFade2 15s infinite linear;
  background-position: center;
}

.celebration-card {
  /* max-width: 300px; */
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  /* background-color: #fff; */
}

.celebration-image img {
  width: 100%;
  /* height: 300px; */
  object-fit: cover;
  display: block;
}

.celebration-content {
  padding: 16px 0;
  color: #000;
}

.celebration-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.celebration-content p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

/*End birthday Catering */

/*Start Aiburobhat */

.aiburobhat_banner {
  position: relative;
  height: 80vh;
}
.aiburobhat_banner .hero_contant {
  width: 100%;
  text-align: center;
  padding: 60px 215px;
  /* justify-content: end; */
}
.aiburobhat_banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(
    to right,
    rgb(0 0 0 / 66%),
    rgba(0, 0, 0, 0.1) 100%,
    transparent 85%
  ); */
  background: rgba(0, 0, 0, 0.3);
}

/*End Aiburobhat */

/* why-choose-us  */

.why-choose-us h2 {
  font-size: 42px;
  margin-bottom: 40px;
  font-weight: bold;
}
.why-choose-us .content_info {
  overflow-y: scroll;
  max-height: 65vh;
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--lightprimary) transparent;
}

/* .why-choose-us .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
} */

/* .why-choose-us .card {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 70px 45px;
  
  width: 100%;
  
  color: white;
  transition: all 0.3s ease;
} */

/* .why-choose-us .card:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.why-choose-us .icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.why-choose-us .card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.why-choose-us .card p {
  font-size: 14px;
  line-height: 1.5;
} */

.SignatureDishes {
  width: 100%;
  /* min-height: 67px; */
  display: flex;
  align-items: center;
  background-image: url(../images/pattern/pattern2.png);
  /* background-size: 67px; */
  background-repeat: repeat;
  background-color: #fadeaa;
  padding: 70px 0;
  padding-bottom: 45px;
}
.why-choose-us {
  width: 100%;
  /* min-height: 67px; */
  /* display: flex; */
  /* align-items: center; */
  /* background-image: url(../images/pattern/pattern2.png); */
  /* background-size: 67px; */
  /* background-repeat: repeat; */
  background-color: #fadeaa;
  padding: 70px 0;
  padding-bottom: 45px;
}
.SignatureDishes .slider-wrapper {
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}

.SignatureDishes .slide-image-container {
  position: relative;
}

.SignatureDishes .slide-image-container img {
  width: 100%;
  display: block;
  border-radius: 16px 16px 0 0;
}

.SignatureDishes .slide-description h3 {
  margin: 0;
  font-size: 22px;
  color: #3a2e1f;
}

.SignatureDishes .slide-description p {
  margin-top: 10px;
  color: #5c4a36;
  font-size: 15px;
  /* line-height: 1.6; */
}

.SignatureDishes .swiper-pagination {
  margin-bottom: 20px;
  text-align: left;
  position: absolute;
  bottom: 17%;
}

.SignatureDishes .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}

.SignatureDishes .swiper-pagination-bullet-active {
  opacity: 1;
  height: 11px;
  width: 115px;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  border-radius: 8px;
}

.testimonial {
  width: 100%;
  /* min-height: 67px; */
  display: flex;
  align-items: center;
  background-image: url(../images/services/testimonial-bg.png);
  /* background-size: 67px; */
  background-repeat: repeat;
  background-color: #fadeaa;
  padding: 70px 0;
  padding-bottom: 45px;
}

.testimonial .swiper-slide {
  text-align: center;
  border-radius: 40px;
  padding: 30px 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.testimonial .swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-container {
  /* padding: 50px; */
  border-radius: 10px;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  color: white;
  text-align: center;
  max-width: 800px;
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
}

.testimonial-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
}

.testimonial-text {
  margin-top: 50px;
  font-size: 17px;
  line-height: 1.7;
}

.testimonial-stars {
  margin: 20px 0;
  font-size: 24px;
  color: #ffd700;
}

.testimonial-name {
  font-size: 18px;
}

/* events */

.events {
  width: 100%;
  /* min-height: 67px; */
  display: flex;
  align-items: center;
  background-image: url(../images/pattern/pattern2.png);
  /* background-size: 67px; */
  background-repeat: repeat;
  background-color: #fadeaa;
  padding: 70px 0;
  padding-bottom: 45px;
}
.events-items img {
  width: 100%;
}

/* .booking-section {
  background: url(../images/services/booking_bg.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  min-height: 100vh;
} */

.booking-form {
  background-color: var(--primary-color); /* red background */
  padding: 40px 30px;
  /* max-width: 500px; */
  width: 100%;
  border-radius: 5px;
  color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.booking-form h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

.booking-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  padding: 15px;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  background: transparent;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: white;
}
.booking-form select {
  color: white;
}
.booking-form input[type="date"]:invalid::-webkit-datetime-edit {
  color: white;
}
.booking-form select option {
  color: #000 !important;
}
.booking-form input[type="date"] {
  position: relative;
}

.booking-form button {
  background-color: white;
  color: #f44336;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.booking-form button:hover {
  background-color: #ffe2e2;
}
.Book_now {
  color: var(--primary-color);
}
/* gallery page */

.Gallery_body {
  padding-bottom: 50px;
}
.Gallery_body .filter-buttons {
  text-align: center;
  padding: 20px 0;
  display: flex;
  margin-bottom: 40px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.Gallery_body .filter-buttons button {
  padding: 10px 20px;
  /* margin: 5px; */
  border: none;
  background-color: #fff;
  color: var(--primary-color);
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.Gallery_body .filter-buttons button.active,
.Gallery_body .filter-buttons button:hover {
  background: var(--primary-color);
  color: white;
}

.Gallery_body .grid {
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  margin: auto;
}

.Gallery_body .grid-item {
  position: absolute;
  width: calc(25% - 15px);
  height: 250px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.Gallery_body .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.Gallery_body .grid-item.is-hidden {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

/*End gallery page */
/***********Youtube Video play*****************/
.video-wrapper {
  position: relative;
  width: 100%;
  height: 400px; /* adjust for your design */
  overflow: hidden;
  border-radius: 10px;
  background: #000; /* fallback while loading */
}

/* Thumbnail overlay (visible first) */
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease;
  z-index: 2;
  cursor: pointer;
}

.video-overlay .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crops black bars */
  object-position: center;
}

.play-btn {
  position: absolute;
  width: 85px;
  height: 85px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 38px;
  color: #fff;

  backdrop-filter: blur(6px);
  border: 2px solid rgba(255, 255, 255, 0.5);

  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 40px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

/* Iframe (hidden until loaded) */
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
}

/********************inner page css*************************/
.inner-hero-section {
  position: relative;
  min-height: var(--hero-height);
  overflow: hidden;
}

.inner-hero-section .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps aspect ratio while filling */
  z-index: 0;
}

.inner-hero-section .hero-inner {
  position: relative;
  z-index: 1; /* Ensures content is above image */
  min-height: var(--hero-height);
  display: flex;
  align-items: center;
  max-width: 950px;
}

.inner-hero-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
/* Overlay effect if needed */

.inner-hero-section .hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}

.inner-hero-section .hero-sub {
  color: #ffffff;
  font-size: 18px;
}

.inner-hero-section .cta-wrap .btn {
  min-width: 170px;
}
/************************inner page css end***********************************/

/***************************media query start***************************************/
@media (max-width: 575.98px) {
  .choose_wrapper .heading {
    font-size: 2.5rem;
  }

  .choose_wrapper .item {
    display: flex;
    flex-direction: column;
  }

  .choose_wrapper .item_content,
  .choose_wrapper .item_media {
    height: 90vh;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .choose_wrapper .item_number {
    left: 0;
    top: 1.5rem;
    position: relative !important;
  }
  .why-choose-us h2 {
    font-size: 30px !important;
    margin-bottom: 15px !important;
    margin-top: 35px;
  }
  .inner-hero-section .hero-title {
    font-size: 1.8rem;
  }
  .inner-hero-section .hero-content {
    padding: 48px 0;
  }
}

@media (min-width: 576px) {
  .hero-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .hero-title {
    font-size: 2.75rem;
  }
}
@media (min-width: 769px) {
  .hide-header {
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .offer_main {
    padding: 0.7rem 0 2rem 0 !important;
  }
  .offer_info_body h3 {
    margin-top: 5px !important;
  }
  .social-icons .phone-item a {
    justify-content: center;
  }
  .floating_btn {
    bottom: 125px !important;
  }
  .scroll-top.active {
    bottom: 70px !important;
  }
  .home-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    background: var(--primary-color);
    justify-content: space-evenly;
    color: white;
    align-items: center;
  }
  .call-btn,
  .direction-btn {
    width: 50%;
    text-align: center;
    flex-grow: 1;
    color: white;
    padding: 15px;
  }
  .home-footer:after {
    content: "";
    height: 40px;
    width: 1px;
    background: #ee9b9f;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 9px;
  }
  .footer {
    margin-bottom: 55px;
  }
}

@media (max-width: 550px) {
  .social-icons .for_mobile a:nth-child(-n + 2) {
    display: block;
  }
}
@media (max-width: 991px) {
  .recent-blog-posts .post-box .post-title {
    font-size: 20px;
  }
}

@media (max-width: 850px) {
  .recent-blog-posts p {
    color: var(--primarytext);
  }
}
@media (max-width: 767px) {
  .recent-blog-posts .row {
    gap: 25px;
  }
  .no_available img {
    width: 100%;
  }
  .offer-banner {
    display: block !important;
  }
  .price-wrapper {
    justify-content: center;
  }
}
@media (min-width: 500px) {
  .ribbon {
    flex: 1 100%;
  }
}
@media (min-width: 992px) {
  .header .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 768px) {
  .header .container {
    max-width: 720px;
  }
}
/* Media Queries for Mobile */

@media (max-width: 992px) {
  .social-icons a {
    padding: 0.5rem 0.5rem;
  }
  .site-logo {
    position: inherit;
  }
  .toggle-icons {
    display: block;
  }
  .site-logo:after {
    z-index: -1;
    width: 100px;
    height: 100px;
    bottom: -45px;
  }
  .header {
    height: 60px;
  }

  .header.scrolled .site-logo img {
    height: 85px;
    bottom: -30px;
    transition: all 0.5s;
  }
  .header.scrolled .site-logo:after {
    width: 85px;
    height: 85px;
    bottom: -30px;
    transition: all 0.5s;
  }
  /* .social-icons {
    display: none;
  } */

  .social-icons > :not(:first-child):not(:nth-child(2)) {
    display: none;
  }

  .follow-us .social-icons {
    display: flex;
  }

  .toggle-icon {
    display: block;
  }

  /* Mobile nav hidden by default */
  .desktop-nav {
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    left: -100%;
    height: 100%;
    transition: all 0.5s;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    width: 100%;
    margin-left: -105%;
  }

  .desktop-nav ul {
    list-style: none;
    padding: 20px;
    display: block;
    transition: 0.5s;
    width: 0%;
  }

  .nav-menu li {
    padding: 0px;
  }

  .desktop-nav ul li a {
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 500;
  }

  .desktop-nav.open {
    left: 0;
    display: block;
    transition: all 0.5s;
    z-index: 99;
    margin-left: 0%;
  }
  .desktop-nav.open ul {
    position: absolute;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    background-color: white;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 9998;
    width: 80%;
    height: 100%;
  }

  .site-logo img {
    height: 100px;
    right: inherit;
    bottom: -45px;
  }
}
@media (max-width: 992px) {
}
@media (min-width: 1400px) {
  .header .container {
    max-width: 1320px !important;
  }
}
@media (max-width: 991px) {
  .hero_blog {
    padding: 0;
  }
  /* .follow-us {
    margin: 0 0 0px 0px;
  } */

  .blogpost {
    padding: 40px;
    min-height: 150px;
  }

  .navigation-content {
    padding-left: 0px;
    text-align: center;
  }

  .next-post .navigation-content {
    padding-right: 0px;
    text-align: center;
  }

  .blogpost:hover .navigation-content {
    transform: translate(20px, 0px);
  }

  .blogpost.next-post:hover .navigation-content {
    transform: translate(-20px, 0px);
  }
  .blog-navigation .col-md-6 {
    width: 50%;
  }
  .blog-navigation h2 {
    max-width: inherit;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .aboutUs p {
    font-weight: 600;
    text-align: justify;
    /* text-align: center; */
  }
  .aboutUs,
  .birthdayCatering {
    padding: 30px 0px !important;
  }
  .for_desktop {
    display: none !important;
  }
  .for_mobile {
    display: block;
  }
  .social-icons .for_mobile {
    display: flex;
  }

  .booking-box a {
    width: 230px;
    top: -33px;
  }
  .booking_image {
    width: 230px;
  }
  .booking h2 {
    font-size: 1.5rem;
    top: 17px;
    width: auto;
  }
  .aboutUs {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .jamindariThali {
    background: #fadeaa;
  }
}
@media (max-width: 767px) {
  .menu {
    display: block;
  }
  .menus_slider {
    display: none;
  }
  .menus_slider .swiper-slide-active {
    transform: scale(1.5) !important;
  }
  .menu-slider .swiper-slide-next {
    opacity: 1;
    transform: scale(1.5);
    z-index: 1;
  }
  .map_location {
    height: 70vh !important;
    /* margin: 0px -12px; */
    margin-bottom: 15px;
  }
  .map_location iframe {
    max-height: 100% !important;
    height: 100% !important;
  }
  .container-fluid {
    padding: 0px 1rem;
  }
}
@media (max-width: 767px) {
  .experience_info h3 {
    font-size: 3rem;
    line-height: 4rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .experience_info {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .food_text {
    height: 40px;
    margin: 35px auto;
    display: flex;
  }
  .menu_info .food_text {
    height: 40px;
    margin: 35px auto;
    display: flex;
  }
  .instagram_feed .food_text {
    height: 25px;
  }
  .book-dining .food_text {
    height: 25px;
  }
  .foodServices {
    padding: 30px 0;
  }
  .menu_info p {
    text-align: center;
  }
  .thali_menu .menu-item {
    text-align: center;
  }
  .thali_menu {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .testimonial .swiper.testimonial-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .testimonial-container {
    padding: 0px !important;
  }
  .SignatureDishes .swiper-pagination {
    bottom: 23% !important;
  }
  .hero_contant {
    top: 100px;
  }
  .mobile_d_block {
    margin: auto;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
  }
  .hero_contant h1 {
    font-size: 1.7rem;
  }
  .hero {
    width: 100%;
    min-height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0px;
  }
  .hero img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
  }
  .hero_contant {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .aiburobhat_banner .hero_contant {
    padding: 0px 15px;
  }
  .hero_contant h1 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .Gallery_body .grid-item {
    width: calc(33.333% - 15px);
  }
}

@media screen and (max-width: 768px) {
  .Gallery_body .grid-item {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 480px) {
  .Gallery_body .grid-item {
    width: 100%;
  }
}
/***************************media query end***************************************/
