@font-face {
  font-family: SplineSans-Regular;
  src: url("../../fonts/SplineSans-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: SplineSans-Bold;
  src: url("../../fonts/SplineSans-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: SplineSans-Medium;
  src: url("../../fonts/SplineSans-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: SplineSans-Light;
  src: url("../../fonts/SplineSans-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: SplineSans-SemiBold;
  src: url("../../fonts/SplineSans-SemiBold.ttf");
  font-weight: 600;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: SplineSans-Regular !important;
}

.splineSans_B {
  font-family: SplineSans-Bold !important;
}

.splineSans_SB {
  font-family: SplineSans-SemiBold !important;
}

.splineSans_M {
  font-family: SplineSans-Medium !important;
}

.splineSans_R {
  font-family: SplineSans-Regular !important;
}

.splineSans_L {
  font-family: SplineSans-Light !important;
}

.body {
  width: 100%;
  --tw-bg-opacity: 1;
  /* background-image: url("../../images/bgimg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  /* height: 100vh; */

}

body::before {
  content: '';
  height: 110vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9;
  background-color: rgba(255, 255, 255, 0.1);
}

.main-layout {
  padding: 40px 0px 0px 0px;
}

.custom-container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 1600px; */
  margin: auto;
  position: relative;
  z-index: 9;
  width: 100%;
}

.mediaquery-for-tabs {
  flex-direction: column;
}

.login-btn {
  color: #fff;
  background-color: transparent;
  border: 0px;
  font-family: SplineSans-Regular;
  padding: 13px 25px;
  font-size: 1.6rem;
}

.fine-navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  width: 100%;
}

.fine-navbar {
  padding-left: 50px;
}

.fine-navbar .nav-link {
  color: #fff !important;
}


.fine-navbar .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #9A3CFE !important;
}

.fine-navbar .nav-link:hover {
  color: #9A3CFE !important;
}

button:focus {
  outline: none !important;
  border: 0px;
}

.fine-navbar .white-btn:hover {
  color: #000 !important;
}

.white-btn,
.fine-navbar .white-btn {
  color: #000 !important;
  background-color: #fff;
  border-radius: 8px;
  font-family: SplineSans-Medium;
  border: 0px;
  padding: 13px 17px !important;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-size: 1.5rem;
  min-width: 155px;
}

.send-btn {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  font-family: SplineSans-Medium;
  border: 0px;
  padding: 13px 35px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-size: 1.6rem;
  margin-top: 25px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.white-btn img {
  transition: transform 0.3s ease-in-out;
}

.white-btn:hover img {
  transform: translateX(5px);
  /* Moves the arrow 5px to the right */
}



/* ************************** main template header***************************** */
nav .navbar-nav .nav-link,
nav .navbar-nav button,
nav .navbar-nav .dropdown-item {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s ease-in-out all;
}


nav .navbar-nav button:after {
  background-image: url("../../images/page8/dropdown.svg");
  border: 0;
  width: 10px;
  height: 10px;
  top: 4px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

nav .dropdown-menu {
  background-color: #000000;
  min-width: 130px;
  border-radius: 10px;
  border: 1px solid #262626;
  top: 40px !important;
  left: -20px !important;
  padding: 11px 0;
}

nav .dropdown-menu:after {
  content: '';
  position: absolute;
  right: 19%;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 13px solid #000000;
  clear: both;
}

nav .dropdown-menu:before {
  content: '';
  position: absolute;
  right: 16.9%;
  top: -14px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #262626;
}

nav .dropdown-menu li:last-child .dropdown-item {
  border: 0;
}

nav .dropdown-menu .dropdown-item {
  font-size: 1.4rem;
  padding: 6px 18px;
}

nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #9A3CFE;
}

/* **************************banner***************************** */


.banner {
  position: relative;
  /* z-index: 8; */
  text-align: center;
  padding: 80px 0px 0px 0px;

}

.banner:before {
  content: '';
  background-image: url('../../images/Ellipse1.svg');
  width: 100%;
  height: 1000px;
  left: -9%;
  position: absolute;
  bottom: -70%;
  background-size: 100% 100%;
  z-index: -4;
}

.banner:after {
  content: '';
  background-image: url('../../images/Ellipse2.svg');
  width: 700px;
  height: 1000px;
  right: 0;
  position: absolute;
  bottom: -40%;
  background-size: 100% 100%;
  z-index: -4;
}

.banner-heading {
  font-size: 7rem;
  color: #fff;
  font-family: SplineSans-Bold;
}

.banner-specil-char {
  background: linear-gradient(90deg, #3C8EFE, #9A3CFE);
  font-size: 7rem;
  font-family: SplineSans-Bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.banner-text {
  color: #fff;
  font-family: SplineSans-Regular;
  line-height: 30px;
  font-size: 2rem;
  line-height: 30px;
  max-width: 750px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.best-section-img {
  width: 100%;
}

.banner .white-btn {
  font-size: 1.6rem;
}

/* ************************ best section *****************************/
.best-section {
  position: relative;
  z-index: 1;
}

/* ************************tab section*****************************/
.tab-sec {
  margin-bottom: 50px;
}

.tab-img {
  max-height: 640px;
  /* width: 100%; */
  border-radius: 8px;
  width: 100%;
  display: block;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  object-fit: cover;
  cursor: pointer;
}

.tab-name {
  font-size: 1.8rem;
  font-family: SplineSans-Medium;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 20px;
  margin-left: 0px;
}

.all-templates-heading {
  font-size: 2.7rem;
  color: #fff;
  font-family: SplineSans-Bold;
  text-align: center;
  padding: 40px 0px 45px 0px;
}

.tab-item {
  position: relative;
  display: inline-block;
  width: 100%;
}

.tab-item:hover .tab-img {
  /* transform: scale(1.1); */
  filter: brightness(50%);
  /* Darkens background */

}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.prev-btn {
  color: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 12px 25px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  font-size: 1.5rem;
}

.prev-btn:hover {
  background-color: #fff;
  color: #000;
  /* transition: 0.3s ease-in-out;/ */
}

.tab-item:hover .overlay {
  opacity: 1;
}


.all-templates {
  padding-top: 50px;
  padding-bottom: 45px;
}

/*****************************tab content*****************************/
.all-templates .nav-tabs {
  border-bottom: none;
  display: flex;
  position: relative;
  gap: 20px;
  padding: 10px 0px 5px 0px;
  /* border-bottom: 1px solid gray; */
}

.all-templates {
  position: relative;
}

.all-templates:before,
.all-templates:after {
  content: '';
  background-image: url('../../images/Star1.svg');
  width: 100%;
  height: 500px;
  left: -11%;
  top: 7%;
  position: absolute;
  background-size: 100% 100%;
  z-index: -4;
}

.all-templates:after {
  width: 300px;
  height: 500px;
  bottom: 10%;
  right: 30%;
  left: unset;
  top: unset;
}

.chef-sec:after {
  content: '';
  background-image: url('../../images/Star1.svg');
  width: 100%;
  height: 800px;
  left: 0;
  bottom: 14%;
  position: absolute;
  background-size: 100% 100%;
  z-index: -4;
}

.gap-45 {
  gap: 70px;
}

.all-templates .nav-link {
  background-color: transparent;
  border: 0px;
  color: #B4B4B4 !important;
  font-size: 1.6rem;
  padding: 12px 0px;
  position: relative;
  transition: color 0.3s ease;
  font-family: SplineSans-Regular;
  white-space: nowrap;
}

.all-templates .nav-link.active {
  color: #fff !important;
  font-family: SplineSans-Medium;
  background-color: transparent;
}

.all-templates .nav-link.active::after {
  width: 100%;
  left: 0;
}

.all-templates .tab-content {
  /* background: #1c1c1c; */
  /* padding: 20px; */
  border-radius: 8px;
  margin-top: 10px;
}

.all-templates .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  color: #fff;
  border: 0px;
}

.all-templates .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}


/****************************Pagination********************************/

.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagintion-enteries {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: SplineSans-Regular;
  margin-bottom: 0;
}

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

.pagination li {
  margin: 0 5px;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #525151;
  color: #bbb;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s, color 0.3s;
  font-family: SplineSans-Regular;
  font-size: 1.3rem;
}

.pagination a:hover,
.pagination .active a {
  background: #FFFFFF;
  color: #191919;
  font-weight: 600;
}

/* **************************footer***************************** */
.footer:after,
.footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 423px;
  background-image: url("../../images/Ellipse6.svg");
  z-index: -1;
  background-repeat: no-repeat;
}


.footer:before {
  top: -41%;
  left: 0;
  background-position: left;
  background-size: auto 59rem;
}

.footer:after {
  background-image: url("../../images/Ellipse5.svg");
  right: 0;
  bottom: 0%;
  background-position: right top;
  z-index: 2;
}

.footer-container.custom-container {
  padding-bottom: 50px;
}

.footer {
  position: relative;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  padding: 75px 0px 0px 0px;
  /* background-image: url("../../images/footerbg.png"); */
  background: rgba(255, 255, 255, 0.11);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 30%;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  z-index: 9;
}

.footer-left {
  width: 30%;
}

.footer-left-heading {
  font-size: 1.8rem;
  font-family: SplineSans-Regular;
  color: #fff;
}

.footer-left-inner {
  display: flex;
  justify-content: space-between;
}

.about {
  padding-left: 0px;
  list-style: none;
}

.about li {
  padding: 0px 0px 10px 0px;
}

.about li a {
  color: #FFFFFF;
  font-family: SplineSans-Regular;
  text-decoration: none;
  font-size: 1.6rem;
}

.footer-right {
  width: 50%;
}

.footer-right-inner {
  color: #FFFFFF;
  font-family: SplineSans-Regular;
  font-size: 1.6rem;
  margin: 20px 0px 30px 0px;
}

.social-icons a {
  margin-right: 10px;
}


.footer-bottom {
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0px 15px 0px;
}

.footer-bottom-inner {
  margin-bottom: 0px;
  font-family: SplineSans-Regular;
  font-size: 1.6rem;
  position: relative;
  z-index: 9;
}

.close:hover {
  background-color: transparent;
  color: transparent;
}

.contact-us-spacing {
  margin-bottom: 70px;
}

/*************************image modal***********************************/

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding-top: 50px;
  overflow-y: auto;
  /* Enables vertical scrolling */
}

/* Ensures the image is contained within a scrollable modal */
.modal-content {
  max-width: 90%;
  /* Adjust based on design */
  max-height: 80vh;
  /* Ensures it doesn't exceed viewport height */
  margin: auto;
  display: block;
  object-fit: contain;
  /* Keeps the aspect ratio */
}


.close {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  cursor: pointer;
}




/* ***************************about us ***************************************/

.about-us {
  padding-top: 14rem;
  position: relative;
}

.about-us-inner {
  padding-bottom: 75px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12)
}


