.owl-item:not(.active) {
    transform: scale(0.1);
}
.owl-next, .owl-prev{
    background-color: #2AB151 !important;
    color: #fff !important;
}

/* .owl-prev{
    display: none !important;
} */

.container-cstm-image {
    position: relative;
}

.bottom-left-text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px;
    line-height:2;
    color:white;
    width: 100%;
    padding:5px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
}

.bottom-left-text-2 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px;
    line-height:2;
    color:white;
    width: 100%;
    padding:5px;
    font-weight: bold;
}

.bottom-left-text-3 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    font-size: 14px;
    line-height:2;
    color:white;
    width: 100%;
    padding:5px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
}

.img-cstm-2 { 
    width: 100%;
    height: auto;
}

.img-cstm-container {
    position: relative;
    width: 100%;
    border-radius: 10px !important;
}

.image-cstm {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px !important;
}

.overlayy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    height: 0%;
    transition: .5s ease;
    border-radius: 10px;
    color:#2AB151;
}

.img-cstm-container:hover .overlayy {
    height: 100%;
}

.img-cstm-container:hover > .bottom-left-text {
    display: none;
}

.article-carousel-2 .active .item {
    opacity: 1;
    transform: scale(1);
}

.article-carousel-2 .owl-item {
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    /* left: -150px !important; */
}

.article-carousel-2 .owl-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-carousel-2 .item {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    transform: scale(0.5);
    position: relative;
}

.wpa-item {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 100%;
}