::selection {
  color: #000000;
  background: #a68e55;
}
a {
  color: #131f29;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #131f29;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cantata One', serif;
  font-weight: 700;
  letter-spacing: 0;
}
h1 {
  font-size: 1.875rem;
  color: #131f29;
}
h2 {
  font-size: 1.5625rem;
  color: #131f29;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1.5625rem;
  color: #131f29;
  border-left: 3px solid #a68e55;
  padding-left: 10px;
}
.povinne {
  color: #dc3545;
}
#mobilnemenu {
  display: none;
}
#mmenu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  color: #a68e55;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 3000;
}
#mmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mmenu ul li {
  padding: 15px;
}
#mmenu ul li a {
  color: #a68e55;
  text-decoration: none;
  display: block;
}
#mmenu ul li.aktivne {
  font-weight: 700;
  background-color: #a68e55;
}
#mmenu ul li.aktivne a {
  color: #ffffff;
}
#mmenu.open {
  right: 0;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
}
.omenu {
  z-index: 2001;
  background-color: #a68e55;
  color: #ffffff;
  border: none;
  padding: 3px 10px;
  font-size: 25px;
  cursor: pointer;
}
.omenu:focus {
  outline: none;
}
:root {
  --bs-breadcrumb-divider: ">";
}
.btn {
  --bs-btn-border-radius: 0;
}
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(52, 58, 64, 0.8);
  border: 1px #ffffff solid;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.scroll-top:hover {
  border: 1px #343a40 solid;
  background-color: #a68e55;
  transition: all 0.3s ease-out;
}
.scroll-top:hover i {
  color: #343a40;
}
.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.btn-pulse {
  animation: pulse-animation 2s infinite;
  box-shadow: 0 0 0 0 rgba(166, 142, 85, 0.7);
}
.btn-pulse:hover {
  animation: none;
  box-shadow: 0 0 15px rgba(166, 142, 85, 0.6);
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(166, 142, 85, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(166, 142, 85, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(166, 142, 85, 0);
  }
}
.podstranka.rezervacia {
  background-color: #f4f0e8;
}
.podstranka.rezervacia .card {
  border: 1px solid rgba(19, 31, 41, 0.08);
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1.5625rem 1px rgba(19, 31, 41, 0.1);
  -moz-box-shadow: 0 0 1.5625rem 1px rgba(19, 31, 41, 0.1);
  box-shadow: 0 0 1.5625rem 1px rgba(19, 31, 41, 0.1);
}
.podstranka.rezervacia .obsah-stranka {
  max-width: 800px;
  color: #343a40;
  line-height: 1.8;
}
/* FullCalendar custom styling */
#calendar {
  max-width: 100%;
}
.fc {
  font-family: 'Outfit', serif;
  /* Premium Button-like Event Styling */
}
.fc .fc-toolbar-title {
  color: #131f29;
  font-family: 'Cantata One', serif;
  font-weight: 700;
}
.fc .fc-button-primary {
  background-color: #a68e55 !important;
  border-color: #a68e55 !important;
  color: #ffffff !important;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.fc .fc-button-primary:hover {
  background-color: #131f29 !important;
  border-color: #131f29 !important;
}
.fc .fc-button-primary:disabled {
  background-color: #cabb97 !important;
  border-color: #cabb97 !important;
  opacity: 0.65;
}
.fc .fc-daygrid-day-top {
  color: #131f29;
}
.fc .fc-col-header-cell-cushion {
  color: #131f29;
  font-weight: 600;
}
.fc .fc-event {
  border-radius: 50px !important;
  padding: 4px 8px !important;
  font-size: 0.75em !important;
  font-weight: 600 !important;
  border: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 2px 4px !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-out;
}
.fc .fc-event:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15) !important;
}
.fc .fc-event .fc-event-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc .fc-event .fc-event-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc .fc-day-past {
  background-color: #efe9de;
  opacity: 0.6;
}
.fc .fc-day-today .fc-daygrid-day-number {
  background-color: #131f29;
  color: #ffffff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Specific button styles for booked state */
.fc-daygrid-block-event.fc-event-booked {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
body {
  font-family: 'Outfit', serif;
  color: #343a40;
  background-color: #f4f0e8;
  line-height: 1.6;
  padding-top: 85px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cantata One', serif;
  color: #131f29;
  font-weight: 700;
}
a {
  color: #a68e55;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #847144;
}
#hlavicka {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  --bs-gutter-x: 0;
}
#hlavicka #logo {
  /*
        font-size: 24px;
        font-weight: bold;
        color: @tmava;
        text-transform: uppercase;
        font-family: @nadpis-font;
        */
}
#hlavicka #logo svg {
  height: 50px;
}
#hlavicka #logo svg .st1,
#hlavicka #logo svg .st2,
#hlavicka #logo svg .st3,
#hlavicka #logo svg .st4 {
  fill: #a68e55;
  transition: all 0.3s ease-out;
}
#hlavicka #logo svg:hover .st1,
#hlavicka #logo svg:hover .st4 {
  fill: #131f29;
  transition: all 0.3s ease-out;
}
#hlavicka #logo a {
  color: #131f29;
}
#hlavicka #logo a:hover {
  color: #a68e55;
}
#hlavicka #menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
#hlavicka #menu ul li a {
  font-weight: 500;
  color: #131f29;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 5px;
}
#hlavicka #menu ul li a:hover,
#hlavicka #menu ul li a.active {
  color: #a68e55;
}
#hlavicka #menu ul li a.active {
  font-weight: 700;
}
#hlavicka #menu ul li a.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a68e55;
}
#hlavicka #menu ul li.cta-btn a {
  background-color: #a68e55;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 0;
  margin-left: 30px;
}
#hlavicka #menu ul li.cta-btn a:hover {
  background-color: #131f29;
}
#hlavicka .lang-switcher {
  display: flex;
  gap: 5px;
  background-color: rgba(19, 31, 41, 0.05);
  border-radius: 20px;
  padding: 5px;
  margin-left: 60px;
}
#hlavicka .lang-switcher a {
  padding: 5px 12px !important;
  border-radius: 15px;
  font-size: 12px !important;
  font-weight: 600;
  transition: all 0.2s ease;
  position: static;
}
#hlavicka .lang-switcher a.active {
  background-color: #a68e55;
  color: #ffffff !important;
  font-weight: 600;
}
#hlavicka .lang-switcher a.active:after {
  display: none;
}
#hlavicka .lang-switcher a:hover:not(.active) {
  background-color: rgba(166, 142, 85, 0.2);
}
#paticka {
  background-color: #131f29;
  color: #ffffff;
  padding: 60px 0 30px;
}
#paticka h4 {
  color: #a68e55;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
