@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(10rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes moveInTop {
  0% {
    opacity: 0;
    transform: translateY(-10rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.wavy {
  width: 40%; }

.wavy2 {
  width: 10%; }

.wavy3 {
  width: 60%; }

.wavy4 {
  width: 20%; }

h2 {
  font-size: 3.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
  padding: 5rem 0; }

h5 {
  font-size: 2.4rem; }

h4 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2rem;
  padding: 0 4rem; }

p {
  font-size: 2rem; }

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px; }

.space {
  margin: 0.5rem; }

.pink {
  color: #e18493 !important; }

body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  background-color: #181814;
  color: #faf6cb;
  overflow-x: hidden; }

.tilda {
  font-family: "Times New Roman", Times, serif;
  font-size: 2rem;
  transform: translateY(-5rem); }

/*--Header--*/
.nav {
  display: flex;
  padding: 1.6rem 3.2rem;
  align-items: center;
  margin: auto;
  align-items: center;
  letter-spacing: 2px;
  font-weight: 400;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2343; }
  .nav-sticky {
    position: fixed;
    background-image: linear-gradient(to bottom right, #282828, #1c1c1c);
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 4px #fffcd5; }
  .nav-logo-container {
    width: 5rem; }
  .nav-items {
    display: flex;
    flex: 1;
    align-items: center;
    font-size: 1.6rem;
    list-style: none;
    justify-content: flex-end; }
    .nav-items a {
      text-decoration: none;
      color: #faf6cb; }
  .nav-item {
    margin-left: 2.2rem;
    padding: 1.6rem;
    transition: all 0.3s ease; }
    .nav-item:hover {
      color: #9b8560; }

.logo {
  width: 100%; }

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

.grey-text {
  color: #9b9f9f; }

.margin0 {
  margin: 0;
  padding: 0; }

.margin-right {
  margin-right: 0.1rem; }

.giggle-yellow {
  color: #faf6cb; }

.gap {
  color: transparent; }

.greyed-out {
  color: grey; }
  .greyed-out * {
    color: grey; }

.uppercase {
  text-transform: uppercase; }

.snow-gif {
  width: 100%;
  position: absolute;
  opacity: 0.3; }

.christmas-icon {
  position: absolute;
  width: 40% !important;
  top: 90px;
  z-index: 200;
  right: -150px;
  transform: rotate(20deg);
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.375)) drop-shadow(-5px -5px 15px rgba(0, 0, 0, 0.375)); }

.header {
  min-height: 115vh;
  position: relative;
  background-image: radial-gradient(rgba(19, 18, 14, 0.4) 0%, #181714 80%), url(/gallery4.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }
  .header-box {
    margin: auto;
    max-width: 700px;
    position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%); }
    .header-box-title {
      position: relative;
      animation: moveInLeft 1s ease-out; }
      .header-box-title img {
        width: 100%;
        padding: 1.6rem 0; }
    .header-box-banner {
      width: 95%;
      margin: auto;
      animation: moveInRight 1s ease-out; }
      .header-box-banner img {
        width: 100%;
        padding-bottom: 1rem;
        filter: saturate(0%) contrast(50%) brightness(50%) invert(80%) sepia(0%) hue-rotate(20deg); }

.hidden {
  display: none; }

#add-custom-tip {
  padding: 1rem 2rem;
  margin: 3rem 1rem;
  margin-top: 2.5rem;
  font-weight: 900;
  border: none; }

.contact-resos {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10000; }

.btn {
  text-transform: uppercase;
  text-decoration: none;
  will-change: transform;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  background-color: rgba(16, 16, 16, 0.2);
  color: #fffcd5;
  border: 2px solid #faf6cb;
  margin-top: 1rem;
  backface-visibility: hidden;
  font-weight: 400;
  letter-spacing: 1.5px;
  cursor: pointer; }
  .btn_disable {
    pointer-events: none; }
  .btn-form {
    padding: 1rem;
    font-family: "Josefin Sans";
    background-color: transparent;
    border: 1px solid #faf6cb;
    color: #fffcd5; }
  .btn-header {
    padding: 10px 1.6rem;
    animation: moveInBottom 0.7s ease-out 0.3s;
    animation-fill-mode: backwards;
    font-size: 1.6rem;
    margin: 1rem; }
  .btn-contact {
    padding: 1rem 2rem;
    margin: 2rem auto;
    text-align: center;
    font-size: 130%; }
  .btn-card {
    margin: 0px 40px 20px 40px;
    padding: 10px;
    font-size: 1.6rem;
    cursor: pointer; }
    .btn-card a {
      color: inherit;
      text-decoration: none; }
    .btn-card:hover {
      transform: translateY(0); }
  .btn-about {
    margin: 1rem 0 4rem 0;
    padding: 10px 20px;
    font-size: 1.6rem; }
  .btn-arrow:hover {
    transform: translateX(130px); }
  .btn:hover {
    background-color: #fffcd5;
    box-shadow: 0 1rem 2rem rgba(16, 16, 16, 0.2);
    color: #101010; }
    .btn:hover .btn-arrow {
      transform: translateX(130px); }
  .btn:active {
    transform: translateY(-0.1rem);
    background-color: #fffcd5;
    box-shadow: 0 0.5rem 1rem rgba(16, 16, 16, 0.2);
    color: #101010; }
  .btn-post {
    border: none;
    margin: 0 10px;
    padding: 7px 14px;
    font-family: "Josefin Sans";
    background-color: #8031ee;
    color: wheat;
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 5px;
    outline: none;
    transition: all ease 0.3s;
    border: 1px solid transparent; }
    .btn-post:hover {
      background-color: transparent;
      border: 1px solid wheat;
      transform: translateY(-2px); }

.section-about {
  background-color: #181814;
  margin-top: -20vh;
  padding-top: 20vh;
  text-align: center; }
  .section-about-title {
    transition: all 1s ease; }

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0rem 0rem;
  transition: all 1s ease; }
  .cards-container-card {
    width: 35rem;
    height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 0 2rem 2rem 2rem;
    background-image: linear-gradient(to bottom left, rgba(28, 28, 28, 0.961), rgba(63, 63, 63, 0.913));
    border-radius: 5px;
    border: solid 1px #6f6f6f;
    overflow: hidden;
    box-shadow: 0 2.5rem 4rem rgba(17, 17, 17, 0.5);
    transition: all 0.3s ease;
    backface-visibility: hidden; }
    .cards-container-card:hover {
      transform: translateY(-10px); }
    .cards-container-card-pic {
      height: 250px;
      background-position: center;
      background-size: cover;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); }
      .cards-container-card-pic_c1 {
        background-image: linear-gradient(to bottom right, rgba(19, 18, 14, 0), rgba(24, 23, 20, 0.3)), url(/casper.jpg);
        transition: all 0.5s ease; }
        .cards-container-card-pic_c1:hover {
          filter: blur(0); }
      .cards-container-card-pic_c2 {
        background-image: linear-gradient(to bottom, rgba(19, 18, 14, 0), rgba(24, 23, 20, 0.3)), url(/error-2.jpg); }
      .cards-container-card-pic_c3 {
        background-image: linear-gradient(to bottom, rgba(19, 18, 14, 0), rgba(24, 23, 20, 0.3)), url(/mixing-glass.jpg); }
    .cards-container-card-title {
      position: absolute;
      right: 5%;
      top: 20rem;
      font-size: 2.4rem;
      text-transform: uppercase; }
    .cards-container-card-description {
      padding: 10px 17px;
      font-size: 1.2rem;
      height: 110px; }

.card-descriptions {
  list-style: none;
  font-size: 1.9rem; }
  .card-descriptions li {
    padding: 0.7rem; }
    .card-descriptions li:after {
      content: "";
      width: 65%;
      border: 1px solid rgba(196, 189, 149, 0.283);
      z-index: 4;
      display: block;
      margin: auto;
      transform: translateY(0.7rem); }
    .card-descriptions li:last-child:after {
      content: none; }

.section-extra {
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient(to top, rgba(19, 18, 14, 0.99), rgba(24, 23, 20, 0.8)), url(/gallery13.jpg); }

.card-blur {
  filter: blur(4px);
  opacity: 0.5; }

.section-map {
  min-height: 110vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px;
  background-color: #181814;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(19, 18, 14, 0.2), rgba(24, 23, 20, 0.2)), url(/this.png); }

.form {
  font-size: 2.2rem;
  padding: 1.6rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%; }
  .form-messages {
    text-align: center;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 2rem;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%); }
    .form-messages-success {
      background-color: rgba(0, 128, 0, 0.721); }
    .form-messages-error {
      background-color: rgba(128, 45, 0, 0.714); }
  .form-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #101010d7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
  .form-title {
    text-align: center;
    margin: 30px;
    line-height: 50px; }
  .form div {
    width: 100%; }

.form-input {
  padding: 11px 1rem;
  margin: 17px 0;
  background-color: #faf6cb;
  font-size: 2rem;
  width: 100%;
  font-family: "Josefin Sans";
  border-radius: 5px;
  border: none;
  outline: none;
  color: #434343; }

.form-textarea {
  height: 150px;
  margin-top: 17px;
  padding: 11px 1rem;
  width: 100%;
  background-color: #faf6cb;
  font-size: 2rem;
  font-family: "Josefin Sans";
  border-radius: 5px;
  border: none;
  outline: none;
  color: #434343;
  margin-bottom: 30px; }

ion-icon {
  font-size: 3.6rem;
  cursor: pointer; }

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  font-size: 2.5rem;
  padding: 2.6rem;
  padding-bottom: 0;
  width: 100%;
  line-height: 3rem;
  background-color: rgba(57, 42, 37, 0.646); }
  .footer-logo {
    width: 7rem; }
  .footer-socials {
    display: flex; }
    .footer-socials div {
      padding: 1rem; }
  .footer-email {
    color: #fffcd5;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 14px; }
    .footer-email:hover {
      color: #9b8560; }
  .footer-address {
    color: #fffcd5;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 14px; }
    .footer-address:hover {
      color: #9b8560; }

/* SLIDER */
.slider {
  height: 55rem;
  margin: 0 auto;
  position: relative;
  /* IN THE END */
  overflow: hidden;
  max-width: 1000px;
  transition: opacity 0.6s ease; }

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  transform: translateX();
  display: flex;
  align-items: center;
  justify-content: center;
  /* THIS creates the animation! */
  transition: transform 1s; }

.slide > img {
  /* Only for images that have different size than slide */
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background: #fffcd5;
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 2.75rem;
  width: 2.75rem;
  font-size: 1.666rem;
  cursor: pointer;
  outline: none; }

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%); }

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%); }

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin-bottom: 10rem; }

.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;
  outline: none;
  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */ }

.dots__dot:last-child {
  margin: 0; }

.dots__dot--active {
  background-color: #fffcd5;
  opacity: 1; }

/* TESTIMONIALS */
.testimonial {
  width: 65%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.testimonial::before {
  content: "\201C";
  position: absolute;
  top: -2.7rem;
  left: -3.8rem;
  line-height: 1;
  font-size: 10rem;
  font-family: inherit;
  z-index: -1; }

.testimonial__header {
  font-size: 2.7rem;
  font-weight: 300;
  margin-bottom: 1.5rem; }

.testimonial__text {
  font-size: 2.2rem;
  margin-bottom: 3.5rem;
  color: #666; }

.testimonial__author {
  margin-left: 3rem;
  font-style: normal;
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  column-gap: 2rem; }

.testimonial__photo {
  grid-row: 1 / span 2;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%; }

.testimonial__name {
  font-size: 1.7rem;
  font-weight: 500;
  align-self: end;
  margin: 0; }

.testimonial__location {
  font-size: 1.5rem; }

.section__title--testimonials {
  margin-bottom: 4rem; }

.section-reviews {
  margin: auto;
  background-image: linear-gradient(to bottom right, #151515, #2b291e);
  transition: all 0.4s ease; }
  .section-reviews-title {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease-out; }

.test {
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  background-image: linear-gradient(to bottom right, #6aae6c, #5f9b88); }

@keyframes rainbow {
  0%,
  100% {
    background-color: #c91e1e;
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.3);
    color: #aeab9b;
    transform: translateY(-5px); }
  10% {
    background-color: #c98a1e;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    color: #41403a;
    transform: translateY(-10px); }
  20% {
    background-color: #c9bb1e;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    color: #41403a;
    transform: translateY(-10px); }
  30% {
    background-color: #49c91e;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    color: #41403a;
    transform: translateY(-10px); }
  40% {
    background-color: #1ec9aa;
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.3);
    color: #41403a;
    transform: translateY(-5px); }
  50% {
    background-color: #1e7fc9;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    color: #41403a;
    transform: translateY(-10px); }
  60% {
    background-color: #2c1ec9;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    color: #aeab9b;
    transform: translateY(-10px); }
  70% {
    background-color: #901ec9;
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.3);
    color: #aeab9b;
    transform: translateY(-5px); }
  80% {
    background-color: #c61ec9;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    color: #aeab9b;
    transform: translateY(-10px); }
  90% {
    background-color: #c91e7c;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    color: #aeab9b;
    transform: translateY(-10px); } }

@keyframes other {
  0%,
  100% {
    background-color: #7400b8;
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px); }
  10% {
    background-color: #6930c3;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px); }
  20% {
    background-color: #5e60ce;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px); }
  30% {
    background-color: #5390d9;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px); }
  40% {
    background-color: #4ea8de;
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px); }
  50% {
    background-color: #48bfe3;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px); }
  60% {
    background-color: #56cfe1;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px); }
  70% {
    background-color: #64dfdf;
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px); }
  80% {
    background-color: #72efdd;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px); }
  90% {
    background-color: #80ffdb;
    box-shadow: 4px 10px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px); } }

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.form-title {
  padding: 0; }

.title-highlight {
  background-image: linear-gradient(to bottom left, rgba(28, 28, 28, 0.961), rgba(63, 63, 63, 0.913));
  padding: 0.8rem 1rem 0.5rem 1rem;
  border: 1px solid grey; }

.slider-blur {
  opacity: 0; }

.title-hidden {
  opacity: 0;
  transform: translateY(70px); }

.facebook {
  color: #fffcd5;
  cursor: pointer;
  transition: all 0.3s ease; }
  .facebook:hover {
    color: #4267b2; }

.instagram {
  color: #fffcd5;
  transition: all 0.3s ease;
  cursor: pointer; }
  .instagram:hover {
    color: #e13c30; }

.dev-icon {
  position: absolute;
  top: 10%;
  z-index: 1999;
  left: 20px;
  transform: rotate(270deg);
  transition: all 0.2s ease; }
  .dev-icon-active {
    transform: rotate(90deg); }

.shopping {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  top: 120px;
  left: 0px;
  z-index: 1999;
  transform: translateX(-150px);
  transition: all 0.4s ease;
  opacity: 0;
  user-select: none; }
  .shopping-active {
    transform: translateX(0);
    opacity: 1; }
  .shopping-item {
    margin: 20px;
    font-size: 1.6rem;
    padding: 5px;
    border: 2px solid white;
    transition: all 0.2s ease;
    user-select: none; }
    .shopping-item:hover {
      cursor: pointer;
      background-color: wheat;
      color: black; }
    .shopping-item-clear {
      margin: 20px;
      font-size: 1.6rem;
      padding: 5px;
      border: 2px solid white;
      transition: all 0.3s ease; }
      .shopping-item-clear:hover {
        cursor: pointer;
        background-color: #fc4336;
        color: black; }
    .shopping-item-checkout {
      margin: 20px;
      font-size: 1.6rem;
      padding: 5px;
      border: 2px solid white;
      transition: all 0.3s ease; }
      .shopping-item-checkout:hover {
        cursor: pointer;
        background-color: #4dfc36;
        color: black; }

.hover-pic {
  transform: translate(-100%, 0);
  z-index: 300;
  opacity: 0;
  transition: all 0.5s ease;
  will-change: opacity; }
  .hover-pic:hover {
    opacity: 1; }

.groups-container {
  display: flex;
  justify-content: center;
  margin: 3rem auto;
  max-width: 1500px; }

.groups-small_screen {
  display: none; }

.groups-large_screen {
  display: block; }

.groups-page {
  max-width: 700px;
  margin: auto;
  width: 90%; }
  .groups-page li {
    list-style: none; }

.groups-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center; }

.groups-title {
  padding-top: 0; }

.groups-photo {
  overflow: hidden;
  max-width: 50%;
  background-position: center center;
  background-size: cover;
  width: 50%;
  border-radius: 15px;
  margin: 3rem; }

.groups-photo1 {
  background-image: url(/Resources/new/group.jpg); }

.groups-photo2 {
  background-image: url(/Resources/new/whisky.jpg); }

.groups-photo3 {
  background-image: url(/Resources/new/class2.jpg); }

.groups-info {
  max-width: 50%;
  text-align: center;
  padding: 3rem;
  flex: 50%;
  min-height: 60vh; }
  .groups-info li {
    list-style: none; }

.groups-form {
  font-size: 2.5rem;
  padding: 2rem 3rem;
  width: 50%;
  margin: 4rem auto;
  border-radius: 3px;
  background-color: rgba(157, 116, 94, 0.342); }
  .groups-form-item {
    display: flex;
    margin: 1rem 0;
    align-items: center;
    font-family: inherit; }
    .groups-form-item select {
      outline: none; }
    .groups-form-item > * {
      flex: 3; }
    .groups-form-item label {
      flex: 2; }
    .groups-form-item-input {
      padding: 0.5rem;
      background-color: #fffcd5;
      border: none;
      margin: 0.5rem;
      width: 80%;
      border-radius: 3px;
      font-family: inherit; }
    .groups-form-item input {
      outline: none;
      font-family: inherit;
      background-color: #fffcd5; }
    .groups-form-item label {
      text-align: right;
      margin-right: 2rem;
      text-transform: uppercase;
      font-size: 1.6rem; }
    .groups-form-item textarea {
      padding: 0.5rem;
      background-color: #fffcd5;
      border: none;
      margin: 0.5rem 0.5rem;
      width: 80%;
      height: 15rem;
      border-radius: 3px;
      font-family: inherit;
      font-size: 1.5rem;
      resize: none;
      outline: none; }
    .groups-form-item_checkboxes {
      align-items: flex-start; }
      .groups-form-item_checkboxes_item input {
        padding: 0.5rem;
        border: none;
        margin: 0.5rem; }
    .groups-form-item-quantity {
      padding: 0.5rem;
      border: none;
      margin: 0.5rem;
      border-radius: 3px; }
  .groups-form-submit {
    display: flex;
    justify-content: flex-start;
    font-family: inherit;
    margin: 0.5rem 0.5rem; }
    .groups-form-submit input {
      padding: 1rem;
      font-family: inherit;
      background-color: #fffcd5;
      border: none;
      border-radius: 4px;
      color: #101010;
      cursor: pointer; }

.link-color {
  color: inherit; }

.block-box {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 20%;
  display: none; }

.cart {
  position: fixed;
  margin: auto;
  top: 10%;
  display: flex;
  flex-direction: column;
  left: 10%;
  border-radius: 5px;
  z-index: 999;
  max-height: 80vh;
  overflow: scroll;
  user-select: none;
  transition: all 0.5s ease;
  font-size: 2.3rem;
  backdrop-filter: blur(2px);
  background-image: linear-gradient(to bottom right, rgba(95, 111, 60, 0.98), rgba(43, 109, 89, 0.98));
  width: 80%; }
  .cart-textarea {
    resize: none;
    border-radius: 5px;
    background-color: #faf6cb;
    width: 0px;
    height: 0px;
    border: none;
    padding: 0rem;
    transition: all 0.6s ease;
    outline: none;
    font-family: "Josefin Sans";
    font-size: 1.7rem; }
    .cart-textarea-show {
      width: 200px;
      margin: 0;
      height: 100px;
      padding: 1rem; }
  .cart-textbox {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2rem; }
    .cart-textbox-label {
      margin: 0 1rem;
      padding-top: 0.5rem; }
    .cart-textbox-icon {
      font-size: 2rem;
      margin: 0.5rem;
      border: 1px #faf6cb solid;
      border-radius: 50%;
      transition: all 0.8s ease; }
      .cart-textbox-icon-open {
        transform: rotate(225deg); }
  .cart-icon {
    color: #fffcd5;
    position: relative;
    transition: all ease 0.2s; }
    .cart-icon:hover {
      color: #9b8560; }
  .cart-notification {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 30%);
    border-radius: 50%;
    padding: 5px;
    background-color: #5e5e5e;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    text-align: center;
    padding-right: 3px; }
    .cart-notification-hide {
      display: none; }
  .cart-close {
    position: absolute;
    top: 2%;
    right: 2%;
    padding: 0.5rem;
    border: #fffcd5 1px solid;
    border-radius: 5px; }
  .cart-backward {
    position: absolute;
    top: 2%;
    left: 2%;
    padding: 0.5rem;
    border: #fffcd5 1px solid;
    border-radius: 5px; }
  .cart-title {
    font-weight: 400; }
  .cart-hide {
    transform: translateX(-100vw);
    opacity: 0; }
  .cart-contents {
    display: flex;
    flex-direction: column; }
  .cart-item {
    display: grid;
    grid-template-columns: 1% 42% 34% 18% 5%;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.249);
    margin: 5px 7rem;
    border-radius: 5px;
    padding: 0rem 1.6rem; }
    .cart-item:hover {
      background-color: rgba(255, 255, 255, 0.386); }
    .cart-item-pic {
      width: 1rem; }
      .cart-item-pic img {
        width: 100%; }
    .cart-item-title {
      flex: 7;
      display: flex;
      align-items: center; }
    .cart-item-food {
      background-color: #477420;
      color: #f0e3ca;
      padding: 7px;
      outline: none;
      border-radius: 5px;
      font-size: 1.6rem;
      border: none;
      font-family: inherit;
      transition: all ease 0.2s;
      margin-left: 2rem; }
      .cart-item-food:hover {
        cursor: pointer; }
    .cart-item-increase, .cart-item-decrease {
      padding: 10px;
      border-radius: 50%;
      border: none;
      height: 1.6rem;
      width: 1.6rem;
      text-align: center;
      font-size: 10%;
      background-color: #a6c156;
      position: relative;
      outline: none;
      cursor: pointer; }
    .cart-item-food_price {
      font-size: 1.4rem;
      text-align: center; }
    .cart-item-quantity {
      display: flex;
      flex: 1;
      justify-content: space-between;
      margin: 20px; }
    .cart-item-price {
      flex: 2;
      text-align: center;
      padding: 1rem; }
  .cart-btn {
    padding: 0.8rem 1.2rem;
    background-color: #2a6d23;
    color: #d5d5d5;
    outline: none;
    border: rgba(220, 220, 220, 0.646) solid 2px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .cart-btn:hover {
      background-color: #6d3423; }
  .cart-totals {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 16rem; }
    .cart-totals-grand {
      font-weight: 600; }
    .cart-totals div {
      margin: 0.5rem 0; }
  .cart-box {
    border: wheat 1px solid;
    border-radius: 5px;
    padding: 0.6rem 1.2rem;
    display: inline-block;
    text-align: center;
    margin: 2rem auto;
    transition: all ease 0.3s;
    box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
    .cart-box:hover {
      background-color: wheat;
      color: #008033;
      transform: translateY(-3px);
      cursor: pointer;
      box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
    .cart-box:active {
      transform: translateY(-1px);
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
  .cart-box2 {
    border: wheat 1px solid;
    border-radius: 5px;
    padding: 0.6rem 1.2rem;
    display: inline-block;
    text-align: center;
    margin: 2rem auto;
    transition: all ease 0.3s;
    box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
    .cart-box2 a {
      text-decoration: none;
      color: #faf6cb; }
    .cart-box2:hover {
      background-color: wheat;
      color: #008033;
      transform: translateY(-3px);
      cursor: pointer;
      box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
      .cart-box2:hover a {
        color: #008033; }
    .cart-box2:active {
      transform: translateY(-1px);
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }

.quantity-icon {
  position: absolute;
  font-size: 1rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #0e5e00;
  user-select: none;
  z-index: -4; }

.contact,
.required {
  position: fixed;
  margin: auto;
  top: 10%;
  left: 10%;
  border-radius: 5px;
  z-index: 1000;
  max-height: 80vh;
  overflow: scroll;
  user-select: none;
  font-size: 2.4rem;
  backdrop-filter: blur(2px);
  background-image: linear-gradient(to bottom right, rgba(102, 60, 111, 0.98), rgba(43, 89, 109, 0.98));
  width: 80%;
  transition: all 0.5s ease; }
  .contact-close,
  .required-close {
    position: absolute;
    top: 2%;
    right: 2%;
    padding: 0.5rem;
    border: #fffcd5 1px solid;
    border-radius: 5px; }
  .contact-backward,
  .required-backward {
    position: absolute;
    top: 2%;
    left: 2%;
    padding: 0.5rem;
    border: #fffcd5 1px solid;
    border-radius: 5px; }
  .contact-title,
  .required-title {
    font-weight: 400; }
  .contact-hide,
  .required-hide {
    transform: translateX(100vw);
    opacity: 0; }
  .contact-form,
  .required-form {
    display: flex;
    flex-direction: column;
    padding: 1.6rem;
    align-items: center;
    justify-content: center; }
  .contact-item,
  .required-item {
    width: 80%;
    display: flex;
    align-items: center;
    padding: 0.8rem;
    margin: auto; }
    .contact-item input,
    .required-item input {
      font-family: inherit; }
  .contact-label,
  .required-label {
    width: 30rem; }
  .contact-input,
  .required-input {
    width: 50%;
    padding: 0.5rem;
    background-color: #faf6cb;
    border: none;
    outline: none;
    border-radius: 3px;
    color: #2b1050; }
    .contact-input_post,
    .required-input_post {
      width: 25%; }
  .contact-options,
  .required-options {
    width: 100%; }
  .contact-option,
  .required-option {
    display: none; }
    .contact-option-active,
    .required-option-active {
      display: block; }
  .contact-check,
  .required-check {
    border-radius: 50%;
    background-color: #faf6cb;
    padding: 30px; }
  .contact-box,
  .required-box {
    border: wheat 1px solid;
    border-radius: 5px;
    padding: 0.6rem 1rem;
    display: none;
    text-align: center;
    margin: 2rem auto;
    transition: all ease 0.3s;
    box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
    .contact-box:hover,
    .required-box:hover {
      background-color: wheat;
      color: #2b0080;
      transform: translateY(-3px);
      cursor: pointer;
      box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
    .contact-box:active,
    .required-box:active {
      transform: translateY(-1px);
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }

.radio {
  margin: 0.8rem;
  display: flex;
  align-items: center; }
  .radio-container {
    display: flex;
    justify-content: center;
    margin: 10px;
    align-items: center; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio input[type="radio"] + .radio-label:before {
      content: "";
      background: #f4f4f4;
      border-radius: 100%;
      border: 1px solid #b4b4b4;
      display: inline-block;
      width: 2rem;
      height: 2rem;
      position: relative;
      top: 165%;
      margin-right: 1em;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease; }
    .radio input[type="radio"]:checked + .radio-label:before {
      background-color: #8031ee;
      box-shadow: inset 0 0 0 4px #f4f4f4; }
    .radio input[type="radio"]:focus + .radio-label:before {
      outline: none;
      border-color: #8031ee; }
    .radio input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }

.submit-text {
  width: 70%;
  text-align: center;
  margin-bottom: 4rem; }

.summary {
  position: fixed;
  margin: auto;
  top: 10%;
  left: 10%;
  line-height: 30px;
  border-radius: 5px;
  z-index: 1000;
  max-height: 80vh;
  user-select: none;
  font-size: 2.4rem;
  background-image: linear-gradient(to bottom right, #4d9fb0f5, #d39d38f6);
  width: 80%;
  transition: all 0.5s ease;
  backdrop-filter: blur(2px);
  overflow-y: scroll; }
  .summary-close {
    position: absolute;
    top: 2%;
    right: 2%;
    padding: 0.5rem;
    border: #fffcd5 1px solid;
    border-radius: 5px; }
  .summary-backward {
    position: absolute;
    top: 2%;
    left: 2%;
    padding: 0.5rem;
    border: #fffcd5 1px solid;
    border-radius: 5px; }
  .summary-title {
    font-weight: 400; }
  .summary-hide {
    transform: translateX(100vw);
    opacity: 0; }
  .summary-contents {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    align-items: center; }
  .summary-tip {
    display: flex;
    margin: 5px; }
    .summary-tip-option {
      padding: 1rem 2rem;
      border: solid grey 1px;
      border-radius: 5px;
      margin: 0 1rem;
      transition: all ease 0.3s; }
      .summary-tip-option_active {
        background-color: #238a49; }
      .summary-tip-option:hover {
        background-color: rgba(63, 63, 63, 0.55);
        color: #faf6cb; }
    .summary-tip-text {
      width: 70%;
      margin: 1rem; }
    .summary-tip-other {
      text-align: center;
      display: flex;
      height: 5rem;
      margin: 2rem 0.5rem;
      align-items: center; }
      .summary-tip-other input {
        margin-left: 1rem;
        font-size: 2rem;
        width: 15%;
        height: 4rem;
        padding: 1rem;
        border-radius: 4px;
        border: none;
        background: #fffcd5;
        outline: none;
        color: #101010;
        margin-top: -0.5rem;
        font-family: "Josefin Sans"; }
  .summary-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0.4rem;
    padding-left: 120px; }
    .summary-item-type {
      width: 35%;
      padding: 1.5rem;
      font-weight: 400; }
    .summary-item-info {
      display: flex;
      justify-content: space-between;
      padding: 15px;
      border-radius: 5px;
      transition: all ease 0.5s; }
      .summary-item-info:hover {
        transition: all ease 0.5s;
        background-color: rgba(255, 255, 255, 0.166);
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.164); }
        .summary-item-info:hover ion-icon {
          opacity: 1; }
    .summary-item-edit {
      transition: all ease 0.5s; }
      .summary-item-edit ion-icon {
        transition: all ease 0.5s;
        font-size: 2.4rem;
        padding: 2px;
        border: 1px wheat solid;
        border-radius: 5px;
        margin-left: 50px;
        opacity: 0; }
        .summary-item-edit ion-icon:hover {
          background-color: wheat;
          color: #378e68; }
  .summary-check {
    border-radius: 50%;
    background-color: #faf6cb;
    padding: 30px; }
  .summary-box {
    border: wheat 1px solid;
    border-radius: 5px;
    padding: 0.5rem 1.2rem;
    display: inline-block;
    text-align: center;
    margin: 20px auto;
    transition: all ease 0.3s;
    box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
    .summary-box:hover {
      background-color: wheat;
      color: #49533e;
      transform: translateY(-3px);
      cursor: pointer;
      box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
    .summary-box:active {
      transform: translateY(-1px);
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
  .summary-cart-item {
    display: flex;
    align-items: center; }
    .summary-cart-item-title {
      width: 25rem; }
    .summary-cart-item-quantity {
      width: 4rem; }
    .summary-cart-item div {
      margin-right: 30px; }
    .summary-cart-item-food {
      font-size: 1.6rem;
      padding-left: 20px; }
  .summary-totals-item {
    display: flex; }
  .summary-totals-type {
    width: 100%; }
  .summary-totals-amount {
    padding-left: 110px;
    letter-spacing: 0.2rem; }

#no-border {
  border: none;
  padding: 0;
  padding-right: 1rem; }

.italic {
  font-style: italic;
  font-size: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.capitalize {
  text-transform: capitalize;
  line-height: 3rem; }

.small-screen {
  display: none; }

.feature {
  text-shadow: 1px 1px 3px #1d1d1d; }
  .feature-box {
    display: flex;
    align-items: stretch;
    max-width: 1100px;
    width: 90%;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    background-image: linear-gradient(to right top, #af392d, #b24427, #b34f21, #b45a1c, #b36516); }
  .feature-box2 {
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); }
  .feature-image {
    flex: 1;
    overflow: hidden;
    background-image: url(../new/Cinco.jpg);
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px #000; }
    .feature-image img {
      object-fit: cover;
      object-position: center; }
  .feature-image2 {
    background-image: url(../new/SummerSpirit.jpg); }
  .feature-title {
    text-shadow: 1px 1px 3px #353535, 3px 3px 6px #a72222; }
  .feature-title2 {
    text-shadow: 1px 1px 5px black; }
  .feature-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem 0; }
  .feature-btn {
    text-align: center;
    margin: 2rem auto;
    font-size: 2rem;
    width: 40%;
    padding: 1rem !important;
    text-shadow: 1px 1px 5px black;
    box-shadow: 1px 1px 5px black; }
  .feature-servings {
    line-height: 3rem;
    margin-bottom: 1rem; }
  .feature-description {
    margin-bottom: 1rem; }
  .feature-price {
    padding: 1rem;
    margin-bottom: 1rem; }

.bold {
  font-weight: 400; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #faf6cb inset; }

.order-form {
  display: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.welcome-message {
  position: absolute;
  bottom: 5%;
  width: 40%;
  text-align: center;
  background-image: linear-gradient(to left, #32271d, #463d28);
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 2rem;
  padding: 1rem 3rem;
  line-height: 3rem;
  border-radius: 5px;
  animation: fadeIn 0.5s ease 0.8s backwards; }

.welcome-email {
  text-decoration: none;
  color: #faf6cb;
  transition: all 0.3s ease; }
  .welcome-email:hover {
    color: #a7592f; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.order-by {
  padding: 1rem;
  font-size: 2.2rem;
  animation: fadeIn ease 1s 0.3s backwards;
  text-shadow: 1px 1px black; }

.menu-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 3rem;
  text-transform: capitalize;
  letter-spacing: 0.1rem;
  max-width: 1500px;
  padding: 0 5rem;
  margin: auto;
  margin-bottom: 3rem; }

.menu-item {
  width: 25%;
  text-align: center;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .menu-item_title {
    font-size: 2.2rem;
    font-weight: 400;
    padding: 2rem 0;
    text-transform: uppercase; }
  .menu-item_description {
    font-size: 1.8rem; }
  .menu-item_price {
    font-weight: 400;
    padding: 1.8rem;
    font-size: 1.8rem; }
  .menu-item_pic {
    overflow: hidden;
    border: 2px #fffcd5 solid;
    border-radius: 2rem;
    display: flex; }
    .menu-item_pic img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      object-position: center; }
  .menu-item_btn {
    padding: 0.7rem 1.4rem;
    font-weight: 400;
    border: #fffcd5 solid 1px;
    cursor: pointer;
    transition: all ease 0.3s;
    display: inline-block;
    justify-content: center; }
    .menu-item_btn:hover {
      color: #101010;
      background-color: #fffcd5;
      text-shadow: none; }

.development {
  display: none; }

.burger {
  display: none; }
  .burger-hide {
    display: none; }

.cart-icon {
  display: block;
  margin: 0 2rem; }

.reservations {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem; }
  .reservations-box {
    max-width: 750px;
    background-color: rgba(34, 34, 34, 0.762);
    padding: 4rem 10rem;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    border: 3px solid #faf6cb; }
  .reservations-text {
    z-index: -10;
    text-align: center;
    margin-bottom: 1rem; }
    .reservations-text p {
      font-size: 2.2rem !important;
      line-height: 2.5rem; }
  .reservations-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -5;
    overflow: hidden; }
    .reservations-bg img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      z-index: -5;
      filter: blur(2px); }
  .reservations-logo {
    width: 100px;
    margin: auto;
    margin-top: 3rem; }

.transparent {
  color: transparent; }

@media only screen and (max-width: 1023px) {
  html {
    font-size: 50%; }
  body {
    max-width: 100vw; }
  .burger {
    display: flex; }
    .burger-hide {
      display: none; }
  .nav {
    display: flex;
    padding: 1.6rem 3.2rem;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 2px;
    font-weight: 400;
    width: 100%;
    z-index: 2343; }
    .nav-logo-container {
      width: 5rem; }
    .nav-items {
      display: block;
      flex: 1;
      align-items: center;
      font-size: 2.6rem;
      list-style: none;
      justify-content: flex-end;
      position: absolute;
      right: 12rem;
      top: 2rem;
      border-radius: 5px;
      background-color: rgba(29, 29, 29, 0.982);
      backdrop-filter: blur(3px);
      transition: all ease 0.3s; }
      .nav-items a {
        text-decoration: none;
        color: #faf6cb; }
      .nav-items_hide {
        transform: translateY(-110%);
        opacity: 0.3; }
    .nav-list-item {
      padding: 2rem 0; }
    .nav-item {
      margin-left: 2.2rem;
      margin: 2rem;
      transition: all 0.3s ease; }
      .nav-item:hover {
        color: #885620; }
  .cart-icon {
    margin-left: auto; }
  .header {
    background-attachment: scroll; }
  .section-extra {
    background-attachment: scroll; } }

@media only screen and (max-width: 767px) {
  .welcome-message {
    width: 60%; }
  h2 {
    line-height: 4.5rem; }
  html {
    font-size: 50%; }
  .burger {
    display: flex; }
    .burger-hide {
      display: none; }
  .menu-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 4rem;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
    max-width: 1500px;
    padding: 0 5rem;
    margin: auto;
    margin-bottom: 0rem; }
  .menu-item {
    width: 50%;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 4rem; }
    .menu-item_title {
      font-size: 2.8rem;
      font-weight: 400;
      padding: 2rem 0;
      text-transform: uppercase; }
      .menu-item_title:after {
        content: "";
        border-bottom: 1px solid #fffcd5;
        width: 30%;
        display: block;
        margin: auto;
        margin-top: 1.6rem; }
    .menu-item_description {
      font-size: 2.4rem; }
    .menu-item_price {
      font-weight: 400;
      padding: 1.8rem;
      font-size: 2.5rem; }
    .menu-item_pic {
      overflow: hidden;
      border: 2px #fffcd5 solid;
      border-radius: 2rem;
      display: flex; }
      .menu-item_pic img {
        width: 100%; }
    .menu-item_btn {
      padding: 0.7rem;
      font-weight: 400;
      border: #fffcd5 solid 1px;
      cursor: pointer;
      transition: all ease 0.3s;
      display: flex;
      justify-content: center; }
      .menu-item_btn:hover {
        color: #101010;
        background-color: #fffcd5; }
  .cart {
    position: fixed;
    margin: auto;
    top: 7%;
    display: flex;
    flex-direction: column;
    left: 0%;
    border-radius: 5px;
    z-index: 999;
    max-height: 60vh;
    overflow: scroll;
    user-select: none;
    transition: all 0.5s ease;
    font-size: 2.3rem;
    backdrop-filter: blur(2px);
    width: 100%;
    margin: auto; }
    .cart-icon {
      color: #fffcd5; }
    .cart-close {
      position: absolute;
      top: 2%;
      right: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .cart-backward {
      position: absolute;
      top: 2%;
      left: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .cart-title {
      font-weight: 400; }
    .cart-hide {
      transform: translateX(-100vw);
      opacity: 0; }
    .cart-contents {
      display: flex;
      flex-direction: column; }
    .cart-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      background-color: rgba(255, 255, 255, 0.249);
      margin: 5px 0rem;
      border-radius: 5px;
      padding: 1rem 0rem;
      position: relative;
      width: 80%;
      margin: 10px auto; }
      .cart-item:hover {
        background-color: rgba(255, 255, 255, 0.386); }
      .cart-item-pic {
        width: 0rem; }
        .cart-item-pic img {
          width: 100%; }
      .cart-item-title {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .cart-item-title-text {
          margin: 10px 0;
          padding: 0 5px; }
      .cart-item-food {
        background-color: #477420;
        color: #f0e3ca;
        outline: none;
        border-radius: 5px;
        font-size: 1.6rem;
        border: none;
        font-family: inherit;
        transition: all ease 0.2s;
        margin-left: 0rem; }
        .cart-item-food:hover {
          cursor: pointer; }
      .cart-item-increase, .cart-item-decrease {
        padding: 8px;
        border-radius: 50%;
        border: none;
        height: 1.6rem;
        width: 1.6rem;
        text-align: center;
        font-size: 10%;
        background-color: #a6c156;
        position: relative;
        outline: none;
        cursor: pointer; }
      .cart-item-food_price {
        font-size: 1.4rem;
        text-align: center; }
      .cart-item-quantity {
        display: flex;
        flex: 1;
        justify-content: space-between;
        width: 6rem;
        margin: 15px; }
      .cart-item-price {
        flex: 2;
        text-align: center;
        margin: 0px; }
    .cart-btn {
      padding: 0.8rem 1.2rem;
      background-color: #2a6d23;
      color: #d5d5d5;
      outline: none;
      border: rgba(220, 220, 220, 0.646) solid 2px;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.3s ease;
      position: absolute;
      top: 5%;
      right: 2%; }
      .cart-btn:hover {
        background-color: #6d3423; }
    .cart-totals {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 2rem 16rem;
      line-height: 3rem; }
      .cart-totals-grand {
        font-weight: 600; }
      .cart-totals div {
        margin: 0.5rem 0; }
    .cart-box {
      border: wheat 1px solid;
      border-radius: 5px;
      padding: 0.6rem 1.2rem;
      display: inline-block;
      text-align: center;
      margin: 2rem auto;
      transition: all ease 0.3s;
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
      .cart-box:hover {
        background-color: wheat;
        color: #008033;
        transform: translateY(-3px);
        cursor: pointer;
        box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
      .cart-box:active {
        transform: translateY(-1px);
        box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
  .contact {
    position: fixed;
    margin: auto;
    top: 7%;
    left: 0%;
    border-radius: 5px;
    z-index: 1000;
    max-height: 60vh;
    overflow: scroll;
    user-select: none;
    font-size: 2.4rem;
    backdrop-filter: blur(2px);
    width: 100%;
    transition: all 0.5s ease; }
    .contact-close {
      position: absolute;
      top: 2%;
      right: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .contact-backward {
      position: absolute;
      top: 2%;
      left: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .contact-title {
      font-weight: 400;
      font-size: 100%;
      padding-bottom: 0; }
    .contact-hide {
      transform: translateX(100vw);
      opacity: 0; }
    .contact-form {
      display: flex;
      flex-direction: column;
      padding: 1.6rem;
      align-items: center;
      justify-content: center; }
    .contact-item {
      width: 90%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0.8rem;
      margin: auto; }
    .contact-label {
      width: 30rem;
      padding: 10px 0; }
    .contact-input {
      width: 100%;
      padding: 0.5rem;
      background-color: #faf6cb;
      border: none;
      outline: none;
      border-radius: 3px;
      color: #2b1050; }
      .contact-input_post {
        width: 50%; }
    .contact-options {
      width: 100%; }
    .contact-option {
      display: none; }
      .contact-option-active {
        display: block; }
    .contact-check {
      border-radius: 50%;
      background-color: #faf6cb;
      padding: 30px; }
    .contact-box {
      border: wheat 1px solid;
      border-radius: 5px;
      padding: 0.3rem 0.7rem;
      display: inline-block;
      text-align: center;
      margin: 2rem auto;
      transition: all ease 0.3s;
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
      .contact-box:hover {
        background-color: wheat;
        color: #2b0080;
        transform: translateY(-3px);
        cursor: pointer;
        box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
      .contact-box:active {
        transform: translateY(-1px);
        box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
  .order-form {
    width: 200px; }
  .btn-post {
    margin: 10px 0; }
  .summary {
    position: fixed;
    margin: auto;
    top: 7%;
    left: 0%;
    line-height: 30px;
    border-radius: 5px;
    z-index: 1000;
    max-height: 60vh;
    user-select: none;
    font-size: 2.4rem;
    background-image: linear-gradient(to bottom right, #4d9fb0f5, #d39d38f6);
    width: 100%;
    transition: all 0.5s ease;
    backdrop-filter: blur(2px);
    overflow-y: scroll; }
    .summary-disable {
      border: 1px solid grey;
      color: grey;
      user-select: none;
      cursor: not-allowed; }
    .summary-close {
      position: absolute;
      top: 2%;
      right: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .summary-backward {
      position: absolute;
      top: 2%;
      left: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .summary-title {
      font-weight: 400;
      font-size: 100%; }
    .summary-hide {
      transform: translateX(100vw);
      opacity: 0; }
    .summary-contents {
      display: flex;
      flex-direction: column;
      padding: 0rem 1rem;
      align-items: center; }
    .summary-tip {
      display: flex;
      margin: 5px;
      justify-content: center; }
      .summary-tip-option {
        padding: 1rem 2rem;
        border: solid grey 1px;
        border-radius: 5px;
        margin: 0 1rem;
        transition: all ease 0.3s; }
        .summary-tip-option_active {
          background-color: #238a49; }
        .summary-tip-option:hover {
          background-color: #6a9f7d; }
      .summary-tip-text {
        text-align: center; }
    .summary-item {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0.4rem;
      margin-left: 0px; }
      .summary-item-type {
        width: 40rem;
        padding: 0 1.5rem;
        font-weight: 400; }
      .summary-item-info {
        display: flex;
        justify-content: space-between;
        padding: 7px;
        border-radius: 5px;
        transition: all ease 0.5s;
        margin-left: 5rem; }
        .summary-item-info:hover {
          transition: all ease 0.5s;
          background-color: rgba(255, 255, 255, 0.166);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.164); }
          .summary-item-info:hover ion-icon {
            opacity: 1; }
      .summary-item-edit {
        transition: all ease 0.5s; }
        .summary-item-edit ion-icon {
          transition: all ease 0.5s;
          font-size: 2.4rem;
          padding: 2px;
          border: 1px wheat solid;
          border-radius: 5px;
          margin-left: 50px;
          opacity: 0; }
          .summary-item-edit ion-icon:hover {
            background-color: wheat;
            color: #378e68; }
    .summary-check {
      border-radius: 50%;
      background-color: #faf6cb;
      padding: 30px; }
    .summary-box {
      border: wheat 1px solid;
      border-radius: 5px;
      padding: 0.5rem 1.2rem;
      display: inline-block;
      text-align: center;
      margin: 20px auto;
      transition: all ease 0.3s;
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
      .summary-box:hover {
        background-color: wheat;
        color: #49533e;
        transform: translateY(-3px);
        cursor: pointer;
        box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
      .summary-box:active {
        transform: translateY(-1px);
        box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
    .summary-cart-item {
      display: flex;
      align-items: center; }
      .summary-cart-item-title {
        width: 25rem; }
      .summary-cart-item-quantity {
        width: 2rem; }
      .summary-cart-item-food {
        font-size: 1.6rem;
        padding-left: 20px; }
    .summary-totals-item {
      display: flex; }
    .summary-totals-type {
      width: 100%; }
    .summary-totals-amount {
      padding-left: 110px;
      letter-spacing: 0.2rem; }
  .field-small {
    height: 0px;
    padding: 0; }
  .groups-container {
    display: block; }
  .groups-info {
    max-width: 100%;
    min-height: auto; }
  .groups-photo {
    height: 30vh;
    width: auto;
    max-width: 100%; }
  .groups-small_screen {
    display: block; }
  .groups-large_screen {
    display: none; }
  .groups-form {
    width: auto; }
    .groups-form-item {
      display: block; } }

@media only screen and (max-width: 480px) {
  .christmas-icon {
    position: absolute;
    width: 40% !important;
    top: -100px;
    z-index: 200;
    right: -20px;
    transform: rotate(20deg);
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.375)) drop-shadow(-5px -5px 15px rgba(0, 0, 0, 0.375)); }
  .btn-contact {
    padding: 1rem;
    font-size: 37%; }
  .reservations {
    min-height: 75vh;
    margin-top: 10rem; }
    .reservations-box {
      margin: 3rem;
      font-size: 3rem;
      padding: 4rem 2rem; }
    .reservations-text p {
      font-size: 2.5rem !important;
      line-height: 3rem; }
  .large-screen {
    display: none; }
  .small-screen {
    display: block; }
  .feature-box {
    flex-direction: column; }
  .feature-image {
    flex: auto;
    height: 40vh; }
  .welcome-message {
    width: 90%;
    padding: 1rem; }
  html {
    font-size: 50%; }
  .menu-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 4rem;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
    max-width: 1500px;
    padding: 0 5rem;
    margin: auto;
    margin-bottom: 0rem; }
  .menu-item {
    width: 100%;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 4rem; }
    .menu-item_title {
      font-size: 2.5rem;
      font-weight: 400;
      padding: 2rem 0;
      text-transform: uppercase; }
      .menu-item_title:after {
        content: "";
        border-bottom: 1px solid #fffcd5;
        width: 30%;
        display: block;
        margin: auto;
        margin-top: 1.6rem; }
    .menu-item_description {
      font-size: 2.2rem; }
    .menu-item_price {
      font-weight: 400;
      padding: 1.8rem;
      font-size: 2.6rem; }
    .menu-item_pic {
      overflow: hidden;
      border: 2px #fffcd5 solid;
      border-radius: 2rem;
      display: flex; }
      .menu-item_pic img {
        height: 100%; }
    .menu-item_btn {
      padding: 0.7rem;
      font-weight: 400;
      border: #fffcd5 solid 1px;
      cursor: pointer;
      transition: all ease 0.3s;
      display: flex;
      justify-content: center;
      font-size: 2.5rem; }
      .menu-item_btn:hover {
        color: #101010;
        background-color: #fffcd5; }
  .burger {
    display: flex; }
    .burger-hide {
      display: none; }
  .cart {
    position: fixed;
    margin: auto;
    top: 15%;
    display: flex;
    flex-direction: column;
    left: 0%;
    border-radius: 5px;
    z-index: 999;
    max-height: 70vh;
    overflow: scroll;
    user-select: none;
    transition: all 0.5s ease;
    font-size: 2.3rem;
    backdrop-filter: blur(2px);
    width: 100%;
    margin: auto; }
    .cart-icon {
      color: #fffcd5; }
    .cart-close {
      position: absolute;
      top: 2%;
      right: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .cart-backward {
      position: absolute;
      top: 2%;
      left: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .cart-title {
      font-weight: 400; }
    .cart-hide {
      transform: translateX(-100vw);
      opacity: 0; }
    .cart-contents {
      display: flex;
      flex-direction: column; }
    .cart-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      background-color: rgba(255, 255, 255, 0.249);
      margin: 5px 0rem;
      border-radius: 5px;
      padding: 1rem 0rem;
      position: relative;
      width: 90%;
      margin: 10px auto; }
      .cart-item:hover {
        background-color: rgba(255, 255, 255, 0.386); }
      .cart-item-pic {
        width: 0rem; }
        .cart-item-pic img {
          width: 100%; }
      .cart-item-title {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .cart-item-title-text {
          margin: 10px 0;
          padding: 0 5px; }
      .cart-item-food {
        background-color: #477420;
        color: #f0e3ca;
        outline: none;
        border-radius: 5px;
        font-size: 1.6rem;
        border: none;
        font-family: inherit;
        transition: all ease 0.2s;
        margin-left: 0rem; }
        .cart-item-food:hover {
          cursor: pointer; }
      .cart-item-increase, .cart-item-decrease {
        padding: 8px;
        border-radius: 50%;
        border: none;
        height: 1.6rem;
        width: 1.6rem;
        text-align: center;
        font-size: 10%;
        background-color: #a6c156;
        position: relative;
        outline: none;
        cursor: pointer; }
      .cart-item-food_price {
        font-size: 1.4rem;
        text-align: center; }
      .cart-item-quantity {
        display: flex;
        flex: 1;
        justify-content: space-between;
        width: 6rem;
        margin: 15px; }
      .cart-item-price {
        flex: 2;
        text-align: center;
        margin: 0px; }
    .cart-btn {
      padding: 0.8rem 1.2rem;
      background-color: #2a6d23;
      color: #d5d5d5;
      outline: none;
      border: rgba(220, 220, 220, 0.646) solid 2px;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.3s ease;
      position: absolute;
      top: 5%;
      right: 2%; }
      .cart-btn:hover {
        background-color: #6d3423; }
    .cart-totals {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 2rem 16rem;
      line-height: 3rem; }
      .cart-totals-grand {
        font-weight: 600; }
      .cart-totals div {
        margin: 0.5rem 0;
        width: 300px; }
    .cart-box {
      border: wheat 1px solid;
      border-radius: 5px;
      padding: 0.6rem 1.2rem;
      display: inline-block;
      text-align: center;
      margin: 2rem auto;
      transition: all ease 0.3s;
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
      .cart-box:hover {
        background-color: wheat;
        color: #008033;
        transform: translateY(-3px);
        cursor: pointer;
        box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
      .cart-box:active {
        transform: translateY(-1px);
        box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
  .contact {
    position: fixed;
    margin: auto;
    top: 15%;
    left: 0%;
    border-radius: 5px;
    z-index: 1000;
    max-height: 70vh;
    overflow: scroll;
    user-select: none;
    font-size: 2.4rem;
    backdrop-filter: blur(2px);
    width: 100%;
    transition: all 0.5s ease; }
    .contact-close {
      position: absolute;
      top: 2%;
      right: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .contact-backward {
      position: absolute;
      top: 2%;
      left: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .contact-title {
      font-weight: 400;
      font-size: 100%;
      padding-bottom: 0; }
    .contact-hide {
      transform: translateX(100vw);
      opacity: 0; }
    .contact-form {
      display: flex;
      flex-direction: column;
      padding: 1.6rem;
      align-items: center;
      justify-content: center; }
    .contact-item {
      width: 90%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0.8rem;
      margin: auto; }
    .contact-label {
      width: 30rem;
      padding: 10px 0; }
    .contact-input {
      width: 100%;
      padding: 0.5rem;
      background-color: #faf6cb;
      border: none;
      outline: none;
      border-radius: 3px;
      color: #2b1050; }
      .contact-input_post {
        width: 50%; }
    .contact-options {
      width: 100%; }
    .contact-option {
      display: none; }
      .contact-option-active {
        display: block; }
    .contact-check {
      border-radius: 50%;
      background-color: #faf6cb;
      padding: 30px; }
    .contact-box {
      border: wheat 1px solid;
      border-radius: 5px;
      padding: 0.3rem 0.7rem;
      display: inline-block;
      text-align: center;
      margin: 2rem auto;
      transition: all ease 0.3s;
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
      .contact-box-disable {
        border: 1px solid grey;
        color: grey;
        user-select: none;
        cursor: not-allowed; }
      .contact-box:hover {
        background-color: wheat;
        color: #2b0080;
        transform: translateY(-3px);
        cursor: pointer;
        box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
      .contact-box:active {
        transform: translateY(-1px);
        box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
  .order-form {
    width: 200px; }
  .footer {
    font-size: 2rem;
    width: 100%;
    margin: 0; }
  .btn-post {
    margin: 10px 0; }
  .summary {
    position: fixed;
    margin: auto;
    top: 15%;
    left: 0%;
    line-height: 30px;
    border-radius: 5px;
    z-index: 1000;
    max-height: 70vh;
    user-select: none;
    font-size: 2.4rem;
    width: 100%;
    transition: all 0.5s ease;
    backdrop-filter: blur(2px);
    overflow-y: scroll; }
    .summary-close {
      position: absolute;
      top: 2%;
      right: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .summary-backward {
      position: absolute;
      top: 2%;
      left: 2%;
      padding: 0.5rem;
      border: #fffcd5 1px solid;
      border-radius: 5px;
      font-size: 85%; }
    .summary-title {
      font-weight: 400;
      font-size: 100%; }
    .summary-hide {
      transform: translateX(100vw);
      opacity: 0; }
    .summary-contents {
      display: flex;
      flex-direction: column;
      padding: 0rem 1rem;
      align-items: center; }
    .summary-tip {
      display: flex;
      margin: 5px;
      justify-content: center; }
      .summary-tip-option {
        padding: 1rem 2rem;
        border: solid grey 1px;
        border-radius: 5px;
        margin: 0 1rem;
        transition: all ease 0.3s; }
        .summary-tip-option_active {
          background-color: #238a49; }
        .summary-tip-option:hover {
          background-color: #6a9f7d; }
      .summary-tip-text {
        text-align: center; }
    .summary-item {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0.4rem;
      margin-left: 0px; }
      .summary-item-type {
        width: 40rem;
        padding: 0 1.5rem;
        font-weight: 400; }
      .summary-item-info {
        display: flex;
        justify-content: space-between;
        padding: 7px;
        border-radius: 5px;
        transition: all ease 0.5s;
        margin-left: 5rem; }
        .summary-item-info:hover {
          transition: all ease 0.5s;
          background-color: rgba(255, 255, 255, 0.166);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.164); }
          .summary-item-info:hover ion-icon {
            opacity: 1; }
      .summary-item-edit {
        transition: all ease 0.5s; }
        .summary-item-edit ion-icon {
          transition: all ease 0.5s;
          font-size: 2.4rem;
          padding: 2px;
          border: 1px wheat solid;
          border-radius: 5px;
          margin-left: 50px;
          opacity: 0; }
          .summary-item-edit ion-icon:hover {
            background-color: wheat;
            color: #378e68; }
    .summary-check {
      border-radius: 50%;
      background-color: #faf6cb;
      padding: 30px; }
    .summary-box {
      border: wheat 1px solid;
      border-radius: 5px;
      padding: 0.5rem 1.2rem;
      display: inline-block;
      text-align: center;
      margin: 20px auto;
      transition: all ease 0.3s;
      box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
      .summary-box:hover {
        background-color: wheat;
        color: #49533e;
        transform: translateY(-3px);
        cursor: pointer;
        box-shadow: 2px 3px 5px rgba(31, 31, 31, 0.473); }
      .summary-box:active {
        transform: translateY(-1px);
        box-shadow: 1px 2px 3px rgba(31, 31, 31, 0.473); }
    .summary-cart-item {
      display: flex;
      align-items: center; }
      .summary-cart-item-title {
        width: 20rem; }
      .summary-cart-item-quantity {
        width: 2rem; }
      .summary-cart-item-food {
        font-size: 1.6rem;
        padding-left: 20px; }
    .summary-totals-item {
      display: flex; }
    .summary-totals-type {
      width: 100%; }
    .summary-totals-amount {
      padding-left: 110px;
      letter-spacing: 0.2rem; }
  .field-small {
    height: 0px;
    padding: 0; }
  .header-box {
    width: 95%;
    flex-direction: column; }
  .section-about-title {
    padding-left: 4rem;
    padding-right: 4rem;
    line-height: 5rem; }
  h2 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .section-map {
    min-height: 110vh;
    margin: 0px;
    background-color: #181814;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(19, 18, 14, 0.2), rgba(24, 23, 20, 0.2)), url(/this.png); }
  .form {
    font-size: 2.2rem;
    padding: 1.6rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
    .form-messages {
      text-align: center;
      padding: 10px;
      border-radius: 5px; }
      .form-messages-success {
        background-color: rgba(0, 128, 0, 0.379); }
      .form-messages-error {
        background-color: rgba(128, 45, 0, 0.379); }
    .form-box {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #101010d7; }
    .form-title {
      text-align: center;
      margin: 30px;
      line-height: 50px; }
    .form div {
      width: 100%; }
  .form-input {
    padding: 11px 1rem;
    margin: 17px 0;
    background-color: #faf6cb;
    font-size: 2.4rem;
    width: 100%;
    font-family: "Josefin Sans";
    border-radius: 5px;
    border: none;
    outline: none;
    color: #434343; }
  .form-textarea {
    height: 150px;
    margin-top: 17px;
    padding: 11px 1rem;
    width: 100%;
    background-color: #faf6cb;
    font-size: 2.4rem;
    font-family: "Josefin Sans";
    border-radius: 5px;
    border: none;
    outline: none;
    color: #434343; }
  .form-title {
    margin-top: 12rem; }
  .nav-items a {
    font-size: 2rem; } }

.item-hide {
  display: none; }

.title-push {
  margin-top: 5rem; }

/*------Gallery-----*/
.gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3vw; }

/* Create four equal columns that sits next to each other */
.gallery-column {
  flex: 25%;
  max-width: 25%;
  padding: 3px; }

.gallery-pic {
  overflow: hidden;
  margin: 10px 2px;
  position: relative;
  border: 1px wheat solid; }

.gallery-column img {
  vertical-align: middle;
  width: 100%;
  opacity: 1;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
  display: block; }

.gallery-pic:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery-column {
    flex: 50%;
    max-width: 50%; } }

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery-column {
    flex: 100%;
    max-width: 100%; } }

.overlay-text {
  color: wheat;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #101010; }

.gallery-pic:hover .overlay {
  opacity: 0.7; }

.contact-box-disable {
  border: 1px solid grey;
  color: grey;
  user-select: none;
  cursor: not-allowed; }
  .contact-box-disable:hover {
    border: 1px solid grey;
    color: grey;
    user-select: none;
    cursor: not-allowed; }

.user-disable {
  user-select: none;
  z-index: 9999; }

.bar-menu-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1vw; }

.bar-menu-column {
  max-width: 100%;
  margin: auto; }

.bar-menu-item {
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 2px;
  padding: 14px 20px;
  border: 2px solid;
  margin: 20px;
  width: 500px;
  max-width: 90%; }

.bar-menu-text {
  font-size: 180%;
  line-height: 200%; }

.bar-menu-title {
  font-weight: 900;
  font-size: 220%;
  padding: 10px 0;
  line-height: 150%; }

.bar-menu-img {
  padding-top: 10px; }

.bar-menu-img img {
  filter: invert(95%) sepia(11%) saturate(770%) hue-rotate(340deg) brightness(105%) contrast(96%);
  width: 4vw;
  margin: 0;
  z-index: 1; }

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .bar-menu-column {
    flex: 100%;
    max-width: 100%; }
  .bar-menu-img img {
    width: 12%; } }

.togo-small {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: auto 3rem; }

.togo-big {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: auto 3rem;
  position: fixed;
  padding: 1rem 4rem;
  right: 0;
  bottom: 30px;
  width: 400px;
  background-color: #101010; }

.menu-section {
  position: relative; }

.mobile-menu-container {
  margin: auto;
  max-width: 700px;
  margin-top: 10rem; }
  .mobile-menu-container img {
    width: 95%;
    display: block;
    margin: 1rem auto; }

.stupid {
  display: flex;
  align-items: center; }
  .stupid input {
    margin: 1rem; }

#snow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1000; }

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%; }

.lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  animation-name: flash-1;
  animation-duration: 2s; }

.lightrope li:nth-child(2n + 1) {
  background: cyan;
  box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  animation-name: flash-2;
  animation-duration: 0.4s; }

.lightrope li:nth-child(4n + 2) {
  background: #dcf233;
  box-shadow: 0px 4.66667px 24px 3px #dcf233;
  animation-name: flash-3;
  animation-duration: 1.1s; }

.lightrope li:nth-child(odd) {
  animation-duration: 1.8s; }

.lightrope li:nth-child(3n + 1) {
  animation-duration: 1.4s; }

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px; }

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%; }

.lightrope li:last-child:after {
  content: none; }

.lightrope li:first-child {
  margin-left: -40px; }

@keyframes flash-1 {
  0%,
  100% {
    background: #ef476f;
    box-shadow: 0px 4.6666666667px 24px 3px #ef476f; }
  50% {
    background: #ef476e5b;
    box-shadow: 0px 4.6666666667px 24px 3px #ef476e22; } }

@keyframes flash-2 {
  0%,
  100% {
    background: #0ef7b9;
    box-shadow: 0px 4.6666666667px 24px 3px #0ef7b9; }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2); } }

@keyframes flash-3 {
  0%,
  100% {
    background: #fce24d;
    box-shadow: 0px 4.66667px 24px 3px #dcf233; }
  50% {
    background: #ffef3e92;
    box-shadow: 0px 4.66667px 24px 3px rgba(220, 242, 51, 0.2); } }

.christmas-reminder {
  display: flex; }
  .christmas-reminder-box {
    background-color: #fffcd5;
    color: #101010;
    align-items: center;
    margin: auto;
    text-align: center;
    padding: 2rem;
    border-radius: 5px;
    margin-bottom: 3rem;
    font-weight: bold;
    line-height: 300%; }

.fontweight-normal {
  font-weight: 100;
  text-transform: lowercase; }

.email-reminder {
  background-color: transparent;
  color: #faf6cb;
  font-size: 2rem;
  text-align: center; }
