/*
Theme Name: Aravix2025
Theme URI: https://aravix.com
Template: twentytwenty
Author: Pi24
Author URI: https://pi24.pl
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 1.0.1734705996
Updated: 2024-12-20 15:46:36
*/

:root {
    --footer: #3684AB;
    --light: #45A8DF;
    --dark: #002D3C;
    --background: #ffffff;
    --text: #212529;
    --border: #212529;
    --highlight: #f4f6fa;
    --shadow: rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

p,
a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
}

#site-footer a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

#site-footer a:hover {
    text-decoration: none;
    color: var(--dark);
    font-weight: 400;
}

h2 {
    font-size: 2.8rem;
}

body.admin-bar>#site-header {
    margin-top: 32px;
}

.only-mobile {
    display: none !important;
}

body {
    background-color: var(--background);
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}

#zastosowania {
    max-height: none !important;
}

#site-header {
    display: flex;
    position: fixed;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    background: var(--dark);
    transition: height 1s;
    z-index: 20;
}

#site-header.visible {
    height: 80px;
}

.header-kontakt a:first-of-type,
.header-menu a {
    transform: translateY(-100%);
}

#site-header.visible .header-kontakt a:first-of-type,
#site-header.visible .header-menu a {
    transform: translateY(0);
}

.header-blok {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    height: 100%;
}

.header-logo {
    padding: 0 40px;
    transition: transform 1s;
}

.site-logo {
    align-content: center;
}

.site-logo img {
    width: 100px;
}

.header-menu {
    flex: 1;
    max-width: 750px;
}

.header-switch {
    display: none;
}

.header-kontakt {
    padding: 0 0 0 20px;
}

.header-kontakt a {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    min-width: 140px;
    align-content: center;
    text-transform: uppercase;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 0 20px;
    color: var(--light);
    border-left: 1px solid var(--light);
    transition: all transform 1s;
}

.header-kontakt a:hover {
    color: #fff;
}

a.a-FB {
    height: 40px;
    width: auto;
    min-width: 40px;
    flex: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: all 0.5s;
}

.visible a.a-FB {
    opacity: 0;
    min-width: 0;
    width: 0;
    transition: all 0.5s;
}

.a-FB img {
    height: 100%;
    width: auto;
}

.header-menu img {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    max-height: 100%;
    max-width: 50px;
    padding: 25px 0;
    transition: transform 1s;
}

.header-menu a {
    display: flex;
    flex: 1;

    height: 100%;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    align-content: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    transition: all transform 1s;
}

.header-menu a:hover {
    color: var(--light);
}

.text-container {
    display: flex;
    flex-direction: column;
    /* Ustawia tekst w pionie */
    align-self: center;
    margin-left: 5px;
}


#site-content {
    margin-bottom: 470px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}

#site-footer {
    display: flex;
    position: fixed;
    flex-wrap: wrap;
    align-content: space-between;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    color: white;
    font-size: 1.5rem;
    z-index: -1;
    height: 470px;
    background: var(--footer);
}

.footer-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-logo {
    width: 100%;
    justify-content: flex-start;
    align-content: center;
    padding: 40px 50px 0;
}

.footer-logo img {
    width: 180px;
    height: auto;
}

.footer-kontakt {
    flex: 1;
   
}

.footer-menu1,
.footer-menu2 {
    flex: 1;
}

.footer-menu2 {
    margin-right: 100px;
}

.footer-credits {
    justify-content: space-between;
    font-size: 1.2rem;
    border-top: 1px solid white;
    width: 100%;
    margin: 0 40px;
    padding: 5px 20px 30px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
}

#slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 4rem 0 0 0;
}

.slider-box {
    width: 33.33%;
    height: calc(50vh - 2rem);
    min-width: 200px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 45, 60, 0.3);

}

.slider-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all 1s;
    mix-blend-mode: multiply;
}

.slider-background:after {
    position: absolute;
    ;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 45, 60, 0.9);
}


.slider-box:hover .slider-background {
    transform: scale(1.2);

}


