.single-hero-slider.single-animation-wrap.pt-100.pb-100.slick-slide.slick-current.slick-active,
.hero-slider-1 {
    height: 1000px;
}

.hero-slider-content-2.col-8 {
    margin-top: 200px;
    margin-bottom: 10px;
}

.hero-slider-content-2 h2,
.hero-slider-content-2 h1 {
    font-size: 66px;
    line-height: 80px;
    margin: 0 0 10px 0px;
}

@media (max-width: 640px) {
    .hero-slider-content-2 h2,
    .hero-slider-content-2 h1 {
        font-size: 3em;
        line-height: 80px;
        margin: 0 0 10px 0px;
    }
}


a.btn.c-secondary.outline-s.min-w-25.mt-1 {
    box-shadow: inset 0 0 1px 1px hsl(0deg 0% 100%/90%), 10px 13px 20px 0 rgb(0 0 0/30%) !important;
    background-color: hsla(0, 0%, 100%, .3) !important;
    -webkit-backdrop-filter: saturate(100%) blur(20px) !important;
    backdrop-filter: saturate(100%) blur(20px) !important;
    text-shadow: none;
    font-size: 18px;
    border-style: none;
}

h1.animated.fw-900.text-brand.mb-20 {
    color: white !important;
}

.text-description{
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    text-overflow: ellipsis !important;
    
  }

.slider-picture-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    /* min-height: 50vh; */
    display: flex!important;
    align-items : center;
}




