/*
Theme Name: Eberhardcore Gym
Theme URI: https://eberhardcore.sk
Description: -
Author: pixel.sk
Author URI: https://pixel.sk
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: eberhardcore
*/


.hero_h1 h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_h1 h1 {
    filter: none !important;
    -webkit-filter: none !important;
}

.hero_h1 h1 span {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke: 1px #fff !important;
}

.textbck > div {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke: 1px rgb(237 235 230 / 0.16) !important;
}

h2 span {
    color: #CD2728;
}

.home_banner {
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    -webkit-transition: -webkit-filter 0.4s ease;
    transition: -webkit-filter 0.4s ease;
    transition: filter 0.4s ease;
    transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}

.home_banner:hover {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
}

.home_banner_inner_zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: rgba(9, 10, 12, 0.80);
    backdrop-filter: blur(15px);

    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home_banner_inner_zone span {
    color: #CD2728 !important;
}

.nointeraction {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.widthseparator {
    border-top: 1px dashed rgba(234, 229, 218, 0.30);
}

.h3right {
    color: rgba(255, 255, 255, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.h3decor {
    position: relative;
}

.h3decor:after {
    content: url(/wp-content/uploads/2026/08/h3_pre.svg);
    position: absolute;
    top: 0;
    left: -40px;

}

.h3decor_white {

    position: relative;
}

.h3decor_white:after {
    content: url(/wp-content/uploads/h3_pre_white.svg);
    position: absolute;
    top: 0;
    left: -40px;

}

.price_single .mainprice span {
    color: #83868D;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}



.pre_studentov {
    backdrop-filter: blur(15px);
    --cut: 30px;

    clip-path: polygon(
            0 0,
            calc(100% - var(--cut)) 0,
            100% var(--cut),
            100% 100%,
            var(--cut) 100%,
            0 calc(100% - var(--cut))
    );
}

.mainprice_white span {
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white;
}

.cennik_section {

}

.blurme {
    backdrop-filter: blur(15px);
}

.black_n_white {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}


@media (min-width: 700px) {
    .prices_holder_footer > div:not(:last-of-type)::after {
        position: relative;
        content: "/";
        color: rgba(237, 235, 230, 0.16);
        font-family: Unbounded;
        font-size: 140px;
        font-weight: 200;
        line-height: 28px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: -130px;
        top: 70px;
    }

    .prices_holder > div:not(:last-of-type)::after {
        position: relative;
        content: "/";
        color: rgba(237, 235, 230, 0.16);
        font-family: Unbounded;
        font-size: 140px;
        font-weight: 200;
        line-height: 28px;
        margin-left: auto;
        margin-right: auto;
    }
}