.custom-slider{

    padding: 0;

    height: 100%;

    overflow: hidden;

    position: relative;

}



.custom-slider .custom-slide{

    position: absolute;

    top: 0;

    width: 100%!important;

    height: 100%;

    z-index: 0;

    opacity: 0;

    transition: .3s ease-in-out;

}



.custom-slider .custom-slide:after {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.5);

}



.custom-slider .custom-slide.active{

    z-index: 10;

    opacity: 1;

    animation-play-state: running;

}





.custom-slide .fusion-column-wrapper{

    height: 100% !important;

    min-height: 100% !important;

    margin: 0 !important;

}





.slider-nav, .slider-scroll-down-wrapper, .slider-content-wrapper{

    z-index: 100;

    padding:0 130px;



}





.slider-scroll-down {

    display: flex;

    margin-bottom: 50px;

    width: max-content;

    position: relative;

    align-items: flex-start;

    height: 100%;

    padding: 25px 20px;

    margin-bottom: 0;

    }

.slider-scroll-down i {

    color:#fff;

    animation: slider-arrow 2s ease-in-out infinite alternate;

    font-size: 30px;

    transition: .2s ease-in-out;

}

.slider-scroll-down:hover i {

    color:var(--awb-color2);

}

@keyframes slider-arrow {



    0%{

        transform: translateY(0);

    }100%{

        transform: translateY(5px);    

    }



}









.nav-prev,.nav-next {

    height: 100%;

    min-height: 80px;

    bottom: 0;

    display: flex!important;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    width: 64px;

    height: 100%;

    z-index: 100;

    transition: .3s ease-in-out;

}





.slider-nav-wrapper {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: center;

    padding: 20px 15px;

    }

.slider-nav-btn {

    transform: scale(.7);

    width: 10px;

    height: 10px;

    position: relative;

    display: inline-block;

    border-radius: 50%;

    transition: .15s ease-out;

    cursor: pointer;

}

.slider-nav-btn:not(:last-of-type) {

    margin-bottom: 10px;

}

.slider-nav-btn.active {

    transform: scale(1);

}





.slider-nav-btn {

    background: var(--awb-color2)!important;

}



.slider-nav-btn:before {

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top:0;

    content: '';

    background: rgba(255,255,255,0);

    border-radius: 50%;

    transform: scale(0);

    transition: .15s ease-in-out;

}



.slider-nav-btn.active:before {

    transform: scale(1);

}



.slider-nav-btn:not(.active):hover:before {

    background: rgba(255,255,255,.8);

    transform: scale(1);

}



.slider-title {

    max-width: 1000px;

}



.slider-title h1 {

    .slider-title h1 {
    font-size: 3.3rem!important;
    line-height: 3.8rem!important;
    margin-bottom: 0!important;

    color:#fff!important;

}

.slider-title p {

    color:#fff;

    font-size:20px;

}



.slider-title p:before,

.desc p:before {

    content: '―';

    padding-right: 8px;

    font-family: 'Work Sans';

    opacity: .3;

    font-weight: 100!important;

}



@media only screen and (max-width: 1200px) {



.rozcestnik-text {

    position: relative!important;

    padding:15px 0 0 0!important;

    background:transparent!important;

    backdrop-filter: none!important;

}

#main .fusion-portfolio h2, #main .post h2, #wrapper #main .post h2, #wrapper #main .post-content .fusion-title h2, #wrapper #main .post-content .title h2, #wrapper .fusion-title h2, #wrapper .post-content h2, #wrapper .title h2, .fusion-modal h2, .fusion-tb-footer h2, .fusion-tb-page-title-bar h2, .fusion-widget-area h2, h2.entry-title {

    font-size: 36px!important;

    line-height: 48px!important;

}



}

@media only screen and (max-width: 800px) {



    .slider-content-wrapper {

        padding:0 30px!important;

    }

    .slider-title p,

    .desc p {

        font-size: 16px!important;

    }

    .slider-title p:before,

    .desc p:before,

    .slider-scroll-down {

        display:none!important;

    }

    .slider-title h1 {

        font-size: 32px!important;

        line-height: 44px!important;

    }



    

}





@media only screen and (max-width: 600px) {





}