#paticka a {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
#paticka a:hover {
  color: #a68e55;
}
#paticka .socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
#paticka .socials a {
  font-size: 20px;
}
#paticka .cookieslinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#copy {
  background-color: #0b1218;
  padding: 20px 0;
  color: rgba(244, 240, 232, 0.5);
  font-size: 13px;
  text-align: center;
}
#copy a {
  color: rgba(244, 240, 232, 0.5);
  display: inline;
}
#copy a:hover {
  color: #a68e55;
}
#cookie-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #a68e55;
}
#cookie-bar a {
  color: #ffffff;
  text-decoration: underline;
}
#cookie-bar .row {
  align-items: center;
}
#cookie-bar .tlacidla {
  text-align: right;
}
#cookie-bar .tlacidlo {
  font-size: 1rem;
}
#cookie-bar .biele {
  color: #ffffff;
  border-color: #ffffff;
  padding: 4px 8px;
}
#cookie-bar .biele:hover {
  color: #000000;
  background-color: #ffffff;
}
.nastavenia-cookies .typ-cookie {
  border: 1px #131f29 solid;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.ioSwiper .swiper-slide {
  height: 80vh;
  min-height: 500px;
  background-color: #000000;
  position: relative;
}
.ioSwiper .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.ioSwiper .slide-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 31, 41, 0.4);
  z-index: 2;
}
.ioSwiper .slide-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}
.ioSwiper .slide-content h1 {
  color: #ffffff;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.3s;
}
.ioSwiper .slide-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 800px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.5s;
}
.ioSwiper .slide-content .btn {
  opacity: 0;
  transform: translateY(30px);
}
@media only screen and (max-width: 991px) {
  .ioSwiper .slide-content h1 {
    font-size: 2.5rem;
  }
}
.ioSwiper .swiper-slide-active .slide-content h1,
.ioSwiper .swiper-slide-active .slide-content p {
  opacity: 1;
  transform: translateY(0);
}
.ioSwiper .swiper-slide-active .slide-content .btn {
  opacity: 1;
  transform: translateY(0);
}
.ioSwiper .swiper-button-next,
.ioSwiper .swiper-button-prev {
  color: #ffffff;
}
.ioSwiper .swiper-pagination-bullet-active {
  background: #a68e55;
}
.ioSwiper .btn-hero {
  background-color: #a68e55;
  color: #ffffff;
  padding: 15px 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(166, 142, 85, 0.3);
  transition: all 0.3s ease-out;
}
.ioSwiper .btn-hero:hover {
  background-color: #131f29;
  color: #ffffff;
  box-shadow: 0 6px 25px rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  transition: all 0.3s ease-out;
}
.podstranka {
  padding-top: 30px;
  padding-bottom: 30px;
}
#mapa iframe {
  width: 100%;
  height: 500px;
}
.features-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.features-section .feature-item {
  text-align: center;
  padding: 40px 25px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(19, 31, 41, 0.05);
  height: 100%;
}
.features-section .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #131f29;
}
.features-section .feature-item:hover i {
  transform: scale(1.3);
  color: #131f29;
}
.features-section .feature-item i {
  font-size: 48px;
  color: #a68e55;
  margin-bottom: 25px;
  display: inline-block;
  transition: all 0.3s ease;
}
.features-section .feature-item h5 {
  margin-bottom: 12px;
  color: #131f29;
  font-size: 1.25rem;
}
.features-section .feature-item p {
  color: #56606a;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.cta-section {
  padding: 120px 0;
  background-image: url('/images/cta.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 31, 41, 0.7);
  z-index: -1;
}
.cta-section h2 {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 2.5rem;
}
.cta-section p {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}
.btn-cta {
  margin-top: 40px;
  background-color: #a68e55;
  color: #ffffff;
  padding: 15px 45px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #a68e55;
}
.btn-cta:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.reviews-section {
  padding: 80px 0;
  background-color: #f4f0e8;
}
.reviews-section .btn-cta:hover {
  background-color: #131f29;
  color: #ffffff;
  border-color: #ffffff;
}
.review-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.review-card .stars {
  color: #a68e55;
  margin-bottom: 15px;
}
.review-card p {
  font-style: italic;
  margin-bottom: 20px;
}
.review-card .author {
  font-weight: 700;
  color: #131f29;
}
.star-filters .btn {
  border-radius: 20px;
  margin-right: 5px;
}
.star-filters .btn.active {
  background-color: #a68e55;
  border-color: #a68e55;
  color: #ffffff;
}
.faq-section {
  padding: 80px 0;
  background-color: #ffffff;
}
.faq-section .accordion-button {
  color: #131f29;
  font-weight: 600;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #a68e55;
  background-color: rgba(166, 142, 85, 0.1);
  box-shadow: none;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: #a68e55;
}
.faq-section .btn-cta:hover {
  background-color: #131f29;
  color: #ffffff;
  border-color: #ffffff;
}
.video-wrapper {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background-color: #000000;
}
.video-wrapper .video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.video-wrapper:hover .video-thumbnail {
  transform: scale(1.03);
  opacity: 0.8;
}
.video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-color: #a68e55;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
  box-shadow: 0 0 0 0 rgba(166, 142, 85, 0.4);
  animation: pulse-gold 2s infinite;
}
.video-wrapper .play-button i {
  margin-left: 5px;
}
.video-wrapper:hover .play-button {
  background-color: #131f29;
  transform: translate(-50%, -50%) scale(1.1);
}
.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .video-wrapper .play-button {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
}
#addReviewForm .btn-cta:hover {
  background-color: #131f29;
  color: #ffffff;
  border-color: #ffffff;
}
@keyframes pulse-gold {
  0% {
    box-shadow: 0 0 0 0 rgba(166, 142, 85, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(166, 142, 85, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(166, 142, 85, 0);
  }
}
@media (max-width: 1199px) {
  #hlavicka #menu ul {
    gap: 20px;
  }
  #hlavicka .lang-switcher {
    margin-left: 20px;
  }
  #hlavicka #menu ul li.cta-btn a {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  #menu {
    display: none;
  }
  #mobilnemenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #mobilnemenu ul {
    margin: 0;
    padding: 0 30px 0 0;
  }
  .cta-btn {
    margin-right: 20px;
  }
  .cta-btn a {
    background-color: #a68e55;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 0;
    margin-left: 30px;
  }
  .cta-btn a:hover {
    background-color: #131f29;
  }
  .cta-btn .btn-primary {
    --bs-btn-border-color: #a68e55;
  }
  #mmenu .kontakty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
    font-size: 20px;
  }
  #mmenu .siete {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
  }
  #mmenu .siete .bi {
    font-size: 30px;
  }
  .ioSwiper .swiper-slide {
    height: 60vh;
  }
  .features-section .feature-item {
    padding: 20px 15px;
  }
  .hero-section {
    height: auto;
    min-height: 500px;
  }
  .hero-section .hero-content h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cta-btn {
    margin-right: 10px;
  }
  #mobilnemenu ul {
    padding: 0 20px 0 0;
  }
  .features-section .feature-item {
    padding: 10px 0;
  }
  .features-section .feature-item h5 {
    font-size: 1rem;
  }
  .reviews-section .review-card {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  #mobilnemenu .btn-primary {
    display: none;
  }
  .cta-section {
    padding: 50px 0;
  }
  .cta-section h2 {
    font-size: 2rem;
  }
  .reviews-section {
    padding: 30px 0;
  }
  .faq-section {
    padding: 50px 0;
  }
  #paticka {
    text-align: center;
  }
  #paticka .socials {
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */