* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    background-size: 0px;
    background-position: center;
}

.scroll-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-in-out;
}
.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}


footer {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: rgba(4,9,30,1);
    font-size: 15px;
    color: rgb(163, 163, 163);
    font-family: 'Lexend';
    display: flex;
    flex-direction: column;
    align-items: center
}
footer img {
    opacity: 0.7;
}
.ft-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.credit {
    margin-top: 50px;
    font-size: 13px;
}
.contact-box {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin-left: 10%;

}
.contact-box p {
    margin-left: 15px;
}
.email-box {
    margin: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}
.email-box img {
    height: 30px;
}
.tel-box {
    margin: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}
.tel-box img {
    height: 30px;
}
.ig-box {
    margin: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}
.ig-box img {
    height: 30px;
}

.menu-box {
    width: 40%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.menu-box a {
    color: rgb(163, 163, 163);
    text-decoration: underline;
    font-size: 20px;
    margin: 15px;
    transition: all 0.5s ease-in-out;
}
.menu-box a:hover {
    color: rgb(250, 177, 47);
}
.goal-box {
    width: 20%;
    margin-right: 10%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.goal-box img {
    width: 20%;
    margin-top: 20px;
    opacity: 0.7;
}



/*---HEADERY---*/
.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,1) 2%,rgb(250, 177, 47, 0.15) 25%,rgb(250, 177, 47, 0.15) 70%,rgba(4,9,30,1)), url(Images/pozadi.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-vy {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,1) 2%,rgba(0, 0, 0, 0.15) 25%,rgb(250, 177, 47, 0.15) 70%,rgba(4,9,30,1)), url(Images/vyroba.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-op {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,1) 2%,rgb(250, 177, 47, 0) 25%,rgb(250, 177, 47, 0) 70%,rgba(4,9,30,1)), url(Images/yesmore-content-uob6xqPOvvU-unsplash.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-pk { 
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,1) 2%,rgba(0, 0, 0, 0.3) 25%,rgba(0, 0, 0, 0.3) 70%,rgba(4,9,30,1)), url(Images/pexels-kindelmedia-7148683.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-hi { 
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,1) 2%,rgba(0, 0, 0, 0.3) 25%,rgba(0, 0, 0, 0.3) 70%,rgba(4,9,30,1)), url(Images/997b3c48-db9f-46d2-a5ca-d0b3eb603ff5.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-ru { 
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,1) 2%,rgba(0, 0, 0, 0.15) 25%,rgba(0, 0, 0, 0.15) 70%,rgba(4,9,30,1)), url(Images/christin-hume-08tX2fsuSLg-unsplash.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-pi {
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom, rgba(4,9,30,1), white 20%);
    background-position: center;
    background-size: cover;
    position: relative;
}




/*---MENU---*/
nav {
    display: flex;
    padding-right: 2%;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
nav .logo-box {
    padding-left: 2%;
    width: 70px;
    height: 70px;
}
nav .logo-box img{
    width: 100%;
    height: 100%;
}
.nav-links {
    flex: 1;
    text-align: right;
}
.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 30px;
    position: relative;
}
.nav-links ul li a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Lexend';
    transition: all 0.5s ease-in-out;
}
.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 4px;
    background: rgb(250, 177, 47);
    display: block;
    margin: auto;
    transition: 0.5s;   
}
.nav-links ul li:hover::after {
    width: 100%;
}
.nav-links ul li:hover a {
    color: rgb(250, 177, 47);
}



/*---HLAVNI STRÁNKA---*/
/*---HLAVNI NADPIS---*/
.text-box {
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: 'Lexend';
}
.text-box h1 {
    margin: 20px;
    font-size: 50px;
}
.text-box p {
    margin-right: 20%;
    margin-left: 20%;
}
.kudyted { 
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border: 1px solid white;
    background-color: white;
    border-radius: 100px;
    padding: 17px;
    font-size: 15px;
    font-family: 'Lexend';
    position: relative;
    cursor: pointer;
    transition: all 1s ease-in-out;
}
.kudyted:hover {
    border: 1px solid rgb(250, 177, 47);
    background-color: rgb(250, 177, 47);
}




