*,
body {
  font-family: "Open Sans";
}

/* Top Bar */

.primary-back {
  background-color: var(--bg-dark);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 15px;
  background: var(--Text-color, #231f20);
  color: #ffffffbf;
}

.left {
  display: flex;
  align-items: center;
  gap: 35px;
  /* flex: 1 0 0; */
}
.right {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.social-container {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
  transition: all ease-in-out 0.3s;
}
.social-container:hover,
.social:hover {
  opacity: 0.9;
}
.social {
  height: 25px;
  height: 25px;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
}
.bi {
  color: var(--bg-dark);
}
.social-text {
  font-size: 15px;

  font-weight: 600;
}
/* Top Bar */

.primary-logo {
  /* display: flex; */
  width: 122px;
  /* justify-content: center; */
  /* align-items: center; */
}

.nav-link {
  color: var(--Text-color) !important;
  text-align: center !important;

  /* Navigation */
  font-family: "Open Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.navbar-nav {
  gap: 20px;
}
.nav-link.active {
  padding: 8px 16px !important;
  border-radius: 5px !important;
  background: var(--active-primary-color, #a7c957);
  color: var(--btn-text-color) !important;
}

.btn-contact-us {
  color: var(--btn-text-color) !important;
  text-align: center;

  /* navigation */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  display: flex;
  padding: 15px 48px;
  align-items: flex-start;
  /* gap: 10px; */
  background: var(--primary-btn-color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
}

.hero-wrapper {
  /* height: 1026px; */
  height: 848px;

  background: #fff;
}

.hero {
  background-image: var(--background-hero-image);
  background-size: cover; /* Cover the entire footer */
  background-position: bottom; /* Center the background image */
  height: 521px;
}
.hero-title {
  color: var(--primary-color);
  text-align: center;
  font-family: Kreon;
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 96.2px */
  letter-spacing: 0.5px;
}
.padding-top-52 {
  padding-top: 52px;
}

.hero-img-wrapper {
  padding: 20px;
  padding-bottom: 25px;
  margin-top: 100px;
  text-align: center;
  width: 830px;
  height: 520px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #fff;
  filter: drop-shadow(20px 33px 60px rgba(71, 106, 245, 0.1));
  /* backdrop-filter: blur(161px); */
  position: relative;
}
.hero-img-wrapper .foreground-image {
  /* border: 1px solid black; */
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: -260px;
  left: 130px;
  /* transform: translate(0,); */
  /* width: 706px; */
  /* height: 740px; */
  flex-shrink: 0;
  width: 706px;
  height: 739px;
  flex-shrink: 0;
  overflow: hidden;
}
.hero-img-wrapper .forground {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px;
  bottom: 15px !important;
  /* bottom: 0; */
  padding-bottom: 25px;
  /* height: 739px; */
}
.img-container-bg {
  /* background-image: var(--img-container-bg-fr); */
  width: 790px;
  height: 459px;
  flex-shrink: 0;
  background-size: cover; /* Cover the entire footer */
  background-position: bottom;
}

.title-wrapper {
  width: 100%;
  position: relative;
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-title {
  color: var(--Text-color);
  text-align: center;

  /* title */
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  /* border: 1px solid green; */
  position: relative;
  z-index: 2 !important;
}

.bg-vector {
  width: 225px;
  height: 48px;
  /* border: 1px solid red; */
  position: absolute;
  right: 0;
  top: 12.5%;
  z-index: -1 !important;
  /* transform: translate(0,-50%); */
}
.bg-vector svg path {
  fill: var(--path-fill-behind-text) !important;
}

.section-sub-title {
  color: var(--Text-color);
  text-align: center;

  /* body text */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
/* path{
    fill: red !important;
} */

.opening-days-wrapper {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.margin-60 {
  margin-top: 60px;
}

.opening-day {
  background-color: var(--opening-color);
  width: 150px;
  height: 188px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #fff;

  /* card effect */
  box-shadow: var(--box-shad);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  /* padding: 28px; */
}
.hour {
  color: var(--Text-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.closed-hour {
  color: #000;
  text-align: center;

  /* Body text */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  /* padding: 27px; */
  border-radius: 50%;
  background-color: var(--circle-color) !important;
}
.circle svg g path {
  /* color: white; */
  fill: var(--circle-content-color) !important;
}
.closed {
  background-color: var(--closed-color) !important;
}

.closed svg g path {
  fill: white !important;
}

.section-bg {
  background-color: var(--section-bg);
  /* z-index: -5 !important; */
  background-position: cover;
}

.latest-dishes {
  display: inline-flex;
  align-items: flex-start;
  gap: 37px;
  overflow: hidden;
  text-align: center;
}

.latest-dish {
  width: 374px;
  /* width: 30%; */

  height: 540px;
  height: 848px;
}
.latest-dish img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.latest-dish:last-child,
.latest-dish:first-child {
  width: 374px;
  width: 291px;
}

.btn-primary-custom {
  display: inline-flex;
  padding: 15px 48px;
  align-items: flex-start;
  gap: 10px;

  border-radius: 5px;
  background: var(--primary-btn-color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  color: var(--btn-text-color);
  text-align: center;

  /* navigation */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 300ms ease-in-out;
}

.btn-primary-custom:hover {
  opacity: 0.9 !important;
  color: var(--btn-text-color);
  background-color: var(--primary-btn-color);
}

.btn-primary-custom-outline {
  display: inline-flex;
  padding: 15px 48px;
  align-items: flex-start;
  gap: 10px;

  border-radius: 5px;
  color: var(--primary-btn-color);
  border: 1px solid var(--primary-btn-color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);

  background-color: #fff;
  text-align: center;

  /* navigation */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 300ms ease-in-out;
}

.btn-primary-custom-outline:hover {
  opacity: 0.9 !important;
  background-color: #fff;
  color: var(--primary-btn-color);
}
/* Testimonials */
.testimonial-wrapper {
  height: 550px;
  overflow-y: hidden;
  position: relative;
}
.testimonials {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
}
.testimonial-item {
  width: calc(50% - 42px);
  display: flex;
  padding-right: 14px;
  align-items: center;
  gap: 29px;

  border-radius: 5px;
  background: #fff;

  /* card effect */
  box-shadow: 0px 4px 24px 0px rgba(109, 109, 109, 0.13);
  /* transition: all ease-in-out 4s; */
}
.testimonial-img {
  border-radius: 5px 0px 0px 5px;
  width: 246px;
  height: 208px;
  flex-shrink: 0;
  object-fit: cover;
  /* background: url(<path-to-image>) lightgray 50% / cover no-repeat, #C4C4C4; */
}
.testimonial-content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.testimonial-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.review-content {
  color: var(--sub-text-color);

  /* Navigation */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.review-name {
  color: var(--review-name);

  /* Body text */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.review-date {
  color: var(--date-color);

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.review-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.032px;
}

.action-btns {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
/* Testimonials */

/* Footer */

footer {
  background-image: var(--background-footer-image);
  background-size: cover; /* Cover the entire footer */
  background-position: top; /* Center the background image */
  color: white; /* Text color */
  /* padding: 50px;  */
  height: 314px;
}
.footer-content {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
}
.footer-logo {
  display: flex;
  width: 188px;
  /* height: 133px; */
  justify-content: center;
  align-items: center;
}
.footer-logo img {
  width: 100%;
  /* height: 100%; */
}
.copy-rights {
  color: #fff;

  /* Body text */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.dev-team {
  color: #fff;

  /* navigation */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.dev-team a {
  text-decoration: underline;
}
/* Footer */

/* Menu */
.hero-subtitle {
  color: #fff;
  text-align: center;

  /* body text */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.margin-top-30 {
  margin-top: 30px;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 9;
  transform: translate(0, -50%);
}
.search-input {
  border-radius: 8px 0px 0px 8px !important ;
  /* background-color: red; */
  padding-left: 60px !important;
}
.filters {
  display: flex;
  padding: 0px 6px;
  align-items: center;
  gap: 22px;
  /* justify-content: space-between; */
}

.filter-by {
  color: var(--Text-color, #231f20);

  /* navigation */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  gap: 8px;
}

.btn-filter {
  display: flex;
  height: 40px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--active-primary-color, #a7c957);

  color: #fff;

  /* Desktop/Paragraph 3 - Desktop */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.btn-filter:hover {
  color: var(--active-primary-color, #a7c957);
  border: 1px solid var(--active-primary-color);
}

.best-selling {
  color: var(--Text-color, #231f20);

  /* Desktop/Paragraph 2 - Desktop */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.count-best-selling {
  color: var(--active-primary-color);

  /* Desktop/Paragraph 2 - Desktop */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.clear {
  cursor: pointer;
  color: var(--Text-color, #231f20);
  text-decoration: underline;
  /* align-items: flex-end; */

  /* Desktop/Subhead 2 - Desktop */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
}

.menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.menu-item-img {
  position: relative;
  /* height: 189.705px; */
  /* border: 1px solid red; */
}
.menu-item-img img {
  position: absolute;
  width: 189.705px;
  height: 189.705px;
  flex-shrink: 0;
  border-radius: 189.705px;
  top: 7px;
  left: 7px;
  /* transform: translate(0,-50%); */
}
/* .svg-width{
    width: 139.59px;
    height: 227px;} */

.menu-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 100px;
  background-color: white;
  height: 200.082px;
  /*padding-block:10px;*/
  /*height:calc(fit-content + 20px);*/
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;

  /* field */
  box-shadow: 0px 4px 24px 0px rgba(109, 109, 109, 0.05);
}
.menu-title {
  color: var(--Text-color, #231f20);
  font-feature-settings: "clig" off, "liga" off;

  /* sub title */
  font-family: "Open Sans";
  font-size: 26.06px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39.09px */
}

.menu-details {
  width: 780px;
  width:90%;
  color: #646161;

  /* body text */
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.best-selling-checkbox[type="checkbox" i] {
  /* background-color: initial; */
  /* cursor: default; */
  /* appearance: auto; */
  /* box-sizing: border-box; */
  /* margin: 3px 3px 3px 4px; */
  /* width: 100px; */
  /* padding: initial; */
  /* border: 4px solid red !important; */
}

.check-control {
  /* font-family: system-ui, sans-serif; */
  /* font-size: 2rem; */
  /* font-weight: bold; */
  color: var(--Text-color, #231f20);

  /* Desktop/Paragraph 2 - Desktop */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 1.1;
  display: flex;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.check-control--disabled {
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--primary-btn-color);
  border-radius: 0.15em;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* Contact */

.contact-form-wrapper {
  padding: 10px;
  padding-bottom: 25px;
  margin-top: 100px;
  text-align: center;
  width: 1196px;
  height: 459px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #fff;
  filter: drop-shadow(20px 33px 60px rgba(71, 106, 245, 0.1));
  /* backdrop-filter: blur(161px); */
  position: relative;
}
.left-form {
  width: 491px;
  height: 438px;
  flex-shrink: 0;
  background-image: url("../images/form-bg.png");
  background-size: cover; /* Cover the entire footer */
  background-position: bottom;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 40px;
}

.left-heading {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;

  /* sub title */
  font-family: "Open Sans";
  font-size: 26.06px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39.09px */
}

.sub-left-text {
  color: #c9c9c9;

  /* Navigation */
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-social-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.social-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.social-form-text {
  color: #fff;

  /* Navigation */
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.social-icon-color {
  color: #fdd713;
}

input,
textarea {
  padding: 10px 12px !important;
}

/* Contact */

/* Story */

.hero-video-wrapper {
  width: 1172px;
  height: 459px;
  flex-shrink: 0;
  border-radius: 10px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  box-shadow: 0px 4px 24px 0px rgba(109, 109, 109, 0.44);
}

.hero-video {
  border-radius: 10px;

  width: 100%;
  /* height: auto; */
  height: 100%;
  /* object-fit: fill; */
  object-fit: cover;
  /* object-fit: contain; */
}

.thumbnail-video {
  /* opacity: 0; */
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/thumbnail-5.png"); /* Replace 'thumbnail.jpg' with your thumbnail image path */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.play-btn {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.video-mute-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
  color: white;
  /* background: #000; */
  /* padding: 100px; */
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.story-section-title {
  color: var(--Text-color);
  text-align: center;

  /* title */
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 767px;
}
.green-text {
  color: #a7c957;
}
.story-text {
  margin-top: 20px;
  width: 1105px;
  color: #8a8a8a;
  text-align: center;

  /* body text */
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-grid {
  width: 49%;
  display: grid;
  grid-template-columns: 2fr 2fr; /* Single column */
  grid-gap: 10px; /* Gap between images */
}

/* Set full width for image 1 */
#image1 {
  grid-column: span 2; /* Span across the full width */
}

/* Set half width for image 2 and image 3 */
#image2,
#image3 {
  grid-column: span 1; /* Span one column */
}

/* Set max width for images */
.image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.values-wrapper {
  padding: 60.437px 110px 59.563px 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 99px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  padding: 16px;
  background-color: #fdf9e4;
  border-radius: 5px;
}
.value-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-direction: column;
  /* width: 165px; */
  /* width: 140px; */
}
.value-name {
  color: #000;

  /* Body text */
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.value-description {
  color: #726f79;
  text-align: center;

  /* Navigation */
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 185px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.purpose-title {
  color: #a7c957;
  text-align: center;
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mission-title {
  color: var(--Text-color);

  /* title */
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.yellow-icon-wrapper {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  padding: 16px;
  background-color: #fdd713;
  border-radius: 5px;
}

.missions {
  /* width: 45%; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.mission {
  width: 45%;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 32px;
  width: 555px;
  height: 247px;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgba(253, 249, 228, 0.32);
  padding: 30px;

  border: 0.5px solid #fdd713;
  /* field */
  box-shadow: 0px 4px 24px 0px rgba(109, 109, 109, 0.05);
}
.mission-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.mission-name {
  width: 314px;
  color: var(--Text-color);
  text-align: start;
  /* Body text */
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mission-details {
  color: #646161;
  text-align: start;
  width: 379px;
  /* Navigation */
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

::selection {
  background-color: var(--circle-color);
  /* Change to the color you prefer */
  /* background-color: var(--active-primary-color); Change to the color you prefer */

  color: #fff; /* Change to the color of the selected text */
}
/* Story */

.review-form {
  /* width: 100%; */
}
.custom-modal {
  width: 70%;
  /*  */
}



.testimonial-item.modal-custom{
  display: flex !important;
  width: 900px !important;
  height: 400px !important;
}

.testimonial-item.modal-custom .testimonial-img {
  /* display: flex; */
  width: 400px !important;
  /* height: 70vh; */
  height: 100% !important;
}
.close-test{
  position: absolute;
  top: 20px;
  right: 20px;
}

.testimonial-item.modal-custom .testimonial-content {
  /* display: flex; */
  justify-content: center !important;
  width: 100% !important;
  align-items: stretch;
  height: 100%;
  padding-block: 20px;
  padding-inline-end: 35px;
  text-align: justify;
}

.activate-custom-modal {

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000056;
  z-index: 99;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;

}