@charset "UTF-8";
:root {
  --pinky: #f96e83;
  --bluey: #00ccbc;
  --yellowy: #ffbc1b;
  --accenty: #454545;
  --bgy: #f9f9f9;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}
*:focus {
  outline: none;
}

#featured-location {
  padding: 5.25em 3em;
}
#featured-location .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
#featured-location .navigation .text {
  display: flex;
  align-items: center;
  gap: 0.6666666667em;
}
#featured-location .navigation .text .icon {
  height: 25px;
  width: 25px;
  background: url(/themes/karenderia_v2/assets/img/bolt.webp) center/90% no-repeat;
}
#featured-location .navigation .text h4 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accenty);
}
#featured-location .navigation .text h4 span {
  color: var(--pinky);
}
@media (max-width: 640px) {
  #featured-location .navigation .text h4 {
    font-size: calc(1rem + 2px) !important;
  }
}
#featured-location .navigation .arrows {
  display: flex;
  gap: 0.6666666667em;
}
#featured-location .navigation .arrows a {
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 50%;
  background-color: var(--yellowy);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}
#featured-location .navigation .arrows a.prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M5 12h14m-7-7l-7 7l7 7'/%3E%3C/svg%3E");
}
#featured-location .navigation .arrows a.next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M19 12H5m7 7l7-7l-7-7'/%3E%3C/svg%3E");
}
@media (max-width: 640px) {
  #featured-location .navigation .arrows a {
    width: 16px;
    height: 16px;
  }
}

#featured-location .restaurant-name {
  padding: 0;
}
#featured-location .restaurant-name a {
  font-size: calc(1rem + 4px);
  font-weight: 800;
  color: var(--accenty);
}
@media (max-width: 640px) {
  #featured-location .restaurant-name a {
    font-size: 1rem !important;
  }
}
#featured-location .warper {
  position: relative;
  transform: translateX(10px);
}
@media (max-width: 475px) {
  #featured-location .warper {
    display: grid;
  }
}
#featured-location .cuisine {
  position: absolute;
  top: 0.6666666667em;
  left: 0.6666666667em;
  padding: 0 10px;
  border-radius: 1em;
  background: black;
  color: white;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
#featured-location .owl-item > div {
  background: none;
  margin-right: 20px;
  display: grid;
}
#featured-location .illustration {
  border-radius: 1em;
  overflow: hidden;
}
#featured-location .rounded {
  overflow: hidden;
}
#featured-location .zmdi-time {
  color: var(--bluey);
}

#featured-location .infos {
  margin-top: 0.6666666667em;
}
#featured-location .first,
#featured-location .second {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  justify-content: space-between;
  padding: 0;
}
#featured-location .stars {
  display: flex;
  align-items: center;
  gap: 3px;
  background: var(--yellowy);
  color: white;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 1em;
  justify-self: flex-end;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  #featured-location .stars {
    position: absolute;
    top: 50%;
    right: 2px;
  }
}
#featured-location .delivery {
  color: var(--bluey);
}
#featured-location .free {
  padding: 0;
  justify-self: flex-end;
}
#featured-location .free p {
  text-align: right;
  color: var(--accenty);
}
#featured-location .open {
  display: flex;
  align-items: center;
  gap: 3px;
}
#featured-location .open span {
  font-size: calc(1rem - 2px);
  color: var(--bluey);
}

/*Desktop First*/
.container {
  max-width: 1536px;
  margin: 0 auto;
}