/*---COURSE---*/
.course-box {
    background-image: linear-gradient(rgba(4,9,30, 1) 3%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.2) 95%, rgba(4,9,30, 1) 100%), url(Images/tapeta.jpg);
    background-repeat: repeat;
    background-size: 1000px;
    background-position: center;
    padding-top: 250px;
    padding-bottom: 50px;
    transition: all 1.5s ease-in-out
}
.course {
    text-align: center;
    background-color: rgba(245,243,230,255);
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 200px;
    margin-top: 100px;
    border: 2px solid rgb(250, 177, 47);
    align-items: center;
    transition: all 1.5s ease-in-out
}
.course-box p {
    font-family: 'Lexend';
    color: #412a1a;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-size: 20px;
}
.course-box h1 {
    font-family: 'Lexend';
    color: #412a1a;
    font-size: 30px;
    text-decoration: none 
}
.course-box :hover {
    transition: 2s;
    background-color: rgb(255, 230, 184);
    border-color: #412a1a;
}
.course-box :hover p {
    color: rgb(0, 0, 0);
    transition: 3s;
}
.course-box :hover .vertical-line {
    background-color: #412a1a;
}
.course-box :hover h1 {
    text-decoration: none 
}
.course-box :hover .vertical-line-2 {
    background-color: #412a1a;
}




/*---BOXY---*/
.right-box {
    width: 50%;
    margin-right: 50px;
    margin-left: 30px;
}
.left-box {
    width: 50%;
    margin-left: 50px;
    margin-right: 30px;
}
.left-box h1 {
    text-align: center;
    padding-left: 50px;
}
.left-box p {
    text-align: center;
    margin-top: 20px;
}




/*---LINES---*/
.vertical-line {
    height: 400px;
    width: 1px;
    background-color: rgb(250, 177, 47);
    border-radius: 10px;
    transition: all 1.5s ease-in-out
}
.vertical-line-2 {
    height: 500px;
    width: 1px;
    background-color: rgb(250, 177, 47);
    border-radius: 10px;
    transition: all 1.5s ease-in-out
}
.horizontal-line {
    height: 1px;
    width: 88%;
    margin-left: 6%;
    border-radius: 2px;
    background-color: white;

}
.horizontal-line-end {
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background-color: white;
}




/*---COURSE-1---*/
#course-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.way-button {
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border: 2px solid rgb(250, 177, 47);
    border-radius: 50px;
    padding: 17px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 30px;
    font-size: 18px;
    font-family: 'Lexend';
    cursor: pointer; 
    position: relative;
    transition: all 1s ease-in-out
}
.way-button:hover {
    background-color: rgb(250, 177, 47);
}




/*---COURSE-2---*/
#course-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider {
    margin: 50px;
    height: 400px;
    box-shadow: 10px 10px 10px rgb(0, 0, 0, 0,6);
    overflow: hidden;
    border-radius: 30px;
}
.slide-holder {
    display: grid;
    grid-template-columns: repeat(4, 100%);
    height: 100%;
    width: 100%;
    animation: slider 30s ease-in-out infinite alternate
}
.left-box #slider-img-1 {
    background-image: url(Images/slide1.jpg);
    background-position: center;
    background-size: cover;
}
.left-box #slider-img-2 {
    background-image: url(Images/starobrno-pivovar.jpg);
    background-position: center;
    background-size: cover;
}
.left-box #slider-img-3 {
    background-image: url(Images/slide3.jpg);
    background-position: center;
    background-size: cover;
}
.left-box #slider-img-4 {
    background-image: url(Images/slide4.jpg);
    background-position: center;
    background-size: cover;
}
@keyframes slider {
    0%{transform: translateX(0%);}
    10%{transform: translateX(-100%);}
    20%{transform: translateX(-100%);}
    30%{transform: translateX(-200%);}
    40%{transform: translateX(-200%);}
    50%{transform: translateX(-200%);}
    60%{transform: translateX(-300%);}
    70%{transform: translateX(-300%);}
    80%{transform: translateX(-300%);}
    90%{transform: translateX(0%);}
    100%{transform: translateX(0%);}
}
.number {
    font-size: 50px;
    font-family: 'Lexend';
    margin-top: 30px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.map-button {
    color: black;
    border: 2px solid rgb(250, 177, 47);
    background: transparent;
    border-radius: 50px;
    padding: 17px;
    margin-top: 30px;
    margin-left: 200px;
    margin-right: 200px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lexend';
    cursor: pointer; 
    position: relative;
    transition: all 1s ease-in-out;
}
.map-button:hover {
    background-color: rgb(250, 177, 47);
}
#pivovary-pocet {
    font-family: 'Lexend';
    color: #000000;
    margin-left: 220px;
    margin-right: 220px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
}




