#sliderHome {
    overflow: hidden !important;
    margin: 110px auto 0px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#sliderHome .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    background:var(--blackrgba1);
    text-align: center;
}





@media only screen and (max-width: 1123px) {
    #sliderHome {
        margin-top: 0px;

    }

}

#sliderHome .carousel-fade .carousel-item {
    transition-duration: 1.2s;
}





#sliderHome .title {
    font-size: 70px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.0;
    color: var(--white);
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 5px var(--blackrgba7);

}



@media (max-width: 767px) {
    #sliderHome .title {
        font-size: 60px;
    }

}





@media (max-width: 576px) {
    #sliderHome .title {
        font-size: 50px;
    }

}


.linkbtnslide {
    position: relative;
    z-index: 2;
}