/*2xl*/
@media (max-width: 1536px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 90%;
  }
}
/*xl*/
@media (max-width: 1280px) {
  .container {
    max-width: 1024px;
  }
}
/*lg*/
@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}
/*md*/
@media (max-width: 768px) {
  .container {
    max-width: 640px;
  }
}
/*sm*/
@media (max-width: 640px) {
  .container {
    max-width: 475px;
  }
}
/*xs*/
@media (max-width: 475px) {
  .container {
    width: 100%;
  }
}
/*lg*/
@media (max-width: 1024px) {
  #hero .bg {
    position: fixed;
    z-index: -1;
    height: 100%;
    max-width: 100vw;
  }
  #hero .bg img {
    width: auto;
    height: 100vh !important;
  }
}
/*sm*/
@media (max-width: 640px) {
  #hero {
    overflow: hidden;
  }
  #hero h2 {
    font-size: 1.5rem;
  }
  #hero .bg {
    width: 100vw;
    overflow: clip;
  }
  #hero .cta {
    margin-top: 35px;
  }
  #hero .cta a {
    font-size: 1rem;
    padding: 0.6666666667em 1em;
  }
  #hero .content {
    margin: auto 0.6666666667em 15%;
  }
}
/*xs*/
@media (max-width: 475px) {
  #hero .content {
    margin: auto 1em 15% !important;
  }
}
#hero {
  display: grid;
  height: calc(100dvh - 80px);
  height: calc(100vh - 80px);
  background: transparent;
  box-shadow: inset 0px -300px 300px -50px #000;
}
#hero .bg {
  position: fixed;
  z-index: -1;
  height: 100%;
  max-width: 100vw;
}
#hero .bg img {
  width: 100vw;
  height: auto;
}
#hero .content {
  margin: auto 3em 5%;
  color: white;
}
#hero .text {
  display: grid;
  gap: 0.6666666667em;
}
#hero .cta {
  margin-top: 40px;
}
#hero .cta a {
  background: var(--pinky);
  font-size: calc(1rem + 4px);
  font-weight: 600;
  padding: 0.6666666667em 1em;
  border-radius: 8px;
}
#hero .cta a:hover {
  color: initial !important;
}

/*sm*/
@media (max-width: 475px) {
  #feats .cards h4 {
    font-size: 1.5rem;
  }
}
#feats {
  background: var(--pinky) url("/themes/karenderia_v2/assets/img/feats/mask.webp") center/cover no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3em;
  padding: 3em 0;
  box-shadow: 5px 8px 6px rgba(0, 0, 0, 0.19);
}
#feats .cards {
  width: -moz-fit-content;
  width: fit-content;
  background: white;
  overflow: hidden;
  border-radius: 0.6666666667em;
  margin: 0 1.75em;
}
#feats .cards h4 {
  margin-bottom: 8px;
  font-size: 1.75rem;
  font-weight: 700;
  color: black;
}
#feats .cards p {
  font-size: 1rem;
  max-width: 35ch;
}
#feats .cards .text {
  padding: 1em 1.5em;
}

/*sm*/
@media (max-width: 475px) {
  #numbers {
    padding: 3em 1.75em;
  }
  #numbers .content {
    padding: 2em 5%;
    margin: 0;
    width: 100%;
  }
}
#numbers {
  padding: 3em;
}
#numbers h3 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: black;
}
#numbers .content {
  width: 100%;
  padding: 2em 7%;
  margin: 0 auto;
  border-radius: 1em;
  background: white;
  box-shadow: 2px 6px 5.8px rgba(0, 0, 0, 0.17);
}
#numbers .content > h3 {
  margin-bottom: 28px;
}
#numbers .content p {
  font-size: 1rem;
}
#numbers .group {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  justify-content: space-evenly;
  text-align: center;
}

/*lg*/
@media (max-width: 1024px) {
  #why .content .img {
    order: 1;
  }
  #why .content .text {
    order: 2;
  }
}
/*sm*/
@media (max-width: 640px) {
  #why .content .img {
    width: 100%;
    height: 100%;
  }
  #why .content .img img {
    width: 100%;
    height: 100%;
  }
  #why .content h3 {
    font-size: 1.25rem;
  }
  #why .content p {
    font-weight: 500;
  }
}
/*xs*/
@media (max-width: 475px) {
  #why {
    padding: 2em 1em;
  }
}
#why {
  padding: 2em 0;
}
#why .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.75em;
}
#why .content h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: black;
}
#why .content p {
  max-width: 50ch;
  font-size: 1rem;
  font-weight: 600;
  margin: 1em 0 0.6666666667em;
  color: black;
}
#why .content li {
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  gap: 8px;
  line-height: 1.8;
  font-size: 1rem;
  max-width: 60ch;
}
#why .content li span {
  width: 20px;
}
#why .content li span img {
  width: auto;
  height: 10.7px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*xs*/
