@import url("https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap");
*,
*::before,
*::after {
  outline: none;
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #000;
}

strong {
  font-weight: 600;
}

.page {
  width: 100%;
  height: 100vh;
  background: #000;
  font-family: "Gentium Plus", "serif";
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
}

header {
  display: flex;
  position: fixed;
  z-index: 300;
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #000;
}

main h2 span {
  color: #fff;
}

main p {
  line-height: 1.5;
  font-weight: 200;
  margin: 20px 0;
}

main small {
  font-weight: 300;
  color: #e4ba56;
}

#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 300;
}
#nav-container .bg {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: 0.6;
}
#nav-container * {
  visibility: visible;
}

.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 50px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #e4ba56;
  transition: 0.3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

#nav-content {
  margin-top: 50px;
  padding: 30px 0 90px 0;
  width: 90%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 50px);
  background: #e4ba56;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateX(-100%);
  transition: transform 0.3s;
  will-change: transform;
  contain: paint;
  color: #000;
  font-weight: 700;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#nav-content li a {
  padding: 10px 5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: color 0.1s;
}

#nav-content li {
  text-align: center;
}

#nav-content li a:hover {
  color: #fff;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
}

.small {
  display: flex;
  align-self: center;
}

.small a {
  font-size: 1rem;
  font-weight: 700;
  color: black;
}
.small a + a {
  margin-left: 15px;
}

#nav-container:focus-within #nav-content {
  transform: none;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background-color: black;
  color: white;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  z-index: 2;
}

.footer p {
  margin: auto;
  font-size: 0.7em;
  font-weight: 700;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 120%;
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: 0.2s ease-in-out;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

.welcome {
  width: 100%;
  height: 110%;
  /* background-image: url("/assets/images/welcome2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center; */
  text-align: center;
  position: relative;
}
#background-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.centerH {
  margin: 0 auto;
}

.gastronomy {
  width: 100%;
  height: 100%;
  background-image: url("https://www.mainro.com/assets/images/gastr2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin: 0 auto;
}

.gastronomy2 {
  width: 100%;
  height: 100%;
  background-image: url("https://t4.ftcdn.net/jpg/04/39/80/73/360_F_439807300_vSpB76CCUIg8BVSXnypKN8nOvCDyA1Xw.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-bottom: 100px;
}
.contact {
  width: 100%;
  height: 100%;
  /* background-image: url("/assets/images/gastr1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center; */
  text-align: center;
}

.contact h1 {
  letter-spacing: 0.2em;
  font-size: 1.2em;
}

.contact p {
  font-size: 1.2em;
  font-style: italic;
  margin-top: 100px;
}

.gastronomy h1 {
  font-size: 0.8em;
  letter-spacing: 0.2em;
}
.gastronomy2 h1 {
  font-size: 0.8em;
  letter-spacing: 0.2em;
}

.gastronomy p {
  margin: 30px auto 0 auto;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 400;
  max-width: 600px;
}

.gastronomy2 p {
  margin: 30px auto 0 auto;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 400;
  max-width: 600px;
}

.section__label {
  font-size: 0.8em;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  margin-top: 100px;
  color: #e4ba56;
}

#food {
  text-align: center;
  margin-top: 0px;
}

.fade {
  max-width: 80%;
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s; /* Firefox < 16 */
  -ms-animation: fadein 3s; /* Internet Explorer */
  -o-animation: fadein 3s; /* Opera < 12.1 */
  animation: fadein 3s;
}

.carousel {
  margin: 0 auto;
  /* max-width: 800px; */
  width: 100%;
  height: 80vh;
  position: relative;
}
.gradient {
  position: relative;
  background: radial-gradient(transparent 50%, black);
  height: 100%;
  width: 100%;
  z-index: 2;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 300ms opacity ease-in-out;
  transition-delay: 200ms;
}

.slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* max-width: 800px; */
}

.slide[data-active] {
  opacity: 1;
  z-index: 1;
  transition-delay: 0;
}

.carousel-button {
  position: absolute;
  z-index: 2;
  background: none;
  border: none;
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(228, 186, 86, 0.8);
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "Zapf Dingbats";
}

