img {
  max-width: 100%;
  height: auto;
}

.main-navbar {
  position: relative;
  min-height: 80px;
  padding: 0;
  background-color: rgb(37, 37, 37);
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  z-index: 1000;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(17, 17, 17);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(17, 17, 17);
}

.navbar-container {
  position: relative;
  min-height: 80px;
  padding: 0 35px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px;
  z-index: 2;
}

.navbar-brand img {
  display: block;
  max-width: 115px;
}

.nav-content {
  min-height: 80px;
  flex-grow: 1;
  align-items: center;
}

.navbar-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  gap: 30px;
  margin: 0;
  transform: translate(-50%, -50%);
  row-gap: 30px;
  column-gap: 30px;
}

.navbar-menu .nav-link,
  .language-btn {
  padding: 31px 0 27px;
  color: #f5f5f5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.navbar-menu .nav-link {
  position: relative;
}

.navbar-menu .nav-link:hover,
  .navbar-menu .nav-link:focus,
  .navbar-menu .nav-link.active,
  .language-btn:hover,
  .language-btn:focus {
  color: #a9bec0;
}

.navbar-menu .nav-link.active::after {
  position: absolute;
  right: 0px;
  bottom: 16px;
  left: 0px;
  height: 1px;
  background-color: rgb(169, 190, 192);
  content: "";
}

.language-dropdown,
  .language-btn {
  display: flex;
  align-items: center;
}

.language-btn {
  gap: 7px;
  display: flex;
  align-items: center;
  row-gap: 7px;
  column-gap: 7px;
}

.language-btn::after {
  display: none;
}

.language-btn i {
  font-size: 8px;
}

.language-menu {
  min-width: 175px;
  padding: 7px;
  background-color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 25px;
}

.language-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: rgb(37, 37, 37);
  font-size: 13px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  row-gap: 10px;
  column-gap: 10px;
}

.language-menu .dropdown-item:hover,
  .language-menu .dropdown-item:focus {
  color: #252525;
  background-color: #eeeeee;
}

.language-menu .language-flag {
  width: 20px;
  max-width: 20px;
}

.navbar-btn {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 185px;
  margin-left: auto;
  padding: 0 32px;
  color: rgb(21, 21, 21);
  background-color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s ease,
      background-color 0.3s ease;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.navbar-btn:hover,
  .navbar-btn:focus {
  color: #ffffff;
  background-color: #a9bec0;
}

.navbar-toggler {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0;
  box-shadow: none;
}

.navbar-toggler:hover,
  .navbar-toggler:focus {
  border-color: #ffffff;
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item {
  background-color: #171717;
}

.hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-carousel .carousel-item img {
  height: 90vh;
  min-height: 580px;
}

.hero-carousel .carousel-item {
  position: relative;
}

.hero-carousel .carousel-item img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.55);
}

.hero-carousel .carousel-caption {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100%;
  padding: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  transform: translate(-50%, -50%);
}