@media (max-width: 475px) {
  #step {
    padding: 6em 1em;
  }
  #step .text h3 {
    font-size: 1.5rem;
  }
  #step .img {
    width: 100%;
    height: 100%;
  }
  #step .img img {
    width: 100%;
    height: 100%;
  }
  #step .text > div {
    position: relative;
    padding-left: 50px;
  }
  #step .text > div span {
    position: absolute;
    top: 60%;
    transform: translateY(-50%) scale(0.6) !important;
    left: -15px !important;
  }
  #step .text > div span.circle {
    left: 4px !important;
  }
  #step .text > div span.line {
    height: 215px !important;
    top: 110px !important;
    left: 13px !important;
    transform: translateX(0);
  }
}
#step {
  padding: 6em 0;
}
#step .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 3em;
}
#step .text {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#step .text h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: black;
}
#step .text p {
  font-weight: 600;
  max-width: 45ch;
  color: var(--accenty);
}
#step .text > div {
  position: relative;
}
#step .text > div span {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: -75px;
}
#step .text > div span.circle {
  left: -55px;
}
#step .text > div span.line {
  border-radius: 1px;
  width: 2px;
  height: 135px;
  background: var(--pinky);
  top: 45px;
  left: -46px;
  transform: translateX(0);
}

/*sm*/
@media (max-width: 640px) {
  #faq {
    padding: 4.5em 1em !important;
  }
  #faq h3 {
    font-size: 1.5rem;
  }
}
#faq {
  background: var(--yellowy) url("/themes/karenderia_v2/assets/img/feats/mask.webp") center/cover no-repeat;
  padding: 4.5em 3em;
  /* Style the button that is used to open and close the collapsible content */
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the collapsible content. Note: hidden by default */
}
#faq h3 {
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center;
  color: white;
  margin: 0 0 1em;
}
#faq .contain {
  background: white;
  padding: 1em;
  border-radius: 1em;
}
#faq .contain button {
  background: white;
  font-weight: 600;
}
#faq .contain button:not(:last-child) {
  border-bottom: 2px solid color-mix(in srgb, var(--accenty), transparent 75%);
}
#faq .collapsible {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
#faq .active,
#faq .collapsible:hover {
  background-color: #ccc;
}
#faq .collapsed {
  margin: 8px 0 0;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#faq .collapsible:after {
  content: "➕"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}
#faq .active:after {
  content: "➖"; /* Unicode character for "minus" sign (-) */
}

/*sm*/
@media (max-width: 640px) {
  #plans .bg {
    height: 80vh;
    width: 100%;
    overflow: hidden;
  }
  #plans .bg img {
    height: 80vh !important;
    width: auto !important;
  }
}
/*xs*/
@media (max-width: 475px) {
  #plans h1 {
    font-size: 2rem !important;
  }
}
body:has(#plans) #nav-parent {
  display: none;
}

#plans {
  background: none;
  margin-top: 3em;
  padding-bottom: 3em;
}
#plans h1 {
  font-size: calc(3rem - 4px);
  font-weight: 800;
  color: white;
  max-width: 15ch;
}
#plans h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
  max-width: 30ch;
}
#plans .bg {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 90vh;
  width: 100%;
  overflow: hidden;
}
#plans .bg img {
  width: 100%;
  height: auto;
}
#plans .carte-plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin-top: 2em;
}
#plans .carte {
  display: flex;
  flex-direction: column;
  background: white;
  max-width: 412px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.6666666667em;
  border: 3px solid var(--accenty);
  padding: 1em;
  color: black;
}
#plans .carte:nth-child(2) {
  border: 2px solid var(--bluey);
}
#plans .carte:nth-child(2) button {
  background: var(--bluey);
}
#plans .carte:nth-child(3) {
  border: 2px solid var(--pinky);
}
#plans .carte:nth-child(3) button {
  background: var(--pinky);
}
#plans .carte:nth-child(4) {
  border: 2px solid var(--yellowy);
}
#plans .carte:nth-child(4) button {
  background: var(--yellowy);
}
#plans .title {
  display: grid;
  grid-template-columns: 75px auto;
  gap: 1em;
  height: -moz-fit-content;
  height: fit-content;
}
#plans button {
  margin-top: auto;
  text-align: center;
  width: 100%;
  border-radius: 1.75em;
  font-size: 1rem;
  background: var(--bluey);
  color: white;
  font-weight: 600;
  padding: 0.6666666667em;
}

