* {
    background-color: rgb(140, 80, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.mega {
    width: 100%;
    height: auto;
    margin: 0;
}

.mega_picture {
    width: 100%;
    height: 50%;
}

.header {
    height: auto;
    text-align: center;
    background-color: #332129;
    margin-bottom: 5%;
}

.logo_text {
    width: 70%;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #332129;
}

hr {
    margin: auto;
    border: 2px solid #332129;
    width: 800px;
    height: auto;
}

.narozeni {
    text-align: center;
    margin-top: 2%;
    color: #332129;
    font-size: larger;
}

.verification {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 2%;
}



#dob {
    width: 20;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    background-color: #332129;
    color: #ececec;
}

button {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #332129;
    color: #ececec;
    border-radius: 5px;
    margin-top: 2%;
}

button:hover {
    background-color: #B6AA9E;
}

.logo {
    width: 100px;
    margin: 1%;
    background: transparent;
    position: relative;
}

.discover-btn {
    width: 15%;
    position: absolute;
    top: 50%; /* Vertikálně uprostřed */
    left: 50%; /* Horizontálně uprostřed */
    transform: translate(-50%, 30%);
    padding: 20px 30px;
    font-size: 18px;
    color: white;
    background-color: #332129a4;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fixed {
    background-image: url('images/banner.png');
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.tab {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    background-color: #332129a1;
    padding: 10px;
    list-style: none;
    width: 45%;
    font-size: 2.5em;
}

.tab li {
    padding: 8px;
    background: transparent;
    color: #B6AA9E;
    width: 100%;
}

.tab li a {
    text-decoration: none;
    color: #B6AA9E;
    font-size: 16px;
    background: transparent;
    font-size: 0.7em;
    margin: 5%;
}

.vypln {
    width: 100%;
    background-color: #332129;
    border-radius: 5%;
}

.info-container {
    width: 70%;
    padding: 5%;
    margin: 50px auto;
    display: grid;
    border-radius: 3%;
    background-color: #332129;
    grid-template-columns: repeat(2, 1fr);
}

.info-box {
    width: 100%;
    color: white;
    padding: 20px;
    border-radius: 8px;
    background-color: transparent;
}

.info-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #B6AA9E;
    background-color: transparent;
    text-align: left;
    margin-left: 10%;
}

.info-box ul li {
    padding: 1%;
}

.info-box p {
    font-size: 16px;
    line-height: 1.5;
    background-color: transparent;
}

.nadpis {
    text-align: center;
    font-size: 32px;
    color: #ececec;
    margin-top: 10%;
    margin-bottom: 3%;
    font-size: 3em;
}

.mezera {
    margin-top: 110vh;
}

.produkty {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background-color: #332129;
    border-radius: 3%;
    padding: 5%;
}

.napoj {
    width: calc(33.33% - 20px);
    text-align: center;
    background-color: transparent;
    padding: 50px;
}

.napoj img {
    width: 100%;
    height: auto;
    max-width: 300px;
    background-color: transparent;
    border-radius: 5%;
}

.napoj p {
    background-color: transparent;
    color: #ececec;
}

.napoj h2 {
    color: #B6AA9E;
    background-color: transparent;
    text-align: center;
    margin: 4%;
}

.info-box ul {
    background-color: transparent;
}

.info-box ul li {
    background-color: transparent;
}

.footer {
    background-color: #332129;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.footer-vse {
    text-align: center;
    background-color: #332129;
}

.footer-vse h3 {
    color: #B6AA9E;
    font-size: 1.5em;
    background-color: #332129;
}

.footer-vse p {
    background-color: #332129;
}

.footer-vse a {
    background-color: #332129;
}

.social, .contact, .law {
    background-color: #332129;
    margin: 1%;
    color: #ececec;
}

.social p, a {
    margin: 1%;
    background-color: #332129;
}


@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-contact, .footer-social, .footer-legal {
        width: 80%;
    }
}


/* Pro větší obrazovky */
@media (min-width: 1200px) {
    .info-container {
        grid-template-columns: repeat(2, 1fr); /* Maximálně 2 divy na řádku i na velkých obrazovkách */
    }

    .napoj {
        width: calc(50% - 20px);
    }
}

/* Pro střední obrazovky (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    .info-container {
        grid-template-columns: repeat(2, 1fr); /* Maximálně 2 divy na řádku i na středních obrazovkách */
    }

    .napoj {
        width: calc(50% - 20px);
    }
}

/* Pro malé obrazovky (< 768px) */
@media (max-width: 768px) {
    button {
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border: none;
        background-color: #332129;
        color: #ececec;
        border-radius: 5px;
        margin-top: 2%;
        font-size: 0.2em;
    }

    .info-container {
        grid-template-columns: 1fr; /* Všechny 4 divy budou pod sebou na malých obrazovkách */
    }

    .napoj {
        width: 100%; /* Na malých obrazovkách každý produkt zabere 100% šířky */
    }

    .tab{
        position: fixed;
        top: 20px;
        right: 20px;
        display: block;
        background-color: #332129a1;
        padding: 10px;
        list-style: none;
        width: 40%;
        font-size: 3em;
    }
}