/*---COURSE-3---*/
#course-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#course-3 img {
    height: 200px;
}
#course-3 .left-box {
    width: 40%;
}
#course-3 .middle-box {
    width: 20%;
}
#course-3 .right-box {
    width: 40%;
}
#course-3 .right-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#course-3 .right-box p {
    padding-left: 0px;
    margin-bottom: 10px;
}
#course-3 .right-box h1 {
    margin-bottom: 20px;
}
#course-3 .right-box a {
    margin-top: 20px;
    margin-left: 0px;
}
.more-button {
    color: black;
    border: 2px solid rgb(250, 177, 47);
    background: transparent;
    border-radius: 50px;
    padding: 17px;
    margin-top: 30px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lexend';
    cursor: pointer; 
    position: relative;
    transition: all 1s ease-in-out;
}
.more-button:hover {
    background-color: rgb(250, 177, 47);
}



/*---PODSTRÁNKY---*/
.head-box {
    display: flex;
    flex-direction: column;
    height: 85vh;
    padding-right: 2%;
    padding-left: 2%;
}




/*---SIPKY---*/
.arrow-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: -70vh;
}
.arrow-container-pk {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: -65vh;
}
.arrow {
    width: 40px;
    height: 40px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 17px;
    transform: rotate(45deg);
    animation: moveArrow 1.5s infinite ease-in-out, fadeArrow 1.5s infinite ease-in-out;
}
.arrow-2 {
    margin-top: -40px;
    width: 40px;
    height: 40px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 17px;
    transform: rotate(45deg);
    animation: moveArrow 1.5s infinite ease-in-out, fadeArrow 1.5s infinite ease-in-out;
}

@keyframes moveArrow {
    0% {
        transform: rotate(45deg) translateY(20px) translateX(20px);
        opacity: 1;
    }
    50% {
        transform: rotate(45deg) translateY(-10px) translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: rotate(45deg) translateY(20px) translateX(20px);
        opacity: 1;
    }
}




/*---OPIVU---*/
.head-text-op {
    display: flex;
    flex-direction: row;
    height: 33%;
    align-items: center;
    padding-left: 6%;
    justify-content: space-between;
}
.head-text-op a {
    font-size: 27px;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 6%;
    border-radius: 100px;
    font-family: 'Lexend';
    color: black;
    background-color: rgb(250, 177, 47);
    text-decoration: none;
    font-weight: 300;
    box-shadow: inset 0 0 0 0 rgb(250, 177, 47);
    transition: color 0.8s ease-in-out, box-shadow 0.8s ease-in-out;
}
.head-text-op a:hover {
    color: rgb(250, 177, 47);
    box-shadow: inset 1000px 0 0 0 #ffffff;;
}
.head-text-op h1 {
    font-size: 22px;
    font-family: 'Lexend';
    text-decoration: none;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    border: 2px white;
    background-color: white;
    color: #000000;
    transition: all 0.5s ease-in-out;
    user-select: none;
    font-weight: 400;
}




