@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Amatic+SC&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
*::-moz-selection {
  background-color: #d62185;
  color: white;
}
*::selection {
  background-color: #d62185;
  color: white;
}
*::-moz-selection {
  background-color: #4197e2;
  color: white;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
  height: 100%;
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #737373;
  font-family: "Urbanist", sans-serif;
  height: 100dvh;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  outline-style: none;
}

.small {
  font-size: 0.5em;
}

.container {
  width: 95%;
  margin-inline: auto;
  max-width: 1200px;
}
.container--form {
  max-width: 30em;
}
.container--form .yform {
  width: 100%;
}
.container--centered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  border-radius: 0 0 1.25em 1.25em;
  width: 94%;
  margin: 0 3%;
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  position: fixed;
  padding: 0.2rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand__container a {
  text-decoration: none;
  color: #737373;
}
.brand__logo {
  font-family: "Comfortaa", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.brand__signet {
  width: 1.75em;
  margin-right: 0.5em;
}
.brand__text {
  font-size: 1.5em;
  letter-spacing: -0.5px;
  font-weight: 300;
}

.user-menu__container {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.user-menu__avatar {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-bottom: 0.25em;
  background-color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-menu__avatar i {
  color: white;
}

form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
form .checkbox {
  margin-bottom: 1em;
}
form input {
  border-radius: 100px;
  border: 1.5px solid #aeaeae;
  padding: 0.75em;
  margin-top: 0.25em;
}
form input[type=checkbox] {
  margin-right: 0.5em;
}
form button {
  font-size: 1em;
  font-family: inherit;
  width: 100%;
  border: unset;
  background-color: #d62185;
  color: white;
  padding: 0.7em;
  border-radius: 100px;
}
form label {
  margin-left: 0.6em;
}

.close-button {
  background: transparent;
  padding: 8px;
  font-size: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: unset;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  color: inherit;
}

#map-overlay {
  height: 100%;
  width: 100%;
}

#map {
  background-color: #d62185;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2s ease-out;
}

#log {
  color: #d62185;
  position: fixed;
  top: 10%;
  right: 5%;
  z-index: 10;
}

#message-to-unlogged {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.interaction__container {
  width: 100%;
  z-index: 11;
  position: fixed;
  bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.interaction__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  border: unset;
  background-color: #d62185;
  color: white;
  margin: 0.5em;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.interaction__button i {
  line-height: 0;
  font-size: 2.5em;
  padding: 0.25em;
}

#new-post__container {
  z-index: 10;
  position: fixed;
  top: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#new-post__container:empty {
  display: none;
}
#new-post__menu {
  position: absolute;
  bottom: 4em;
  width: 60%;
  display: flex;
  justify-content: space-between;
}
#new-post__form {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
  max-width: 30em;
  padding: 2em 1em;
}
#new-post__form #icon {
  font-size: 2em;
  color: #d62185;
  margin-bottom: 0.5em;
  width: auto;
}
#new-post__form h4 {
  font-family: "Comfortaa", sans-serif;
  text-align: center;
  color: #d62185;
  font-family: "Comfortaa", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
#new-post__form select {
  border-radius: 100px;
  border: 1.5px solid #aeaeae;
  padding: 0.75em;
  margin-top: 0.25em;
  width: 100%;
  color: #737373;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 1em;
  font-weight: 600;
}
#new-post__form textarea {
  border-radius: 1.25em;
  border: 1.5px solid #aeaeae;
  color: #737373;
  padding: 0.75em;
  margin-top: 0.25em;
  width: 100%;
  resize: none;
}

