@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.eb-garamond-uniquifier {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.plus-jakarta-sans-uniquifier {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: rgb(22, 13, 14);
}

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

.navbar {
  background-color: rgb(22, 13, 14);
  padding: 0px 30px;
}

.navbar img {
  max-width: 100px;
  height: auto;
}

.navbar-brand {
  padding: 10px;
}

.nav-link {
  color: rgb(255, 255, 255);
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:active,
.nav-link.active {
  color: #A37037 !important;
}

.navbar-toggler {
  border: 1px solid rgba(245, 236, 227, 0.2);
  padding: 8px 10px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.book-btn {
  width: fit-content;
  background-color: rgb(163, 112, 55);
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(245, 236, 227);
  padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap !important;
  border-radius: 10px;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
}

.book-btn:hover {
  transform: translateY(-3px);
  background: #82582a;
  color: rgb(17, 17, 17);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(130, 88, 42);
}

.home-carousel .carousel-item {
  position: relative;
  height: 85vh;
}

.carousel-inner img {
  width: 100%;
  object-fit: cover;
  height: 85vh;
  filter: brightness(0.4);
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 90%;
  text-align: center;
  color: rgb(255, 255, 255);
  row-gap: 20px;
  column-gap: 20px;
}

.carousel-caption h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgb(201, 162, 78);
  margin-bottom: 15px;
}

.carousel-caption p {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: rgb(245, 236, 227);
}

.luxury-bg {
  background: linear-gradient(
            rgba(40, 19, 15, 0.94),
            rgba(25, 10, 8, 0.95)
        ),
        url("image/Luxury-Pattern-Design.png");
  background-size: cover;
  background-position: center;
  padding: 80px 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  background-image: linear-gradient(rgba(40, 19, 15, 0.94), rgba(25, 10, 8, 0.95)), url("https://api.intermedia-web.com/getSavedAsset/vionepasticeri/vione.al/vione.al_2026-07-21_12-45-46-645/image/Luxury-Pattern-Design.png");
  background-repeat: initial, initial;
  background-attachment: initial, initial;
  background-origin: initial, initial;
  background-clip: initial, initial;
  background-color: initial;
  background-position-x: center;
  background-position-y: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

.luxury-subtitle {
  color: rgb(163, 112, 55);
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 20px;
}

.luxury-quote {
  font-family: "Cormorant Garamond", serif;
  color: rgb(245, 236, 227);
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 50px;
  max-width: 700px;
}

.about-flex {
  display: flex;
  align-items: center;
  gap: 60px;
  row-gap: 60px;
  column-gap: 60px;
}

.img-about-1 {
  width: 280px;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 40px;
}

.about-content {
  max-width: 420px;
}

.custom-p {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgb(245, 236, 227);
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 35px;
}

.img-about-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 800px;
  min-height: 400px;
}

.home-about-2 {
  padding: 70px 70px 150px 70px;
}

.dot-aboutus {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgb(245, 236, 227);
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 600;
}

.about-top {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 2rem;
  color: rgb(245, 236, 227);
}

.img-col {
  position: relative;
  width: 550px;
  height: 500px;
  margin: 0 auto;
}

.img {
  position: absolute;
  width: 300px;
  height: auto;
  border-radius: 12px;
}

.img1 {
  top: 0px;
  left: 0px;
  z-index: 1;
}

.img2 {
  top: 100px;
  left: 250px;
  z-index: 2;
}

.aboutus-p {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgb(245, 236, 227);
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.p-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
}

.dishes-bg {
  background: linear-gradient(
            rgba(50, 25, 20, 0.94),
            rgba(45, 18, 14, 0.95)
        ),
        url("image/dishes-bgg.png");
  background-size: cover;
  background-position: center;
  padding: 80px 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(50, 25, 20, 0.94), rgba(45, 18, 14, 0.95)), url("https://api.intermedia-web.com/getSavedAsset/vionepasticeri/vione.al/vione.al_2026-07-21_12-45-46-645/image/dishes-bgg.png");
  background-repeat: initial, initial;
  background-attachment: initial, initial;
  background-origin: initial, initial;
  background-clip: initial, initial;
  background-color: initial;
  background-position-x: center;
  background-position-y: center;
  overflow-x: hidden;
  overflow-y: hidden;
}

.dishes .row {
  row-gap: 90px;
}

.dishes .card {
  border: 1px solid rgba(201, 162, 78, 0.4);
  border-radius: 18px;
  overflow: visible;
  background: #160d0e;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 30px;
  height: 100%;
  position: relative;
  margin-top: 80px;
  transition: all .35s ease;
  overflow-x: visible;
  overflow-y: visible;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(22, 13, 14);
}

.dishes .card:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 25px 60px;
  border-color: #a37037;
}