.about-us-heading {
  color: #fff;
  font-family: SplineSans-SemiBold;
  font-size: 5.7rem;
}

.about-us-para {
  color: #fff;
  font-family: SplineSans-Regular;
  font-size: 2rem;
  line-height: 38px;
}

.about-us-inner-left {
  padding-right: 48px;
  text-align: end;
}

.about-us .white-btn {
  font-size: 1.6rem;
  min-width: 156px;
}

/* .about-pic {
  position:absolute;
  top:38px;
  right: 38px;
} */
.about-img {
  padding-top: 3rem;
}

.about-img img {
  width: 100%;
}

.gradient-box {
  width: 320px;
  height: 250px;
  /* background: linear-gradient(90deg, #3C8EFE, #9A3CFE); */
  background: linear-gradient(90.14deg, rgba(60, 142, 254, 0.5) 0.08%, rgba(154, 60, 254, 0.5) 95.94%);
  border-radius: 18px;
  position: absolute;
  top: -6px;
  right: -40px;
  z-index: -1;
}

/* ***************************our story***************************************/


.our-story {
  padding-top: 9rem;
  padding-bottom: 0;
}

.our-story-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.our-story-inner-left {
  padding-left: 48px;
}

.our-story-inner-right {
  /* padding: 0px 70px; */
  text-align: left;
}