#slider h2 {
    position: absolute;
    bottom: 90px;
    left: 20px;
    font-size: 2.5rem;
    text-decoration: none;
    z-index: 2;
    color: white;

    padding: 10px 20px;
    border-radius: 5px;

}

.slider-zastosowania h2 {}

.slider-zastosowania .slider-background:after {

    transition: all 1s;
}

.slider-zastosowania:hover .slider-background:after {
    background: black;

}

.slider-zastosowania .slider-background:after {
    background: var(--dark);
}

.slider-logo {
    position: absolute;
    left: 40px;
    bottom: 45px;
    z-index: 2;
    width: 80px;
    max-height: 44px;
    height: auto;
}

.slider-zastosowania .slider-logo {
    width: 70%;
    max-height: 70%;

    opacity: 0.2;
    margin: 0 0 10% 10%;
    transition: all 2s;
}

.slider-zastosowania .slider-logo:hover {
    transform: rotate(20deg);
}

.custom-naglowek {
    padding: 20px;
}

.katalog {
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    padding: 70px 0 100px;
    max-height: 600px;

    margin: 0 auto;
    overflow: hidden;
    transition: all 1s ease;
}

.katalog-h2 {
    width: 100%;
    margin: 0;
    padding: 0 0 0 50px;
    font-size: 3.2rem;
    font-weight: 400;
    color: #fff;
    position: absolute;
    align-self: center;
}

.katalog-naglowek {
    display: flex;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
}

.expanded {
    max-height: 10000px;
}

.expand-btn {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    text-decoration: none !important;
    color: var(--light);
    background: var(--dark);
    transition: transform 1s;
    z-index: 10;
}

.expand-btn:hover {
    color: #fff;
}

.expand-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to top, var(--dark), transparent);
    z-index: -1;
}

.expanded .expand-btn::before {
    max-height: 0;
}

.katalog-img {
    width: calc(100% - 20px);
}

.katalog h1 {
    width: 100%;
    text-align: left;
    font-size: 4.5rem;
    margin: 40px 50px 60px 10px;
}

.katalog-box {
    display: flex;
    position: relative;
    width: 400px;
    margin: 10px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid grey;
}

.katalog-box img {
    max-width: 86%;
    height: 100%;
    align-self: center;
    max-height: 200px;
}

.katalog-box .tytuly {
    width: 100%;

    padding: 20px 0 0 20px;
    z-index: 1;
}

.katalog-box .tytuly h2 {
    font-size: 1.8rem;
    margin: 0;
    color: var(--dark);
}

.katalog-box .teksty {
    display: flex;
    z-index: 1;
    height: 95px;
    background: var(--dark);
    color: #fff;
}

.katalog-box .teksty>* {
    flex: 1;
    border-top: 1px solid grey;
    margin: 0;
    padding: 5px 20px;
    align-content: center;
}

.katalog-box .tekst2 {
    border-left: 1px solid grey;
}

.katalog-fota {
    width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
}

.katalog-all {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    justify-content: center;
}

.blok-zastosowania {
    max-width: 70%;
    margin: 50px auto 0 auto;
}

.katalog-box-inside {
    display: flex;
    position: absolute;

    flex-direction: column;
    width: 100%;

    top: 0;
    left: 0;
    background: #fff;
    transition: all 1s;
    height: 0;
    overflow: hidden;
    z-index: 9;
}

.katalog-box-inside.open {
    height: 100%;
    padding: 20px
}

.katalog-box-inside .tytuly {
    padding: 0;
    transition: all 1s;
}

.expand-btn-inside {
    position: absolute;
    bottom: 95px;
    right: 0;
    width: 100%;
    height: 32px;
    border-top: dimgrey;
    text-decoration: none !important;
    color: #fff;
    background: var(--light);
    transition: all 1s;
    font-weight: 400;
    font-size: 1rem;
    z-index: 10;
}

.expand-btn-inside:hover {
    background: var(--dark);
    color: #fff;
}

.expand-btn-inside.open {
    height: 30px;
    bottom: 0;
    width: 50%;
}

.plikpdf {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 50%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--dark);
    color: #fff;
    text-decoration: none;
    transition: all 1s;
    font-weight: 400;
    font-size: 1rem;
}

