@font-face {
  font-family: Geometria;
  src: url('../fonts/Geometria-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geometria;
  src: url('../fonts/Geometria-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geometria;
  src: url('../fonts/Geometria.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geometria;
  src: url('../fonts/Geometria-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Geometria;
  src: url('../fonts/Geometria-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond Variablefont Wght;
  src: url('../fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond Variablefont Wght;
  src: url('../fonts/CormorantGaramond-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #092016;
  font-family: Geometria, Trebuchet MS, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.page-warper {
  overflow: hidden;
}

.main-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.img-backgorund {
  z-index: 1;
  object-fit: cover;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-logo {
  z-index: 999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.background-content {
  display: block;
}

.reservations-content {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.image {
  opacity: .55;
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
  position: relative;
}

.link-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  height: 60px;
}

.button-reservation {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-reservation {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #7c7c7c40;
  padding: 10px 10px 7px;
  display: none;
}

.social-media {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reservation {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #16442f;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding-left: 8rem;
  padding-right: 8rem;
  text-decoration: none;
  transition: all .4s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.reservation:hover {
  color: #fff;
  background-color: #9e9e9e40;
}

.text-block {
  font-weight: 500;
}

.social-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 5px;
  transition: color .25s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.social-link:hover {
  color: #ffffffb3;
}

.svg {
  height: 1.2rem;
}

.footer-content {
  z-index: 999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  position: relative;
}

.footer-left {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.footer-center {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-right {
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.text-block-2 {
  color: #ffffffb3;
  font-size: .7rem;
}

.text-block-2.mob {
  display: none;
}

.link {
  color: #ffffffb3;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s cubic-bezier(.47, 0, .745, .715);
}

.link:hover {
  color: #fab900;
}

.link-2 {
  color: #ffffffb3;
  text-decoration: none;
  transition: color .3s cubic-bezier(.47, 0, .745, .715);
}

.link-2:hover {
  color: #fff;
}

.menu-content {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10px;
  display: none;
  position: absolute;
}

.info-menu {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #7c7c7c40;
  width: 50%;
  min-width: 700px;
  height: auto;
  min-height: auto;
  padding: 10px;
  position: relative;
}

.div-close {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.close-menu {
  color: #fff;
  cursor: pointer;
  height: 1rem;
}

.svg-2 {
  width: 1rem;
}

.link-menu {
  color: #ffffffb3;
  cursor: pointer;
  font-size: .7rem;
  text-decoration: none;
  transition: color .3s cubic-bezier(.47, 0, .745, .715);
}

.link-menu:hover {
  color: #fff;
}

.link-contact {
  color: #ffffffb3;
  cursor: pointer;
  font-size: .7rem;
  text-decoration: none;
  transition: color .3s cubic-bezier(.47, 0, .745, .715);
}

.link-contact:hover {
  color: #fff;
}

.contact-content {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10px;
  display: none;
  position: absolute;
}

.info-contact {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #7c7c7c40;
  width: 56%;
  min-width: 700px;
  height: auto;
  padding: 10px;
  display: block;
}

.close-contact {
  color: #fff;
  cursor: pointer;
  height: 1rem;
}

.grid-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
}

.container-contacts {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed-2 {
  margin-bottom: -3px;
}

.code-embed-2.mob {
  display: none;
}

.text-block-3 {
  color: #16442f;
  font-family: Cormorantgaramond Variablefont Wght, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-4 {
  color: #000;
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
}

.text-span {
  font-size: .7rem;
  text-decoration: none;
}

.link-3 {
  color: #000;
  text-decoration: underline;
}

.link-4 {
  color: #000;
}

.text-block-5 {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
}

.menu-container {
  width: 100%;
  height: 80svh;
  overflow: scroll;
}

.image-3 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .main-content {
    height: 100svh;
  }

  .info-menu {
    width: 100%;
  }

  .contact-content {
    padding: 10px;
  }

  .info-contact {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-content {
    height: 100svh;
  }

  .main-logo {
    margin-top: -15%;
  }

  .reservations-content {
    width: 100%;
    height: 100svh;
    padding: 10px;
  }

  .button-reservation {
    width: 100%;
  }

  .reservation {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .footer-content {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-left {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .footer-center {
    width: 100%;
  }

  .footer-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-2 {
    text-align: center;
  }

  .text-block-2.mob {
    display: block;
  }

  .menu-content {
    height: 100svh;
  }

  .info-menu {
    min-width: 0;
  }

  .contact-content {
    height: 100svh;
  }

  .info-contact {
    min-width: 0;
  }

  .grid-contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .code-embed-2 {
    display: none;
  }

  .code-embed-2.mob {
    display: block;
  }

  .text-block-3 {
    font-size: 2.4rem;
  }
}


@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond Variablefont Wght';
  src: url('../fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond Variablefont Wght';
  src: url('../fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}