.homepage-banner-block {
    min-height: 100vh;
    background: var(--bg);
    background-repeat: no-repeat;
    padding: 0;
    isolation: isolate;
    background-size: cover;
    background-repeat: no-repeat;overflow: hidden;height: 100vh;
}



.banner-slider-block .owl-dots{
    position: absolute;
    bottom: 3%;
    display: flex;
    justify-content: center;
  max-width: 100vw;
    width: 100%;}


.banner-slider-block .owl-dots .owl-dot span{margin:5px !important;transition:0.3s all ease-in-out;}

.banner-slider-block .owl-dots .owl-dot.active span {
    background: var(--lightgreen) !important;
    width: 37px;}

.homepage-banner-block  .top, .homepage-banner-block .bottom{
    width: 100%;

}

.banner-slider-block .homepage-banner-block::before{content:"";  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
    background: #00000080;}

.banner-slider-block{display: flex;
    max-height: 100vh;
    overflow: hidden;
    position: relative;    margin-block-start: 0 !important;}

.homepage-banner-block h1{
    color: var(--white);
    font-weight:700;
    font-size:var(--banner-text);
    max-width:1085px;margin:0;

}

.homepage-banner-block.w-1200 h1{
   
    max-width:1200px;margin:0;

}


.homepage-banner-block .content-block{    
    position: absolute;
    top: 0;
    height: 100vh;
    align-items: center;
    display: flex;
    padding: 0% 10vw;    width: 100%;
    box-sizing: border-box;} 


section:has(#banner-slider-slider){
    max-width: 100vw;
    overflow: hidden;
}


@media screen and (max-width:781px){

    /*.homepage-banner-block {*/
    /*    background: var(--m-bg);*/
    /*    background-size: cover;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*}*/
    /*.homepage-banner-block .banner-slider-block {*/
    /*    max-width: 100%;*/
    /*}*/
    
    /*.homepage-banner-block #banner-slider-slider h3{*/
    /*    max-width: 100%;*/
    /*}*/
    /*.homepage-banner-block #banner-slider-slider .item {*/
    /*    padding: 1rem;*/
    /*    clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% calc(100% - 60px), calc(100% - 60px) 100%, 20% 100%, 0 100%, 0 0);*/
    /*    border-radius: 5px;*/
    /*}*/
  
    /*.homepage-banner-block .top>div.right img {*/
    /*    max-width: 50vw;*/
    /*}*/
    .homepage-banner-block{
        min-height: unset;
    }

/*    .homepage-banner-block video {*/
/*        position: fixed;*/
/*        z-index: 0;*/
/*        top: 0;*/
/*        padding: 0;*/
/*        margin: 0;*/
/*        height: 100%;*/
/*        max-width: unset;*/
/*        aspect-ratio: 16 / 9;*/
/*        width: unset;*/
/*    }*/


/*.homepage-banner-block {*/
/*    min-height: 400px;}*/

/*    .homepage-banner-block{*/
/*        display: flex;*/
/*        justify-content: start;*/
/*        align-items: center;*/
/*        overflow: hidden;*/
/*        max-width: 100vw;   */
/*    }*/
}