.plikpdf:hover {
    background: var(--light);

}

.footer-nav {
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-nav li {
    list-style: none;
    margin: 0;
    text-decoration: none;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;

}

.footer-nav a:hover {
    color: var(--light);
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 12px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: var(--dark);
    border-radius: 0;
}

::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0;
}

/* Firefox */
html {
    scrollbar-color: var(--dark) #fff;
    scrollbar-width: thin;
}

@media (max-width: 1500px) {
    .box {
        width: 100vw;
        height: 300px;
    }
}


/* Telefony */
@media only screen and (max-width: 767px) {

    /* ogólne dopasowania layoutu */
    body,
    #slider,
    #site-content {
        width: 100vw;
    }

    /* nagłówek widoczny/ukryty */
    #site-header,
    #site-header.visible {
        height: 80px;
    }

    .visible .header-logo {
        position: absolute;
        top: 0;
        left: 0;
        max-height: 80px;
    }

    /* Slider / nagłówki */
    .slider-box {
        width: 50%;
        min-width: 50%;
        height: 50vw;
        min-height: 50vw;
    }

    #slider h2 {
        bottom: 80px;
        left: 10px;
        font-size: 1.3rem;
    }

    .katalog-h2 {
        font-size: 1.3rem;
    }

    .slider-logo {
        left: 27px;
        bottom: 20px;
        width: 54px;
        max-height: 29px;
    }

    /* stopka */
    #site-footer {
        flex-direction: column;
        height: unset;
    }

    .footer-menu1,
    .footer-menu2 {
        display: none;
    }

    .footer-kontakt {
        flex: 0;
        margin: 50px 0 0 50px;
        justify-content: flex-start;
    }

    .footer-credits {
        background-color: var(--dark);
        margin: 20px 0 0 0;
        padding: 15px 50px;
    }

    a.to-the-top {
        display: none !important;
    }

    .cookies-footer {
        font-size: 1rem;
        font-weight: 300;
    }

    .expand-btn {
        width: 100%;
        font-size: 1rem;
    }

    /* zmniejszone szerokości boxów */
    .katalog-box {
        width: 350px;
        max-width: 90vw;
    }

    /* pokaż wrapper dla hamburgera (nadpisuje globalne display:none) */
    .header-switch {
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 80px;
        right: 20px;
        position: absolute;
    }

    /* ukryj standardowe elementy menu/przycisków (będą w mobilnym dropdownie) */
    .header-menu,
    .header-kontakt>a,
    .header-menu a img {
        display: none;
    }

    .menu-open .a-FB {
        display: none !important
    }

    /* Hamburger (widoczny tylko gdy #site-header ma klasę .visible) */
    .hamburger {
        display: none;
        /* domyślnie ukryty */
        background: transparent;
        border: 0;
        padding: 8px;
        width: 44px;
        height: 44px;
        cursor: pointer;
        color: var(--light);
        align-self: center;
    }

    #site-header.visible .hamburger {
        display: block;
    }

    /* wygląd prostego, prostokątnego hamburgera */
    .hamburger-box {
        display: inline-block;
        width: 28px;
        height: 20px;
        position: relative;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 100%;
        height: 2px;
        background: var(--light);
        position: absolute;
        left: 0;
        transition: transform .25s ease, opacity .25s ease, top .25s ease;
        border-radius: 0;
    }

    .hamburger-inner {
        top: 9px;
    }

    .hamburger-inner::before {
        content: "";
        top: -8px;
    }

    .hamburger-inner::after {
        content: "";
        top: 8px;
    }

    /* transformacja na X po otwarciu menu */
    #site-header.menu-open .hamburger-inner {
        transform: rotate(45deg);
        top: 9px;
    }

    #site-header.menu-open .hamburger-inner::before {
        transform: rotate(90deg);
        top: 0;
        opacity: 0;
    }

    #site-header.menu-open .hamburger-inner::after {
        transform: rotate(90deg);
        top: 0;
        opacity: 0;
    }

    /* mobilne rozwijane menu */
    .header-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--dark);
        flex-direction: column;
        gap: 0;
        padding: 8px 0;
        z-index: 25;
    }

    #site-header.menu-open .header-menu {
        display: flex;
    }

    .header-menu a {
        display: block;
        padding: 12px 16px;
        color: var(--light);
        text-decoration: none;
        font-size: 1.1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        justify-content: flex-start;
    }

    .header-menu a:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.02);
    }

    /* drobne poprawki przy otwartym menu */
    #site-header.menu-open {
        height: 100% !important;
    }

    #site-header.menu-open #mobile-menu {
        flex-direction: column;
        width: 80%;
        margin: 50px auto;
        position: absolute;
        top: 100px;
        max-height: 60%;
    }

    #mobile-menu a {
        max-height: none;
    }

    /* ikona FB / przyciski pływające */
    a.a-FB {
        position: fixed;
        display: flex;
        top: 0;
        right: 10px;
        height: 50px;
        margin: 15px;
        transform: none;
        min-width: unset !important;
        width: auto !important;
    }

    .visible a.a-FB {
        display: none !important;
    }

    /* padding dla slidera żeby nagłówek nie zakrywał zawartości */
    #slider {
        padding: 80px 0 0 0;
    }
}

