 /* Reset some default browser styles */
 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }


 :root {

   --dark_green: #1f4808;
   --light_green: #5eb616;
   --primary-green: #266d00;
   --light_beige: #fff584;
   --dark_beige: #e5b14b;
   --dark_brown: #453921;
   --light_brown: #945c18;
   --separtor_color: #E4C590;
   --color-fours: rgb(23, 24, 25);
   --white_color: #ffffff;
   --line_color: #ffffffcc;
   --golden_bg_color: #e4c590;
   --color-one: rgb(167, 167, 167);
   --main-color: rgb(228, 197, 144);
   --margin-bottom-15: 15px;
   --white-color: rgb(255, 255, 255);
   --font-14: 14px;
   --margin-bottom-10: 10px;
   --padding-top-90: 90px;
   --padding-bottom-60: 60px;
   --color-four: rgb(23, 24, 25);
   --margin-bottom-45: 45px;
   --padding-left-20: 20px;
   --margin-bottom-35: 35px;
   --white-color-opacity-two: rgba(255, 255, 255, 0.60);
   --white-color-opacity-three: rgba(255, 255, 255, 0.40);
   --white-color-opacity-four: rgba(255, 255, 255, 0.20);
   --white-color-opacity-five: rgba(255, 255, 255, 0.10);
   --secondary_color: #ffffff;
   --padding-top-40: 40px;
   --padding-right-20: 20px;
   --padding-top-30: 30px;
   --color-five: rgb(14, 13, 12);
   --margin-top-40: 40px;
   --margin-bottom-100: 100px;
   --text-color: rgb(255, 255, 255);
   --color-six: rgb(26, 27, 28);
   --padding-top-100 : 50px;


 }

 .auto-container {
   position: static;
   max-width: 1200px;
   padding: 0px 15px;
   margin: 0 auto;
 }


 .offer-block-three .desc {
   position: relative;
   font-size: var(--font-14);
   color: var(--color-one);
   margin-bottom: var(--margin-bottom-15);
 }

 .menu-one .menu-col .dish-block .title:before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   margin-top: -3px;
   width: 100%;
   height: 6px;
   border-top: 1px solid var(--white-color-opacity-four);
   border-bottom: 1px solid var(--white-color-opacity-four);
 }

 @font-face {
   font-family: 'headding_font';
   src: url('./Asset//Fonts/Playfair_Display/static//PlayfairDisplay-BoldItalic.ttf'),
 }


 @font-face {
   font-family: 'text_font';
   src: url('./Asset//Fonts/Poppins/Poppins-Regular.ttf'),
 }



 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin: 0;
   font-weight: 800;
   font-family: 'headding_font';
   color: var(--dark_green);
   line-height: 1.2;

 }




 /* Container class for layout */
 .container {
   /* width: 1440px; */
   margin: auto;
   height: 100%;

 }

 .box_shadow {
   box-shadow: 13px 12px 96px -43px #05061373;

 }

 h1 {

   font-size: 120px;
   color: var(--secondary_color);
   line-height: 1.2;
 }

 h2 {

   font-size: 60px;
   color: var(--secondary_color);
   line-height: 1.2;
 }

 h3 {

   font-size: 35px;
   color: var(--tex_color_bluish);
   line-height: 1.2;
 }

 h4 {

   font-size: 25px;
   color: var(--tex_color_bluish);
   line-height: 1.2;
 }

 h5 {

   font-size: 21px;
   color: var(--tex_color_bluish);
   line-height: 1.2;
 }

 h6 {

   font-size: 32px;
   color: var(--tex_color_bluish);
   line-height: 1.2;
 }

 p {
   font-family: 'text_font';
   font-size: 16px;
   color: var(--text_color_grey);
   line-height: 1.5;
   margin: 0;
 }

 span {
   font-family: 'text_font';
   font-size: 24px;
   color: var(--text_color_grey);
   line-height: 1.5;
 }

 .yellow1_text {
   color: var(--secondary_color);
 }

 .yellow2_text {
   color: var(--tertiary_color);
 }

 .white_text {
   color: var(--background_color);
 }

 .blue_text {
   color: var(--tex_color_bluish);
 }

 .black_text {
   color: var(--text_color_dark);
 }

 body {
   position: relative;
   background-color: var(--color-fours);
 }

 button.btn {
   font-family: "text_font";
   font-size: 18px;
   padding-block: 16px;
   padding-inline: 32px;
   border-radius: 48px;
   outline: 0px !important;
   width: fit-content;
   white-space: nowrap;
 }

 a {
   font-family: "text_font";
   font-size: 18px;
 }

 .yellow_btn {
   background-color: var(--secondary_color);
   color: var(--tex_color_bluish);
 }

 .blue_btn {
   background-color: var(--btn_blue_bg_color);
   color: var(--background_color);

 }

 .white_btn {
   background-color: var(--background_color);
   color: var(--tex_color_bluish);
   border: 1px solid #0E0F20E5;
 }

 .sub_heading {
   font-family: 'Headding_font';
   color: var(--secondary_color);
   letter-spacing: 4px;
   text-transform: uppercase;
   margin-bottom: var(--margin-bottom-20);
 }

 .main_sect {
   margin-top: 50px;

 }

 .mg {
   margin-top: 5%;
 }


 /***navbar start here***/




 .top_navbar {
   background-color: transparent;
   font-family: cursive;
   font-size: 10px;
   color: #ffffff;
 }

 .main_nav {
   position: fixed;
   z-index: 1100;
   top: 0;
   left: 0;
   width: 100vw;
 }

 .top_navbar svg {
   color: var(--dark_beige);
   /* or any color you like */
 }

 .transparent_navbar .main_navbar {
   background-color: transparent;
 }

 .logo {
   width: 60px;
   height: 68px;
   width: 68px;
   height: 68px;
   background-color: white;
   border-radius: 50%;
   padding: 0;
   margin: 0;
 }

 .logo img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .main_navbar ul li a {
   color: white;
   /* your existing color */
   font-weight: 600;
   /* or 700 for bolder text */
   transition: color 0.3s ease;
 }

 .main_navbar ul li a:hover {
   color: var(--dark_beige);
 }

 .cta {
   border: none;
   background: none;
   cursor: pointer;
   color: var(--dark_beige);
 }

 .cta svg path {
   fill: var(--dark_beige);
 }

 .cta span {
   padding-bottom: 7px;
   letter-spacing: 4px;
   font-size: 14px;
   padding-right: 15px;
   text-transform: uppercase;
 }

 .cta svg {
   transform: translateX(-8px);
   transition: all 0.3s ease;
 }

 .cta:hover svg {
   transform: translateX(0);
 }

 .cta:active svg {
   transform: scale(0.9);
 }

 .hover-underline-animation {
   position: relative;
   color: var(--dark_beige);
   padding-bottom: 20px;
 }

 .hover-underline-animation:after {
   content: "";
   position: absolute;
   width: 100%;
   transform: scaleX(0);
   height: 2px;
   bottom: 0;
   left: 0;
   background-color: var(--dark_beige);
   transform-origin: bottom right;
   transition: transform 0.25s ease-out;
 }

 .cta:hover .hover-underline-animation:after {
   transform: scaleX(1);
   transform-origin: bottom left;
 }


 .video-banner {
   height: 100vh;
   position: relative;
   color: white;
 }

 .bg-video {
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
   width: 100%;
   height: 100%;
   z-index: 0;
 }

 .video-overlay {
   background-color: rgba(0, 0, 0, 0.5);
   /* Optional: dark overlay */
   z-index: 1;
 }

 .video_banner_inener {
   z-index: 2;
   /* position: relative; */
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 20px;
 }

 .separator-img {
   width: 120px;
   height: auto;
 }

 .delight_span {
   font-family: 'text_font';
   font-size: 14px;
   font-weight: 700;
   color: var(--separtor_color);
   text-transform: uppercase;
   letter-spacing: 6px;
   /* margin-bottom: 10px; */
   display: inline-block;
 }

 /***** main_heading and main_para  ******/
 .main_heading {
   font-family: 'headding_font';
   font-size: 60px;
   color: #ffffff;
   text-align: center;
   line-height: 1.2;
 }

 .main_para {
   font-family: 'text_font';
   font-size: 16px;
   color: var(--color-one);
   text-align: center;
   line-height: 1.6;

 }

 /****************our story section start here***********/
 .our_story {
   background-color: var(--color-fours);
   padding: 160px 0;
   color: #e8e8e8;
 }

 .our_story_inner {
   /* height: 100%; */
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 20px;
   padding-inline: 70px;
   padding-bottom: 20px;

 }

 .bigImg {
   width: 500px;
   height: 500px;
   position: relative;

 }

 .bigImg img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center;
   background-repeat: no-repeat;
 }



 .circle {
   height: 200px;
   width: 200px;
   position: absolute;
   right: -94px;
   top: -70px;
 }

 .circular-badge {
  
   width: 100%;
   height: 100%;
  

 }

 .rotating-svg {
   width: 100%;
   height: 100%;
   animation: rotateText 10s linear infinite;
 }

 .center-image {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100px;
   height: 100px;
   transform: translate(-50%, -50%);
   z-index: 2;
 }

 .center-image img {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   object-fit: cover;
 }

 @keyframes rotateText {
   0% {
     transform: rotate(0deg);
   }

   100% {
     transform: rotate(360deg);
   }
 }


 .smallImg-wrapper {
   display: inline-block;
   position: absolute;
   width: 240px;
   left: -80px;
   bottom: -50px;
   background-image: url(./Asset/Images/pattern-8.svg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: 362px;


 }




 .pattern-bg img {
   width: 100%;
   height: 365px;
   object-fit: cover;
 }

 .smallImg {
   position: relative;
   z-index: 1;
 }

 .smallImg img {
   width: 100%;
   height: auto;
   display: block;
 }

 .bkg_3 {
   position: absolute;
   width: 210px;
   height: 200px;
   left: 20px;
   top: 1200px;
   z-index: 10;

 }

 .bkg_3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;

 }

 /** We Offer Section Start **/
 .we_offer {
   position: relative;
   background-color: rgb(14, 13, 12);
   padding: 50px 0;
   overflow: hidden;
 }

 /* Top-right pattern */
 .we_offer::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 343px;
   /* adjust size */
   height: 335px;
   background-image: url('./Asset/Images/bg-2.png');
   /* your top right pattern */
   background-size: contain;
   background-repeat: no-repeat;
   background-position: top right;
   animation: floatTop 2.5s ease-in-out infinite;
   z-index: 1;
   /* behind the content */
 }

 /* Bottom-left pattern */
 .we_offer::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 400px;
   /* adjust size */
   height: 435px;
   background-image: url('./Asset/Images/bg-1.png');
   /* your bottom left pattern */
   background-size: contain;
   background-repeat: no-repeat;
   background-position: bottom left;
   animation: floatBottom 2.5s ease-in-out infinite;
   z-index: 1;
 }

 /* Keyframes for floating */
 @keyframes floatTop {

   0%,
   100% {
     transform: translateY(0px) translateX(0px);
   }

   50% {
     transform: translateY(-10px) translateX(5px);
   }
 }

 @keyframes floatBottom {

   0%,
   100% {
     transform: translateY(0px) translateX(0px);
   }

   50% {
     transform: translateY(10px) translateX(-5px);
   }
 }






 .offer-wrapper {
   position: relative;
   width: 240px;
   height: 300px;
   overflow: hidden;
 }

 /* Pattern background */
 .pattern-bg {
   position: absolute;
   top: 0;
   left: 40px;
   width: 65%;
   height: 100%;
   background-image: url('./Asset/Images/pattern-8.svg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   transition: transform 0.6s ease;
   z-index: 1;
 }

 /* Food Image Wrapper */
 .image-wrapper {
   position: relative;
   z-index: 2;
   top: 30px;
   height: 300px;
   width: 300px;
 }

 .image-wrapper img {
   width: 100%;
   height: 100%;
   object-fit: cover;

   transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
 }

 /* Shine effect */
 .image-wrapper::before {
   content: "";
   position: absolute;
   top: 0;
   left: -75%;
   width: 50%;
   height: 100%;
   background: linear-gradient(120deg,
       rgba(255, 255, 255, 0.1) 0%,
       rgba(255, 255, 255, 0.4) 50%,
       rgba(255, 255, 255, 0.1) 100%);
   transform: skewX(-25deg);
   transition: left 0.5s ease-in-out;
   z-index: 3;
 }

 /* Hover Effects */
 .offer-wrapper:hover .pattern-bg {
   transform: rotateY(180deg);
 }

 .offer-wrapper:hover .image-wrapper::before {
   left: 125%;
 }

 .offer-wrapper:hover .image-wrapper img {
   transform: scale(1.05);
   filter: brightness(1.1) contrast(1.1);
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
 }

 /* Offer Heading */
 .offer_heading {
   color: #ffffff;
   font-family: 'Headding_font';
   /* Make sure 'Headding_font' is properly loaded */
 }

 .offer_link a {
   position: relative;
   color: beige;
   text-decoration: none;
   font-weight: 600;
   transition: color 0.3s ease;
   display: inline-block;
   /* padding-bottom: 8px; */
   /* Space for lines */
 }

 /* Lines */
 .offer_link a::before,
 .offer_link a::after {
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   height: 2px;
   width: 0;
   background-color: beige;
   transition: width 0.3s ease, background-color 0.3s ease;
 }

 /* Position of lines */
 .offer_link a::before {
   bottom: 0;
   /* First line */
 }

 .offer_link a::after {
   bottom: -6px;
   /* Second line slightly below the first */
 }

 /* Hover effect */
 .offer_link a:hover {
   color: white;
 }

 .offer_link a:hover::before,
 .offer_link a:hover::after {
   width: 50%;
   /* You can set to 100% if you want full underline */
   background-color: white;
 }




 /* =====================================menu sect ============================= */


 .nav-tabs {
   justify-content: center;
   gap: 50px;
   padding-block: 30px;
   border-block: 1px solid var(--golden_bg_color);
   flex-wrap: nowrap;

 }

 .nav-tabs li.nav-item {
   display: flex;
   align-items: center;
   gap: 50px;
 }

 .nav-tabs .nav-link.active,
 .nav-tabs .nav-link {
   color: var(--white_color);
   font-family: "headding_font";
 }

 .nav-tabs .nav-link:hover {
   border: unset;
   border-color: transparent;

   /* border-color: #e9ecef #e9ecef #dee2e6; */
   isolation: unset;
 }

 .nav-link {
   transition: none;
 }

 .nav-tabs .nav-link.active {
   background-color: transparent;
   color: var(--white_color);
   border-top: 0;
   border-left: 0;
   border-right: 0;
   border-bottom: 2px solid var(--golden_bg_color);
 }

 .fa-square-full {
   color: var(--golden_bg_color);
 }

 .smallBox {
   height: 10px;
   width: 10px;
   border: 1px solid var(--golden_bg_color);
   animation: spin 6s linear infinite;

 }


 @keyframes spin {
   from {
     transform: rotate(0deg);
   }

   to {
     transform: rotate(360deg);
   }
 }

 .menuItem {
   display: flex;
   align-items: center;
   gap: 15px;
   padding-block-end: 30px;

 }

 .imageBox {
   height: 100px;
   width: 100px;
   border-radius: 22px;
   min-width: 100px;

 }

 .imageBox img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 22px;
 }

 .menuItem h5 {
   color: var(--white_color);
 }

 .menuItemHeadingBox {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 10px;
   padding-bottom: 5px;

 }

 .menuHozrizontalLines {
   height: 5px;
   width: 100%;
   border-top: 1px solid var(--golden_bg_color);
   border-bottom: 1px solid var(--golden_bg_color);
 }

 .menuItemText p {
   color: var(--color-one);
   font-size: 14px;

 }

 .menuHozrizontalLines {
   margin-bottom: -8px;

 }



 .price {
   color: var(--golden_bg_color);
   font-family: 'headding_font';
 }

 .menuItemHeadingBox h5,
 .menuItemHeadingBox span {
   white-space: nowrap;


 }

 .menuItemText {
   width: -webkit-fill-available;

 }

 .tab-content {
   padding-block: 50px;
 }

 .tab-content .row .tabCol_left .menuItem {
   padding-inline-end: 50px;

 }

 .tab-content .row .tabCol_right .menuItem {
   padding-inline-start: 50px;
   border-left: 1px solid var(--golden_bg_color);
 }


 .menu_sect {
   position: relative;
   margin-bottom: 30px;
    margin-top: 50px;
 }

 .menu_sect::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;

   /* size of your image */
   height: 1100px;
   background-image: url('./Asset/Images/bg-5.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: top right;
   z-index: -1;
   animation: floatUpDown 6s ease-in-out infinite;
 }

 .menu_sect::after {
   content: "";
   position: absolute;
   bottom: -270px;
   right: 0;
   width: 100%;

   height: 1100px;
   background-image: url('./Asset/Images/bg-6.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: bottom left;
   z-index: -1;
   animation: floatUpDown 6s ease-in-out infinite;
 }



 @keyframes floatUpDown {
   0% {
     transform: translateY(0px);
   }

   50% {
     transform: translateY(-20px);
     /* move up */
   }

   100% {
     transform: translateY(0px);
     /* back to start */
   }
 }



 /****
====================================================================
  Testimonials Section
====================================================================
 .white_text {
    color: var(--white_color);


****/
 .white_text {
   color: white;
 }

 .top-30 {
   top: 30%;
 }

 .testimonials-section {
   position: relative;
   z-index: 1;
   /* margin-top: 25%; */
   background-image: url('./Asset/Images/famous_pakistani_foods_feast.png');
   background-size: cover;
   height: 450px;
   overflow: hidden;
 }


 .testimonials-section {
   position: relative;
   height: 100vh;
   /* or 600px or whatever fits your design */
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }

 .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgb(0, 0, 0);
   /* Dark semi-transparent */
   z-index: 2;
 }

 .testimonials-section .container {
   position: relative;
   z-index: 2;
 }

 .testimonial_para {
   font-family: 'text_font';
   font-size: 26px;
   white-space: nowrap;
   color: var(--white_color);
 }

 /* Parallax Background */
 .parallax-area {
   background-image: url('./Asset/Images/image-10.jpg');
   /* Your desired background image */
   background-attachment: fixed;
   /* Creates the parallax effect */
   background-position: center;
   background-size: cover;
   height: 400px;
   /* Adjust height for the parallax space */
   z-index: 1;
 }
