* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 14px;
}

body {
    font-family: "Source Sans Pro", "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;

}
button {

}


a {
    text-decoration: none;
}

h1 {
    text-transform: uppercase;
    font-size: 2rem;
}

h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-parallax{
  position: absolute;
  inset: -1px;          /* 1px přesah proti mikro mezerám */
  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}

.hidden {
    display: none;
}

.hero-images {
    display: flex;
    width: 100%;
    /* Celková šířka pro 3 obrázky */
    transition: transform 1s ease-in-out;
    /* Plynulý přechod pro změnu obrázků */
}

.hero-image {
    width: 100%;
    /* Každý obrázek zabírá 100% šířky viewportu */
    height: 100vh;
    background-position: center;
    background-size: cover;
    /* Obrázky budou vyplňovat celou šířku i výšku */
    flex-shrink: 0;
    /* Zajistí, že obrázky nebudou zmenšovány */
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    /* Šířka kolečka */
    height: 50px;
    /* Výška kolečka */
    display: flex;
    align-items: center;
    /* Vertikální centrování */
    justify-content: center;
    /* Horizontální centrování */
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease, transform 0.2s ease;
    border-radius: 50%;
    /* Zaoblený tvar pro kolečko */
    background: rgba(255, 252, 252, 0.5);
}

.arrow img {
    width: 30px;
    /* Nastavte velikost šipek podle potřeby */
    height: 30px;
    /* Nastavte velikost šipek podle potřeby */
}