/* Tablety */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {}
}

a.to-the-top {
    display: flex;
    flex-wrap: wrap;
    height: 25px;
    align-content: center;
    text-decoration: none !important;
    border-radius: 4px;
    margin: 0;
    color: white;
    padding: 0 5px;
    margin-left: 2.4rem;
    white-space: nowrap;
    transition: all 0.3s ease;
}

a.to-the-top:hover {
    font-weight: 900;
}

/* mobile: hamburger visible only when header ma klasę .visible;
   menu rozwijane pojawia się po kliknięciu (dodaje .menu-open na #site-header) */
@media (max-width: 768px) {
    .only-mobile {
        display: block !important;
    }

    .hamburger {
        display: none;
        /* domyślnie ukryty; pokaże się gdy #site-header ma .visible */
        background: transparent;
        border: 0;
        padding: 8px;
        width: 44px;
        height: 44px;
        cursor: pointer;
        color: var(--light);
        align-self: center;
    }

    /* hamburger tylko, gdy header ma klasę visible */
    #site-header.visible .hamburger {
        display: block;
    }

    /* prosta prostokątna "hamburger" linie */
    .hamburger-box {
        display: inline-block;
        width: 28px;
        height: 20px;
        position: relative;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 100%;
        height: 2px;
        background: var(--light);
        position: absolute;
        left: 0;
        transition: transform .25s ease, opacity .25s ease;
        border-radius: 0;
    }

    .hamburger-inner {
        top: 9px;
    }

    .hamburger-inner::before {
        content: "";
        top: -8px;
    }

    .hamburger-inner::after {
        content: "";
        top: 8px;
    }

    /* when menu opened — transform lines to X (optional) */
    #site-header.menu-open .hamburger-inner {
        transform: rotate(45deg);
        top: 9px;
    }

    #site-header.menu-open .hamburger-inner::before {
        transform: rotate(90deg);
        top: 0;
        opacity: 0;
    }

    #site-header.menu-open .hamburger-inner::after {
        transform: rotate(90deg);
        top: 0;
        opacity: 0;
    }

    /* mobile dropdown menu (hidden by default) */
    .header-menu {
        display: none;
        position: unset;

        background: var(--dark);
        flex-direction: column;
        gap: 0;

    }

    /* show when header ma klasę menu-open */
    #site-header.menu-open .header-menu {
        display: flex;

    }

    .header-menu a {
        display: block;
        padding: 12px 16px;
        color: var(--light);
        text-decoration: none;
        font-size: 1.1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        justify-content: flex-start;
    }

    .header-menu a:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.02);
    }

    .menu-open {
        height: 100% !important;


    }

    .menu-open #mobile-menu {
        flex-direction: column;

    }

    #mobile-menu a {
        max-height: 60px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        font-size: 1.5rem;
        border-top: 1px solid;
        border-bottom: 1px solid;
        background: var(--light);
        color: var(--dark);
    }
}

.cky-revisit-bottom-left{
    display: none !important;
}