.menu-button {
  margin-top: -100px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #e4ba56;
  border: 2px solid #e4ba56;
  padding: 12px 24px;
  font-size: 0.8rem;
  cursor: pointer;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
}

.menuItemTitle {
  font-weight: 400;
  font-size: 1.2rem;
  position: absolute;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

.carousel-button:hover {
  color: #e4ba56;
  background-color: rgba(0, 0, 0, 0.2);
}

.carousel-button.prev {
  left: 1rem;
}

.carousel-button.next {
  right: 1rem;
}

.carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}

.menu__list__items {
  font-size: 0.8rem;
  margin: 0px;
}

.divider__img {
  max-width: 1200px;
  width: 100%;
  height: 0;
  margin: 100px auto;
  padding-top: 66.5%;
  background-image: url("https://www.mainro.com/assets/images/steak.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
  background-position: center;
  text-align: center;
}
.divider__img2 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 66.5%;
  background-image: url("https://www.mainro.com/assets/images/lamb.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
  background-position: center;
  text-align: center;
}

.socials {
  position: fixed;
  bottom: 40px;
  right: 0px;
  height: 35px;
  z-index: 4;
  margin-right: 10px;
}

.booknow {
  position: fixed;
  top: 5px;
  right: 0px;
  z-index: 4;
  margin-right: 4px;
}

.book-button {
  background: none;
  color: #e4ba56;
  border: 2px solid #e4ba56;
  padding: 10px 12px;
  font-size: 0.8rem;
  cursor: pointer;
  border-radius: 6px;
  letter-spacing: 0.1em;
}

.menu-button-big {
  margin-top: 250px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #e4ba56;
  border: 5px solid #e4ba56;
  padding: 24px 48px;
  font-size: 1.7rem;
  cursor: pointer;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  font-weight: 300;
  width: 70%;

  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s; /* Firefox < 16 */
  -ms-animation: fadein 3s; /* Internet Explorer */
  -o-animation: fadein 3s; /* Opera < 12.1 */
  animation: fadein 3s;
}

.menu-button-flyer {
  margin-top: 400px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #e4ba56;
  border: 5px solid #e4ba56;
  padding: 24px 48px;
  font-size: 1.7rem;
  cursor: pointer;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  font-weight: 300;
  width: 70%;

  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s; /* Firefox < 16 */
  -ms-animation: fadein 3s; /* Internet Explorer */
  -o-animation: fadein 3s; /* Opera < 12.1 */
  animation: fadein 3s;
}

.announcement {
  margin-top: 500px;
  position: absolute;
  z-index: 2;
  background: none;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 4rem;
  cursor: default;
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  font-weight: 700;
  width: 100%;

  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s; /* Firefox < 16 */
  -ms-animation: fadein 3s; /* Internet Explorer */
  -o-animation: fadein 3s; /* Opera < 12.1 */
  animation: fadein 3s;
}

.scroll-down {
  position: absolute;
  bottom: 100px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 33px;
  height: 33px;
  border-bottom: 5px solid #e4ba56;
  border-right: 5px solid #e4ba56;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation: fade_move_down 4s ease-in-out infinite;
  animation: fade_move_down 4s ease-in-out infinite;
}

.pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 100;


}

.flyer{
  margin: 0 auto;
  margin-top: 80px;
  width: 350px;
  height: 350px;
  background-image: url("https://www.mainro.com/assets/images/flyer.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s; /* Firefox < 16 */
  -ms-animation: fadein 3s; /* Internet Explorer */
  -o-animation: fadein 3s; /* Opera < 12.1 */
  animation: fadein 3s;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

.scroll-down-button {
  background: none;
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 90px;
  height: 90px;
  border: none;
  left: 50%;
  z-index: 101;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 900px) {
  .slide > img {
    object-fit: contain;
  }

  .menu-button-big {
    margin-top: 280px;
    max-width: 30%;
  }

  .menu-button-flyer {
    margin-top: 400px;
    max-width: 30%;
  }

  .fade {
    max-width: 60%;
  }
}

@media screen and (max-width: 900px) {


  menu-button-flyer {
    margin-top: 600px;
  }

}