.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    /* background: linear-gradient(to bottom,rgba(14,29,51,.8),rgba(14,29,51,0.2)); */
    background: linear-gradient(to bottom,rgba(51, 41, 14, 0.295),rgba(51, 38, 14, 0.2));
}

.hero-slider{
    width: 100vw;
    margin: auto;
    height: 89vh;
    overflow: hidden;
}

.hero-slider .carousel-cell{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-attachment: center;
    align-items: center;
}

.hero-slider .carousel-cell .inner{
    position: absolute;
    top:50%;
    transform:  translateY(-50%);
    color:white;
    text-align: center;
    background-color: rgba(65, 65, 59, 0.5);
    padding:50px 0;
    padding-top: 60px;
}


.hero-slider .carousel-cell .inner .title{
    font-family: moms;
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 40px;
    letter-spacing: 3px;
    color:#c6bcae;
    width: 100%;
    margin: auto;
}

.hero-slider .carousel-cell .inner .sub{
    font-family: mont;
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 300;
    /* color:rgba(255,255,255,0.5); */
    margin-bottom: 5px;
    width: 60%;
    margin:auto
}
.hero-slider .carousel-cell .inner .btn{
    border: 1px solid #fff;
    padding:14px 18px;
    text-transform: uppercase;
    font-family: moms;
    font-size: 20px;
    color:#fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-slider .carousel-cell .inner .btn:hover{
    background-color: #fff;
    color:#000;
}

.hero-slider .flickity-prev-next-button{
    width: 80px;
    height: 80px;
    background:transparent;
}

.hero-slider .flickity-prev-next-button:hover{
    background:transparent ;
}

.hero-slider .flickity-prev-next-button .arrow{
    fill:white;
}

.hero-slider .flickity-page-dots{
    bottom:30px;
}

.hero-slider .flickity-page-dots .dot{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    opacity: 1;
    background:rgba(255,255,255,.5);
    border:3px solid white;
    margin: 0 5px;
}

.hero-slider .flickity-page-dots .dot.is-selected{
    background : white;
    border: 3px solid white; 
}

.slide_nuovo{
    position: absolute;
    top: 12px;
    left: 0;
    text-align: center;
    margin: auto;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 120px;
    left: calc(50% - 60px);
    background-color: #fff0;
}

.slide_nuovo h3{
    margin: 0;
    border: 1px solid #fff;
    padding: 11px 15px;
    text-transform: uppercase;
    font-family: moms;
}

@media only screen and (max-width:1110px){
    
    .hero-slider .carousel-cell .inner .title{
        font-size: 30px;
    }
        
    .hero-slider .carousel-cell .inner .sub{
        font-size: 20px;
    }

    
.hero-slider .carousel-cell{

    background-position-x: center !important;
}
}

@media only screen and (max-width:610px){
    .hero-slider{
        height: 90vh;
        margin-top: 110px;
    }
    
.hero-slider .carousel-cell .inner .sub{
    font-size: 16px;

}

.hero-slider .carousel-cell .inner .title{
    font-size: 20px;
}
}