.our-story-heading {
  color: #fff;
  font-family: SplineSans-SemiBold;
  font-size: 5.7rem;
}

.our-story-img {
  padding-top: 4rem;
}

.our-story-img img {
  width: 100%;
}

.our-story-para {
  color: #fff;
  font-family: SplineSans-Regular;
  font-size: 2rem;
  line-height: 38px;
}

.our-story .white-btn {
  font-size: 1.6rem;
  min-width: 156px;
}

.our-story-gradient-box {
  width: 320px;
  height: 250px;
  background: linear-gradient(90.14deg, rgba(60, 142, 254, 0.5) 0.08%, rgba(154, 60, 254, 0.5) 95.94%);
  border-radius: 18px;
  position: absolute;
  top: 0px;
  left: -40px;
  z-index: -1;
}

/**************************signature dishes****************************/


.signature-dishes {
  padding: 100px 0px;
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
  background-color: rgba(255, 255, 255, 0.11);
  position: relative;

}

.signature-dishes:after,
.signature-dishes:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../images/Ellipse6.svg");
  left: 0;
  top: -5%;
  z-index: -1;
  background-repeat: no-repeat;
}

.signature-dishes:after {
  background-image: url("../../images/Ellipse5.svg");
  right: 0;
  bottom: -15%;
  top: unset;
  left: unset;
  background-position: right bottom;
}

