@media (max-width: 991px) {
    .festivales-header {
        padding-bottom: 40px;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(../img/festivales-upfoto.webp) no-repeat center center;
        background-size: 120%;
        color: #fff;
    }

    .festivales-header .festivales-logo {
        margin: 0;
        color: #fff;
    }

    .festivales-menu-toggle {
        display: flex;
        margin-left: auto;
        margin-top: 8px;
    }

    .festivales-header .festivales-menu {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #FF4500;
        color: #000;
        padding: 20px 0;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .festivales-header .festivales-menu-item a {
        color: #fff;
    }

    .festivales-header .festivales-menu.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
        width: 100%;
    }

    .festivales-header .festivales-menu-item {
        margin: 0;
        margin-bottom: 15px;
    }

    .festivales-header .festivales-menu-but {
        color: #000;
        font-size: 18px;
        text-decoration: none;
    }

    section.about-company, section, .second-page {
        padding: 40px 0;
    }

    .festivales-podnikania__one {
        margin-bottom: 50px;
    }

    .festivales-podnikania__one.last {
        margin-bottom: 0;
    }

    .festivales-contact-all .festivales-contact-one {
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
    }

    .festivales-duo-form .festivales-form__input:first-child {
        margin-bottom: 20px;
    }

    .festivales-footer {
        margin: 0;
    }
}

@media (max-width: 767px) {
   .festivales-reviews-one {
        margin-bottom: 20px;
   }
}

@media (max-width: 575px) {
    .festivales-footer .festivales-logo {
        display: block;
        margin: 0 auto;
        width: fit-content;
        margin-bottom: 10px;
    }

    .festivales-footer .festivales-menu {
        margin-top: 20px;
    }

    .festivales-footer .festivales-menu-but {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .festivales-footer .festivales-menu-one {
        justify-content: center;
    }

    .festivales-footer .festivales-menu p {
        text-align: center;
    }

    .festivales-footer .festivales-menu-but {
        margin-bottom: 10px;
    }
    
    .festivales-header h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    .festivales-btn {
        width: 100%;
        font-size: 20px;
    }
}