:root {
  --white: #fff;
  --black: #232323;
  --black-op40: rgba(0, 0, 0, 0.4);
  --light-bgr: #f5f5f5;
  --light-gray: #dfdfdf;
  --text-dark: #232323;
  --text-body: #454545;
  --text-light: #868686;
  --brand-color: #3d8c35;
  --shadow-sucsess: rgb(61, 140, 53, 0.1);
  --shadow-danger: rgb(229, 51, 51, 0.1);
  --shadow-gray: rgb(0, 0, 0, 0.06);
  --brand-color2: hsl(0, 41%, 28%);
  --brand-food: hsl(24, 60%, 45%);
  --red: #FF5A54;
  --sucsess: var(--brand-color);
  --danger: var(--red);
  --font-rem: 1rem;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 12px;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.m-0 {
  margin: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 3rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

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

.mt-4 {
  margin-top: 1.5rem;
}

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

.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 3rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-0 {
  padding: 0rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pl-5 {
  padding-left: 3rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pr-5 {
  padding-right: 3rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rounded-0 {
  border-radius: 0rem;
}

.rounded-1 {
  border-radius: 0.25rem;
}

.rounded-2 {
  border-radius: 0.5rem;
}

.rounded-3 {
  border-radius: 1rem;
}

.rounded-4 {
  border-radius: 1.5rem;
}

.rounded-5 {
  border-radius: 3rem;
}

.gap-0 {
  gap: 0rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

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

body {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  color: var(--text-body);
  min-height: 100vh;
}

.color-dark {
  color: var(--text-dark);
}

.color-primary {
  color: var(--brand-color);
}

.color-primary2 {
  color: var(--brand-color2);
}

.color-red {
  color: var(--red);
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.justify-content-around {
  justify-content: space-around;
}

.font-italic {
  font-style: italic;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

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

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

.mx-auto {
  margin: 0 auto;
}

small,
.small {
  font-size: 80%;
}

.w-100 {
  width: 100%;
}

.maxw-100 {
  max-width: 100%;
}

.container-fluid {
  padding: 0 1rem;
}

a {
  text-decoration: none;
}

a.delete {
  color: var(--red);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-sticky {
  position: sticky;
}

.overlay-hidden {
  overflow: hidden;
}

.lh-1 {
  line-height: 1;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: gray white;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: gray;
}

*::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
  border: 3px solid gray;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.header {
  background: #ccc;
  position: relative;
}
.header .fixed-button {
  position: absolute;
  right: 1.5em;
  top: 2rem;
}

.section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.section .container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.swiper-wrapper {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.swiper-slide {
  flex: none;
}
.swiper-slide .people__card {
  position: relative;
  overflow: hidden;
  height: 640px;
  background-color: rgb(199, 241, 136);
  border-radius: 11px;
}
@media (max-width: 1699px) {
  .swiper-slide .people__card {
    height: 512px;
  }
}
@media (max-width: 1199px) {
  .swiper-slide .people__card {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .swiper-slide .people__card {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .swiper-slide .people__card {
    height: auto;
  }
}
.swiper-slide .people__card .people__card__image {
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 2;
  margin-left: -100px;
  width: 130%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
  transition: transform 0.7s;
}
.swiper-slide .people__card .people__card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  border-radius: 11px;
  transition: 0.3s;
}
.swiper-slide .people__card .people__card__content .slide__number {
  margin-bottom: 30px;
  opacity: 1;
  font-size: 32px;
  font-weight: 300;
  color: #ebefe3;
}
@media (max-width: 1199px) {
  .swiper-slide .people__card .people__card__content .slide__number {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .swiper-slide .people__card .people__card__content .slide__number {
    font-size: 20px;
  }
}
.swiper-slide .people__card .people__card__content .slide__title {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ebefe3;
}
@media (max-width: 1199px) {
  .swiper-slide .people__card .people__card__content .slide__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .swiper-slide .people__card .people__card__content .slide__title {
    font-size: 1.5rem;
  }
}
.swiper-slide .people__card .people__card__content .slide__subtitle {
  margin-bottom: 30px;
  max-width: 70%;
  color: #ebefe3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .swiper-slide .people__card .people__card__content .slide__subtitle {
    font-size: 15px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .swiper-slide .people__card .people__card__content .slide__subtitle {
    font-size: 14px;
    max-width: 85%;
  }
}
.swiper-slide .people__card .people__card__content .slide__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #ebefe3;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .swiper-slide .people__card .people__card__content .slide__btn {
    padding: 8px 12px;
  }
}
.swiper-slide .people__card .people__card__content .slide__btn:hover {
  background-color: #ebefe3;
}
.swiper-slide .people__card .people__card__content .slide__btn:hover .slide__btn__text {
  color: #111b1a;
}
.swiper-slide .people__card .people__card__content .slide__btn:hover .slide__btn__icon path {
  color: #111b1a;
}
.swiper-slide .people__card .people__card__content .slide__btn .slide__btn__text {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #ebefe3;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .swiper-slide .people__card .people__card__content .slide__btn .slide__btn__text {
    font-size: 15px;
  }
}
.swiper-slide .people__card .people__card__content .slide__btn .slide__btn__icon {
  width: 15px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .swiper-slide .people__card .people__card__content .slide__btn .slide__btn__icon {
    font-size: 15px;
  }
}
.swiper-slide .people__card .people__card__content .slide__btn .slide__btn__icon path {
  color: #ebefe3;
  transition: 0.3s;
}
.swiper-slide .people__card .slide__gradient {
  position: absolute;
  z-index: 2;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-image: linear-gradient(111deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15) 60%);
}

.swiper-slide.is-active .people__card__image {
  transform: translateX(100px);
}

.top-bar {
  background: var(--light-bgr);
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

.lang {
  list-style: none;
}
.lang li {
  list-style: none;
}
.lang a {
  font-size: 75%;
  line-height: 1;
  color: #888;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.lang a.active {
  background-color: var(--brand-color);
  color: #fff;
}

.top-bar .logo {
  width: 150px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  background: var(--light-bgr);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

.main {
  padding-top: 2rem;
}

.categories {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 1.25rem;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-around;
  gap: 10px;
}
.category-list__item {
  display: flex;
  background: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
  flex-basis: calc(50% - 10px);
  padding: 0.5rem;
  border-radius: 1rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.category-list__item a {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  text-decoration: none;
  flex-wrap: wrap;
}
@media (min-width: 430px) {
  .category-list__item a {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.category-list__item a {
  justify-content: center;
}
.category-list__item .category-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background: white;
  border: 1px solid var(--secondary-color-lighter);
  border-radius: 50%;
}
.category-list__item .category-icon svg {
  fill: var(--brand-color);
  width: 2.5rem;
  height: 2.5rem;
}
.category-list__item .category-icon svg g {
  fill: var(--brand-color);
}
.category-list__item .svg-arrow {
  flex-shrink: 0;
  width: 12px;
  color: var(--brand-color);
  margin-right: 0.5rem;
  display: none;
}
@media (min-width: 430px) {
  .category-list__item .svg-arrow {
    display: block;
  }
}
.category-list__item .category-name {
  padding: 0.5rem;
  font-size: 1.25em;
  color: var(--color-primary);
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
@media (min-width: 430px) {
  .category-list__item .category-name {
    text-align: inherit;
  }
}
.category-list__item .category-name small {
  font-size: 12px;
  opacity: 0.8;
}
.category-list__item:target {
  background: var(--warning-color);
}
.category-list__item:target .category-icon {
  border-color: transparent;
}
.category-list__item:nth-child(2), .category-list__item:nth-child(3) {
  background-color: var(--brand-color);
}
.category-list__item:nth-child(2) .category-name, .category-list__item:nth-child(3) .category-name {
  color: var(--color-neutral-100);
}
.category-list__item:nth-child(2) .svg-arrow, .category-list__item:nth-child(3) .svg-arrow {
  color: var(--color-neutral-100);
}
.category-list__item:last-child {
  flex-basis: 100%;
}

.line-title {
  flex-basis: 100%;
  color: var(--brand-color);
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  align-items: center;
  margin-top: 16px;
}
.line-title > div {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  font-weight: bold;
  padding: 0 1rem;
}
.line-title::after, .line-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--brand-color);
  opacity: 0.24;
}

.font-title {
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
}

.font-xl {
  font-size: calc(2 * var(--font-rem));
}

.category-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
}
.category-more-btn.back {
  border: 0;
  width: 40px;
  height: 40px;
  background: var(--light-bgr);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.category-more-btn.back svg {
  transform: rotate(180deg);
  fill: #888;
}

.bg-primary {
  background: var(--brand-color);
}

.rounded-circle {
  border-radius: 50%;
}

.icon-square-white {
  margin: 0.5rem 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.icon-square-white svg {
  width: 1.5rem;
}

.sticky-menu {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.cloneable h2 {
  color: var(--brand-color);
}

.restaurant-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
}
.restaurant-list__item {
  list-style: none;
  padding: 1rem;
  border-bottom: 1px solid var(--light-bgr);
  display: flex;
}
.restaurant-list__item a {
  text-decoration: none;
}
.restaurant-list__item .restaurant-image {
  border: 0;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.cart .restaurant-list__item .restaurant-image {
  width: 4.4rem;
  height: 4.4rem;
}
.restaurant-list__item a.edit {
  color: var(--brand-food);
}
.restaurant-list__item .restaurant-name {
  font-weight: 700;
  color: var(--text-dark);
  text-decoration: none;
}
.cart .restaurant-list__item .restaurant-name span {
  color: var(--brand-food);
}
.restaurant-list__item .restaurant-info {
  margin: 0.25rem 1rem;
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.restaurant-list__item .restaurant-info .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-bgr);
  border: 1px solid transparent;
  border-radius: 0.8rem;
  height: 2rem;
  width: 2rem;
}
.restaurant-list__item .restaurant-info .btn svg {
  width: 0.8rem;
  height: 0.6rem;
}
.restaurant-list__item .restaurant-info .btn:hover, .restaurant-list__item .restaurant-info .btn:focus, .restaurant-list__item .restaurant-info .btn:active {
  border-color: var(--light-gray);
}
.restaurant-list__item .restaurant-info .btn.add {
  background-color: var(--brand-food);
}
.restaurant-list__item .restaurant-info .btn.add svg {
  fill: var(--white);
}
.restaurant-list__item .restaurant-info .btn.delete {
  height: auto;
  width: auto;
  padding: 0.25rem;
  position: absolute;
  right: -1.5rem;
  top: -0.25rem;
}
.restaurant-list__item .restaurant-info .btn.delete svg {
  width: 1rem;
  height: 1rem;
  fill: var(--black-op20);
}
.restaurant-list__item .restaurant-rate {
  margin-right: 9px;
}
.restaurant-list__item .restaurant-rate > * {
  display: inline-flex;
  vertical-align: middle;
}
.restaurant-list__item .restaurant-rate svg {
  margin-right: 6px;
}

.restaurant-category {
  color: var(--text-light);
  font-size: 0.9rem;
}
.cart .restaurant-category {
  display: none;
}

.restaurant-price {
  color: var(--brand-food);
  font-weight: 400;
}
.cart .restaurant-price {
  color: var(--black-op40);
}

.input-spinner {
  align-items: center;
  display: flex;
}
.input-spinner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-bgr);
  border: 1px solid transparent;
  border-radius: 0.8rem;
  height: 2rem;
  width: 2rem;
}
.input-spinner .btn svg {
  width: 0.8rem;
  height: 0.6rem;
}
.input-spinner .btn:hover, .input-spinner .btn:focus, .input-spinner .btn:active {
  border-color: var(--light-gray);
}
.input-spinner .btn.add {
  background-color: var(--brand-food);
}
.input-spinner .btn.add svg {
  fill: var(--white);
}
.input-spinner .form-control {
  font-size: 0.8rem;
  box-sizing: border-box;
  max-width: 60px;
  height: 2rem;
  text-align: center;
  border: 0;
}
.input-spinner .plus {
  border-left: none;
  padding-left: 0;
}
.input-spinner .minus {
  padding-right: 0;
}

.list-service {
  max-width: 40rem;
  margin: 0 auto;
}

.loading-add {
  background: var(--black-op40);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 2rem;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
}

.horizontal-snap {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 1rem;
  max-width: 600px;
  overflow: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}
.horizontal-snap::-webkit-scrollbar {
  height: 4px;
}
.horizontal-snap::-webkit-scrollbar-track {
  background-color: #eee;
}
.horizontal-snap::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 12px;
  background-clip: content-box;
}
.horizontal-snap::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.horizontal-snap > .btn {
  white-space: nowrap;
  padding: 0.5rem 1rem;
  font-size: 90%;
  border-radius: 2rem;
  background: var(--light-bgr);
  scroll-snap-align: center; /* or start, end */
  color: var(--brand-color);
}
.horizontal-snap > .btn.active {
  background: var(--brand-color);
  color: #fff;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.thankpage a {
  color: var(--brand-color);
  margin: 1rem;
  display: inline-block;
  text-decoration: underline;
}
.thankpage a:hover {
  color: var(--brand-food);
}

.footer {
  padding: 3rem 1rem;
  font-size: 90%;
  color: #888;
  max-width: 640px;
  margin: 0 auto;
}
.footer h5 {
  text-transform: uppercase;
}
.footer a {
  text-decoration: none;
  color: var(--brand-color);
}
.footer a:hover {
  color: var(--brand-color2);
}

.all-logo .bg-primary {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  background-color: var(--brand-color);
}
.all-logo img {
  height: 9vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .all-logo img {
    height: 72px;
  }
}

.steps {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.5em 2.25em 4.25em 2.25em;
}
.steps__connector {
  margin-inline-start: 0;
  width: 100%;
  height: 0.125em;
  transform: translateY(-50%);
  background-color: var(--light-bgr);
}
.steps__connector:before {
  transform: scale(0, 1);
  transform-origin: 0 50%;
}
[dir=rtl] .steps__connector:before {
  transform-origin: 100% 50%;
}
.steps__step {
  position: relative;
}
.steps__step-name {
  position: absolute;
  top: 120%;
  left: 50%;
  text-align: center;
  font-size: 80%;
  width: 6em;
  transform: translateX(-50%);
  line-height: 1.2;
}
.success .steps__step-name {
  color: var(--brand-color);
}
.processing .steps__step-name {
  color: var(--brand-food);
}
.steps__step-number {
  margin-inline-end: 0;
  width: 1.5rem;
  font-size: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--light-bgr);
}
.success .steps__step-number {
  background: var(--brand-color);
  color: var(--white);
}
.processing .steps__step-number {
  background: var(--brand-food);
  color: var(--white);
}

.steps__step.success + .steps__connector {
  background-color: var(--light-gray);
}

.step-home {
  margin: 0 0 0 0.5rem;
  padding: 0;
  list-style: none;
  position: relative;
}
.step-home li {
  padding: 0.15rem 1.5rem 2rem 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.step-home li::before {
  height: 100%;
  top: 0;
  left: 2px;
  position: absolute;
  width: 3px;
  background: #ddd;
  content: "";
  display: block;
}
.step-home li::after {
  position: absolute;
  bottom: 0;
  left: -1px;
  border: solid #ddd;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(45deg);
  display: block;
}
.step-home li:last-child::before, .step-home li:last-child::after {
  display: none;
}
.step-home li .number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--brand-color);
  position: absolute;
  top: 0;
  left: -9px;
  transition: all ease-in-out 0.3s;
  font-size: 0.8rem;
  color: var(--brand-color);
}
.step-home li:hover .number {
  background-color: var(--brand-color);
  color: #fff;
}
.step-home li:hover .step-content {
  color: var(--brand-color);
}

.button-cart {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1.5rem 0.5rem;
  align-items: center;
  gap: 0.5rem;
  z-index: 1005;
  bottom: 0;
  left: 0;
}
.button-cart .total-price {
  transition: all ease-in-out 0.3s;
  color: var(--white);
  width: 100%;
  background-color: var(--brand-color);
  box-shadow: 0 0 1rem var(--shadow-sucsess);
  height: 4rem;
  padding: 0.25rem 1rem 0.25rem 2rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-cart .total-price .price {
  font-size: 1rem;
  font-weight: bold;
}
.button-cart .icon-cart {
  position: relative;
  background-color: var(--brand-color);
  box-shadow: 0 0 1rem var(--shadow-sucsess);
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.button-cart .number {
  padding: 0.25rem 0.5rem;
  background: #8b3023;
  position: absolute;
  border-radius: 50px;
  font: 700 14px "Inter", sans-serif;
  top: -10px;
  right: -13px;
  color: var(--white);
  border: 2px solid var(--white);
}
.button-cart svg {
  fill: var(--white);
  transition: all ease-in-out 0.3s;
}
.button-cart:hover .total-price, .button-cart:hover .icon-cart {
  background-color: var(--brand-color2);
}

body:has(.button-cart) {
  position: relative;
  padding-bottom: 6rem;
  position: relative;
}

.bar-title {
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 90%;
  background-color: var(--light-bgr);
}
.bar-title strong {
  font-weight: 400;
}

.popup-question {
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  width: 320px;
  text-align: center;
  box-shadow: 0 0 1rem var(--shadow-gray);
  overflow: hidden;
}
.popup-question .content {
  font-weight: 500;
  padding: 2rem;
}
.popup-question .btn-popup {
  flex-basis: 50%;
  padding: 1rem 2rem;
  color: var(--black-op40);
  background: var(--light-bgr);
}
.popup-question .btn-popup + .btn-popup {
  background: var(--brand-food);
  color: #fff;
}

.form-group {
  margin: 1rem 0;
}
.form-group + .form-group {
  margin: 0 0 1rem;
}
.form-group label {
  min-width: 80px;
  white-space: nowrap;
}

.form-control {
  border: 1px solid var(--light-gray);
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
}
.form-control.readonly {
  border: 0;
  background-color: var(--light-bgr);
}
.form-control.readonly.danger {
  background-color: rgba(255, 90, 84, 0.1);
  color: #8b3023;
}

* {
  font-family: sans-serif;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  font-family: sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  animation-name: animatetop;
  animation-duration: 0.3s;
}

.modal-window {
  max-width: 600px;
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1.5rem;
  padding: 1rem;
}
.modal-window.modal-top {
  top: 15%;
  transform: translate(-50%, -15%);
}
.modal-window.bg-transparent {
  background: transparent;
}

.bg-white {
  background: #fff;
}

.close-modal {
  position: absolute;
  cursor: pointer;
  top: -15px;
  right: -15px;
  color: rgba(240, 240, 240, 0.8);
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -5px -5px;
  font-size: 2rem;
  text-align: center;
  background: var(--black);
  color: var(--light-gray);
  border-radius: 50%;
  box-shadow: 1px 1px 1px #999, 2px 2px 2px #000;
}

.open {
  display: block;
}

[data-toggle] {
  cursor: pointer;
}

.modal-content {
  overflow-y: auto;
  height: 100%;
}
.modal-content .restaurant-category + .d-flex {
  flex-wrap: wrap;
}
.modal-content .restaurant-category {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.modal-content .restaurant-price {
  width: 100%;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--light-gray);
}
.modal-content .input-spinner {
  justify-items: center;
  width: 50%;
}
.modal-content .input-spinner .btn {
  width: 3rem;
  height: 3rem;
}
.modal-content .input-spinner .btn svg {
  width: 1rem;
  height: 1rem;
}
.modal-content .input-spinner .form-control {
  font-size: 1.2rem;
  max-width: 4rem;
}

.btn-food {
  border-radius: 0.5rem;
  background-color: var(--brand-food);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}
.btn-food:hover {
  background: var(--brand-color);
}
.btn-food .total-items-price {
  font-size: 0.8rem;
  font-weight: 400;
}

@keyframes animatetop {
  from {
    right: -100px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.c-pill {
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  height: 100%;
  white-space: nowrap;
  width: auto;
  position: relative;
  border-radius: 0.25rem;
  line-height: 1;
  overflow: hidden;
  padding: 0px 12px 0px 18px;
  text-overflow: ellipsis;
  line-height: 1.25rem;
  color: #333;
  word-break: break-word;
}
.c-pill:before {
  border-radius: 50%;
  content: "";
  width: 7px;
  height: 7px;
  left: 6px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.c-pill--success {
  background: #b4eda0;
}

.c-pill--success:before {
  background: #6BC167;
}

.c-pill--warning {
  background: #ffebb6;
}

.c-pill--warning:before {
  background: #ffc400;
}

.c-pill--danger {
  background: #ffd5d1;
}

.c-pill--danger:before {
  background: #ff4436;
}

.history {
  list-style: none;
  margin: 0;
  padding: 0;
}
.history__item {
  padding: 1rem;
  list-style: none;
  border-bottom: 1px solid var(--light-bgr);
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: var(--black);
}
.history__item svg {
  margin: 0 1rem 0 2rem;
}
.history__item .info {
  text-align: right;
}

.canlendar-mini {
  border-radius: 1rem;
  box-shadow: 1px 1px 8px var(--shadow-gray);
  padding: 0.5rem;
  min-width: 4.5rem;
  border: 1px solid var(--light-bgr);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.15rem;
}
.canlendar-mini .number {
  color: var(--brand-color);
  font-size: 90%;
  line-height: 1.1;
}
.canlendar-mini .day {
  font-size: 90%;
  line-height: 1.1;
}
.canlendar-mini .month {
  font-size: 90%;
  line-height: 1.1;
}

.line-guest {
  font-size: 90%;
}

.line-info {
  font-size: 90%;
}

.total-price {
  color: var(--brand-food);
}

:root {
  --color-light: var(--color-neutral-200);
  --color-dark: var(--color-neutral-800);
  --color-primary: #3d8c35;
  --color-neutral-100: #ffffff;
  --color-neutral-200: #efeeec;
  --color-neutral-300: #e3e1de;
  --color-neutral-400: #cbc8c5;
  --color-neutral-500: #818180;
  --color-neutral-600: #2c2c2c;
  --color-neutral-700: #1f1f1f;
  --color-neutral-800: #131313;
  --color-neutral-900: #000000;
  --color-white: var(--color-neutral-100);
  --color-black: var(--color-neutral-900);
  --color-error: var(--color-primary);
  --color-success: #0ba954;
  --cubic-default: cubic-bezier(0.65, 0.05, 0, 1);
  --duration-default: 0.735s;
  --animation-default: var(--duration-default) var(--cubic-default);
  --gap: 2em;
  --section-padding: calc(1.5em + (var(--gap) * 2));
  --container-padding: 2em;
  --header-height: calc(1.5em + (var(--gap) * 2));
  --footer-height: calc(2.785em + (var(--gap) * 2));
}

/* Tablet */
@media screen and (max-width: 991px) {
  :root {
    --container-padding: 1.5em;
  }
}
/* Mobile Landscape */
@media screen and (max-width: 767px) {
  :root {
    --container-padding: 1em;
  }
}
/* Mobile Portrait */
/* Desktop */
:root {
  --size-unit: 16; /* body font-size in design - no px */
  --size-container-ideal: 1440; /* screen-size in design - no px */
  --size-container-min: 992px;
  --size-container-max: 1920px;
  --size-container: clamp(var(--size-container-min), 100vw, var(--size-container-max));
  --size-font: calc(var(--size-container) / (var(--size-container-ideal) / var(--size-unit)));
}

/* Tablet */
@media screen and (max-width: 991px) {
  :root {
    --size-container-ideal: 834; /* screen-size in design - no px */
    --size-container-min: 768px;
    --size-container-max: 991px;
  }
}
/* Mobile Landscape */
@media screen and (max-width: 767px) {
  :root {
    --size-container-ideal: 390; /* screen-size in design - no px */
    --size-container-min: 480px;
    --size-container-max: 767px;
  }
}
/* Mobile Portrait */
@media screen and (max-width: 479px) {
  :root {
    --size-container-ideal: 390; /* screen-size in design - no px */
    --size-container-min: 320px;
    --size-container-max: 479px;
  }
}
/* ------------------------- Hide Scrollbar -------------------------------------------------- */
body ::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
} /* Chrome, Safari, Opera */
body {
  -ms-overflow-style: none;
} /* IE & Edge */
html {
  scrollbar-width: none;
} /* Firefox */
/* ------------------------- Reset -------------------------------------------------- */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: initial;
}

html,
body {
  -webkit-font-smoothing: antialiased;
}

svg {
  max-width: none;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

a {
  color: inherit;
}

/* Selection */
::-moz-selection {
  background-color: var(--color-primary);
  color: var(--color-dark);
  text-shadow: none;
}
::selection {
  background-color: var(--color-primary);
  color: var(--color-dark);
  text-shadow: none;
}

::-moz-selection {
  background-color: var(--color-primary);
  color: var(--color-dark);
  text-shadow: none;
}

/* ------- Osmo [https://osmo.supply/] ------- */
/*  Osmo UI: https://slater.app/10324/23333.css 
 */
@font-face {
  font-family: "PP Neue Corp Tight";
  src: url("https://cdn.prod.website-files.com/673af51dea86ab95d124c3ee/673b0f5784f7060c0ac05534_PPNeueCorp-TightUltrabold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.nav-row__right {
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header {
  z-index: 110;
  position: fixed;
  inset: 0% 0% auto;
}

.website-link {
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.website-link.is--alt {
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  justify-content: flex-start;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.inline-link__p {
  margin-bottom: 0;
}

.cloneable {
  padding: calc(var(--section-padding) - 1rem) var(--container-padding);
  padding-bottom: 0;
  justify-content: start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  --menu-padding: 2em;
}
.cloneable h1 {
  width: 100%;
  display: block;
  text-align: center;
}
.cloneable h1 span {
  font-size: 1.15em;
  color: var(--color-primary);
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
}

.nav {
  z-index: 100;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.overlay {
  z-index: 0;
  cursor: pointer;
  background-color: rgba(19, 19, 19, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu {
  padding-bottom: var(--menu-padding);
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  padding-top: calc(3 * var(--menu-padding));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 66%;
  height: 100%;
  margin-left: auto;
  position: relative;
  overflow: auto;
}

.menu-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.menu-inner {
  z-index: 1;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
  padding: 4rem 1.5rem;
}

.bg-panel {
  z-index: 0;
  background-color: var(--color-neutral-300);
  border-top-left-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  position: absolute;
  inset: 0%;
}

.bg-panel.first {
  background-color: var(--color-primary);
}

.bg-panel.second {
  background-color: var(--color-neutral-100);
}

.menu-list {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.menu-list-item {
  position: relative;
  overflow: hidden;
  margin: 0.25rem 0;
}
.menu-list-item.child {
  margin: 0;
  --line-x: 0;
  --line-y: 0;
  --line-opacity: 0;
}
.menu-list-item.child::before {
  content: "";
  position: absolute;
  left: calc(var(--menu-padding) * 1.5);
  top: 50%;
  width: 1em;
  height: 1px;
  background-color: var(--color-neutral-500);
  opacity: var(--line-opacity);
  transform: scaleX(var(--line-x));
  transform-origin: left center;
}
.menu-list-item.child::after {
  content: "";
  position: absolute;
  left: calc(var(--menu-padding) * 1.5);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-neutral-500);
  opacity: var(--line-opacity);
  transform: scaleY(var(--line-y));
  transform-origin: top center;
}
.menu-list-item.child .menu-link {
  --menu-padding: .5em;
  padding-left: calc(var(--menu-padding) * 3);
}

.menu-link-heading {
  text-shadow: 0px 1em 0px var(--color-neutral-200);
}

.menu-link {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: var(--menu-padding);
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.menu-link-heading {
  z-index: 1;
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  font-size: 3.125em;
  line-height: 0.75;
  transition: transform 0.55s cubic-bezier(0.65, 0.05, 0, 1);
  position: relative;
}

.eyebrow {
  z-index: 1;
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: RM Mono, Arial, sans-serif;
  font-weight: 400;
  position: relative;
}

.menu-link-bg {
  z-index: 0;
  background-color: var(--color-neutral-800);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.65, 0.05, 0, 1);
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.menu-details {
  padding-left: var(--menu-padding);
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.p-small {
  font-size: 0.875em;
  font-family: Arial, Helvetica;
}

.socials-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  display: flex;
}

.p-large {
  font-size: 1.625em;
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-primary);
}

.text-link {
  text-decoration: none;
  position: relative;
}

.menu-button {
  grid-column-gap: 0.625em;
  grid-row-gap: 0.625em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
  border: none;
}

.menu-button-icon {
  width: 1em;
  height: 1em;
  color: var(--color-primary);
}

.menu-button-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 2.125em;
  display: flex;
  overflow: hidden;
}

.icon-wrap {
  transition: transform 0.4s cubic-bezier(0.65, 0.05, 0, 1);
}

@media (hover: hover) {
  /* Menu toggle button*/
  .menu-button:hover .icon-wrap {
    transform: rotate(90deg);
  }
  /* Menu Large Links */
  .menu-link:hover .menu-link-heading {
    transform: translate(0px, -1em);
    transition-delay: 0.1s;
  }
  .menu-link:hover .menu-link-bg {
    transform: scale(1, 1);
  }
  /* Menu Smaller Links */
  .text-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s var(--cubic-default);
  }
  .text-link:hover::after {
    transform-origin: left center;
    transform: scale(1, 1);
  }
}
.osmo-icon-svg {
  width: 8em;
}

@media screen and (max-width: 767px) {
  .cloneable {
    --menu-padding: 1em;
  }
  .nav-logo-row {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: auto;
  }
  .nav-row__right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
  .cloneable-title {
    pointer-events: none;
    width: calc(100% - 5.25em);
    padding-left: 1em;
    position: absolute;
    overflow: hidden;
  }
  .cloneable-title__nr, .cloneable-title__h1 {
    font-size: 0.875em;
  }
  .clone-in-webflow {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-left: 0.75em;
  }
  .clone-in-webflow__p {
    display: none;
  }
  .cloneable-title__gradient, .osmo-ui__bg {
    display: block;
  }
  .menu {
    padding-top: calc(6 * var(--menu-padding));
    width: 100%;
  }
  .bg-panel {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .menu-list-item {
    height: 2.5em;
  }
  .menu-link-heading {
    font-size: 2.125em;
  }
  .child .menu-link-heading {
    font-size: 1.825em;
  }
  .socials-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  .p-large.text-link {
    font-size: 1em;
  }
}
@media screen and (max-width: 479px) {
  .menu {
    padding-top: calc(7 * var(--menu-padding));
    padding-bottom: calc(2 * var(--menu-padding));
  }
}
.osmo-credits {
  z-index: 999;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: 1em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 1vw;
}

.osmo-credits__p {
  pointer-events: auto;
  color: rgba(19, 19, 19, 0.5);
  text-align: center;
  margin: 0;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
}

.osmo-credits__p-a {
  color: var(--color-dark);
}

.parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 2rem auto;
}
@media (min-width: 600px) {
  .parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  --bg: #fff;
  --title-color: #fff;
  --title-color-hover: #000;
  --text-color: #666;
  --button-color: #eee;
  --button-color-hover: #ddd;
  background: var(--bg);
  border-radius: 2rem;
  padding: 0.5rem;
  /*   aspect-ratio: 2 / 3;
  height: auto; */
  overflow: clip;
  position: relative;
  font-family: Lato, Montserrat, Helvetica, Arial, sans-serif;
}
.card.dark {
  --bg: #222;
  --title-color: #fff;
  --title-color-hover: #fff;
  --text-color: #ccc;
  --button-color: #555;
  --button-color-hover: #444;
}
.card::before {
  content: "";
  position: absolute;
  width: calc(100% - 1rem);
  height: 30%;
  bottom: 0.5rem;
  left: 0.5rem;
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0), black 80%);
          mask: linear-gradient(rgba(0, 0, 0, 0), black 80%);
  backdrop-filter: blur(1rem);
  border-radius: 0 0 1.5rem 1.5rem;
  translate: 0 0;
  transition: translate 0.25s;
}
.card > img {
  max-width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 1.5rem;
  display: block;
  transition: aspect-ratio 0.25s, object-position 0.5s;
  transition: aspect-ratio 0.25s, object-position 0.5s, -o-object-position 0.5s;
  /* firefox patch */
  width: 100%;
  height: auto;
}
.card > section {
  margin: 1rem;
  display: flex;
  flex-direction: column;
}
.card > section h2 {
  margin: 0;
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  margin-block-end: 0.5rem;
  font-size: 2rem;
  color: var(--brand-color);
  opacity: 0;
  translate: 0 -200%;
  opacity: 1;
  transition: color 0.5s, margin-block-end 0.25s, opacity 1s, translate 0.25s;
}
.card > section p {
  font-size: 0.95rem;
  line-height: 1.3;
  color: var(--text-color);
  opacity: 0;
  margin: 0;
  translate: 0 100%;
  transition: margin-block-end 0.25s, opacity 1s 0.2s, translate 0.25s 0.2s;
}
.card > section > div {
  flex: 1;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  translate: 0 100%;
  opacity: 0;
  transition: translate 0.25s 0.2s, opacity 1s;
}
.card > section > div .tag {
  align-self: center;
  color: var(--title-color-hover);
}
.card > section button {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1.25rem 1.25rem 1.5rem 1.25rem;
  font-size: 1rem;
  margin-top: 1.5rem;
  padding: 1rem 3.5rem 1rem 2.75rem;
  background: var(--button-color);
  transition: background 0.33s;
  outline-offset: 2px;
  position: relative;
  color: var(--title-color-hover);
  /* specific to demo */
  width: 100%;
  text-align: center;
}
.card > section button::before, .card > section button::after {
  content: "";
  width: 0.85rem;
  height: 0.1rem;
  background: currentcolor;
  position: absolute;
  top: 50%;
  left: 1.33rem;
  border-radius: 1rem;
}
.card > section button::after {
  rotate: 90deg;
  transition: rotate 0.15s;
}
.card > section button.following::after {
  rotate: 0deg;
}
.card > section button:hover {
  background: var(--button-color-hover);
}
.card > section button:focus {
  outline: 2px solid var(--text-color);
}
.card:hover::before, .card:focus-within::before, .card.active::before {
  translate: 0 100%;
}
.card:hover > img, .card:focus-within > img, .card.active > img {
  aspect-ratio: 1/1;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: aspect-ratio 0.25s, object-position 0.25s;
  transition: aspect-ratio 0.25s, object-position 0.25s, -o-object-position 0.25s;
}
.card:hover > section h2, .card:hover > section p, .card:focus-within > section h2, .card:focus-within > section p, .card.active > section h2, .card.active > section p {
  translate: 0 0;
  margin-block-end: 0.5rem;
  opacity: 1;
}
.card:hover > section h2, .card:focus-within > section h2, .card.active > section h2 {
  color: var(--brand-color);
}
.card:hover > section > div, .card:focus-within > section > div, .card.active > section > div {
  translate: 0 0;
  opacity: 1;
  transition: translate 0.25s 0.25s, opacity 0.5s 0.25s;
}/*# sourceMappingURL=style.css.map */