.map-info__container {
  z-index: 10;
  position: fixed;
  top: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.map-info__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  border: unset;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0.5em;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.map-info__button i {
  font-size: 1.5em;
  padding: 0.75em;
}
.map-info__digit {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 0.815;
  text-align: center;
  width: 1.75em;
}
.map-info__table {
  height: 42vh;
  width: 100vw;
  margin: auto;
  z-index: 150;
  position: fixed;
  background-color: #000000;
}
.map-info__table tr td {
  padding-left: 0.75em;
}

#speedmeter {
  color: black;
  border: 7px solid #d62185;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 4%;
  left: 0%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.3em;
  border-radius: 100px;
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
#speedmeter i {
  font-size: 1.5em;
  margin-right: 0.5em;
}

#weather {
  aspect-ratio: 1/1;
  position: fixed;
  top: 6vh;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#weather:empty {
  display: none;
}
#weather i {
  font-size: 1.5em;
  margin-right: 0.5em;
}

.map-controls__container {
  z-index: 10;
  position: fixed;
  bottom: 10%;
  right: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.map-controls__button {
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  border: unset;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0.5em;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
}
.map-controls__button i {
  aspect-ratio: 1/1;
  font-size: 1.5em;
  padding: 0.75em;
}
.map-controls__button.active {
  background-color: #d62185;
  color: white;
}

.d-none {
  display: none !important;
}

#posts-stream__container {
  width: 100%;
  overflow: scroll;
  max-height: 70vh;
  z-index: 10;
  position: fixed;
  top: 22%;
  padding: 3%;
  display: flex;
  gap: 0.5em;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.9);
}
#posts-stream__container:empty {
  display: none;
}

.offer {
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  text-wrap-style: balance;
  padding: 2em 1.25em;
  border-radius: 0 0 0 42px;
  border: 0.25rem solid rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
}
.offer__header__headline {
  font-weight: 600;
  font-size: 1.25em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25em;
}
.offer__icon {
  position: absolute;
  bottom: 0.1em;
  right: 0.1em;
  font-size: 6em;
  opacity: 0.15;
  text-shadow: 0.25px 1px 2px rgba(0, 0, 0, 0.5);
}

#location-stream {
  max-height: 100dvh;
  overflow: scroll;
  z-index: 11;
  transition: height 0.5s ease-out;
  inset: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#location-stream.closed {
  height: 0;
}
#location-stream__container {
  padding: 0.25rem 0 0 0.25rem;
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
#location-stream .location-stream__item {
  max-width: 100%;
  display: flex;
  gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  padding: 0.8rem;
  border-radius: 52px 0 0 52px;
  background-color: white;
}
#location-stream .location-stream__item.offer_lvl1 {
  background-color: currentColor;
}
#location-stream .location-stream__item.offer_lvl1 .location-stream__item__content {
  color: white;
  text-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
}
#location-stream .location-stream__item.offer_lvl1 .location-stream__item__icon {
  border: 0.1em solid;
}
#location-stream .location-stream__item__name {
  width: 100%;
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  max-height: 1.25em;
  overflow: hidden;
  word-break: break-all;
}
#location-stream .location-stream__item__rating {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
#location-stream .location-stream__item__rating:empty {
  display: none;
}
#location-stream .location-stream__item__icon {
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  border-radius: 3em;
  display: flex;
  flex: none;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0px 4px 2px rgba(0, 0, 0, 0.1);
}
#location-stream .location-stream__item__content {
  color: #737373;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
#location-stream .location-stream__item__header {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#location-stream .location-stream__item__header .star-container i {
  color: #ffc800;
}

