
 .overlay-container{
    top: 10%;
    right: 0%;
    background: #3F5042;
    box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.06);
    border-radius: 1000px 0px 0px 1000px;
    padding: 120px 132px 120px 120px;
}

.home-carousel{
    height: 850px;
}

.home-carousel .slick-list{
    height: 100%;
}
.home-carousel .slick-list .slick-track{
    height: 100%;
}
@media screen and (max-width:1400px){
    .overlay-container{
        top: 10%;
        padding: 90px 20px 120px 120px;
    }
}
@media screen and (max-width:1199px){
     .overlay-container{
        top: 9%;
        right: 1%;
        padding: 90px 20px 120px 120px;
    }
}
@media screen and (max-width:991px){
     .overlay-container{
        padding: 44px 26px;
        border-radius: 30px;
    }
     .overlay-inverted{

        top: 4%;
    }
    .overlay-container{
        position: unset !important;
    }
    .home-carousel{
        height: 450px !important;
        padding: 0;
    }
    .overlay-container{
        padding: 44px 26px;
    }
}
.slick-dots {
    bottom: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button {
    border: none;
    background: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    width: 50px;
    border-radius: 10px;
}



