.hero3{
    width: 100%;
    height: 600px;
    top: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: hsla(0, 0%, 15%, 1);
    background-color: black;
}
.hero3_bg_absolute{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.8;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 40px, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 40px, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.hero2{
    width:100%;
    height:470px;
    margin-top: 60px;
    position: fixed;
    z-index: -5;
    top:0;
    text-align: center;
}
.hero_clenstvi{
    width: 100%;
    height: 530px;
    position: fixed;
    z-index: -5;
    top: 0;
}
.hero_clenstvi_fluid{
    width: 100%;
    height: 470px;
    display: inline-block;
    position: relative;
}
.hero_slide2{
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: hsla(0, 0%, 15%, 1);
}
.hero_slide2_fluid{
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.hero_slide3{
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;

    top:50%;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero_text_cont{
    /* padding: 150px 15% 150px 15%; */
    color: white;
    top: 50%;
    width: 100%;
    left: 0%;
    height: 100%;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero_dekujeme_text_cont{
    padding: 150px 15% 150px 15%;
    color: white;
    width: 70%;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top:50%;
}
#slider_hero .slides{
    display: block;
    margin:0;
    padding: 0;
}
#slider_hero .slide{
    float:left;
    list-style-type: none;
    height: 100%;

}
.hero3_text_cont{
    position: relative;
    color: white;
    display: flex;

}
.hero3_text_cont_absolute{
    text-align: left;
    box-sizing: border-box;
    margin: 0px 10%;
    top: 50%;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 40%;
    width: min-content;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    height: 400px;
}
.hero3_text_cont_absolute_cont{
    color:white;
    padding: 50px;
    box-sizing: border-box;
    width: min-content;
    min-width: 600px;
    position: relative;
    border-left: 20px solid white;
}
.HC_bg_slider{
    color: white;
    top: 50%;
    width: 300%;
    height: 100%;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    transition: 1.3s;
}
.HC_bg_slide{
    width:calc(100% / 3);
    height:100%;
    display: inline-block;
    float: left;
    background-color: hsla(0, 0%, 15%, 1);
}
.HC_slide_cont_main{
    width: 100%;
    min-height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
}
.HC_slides_cont{
    display: inline-block;
    max-width: 600px;
    padding: 50px 100 100 100;
    z-index: 1;
    text-shadow: 0px 0px 11px rgb(0 0 0 / 50%);
}
.HC_slides_cont_fullmargin{
    padding:100px;
}
.HC_background{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    overflow: hidden;
}
.HC_background_inner{
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
}
.HC_background_inner_video{
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    opacity: .8;
}
.HC_background_blinder{
    width: 100%;
    height: 100%;
}
.HC_background_half{
    width:50%;
    left:0%;
}
.HC_background_half_2nd{
    width:50%;
    right:0%;
    left: unset;
}
.HC_blinder{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.HC_blinder_inner{
    width: 100%;
    height: 100%;
}
.HC_blinder_half_2nd{
    width:50%;
    right:0%;
    left: unset;
}
.HC_hero_text_1{
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.HC_hero_text_2{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.hero_text_1{
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.hero_text_1x{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    padding-bottom: 10px;
    width: 100%;
}
.hero_text_2{
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.hero_butt_cont{
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.hero_text_3{
    padding: 0 15% 0 15%;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.hero_ballz_offline{
    opacity:1;
    cursor: pointer;
    bottom:20px;
    left: calc(50%);
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero_ballz_offline_relative{
    position: relative;
}
.hero_ball_offline{
    width:25px;
    height: 25px;
    margin:5px;
    float:left;
    box-shadow: inset 0px 0px 0px 2px white;
    transition: 0.3s;
}


.hero_ball_online{
    width: 15px;
    height: 15px;
    margin: 10px;
    float: left;
    background-color: white;
    transition: 0.3s;
    position: absolute;
    pointer-events: none;
}
.hero_line_online{
   width: 0px;
    height: 2px;
    border-right: 0px solid white;
    margin: 10px 0px 9px 5px;
    float: left;
    background-color: white;
    position: absolute;
    bottom: -45px;
    pointer-events: none;
    opacity: 0.4;
}
@media (max-width:1000px){
    .hero_ballz_offline{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .hero3_text_cont_absolute{
        transform: translateX(0);
        bottom:0;
        top:unset;
        height: unset;
        margin: unset;
    }
    .hero3_text_cont_absolute_cont{
        min-width: unset;
        width: 100%;
        border-left:unset;
        border-top:10px solid white;
        padding: 50px;
        padding: 30px 30px 70px 30px;
    }
    .hero3_text_cont_absolute{
        width: 90%;
        left: 5%;
    }
    .hero3_bg_absolute{
        -webkit-clip-path: unset;
        clip-path: unset;
    }
}