.card-img-top {
  width: 140px;
  height: 140px;
  margin: -70px auto 0;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(201, 162, 78, 0.5);
  position: relative;
  background: #160d0e;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(22, 13, 14);
}

.card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease;
}

.card:hover .card-img-top img {
  transform: scale(1.08);
}

.card-content {
  padding: 25px 20px 30px;
  text-align: center;
}

.card-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgb(245, 236, 227);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.card-text {
  font-size: 0.95rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgba(245, 236, 227, 0.85);
  line-height: 1.7;
  font-weight: 400;
  min-height: 80px;
}

.card hr {
  width: 60%;
  margin: 20px auto;
  border: none;
  border-top: 1px solid rgba(245,236,227,.15);
}

.dishes-description {
  max-width: 700px;
  margin: 90px auto 25px;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(245, 236, 227, 0.78);
  letter-spacing: 0.3px;
}

.gallery {
  padding: 70px;
}

.gallery-carousel .item {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.gallery-carousel .item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
  transition: all 0.5s ease;
  filter: brightness(0.9);
}

.gallery-carousel .owl-stage-outer {
  padding: 10px 0;
}

.gallery-carousel .item {
  margin: 0 10px;
}

.top-section {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.top-section img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  filter: brightness(0.45);
  display: block;
}

.cover-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.cover-title {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
  color: rgb(245, 236, 227);
  font-size: clamp(1.2rem, 2.3vw, 3rem);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-style: oblique;
}

.testimonials {
  padding: 70px;
}

.testimonials .dot-testimonials {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(201, 162, 78);
  font-size: 0.85rem;
  letter-spacing: 2px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 18px;
  text-transform: uppercase;
  row-gap: 10px;
  column-gap: 10px;
}

.testimonials-top {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  line-height: 1.1;
  color: rgb(245, 236, 227);
  font-weight: 600;
  margin-bottom: 25px;
}

.testimonials-description {
  max-width: 500px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(245, 236, 227, 0.72);
  margin-bottom: 35px;
}

.testimonials-btn {
  display: inline-block;
  padding: 14px 34px;
  border: 1px solid rgba(201, 162, 78, 0.45);
  border-radius: 40px;
  color: rgb(245, 236, 227);
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.35s ease;
}

.testimonials-btn:hover {
  background: #c9a24e;
  color: rgb(22, 13, 14);
  border-color: #c9a24e;
  transform: translateY(-3px);
  box-shadow: rgba(201, 162, 78, 0.2) 0px 10px 25px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(201, 162, 78);
}

.stars {
  color: rgb(254, 196, 45);
  margin-bottom: 18px;
  font-size: 0.95rem;
  letter-spacing: 3px;
}

.testimonial-card {
  background: #2c130f;
  border: 1px solid rgba(245, 236, 227, 0.08);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 15px 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(44, 19, 15);
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 78, 0.35);
  box-shadow: rgba(0, 0, 0, 0.28) 0px 20px 50px;
}

.stars {
  color: #fec42d;
  margin-bottom: 18px;
  font-size: 0.95rem;
  letter-spacing: 3px;
}

.testimonial-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  color: rgb(245, 236, 227);
  font-weight: 300;
  margin-bottom: 30px;
}

.testimonial-author {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
  color: rgb(245, 236, 227);
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}

.testimonial-state {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.9rem;
  color: rgb(245, 236, 227);
  margin-bottom: 0px;
}

.qoute-icon {
  position: absolute;
  bottom: 25px;
  right: 30px;
  font-size: 3rem;
  color: rgb(163, 112, 55);
}

.footer {
  padding: 40px 70px 0px 70px;
  background-color: rgb(44, 19, 15);
  position: relative;
}

.footer .logo img, .logo {
  width: 100px;
}