.signature-dishes img {
  border-radius: 20px;
}

.large-upper,
.large-lower {
  width: 100%;
  height: 505px;
  object-fit: cover;
  padding: 10px;
}

.signature-dishes-upper,
.signature-dishes-lower {
  display: flex;
  align-items: start;
}

.signature-dishes-upper-left,
.signature-dishes-lower-right {
  width: 50%;
}

.signature-dishes-upper-right,
.signature-dishes-lower-left {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 50%;
  /* justify-content: space-around; */
}

.signature-dishes-upper-right .img-box,
.signature-dishes-lower-left .img-box {
  width: 50%;
  object-fit: cover;
  height: 254px;
}

.img-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  padding: 10px;
}

/**************************contact us****************************/

.contact-us {
  padding: 80px 0px;
  position: relative;
}

.contact-us:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 700px;
  background-image: url('../../images/Star1.svg');
  left: 0;
  top: -3%;
  z-index: -9;
  background-position: left;
  background-repeat: no-repeat;
}


.contact-us-inner-left {
  background-image: linear-gradient(90deg, #3C8EFE, #9A3CFE);
  padding: 35px 30px;
  border-radius: 14px;
}

.contact-us-inner-right {
  border-radius: 10px;
}

.form-contact-us-heading {
  font-size: 2.7rem;
  font-family: SplineSans-Bold;
  color: #fff;
  margin-bottom: 55px;
  /* text-align: center; */
  position: relative;
}

.form-contact-us-heading::after {
  content: '';
  height: 2px;
  position: absolute;
  width: 76px;
  background-color: #fff;
  bottom: -14px;
  left: 40px;
}

.form-group-label {
  font-size: 1.6rem;
  font-family: SplineSans-Bold;
  color: #fff;
  margin-bottom: 15px;
}

.form-control-input {
  border-radius: 10px;
  font-size: 1.6rem;
  padding: 13px 20px;
  height: unset;
}

textarea.form-control {
  min-height: 100px;
}

.form-group {
  margin-bottom: 2rem;
}

.form-control-input::placeholder {
  color: #B7B7B7;
}


/* Modal Background */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  /* backdrop-filter: blur(5px); */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: auto;
}

/* Modal Content */
.video-modal-content {
  width: 100%;
  /* max-width: 1020px; */
  max-width: fit-content;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Video Container */
.video-container {
  position: relative;
  width: 100%;
  height: 635px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}

.video-container:hover::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play/Pause Button */
.play-button {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border: 4px solid #00000000;
  background-repeat: no-repeat;
}

/* Default Play Button */
.play-button {
  background-image: url("../../images/play.png");
}

/* Show play button when video is paused */
.video-container video:not(.playing)+.play-button {
  opacity: 1;
}

/* Hide play button when video is playing */
.video-container video.playing+.play-button {
  opacity: 0;
}

/* Keep play button visible when hovering */
.video-container:hover video.playing+.play-button {
  opacity: 1 !important;
  background-image: url("../../images/pause.png");
}


/* Close Button */
.close-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 150%);
  /* right: 15px; */
  background: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* .close-btn::after {
  content: "✕";
  font-size: 1.8rem;
  color: #333;
} */


