* {
  box-sizing: border-box;
}

body {
  background-color: #080808;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden !important;
}

@font-face {
  font-family: "PPCirka";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/PPCirka-Medium/PPCirka-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/Inter/Inter_18pt-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Inter/Inter_18pt-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/fonts/Inter/Inter_18pt-Thin.ttf) format("truetype");
  font-display: swap;
}

.book-mobile {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1000;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1))
    drop-shadow(-1px 9px 9px rgba(0, 0, 0, 0.09))
    drop-shadow(-3px 19px 12px rgba(0, 0, 0, 0.05))
    drop-shadow(-6px 35px 14px rgba(0, 0, 0, 0.01))
    drop-shadow(-9px 54px 15px rgba(0, 0, 0, 0));
  opacity: 0;
}

.book-mobile img {
  width: 70px;
  height: auto;
}

.fixed-btn:hover {
  scale: 1.1;
  z-index: 100;
}

.fixed-btn img {
  width: 75px;
  height: auto;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 1rem 3.4rem;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 1) 100%
  );
}

.header-desktop nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}

.nav-logo {
  display: flex;
  justify-content: center;
}

.desktop-logo {
  width: 128px;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
}

.nav-links a {
  font-family: "PPCirka", sans-serif;
  color: #dbd5c9;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: none;
}

.nav-cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.7rem;
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.globe-icon {
  width: 18px;
  height: auto;
  margin-top: -5px;
}

.nav-cta a {
  font-family: "PPCirka", sans-serif;
  color: #dbd5c9;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 0;
}

.nav-button {
  cursor: pointer;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  color: #dbd5c9;
  background-color: #748873;
  border: none;
  padding: 15px 24px;
}

.current-site {
  color: #748873 !important;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 1.2rem 1rem;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 1) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.logo-mobile {
  width: 70px;
}