/*---VYROBA---*/
.text-box-vy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    color: white;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Lexend';
    font-size: 40px;
    text-decoration: none;
}
.text-box-vy p {
    padding: 20px;
    margin-top: 20px;
    font-size: 20px;
    border: 2px solid #ffffff;
    background-color: #000000;
}
.text-box-vy .nadpis-vy {
    text-decoration: none;
}
.course-box-vy {
    background-image: linear-gradient(rgba(4,9,30, 1) 1%, rgba(255, 255, 255, 0.2) 4%, rgba(255, 255, 255, 0.2) 97%, rgba(4,9,30, 1) 100%);
    background-repeat: repeat;
    background-size: 1000px;
    background-position: center;
    padding-top: 250px;
    padding-bottom: 200px;
    transition: all 1.5s ease-in-out
}
.course-vy :hover {
    transition: 2s;
}
.course-vy :hover p {
    color: rgb(0, 0, 0);
    transition: 2s;
}
.course-vy {
    font-family: 'Lexend';
    font-size: 20px;
    margin-right: 100px;
    margin-left: 100px;
}
.course-box-vy h1 {
    color: #000000;
    font-size: 40px;
    margin-top: 50px;
}
.course-box-vy .nadpis-box {
    margin-left: 0px;
    margin-right: 0px;
}
.course-vy-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 100px;
    transition: all 1.5s ease-in-out;
    margin-left: 120px;
    margin-right: 120px;

}
.course-vy-1 .img-box {
    background-color: #ffffff00;
    border: 2px solid rgb(250, 177, 47);
    width: 150px;
    height: 150px;
    margin: 50px;
    border-radius: 100px;
}
.course-vy-1 .img-box img {
    padding: 25px;
    height: 104px;
}
.content-box-vy {
    display: flex;
    flex-direction: row;
    align-items: center;
    color:#000000;
    border: solid 2px rgb(250, 177, 47);
    border-radius: 150px;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 80px;
    transition: all 1s ease-in-out;
}
.content-box-vy:hover {
    background-color: rgb(250, 177, 47);
    padding-top: 30px;
    padding-bottom: 30px;
}
.course-vy-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Lexend';
    margin-left: 120px;
    margin-right: 120px;
}
.course-vy-2 h1 {
    font-size: 40px;
    margin-bottom: 30px;
}
.course-vy-2 img {
    border-radius: 20px;
    height: 60vh;
}
.vertical-line-vy {
    height: 3px;
    margin-top: 30px;
    width: 100%;
    background-color: rgb(250, 177, 47);
    border-radius: 10px;
    transition: all 1.5s ease-in-out
}
.nadpis-proces {
    margin-left: 0px;
    margin-right: 0px;
}
.nadpis-proces p {
    margin-bottom: 20px;
}
.srotovani {
    margin-right: 0px;
    width: 100%;
}
.srotovani p {
    margin-top: 20px;
    margin-bottom: 20px;
} 
.srotovani h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-decoration: underline;
    text-decoration-color: rgb(250, 177, 47) ;
}
.srotovani h3 {
    margin-top: 10px;
    margin-left: 30px;
}
.srotovani img {
    height: 500px;
    border-radius: 20px;
}
.sr-line-s {
    height: 3px;
    background-color: rgb(250, 177, 47);
    width: 100%;
    border-radius: 100px;
}
.sr-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sr-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sr-box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sr-box3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sr-line {
    width: 2px;
    background-color: rgb(250, 177, 47);
}
.ps {
    font-weight: 700;
    margin-left: 30px;
}
.pss {
    font-weight: 700;
    margin-left: 60px;
}
.s-zaver {
    border: solid 2px rgb(250, 177, 47);
    padding: 30px;
    transition: all 1s ease-in-out;
    font-weight: 500;
}
.s-zaver :hover {
    background-color: rgb(250, 177, 47);
}
.vs {
    margin-top: 10px;
    margin-left: 30px;
}
.vss {
    margin-top: 10px;
    margin-left: 60px;
}
details {
    margin-top: 30px;
    transition: all 0.5s ease-in-out;
}
summary {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
}
.filtrace img {
    height: 800px;
}
.stacmet img {
    height: 200px;
}
.stacmet2 img {
    margin-left: 80px;
    height: 200px;
}




