/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./style/front/reservation.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

:root {
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

html {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body,
main {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 1rem;
  }
}

a {
  cursor: pointer;
}

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

ul, ol {
  padding-left: 1.5em;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

textarea,
input,
button {
  font-family: inherit;
}

iframe {
  border: none;
}

sup,
sub,
small {
  font-size: smaller;
}

header {
  background-color: #141414;
  border-bottom: 1px solid #2c2c2c;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* ne center */
  gap: 16px;
  height: 68px;
  padding: 0 18px;
  max-width: 1200px;
  margin: 0 auto;
}

#badge {
  background: #f97316;
  border-radius: 10px;
}
#badge:hover {
  background: #265940;
}

.active {
  background: #1b3226 !important;
  border-radius: 10px;
}
.active:hover {
  background: #265940 !important;
}

.nav__hide:hover {
  background: #141414 !important;
}
.nav__hide:active {
  background: #141414 !important;
}
.nav__textlogo {
  font-size: 20px;
  font-weight: 800;
  color: #f08b42;
  text-decoration: none;
}
.nav__links {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  background: #141414;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.nav__links ul {
  margin: 0;
  padding: 0;
}
.nav__links li {
  list-style: none;
}
.nav__links a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: transform 0.25s ease, background 0.25s ease;
}
.nav__links a:hover {
  background: #f08b42;
  transform: scale(1.05);
}
.nav__links.open {
  transform: translateX(0);
}
.nav__translate {
  position: relative;
}
.nav__translate-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.nav__translate .chevron {
  transition: transform 0.18s ease;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}

.nav__translate-toggle[aria-expanded=true] .chevron {
  transform: rotate(180deg);
}

.nav__translate-menu[hidden] {
  display: none !important;
}

.nav__translate-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 210px;
  padding: 6px;
  margin: 0;
  list-style: none;
  background: #161616;
  border: 1px solid #242424;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  z-index: 1000;
}

.nav__translate-menu a {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
}

.nav__translate-menu a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.nav__translate-menu [aria-selected=true] a {
  background: rgba(255, 255, 255, 0.08);
}

.nav__translate-menu .code {
  font-weight: 800;
  color: #ffffff;
}

.nav__translate-menu .name {
  color: #cfd2d4;
  font-weight: 600;
}

.reservation {
  background: #141414;
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem;
}
.reservation__header {
  background: #141414;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  border: none;
}
.reservation__header h1 {
  font-size: 2.2rem;
  color: #f08b42;
}
.reservation__header p {
  font-size: 1.1rem;
  color: #a6a6a6;
}
.reservation__header ul {
  list-style: none;
  display: inline-flex;
  max-width: 90vw;
  justify-content: center;
  gap: rem;
  padding: 0.5rem 0.5rem;
  border-radius: 10px;
  margin: 0 auto;
  background: #1c1c1c;
}
.reservation__header li {
  font-size: 1.2rem;
  font-weight: 500;
}
.reservation__header li a {
  color: #a6a6a6;
  text-decoration: none;
  padding: 0.5rem 0.5rem;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: 100%;
}
.reservation__header li a:hover {
  color: #ffffff !important;
}
.reservation__active {
  background: #141414;
  color: #ffffff !important;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin: 2rem auto;
  background: #1c1c1c;
  padding: 2rem 2rem;
  border-radius: 10px;
  border: 1px solid #2c2c2c;
  gap: 1rem;
}
.form h2 {
  color: #f08b42;
  font-size: 1.8rem;
}
.form p {
  color: #a6a6a6;
  font-size: 1.1rem;
}
.form__error {
  color: red !important;
}
.form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.form form input[type=submit] {
  background: #1b3226;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form form input[type=submit]:hover {
  background: rgb(9.1168831169, 16.8831168831, 12.8311688312);
}
.form__row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.form__row label {
  display: flex;
  gap: 0.5rem;
  color: #ffffff;
  align-items: center;
}
.form__row label input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  accent-color: #f97316;
}
.form__input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.form__input label {
  color: #ffffff;
}
.form__input input {
  background: #141414;
  border: 1px solid #2c2c2c;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  color: #ffffff;
}
.form__input textarea {
  min-height: 100px;
  background: #141414;
  border: 1px solid #2c2c2c;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  color: #ffffff;
}
.form__input input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
.form__input input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  accent-color: #f97316;
}

#checkbox > label {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 0.5rem;
}

.footer {
  border-top: 1px solid #2c2c2c;
  background: #131514;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
  gap: 1rem;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__col h2 {
  color: #f08b42;
  font-size: 1rem;
}
.footer__col p {
  display: flex;
  align-items: center;
  color: #a6a6a6;
  margin-bottom: 0.5rem;
}
.footer__col p svg {
  stroke: #f97316;
}
.footer__col p a {
  text-decoration: none;
  color: #a6a6a6;
}
.footer__mark {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-color: #f97316;
}
.footer__bottom {
  color: #a6a6a6;
}
.footer__hours {
  color: #a6a6a6;
}
.footer__day {
  display: grid;
  grid-template-columns: 140px 1fr; /* první sloupec pevná šířka, druhý pružný */
  row-gap: 1rem;
}
.footer__exceptions {
  color: #f97316;
}

@media screen and (min-width: 768px) {
  .nav__hamburger {
    display: none;
  }
  .nav__links {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    transform: none;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .nav__links > li {
    list-style: none;
  }
  .nav__links > li > a {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
  }
  .nav__links .nav__hide {
    display: none;
  }
  .nav__translate {
    position: relative;
    margin-left: 12px;
  }
  .reservation {
    padding: 2rem 10rem;
    gap: 2rem;
  }
  .reservation h1 {
    font-size: 2rem;
  }
  .reservation p {
    font-size: 1.2rem;
  }
  .reservation__header ul {
    max-width: 50vw;
    gap: 1rem;
    padding: 0.5rem 2rem;
  }
  .reservation__header li a {
    padding: 0.5rem 2rem;
  }
  .reservation article {
    padding: 1rem 5rem;
  }
  .form__row {
    flex-direction: row;
  }
  .footer {
    padding: 2rem 10rem;
  }
  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    gap: 1rem;
  }
}