.navbar-toggler {
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
}

.navbar-toggler-icon {
  background-image: url("../../images/hamburger.png");
}

/* ***************************responsive***************************************/
@media (min-width: 768px) {
  .mediaquery-for-mobile {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .mediaquery-for-tabs {
    flex-direction: row;
  }

}

.mediaquery-for-mobile {
  flex-direction: column;
}

@media (min-width: 1440px) {

  .custom-container {
    max-width: 1440px;
    padding-left: 100px;
    padding-right: 100px;
  }

}

@media (min-width: 1499.98px) {

  .custom-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .mediaquery-for-mobile {
    flex-direction: row;
  }
}

@media(min-width:1023px) {
  .signature-dishes .custom-container {
    max-width: 1211px;
    padding: 0 100px;
  }
}

@media (max-width: 1439px) {
  .custom-container {
    padding: 0 50px;
  }
}

@media (max-width: 1250px) {


  .banner-heading,
  .banner-specil-char,
  .about-us-heading,
  .our-story-heading {
    font-size: 5rem;
  }

  .about-us-para,
  .our-story-para {
    font-size: 1.8rem;
    line-height: 33px;
  }
}

@media (max-width: 1200px) {
  .fine-navbar {
    background: rgba(0, 0, 0, 0.9294117647);
    padding: 20px 50px;
    position: absolute;
    width: calc(100% + 100px);
    margin: auto;
    left: -50px;
    margin-top: 0;
    /* height: 100vh; */
    color: #000;
    justify-content: flex-start;
    top: 7rem;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .fine-navbar-nav {
    max-width: 100%;
  }

  nav .navbar-nav li {
    width: 100%;
    padding: 20px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
  }

  .navbar-nav .dropdown-menu {
    padding: 0;
    width: fit-content;
  }

  nav .navbar-nav li .dropdown li {
    padding: 5px 0;
  }

  nav .navbar-nav li .dropdown li:last-child {
    border: 0
  }

  nav .dropdown-menu:after,
  nav .dropdown-menu:before {
    display: none;
  }

  .social-icons-nav .login-btn {
    padding: 20px 14px;
    text-align: left;
    margin-bottom: 1rem;
  }

  .social-icons-nav .white-btn {
    margin-left: 0 !important;
    width: fit-content;
  }
}

@media(max-width:1100px) {

  .prev-btn,
  .white-btn {
    padding: 10px;
    font-size: 14px;
  }

  /* signature-dishes */
  .large-upper,
  .large-lower {
    height: 415px;
  }

  .signature-dishes-upper-right .img-box,
  .signature-dishes-lower-left .img-box {
    height: 207px;
  }

  .tab-item .overlay button {
    width: fit-content !important;
    min-width: 119px;
    padding: 11px 0;
  }
}

@media (max-width:991px) {

  .play-button,
  .close-btn img {
    width: 50px;
    height: 50px;
  }

  .close-btn {
    top: 95%;
  }

  .contact-us-inner-right {
    height: 400px !important;
  }

  .contact-us-inner-left {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .contact-us-inner-right {
    width: 100% !important;
  }



  .tab-content-images {
    justify-content: center !important;
  }

  .nav {
    flex-wrap: unset;
  }

  .nav-tabs {
    max-width: 700px;
    overflow: auto;
  }

  .best-section-img {
    margin-top: 30px;
  }

  /* .about-us-inner {
    flex-direction: column;
  }

  .our-story-inner {
    flex-direction: column;
  } */

  /* .our-story-inner-left {
    width: 100% !important;
    padding: 0px 30px;
  }

  .our-story-inner-right {
    width: 100% !important;
    text-align: center;
    margin-top: 100px
  } */

  /* .about-us-inner-right {
    width: 100% !important;
    padding: 0px 30px;
  } */

  /* .about-us-inner-left {
    width: 100% !important;
    text-align: center;
    margin-top: 100px
  } */
  .about-us-inner-left {
    /* padding-right: 0; */
    padding-right: 5rem;
  }

  .img-container {
    width: fit-content;
    margin: auto;
  }

  .about-img img,
  .our-story-img img {
    width: 80%;
  }

  .our-story-inner-left {
    /* padding-left: 0; */
    padding-left: 5rem;
  }

  .gradient-box {
    width: 226px;
    right: -46px !important;
    top: -11px !important;
    height: 226px !important;
  }

  .fine-navbar {
    /* padding-left: 0px; */
  }


}

@media (max-width:880px) {
  .footer-left-inner {
    gap: 80px;
  }

  .video-modal-content {
    max-width: 95%;
  }

  video {
    object-fit: contain;
  }

  .footer-left-inner .about li a {
    white-space: pre;
  }

  .about-us-inner-left,
  .about-us-inner-right,
  .our-story-inner-right,
  .our-story-inner-left {
    width: 100% !important;
  }

  .our-story {
    padding-top: 10px;
  }

  .about-us-inner-left {
    margin-bottom: 0;
  }

  .about-us-inner-left,
  .our-story-inner-left {
    margin: 5rem 0;
  }

  .about-us-inner-left {
    margin-bottom: 0;
  }

  .our-story-inner {
    flex-direction: column-reverse;
  }
}

@media (max-width:768px) {

  .large-upper,
  .large-lower {
    height: 100% !important;
  }

  .signature-dishes-upper-right .img-box,
  .signature-dishes-lower-left .img-box {
    height: auto;
  }

  .signature-dishes-upper,
  .signature-dishes-lower {
    flex-direction: column;
  }

  .signature-dishes-upper-left,
  .signature-dishes-lower-right {
    width: 100% !important;
    text-align: center;
  }

  .signature-dishes-upper-right,
  .signature-dishes-lower-left {
    width: 100% !important;
    justify-content: center;
  }

  .about-img img,
  .our-story-img img {
    width: 100%;
  }



  .footer-container {
    flex-direction: column;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    margin-top: 25px;
    width: 100%;
  }

  .footer-right-inner {
    margin-bottom: 20px;
  }

  .about-us-inner-left {
    text-align: center !important;
    /* padding: 0px 0px !important; */
  }

  /* .our-story-inner-right {
    text-align: center !important;
    padding: 0px 0px !important;
  } */


  .contact-us:after {
    background-position: right;
  }

  .about-us {
    padding-top: 8rem;
  }

  .about-us.chef-sec {
    padding-top: 0;
  }

  .about-us-para,
  .our-story-para {
    margin-top: 11px !important;
  }

  .banner {
    padding-top: 30px;
  }
}

@media (max-width:550px) {

  .about-us-inner-left {
    margin-top: 4rem;
  }

  .our-story-inner-right {
    margin-top: 2rem;
  }

  .banner-heading,
  .banner-specil-char,
  .about-us-heading,
  .our-story-heading {
    font-size: 4rem;
  }

  .about-us-para,
  .our-story-para {
    font-size: 1.6rem;
    line-height: 26px;
  }

  .custom-container {
    padding: 0 20px;
  }

  .pagination-container {
    flex-direction: column;
  }

  .tab-sec {
    margin-bottom: 20px;
  }

  .pagintion-enteries {
    margin-bottom: 20px;
  }

  .header {
    flex-direction: column;
  }

  .header-inner {
    margin-top: 30px;
  }


  .banner-heading {
    font-size: 4rem;
    margin-top: 30px;
  }

  .banner-specil-char {
    font-size: 4rem;
  }

  .nav-tabs {
    gap: 7px;
    padding: 10px 0px 5px 0px;
  }

  .nav-tabs .nav-link {
    padding: 10px 0px 5px 12px;
  }

}

/* *************** toast *********************** */
.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  min-width: 200px;
  padding: 15px 20px;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  opacity: 0;
  font-size: 14px;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(20px);
  z-index: 9999;
}

.toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.toast.success {
  background-color: #28a745;
}

.toast.error {
  background-color: #dc3545;
}