@keyframes fly-in {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.barman,
.varianty {
    animation: fly-in 1s ease-out;
}

body {
    min-height: 2000px;
    margin: 0;
}

.hero {
    padding: 0 2vw;
}

.background {
    background-color: #f5f5f5;
    padding: 1.0rem 2vw;
}

.nadpis {
    text-align: center;
    font-family: Playfair Display;
    font-size: 10vw;
}

.hero-img {
    background-color: red;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.pozadi-posuvne {
    min-width: 100vw;
    min-height: 50vh;
    margin: 0 auto;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: -1;
    opacity: 1.0;
    filter: contrast(0.3);
}

.nadpis2 {
    text-align: center;
    font-size: 2rem;
    font-family: Roboto;
}

.nadpis3 {
    font-size: 3rem;
    font-family: Roboto;
}

.nadpis4 {
    margin-left: 2rem;
    font-size: 2rem;
    font-family: Roboto;
}

.cara {
    background-color: black;
    height: 5px;
    border: 0;
}

.text {
    text-align: center;
    font-size: 1rem;
    font-family: Poppins;
    max-width: 50rem;
    margin: 0 auto;
}

.li {
    font-size: 1rem;
    font-family: Poppins;
    margin: 0 auto;
    margin-left: 4rem;
}

.liit {
    text-align: center;
    font-size: 2rem;
    font-family: Roboto;
}

.nadpis_left {
    margin-top: 7rem;
    font-size: 3rem;
    font-family: Roboto;
}

.nadpis2_left {
    margin-left: 2rem;
    font-size: 2rem;
    font-family: Roboto;
}

.li_left {
    font-size: 1rem;
    font-family: Poppins;
    margin: 0 auto;
    margin-left: 4rem;
}

.bold {
    font-weight: bold;
}

.postup-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.0rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.postup-cont .postup {
    max-width: 70rem;
}

.barman {
    border-radius: 2rem;
    max-width: 20rem;
    margin-top: 7rem;
    animation: fly-in linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;

}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: 100%;
    max-width: 800px;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.nadpis-video {
    margin-top: 8rem;
    font-size: 3rem;
    font-family: Roboto;
    text-align: center;
    font-weight: bolder;
}

.nadpis-hra {
    text-align: center;
    font-size: 1.5rem;
    font-family: Poppins;
    max-width: 50rem;
    margin: 0 auto;
    font-weight: bold;
}

.text-hra {
    text-align: center;
    font-size: 1rem;
    font-family: Playfair Display;
    max-width: 50rem;
    margin: 0 auto;
    margin-bottom: 1.2rem;
}

.footer-content {
    color: black;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-color: #DCDCDC;
    font-family: Poppins;
    text-align: center;
    padding: 1rem 0;
}

.footer-content span,
.footer-content div {
    display: block;
}

.kontakt-text {
    font-size: 1rem;
    font-family: Poppins;
    font-weight: bold;
}

.swal2-container
{
    backdrop-filter: blur(10px);
}