#location-page {
  z-index: 12;
  inset: 0;
  position: absolute;
  color: var(--place_text_color);
  background: var(--place_color);
  overflow: scroll;
}
#location-page h3 {
  margin-block: 0 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  font-weight: unset;
}
#location-page__offers {
  margin: auto;
  margin-bottom: 2em;
  width: 95%;
}
#location-page__offers:empty {
  display: none;
}
#location-page__prplx-data {
  padding-inline: 1.5em;
  text-wrap: balance;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 7 3 4;
}
#location-page__prplx-data > * {
  margin-bottom: 0.5em;
}
#location-page__name {
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: 3 5 15;
  padding-inline: 0.25em;
  text-align: center;
  text-wrap: pretty;
  margin-block: 1em 0;
  font-size: 1.5rem;
  word-wrap: break-word;
}
#location-page__review-tags {
  background-color: var(--place_text_color);
  text-align: center;
  transition: opacity 0.5s ease-out;
  opacity: 1;
  margin: auto;
  margin-bottom: 2em;
  width: 85%;
  gap: 0.5em;
  padding: 0.75em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-style: italic;
  font-weight: 500;
  border-radius: 1.5em;
  position: relative;
  filter: drop-shadow(4px 5px 2px rgba(0, 0, 0, 0.25));
}
#location-page__review-tags span {
  color: var(--place_color);
}
#location-page__review-tags:empty {
  display: none;
}
#location-page__review-tags::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 55%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 18px solid;
}
#location-page__slogan {
  margin: 1em auto;
  max-width: 80%;
  font-style: italic;
  text-align: center;
  font-weight: 100;
  font-size: 2em;
  letter-spacing: 0.5px;
  text-wrap: balance;
}
#location-page__slogan mark {
  transition: opacity 0.5s ease-out;
  text-shadow: 0.25px 1px 2px rgba(0, 0, 0, 0.5);
  color: var(--place_text_color);
  background-color: var(--place_color);
  opacity: 0.92;
}
#location-page__slogan mark:empty {
  opacity: 0;
}
#location-page__three-words {
  margin-block: 0.25em 1em;
  margin-inline: 0.75em 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.25em;
}
#location-page__contact-container {
  display: flex;
  flex-direction: column;
  background-color: var(--place_text_color);
  color: var(--place_color);
}
#location-page__contact-container h3 {
  font-weight: 600;
  margin-block: 0.75em;
}
#location-page__contact-details {
  display: flex;
  justify-content: space-evenly;
  align-items: end;
}
#location-page__types {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  text-align: center;
  margin-block: 0.5em 1em;
  font-size: 2em;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
