@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');




html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
}

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

.navbar {
  background-color: rgb(46, 68, 66);
  padding: 0px 30px;
}

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

.navbar-brand {
  padding: 15px;
}

.nav-link {
  color: rgb(255, 255, 255);
  font-family: Marcellus, serif;
  font-size: 18px;
  font-weight: 400;
}

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

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

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

.dropdown-menu {
  border: none;
  border-radius: 12px;
  padding: 10px;
  background: #324b49;
  box-shadow: rgba(0, 0, 0, 0.2) 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(50, 75, 73);
}

.navbar-toggler {
  border: 1px solid rgba(255,255,255,.25);
  padding: 8px 12px;
}

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

.dropdown-item {
  color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 10px 15px;
}

.dropdown-item img {
  width: 22px;
  margin-right: 10px;
}

.dropdown-item:hover {
  background: #D0965C;
  color: rgb(46, 68, 66);
  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(208, 150, 92);
}

.book-btn {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #D0965C;
  color: rgb(208, 150, 92);
  text-decoration: none;
  border-radius: 30px;
  letter-spacing: 1px;
  font-family: Marcellus, serif;
  text-transform: uppercase;
}

.book-btn:hover {
  background: #D0965C;
  color: rgb(9, 29, 28);
  box-shadow: rgba(208, 150, 92, 0.3) 0px 10px 30px;
  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(208, 150, 92);
}

.home-carousel .carousel-item {
  position: relative;
  height: 85vh;
  background-color: rgb(9, 29, 28);
}

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

.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: Marcellus, serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgb(208, 150, 92);
  margin-bottom: 15px;
}

.carousel-caption p {
  font-family: Marcellus, serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  line-height: 1.1;
  color: rgb(255, 255, 255);
}

.subtitle {
  color: rgb(208, 150, 92);
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Marcellus, serif;
}

.subtitle-center {
  color: rgb(208, 150, 92);
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  font-family: Marcellus, serif;
}

.section-desc {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  font-family: Marcellus, serif;
}

.section-desc-center {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  text-align: center;
}

.divider-1 {
  width: 80%;
  height: 1px;
  margin-bottom: 15px;
  background: linear-gradient(
        90deg,
        #D0965C 0%,
        rgba(208,150,92,.8) 20%,
        rgba(208,150,92,.4) 50%,
        rgba(208,150,92,.15) 75%,
        transparent 100%
    );
  background-image: linear-gradient(90deg, rgb(208, 150, 92) 0%, rgba(208, 150, 92, 0.8) 20%, rgba(208, 150, 92, 0.4) 50%, rgba(208, 150, 92, 0.15) 75%, transparent 100%);
  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;
}

.divider-2 {
  width: 180px;
  height: 1px;
  margin: 15px auto 25px;
  background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(208,150,92,.2) 15%,
        rgba(208,150,92,.7) 35%,
        #D0965C 50%,
        rgba(208,150,92,.7) 65%,
        rgba(208,150,92,.2) 85%,
        transparent 100%
    );
  background-image: linear-gradient(90deg, transparent 0%, rgba(208, 150, 92, 0.2) 15%, rgba(208, 150, 92, 0.7) 35%, rgb(208, 150, 92) 50%, rgba(208, 150, 92, 0.7) 65%, rgba(208, 150, 92, 0.2) 85%, transparent 100%);
  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;
}

.about-section {
  padding: 70px;
  background: #091d1c;
  color: rgb(255, 255, 255);
  position: relative;
  overflow: 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(9, 29, 28);
  overflow-x: hidden;
  overflow-y: hidden;
}

.about-image {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 60px;
  max-height: 550px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image:hover img {
  transform: scale(1.05);
}

.experience-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(9,29,28,.85);
  border: 1px solid rgba(208,150,92,.4);
  padding: 12px 18px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  text-align: center;
  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: rgba(9, 29, 28, 0.85);
}

.experience-badge span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: rgb(208, 150, 92);
}

.experience-badge small {
  font-size: 12px;
  color: rgb(217, 217, 217);
  letter-spacing: 1px;
}

.about-content {
  padding: 50px;
}

.about-content p {
  color: rgb(207, 207, 207);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 15px;
  font-family: Marcellus, serif;
}

.feature-section {
  padding: 70px;
  background: #2e4442;
  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(46, 68, 66);
}

.feature-box {
  background: #112827;
  border: 1px solid rgba(208,150,92,.15);
  border-radius: 16px;
  padding: 40px 25px;
  text-align: center;
  height: 100%;
  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(17, 40, 39);
}

