* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #af0d21;
}

h1, h2, h3, .link, .cenik {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.carousel-item {
    overflow: visible;
}

.carousel-item img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
    display: inline-block;

    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.bottom-one {
    filter: brightness(60%);
    position: relative;
}

.top-one {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 10;
}

@media (max-width: 1500px) {
    .top-one {
        max-height: 75%;
        top: 14%;
    }
}

/* HAMBURGER MENU START */
.navbar {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    position: fixed !important;
    transition: 0.1s ease-in-out;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar.scrolled-active {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled-active .links .link {
    color: black;
}

.navbar.scrolled-active .navbar a img {
    background: url(logo_web5.png) !important;
}

.hamburger-icon.scrolled-active span {
    background-color: black;
}

.navbar .logo-web img {
    width: 110px;
    left: 100px;
    position: absolute;
    top: 10px;
}

.links {
    display: flex;
    text-decoration: none;
    list-style: none;
    padding-right: 60px;
}

.links .link {
    display: block;
    color: white;
    background-color: transparent;
    text-align: center;
    padding: 15px 20px;
    margin: 23px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 250px;
    letter-spacing: 1.5px;
    transition: 0.2s;
}

.links .active {
    background-color: #af0d21;
    color: white;
    transition: 0.5s;
}

.links .active:hover {
    background-color: #ffffffd3;
    color: #af0d21;
    transition: 0.2s;
}

.navbar ul li .underline-effect,
.navbar ul li .underline-effect:after {
    transition: all .5s;
}

.navbar ul li .underline-effect {
    position: relative;
}

.navbar ul li .underline-effect:after {
    margin: auto;
    width: 0%;
    content: "";
    color: transparent;
    background: #eb3f53;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.navbar ul li .underline-effect:hover:after {
    width: 100%;
}

/* RESPONSIVITY - NAVIGATION BAR, HAMBURGER MENU TRANSFORM INTO */
@media only screen and (max-width: 1500px) {
    .navbar .links .link {
        letter-spacing: 0 !important;
        width: 90px;
    }
}

@media only screen and (max-width: 1150px) {
    .navbar .links {
        display: none;
    }

    .navbar .hamburger-icon {
        display: flex;
    }

    .navbar .logo-web img {
        left: 30px;
        position: absolute;
    }
}

@media only screen and (max-width: 650px) {
    .text-holder {
        width: 300px !important;
    }

    .text-holder .p-text {
        font-size: 13px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hamburger-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1100;
    margin-right: 30px;
}

.hamburger-icon span {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 4px;
    transition: 0.3s;
}

@media (max-width: 1150px) {
    .navbar .links .link {
        width: 110px !important;
        margin: 10px;
    }

    .navbar.scrolled-active .links .link {
        color: white;
    }
}

.menu-active .links {
    display: block;
    position: fixed;
    top: 35px;
    right: 25px;
    background-color: #000000c7;
    animation: fadeIn 0.5s forwards;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
}

.menu-active .hamburger-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 10px) scale(1.1);
}

.menu-active .hamburger-icon span:nth-child(2) {
    opacity: 0;
}

.menu-active .hamburger-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -10px) scale(1.1);
}

/* HAMBURGER MENU END */

li {
    list-style: none;
}

.info-more {
    height: 70vh;
}

.logo-header {
    height: 200px;
    position: relative;
}

.logo-header img {
    height: 110px;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    left: 0;
    right: 0;
}

.image-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

hr.image-line {
    width: 50px;
}

.text-holder {
    height: auto;
    width: 620px;
    margin: 0 auto;
    padding-top: 25px;
}

.p-text {
    font-size: 19px;
    color: rgba(0, 0, 0, 0.600);
    text-align: center;
    margin-bottom: 30px;
}

.piva-header {
    text-align: center;
}

.piva-header h1 {
    color: black;
    padding-top: 15px;
    font-size: 70px;
}