.hero-carousel .carousel-content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.hero-carousel .carousel-content span {
  display: block;
  margin-bottom: 18px;
  color: rgb(255, 255, 255);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-carousel .carousel-content h2 {
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-family: Lora, serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.05;
}

.hero-carousel .carousel-content p {
  max-width: 680px;
  margin: 0 auto 32px;
  color: rgb(255, 255, 255);
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.hero-btn {
  display: inline-block;
  padding: 13px 28px;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: 1px solid #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease,
      background-color 0.3s ease,
      border-color 0.3s ease;
}

 .hero-btn:hover,
.hero-btn:focus {
  color: #ffffff;
  background-color: #aa8453;
  border-color: #aa8453;
}

.hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  opacity: 1;
  transform: translateY(-50%);
  transition: background-color 0.3s ease,
      border-color 0.3s ease;
}

.hero-carousel .carousel-control-prev {
  left: 35px;
}

.hero-carousel .carousel-control-next {
  right: 35px;
}

.hero-carousel .carousel-control-prev:hover,
  .hero-carousel .carousel-control-next:hover {
  background-color: #aa8453;
  border-color: #aa8453;
}

.hero-carousel .carousel-control-prev-icon,
  .hero-carousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

.welcome-section {
  padding: 150px 0;
  background-color: rgb(255, 255, 255);
}

.welcome-section .row {
  --bs-gutter-x: 55px;
}

.welcome-image {
  width: 100%;
  /* height: 440px; */
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.welcome-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.welcome-content {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.welcome-subtitle {
  display: block;
  margin-bottom: 28px;
  color: rgb(159, 194, 206);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.welcome-content h2 {
  margin-bottom: 50px;
  color: rgb(23, 23, 23);
  font-family: Lora, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.welcome-content p {
  max-width: 620px;
  margin: 0 auto 45px;
  color: rgb(37, 37, 37);
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.welcome-btn {
  display: inline-block;
  padding: 18px 28px;
  color: rgb(255, 255, 255);
  background-color: rgb(159, 194, 206);
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease,
      background-color 0.3s ease;
}

.welcome-btn:hover,
  .welcome-btn:focus {
  color: #ffffff;
  background-color: #252525;
}

.experience-banner,
  .second-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 100px 5%;
  background-color: rgba(0, 0, 0, 0.589);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.experience-banner {
  background-image: url("../image/image (34).jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding-top: 100px;
  padding-right: 5%;
  padding-bottom: 100px;
  padding-left: 5%;
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.second-banner {
  background-image: url("../image/image (15).jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding-top: 100px;
  padding-right: 5%;
  padding-bottom: 100px;
  padding-left: 5%;
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.experience-banner-content,
  .second-banner-content {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.experience-banner-content span,
  .second-banner-content span {
  display: block;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.experience-banner-content h2,
  .second-banner-content h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Lora", serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 1.1;
}

.menu-section {
  padding: 120px 0;
  background-color: rgb(255, 255, 255);
}

.menu-heading {
  max-width: 800px;
  margin: 0 auto 55px;
  text-align: center;
}

.menu-heading span {
  display: block;
  margin-bottom: 25px;
  color: rgb(159, 194, 206);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.menu-heading h2 {
  margin-bottom: 45px;
  color: rgb(23, 23, 23);
  font-family: Lora, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.menu-heading p {
  margin: 0;
  color: rgb(37, 37, 37);
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.menu-tabs {
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  border: 0;
  row-gap: 30px;
  column-gap: 30px;
}

.menu-tabs .nav-link {
  padding: 10px 8px;
  color: rgb(37, 37, 37);
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-tabs .nav-link:hover,
  .menu-tabs .nav-link:focus,
  .menu-tabs .nav-link.active {
  color: #9fc2ce;
  background-color: transparent;
}

.menu-section .row {
  --bs-gutter-x: 50px;
}

.menu-item {
  padding: 20px 0 24px;
  border-bottom: 1px dotted #b8b8b8;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(184, 184, 184);
}

.menu-item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  row-gap: 20px;
  column-gap: 20px;
}

.menu-item-heading h3,
  .menu-item-heading span {
  margin: 0;
  color: #171717;
  font-family: "Lora", serif;
  font-size: 17px;
  font-weight: 600;
}

.menu-item-heading span {
  flex-shrink: 0;
}

.menu-item p {
  margin: 0;
  color: rgb(51, 51, 51);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}

.team-section {
  padding: 140px 0;
  background-color: rgb(255, 255, 255);
}

.team-section .row {
  --bs-gutter-x: 70px;
}

.team-content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.team-subtitle {
  display: block;
  margin-bottom: 28px;
  color: rgb(159, 194, 206);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.team-content h2 {
  margin-bottom: 55px;
  color: rgb(23, 23, 23);
  font-family: Lora, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.team-content p {
  max-width: 630px;
  margin: 0 auto 45px;
  color: rgb(37, 37, 37);
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.team-btn {
  display: inline-block;
  padding: 18px 28px;
  color: rgb(255, 255, 255);
  background-color: rgb(159, 194, 206);
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease,
      background-color 0.3s ease;
}

.team-btn:hover,
  .team-btn:focus {
  color: #ffffff;
  background-color: #252525;
}

.team-image {
  width: 100%;
  /* height: 440px; */
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.testimonials-section {
  padding: 110px 0;
  background-image: url("../image/image (24).jpg");
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position-x: center;
  background-position-y: center;
}

.testimonials-heading {
  margin-bottom: 40px;
  text-align: center;
}

.testimonials-heading span {
  display: block;
  margin-bottom: 22px;
  color: rgb(255, 255, 255);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.testimonials-heading h2 {
  margin: 0;
  color: rgb(255, 255, 255);
  font-family: Lora, serif;
  font-size: 48px;
  font-weight: 400;
}

.testimonial-content {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-content p {
  margin-bottom: 38px;
  color: rgb(255, 255, 255);
  font-family: Lora, serif;
  font-size: 25px;
  font-style: italic;
  line-height: 1.6;
}

.testimonial-line {
  width: 50px;
  height: 1px;
  margin: 0 auto 18px;
  background-color: rgb(255, 255, 255);
}

.testimonial-content h3 {
  margin-bottom: 4px;
  color: rgb(255, 255, 255);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial-content span {
  color: rgb(255, 255, 255);
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
}

.testimonials-carousel .owl-dots {
  margin-top: 28px;
}

.testimonials-carousel .owl-dot span {
  background-color: rgba(255, 255, 255, 0.6);
}

.testimonials-carousel .owl-dot.active span,
  .testimonials-carousel .owl-dot:hover span {
  background-color: #ffffff;
}

.gallery-section {
  padding: 140px 0;
  background-color: rgb(248, 248, 248);
}

.gallery-heading {
  max-width: 750px;
  margin: 0 auto 55px;
  text-align: center;
}

.gallery-heading span {
  display: block;
  margin-bottom: 22px;
  color: rgb(159, 194, 206);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.gallery-heading h2 {
  margin-bottom: 30px;
  color: rgb(23, 23, 23);
  font-family: Lora, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.gallery-heading p {
  margin: 0;
  color: rgb(37, 37, 37);
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.gallery-image {
  width: 100%;
  /* height: 380px; */
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gallery-carousel .owl-nav {
  margin-top: 30px;
  text-align: center;
}

.gallery-carousel .owl-nav button.owl-prev,
  .gallery-carousel .owl-nav button.owl-next {
  width: 42px;
  height: 42px;
  margin: 0 6px;
  color: #252525;
  background-color: transparent;
  border: 1px solid #252525;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}

.gallery-carousel .owl-nav button.owl-prev:hover,
  .gallery-carousel .owl-nav button.owl-next:hover {
  color: #ffffff;
  background-color: #9fc2ce;
  border-color: #9fc2ce;
}

.gallery-carousel .owl-dots {
  display: none;
}

.gallery-button {
  margin-top: 45px;
  text-align: center;
}

.gallery-btn {
  display: inline-block;
  padding: 17px 28px;
  color: rgb(255, 255, 255);
  background-color: rgb(159, 194, 206);
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease,
      background-color 0.3s ease;
}

.gallery-btn:hover,
  .gallery-btn:focus {
  color: #ffffff;
  background-color: #252525;
}

.main-footer {
  padding: 75px 0 25px;
  background-color: rgb(0, 0, 0);
}

.footer-row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 40px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 25px;
}

.footer-logo img {
  max-width: 125px;
}

.footer-about p,
  .footer-column p {
  margin-bottom: 20px;
  color: #a5a5a5;
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 1.7;
}

.footer-column h3 {
  margin-bottom: 28px;
  color: rgb(255, 255, 255);
  font-family: Lora, serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-map {
  width: 100%;
  height: 220px;
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer-bottom {
  margin-top: 45px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  color: rgb(136, 136, 136);
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  row-gap: 7px;
  column-gap: 7px;
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
}

.footer-bottom img {
  width: 100px;
  max-width: 100px;
}

.about-page-hero,
  .menu-page-hero,
  .restaurant-page-hero,
  .gallery-page-hero,
  .contact-page-hero {
  display: flex;
  align-items: center;
  min-height: 460px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.589);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.about-page-hero {
  background-image: url("../image/image (6).jpg");
}

.menu-page-hero {
  background-image: url("image/menu-hero.jpg");
}

.restaurant-page-hero {
  background-image: url("image/restauranthero.jpg");
}

.gallery-page-hero {
  background-image: url("../image/image (50).jpeg");
}

.contact-page-hero {
  background-image: url("../image/image (47).jpg");
}

.page-hero-content {
  padding: 80px 0;
  text-align: center;
}

.page-hero-content h1 {
  margin: 0;
  color: rgb(255, 255, 255);
  font-family: Lora, serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.05;
}

.features-section {
  padding: 130px 0;
  background-color: #ffffff;
}

.feature-card {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.feature-card i {
  margin-bottom: 28px;
  color: rgb(159, 194, 206);
  font-size: 52px;
}

.feature-card h3 {
  margin-bottom: 24px;
  color: rgb(23, 23, 23);
  font-family: Lora, serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.feature-card p {
  margin: 0;
  color: rgb(37, 37, 37);
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.ingredients-section {
  padding: 140px 0 70px;
  background-color: #ffffff;
}

.ingredients-section .row {
  --bs-gutter-x: 70px;
}

.ingredients-image {
  width: 100%;
  height: 520px;
}

.ingredients-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ingredients-content {
  max-width: 570px;
}

.ingredients-content span {
  display: block;
  margin-bottom: 22px;
  color: rgb(159, 194, 206);
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ingredients-content h2 {
  margin-bottom: 30px;
  color: rgb(23, 23, 23);
  font-family: Lora, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.ingredients-content p {
  margin-bottom: 35px;
  color: rgb(51, 51, 51);
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.ingredients-btn {
  display: inline-block;
  padding: 17px 28px;
  color: #ffffff;
  background-color: #9fc2ce;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.ingredients-btn:hover,
  .ingredients-btn:focus {
  color: #ffffff;
  background-color: #252525;
}

.gallery-grid-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.gallery-lightbox {
  display: block;
  width: 100%;
  /* height: 400px; */
  overflow: hidden;
}
.video-gallery {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}


.gallery-lightbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contact-info-section {
  padding: 120px 0;
  background-color: #ffffff;
}

.contact-info-row {
  --bs-gutter-y: 45px;
  margin-bottom: 75px;
}

.contact-info-card {
  text-align: center;
}

.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  margin: 0 auto 28px;
  color: #9fc2ce;
  border: 2px solid #9fc2ce;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 25px;
}

.contact-info-card h3 {
  margin-bottom: 20px;
  color: rgb(23, 23, 23);
  font-family: Lora, serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-info-card p {
  margin: 0;
  color: rgb(37, 37, 37);
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.contact-info-card a {
  color: rgb(37, 37, 37);
  text-decoration: none;
}

.contact-info-card a:hover {
  color: rgb(159, 194, 206);
}

.contact-map {
  width: 100%;
  max-width: 1050px;
  height: 480px;
  margin: 0 auto;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.language-btn, .navbar-menu .nav-link {
  padding-top: 31px;
  padding-right: 0px;
  padding-bottom: 27px;
  padding-left: 0px;
  color: rgb(245, 245, 245);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  text-transform: uppercase;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: color;
}

.language-btn:hover {
  color: rgb(169, 190, 192);
}

.language-btn:focus, .navbar-menu .nav-link:hover, .navbar-menu .nav-link:focus, .navbar-menu .nav-link.active {
  color: rgb(169, 190, 192);
}

.language-dropdown {
  display: flex;
  align-items: center;
}

.language-menu .dropdown-item:hover, .language-menu .dropdown-item:focus {
  color: rgb(37, 37, 37);
  background-color: rgb(238, 238, 238);
}

.navbar-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(169, 190, 192);
}

.navbar-btn:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(169, 190, 192);
}

.navbar-toggler:hover {
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  box-shadow: none;
}

.navbar-toggler:focus {
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  box-shadow: none;
}

.hero-carousel, .hero-carousel .carousel-inner, .hero-carousel .carousel-item {
  background-color: rgb(23, 23, 23);
}

.hero-carousel .carousel-inner, .hero-carousel .carousel-item, .hero-carousel .carousel-item img {
  height: 90vh;
  min-height: 580px;
}

.hero-carousel .hero-btn:hover, .hero-carousel .hero-btn:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(170, 132, 83);
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
}

.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.75);
  border-right-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.75);
  border-left-color: rgba(255, 255, 255, 0.75);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 1;
  transform: translateY(-50%);
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: background-color, border-color;
}

.hero-carousel .carousel-control-prev:hover, .hero-carousel .carousel-control-next:hover {
  background-color: rgb(170, 132, 83);
  border-top-color: rgb(170, 132, 83);
  border-right-color: rgb(170, 132, 83);
  border-bottom-color: rgb(170, 132, 83);
  border-left-color: rgb(170, 132, 83);
}

.hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

.welcome-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(37, 37, 37);
}

.welcome-btn:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(37, 37, 37);
}

.experience-banner-content {
  max-width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.second-banner-content {
  max-width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.experience-banner-content span, .second-banner-content span {
  display: block;
  margin-bottom: 22px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.experience-banner-content h2, .second-banner-content h2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: rgb(255, 255, 255);
  font-family: Lora, serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 1.1;
}

.menu-tabs .nav-link:hover, .menu-tabs .nav-link:focus, .menu-tabs .nav-link.active {
  color: rgb(159, 194, 206);
  background-color: transparent;
}

.menu-item-heading h3, .menu-item-heading span {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: rgb(23, 23, 23);
  font-family: Lora, serif;
  font-size: 17px;
  font-weight: 600;
}

.team-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(37, 37, 37);
}

.team-btn:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(37, 37, 37);
}

.testimonials-carousel .owl-dot.active span, .testimonials-carousel .owl-dot:hover span {
  background-color: rgb(255, 255, 255);
}

.gallery-carousel .owl-nav button.owl-prev, .gallery-carousel .owl-nav button.owl-next {
  width: 42px;
  height: 42px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 6px;
  color: rgb(37, 37, 37);
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(37, 37, 37);
  border-right-color: rgb(37, 37, 37);
  border-bottom-color: rgb(37, 37, 37);
  border-left-color: rgb(37, 37, 37);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  line-height: 1;
}

.gallery-carousel .owl-nav button.owl-prev:hover, .gallery-carousel .owl-nav button.owl-next:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(159, 194, 206);
  border-top-color: rgb(159, 194, 206);
  border-right-color: rgb(159, 194, 206);
  border-bottom-color: rgb(159, 194, 206);
  border-left-color: rgb(159, 194, 206);
}

.gallery-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(37, 37, 37);
}

.gallery-btn:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(37, 37, 37);
}

.footer-about p, .footer-column p {
  margin-bottom: 20px;
  color: rgb(165, 165, 165);
  font-family: Lora, serif;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1399.98px) {
  .navbar-menu {
    gap: 22px;
    row-gap: 22px;
    column-gap: 22px;
  }
  .navbar-menu .nav-link,
    .language-btn {
    font-size: 12px;
    letter-spacing: 1.6px;
  }
  .navbar-btn {
    min-width: 165px;
    padding: 0 24px;
  }
  .welcome-section .row,
    .team-section .row,
    .ingredients-section .row {
    --bs-gutter-x: 45px;
  }
  .testimonial-content {
    max-width: 950px;
  }
  .language-btn, .navbar-menu .nav-link {
    font-size: 12px;
    letter-spacing: 1.6px;
  }
  .welcome-section .row, .team-section .row, .ingredients-section .row {
    --bs-gutter-x: 45px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-container {
    padding: 0 20px;
  }
  .navbar-menu {
    gap: 15px;
    row-gap: 15px;
    column-gap: 15px;
  }
  .navbar-menu .nav-link,
    .language-btn {
    font-size: 11px;
    letter-spacing: 1.2px;
  }
  .navbar-brand img {
    max-width: 105px;
  }
  .navbar-btn {
    min-width: 140px;
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .hero-carousel .carousel-content h2 {
    font-size: 60px;
  }
  .welcome-section,
    .team-section,
    .gallery-section {
    padding: 120px 0;
  }
  .welcome-image,
    .team-image {
    height: 410px;
  }
  .menu-section {
    padding: 105px 0;
  }
  .menu-section .row {
    --bs-gutter-x: 35px;
  }
  .testimonial-content {
    max-width: 850px;
  }
  .testimonial-content p {
    font-size: 23px;
  }
  .gallery-image {
    height: 350px;
  }
  .page-hero-content h1 {
    font-size: 62px;
  }
  .features-section {
    padding: 110px 0;
  }
  .ingredients-image {
    height: 480px;
  }
  .gallery-lightbox {
    height: 370px;
  }
  .language-btn, .navbar-menu .nav-link {
    font-size: 11px;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 991.98px) {
  .main-navbar,
    .navbar-container {
    min-height: 76px;
  }
  .navbar-container {
    padding: 0 20px;
    min-height: 76px;
  }
  .navbar-brand {
    padding: 10px 0;
  }
  .navbar-brand img {
    max-width: 100px;
  }
  .nav-content {
    min-height: auto;
    padding: 15px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.12);
  }
  .navbar-menu {
    position: static;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin: 0;
    transform: none;
    row-gap: 0px;
    column-gap: 0px;
  }
  .navbar-menu .nav-item {
    width: 100%;
  }
  .navbar-menu .nav-link {
    display: inline-block;
    padding: 14px 0;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .navbar-menu .nav-link.active::after {
    bottom: 7px;
  }
  .language-dropdown {
    display: block;
    width: 100%;
  }
  .language-btn {
    display: inline-flex;
    padding: 14px 0;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .language-menu {
    position: static;
    width: 100%;
    margin: 3px 0 8px;
    box-shadow: none;
  }
  .navbar-btn {
    align-self: auto;
    width: 100%;
    min-height: 52px;
    margin: 12px 0 0;
    padding: 15px 25px;
  }
  .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item,
    .hero-carousel .carousel-item img {
    height: 70vh;
    min-height: 520px;
  }
  .hero-carousel .carousel-content {
    max-width: 650px;
  }
  .hero-carousel .carousel-content h2 {
    font-size: 52px;
  }
  .hero-carousel .carousel-content p {
    font-size: 15px;
  }
  .hero-carousel .carousel-control-prev {
    left: 20px;
  }
  .hero-carousel .carousel-control-next {
    right: 20px;
  }
  .welcome-section {
    padding: 105px 0;
  }
  .welcome-section .row,
    .team-section .row,
    .ingredients-section .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 45px;
  }
  .welcome-image {
    height: 380px;
  }
  .welcome-content {
    padding: 20px 0;
  }
  .welcome-content h2 {
    margin-bottom: 30px;
    font-size: 39px;
  }
  .experience-banner,
    .second-banner {
    min-height: 420px;
    padding: 80px 5%;
  }
  .experience-banner-content h2,
    .second-banner-content h2 {
    font-size: 52px;
  }
  .menu-section {
    padding: 90px 0;
  }
  .menu-heading {
    margin-bottom: 40px;
  }
  .menu-heading h2 {
    margin-bottom: 30px;
    font-size: 42px;
  }
  .menu-tabs {
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 30px;
    row-gap: 10px;
    column-gap: 20px;
  }
  .menu-list {
    margin-bottom: 20px;
  }
  .team-section {
    padding: 100px 0;
  }
  .team-content h2 {
    margin-bottom: 30px;
    font-size: 42px;
  }
  .team-image {
    height: 400px;
  }
  .testimonials-section {
    padding: 90px 0;
  }
  .testimonial-content {
    max-width: 760px;
  }
  .testimonial-content p {
    font-size: 21px;
  }
  .gallery-section {
    padding: 100px 0;
  }
  .gallery-heading {
    margin-bottom: 40px;
  }
  .gallery-heading h2 {
    font-size: 42px;
  }
  .gallery-image {
    height: 340px;
  }
  .main-footer {
    padding: 65px 0 25px;
  }
  .footer-map {
    height: 250px;
  }
  .about-page-hero,
    .menu-page-hero,
    .restaurant-page-hero,
    .gallery-page-hero,
    .contact-page-hero {
    min-height: 390px;
  }
  .page-hero-content h1 {
    font-size: 54px;
  }
  .features-section {
    padding: 100px 0;
  }
  .feature-card {
    max-width: 360px;
  }
  .ingredients-section {
    padding: 100px 0 60px;
  }
  .ingredients-image {
    height: 450px;
  }
  .ingredients-content {
    max-width: 100%;
    text-align: center;
  }
  .ingredients-content h2 {
    font-size: 42px;
  }
  .gallery-grid-section {
    padding: 80px 0;
  }
  .gallery-lightbox {
    height: 360px;
  }
  .contact-info-section {
    padding: 90px 0;
  }
  .contact-info-row {
    margin-bottom: 55px;
  }
  .contact-map {
    height: 420px;
  }
  .hero-carousel .carousel-inner, .hero-carousel .carousel-item, .hero-carousel .carousel-item img {
    height: 70vh;
    min-height: 520px;
  }
  .welcome-section .row, .team-section .row, .ingredients-section .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 45px;
  }
  .experience-banner-content h2, .second-banner-content h2 {
    font-size: 52px;
  }
}

@media (max-width: 767.98px) {
  .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item,
    .hero-carousel .carousel-item img {
    height: 68vh;
    min-height: 500px;
  }
  .hero-carousel .carousel-caption {
    padding: 20px 65px;
  }
  .hero-carousel .carousel-content h2 {
    font-size: 44px;
  }
  .hero-carousel .carousel-content p {
    font-size: 14px;
    line-height: 1.6;
  }
  .welcome-section {
    padding: 90px 0;
  }
  .welcome-image {
    height: 350px;
  }
  .welcome-subtitle {
    margin-bottom: 20px;
  }
  .welcome-content h2 {
    margin-bottom: 25px;
    font-size: 36px;
  }
  .welcome-content p {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .experience-banner,
    .second-banner {
    min-height: 380px;
    padding: 70px 5%;
  }
  .experience-banner-content h2,
    .second-banner-content h2 {
    font-size: 44px;
  }
  .menu-section {
    padding: 80px 0;
  }
  .menu-heading h2 {
    font-size: 38px;
  }
  .menu-heading p {
    font-size: 14px;
  }
  .menu-tabs .nav-link {
    font-size: 13px;
  }
  .team-section {
    padding: 85px 0;
  }
  .team-image {
    height: 350px;
  }
  .testimonials-section {
    padding: 80px 0;
  }
  .testimonials-heading h2 {
    font-size: 38px;
  }
  .testimonial-content p {
    font-size: 18px;
  }
  .gallery-section {
    padding: 85px 0;
  }
  .gallery-heading h2 {
    font-size: 38px;
  }
  .gallery-heading p {
    font-size: 14px;
  }
  .gallery-image {
    height: 330px;
  }
  .footer-bottom p {
    flex-wrap: wrap;
    line-height: 1.7;
    text-align: center;
  }
  .about-page-hero,
    .menu-page-hero,
    .restaurant-page-hero,
    .gallery-page-hero,
    .contact-page-hero {
    min-height: 350px;
  }
  .page-hero-content {
    padding: 65px 0;
  }
  .page-hero-content h1 {
    font-size: 46px;
  }
  .features-section {
    padding: 85px 0;
  }
  .ingredients-section {
    padding: 85px 0 55px;
  }
  .ingredients-image {
    height: 400px;
  }
  .ingredients-content h2 {
    font-size: 38px;
  }
  .gallery-grid-section {
    padding: 70px 0;
  }
  .gallery-lightbox {
    height: 340px;
  }
  .contact-info-section {
    padding: 80px 0;
  }
  .contact-map {
    height: 380px;
  }
  .hero-carousel .carousel-inner, .hero-carousel .carousel-item, .hero-carousel .carousel-item img {
    height: 68vh;
    min-height: 500px;
  }
  .experience-banner-content h2, .second-banner-content h2 {
    font-size: 44px;
  }
}

@media (max-width: 575.98px) {
  .main-navbar,
    .navbar-container {
    min-height: 72px;
  }
  .navbar-container {
    padding: 0 15px;
    min-height: 72px;
  }
  .navbar-brand img {
    max-width: 90px;
  }
  .navbar-menu .nav-link,
    .language-btn {
    padding: 13px 0;
    font-size: 11px;
    letter-spacing: 1.4px;
  }
  .navbar-btn {
    min-height: 50px;
    padding: 14px 20px;
    font-size: 11px;
  }
  .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item,
    .hero-carousel .carousel-item img {
    height: 65vh;
    min-height: 500px;
  }
  .hero-carousel .carousel-caption {
    padding: 20px 55px;
  }
  .hero-carousel .carousel-content span {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 2px;
  }
  .hero-carousel .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 38px;
  }
  .hero-carousel .carousel-content p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.6;
  }
  .hero-carousel .hero-btn {
    padding: 11px 20px;
    font-size: 11px;
  }
  .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
    width: 38px;
    height: 38px;
  }
  .hero-carousel .carousel-control-prev {
    left: 10px;
  }
  .hero-carousel .carousel-control-next {
    right: 10px;
  }
  .hero-carousel .carousel-control-prev-icon,
    .hero-carousel .carousel-control-next-icon {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  .welcome-section {
    padding: 75px 0;
  }
  .welcome-image {
    height: 320px;
  }
  .welcome-content {
    padding: 5px 0;
  }
  .welcome-subtitle {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .welcome-content h2 {
    margin-bottom: 22px;
    font-size: 32px;
  }
  .welcome-content p {
    margin-bottom: 28px;
    font-size: 14px;
  }
  .welcome-btn,
    .team-btn,
    .gallery-btn,
    .ingredients-btn {
    padding: 14px 23px;
    font-size: 11px;
  }
  .experience-banner,
    .second-banner {
    min-height: 340px;
    padding: 60px 20px;
  }
  .experience-banner-content span,
    .second-banner-content span {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .experience-banner-content h2,
    .second-banner-content h2 {
    font-size: 36px;
  }
  .menu-section {
    padding: 70px 0;
  }
  .menu-heading span {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .menu-heading h2 {
    margin-bottom: 25px;
    font-size: 34px;
  }
  .menu-heading p {
    font-size: 14px;
  }
  .menu-tabs {
    gap: 5px 12px;
    row-gap: 5px;
    column-gap: 12px;
  }
  .menu-tabs .nav-link {
    padding: 8px 3px;
    font-size: 11px;
  }
  .menu-item-heading {
    align-items: flex-start;
  }
  .menu-item-heading h3,
    .menu-item-heading span {
    font-size: 16px;
  }
  .menu-item p {
    font-size: 13px;
  }
  .team-section {
    padding: 75px 0;
  }
  .team-subtitle {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .team-content h2 {
    margin-bottom: 25px;
    font-size: 34px;
  }
  .team-content p {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .team-image {
    height: 300px;
  }
  .testimonials-section {
    padding: 70px 0;
  }
  .testimonials-heading {
    margin-bottom: 30px;
  }
  .testimonials-heading span {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .testimonials-heading h2 {
    font-size: 34px;
  }
  .testimonial-content p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.6;
  }
  .gallery-section {
    padding: 75px 0;
  }
  .gallery-heading span {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .gallery-heading h2 {
    margin-bottom: 22px;
    font-size: 34px;
  }
  .gallery-heading p {
    font-size: 14px;
  }
  .gallery-image {
    height: 320px;
  }
  .gallery-carousel .owl-nav button.owl-prev,
    .gallery-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }
  .gallery-button {
    margin-top: 30px;
  }
  .main-footer {
    padding: 55px 0 20px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-column h3 {
    margin-bottom: 18px;
  }
  .footer-map {
    height: 230px;
  }
  .footer-bottom {
    margin-top: 35px;
  }
  .footer-bottom p {
    font-size: 12px;
  }
  .footer-bottom img {
    width: 85px;
    max-width: 85px;
  }
  .about-page-hero,
    .menu-page-hero,
    .restaurant-page-hero,
    .gallery-page-hero,
    .contact-page-hero {
    min-height: 310px;
  }
  .page-hero-content {
    padding: 55px 0;
  }
  .page-hero-content h1 {
    font-size: 39px;
  }
  .features-section {
    padding: 75px 0;
  }
  .feature-card i {
    margin-bottom: 22px;
    font-size: 45px;
  }
  .feature-card h3 {
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .feature-card p {
    font-size: 14px;
  }
  .ingredients-section {
    padding: 75px 0 45px;
  }
  .ingredients-image {
    height: 340px;
  }
  .ingredients-content span {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .ingredients-content h2 {
    margin-bottom: 22px;
    font-size: 33px;
  }
  .ingredients-content p {
    margin-bottom: 28px;
    font-size: 14px;
  }
  .gallery-grid-section {
    padding: 60px 0;
  }
  .gallery-lightbox {
    height: 330px;
  }
  .contact-info-section {
    padding: 70px 0;
  }
  .contact-info-row {
    margin-bottom: 45px;
  }
  .contact-info-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 22px;
  }
  .contact-info-icon i {
    font-size: 22px;
  }
  .contact-info-card h3 {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .contact-info-card p {
    font-size: 14px;
  }
  .contact-map {
    height: 350px;
  }
  .language-btn, .navbar-menu .nav-link {
    padding-top: 13px;
    padding-right: 0px;
    padding-bottom: 13px;
    padding-left: 0px;
    font-size: 11px;
    letter-spacing: 1.4px;
  }
  .hero-carousel .carousel-inner, .hero-carousel .carousel-item, .hero-carousel .carousel-item img {
    height: 65vh;
    min-height: 500px;
  }
  .hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next {
    width: 38px;
    height: 38px;
  }
  .hero-carousel .carousel-control-prev-icon, .hero-carousel .carousel-control-next-icon {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  .experience-banner-content span, .second-banner-content span {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .experience-banner-content h2, .second-banner-content h2 {
    font-size: 36px;
  }
  .menu-item-heading h3, .menu-item-heading span {
    font-size: 16px;
  }
  .gallery-carousel .owl-nav button.owl-prev, .gallery-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}