.footer-desc {
  max-width: 700px;
  font-family: "EB Garamond", serif;
  font-size: 1.1rem;
  color: rgb(245, 236, 227);
  font-weight: 400;
}

.footer p {
  color: rgb(245, 236, 227);
  text-align: center;
}

.footer a {
  text-decoration: none !important;
  color: rgb(245, 236, 227);
}

.footer a:hover {
  color: rgb(201, 162, 78);
  letter-spacing: 0.3px;
}

.footer-title {
  font-family: "EB Garamond", serif;
  color: rgb(245, 236, 227);
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.5px;
}

.hours-row {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(245, 236, 227);
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0px 0px 10px 0;
  letter-spacing: 0.3px;
  gap: 10px;
  row-gap: 10px;
  column-gap: 10px;
}

.hours-row:hover {
  color: rgb(201, 162, 78);
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201, 162, 78, 0.4),
    transparent
  );
  margin-bottom: 15px;
  background-image: linear-gradient(to right, transparent, rgba(201, 162, 78, 0.4), transparent);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.footer iframe {
  margin-left: 50%;
  margin-right: 50%;
  transform: translate(-50%);
  max-width: 100%;
  max-height: 100%;
}

.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
  column-gap: 15px;
  margin-top: 10px;
}

.social-icons a {
  color: rgb(245, 236, 227);
  font-size: 1.3rem;
}

.social-icons a:hover {
  color: rgb(201, 162, 78);
  transform: translateY(-3px);
}

.top-cover {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.top-cover img {
  height: 50vh;
  width: 100% !important;
  filter: brightness(0.5);
  object-fit: cover;
  position: relative;
  border-radius: 25px;
}

.cover-content-1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 4vw, 50px);
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  row-gap: clamp(20px, 4vw, 50px);
  column-gap: clamp(20px, 4vw, 50px);
}

.cover-title-1 {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 500;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1px;
  row-gap: 10px;
  column-gap: 10px;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: rgb(255, 255, 255);
}

.breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}

.gallery {
  padding: clamp(40px, 6vw, 70px);
}

.contact {
  padding: 70px;
}

.contact .row {
  display: flex;
  align-items: stretch;
}

.contact-box {
  height: 100%;
  display: flex;
  align-items: center;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding: 20px 0;
  row-gap: 35px;
  column-gap: 35px;
}

.contact-item {
  flex: 0 0 calc(50% - 15px);
  display: flex;
  gap: 15px;
  align-items: flex-start;
  min-height: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 18px);
  row-gap: 15px;
  column-gap: 15px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.contact-item {
  flex: 0 0 calc(50% - 18px);
  display: flex;
  gap: 15px;
  min-height: 120px;
  padding: 10px;
}

.contact-item i {
  font-size: 1.2rem;
  color: rgb(201, 162, 78);
  margin-top: 5px;
}

.contact-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  color: rgb(245, 236, 227);
  margin-bottom: 6px;
}

.contact-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  color: rgba(245, 236, 227, 0.75);
}

.contact a {
  text-decoration: none;
  color: rgb(245, 236, 227);
}

.contact a:hover {
  color: rgb(201, 162, 78);
}

.map-box {
  height: 100%;
  min-height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 50px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
  display: block;
  filter: grayscale(10%) contrast(1.1) brightness(0.9);
}

.map-box iframe:hover {
  filter: grayscale(0%) contrast(1.2) brightness(1);
  transform: scale(1.01);
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.menu-section {
  padding: 70px;
}

.menu-category {
  position: relative;
  margin-bottom: 50px;
  overflow: visible;
}

.menu-category::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(78,37,89,0.96), rgba(10,5,4,0.95)),
    url("image/menu-bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.menu-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 100px 70px;
  gap: 60px;
}

.menu-content {
  flex: 1;
  color: #F5ECE3;
}

.menu-image-box {
  flex: 1;
  display: flex;
  justify-content: center;
}

.menu-image-box img {
  width: 380px;
  height: 540px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 30px 70px;
  transform: translateY(-40px);
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.menu-item {
  display: flex;
  align-items: center;
}

.menu-item .dish {
  white-space: nowrap;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.menu-item .line {
  flex: 1;
  height: 1px;
  margin: 0 15px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201,162,78,0.6),
    transparent
  );
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-image: linear-gradient(to right, transparent, rgba(201, 162, 78, 0.6), transparent);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.menu-item .price {
  color: rgb(201, 162, 78);
}

.menu--reverse .menu-row {
  flex-direction: row-reverse;
}

.nav-link:hover {
  color: rgb(163, 112, 55) !important;
}

.nav-link:active {
  color: rgb(163, 112, 55) !important;
}

.nav-link.active {
  color: rgb(163, 112, 55) !important;
}

.logo, .footer .logo img {
  width: 100px;
}

.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;
}

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

.c20399 {
  color: rgb(201, 162, 78);
  --bs-link-color-rgb: 10,88,202;
  letter-spacing: 0.3px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  text-align: center;
  background-color: rgb(44, 19, 15);
}

.c15741 {
  font-size: 14.4px;
}

.c15843 {
  font-size: 14.4px;
}

@media (max-width: 992px) {
  .menu-row,
  .menu--reverse .menu-row {
    flex-direction: column;
    text-align: center;
    padding: 70px 20px;
  }
  .menu-image-box img {
    width: 100%;
    height: 320px;
    transform: none;
  }
  .menu-item {
    justify-content: center;
  }
  .menu-item .line {
    display: none;
  }
  .home-carousel .carousel-item,
    .carousel-inner img {
    height: 75vh;
  }
  .carousel-caption {
    width: 95%;
  }
  .carousel-caption h6 {
    font-size: 0.8rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .carousel-caption p {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.2;
  }
  .luxury-bg {
    padding: 60px 40px;
    max-height: none;
  }
  .luxury-quote {
    margin-bottom: 35px;
  }
  .about-flex {
    gap: 30px;
    row-gap: 30px;
    column-gap: 30px;
  }
  .img-about-1 {
    width: 220px;
    height: 280px;
  }
  .img-about-2 {
    height: 500px;
  }
  .home-about-2 {
    padding: 60px 40px 100px;
  }
  .about-top {
    font-size: 1.8rem;
    margin-top: 15px;
  }
  .img-col {
    width: 100%;
    height: 500px;
    margin: 0 auto 40px;
  }
  .img1 {
    width: 280px;
  }
  .img2 {
    width: 280px;
    left: 180px;
    top: 120px;
  }
  .p-col {
    padding: 20px 0;
  }
  .dishes-bg {
    padding: 70px 35px;
  }
  .dishes .row {
    row-gap: 80px;
  }
  .dishes .card {
    margin-top: 70px;
  }
  .card-img-top {
    width: 130px;
    height: 130px;
    margin-top: -65px;
  }
  .card-title {
    font-size: 1.25rem;
  }
  .card-text {
    min-height: auto;
  }
  .dishes-description {
    margin-top: 60px;
  }
  .gallery {
    padding: 80px 40px;
  }
  .gallery .about-top {
    font-size: 3rem;
  }
  .gallery-carousel .item img {
    height: 240px;
  }
  .top-section img {
    height: 40vh;
  }
  .cover-title {
    max-width: 700px;
    font-size: clamp(1.8rem, 5vw, 3rem);
  }
  .testimonials {
    padding: 80px 40px;
  }
  .testimonials-top {
    font-size: 3rem;
  }
  .testimonials-description {
    max-width: 100%;
  }
  .footer {
    padding: 70px 25px 40px;
    text-align: center;
  }
  .hours-row {
    flex-direction: column;
    gap: 5px;
    row-gap: 5px;
    column-gap: 5px;
  }
  .contact-item {
    flex: 0 0 100%;
    min-height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
  }
  .map-box iframe {
    min-height: 350px;
  }
  .menu-row, .menu--reverse .menu-row {
    flex-direction: column;
    text-align: center;
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 70px;
    padding-left: 20px;
  }
  .home-carousel .carousel-item, .carousel-inner img {
    height: 75vh;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 10px 20px;
  }
  .navbar-brand img {
    max-width: 80px;
  }
  .navbar-collapse {
    background: #160d0e;
    padding: 20px;
    margin-top: 10px;
    border-radius: 12px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(22, 13, 14);
  }
  .navbar-nav {
    gap: 0 !important;
    row-gap: 0px !important;
    column-gap: 0px !important;
  }
  .nav-item {
    margin: 8px 0;
  }
  .nav-link {
    font-size: 20px;
    padding: 10px 0;
  }
  .book-btn {
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .book-btn {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .luxury-bg {
    padding: 50px 25px;
    border-radius: 0;
  }
  .luxury-subtitle {
    font-size: 0.75rem;
    letter-spacing: 3px;
  }
  .luxury-quote {
    font-size: 2.5rem;
    line-height: 1.15;
    margin-bottom: 30px;
  }
  .about-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    row-gap: 25px;
    column-gap: 25px;
  }
  .img-about-1 {
    width: 100%;
    max-width: 320px;
    height: 300px;
  }
  .about-content {
    max-width: 100%;
  }
  .custom-p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .img-about-2 {
    height: 350px;
    min-height: auto;
  }
  .home-about-2 {
    padding: 50px 20px 80px;
  }
  .dot-aboutus {
    text-align: center;
  }
  .about-top {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .img-col {
    width: 100%;
    height: auto;
    position: static;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    row-gap: 20px;
    column-gap: 20px;
  }
  .img,
  .img1,
  .img2 {
    position: static;
    width: 100%;
    max-width: 350px;
    height: 250px;
    object-fit: cover;
  }
  .aboutus-p {
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
  }
  .p-col {
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .dishes-bg {
    padding: 60px 20px;
  }
  .dishes .about-top {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .dishes .row {
    row-gap: 70px;
    margin-bottom: 20px;
  }
  .dishes .card {
    margin-top: 60px;
  }
  .card-img-top {
    width: 110px;
    height: 110px;
    margin-top: -55px;
  }
  .card-content {
    padding: 20px 15px 25px;
  }
  .card-title {
    font-size: 1.15rem;
  }
  .card-text {
    font-size: 0.9rem;
    line-height: 1.7;
    min-height: auto;
  }
  .dishes-description {
    margin: 40px auto 25px;
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .gallery {
    padding: 70px 20px;
    text-align: center;
  }
  .gallery .about-top {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .gallery-carousel .item img {
    height: 220px;
  }
  .top-section img {
    height: 35vh;
  }
  .cover-content {
    padding: 0 25px;
  }
  .cover-title {
    font-size: 1.7rem;
    line-height: 1.3;
    letter-spacing: 0px;
  }
  .testimonials {
    padding: 70px 20px;
    text-align: center;
  }
  .testimonials-top {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .testimonials-description {
    font-size: 0.95rem;
    margin: 0 auto 25px;
  }
  .testimonials-btn {
    margin: 0 auto;
  }
  .testimonials .dot-testimonials {
    justify-content: center;
  }
  .testimonial-card {
    padding: 28px 22px;
  }
  .testimonial-text {
    font-size: 0.92rem;
    line-height: 1.8;
  }
  .testimonial-author {
    font-size: 1rem;
  }
  .qoute-icon {
    font-size: 2.2rem;
    bottom: 15px;
    right: 18px;
  }
  .footer-desc {
    font-size: 0.95rem;
  }
  .footer-title {
    font-size: 1.2rem;
  }
  .social-icons {
    justify-content: center;
  }
  .map-box iframe {
    height: 300px;
  }
  .map-title {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .luxury-bg {
    padding: 40px 20px;
  }
  .luxury-quote {
    font-size: 2rem;
  }
  .img-about-1 {
    height: 250px;
  }
  .img-about-2 {
    height: 280px;
  }
  .custom-p {
    font-size: 0.9rem;
  }
  .about-top {
    font-size: 1.35rem;
  }
  .img,
  .img1,
  .img2 {
    height: 220px;
  }
  .aboutus-p {
    font-size: 0.95rem;
  }
  .dishes-bg {
    padding: 50px 15px;
  }
  .dishes .row {
    row-gap: 60px;
  }
  .card-img-top {
    width: 95px;
    height: 95px;
    margin-top: -48px;
  }
  .card-title {
    font-size: 1.05rem;
  }
  .card-text {
    font-size: 0.85rem;
  }
  .dishes-description {
    font-size: 0.9rem;
    margin-top: 90px;
  }
  .gallery {
    padding: 60px 15px;
  }
  .gallery .about-top {
    font-size: 1.8rem;
  }
  .gallery-carousel .item img {
    height: 200px;
  }
  .top-section img {
    height: 30vh;
  }
  .cover-title {
    font-size: 1.35rem;
    line-height: 1.35;
  }
}