.box-beers {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.beer-card {
    width: 370px;
    background-color: #e2dfdf;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 10px;

    /* CENTERED IN DIV HORIZONTALLY AND VERTICALLY */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    z-index: 5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.beer-card::after {
    content: "";
    background:
        conic-gradient(from -60deg at 50% calc(100%/3), #d96b6b 0 120deg, #0000 0),
        conic-gradient(from 120deg at 50% calc(200%/3), #d96b6b 0 120deg, #0000 0),
        conic-gradient(from 60deg at calc(200%/3), #d96b6b 60deg, #b12d2d 0 120deg, #0000 0),
        conic-gradient(from 180deg at calc(100%/3), #5f1919 60deg, #d96b6b 0 120deg, #0000 0),
        linear-gradient(90deg, #5f1919 calc(100%/6), #b12d2d 0 50%, #5f1919 0 calc(500%/6), #b12d2d 0);
    background-size: 111px 64px;

    /* BACKGROUND OF HOVER BEER-CARD */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
    filter: brightness(0.7);
    z-index: -5;
}

.beer-card:hover::after {
    opacity: 1;
}

.beer-card:hover .beer-images {
    transform: scale(1.4);
    transition: transform 0.2s;
}

.beer-header-line {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    color: black;
}

.beer-images {
    height: 200px;
    position: relative;
    transition: 0.2s;
}

.beer-card.background-pattern {
    z-index: 20;
    height: 150px;
}

.grade-num {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #af0d21;
    border-bottom-left-radius: 50%;
    padding: 15px 15px 8px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.grade-num h1 {
    font-size: 50px;
    color: white;
}

.bottom-tag {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background-color: #af0d21;
    padding: 15px;
    text-align: center;
}

.bottom-tag h1 {
    color: white;
    font-size: 30px;
}

.button {
    height: 100px;
}

.button-prices {
    text-align: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.1s ease-in-out;
    width: 150px;
}

.button-prices:hover {
    transform: scale(1.05);
    box-shadow: 0px 12px 24px 11px rgba(0, 0, 0, 0.1);
}

.button-prices a {
    font-size: 20px;
    text-decoration: none;
    background-color: #af0d21;
    padding: 10px 20px 10px 20px;
    border-radius: 12px;
    color: white;
}

@media (max-width: 1300px) {
    .box-beers {
        max-width: 800px;
    }
}

@media (max-width: 850px) {
    .box-beers {
        max-width: 400px;
        display: block;
    }

    .beer-card {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
}

/* AKTUALITY - KARTIČKY SE ČLÁNKY */
.portfolio-box {
    margin-left: auto;
    margin-right: auto;
}

.aktualita-card {
    height: 310px;
    width: 120vh;
    overflow: hidden;
    border-radius: 20px;
    margin: 15px auto 15px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

.aktualita-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.22);
}

.header-aktualita {
    font-size: 70px;
    letter-spacing: 4px;
    margin-bottom: 0;
}

.info-article {
    position: absolute;
    z-index: 1;
    color: white;
    text-align: left;
    width: 70vh;
    margin: 20px 0 0 25px;
}

.article-text {
    text-align: justify;
    font-size: 20px;
}

.info-article h3 {
    color: #af0d21;
}

.active-date {
    font-size: 27px;
}

.article-all {
    overflow: visible;
    height: auto;
    margin-bottom: 100px;
}

@media (max-width: 1920px) {
    .aktualita-card {
        width: 70%;
        height: 320px !important;
    }
}

@media (max-width: 1000px) {
    .info-article {
        width: 60%;
    }

    .header-aktualita {
        font-size: 50px;
    }

    .article-text {
        font-size: 15px;
    }

    .aktualita-card {
        height: 250px !important;
    }
}

@media (max-width: 800px) {
    .header-aktualita {
        font-size: 40px;
    }

    .active-date {
        font-size: 21px;
    }

    .article-text {
        font-size: 14px;
    }
}

@media (max-width: 650px) {
    .header-aktualita {
        font-size: 35px;
    }

    .active-date {
        font-size: 19px;
    }

    .article-text {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .aktualita-card {
        width: 90%;
    }

    .info-article {
        width: 75%;
    }
}

@media (max-width: 400px) {
    .aktualita-card {
        height: 290px !important;
    }

    .header-aktualita {
        font-size: 25px !important
    }
    
    .article-text {
        font-size: 14px !important;
    }
}

@media (max-width: 320px) {
    .aktualita-card {
        height: 310px !important;
    }
}

/* GOOGLE MAP LOCATION IFRAME */
gmp-map {
    height: 100%;
}

.google-map-api {
    height: 50vh;
    width: 100%;
    margin-top: 150px;
}

.top-margin {
    margin-top: 150px;
}

.carousel-item img.phone-img {
    display: none;
}

@media (max-width: 900px) {

    /* HIDE ALL */
    .carousel-item img[src*="beer1-left"],
    .carousel-item img[src*="beer1-right"],
    .carousel-item img[src*="beer2-left"],
    .carousel-item img[src*="beer2-right"],
    .carousel-item img[src*="beer3-left"],
    .carousel-item img[src*="beer3-right"] {
        display: none;
    }

    .carousel-item img.phone-img {
        display: block;
        height: 100vh;
        width: 100%;
    }
}

/* GOOGLE REVIEWS WIDGET */

.google-reviews {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-card {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
    max-width: 420px;
    height: 250px;
}

.review-card .stars {
    margin-bottom: 10px;
    margin-top: 15px;
}

.review-card .stars i {
    color: #fbbf24;
}

.review-card p {
    margin: 8px 0;
    font-size: 19px;
}

.review-card .author {
    font-weight: bold;
}

.review-card .time {
    color: #6b7280;
}

@media (min-width: 1250px) {
    .reviews {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }

    .review-card {
        height: 270px;
    }
}

@media (max-width: 570px) {
    .review-card p {
        font-size: 17px;
    }

    .review-card {
        height: 250px !important;
    }
}

@media (max-width: 400px) {
    .review-card p {
        font-size: 15px;
    }

    .review-card {
        height: 270px !important;
    }
}

/* FADE-IN HEADER TEXT, ALL PAGES */
.header-fade-in {
    opacity: 0;
    transform: translateY(-30px);
    animation: headerFadeIn 0.8s ease-out forwards;
}

@keyframes headerFadeIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* MAIN-PAGE NAVIGATION BAR ANIMATION */
.navbar-fade-in {
    opacity: 0;
    transform: translateY(-50px);
    animation: navbarFadeIn 0.8s ease-out forwards;
}

@keyframes navbarFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* BEER IMAGES, FADE-IN ANIMATION, LEFT SIDE */
.beer-fade-in {
    opacity: 0;
    transform: translateX(-50px);
    animation: beerFadeIn 1.5s ease-out forwards;
}

@keyframes beerFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.author a {
    text-decoration: none;
    color: black;
    transition: 0.4s ease-in-out;
}

.author a:hover {
    color: #af0d21;
}	