/*---HISTORIE---*/
.text-box-hi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    color: white;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Lexend';
    font-size: 40px;
    text-decoration: none;
}
.text-box-hi p {
    padding: 20px;
    margin-top: 20px;
    font-size: 20px;
    border: 2px solid #ffffff;
    background-color: #000000;
}
.text-box-hi .nadpis-hi {
    text-decoration: none;
}
.course-box-hi {
    background-image: linear-gradient(rgba(4,9,30, 1) 1%, rgba(255, 255, 255, 0.2) 4%, rgba(255, 255, 255, 0.2) 97%, rgba(4,9,30, 1) 100%);
    background-repeat: repeat;
    background-size: 1000px;
    background-position: center;
    padding-top: 250px;
    padding-bottom: 200px;
    transition: all 1.5s ease-in-out
}
.course-hi :hover {
    transition: 2s;
}
.course-hi :hover p {
    color: rgb(0, 0, 0);
    transition: 2s;
}
.course-hi {
    font-family: 'Lexend';
    font-size: 20px;
    margin-right: 100px;
    margin-left: 100px;
}
.course-box-hi h1 {
    color: #000000;
    font-size: 40px;
    margin-top: 50px;
}
.course-box-hi .nadpis-box {
    margin-left: 0px;
    margin-right: 0px;
}
.course-hi-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 100px;
    transition: all 1.5s ease-in-out;
    margin-left: 120px;
    margin-right: 120px;

}
.course-hi-1 .img-box {
    background-color: #ffffff00;
    border: 2px solid rgb(250, 177, 47);
    width: 150px;
    height: 150px;
    margin: 50px;
    border-radius: 100px;
}
.course-hi-1 .img-box img {
    padding: 25px;
    height: 104px;
}
.content-box-hi {
    display: flex;
    flex-direction: row;
    align-items: center;
    color:#000000;
    border: solid 2px rgb(250, 177, 47);
    border-radius: 150px;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 80px;
    transition: all 1s ease-in-out;
}
.content-box-hi:hover {
    background-color: rgb(250, 177, 47);
    padding-top: 30px;
    padding-bottom: 30px;
}
.course-hi-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Lexend';
    margin-left: 120px;
    margin-right: 120px;
}
.course-hi-2 h1 {
    font-size: 40px;
}
.vertical-line-hi {
    height: 3px;
    margin-top: 30px;
    width: 100%;
    background-color: rgb(250, 177, 47);
    border-radius: 10px;
    transition: all 1.5s ease-in-out
}
.nadpis-proces {
    margin-left: 0px;
    margin-right: 0px;
}
.srotovani-hi {
    margin-right: 0px;
    width: 100%;
}
.srotovani-hi p {
    margin-top: 10px;
    margin-bottom: 10px;
} 
.srotovani-hi h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-color: rgb(250, 177, 47) ;
}
.srotovani-hi h3 {
    margin-top: 20px;
    margin-left: 30px;
}
.srotovani-hi img {
    height: 300px;
    position: relative;
    left: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.sr-line-s {
    height: 3px;
    background-color: rgb(250, 177, 47);
    width: 100%;
    border-radius: 100px;
}
.sr-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sr-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sr-box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sr-box3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sr-line {
    width: 2px;
    background-color: rgb(250, 177, 47);
}
.ps {
    font-weight: 700;
    margin-left: 30px;
}
.pss {
    font-weight: 700;
    margin-left: 60px;
}
.s-zaver {
    border: solid 2px rgb(250, 177, 47);
    padding: 30px;
    transition: all 1s ease-in-out;
    font-weight: 500;
}
.s-zaver :hover {
    background-color: rgb(250, 177, 47);
}




/*---RUZNORODOST---*/
.text-box-ru {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    color: white;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Lexend';
    font-size: 40px;
    text-decoration: none;
}
.text-box-ru p {
    padding: 20px;
    margin-top: 20px;
    font-size: 20px;
    border: 2px solid #ffffff;
    background-color: #000000;
}
.text-box-ru .nadpis-ru {
    text-decoration: none;
}
.course-box-ru {
    background-image: linear-gradient(rgba(4,9,30, 1) 0.5%, rgba(255, 255, 255, 0.2) 1.5%, rgba(255, 255, 255, 0.2) 99%, rgba(4,9,30, 1) 100%);
    background-repeat: repeat;
    background-size: 1000px;
    background-position: center;
    padding-top: 250px;
    padding-bottom: 200px;
    transition: all 1.5s ease-in-out
}
.course-ru :hover {
    transition: 2s;
}
.course-ru :hover p {
    color: rgb(0, 0, 0);
    transition: 2s;
}
.course-ru {
    font-family: 'Lexend';
    font-size: 20px;
    margin-right: 100px;
    margin-left: 100px;
}
.course-box-ru h1 {
    color: #000000;
    font-size: 40px;
    margin-top: 50px;
}
.course-box-ru .nadpis-box {
    margin-left: 0px;
    margin-right: 0px;
}
.course-ru-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 100px;
    transition: all 1.5s ease-in-out;
    margin-left: 120px;
    margin-right: 120px;

}
.content-box-ru {
    display: flex;
    flex-direction: row;
    align-items: center;
    color:#000000;
    border: solid 2px rgb(250, 177, 47);
    border-radius: 150px;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 80px;
    transition: all 1s ease-in-out;
}
.content-box-ru:hover {
    background-color: rgb(250, 177, 47);
    padding-top: 30px;
    padding-bottom: 30px;
}
.course-ru-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Lexend';
    margin-left: 120px;
    margin-right: 120px;
}
.course-ru-2 h1 {
    font-size: 40px;
}
.vertical-line-ru {
    height: 3px;
    margin-top: 30px;
    width: 100%;
    background-color: rgb(250, 177, 47);
    border-radius: 10px;
    transition: all 1.5s ease-in-out
}
.ru-nadpis {
    margin-bottom: 40px;
    color: #000000;
    font-size: 30px;
    margin-top: 50px;
    font-weight: 700;
}
.vsru {
    margin-left: 30px;
    font-size: 25px;
}
.ruznorodost .vsru-bot {
    margin-left: 30px;
    font-size: 25px;
    margin-bottom: 60px;
}
.ruznorodost {
    margin-right: 0px;
    width: 100%;
}
.ruznorodost p {
    margin-top: 10px;
    margin-bottom: 10px;
} 
.ruznorodost h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-color: rgb(250, 177, 47) ;
}
.ruznorodost h3 {
    margin-top: 20px;
    margin-left: 30px;
}
.a-box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    font-size: 25px;
}
.a-box a {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}
.beer-card {
    border-top: solid 0px rgb(250, 177, 47);
    border-bottom: solid 0px rgb(250, 177, 47);
    border: solid 3px rgb(0, 0, 0);
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 100px;
    margin-left: 100px;
    margin-right: 100px;
    box-shadow: 7.5px 20px 0px rgb(250, 177, 47);
}
.beer-card h1 {
    margin-top: 10px;
    font-size: 30px;
    box-shadow: 0px 0px 0px rgb(250, 177, 47);
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.bc-content {
    display: flex;
    flex-direction: column;
}
.bc-top {
    height: 60px;
    display: flex; 
    justify-content: center;
    border-radius: 20px;
    border: solid 3px rgb(250, 177, 47);
    border-radius: 30px;
}
.bc-bot {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: solid 3px rgb(250, 177, 47);
    border-radius: 30px;
}
.bc-text-box {
    height: 100%;
    width: 50%;
    border-right: solid 2px rgb(250, 177, 47);
}
.bc-text {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 100px;
    margin-left: 100px;
    position: relative;
    border: solid 3px rgb(0, 0, 0);
    box-shadow:  -10px 0 0 rgb(250, 177, 47), 
    10px 0 0 rgb(250, 177, 47); 
    border-radius: 20px;
}
.bc-line-vr {
    width: 3px;
    background-color: rgb(250, 177, 47);
    border-radius: 0px;
}
.bc-text p {
    margin: 20px;
    font-weight: 500;
}
.bc-line {
    width: 100%;
    height: 3px;
    background-color: rgb(250, 177, 47);
}
.bc-imgbox {
    width: 50%;
    border-left: solid 3px rgb(250, 177, 47);
}
.slider-container {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 150px;
    width: 50%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    border: solid 3px rgb(0, 0, 0);
    box-shadow:  -10px 0 0 rgb(250, 177, 47), 
    10px 0 0 rgb(250, 177, 47);
    border-radius: 20px;
}

.slider-ru {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-ru img {
    width: 100%;
    height: auto;

}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
    border-radius: 5px;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev { left: 20px; }
.next { right: 20px; }






.head-box-pk h1{
    width: 60%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: 'Lexend';
    font-size: 50px;
}
.head-box-pk {
    display: flex;
    flex-direction: column;
    height: 85vh;
    padding-right: 2%;
    padding-left: 2%;
}
.head-pk-line {
    background-color: #ffffff;
    height: 2px;
    border-radius: 10px;
}
.line-pk {
    padding-right: 2%;
    padding-left: 2%;
}
.course-box-pk {
    background-image: linear-gradient(rgba(4,9,30, 1) 1%, rgba(255, 255, 255, 0.2) 4%, rgba(255, 255, 255, 0.2) 98%, rgba(4,9,30, 1) 100%);
    background-repeat: repeat;
    background-size: 1000px;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 200px;
}
.course-pk {
    font-family: 'Lexend';
    margin-right: 200px;
    margin-left: 200px;
    margin-top: 150px;
}
.course-pk-mor {
    font-family: 'Lexend';
    font-size: 17px;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
}
.course-pk-tr {
    font-family: 'Lexend';
    font-size: 17px;
    margin-left: 40px;
    margin-right: 40px;
}
.hist-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hist-content {
    display: flex;
    flex-direction: row;
}
.hist-content img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.hist-nadpis {
    border: solid 3px rgb(250, 177, 47);
    border-radius: 50px;
    padding: 20px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 25px;
}
.hist {
    display: flex;
    flex-direction: column;
    margin: 20px;
    box-shadow: 5px 15px 0px rgb(250, 177, 47);
    border-radius: 50px;
    padding: 40px;
    width: 33%;
    transition: 1.5s ease-in-out;
}
.hist p {
    transition: 1.5s ease-in-out;
}
.hist h1 {
    margin-bottom: 20px;
    border-bottom: solid 3px rgb(250, 177, 47);
    transition: 1.5s ease-in-out;
}
.hist-box a {
    border: solid 3px rgb(250, 177, 47);
    border-radius: 50px;
    margin: 20px;
    font-size: 20px;
    width: 28%;
    justify-content: center;
    display: flex;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    transition: all 1s ease-in-out;
}
.hist-box a:hover {
    background-color: rgb(250, 177, 47)
}
.reg-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pimg {
    display: flex;
    flex-direction: column;
    height: 580px;
    justify-content: space-between
}
.pimghi {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}
.prumimg {
    margin-bottom: 0px;
}
.reg-content {
    display: flex;
    flex-direction: row;
}
.reg-content img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.reg-content2 {
    display: flex;
    flex-direction: row;
    justify-content: center
}
.reg-content2 img {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.reg-nadpis {
    border: solid 3px rgb(250, 177, 47);
    border-radius: 50px;
    padding: 20px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 25px;
}
.reg {
    margin: 20px;
    box-shadow: 5px 10px 0px rgb(250, 177, 47);
    border-radius: 50px;
    padding: 40px;
    width: 33%;
    transition: 1.5s ease-in-out;
}
.reg2 {
    margin: 20px;
    box-shadow: 5px 10px 0px rgb(250, 177, 47);
    border-radius: 50px;
    padding: 40px;
    width: 27%;
    transition: 1.5s ease-in-out;
}
.reg2 h1 {
    margin-bottom: 20px;
    border-bottom: solid 3px rgb(250, 177, 47);
    transition: 1.5s ease-in-out;
}
.reg2 p {
    transition: 1.5s ease-in-out;
}
.reg p {
    transition: 1.5s ease-in-out;
}
.reg h1{
    margin-bottom: 20px;
    border-bottom: solid 3px rgb(250, 177, 47);
    transition: 1.5s ease-in-out;
}
.reg-box a {
    border: solid 3px rgb(250, 177, 47);
    border-radius: 50px;
    margin: 20px;
    font-size: 25px;
    width: 28%;
    justify-content: center;
    display: flex;
    padding: 20px;
    color: #000000;
    text-decoration: none;
    transition: all 1s ease-in-out;
}
.reg-box a:hover {
    background-color: rgb(250, 177, 47);
}
.mor-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mor-nadpis {
    border: solid 0px rgb(250, 177, 47);
    background-color: rgb(250, 177, 47);
    border-radius: 50px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.mor-box {
    margin: 20px;
    box-shadow: 5px 15px 0px rgb(250, 177, 47);
    border-radius: 50px;
    padding: 10px;
    width: 100%;
    transition: 1.5s ease-in-out;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.mor-box p {
    transition: 1.5s ease-in-out;
}
.mor-box h1 {
    border-bottom: solid 0px rgb(250, 177, 47);
    transition: 1.5s ease-in-out;
}
.mor-box a {
    border: solid 3px rgb(250, 177, 47);
    border-radius: 50px;
    margin: 20px;
    font-size: 20px;
    width: 28%;
    justify-content: center;
    display: flex;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    transition: all 1s ease-in-out;
}
.mor-box a:hover {
    background-color: rgb(250, 177, 47);
}
.tr-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tr-content {
    display: flex;
    flex-direction: row;
}
.tr-nadpis {
    border: solid 3px rgb(250, 177, 47);
    border-radius: 500px;
    padding: 20px;
    font-size: 25px;
    margin-left: 10% ;
    margin-right: 10%;
    text-align: center;
    margin-top: 150px;
}
.tr {
    margin: 50px;
    box-shadow: 5px 15px 0px rgb(250, 177, 47);
    border-radius: 50px;
    padding-bottom: 40px;
    width: 50%;
    transition: 1.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tr p {
    transition: 1.5s ease-in-out;
    margin-left: 10% ;
    margin-right: 10%;

}
.tr h1 {
    margin-bottom: 20px;
    border-bottom: solid 3px rgb(250, 177, 47);
    transition: 1.5s ease-in-out;
    margin-left: 10% ;
    margin-right: 10%;
}
.tr-box a {
    border: solid 3px rgb(250, 177, 47);
    border-radius: 50px;
    margin: 20px;
    font-size: 25px;
    width: 28%;
    justify-content: center;
    display: flex;
    padding: 20px;
    color: #000000;
    text-decoration: none;
    transition: all 1s ease-in-out;
}
.tr img {
    width: 80%;
    margin-left: 10% ;
    margin-right: 10%;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
}
.morava-nadpis {
    border: solid 3px rgb(250, 177, 47);
    border-radius: 50px;
    padding: 20px;
    font-size: 25px;
    margin-left: 25% ;
    margin-right: 25%;
    text-align: center;
}




/*---PIVOVARY---*/
.nadpis-pi {
    font-size: 20px;
    font-family: 'Lexend';
    margin-top: 150px;
    margin-left: 150px;
    margin-right: 150px;
}
.nadpis-pi-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#search-bar {
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #search-bar img{
    height: 30px;
    margin-right: 10px;
  }
  #search {
    width: 20vw;
    padding: 5px 10px;
    font-size: 20px;
    font-family: 'Lexend';
    border: 2px  solid rgb(250, 177, 47);
}

#map {
    top: 42%;
    height: 50.1%;
    position: absolute;
    width: 50%;
    left: 41%;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  .container {
    position: absolute;
    top: 67%;
    left: 65.7%;
    transform: translate(-50%, -50%) scale(0.8);
    background: rgb(255, 255, 255);
    padding: 0px;
    width: 54.5%;
    height: 52.1%;
    transform: translate(-50%, -50%) scale(0.8);
    max-height: 65vh; 
    overflow-y: auto; 
    border-radius: 8px;
    text-align: left;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.line-pi {
    width: 100%;
    height: 3px ;
    background-color: rgb(250, 177, 47);
}
.filter-box {
    display: flex;
    flex-direction: row;
    margin: 40px;
    margin-left: 50px;
    border: solid 2px rgb(250, 177, 47);
    width: max-content;
}
.filter-box .filter-btn {
    font-size: 17px;
    font-family: 'Lexend';
    text-decoration: none;
    color: #000000;
    padding: 5px;
    margin: 10px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}
.filter-btn:hover {
    color: rgb(250, 177, 47);
}
.line-hr-fr {
    height: 50px;
    width: 2px;
    background-color: rgb(250, 177, 47);
}
.list {
    display: flex;
    flex-direction: column;
    margin-left: 150px;
    height: 45vh;
    width: 30%;
    overflow-y: auto; 
    background-color: transparent;
    scrollbar-width: none;       
    -ms-overflow-style: none;  
}
.list::-webkit-scrollbar {
    display: none;              
  }
.list a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Lexend';
}
.item {
    padding: 0px;
    margin-bottom: 30px;
    width: 30vw;
    display: none; 
    border: solid 0px rgb(250, 177, 47);
    border-radius: 200px;
    opacity: 0; 
    transform: translateY(-10px); 
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.itemtext {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.item-line {
    width: 100%;
    height: 2px;
    background-color: rgb(250, 177, 47);
}
.sipka {
    font-size: 25px;
    margin-left: 40px;
    color: rgb(250, 177, 47);
}
.show {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}



.open-btn {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Lexend';
    background-color: transparent;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border: none;
    transition: all 1s ease-in-out;
    padding: 12px;
    align-items: center
}
.open-btn:hover {
    background-color: rgb(250, 177, 47);
}
.container.open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
.container h1 {
    font-size: 30px;
    font-family: 'Lexend';
    text-align: center;
}
.cont-text {
    margin-left: 10%;
    margin-top: 20px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cont-text img {
    height: 200px;
    border-left: solid 0px rgb(250, 177, 47);
    border-right: solid 0px rgb(250, 177, 47);
    border-bottom: solid 2px rgb(250, 177, 47);
    margin-left: 20px;
    margin-right: 10px;
}
.beer img {
    border-bottom: solid 0px rgb(250, 177, 47);
}
.cont-text h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Lexend';
    margin-right: 100px;
}
.cont-text p {
    font-size: 20px;
    font-family: 'Lexend';
}
.cont-line {
    width: 80%;
    height: 2px;
    background-color: rgb(250, 177, 47);
    margin-left: 10%;
}
.cont-boxes {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.adres-box {
    display: flex;
    flex-direction: row;
    text-align: right;
    justify-content: space-between
}
.www-box {
    font-size: 20px;
    font-family: 'Lexend';
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.www-box a {
    color: #000000;
}
.kont-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.kont-box p {
    font-size: 20px;
    font-family: 'Lexend';
}
table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  th, td {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-family: 'Lexend';
  }

  th {
    background-color: rgb(250, 177, 47);
    color: rgb(0, 0, 0);
  }

  tr:hover {
    background-color: rgba(250, 175, 47, 0.288);
  }

  @media (max-width: 600px) {
    table, thead, tbody, th, td, tr {
      display: block;
    }

    th {
      text-align: center;
    }

    td {
      text-align: right;
      padding-left: 50%;
      position: relative;
    }

    td::before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      width: 50%;
      padding-left: 16px;
      font-weight: bold;
      text-align: left;
    }
  }
.cont-text-box {
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cont-text-box p {
    font-size: 18px;
    font-family: 'Lexend';
}
.cont-beers-box h2 {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Lexend';
    margin-top: 20px;
}
.overlay.show {
    opacity: 1;
    visibility: visible;
}
.close-btn {
    position: sticky;
    background: none;
    border: none;
    color: #333;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    top: 1px;
    left: 100%;
}

.close-btn:hover {
    color: rgb(250, 177, 47);
}
.beer-box {
    display: flex;
    flex-direction: column;
}
.beer {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center
}
.beer img {
    height: 30px;
    width: auto;
}


.popup-link {
    color: #1a73e8;
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer;
  }
  
  .popup-link:hover {
    text-decoration: none;
  }


  .menu-icon {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
  }
  
  .menu-icon .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s;
  }
  
  .side-menu {
    display: none;
    text-align: left;
  }
  








