#datepicker-input-id {
  transform: scale(1.3);
}

.datepicker {
  box-shadow: none !important;
}

.section-regular__table-wrap {
  padding-top: 4rem;
}

.datepicker__month-day--today {
  background-color: #3e4060 !important;
}

.datepicker__month-day--selected {
  background-color: rgba(104, 178, 80, 0.2) !important;
}

.datepicker__month-day--first-day-selected.datepicker__month-day--selected {
  background-color: #68b250 !important;
}

.datepicker__month-day--last-day-selected.datepicker__month-day--selected {
  background-color: #68b250 !important;
}

.datepicker__month-day--hovering {
  background-color: rgba(104, 178, 80, 0.2) !important;
}

@media screen and (max-width: 1280px) {
  .section-yellow__div {
    flex-direction: column !important;
    align-items: center !important;
    row-gap: 100px !important;
  }
}

@media (max-width: 991px) {
  .datepicker__month {
    width: 100% !important;
  }
  .datepicker__months:before {
    background: none !important;
  }
  .section-yellow__nadpis {
    margin-bottom: 4rem;
  }
}

.datepicker__month-day--first-day-selected {
  background-color: #68b250 !important;
}

.datepicker {
  font-family: "Poppins", sans-serif !important;
}

.hero-section__button-rainbow {
  transition: transform 0.5s ease;
}

.hero-section__button-rainbow:hover {
  transform: scale(1.05); /* Zvětšení o 10 % */
}

.links__button:hover {
  color: #ffce3e;
}

.menu__link:hover {
  transform: scale(1.05);
}

.menu__link {
  transition: transform 0.5s ease;
}

.flexbox-vertical--image-position {
  background-position: 0 !important;
}

.lightbox {
  display: none;
  gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Průhledný černý pozadí */
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.lightbox-content {
  max-width: 80%; /* Nastavte maximální šířku obsahu lightboxu */
  max-height: 80vh; /* Nastavte maximální výšku obsahu lightboxu */
  object-fit: contain;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
}

.lightbox-navigation {
  font-size: 56px;
  color: #ffce3e;
  font-weight: bold;
  cursor: pointer;
}


/* Styl modálního okna */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffce3e;
    margin: 15% auto; 
    padding: 40px;
    border: 1px solid #888;
    width: 80%; 
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* Modální okno styl formuláře */
.form-reservation-input {
    background-color: white;
    color: #333;
    border-radius: 6px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.form-reservation-label {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.flex-block-91 {
    gap: 10px;
}

.flex-block-83 {
    gap: 5px;
}

.form-reservation-button {
    width: 40%!important;
}

@media screen and (max-width: 767px) {
    .flex-block-91 {
        flex-direction: column!important;
    }

/* Modální okno styl tlačítka */

    .form-reservation-button {
        width: 80%!important;
    }
}

@media screen and (max-width: 479px) {
    .form-reservation-button {
        width: 100%!important;
    }
}

/* Animace */
.flexbox-vertical__image {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s ease-in;

}

.flexbox-vertical__image.animate {
    opacity: 1;
    transform: translateY(0);
}

.div__tlacitko {
    transition: transform 0.5s ease
}

.div__tlacitko:hover {
    transform: scale(1.05);
}

.success-message {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  background: #68b250;
  font-weight: 500;
  color: var(--color);
  padding: 26px;
  border-radius: 4px;
}

.error-message {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: red;
  font-weight: 500;
}


.footer__text a:hover {
  text-decoration: underline!important;
}

@media screen and (max-width: 767px) {
  .menu__phonelink {
    display: none!important;
  }
}

.menu__links.show-menu {
  display: flex!important;
  flex-direction: column;
  width: 100%;
  top: 72px;
  position: fixed;
  z-index: 99999;
  left: 0;
}

.text-span-13 {
  font-weight: bold;
}