.line-menu {
  background-color: #dbd5c9;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #dbd5c9;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #080808;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 30%;
  left: 1.4rem;
  padding: 30% 2rem 2rem 2rem;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-links a {
  font-family: "PPCirka";
  text-decoration: none;
  padding: 0.7rem 0;
  color: #dbd5c9;
  font-weight: 100;
  font-size: 2.2rem;
  line-height: 2rem;
}

.lang-menu-mobile {
  margin-left: 2rem;
}

.lang-menu-mobile {
  display: flex;
  align-items: center;
  gap: 3px;
}

.lang-menu-mobile a {
  color: #dbd5c9;
  font-weight: 200;
  text-decoration: none;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.lang-menu-mobile img {
  width: 18px;
  height: auto;
}

.menu-divider {
  display: block;
  margin: 1rem 2rem 0 auto;
  width: calc(100% - 4rem);
  height: 2px;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.icons-menu {
  display: flex;
  color: #dbd5c9;
  font-family: "BebasNeue", sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.8rem 0 0 1.5rem;
}

.icons-menu a {
  margin: 0 0.5rem;
}

main {
  top: 0;
}

.hero-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(55%);
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #dbd5c9;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
}

h1 {
  font-family: "PPCirka", sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  width: 100%;
  color: #dbd5c9;
}

.hero-text p {
  color: #dbd5c9;
  font-size: 1.2rem;
  font-weight: 200;
  margin-top: 1.5rem;
}

.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  margin-top: 3rem;
  opacity: 0;
  transform: translateY(50px);
}

.cta-btn-hero {
  cursor: pointer;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  color: #dbd5c9;
  background-color: #748873;
  border: none;
  padding: 15px 24px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cta-btn-second {
  cursor: pointer;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  color: #080808;
  background-color: #dbd5c9;
  border: none;
  padding: 15px 24px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.widget-wrapper-d {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll-down {
  position: absolute;
  bottom: 25px;
  left: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
  transform: rotate(-90deg);
}

.scroll-down-line {
  width: 25px;
  height: 1px;
  background-color: #dbd5c9;
}

.scroll-down p {
  color: #dbd5c9;
  font-weight: 100;
  margin: 0;
}

.intro-section {
  padding: 6rem 8rem 4rem 8rem;
}

.site-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  width: 100%;
}

.line-divider {
  width: calc(50% - 45px);
  height: 1px;
  background-color: #dbd5c9;
  transform-origin: center;
}

.site-divider img {
  width: 90px;
}

.intro-layout {
  text-align: center;
  margin-top: 4rem;
}

.intro-layout h2 {
  font-family: "PPCirka", sans-serif;
  color: #dbd5c9;
  font-weight: 400;
  font-size: 2.8rem;
  margin-bottom: 0;
}

.intro-layout h3 {
  color: #dbd5c9;
  font-weight: 200;
  font-size: 1.5rem;
  margin-top: 0.3rem;
}

.intro-layout p {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1.3rem;
}

.intro-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
  opacity: 0;
  transform: translateY(50px);
}

.highlights-section {
  margin: 4rem 8rem 4rem 8rem;
}

.highlights-section h2 {
  font-family: "PPCirka", sans-serif;
  color: #dbd5c9;
  font-weight: 400;
  font-size: 2.8rem;
}

.dish-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.4rem;
  margin-top: 4rem;
}

.dish-item {
  width: 100%;
}

.dish-text h3 {
  font-family: "PPCirka", sans-serif;
  color: #dbd5c9;
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.dish-text p {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1.1rem;
  margin: 0;
}

.dish-img {
  width: 100%;
  height: 400px;
}

.dish-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.dish-desc h3 {
  font-family: "PPCirka", sans-serif;
  color: #dbd5c9;
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 0.7rem;
  margin-bottom: 1rem;
}

.dish-desc p {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1.1rem;
  margin: 0;
}

.highlights-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 5rem;
  opacity: 0;
  transform: translateY(50px);
}

.cta-btn-hero {
  cursor: pointer;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  color: #dbd5c9;
  background-color: #748873;
  border: none;
  padding: 15px 24px;
}

.cta-link-hero {
  text-decoration: none;
  color: #dbd5c9;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
}

.chef-section {
  margin: 4rem 8rem 4rem 8rem;
}

.chef-layout {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
}

.chef-layout div {
  width: 50%;
  height: 550px;
}

.chef-layout div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images-section {
  margin: 6rem 8rem;
}

.images-layout {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
  align-items: stretch;
}

.images-small {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
  flex-direction: column;
  width: 50%;
}

.image-large {
  height: calc(750px + 1.4rem);
  width: 50%;
}

.image-large img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.images-small-item {
  height: 375px;
  width: 100%;
}

.images-small-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact-section {
  margin: 12rem 8rem;
}

.contact-section h2 {
  font-family: "PPCirka", sans-serif;
  color: #dbd5c9;
  font-weight: 400;
  font-size: 2.8rem;
}

.break-line {
  margin-left: 4rem;
}

.contact-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #dbd5c9;
  border-radius: 100%;
}

.contact-item a {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1.3rem;
  text-decoration: none;
}

.opening-hours {
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
}

.opening-hours p {
  color: #dbd5c9;
  font-size: 1.3rem;
  font-weight: 100;
  margin: 0;
}

.map-wrapper {
  width: 55%;
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
}

#map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #fff6ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

#map-overlay p {
  font-size: 1.1rem;
  font-weight: 100;
  margin-bottom: 20px;
  padding: 0 20px;
}

#map-overlay a {
  font-size: 1.1rem;
  font-weight: 100;
  color: #fff6ec;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

#accept-map {
  width: 140px;
  height: 45px;
  font-size: 1rem;
  font-weight: 100;
  font-family: "Inter", sans-serif !important;
  background-color: #748873;
  color: #fff6ec;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}

footer {
  position: relative;
  background-color: #000000;
  padding: 6rem 8rem 0 8rem;
}

.logo-footer img {
  width: 100px;
}

.footer-layout,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-layout {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  z-index: 1 !important;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  width: 40%;
}

.footer-links div {
  display: flex;
  flex-direction: column;
}

.footer-links a {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.6rem;
}

.footer-partner-links {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 60%;
}

.partners-layout {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 2rem;
}

.social-links-layout {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}

.boutique-hotel-logo {
  margin-top: -3px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-bottom p {
  font-weight: 100;
  font-size: 0.9rem;
  color: #dbd5c9;
}

.footer-legal a {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 0.9rem;
  text-decoration: none;
  margin: 0;
}

.line-bottom {
  height: 15px;
  width: 1px;
  background-color: #dbd5c9;
}

.credits {
  color: #dbd5c9;
  font-weight: 100;
  font-size: 0.9rem;
  text-decoration: none;
}

.rmv-desktop {
  display: none;
}

@media (max-width: 768px) {
  .book-mobile {
    display: block;
    right: 1rem;
    bottom: 1rem;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .hero-text {
    width: 96%;
  }

  .scroll-down {
    left: 0;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-buttons {
    gap: 0.5rem;
  }

  .cta-btn-hero {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .cta-btn-second {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .cta-link-hero {
    font-size: 1.1rem;
  }

  .widget-wrapper-d {
    display: none;
  }

  .intro-section {
    padding: 0;
    margin: 8rem 1rem 0 1rem;
  }

  .site-divider {
    gap: 0.4rem;
  }

  .intro-content h2 {
    font-size: 2rem;
  }

  .intro-content {
    width: 100%;
  }

  .intro-buttons {
    gap: 0.5rem;
  }

  .intro-buttons .cta-btn-hero {
    display: none;
  }

  .img-text {
    left: 1rem;
    top: 1rem;
  }

  .img-text h2 {
    font-size: 2rem;
    width: 100%;
  }

  .img-buttons {
    left: 0.3rem;
  }

  .chef-section {
    margin: 4rem 1rem 4rem 1rem;
  }

  .chef-layout {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }

  .chef-layout div {
    width: 100%;
    height: 500px;
  }

  .chef-layout div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .highlights-section {
    margin: 6rem 1rem 2rem 1rem;
  }

  .highlights-section h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .dish-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .highlights-buttons {
    gap: 0.5rem;
  }

  .images-section {
    margin: 6rem 1rem;
  }

  .images-layout {
    flex-direction: column;
  }

  .images-small {
    flex-direction: column;
  }

  .image-large,
  .images-small {
    width: 100%;
  }

  .images-small-item,
  .image-large {
    height: 400px;
  }

  .contact-section {
    margin: 10rem 1rem 6rem 1rem;
  }

  .contact-section h2 {
    font-size: 2rem;
  }

  .break-line {
    margin-left: 0;
  }

  .contact-layout {
    flex-direction: column;
    gap: 2rem;
  }

  .contact-item {
    gap: 1rem;
  }

  .contact-icon {
    padding: 15px;
  }

  .contact-icon img {
    width: 20px;
  }

  .opening-hours {
    gap: 1rem;
    flex-direction: column;
  }

  .contact-item:last-child {
    align-items: flex-start;
  }

  .map-wrapper {
    width: 100%;
    margin-top: 2rem;
    height: 300px;
  }

  footer {
    padding: 8rem 1rem 1rem 1rem;
  }

  .footer-layout {
    flex-direction: column;
    gap: 4rem;
  }

  .footer-links {
    width: 100%;
  }

  .footer-links div {
    width: 47%;
  }

  .footer-legal {
    flex-direction: column;
    gap: 0.7rem;
  }

  .line-bottom {
    display: none;
  }

  .footer-bottom p {
    margin: 0;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
  }

  .hat-footer {
    right: 0rem;
  }

  .footer-partner-links {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .partners-layout {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    gap: 0rem;
  }

  .partners-layout > * {
    flex: 0 0 calc(30% - 1rem);
  }

  .social-links-layout {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 1rem;
    margin-top: 2rem;
  }

  .boutique-hotel-logo {
    margin-top: -3px;
  }

  .rmv-mobile {
    display: none;
  }

  .rmv-desktop {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-btn {
    right: 1rem;
    bottom: 1rem;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .hero-text {
    width: 90%;
  }

  .scroll-down {
    left: 0;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-buttons {
    gap: 0.5rem;
  }

  .cta-btn-hero {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .cta-link-hero {
    font-size: 1.1rem;
  }

  .intro-section {
    padding: 0;
    margin: 8rem 1.5rem 0 1.5rem;
  }

  .intro-content h2 {
    font-size: 2.4rem;
  }

  .intro-layout h3 {
    font-size: 1.3rem;
  }

  .intro-content {
    width: 100%;
  }

  .intro-buttons {
    gap: 0.5rem;
  }

  .intro-buttons .cta-btn-hero {
    display: none;
  }

  .img-text {
    left: 1rem;
    top: 1rem;
  }

  .img-text h2 {
    font-size: 2rem;
    width: 100%;
  }

  .img-buttons {
    left: 0.3rem;
  }

  .chef-section {
    margin: 4rem 1rem 4rem 1rem;
  }

  .chef-layout {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }

  .chef-layout div {
    width: 100%;
    height: 500px;
  }

  .chef-layout div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .highlights-section {
    margin: 6rem 1.5rem 2rem 1.5rem;
  }

  .highlights-section h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .dish-layout {
    grid-template-columns: 1fr 1fr;
  }

  .highlights-buttons {
    gap: 0.5rem;
  }

  .images-section {
    margin: 6rem 1.5rem;
  }

  .images-layout {
    flex-direction: column;
  }

  .images-small {
    flex-direction: column;
  }

  .image-large,
  .images-small {
    width: 100%;
  }

  .images-small-item,
  .image-large {
    height: 500px;
  }

  .contact-section {
    margin: 10rem 1.5rem 6rem 1.5rem;
  }

  .contact-section h2 {
    font-size: 2rem;
  }

  .break-line {
    margin-left: 0;
  }

  .contact-layout {
    flex-direction: column;
    gap: 2rem;
  }

  .contact-item {
    gap: 1rem;
  }

  .contact-icon {
    padding: 15px;
  }

  .contact-icon img {
    width: 20px;
  }

  .opening-hours {
    gap: 1rem;
    flex-direction: column;
  }

  .contact-item:last-child {
    align-items: flex-start;
  }

  .map-wrapper {
    width: 100%;
    margin-top: 2rem;
    height: 300px;
  }

  footer {
    padding: 8rem 1.5rem 1rem 1.5rem;
  }

  .footer-layout {
    flex-direction: column;
    gap: 4rem;
  }

  .footer-links {
    width: 80%;
  }

  .footer-partner-links {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .partners-layout {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    gap: 2rem;
  }

  .social-links-layout {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 1rem;
    margin-top: 2rem;
  }

  .boutique-hotel-logo {
    margin-top: -3px;
  }

  .footer-legal {
    flex-direction: column;
    gap: 0.7rem;
  }

  .line-bottom {
    display: none;
  }

  .footer-bottom p {
    margin: 0;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
  }

  .hat-footer {
    right: 0rem;
  }

  .rmv-mobile {
    display: none;
  }

  .rmv-desktop {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .hero-text {
    bottom: 0;
  }

  .widget-wrapper-d {
    display: none;
  }

  h1 {
    margin-bottom: 0;
  }

  .menu-links {
    padding-top: 7%;
  }

  .img-2 {
    left: 20%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .nav-links {
    gap: 1.3rem;
  }

  .hero-text {
    width: 70%;
  }

  h1 {
    font-size: 4.2rem;
    margin-bottom: 0.8rem;
  }

  .img-2 {
    left: 40%;
    width: 320px;
    height: 410px;
    top: calc(367px + 4rem);
  }

  .img-3 {
    right: 0;
  }

  .intro-section {
    padding-bottom: 0;
  }

  .dish-img {
    height: 350px;
  }

  .chef-section,
  .images-section,
  .highlights-section,
  .contact-section {
    margin: 8rem 6rem;
  }

  footer {
    padding: 6rem 6rem 0 6rem;
  }

  .map-wrapper {
    width: 50%;
    position: relative;
  }
}