.arrow:hover {
    background: rgba(255, 252, 252, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.left-arrow {
    left: 20px;
}

.right-arrow {
    right: 20px;
}


.logo-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointe r;
    z-index: 1000;
    padding: 10px;
    border-radius: 5px;
}

.menu-icon {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointe r;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.menu-icon div {
    width: 30px;
    height: 3px;
    background: white;
    margin: 6px 0;
}


.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(128, 128, 128, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 999;
    /* Ujistí se, že menu je vidět nad hero */
}

.menu a {
    color: white;
    font-size: 2rem;
    text-decoration: none;
    margin: 15px 0;
}

.menu.active {
    opacity: 1;
    visibility: visible;
}

.main-section {
    /*height: 200vh;*/
    background: white;
    padding: 10px;
    position: relative;
}

.main-section h1 {
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
}

.box-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.box-room {
    width: 300px;
    height: 400px;
    box-shadow: 2px 2px 11px #acaaaa;
    border-radius: 5px;
    padding: 10px;
}


.term-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    min-height: 20px;
    flex-flow: column;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.box-room img {
    width: 280px;
}

.welcome {
    position: absolute;
    display: flex;
    padding-left: 50px;
    width: 450px;
    bottom: 0px;
    height: 150px;
    color: #fff;
    font-size: 1.2em;
}

.welcome h1 {
    font-size: 2.5rem;
}

.footer-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0%;
    height: 150px;

}

.bottom-icon,
.close-icon {
    /*filter: invert(100%);*/
    width: 150px;
    height: 150px;
}

.dashboard-footer {
    width: 100%;
    display: flex;
    gap: 10px;
    background: #343434;
    justify-content: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 120px;
    padding-right: 120px;
}

.footer-border {
    border-bottom: 1px solid #858585;
}

.footer-header {
    font-weight: bold;
    padding-bottom: 20px;
}

.dashboard-footer a {
    color: #fff;
}

.footer-column {
    width: 250px;
}

.footer-column-padding {
    width: 120px;
}

.footer-div {}

.category-icon {
    width: 20px;
    height: 20px;
}

.icon-25 {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.icon-80 {
    width: 80px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.reservation-form-container {
    background: 
        radial-gradient(1200px 600px at 10% -10%, #ffffff 0%, transparent 50%),
        radial-gradient(900px 500px at 90% 110%, #f2f2f2, transparent 33.61%),
        linear-gradient(to bottom, #f7f7f7, #fcfcfc);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.reservation-input-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

.reservation-date-input {
    flex: 1;
    background-color: #003366;
    color: white;
    border: none;
    padding: 15px;
    text-align: center;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.reservation-date-input::placeholder {
    color: white !important;
}

.reservation-date-input:focus {
    outline: none;
}

.reservation-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-image: url('../../img/arrow-right.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.button:hover {
    background-color: #289a2b;
    color: white;
}

.reservation-overlay-wrapper-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: flex-start;
    justify-content: center;
    color: white;
    overflow-y: auto;
    z-index: 1000;
    box-sizing: border-box;
}
.reservation-overlay-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.reservation-overlay-window {
    background: white;
    color: black;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: scroll;
}

.reservation-overlay-window .logo-icon {
    left: 50%;
    position: static;
    padding-top: 40px;
    padding-bottom: 40px;

}
.reservation-overlay-close-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    background: red;
    color: white;
    border: none;
    border-radius: 5px;
}

.reservation-overlay-close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: red;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.reservation-overlay-content {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: 200px;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.spinner-cover {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(0,0,0,0.7);
    z-index:9999;
}

.spinner1 {
    content:'';
    display:block;
    position:absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width:40px;height:40px;
    border-style:solid;
    border-color: #fff;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.spinner1-descr {
    display:block;
    position:absolute;
    text-align: center;
    width: 100%;
    top: calc(50% + 30px);
    color: #fff;
}

.spinner-cover2 {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-content: center;
    align-items: center;
    padding: 50px;
}
.spinner2 {
    content:'';
    display:block;
    width:40px;height:40px;
    border-style:solid;
    border-color: #003366;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    margin-bottom: 10px;
}

.spinner2-descr {
    display:block;
    text-align: center;
    width: 100%;
    color: #003366;
}

.contact {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.material-icons {
    margin-right: 10px;
}

.flatpickr-calendar {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowLeft:before,
.flatpickr-calendar.arrowLeft:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    display: none;
}

.flatpickr-close-button {
    display: block;
    margin: 10px auto 0 auto;
    /* 10px od kalendáře, auto okraje pro centrování */
    padding: 8px 16px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 20px;
}

.flatpickr-close-button:hover {
    background-color: #289a2b;
}

.step-container {
    display: flex;
    position: relative;
    width: 80%;
    padding-bottom: 20px;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    flex: 1;
}
.step-circle {
    width: 40px;
    height: 40px;
    background: #ccc;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 1;
}
.step.active .step-circle {
    background: #003366;
}
.step-label {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.step-connector-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.step-connector {
    position:absolute;
    width: 100%;
    height: 2px;
    background: #ccc;
    top: 20px
}

.info-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-align: left;
    max-width: 800px;

}

.info-card {
    background: 
        radial-gradient(1200px 600px at 10% -10%, #ffffff 0%, transparent 50%),
        radial-gradient(900px 500px at 90% 110%, #e9f2ff, transparent 33.61%),
        linear-gradient(to top right, #f9fcff, #eef5ff);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.info-icon {
    margin: auto;
    padding: 20px;
    margin-top: 20px;
}

.info-icon img {
    width: 80px;
}

.info-caption {
    text-align: center;
    min-height: 4rem;
}

.info-caption h2 {
    font-size: 1.2rem;
}

.info-text {
    padding: 20px;
    text-align: center;
    min-height: 150px;
}

.info-container2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-align: center;
    max-width: 800px;

}


.reservation-item-container,
.reservation-item-card,
.reservation-item-image-container,
.reservation-item-image-slider {
  min-width: 0;
}

.reservation-item-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-align: left;
    max-width: 800px;

}

.reservation-item-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.reservation-item-image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

.reservation-item-image-slider {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.reservation-item-image-slider img {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    /* důležité: NEpoužívat min-width:100% */
    object-fit: contain;
    background-color: black;
}

.reservation-item-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out, width 0.2s ease, height 0.2s ease;
    width: 50px;
    height: 50px;
}

.reservation-item-arrow img {
    width: 24px;
    height: 24px;
    transition: width 0.2s ease, height 0.2s ease;
}

.reservation-item-arrow:hover {
    transform: translateY(-50%) scale(1.1);
}

.reservation-item-arrow-left { left: 10px; }
.reservation-item-arrow-right { right: 10px; }

.reservation-item-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.reservation-item-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.reservation-item-dot.active {
    width: 10px;
    height: 10px;
    background: blue;
}

.reservation-item-info {
    padding: 20px;
}

.reservation-item-price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.reservation-item-price {
    color: #0056b3;
    font-size: 1.2rem;
    font-weight: bold;
}

.reservation-item-price-label {
    color: white;
    background-color: red;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: normal;
}

.reservation-form-button {
    background: #0056b3;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
}

.reservation-item-divider {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}

.reservation-item-more-info {
    color: #0056b3;
    cursor: pointer;
    display: none;
    margin-top: 10px;
}

.reservation-item-room-description {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.form-reservation-host-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
}


.form-reservation-host-box {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

.form-reservation-summary {
    margin-bottom: 20px;
    background-color: #f6fafe;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

.form-reservation-summary-container {
    display: flex;
    justify-content: space-between;
}

.form-reservation-summary-price-item {
    color: #0056b3;
    font-size: 1.2rem;
    font-weight: bold;
}

.form-reservation-summary-box {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.form-reservation-host-group {
    position: relative;
    margin-bottom: 20px;
}
.form-reservation-host-group input {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: all 0.2s;
}
.form-reservation-host-group label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    padding: 0 5px;
    font-size: 1rem;
    color: #777;
    transition: all 0.2s;
    pointer-events: none;
}
.form-reservation-button {
    background: #0056b3;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}
.form-reservation-host-group input:focus + label,
.form-reservation-host-group input:not(:placeholder-shown) + label {
    top: 0;
    font-size: 12px;
    color: #333;
}
.form-reservation-host-checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.form-reservation-host-checkbox-group input {
    margin-right: 10px;
}
.form-reservation-host-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: all 0.2s;
    resize: vertical; /* umožní měnit velikost – můžeš dát i none */
}

.form-reservation-host-group textarea:focus + label,
.form-reservation-host-group textarea:not(:placeholder-shown) + label {
    top: 0;
    font-size: 12px;
    color: #333;
}

#qr-code img {
    width: 150px;
}

.page-header {
    width: 100%;
    height: 130px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page-header .logo {
    position: absolute;
    left: 50px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-header .title {
    display: flex;
    width: 100%;
    height: 130px;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    flex-flow: column;
    text-align: center;
    padding-left: 180px;
    padding-right: 50px;

}

.page-nav {
    width: 100%;
    height: 100px;
}

.page-nav .back {
    position: absolute;
    left: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.back img {
    max-height: 50px;
    margin-right: 10px;
}




.page-section {
    width: 80%;
    margin: auto;
}

.page-section h1 {
    text-transform: uppercase;
    text-align: center;
}

.page-section2 {
    width: 80%;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.logo-footer {
    width: 200px;
}

@media (min-width: 661px) {
    .reservation-overlay-close-icon1 {
        display: flex;
    }
    .reservation-overlay-close-icon2 {
        display: none;
    }
}

@media (max-width: 660px) {
    
    .reservation-overlay-close-icon1 {
        display: none;
    }
    .reservation-overlay-close-icon2 {
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 16px; /* 1rem = 18px */
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 15px;
    }
    .welcome {
        display:none;
    }
    .info-icon img {
        width: 40px;
    }
    .info-text {
        min-height: auto;
    }
    .info-caption {
        font-size: 1.2rem;
    }
    .logo-footer {
        width: 100px;
    }
    .dashboard-footer {
        padding-left: 60px;
        padding-right: 60px;
    }
    .footer-column-padding {
        width: 60px;
    }
    
}

@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
    .reservation-item-arrow {
        width: 40px;
        height: 40px;
    }
    .reservation-item-arrow img {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 660px) {
    
    .reservation-input-wrapper {
        flex-wrap: wrap;
    }

    .reservation-arrow {
        background-image: url('../../img/arrow-down.svg');
    }

    .mobile-hide {
        display: none;
    }

    .flatpickr-calendar {
        max-width: 90% !important;
        overflow-x: auto;
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .flatpickr-calendar .flatpickr-innerContainer {
        margin: auto;
        overflow-x: scroll;
    }
    
    .reservation-overlay-wrapper {
        padding: 1px;
    }

    .reservation-overlay-window {
        border-radius: 0px;
    }

    .reservation-overlay-close-icon {
        top: 10px;
        right: 10px;
    }

    .reservation-item-arrow {
        width: 30px;
        height: 30px;
    }
    .reservation-item-arrow img {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 599px) {
    html {
        font-size: 13px;
    }
    .dashboard-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-column-padding {
        width: 40px;
    }
    .footer-column .material-icons {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 12px;
    }
}