.feature-box:hover {
  transform: translateY(-8px);
  border-color: #D0965C;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 40px;
}

.feature-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  border: 1px solid rgba(208,150,92,.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(208, 150, 92);
  font-size: 30px;
}

.feature-box:hover .feature-icon {
  background: #D0965C;
  color: rgb(9, 29, 28);
  transform: rotate(8deg);
  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(208, 150, 92);
}

.feature-title {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: Marcellus, serif;
}

.feature-text {
  color: rgb(191, 191, 191);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Marcellus, serif;
}

.menu-section {
  background: #091d1c;
  padding: 90px 0;
  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(9, 29, 28);
}

.section-title-light {
  color: rgb(208, 150, 92);
}

.menu-card {
  background: #112827;
  border: 1px solid rgba(208,150,92,.15);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  position: relative;
  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(17, 40, 39);
  overflow-x: hidden;
  overflow-y: hidden;
}

.menu-card:hover {
  transform: translateY(-10px);
  border-color: #D0965C;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 25px 60px;
}

.card-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-card:hover .card-img-wrap img {
  transform: scale(1.1);
}

.card-body {
  padding: 20px;
}

.card-category {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgb(208, 150, 92);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Marcellus, serif;
}

.card-title {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: Marcellus, serif;
}

.card-text {
  color: rgb(191, 191, 191);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: Marcellus, serif;
}

.home-gallery {
  padding: 70px;
  background-color: rgb(46, 68, 66);
}

.gallery-carousel .item {
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-carousel .item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
}

.gallery-carousel .owl-stage {
  display: flex;
  align-items: center;
}

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

.gallery-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border: 1px solid #D0965C !important;
  border-radius: 50% !important;
  color: rgb(208, 150, 92) !important;
  font-size: 24px !important;
  margin: 0 8px;
}

.gallery-carousel .owl-nav button:hover {
  background: #D0965C !important;
  color: rgb(9, 29, 28) !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(208, 150, 92) !important;
}

.gallery-carousel .owl-dots {
  margin-top: 25px;
}

.gallery-carousel .owl-dot span {
  background: #7a8b89 !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(122, 139, 137) !important;
}

.gallery-carousel .owl-dot.active span {
  background: #D0965C !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(208, 150, 92) !important;
}

.testimonials {
  background: #091d1c;
  padding: 70px 0;
  color: rgb(255, 255, 255);
  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(9, 29, 28);
}

.testimonial-card {
  background: #112827;
  border: 1px solid rgba(208,150,92,.15);
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  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(17, 40, 39);
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: #D0965C;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 50px;
}

.testimonial-stars {
  color: rgb(208, 150, 92);
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 2px;
}

.testimonial-text {
  color: rgb(207, 207, 207);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
  font-family: Marcellus, serif;
}

.testimonial-user {
  display: flex;
  align-items: center;
}

.testimonial-flag img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(208,150,92,.3);
}

.testimonial-author {
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-bottom: 2px;
}

.testimonial-state {
  color: rgb(208, 150, 92);
  font-size: 13px;
  margin: 0;
  letter-spacing: 1px;
}

.testimonials img {
  border-radius: 18px;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(208,150,92,.15);
}

.testimonials img:hover {
  transform: scale(1.03);
  border-color: #D0965C;
}

.testimonials-carousel .item {
  padding: 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.35);
  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;
}

.footer {
  padding: 70px 70px 0px;
  background-color: rgb(9, 29, 28);
  font-family: Marcellus, serif;
}

.footer .logo {
  width: 100px;
}

.footer .description {
  color: rgb(255, 255, 255);
  line-height: 1.8;
  font-size: 15px;
  max-width: 320px;
  margin-bottom: 30px;
}

.footer-title {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.footer-divider {
  width: 80%;
  height: 1px;
  margin-bottom: 15px;
  background: linear-gradient(
        90deg,
        #D0965C 0%,
        rgba(208,150,92,.8) 20%,
        rgba(208,150,92,.4) 50%,
        rgba(208,150,92,.15) 75%,
        transparent 100%
    );
  background-image: linear-gradient(90deg, rgb(208, 150, 92) 0%, rgba(208, 150, 92, 0.8) 20%, rgba(208, 150, 92, 0.4) 50%, rgba(208, 150, 92, 0.15) 75%, transparent 100%);
  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-menu,
.footer-contact {
  display: flex;
  flex-direction: column;
}

.footer-menu a,
.footer-contact a {
  color: #cfcfcf;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-menu a:hover,
.footer-contact a:hover {
  color: #D0965C;
  padding-left: 8px;
}

.footer-contact p {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.footer-icon {
  color: rgb(206, 149, 91);
  margin-top: 3px;
  font-size: 17px;
  min-width: 22px;
}

.work-days,
.working-hours {
  color: #999;
  margin-left: 35px;
  font-weight: 500;
}

.socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  row-gap: 15px;
  column-gap: 15px;
}

.social {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(212,175,55,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(208, 150, 92);
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
}

.social:hover {
  background: #D0965C;
  color: rgb(24, 35, 33);
  transform: translateY(-5px);
  box-shadow: rgba(212, 175, 55, 0.25) 0px 8px 20px;
  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(208, 150, 92);
}

.footer-map iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-map iframe:hover {
  filter: grayscale(0%) brightness(0.9);
}

.copyright {
  padding-top: 10px;
  border-top: 2px solid rgba(255,255,255,.08);
  text-align: center;
  color: rgb(153, 153, 153);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  flex-wrap: wrap;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.08);
  row-gap: 8px;
  column-gap: 8px;
}

.copyright a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(208, 150, 92);
}

.copyright img {
  width: 100px;
  margin-left: 6px;
}

.copyright img:hover {
  transform: scale(1.05);
}

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

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

.testimonials-1 {
  padding: 70px;
  background-color: #112827;
}

.gallery {
  padding: 70px;
  background-color: rgb(9, 29, 28);
}

.gallery .item {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
}

.contact-modern {
  background: #112827;
  padding: 80px 0;
  color: rgb(255, 255, 255);
  font-family: Marcellus, serif;
  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(17, 40, 39);
}

.contact-box {
  background: #0f1f1d;
  border: 1px solid rgba(208,150,92,.15);
  border-radius: 16px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: 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(15, 31, 29);
  overflow-x: hidden;
  overflow-y: hidden;
}

.contact-box:hover {
  transform: translateY(-8px);
  border-color: #D0965C;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 50px;
}

.contact-box i {
  font-size: 28px;
  color: rgb(208, 150, 92);
  margin-bottom: 15px;
}

.contact-box h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}

.contact-box a {
  display: inline-block;
  color: rgb(207, 207, 207);
  font-size: 14px;
  text-decoration: none;
  line-height: 1.7;
  word-break: break-word;
}

.contact-box a:hover {
  color: rgb(208, 150, 92);
}

.contact-text {
  padding-right: 20px;
}

.contact-text h2 {
  font-size: 42px;
  margin: 15px 0;
  color: rgb(255, 255, 255);
  font-family: Marcellus, serif;
}

.contact-text p {
  color: rgb(207, 207, 207);
  font-size: 15px;
  line-height: 1.8;
}

.hours {
  margin-top: 25px;
}

.hours h6 {
  color: rgb(208, 150, 92);
  font-size: 16px;
  margin-bottom: 12px;
}

.hours p {
  margin: 5px 0;
  color: rgb(207, 207, 207);
  font-size: 14px;
}

.map-box {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(208,150,92,.2);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.map-box iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  filter: grayscale(10%) brightness(0.95);
}

.map-box:hover iframe {
  filter: grayscale(0%) brightness(1);
}

.menu {
  background: #2e4442;
  padding: 70px;
  font-family: 'Marcellus', serif;
}

.menu-header {
  text-align: center;
}

.menu-subtitle {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(208, 150, 92);
  margin-bottom: 5px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  row-gap: 20px;
  column-gap: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.menu-item:hover {
  transform: translateX(5px);
}

.menu-info h4 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin-bottom: 6px;
}

.menu-info p {
  font-size: 14px;
  color: rgb(207, 207, 207);
  margin: 0;
  line-height: 1.6;
}

.price {
  color: rgb(255, 77, 77);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.menu-item:hover h4 {
  color: rgb(208, 150, 92);
}

.menu-section .row {
  margin-bottom: 40px;
}

html, body {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  overflow-x: hidden !important;
}

.nav-link:hover {
  color: rgb(208, 150, 92) !important;
}

.nav-link.active {
  color: rgb(208, 150, 92) !important;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-contact {
  display: flex;
  flex-direction: column;
}

.footer-menu a, .footer-contact a {
  color: rgb(207, 207, 207);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-menu a:hover, .footer-contact a:hover {
  color: rgb(208, 150, 92);
  padding-left: 8px;
}

.work-days {
  color: rgb(153, 153, 153);
  margin-left: 35px;
  font-weight: 500;
}

.working-hours {
  color: rgb(153, 153, 153);
  margin-left: 35px;
  font-weight: 500;
}

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

@media (max-width: 991.98px) {
  .navbar {
    padding: 10px 20px;
  }
  .navbar-brand {
    padding: 10px 0;
  }
  .navbar img {
    max-width: 80px;
  }
  .navbar-collapse {
    background: #2e4442;
    margin-top: 15px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    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(46, 68, 66);
  }
  .navbar-nav {
    gap: 0 !important;
    row-gap: 0px !important;
    column-gap: 0px !important;
  }
  .nav-item {
    margin: 8px 0;
  }
  .book-btn {
    padding: 10px 24px;
    font-size: 15px;
  }
  .dropdown-menu {
    text-align: center;
    background: #324b49;
    border: none;
    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(50, 75, 73);
  }
  .home-carousel .carousel-item,
    .carousel-inner img {
    height: 70vh;
  }
  .carousel-caption {
    width: 90%;
    gap: 15px;
    row-gap: 15px;
    column-gap: 15px;
  }
  .carousel-caption h6 {
    font-size: 0.9rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .carousel-caption p {
    font-size: 2rem;
    line-height: 1.3;
  }
  .carousel-caption .book-btn {
    padding: 12px 24px;
  }
  .carousel-control-prev,
    .carousel-control-next {
    width: 8%;
  }
  .about-section {
    padding: 60px 20px;
  }
  .about-content {
    padding: 30px 15px;
    text-align: center;
  }
  .about-image {
    max-width: 450px;
    margin: 40px auto 0;
  }
  .experience-badge {
    bottom: 15px;
    left: 15px;
    padding: 10px 15px;
  }
  .experience-badge span {
    font-size: 18px;
  }
  .about-content p {
    font-size: 15px;
    line-height: 1.8;
  }
  .feature-section {
    padding: 60px 20px;
  }
  .feature-box {
    padding: 35px 20px;
  }
  .feature-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .feature-title {
    font-size: 20px;
  }
  .feature-text {
    font-size: 15px;
    line-height: 1.7;
  }
  .footer {
    padding: 60px 25px 25px;
    text-align: center;
  }
  .footer [class*="col-"] {
    margin-bottom: 40px;
  }
  .footer .logo {
    margin: 0 auto 15px;
    display: block;
  }
  .footer .description {
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .footer-title {
    text-align: center;
    font-size: 18px;
  }
  .footer-divider {
    width: 160px;
    margin: 12px auto 20px;
  }
  .footer-menu,
    .footer-contact {
    align-items: center;
  }
  .footer-menu a,
    .footer-contact a {
    font-size: 14.5px;
  }
  .footer-contact p {
    justify-content: center;
    text-align: center;
  }
  .work-days,
    .working-hours {
    margin-left: 0;
  }
  .socials {
    justify-content: center;
  }
  .footer-map iframe {
    height: 240px;
  }
  .copyright {
    margin-top: 20px;
    padding-top: 18px;
  }
  .gallery {
    padding: 60px 20px;
  }
  .gallery img {
    height: 240px;
  }
  .contact-modern {
    padding: 70px 25px;
    text-align: center;
  }
  .contact-text {
    padding-right: 0px;
  }
  .contact-text h2 {
    font-size: 34px;
  }
  .map-box iframe {
    height: 350px;
  }
  .contact-box {
    margin-bottom: 15px;
  }
  .home-carousel .carousel-item, .carousel-inner img {
    height: 70vh;
  }
  .carousel-control-prev {
    width: 8%;
  }
  .carousel-control-next {
    width: 8%;
  }
  .testimonials .col-lg-4 {
    margin-top: 20px;
  }
  .footer-menu {
    align-items: center;
  }
  .footer-contact {
    align-items: center;
  }
  .footer-menu a, .footer-contact a {
    font-size: 14.5px;
  }
  .work-days {
    margin-left: 0px;
  }
  .working-hours {
    margin-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 10px 15px;
  }
  .navbar img {
    max-width: 70px;
  }
  .nav-link {
    font-size: 17px;
    padding: 10px 0;
  }
  .book-btn {
    padding: 9px 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .dropdown-item {
    font-size: 16px;
  }
  .home-carousel .carousel-item,
    .carousel-inner img {
    height: 60vh;
  }
  .carousel-caption {
    width: 95%;
    gap: 12px;
    row-gap: 12px;
    column-gap: 12px;
  }
  .carousel-caption h6 {
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
  .carousel-caption p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .carousel-caption .book-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }
  .carousel-control-prev,
    .carousel-control-next {
    display: none;
  }
  .footer {
    padding: 50px 18px 20px;
  }
  .footer .logo {
    width: 85px;
  }
  .footer-title {
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  .footer-divider {
    width: 140px;
  }
  .footer-menu a,
    .footer-contact a {
    font-size: 14px;
  }
  .footer-contact p {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    row-gap: 5px;
    column-gap: 5px;
  }
  .footer-icon {
    margin-top: 0px;
  }
  .footer-map iframe {
    height: 200px;
    border-radius: 10px;
  }
  .social {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  .copyright {
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    row-gap: 8px;
    column-gap: 8px;
  }
  .copyright img {
    width: 80px;
  }
  .gallery {
    padding: 50px 15px;
  }
  .gallery img {
    height: 220px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .gallery .item {
    border-radius: 14px;
  }
  .gallery img {
    border-radius: 14px;
  }
  .contact-modern {
    padding: 60px 15px;
  }
  .contact-text h2 {
    font-size: 28px;
  }
  .contact-text p {
    font-size: 14px;
  }
  .hours p {
    font-size: 13px;
  }
  .map-box iframe {
    height: 300px;
  }
  .contact-box {
    padding: 30px 20px;
  }
  .home-carousel .carousel-item, .carousel-inner img {
    height: 60vh;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .footer-menu a, .footer-contact a {
    font-size: 14px;
  }
}

@media (max-width:575.98px) {
  .navbar {
    padding: 8px 12px;
  }
  .navbar img {
    max-width: 65px;
  }
  .nav-link {
    font-size: 16px;
  }
  .book-btn {
    padding: 8px 18px;
    font-size: 13px;
    border-radius: 25px;
  }
  .about-section {
    padding: 40px 12px;
  }
  .about-content p {
    font-size: 14px;
    line-height: 1.7;
  }
  .about-image {
    border-radius: 15px;
  }
  .experience-badge {
    bottom: 10px;
    left: 10px;
    padding: 7px 10px;
  }
  .experience-badge span {
    font-size: 15px;
  }
  .experience-badge small {
    font-size: 10px;
  }
  .feature-section {
    padding: 40px 12px;
  }
  .feature-box {
    padding: 25px 18px;
    border-radius: 14px;
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 18px;
  }
  .feature-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .feature-text {
    font-size: 14px;
    margin-top: 12px;
  }
  .menu-section {
    padding: 50px 12px;
  }
  .menu-card {
    max-width: 100%;
  }
  .card-img-wrap {
    height: 210px;
  }
  .card-body {
    padding: 18px;
  }
  .card-title {
    font-size: 18px;
  }
  .card-text {
    font-size: 14px;
  }
  .card-category {
    font-size: 11px;
  }
  .home-gallery {
    padding: 40px 12px;
  }
  .gallery-carousel .item img {
    height: 210px;
    border-radius: 14px;
  }
  .gallery-carousel .item {
    border-radius: 14px;
  }
  .testimonials {
    padding: 40px 12px;
  }
  .testimonial-card {
    padding: 20px 16px;
    border-radius: 15px;
  }
  .testimonial-stars {
    font-size: 12px;
  }
  .testimonial-text {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .testimonial-flag img {
    width: 40px;
    height: 40px;
  }
  .testimonial-author {
    font-size: 14px;
  }
  .testimonial-state {
    font-size: 11px;
  }
  .testimonials img {
    max-height: 250px;
    border-radius: 15px;
  }
  .testimonials-carousel .item {
    padding: 5px;
  }
  .top-section img {
    height: 35vh;
  }
  .cover-title {
    max-width: 100%;
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
  }
  .cover-content {
    padding: 0 15px;
  }
}

@media (max-width: 575.98px) {
  .home-carousel .carousel-item,
    .carousel-inner img {
    height: 55vh;
  }
  .carousel-caption {
    width: 95%;
    padding: 0 10px;
  }
  .carousel-caption h6 {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
  }
  .carousel-caption p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .carousel-caption .book-btn {
    padding: 9px 20px;
    font-size: 0.85rem;
  }
  .footer {
    padding: 40px 15px 15px;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer-divider {
    width: 120px;
  }
  .footer-menu a,
    .footer-contact a {
    font-size: 13.5px;
  }
  .social {
    width: 40px;
    height: 40px;
  }
  .footer-map iframe {
    height: 180px;
  }
  .copyright img {
    width: 75px;
  }
  .gallery {
    padding: 40px 12px;
  }
  .gallery img {
    height: 200px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .gallery .item {
    border-radius: 12px;
  }
  .gallery img {
    border-radius: 12px;
  }
  .contact-modern {
    padding: 50px 12px;
  }
  .contact-text h2 {
    font-size: 24px;
  }
  .contact-box i {
    font-size: 24px;
  }
  .contact-box h5 {
    font-size: 16px;
  }
  .map-box iframe {
    height: 260px;
  }
  .home-carousel .carousel-item, .carousel-inner img {
    height: 55vh;
  }
  .footer-menu a, .footer-contact a {
    font-size: 13.5px;
  }
}

@media (max-width:767.98px) {
  .about-section {
    padding: 50px 15px;
  }
  .about-content {
    padding: 0;
    text-align: center;
  }
  .about-image {
    max-width: 100%;
    margin-top: 35px;
  }
  .experience-badge {
    padding: 8px 12px;
  }
  .experience-badge span {
    font-size: 16px;
  }
  .experience-badge small {
    font-size: 11px;
  }
  .about-content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .feature-section {
    padding: 50px 15px;
  }
  .feature-box {
    padding: 30px 20px;
  }
  .feature-icon {
    width: 65px;
    height: 65px;
    font-size: 26px;
  }
  .feature-title {
    font-size: 19px;
  }
  .feature-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .menu-section {
    padding: 60px 15px;
  }
  .menu-card {
    max-width: 420px;
    margin: auto;
  }
  .card-img-wrap {
    height: 240px;
  }
  .card-body {
    padding: 20px;
  }
  .card-category {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .card-title {
    font-size: 19px;
  }
  .card-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .home-gallery {
    padding: 50px 15px;
  }
  .gallery-carousel .item img {
    height: 240px;
  }
  .gallery-carousel .owl-nav button {
    width: 42px;
    height: 42px;
    font-size: 20px !important;
  }
  .testimonials {
    padding: 50px 15px;
  }
  .testimonial-card {
    padding: 22px 18px;
  }
  .testimonial-stars {
    font-size: 13px;
  }
  .testimonial-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .testimonial-flag img {
    width: 45px;
    height: 45px;
  }
  .testimonial-author {
    font-size: 15px;
  }
  .testimonial-state {
    font-size: 12px;
  }
  .testimonials img {
    width: 100%;
    max-height: 320px;
    margin-top: 15px;
  }
  .top-section img {
    height: 40vh;
  }
  .cover-title {
    max-width: 600px;
    font-size: clamp(1rem, 3.2vw, 2rem);
    line-height: 1.3;
  }
  .cover-content {
    padding: 0 20px;
  }
}

@media (max-width:991.98px) {
  .menu-section {
    padding: 70px 20px;
  }
  .card-img-wrap {
    height: 220px;
  }
  .card-body {
    padding: 18px;
  }
  .card-title {
    font-size: 20px;
  }
  .card-text {
    font-size: 15px;
  }
  .home-gallery {
    padding: 60px 20px;
  }
  .gallery-carousel .item img {
    height: 280px;
  }
  .testimonials {
    padding: 60px 20px;
  }
  .testimonial-card {
    padding: 25px;
  }
  .testimonial-text {
    font-size: 15px;
    line-height: 1.8;
  }
  .testimonials .col-lg-4 {
    margin-top: 20px;
  }
  .testimonials img {
    max-height: 420px;
    width: 100%;
  }
  .top-section img {
    height: 45vh;
  }
  .cover-title {
    max-width: 750px;
    font-size: clamp(1.1rem, 2.5vw, 2.5rem);
  }
  .cover-content {
    padding: 0 25px;
  }
}

@media (max-width: 991px) {
  .menu-section {
    padding: 60px 20px;
  }
  .section-desc-center {
    font-size: 30px;
  }
  .menu-item {
    flex-direction: column;
    gap: 8px;
    padding: 15px 0;
    row-gap: 8px;
    column-gap: 8px;
  }
  .price {
    align-self: flex-start;
  }
}

@media (max-width: 576px) {
  .section-desc-center {
    font-size: 24px;
  }
  .menu-info h4 {
    font-size: 16px;
  }
  .menu-info p {
    font-size: 13px;
  }
  .price {
    font-size: 16px;
  }
}