#plans .content {
  padding: 0 3em;
}
#plans h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: black;
}
#plans .descr p {
  font-size: 1rem;
  color: var(--accenty);
  max-width: 35ch;
}
#plans p.fonction {
  font-size: calc(1rem + 2px);
  font-weight: 600;
  color: black;
  border-top: 2px solid color-mix(in srgb, var(--accenty), transparent 75%);
  margin-top: 0.6666666667em;
  padding: 0.6666666667em 0 4px;
}
#plans .price {
  font-size: 2rem;
  font-weight: 800 !important;
  color: black;
}
#plans .carte ul {
  margin-bottom: 2em;
  margin-left: 0.6666666667em;
}
#plans .carte ul li {
  line-height: 1.8;
  font-size: 1em;
  color: var(--accenty);
}
#plans .carte ul li i {
  transform: scale(1.25);
}
#plans .carte ul li p {
  font-size: 1rem;
}
#plans .price {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.6666666667em;
  margin-bottom: 0.6666666667em;
  line-height: 0.5;
}
#plans .price h2 {
  font-size: calc(3rem - 8px);
  color: black;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
#plans .price > p {
  font-size: 1rem;
  font-weight: 500;
}
#plans .price .billed {
  grid-column: span 2;
  color: var(--accenty);
}

#plans .payment-modal {
  display: none;
  place-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: color-mix(in srgb, var(--accenty), transparent 65%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 1.75em;
  z-index: 999;
}
#plans .payment-modal.open {
  display: grid;
}
#plans .payment-modal .content {
  position: relative;
  max-width: 450px;
  background: white;
  padding: 1em;
  border-radius: 1em;
  border: 2px solid var(--bluey);
}
#plans .payment-modal h2 {
  text-align: center;
  font-weight: 800;
  margin-bottom: 8px;
  color: black;
}
#plans .payment-modal .privacy {
  background: white;
}

#close-modal {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 22px !important;
  aspect-ratio: 1;
  cursor: pointer;
}
#close-modal::after {
  position: absolute;
  top: 0;
  content: "";
  height: 3px;
  width: 90%;
  transform: rotate(45deg);
  background: var(--accenty);
}
#close-modal::before {
  position: absolute;
  top: 0;
  content: "";
  height: 3px;
  width: 90%;
  transform: rotate(-45deg);
  background: var(--accenty);
}

body:has(#plans) #navbar {
  display: none;
}

/*lg*/
@media (max-width: 1024px) {
  #included h3 {
    text-align: center;
  }
}
/*md*/
@media (max-width: 768px) {
  #included .include-group {
    justify-content: space-evenly;
    gap: 0.6666666667em;
  }
  #included .card .text p:nth-child(1) {
    max-width: 22ch;
  }
  #included .card .text p:nth-child(2) {
    max-width: 25ch;
  }
}
/*sm*/
@media (max-width: 640px) {
  h3 {
    font-size: 1.54rem;
    /* 31.2px */
  }
  #included h3 {
    text-align: center;
    max-width: 20ch;
    margin: 0 auto;
  }
  #included .icon {
    margin: 0 auto;
  }
  #included .include-group {
    justify-content: space-evenly;
    gap: 0.6666666667em;
  }
  #included .card .text {
    text-align: center;
  }
  #included .card .text p:nth-child(1) {
    max-width: 22ch;
  }
  #included .card .text p:nth-child(2) {
    max-width: 25ch;
  }
}
/*xs*/
@media (max-width: 475px) {
  #included h3 {
    font-size: 1.5rem !important;
  }
}
#included {
  padding-top: 3em;
}
#included h3 {
  font-size: 1.75rem;
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3em auto 0;
}
#included .include-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1em;
}
#included .sub {
  margin: 1em;
}
#included .sub .icon {
  background: rgba(251, 185, 133, 0.2);
  width: 42px;
  border-radius: 50%;
  aspect-ratio: 1;
  margin: 0 auto;
  position: relative;
}
#included .sub .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#included .sub .text p {
  font-size: 1rem;
}
#included .sub .text p:nth-child(1) {
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  max-width: 35ch;
  margin: 0 auto;
  color: black;
}
#included .sub .text p:nth-child(2) {
  text-align: justify;
  font-weight: 500;
  color: var(--accent);
  max-width: 60ch;
}

/*xl*/
@media (max-width: 1280px) {
  #bruno .text p {
    font-size: 1.75rem !important;
    max-width: 25ch;
    color: var(--accent);
    margin: 0 0 1em;
  }
  #bruno .text p span {
    font-weight: 800;
  }
  #bruno .text h5 {
    margin: 0 0 1em;
  }
}
/*lg*/
@media (max-width: 1024px) {
  #bruno .bruno {
    width: 75%;
    height: 75%;
  }
  #bruno .bruno::before {
    width: 90%;
  }
  #bruno .bruno img {
    width: 75%;
    height: 75%;
  }
  #bruno .text p {
    font-size: 1.75rem;
    max-width: 40ch;
  }
  #bruno .text h5 {
    margin: 0 0 1em;
  }
}
/*md*/
@media (max-width: 768px) {
  #bruno .text p {
    font-size: 1.35rem !important;
  }
  h5 {
    font-size: 1rem !important;
  }
}
/*sm*/
@media (max-width: 640px) {
  #bruno .content {
    flex-direction: column;
    padding: 1.75em 1.75em !important;
  }
  #bruno .bruno {
    width: 80% !important;
    height: 80% !important;
  }
  #bruno .bruno::before {
    width: 110% !important;
    bottom: -10px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 75%;
    border-radius: 10px 10px 0 0 !important;
  }
  #bruno .bruno img {
    width: 100%;
    height: 100%;
  }
  #bruno .cta a:nth-child(1) {
    padding: calc(0.6666666667em - 4px) 1em;
  }
}
#bruno {
  margin-top: 3em;
  padding: 3em 0;
}
#bruno .content {
  background: rgba(251, 185, 133, 0.1294117647);
  padding: 1.75em 6em;
  border-radius: 1em;
  display: flex;
  gap: 6em;
  justify-content: space-evenly;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
#bruno .bruno {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
#bruno .bruno::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -20px;
  width: 115%;
  height: 75%;
  border-radius: 10px 30px 0 0;
  background: #fbb985;
  z-index: -1;
}
#bruno .text p {
  font-size: 1.75rem;
  max-width: 35ch;
  color: var(--accent);
  margin: 0 0 1em;
}
#bruno .text p span {
  font-weight: 800;
}
#bruno .text h5 {
  font-size: 1.5rem;
  font-weight: 800;
  color: black;
  margin: 0 0 1em;
}
#bruno .cta {
  display: flex;
  gap: 1.5em;
  align-items: center;
}
#bruno .cta a:nth-child(1) {
  background: #000;
  color: white;
  font-weight: 500;
  padding: 0.6666666667em 1em;
  border-radius: 0.6666666667em;
}

/*md*/
@media (max-width: 768px) {
  #city ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
/*sm*/
@media (max-width: 640px) {
  #city ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
/*xs*/
@media (max-width: 475px) {
  #city {
    padding: 3em 1.75em 6em !important;
  }
}
#city {
  background: var(--yellowy);
  padding: 3em 3em 6em;
  position: relative;
}
#city .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
#city h5 {
  font-size: 1.5rem;
  font-weight: 800;
  color: black;
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.6666666667em;
  margin-bottom: 0.6666666667em;
}
#city h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 4px;
  border-radius: 2px;
  background: var(--bluey);
}
#city ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#city li {
  line-height: 1.5;
  list-style: square;
  margin-left: 1em;
  font-size: 1rem;
  color: black;
}

body {
  margin: 0 auto;
  background: var(--bgy) !important;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  min-height: 100vh;
  position: relative;
}

button,
a {
  cursor: pointer;
}

section {
  background: var(--bgy);
}

footer {
  margin-top: 0 !important;
}

#top-navigation {
  display: flex;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background: white;
  z-index: 50;
}
/*# sourceMappingURL=global.css.map */