html{
    scroll-behavior: smooth;
}

*{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #1B1833;
}

.pozadi{
    background-image: url(images/paper2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10% 0;

}

h2{
    font-size: 60px;
}

 .thickness{
    font-weight: 600;
}

p{
    font-size: 24px;
    /* font-size: 30px; */
}

.nazvy{
    font-size: 70px;
    /* font-size: 100px; */
    padding-bottom: 20px;
    margin: 0;
    text-align: center;
}

.uvod{
    background-image: url(images/background/bez-wm.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nadpis{
    font-size: 15vw;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #250b06d3;
}

.foto_popis{ 
    height: 50%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 3%;
}

.foto{
    width: 60%;
    justify-items: center;
    padding-right: 1.5%;
}

.carousel_mine{
    width: 100%;
    height: 100%;
}

.a{
    background:url(images/bee2.jpg);
}

.b{
    background:url(images/8a3604e0698af9b43cbdb79efd328e41.jpg);
}

.c{
    background:url(images/8cd289a7f50ac2249f507aa385a70fba.jpg);
}

.d{
    background:url(images/41eae7b319451c3c2440687b534c31f7.jpg);
}

.e{
    background:url(images/coolGlass.png);
}

.bg-slide{
    width: 100%;
    padding: 30% 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.a2{
    background:url(images/bottles/dezertni_medovina2.png);
}

.b2{
    background:url(images/bottles/vcelovina.png);
}

.c2{
    background:url(images/bottles/melomela.png);
}

.d2{
    background:url(images/bottles/metheglin-2.png);
}

.e2{
    background:url(images/bottles/hydromel.png);
}

.bg-slide2{
    width: 100%;
    padding: 40% 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-caption{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-caption h1{
    font-size: 500%;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px black;
}

.carousel-caption h3{
    font-size: 200%;
    text-shadow: 1px 1px 10px black;
    padding-bottom: 1rem;
}

.carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.popis{
    width: 50%;
    text-align: left;
    padding-left: 1.5%;
}

.nopad{
    font-size: 1.3em;
}

.druh_nadpis{
    font-size: 1.3em;
    font-weight: 600;
}

.paddingbottom{
    /* overflow:visible !important; */
    padding-bottom: 20%;
}

.druhy{
    text-align: center;
    position: absolute;
    bottom: -70px;
    transform: translate(-50%, -50%);
    left: 50%;
}
 
.historie_konzumace{
    width: 90%;
    margin: 10% 5% 0 5%;
}

.foto_popis2{ 
    height: 50%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 3%;
    margin-top: 10%;
}

.popis2{
    width: 50%;
    text-align: left;
    padding-right: 1.5%;
}

.foto2{
    width: 60%;
    justify-items: center;
    padding-left: 1.5%;
}

.vyroba_a_foto{
    height: 50%;
    width: 100%;
    margin-top: 5%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 3%;
}

.vyroba{
    width: 50%;
    text-align: left;
    padding-left: 1.5%;
}

.foto_vyroby{
    width: 50%;
    text-align: center;
    padding-right: 1.5%;
}

.fotoVyroba{
    width: 100%;
    height: 100%;
}

.odkazy_kontakty{
    margin-top: 10%;
}

.copy{
    width: 100%;
    padding-bottom: 1vh;
    margin-top: 2%;
}

.kontakty{
    background: #fffadf;
    color: #111;
    padding: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 730px) {

    .kontakty{
        flex-direction: column;
    }
}
@media (max-width: 1352px) {
    .foto, .foto_vyroby{
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .foto_popis, .vyroba_a_foto{
        flex-direction: column;
    }
    .popis, .foto, .vyroba, .foto_vyroby, .popis2{
        width: 100%;
        margin-top: 5%;
    }
}
@media (max-width: 1153px) {
    .foto_popis2{
        flex-direction: column;
    }
    .foto2{
        margin-top: 5%;
        width: 75%;
    }
}

.social{
    display: flex;
    gap: 1em;
}

.social a{
    font-size: 35px;
    padding: 20px;
}

.kontakty ul{
    padding-left: 0;
}

.kontakty li{
    display: block;
    padding: 5px 0;
    font-size: 18px;
}

.odkazy a{
    display: block;
    color: #111;
    text-decoration: none;
    transition: .4s;
}

.kontakty a:hover{
    color: rgb(252, 162, 72);
}