.parallax-area_2 {
   background-image: url('./Asset/Images/image-7.jpg');
   /* Your desired background image */
   background-attachment: fixed;
   /* Creates the parallax effect */
   background-position: center;
   background-size: cover;
   height: 400px;
   /* Adjust height for the parallax space */
   z-index: 1;
 }
 /**** our_strength section ******/


 .our_strength {
   margin-top: 5%;
   position: relative;
   z-index: 2;
   margin-top: -150px;
   /* Pull it up so it overlaps Testimonials */
   background: #222;
   /* Your background color */
   padding: 150px 0;

 }



 .our_strength_inner {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 20px;

 }

 .inner_cards {
   display: flex;
   justify-content: center;
   gap: 20px;
   padding-block: 50px;
 }

 .card {
   background-color: #1f1f1f;
   /* default fallback */
   padding: 30px 20px;
   margin: 20px 0;
   text-align: center;
   color: white;
   transition: transform 0.4s ease, box-shadow 0.4s ease;
   perspective: 1000px;
   max-width: 260px;
 }

 /* Background colors */
 .cd_1,
 .cd_3 {
   background-color: #282828;
   /* dark grey */
 }

 .cd_2,
 .cd_4 {
   background-color: #333333;
   /* slightly lighter */
 }

 .inner_icon img {
   max-width: 60px;
   margin-bottom: 20px;
 }

 .inner_box_heading h4 {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 15px;
 }

 .inner_box_para p {
   font-size: 14px;
   color: #ccc;
 }

 /* 3D Hover Effect */
 .card:hover {
   transform: rotateY(5deg) scale(1.03);
   box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
 }





 .gallery .top-box {
   background-color: #0c0c0c62;
   height: 50%;
   text-align: center;
 }

 .gallery .image-box img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .gallery .full-image img {
   height: 100%;
   width: 100%;
   object-fit: cover;
 }

 .row.no-gutters {
   margin-right: 0;
   margin-left: 0;
 }

 .row.no-gutters>[class*='col-'] {
   padding-right: 0;
   padding-left: 0;
 }

 .gallery .top-box,
 .gallery .image-box {
   flex: 1 1 50%;
 }

 .gallery .full-image {
   height: 100%;
 }


 .overlay-content {
   position: absolute;
   bottom: 18%;
   margin-left: 50px;
 }

 .main_heading_sab {
   font-family: 'headding_font';
   font-size: 30px;
   color: #ffffff;
   text-align: center;
   line-height: 1.2;
 }


 /* Hide by default */
 #backToTop {
   position: fixed;
   bottom: 40px;
   right: 30px;
   display: none;
   z-index: 999;
   padding: 10px 15px;
   border-radius: 50%;
   font-size: 18px;
 }

 .emptysect {
   height: 100vh;
   margin-top: 400px;
   border-top: 1px solid #E4C590;
 }


 .footer-section {
   background: url('./Asset/Images/image-4.jpg') no-repeat center center/cover;

   color: #fff;
   position: relative;
   height: 800px;
   width: 100%;
 }

 .footer-overlay {
   background-color: rgba(0, 0, 0, 0.6);
   /* Overlay over background image */

   height: 100%;
 }

 .footer-row {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 30px;
 }

 .footer_content {
   padding-top: 10%;
 }

 .footer-col {

   display: flex;
   flex-direction: column;
   justify-content: center;
   gap: 10px;
 }

 .social-media a {
   color: #fff;
   /* margin-bottom: 10px; */
   text-decoration: none;
   font-size: 16px;
 }

 .social-media a i {
   margin-right: 8px;
 }

 .center-box {
   position: relative;
 }

 .margin_logo {
  margin: 0 auto;
 }

 .info-box {
   background-color: #000;
   background-image: url('./Asset/Images/pattern-4.png');
   background-repeat: repeat;
   background-size: auto;
   background-position: center;
   padding: 30px 20px;
   position: relative;
   text-align: center;
   height: 500px;
   width: 634px;
   top: 50px;

 }



 .center-box::before,
 .center-box::after {
   content: "";
   position: absolute;
   top: 50%;
   width: 40px;
   height: 100px;
   background: url('./Asset/Images/pattern-9.svg') no-repeat center center/contain;
   transform: translateY(-50%);
 }

 .center-box::before {
   left: -50px;
   width: 96px;
   height: 500px;
   top: 300px;
 }

 .center-box::after {
   right: -50px;
   right: -42px;
   width: 96px;
   height: 500px;
   top: 300px;
 }

 .footer-logo {
   width: 100px;
   margin-bottom: 15px;
 }

 .footer-address,
 .footer-phone {
   margin: 5px 0;
   font-size: 14px;
 }

 .subscribe-form {
   margin-top: 15px;
   display: flex;
   flex-direction: column;
   align-items: center;
 }

 .subscribe-form input {
   padding: 8px;
   width: 80%;
   margin-bottom: 10px;
   border: none;
   border-radius: 4px;
 }

 .subscribe-form button {
   padding: 8px 16px;
   background: rgb(228, 197, 144);
   padding: 11px 45px;
   border: 2px solid rgb(228, 197, 144);
   border-radius: 0px;
   color: #000;
   letter-spacing: 3px;
   font-weight: 700;


   cursor: pointer;
 }

 .footer-links a {
   color: #fff;
   /* margin: 6px 0; */
   text-decoration: none;
   font-size: 16px;
 }





 /****banner of different pages****/

 .menu-banner {
   position: relative;
   width: 100%;
   height: 60vh;
   min-height: 400px;
   overflow: hidden;
 }

 .banner-img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .menu-banner .overlay {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgba(0, 0, 0, 0.5);
   z-index: 2;
 }

 .delight_span {
   font-size: 14px;
   text-transform: uppercase;
 }

 .main_heading {
   font-size: 2.5rem;
 }

 @media (max-width: 768px) {
   .main_heading {
     font-size: 1.8rem;
   }

   .delight_span {
     font-size: 1rem;
   }
 }

 .main_dishes {
   
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   padding-top: 50px;
   background-color: var(--color-four);
 }


 .menu-card {
   background-color: #1a1a1a;
   border-radius: 10px;
   transition: transform 0.3s ease;
 }

 .menu-card:hover {
   transform: translateY(-5px);
 }

 .menu-card img {
   max-height: 200px;
   object-fit: cover;
   border-radius: 10px;
 }



 .auto-container {
   position: static;
   max-width: 1200px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .offer-block-three {
   position: relative;
   margin-bottom: 35px;
 }

 .offer-block-three .inner-box {
   position: relative;
   display: block;
   text-align: center;
 }


 .offer-block-three .inner-box .image {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 20px;
   background-color: var(--main-color);
   margin-bottom: var(--margin-bottom-15);
   height: 340px;
 }



 a {
   position: relative;
   text-decoration: none;
   cursor: pointer;
   color: var(--main-color);
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .offer-block-three h4 {
   position: relative;
   text-transform: capitalize;
   margin-bottom: 10px;
 }


 .text {
   line-height: 1.6em;
 }



 .offer-block-three .price {
   position: relative;
   font-family: var(--font-family-Forum);
   font-size: var(--font-20);
   color: var(--main-color);
 }



 .special-offer-two .right-bg {
   position: absolute;
   right: 0;
   top: 0;
 }

 .special-offer-two .left-bg {
   position: absolute;
   left: 0;
   bottom: 0;
 }



 .margin_bottom {
   margin-bottom: 5%;
 }





 .menu-one {
   position: relative;
   padding-top: 90pxs;
   padding-bottom: var(--padding-bottom-60);
   overflow: hidden;
   background-color: var(--color-four);
 }


 .menu-one .title-box {
   margin-bottom: var(--margin-bottom-45);
 }



 .title-box h2 {
   position: relative;
   margin-bottom: 0;
   color: white;
 }


 .menu-one .menu-col .inner {
   position: relative;
   display: block;
   padding-left: var(--padding-left-20);
   min-height: 100%;
 }


 .menu-one .menu-col .dish-block {
   position: relative;
   margin-bottom: var(--margin-bottom-35);
 }



 .text_contact_us {
   margin-top: 15px;
 }


 .contact-page .right-bg {
   position: absolute;
   right: 0;
   bottom: 100px;
 }


 .c-page-form-box {
   position: relative;
   background-color: var(--color-five);
   padding: 60px;
   margin-top: var(--margin-top-40);
   margin-bottom: var(--margin-bottom-100);
 }


 .default-form {
   position: relative;
 }

 .c-page-form-box .form-group {
   width: 100%;
   margin-bottom: 20px;
 }

 .default-form .field-inner {
   position: relative;
   display: block;
 }



 .default-form .form-group input[type="text"],
 .default-form .form-group input[type="email"],
 .default-form .form-group input[type="password"],
 .default-form .form-group input[type="tel"],
 .default-form .form-group input[type="url"],
 .default-form .form-group input[type="file"],
 .default-form .form-group input[type="number"],
 .default-form .form-group textarea,
 .default-form .form-group select {
   position: relative;
   display: block;
   height: 56px;
   width: 100%;
   font-size: var(--font-16);
   color: var(--text-color);
   line-height: 34px;
   font-weight: 400;
   padding: 10px 20px;
   background-color: var(--color-six);
   border: 1px solid var(--white-color-opacity-five);
   border-radius: 0px;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
 }





 .btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  color: var(--black-color);
  letter-spacing: 3px;
  font-weight: 700;
  padding: 11px 45px;
  font-size: var(--font-12);
  background: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.btn-style-one .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--black-color);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}


.gallery-section {
  background-color: none;
}

.gallery-grid .gallery-item {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.gallery-box {
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
}

.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 12px;
}

/* Hover Zoom Effect */
.gallery-box:hover img {
  transform: scale(1.1);
}

/* Size Variants */
.gallery-item.large {
  height: 350px;
}

.gallery-item.small {
  height: 250px;
}

.gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.we_offer .cols{
  gap: 16px;
}

.box .our_box_inner h6 {
  color: #ffffff;
  font-family: 'text_font';
  margin:  0 10%;
}

.theme_color {
  color: var(--dark_beige);

}

.order-note p {
  font-family: 'text_font';
}
.order-note {
  margin-bottom:  20px;   
}  



 /* ==============================RESPONSIVE STYLE START HERE ========== */