#location-page__types:empty {
  display: none;
}
#location-page__types i {
  margin: 0.3em;
  position: relative;
  border-radius: 50%;
  display: flex;
  height: 2em;
  width: 2em;
  border: 0.1em solid;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0px 4px 2px rgba(0, 0, 0, 0.1);
}
#location-page__types i label {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 2em;
  text-transform: uppercase;
  position: absolute;
  bottom: -2.75em;
  font-size: 0.4em;
  font-family: "Urbanist", sans-serif;
}
#location-page .prplx-data__item {
  text-align: center;
  margin-bottom: 4em;
}
#location-page .prplx-data__item ul {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
}
#location-page .prplx-data__item li {
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  border: 1px solid;
  padding: 0.5em 0.75em;
  border-radius: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#location-page .prplx-data__item.slogan h3, #location-page .prplx-data__item.social_links h3 {
  display: none;
}
#location-page .prplx-data__item .prplx-data__social {
  width: 100%;
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
#location-page .prplx-data__item .prplx-data__social .prplx-data__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  gap: 0.5em;
  text-decoration: none;
  font-size: 0.8em;
}
#location-page .prplx-data__item .prplx-data__social .prplx-data__social-link i {
  font-size: 2em;
  display: block;
}
#location-page .prplx-data__item.social_links {
  display: flex;
  justify-content: center;
  margin-block: 1em;
}
#location-page .prplx-data__item.query {
  font-size: 0.6em;
}
#location-page .prplx-data__item.query h3 {
  display: none;
}
#location-page__distance {
  text-align: center;
  font-size: 0.75em;
  font-weight: 600;
}
#location-page__distance:empty {
  display: none;
}
#location-page__rating {
  text-align: center;
  margin-bottom: 2em;
  text-shadow: 0.25px 0.5px 1px rgba(0, 0, 0, 0.2);
}
#location-page__rating:empty {
  display: none;
}
#location-page__images {
  margin-bottom: 2em;
  display: flex;
  overflow: scroll;
  min-height: 10em;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  flex-direction: column;
}
#location-page__opening-hours table {
  margin: auto;
}
#location-page__opening-hours table tr.today {
  font-weight: 600;
  color: var(--place_text_color);
  background-color: var(--place_color);
  text-shadow: 0.25px 0.5px 1px rgba(0, 0, 0, 0.2);
}
#location-page__opening-hours table td {
  padding: 0.25em 0.4em;
}
#location-page__opening-hours table td:empty {
  display: none;
}
#location-page__opening-hours table td.open {
  padding-right: 0;
}
#location-page__opening-hours table td.close {
  padding-left: 0;
}
#location-page__opening-hours table td.dash {
  padding-right: 0.1em;
  padding-left: 0.1em;
}
#location-page__opening-hours table td sup {
  font-size: 0.5em;
  font-weight: 700;
}
#location-page__address {
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  width: auto;
  margin: auto;
}
#location-page__website, #location-page__phone {
  display: flex;
  flex-direction: column;
  color: var(--place_color);
  margin: 1em 0.75em;
  text-align: center;
}
#location-page__website a, #location-page__phone a {
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  background-color: var(--place_color);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#location-page__website a i, #location-page__phone a i {
  color: var(--place_text_color);
  font-size: 2em;
  padding: 0.5em;
}
#location-page__website b, #location-page__phone b {
  color: var(--place_color);
  padding-top: 0.5em;
  font-size: 0.75em;
  text-shadow: 0.25px 0.5px 1px rgba(0, 0, 0, 0.2);
}
#location-page__website:empty, #location-page__phone:empty {
  display: none;
}
#location-page__opening-hours {
  margin: 0.75em;
}
#location-page__opening-hours:empty {
  display: none;
}
#location-page.closed {
  height: 0;
  overflow: hidden;
}
#location-page__container {
  gap: 0.25em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100vw;
  overflow: scroll;
}

.radar__results {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 1em;
}
.radar__container {
  color: black;
  overflow: auto;
  z-index: 10;
  position: fixed;
  top: 15vh;
  bottom: 12vh;
  right: 0%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  background-color: white;
}
.radar__button {
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  border: unset;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0.5em;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: clamp(3.75em, 4vw, 6em);
}
.radar__button:hover {
  background-color: #d62185;
}
.radar__button:hover i {
  color: white;
}
.radar__button:active {
  transform: scale(0.9);
}
.radar__button-label {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: pre-line;
  font-size: 1em;
  font-size: clamp(0.8em, 1.25vw, 1.25em);
  text-align: center;
}
.radar__button-container {
  text-align: center;
  width: 20%;
  min-height: 7em;
  height: 10vh;
  margin: 0.5em;
}
.radar__button i {
  color: #d62185;
  font-size: clamp(1.75em, 2vw, 2.5em);
}

.marker-label {
  position: relative;
  left: 13px;
  top: 50px;
  font-weight: 600;
  padding: 0.25em 0.5em;
  background-color: white;
  border-radius: 10em;
  border-color: #737373;
  border-width: 1px;
  border-style: solid;
  max-width: 13em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#place-details {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.9450980392);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.fa-font {
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.post {
  box-shadow: 1px 1.5px 2.5px rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 1.25em;
  padding: 0.5em;
}
.post__header {
  display: flex;
  margin-bottom: 0.5em;
  justify-content: space-between;
  align-items: center;
}
.post__header__avatar {
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-right: 0.5em;
  background-color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post__header__avatar i {
  color: white;
}
.post__header__name {
  flex-grow: 1;
  font-weight: 600;
}
.post__header__date {
  font-size: 0.75em;
  color: #aeaeae;
}
.post__footer {
  display: flex;
  margin-top: 0.5em;
  justify-content: space-between;
  align-items: center;
}/*# sourceMappingURL=style.css.map */