﻿.carousel-slide-wrapper {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}

.carousel-slide {
    min-width: 100%;
    width: 100%;
    box-sizing: border-box; 
    flex-shrink: 0; 
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    opacity: 0.7;
    transform: scale(0.95); 
    position: relative; 
    height: 300px;
    overflow: hidden; 
}

    .carousel-slide.active {
        opacity: 1; 
        transform: scale(1); 
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3); 
    }
.carousel-container.relative.w-full.overflow-hidden.shadow-lg.carousel-detail .carousel-slide,
.carousel-container.relative.w-full.overflow-hidden.shadow-lg.carousel-detail .object-cover {
    height: 500px !important;
}

.carousel-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .carousel-container::-webkit-scrollbar {
        display: none; 
    }

    .carousel-container.relative.w-full.overflow-hidden.shadow-lg {
        width: 130%;
        margin-left: -14%;
        border-radius: 20px;
        margin-bottom: 30px;
    }
button.next-btn, button.prev-btn {
    background: white;
    padding:10px !important;
}
    button.next-btn svg path, button.prev-btn svg path {
        color: #35A1DE;
    }
.object-cover {
    height: 300px !important;
}
.object-cont {
    position: absolute;
    width: 40%;
    height: 100%;
    background: #082C90;
    background: linear-gradient(45deg,rgba(8, 44, 144, 1) 0%, rgba(6, 0, 81, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
    .object-cont:after {
        content: "";
        background-image: url(../img/slides/banners-arrow.png);
        position: absolute;
        left: -20%;
        z-index: 99;
        width: 1020px;
        height: 100%;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
img.object-content {
    max-width: 420px;
    max-height: 130px;
    position: relative;
    z-index: 999;
    left: 2%;
}
.carousel-container.relative.w-full.overflow-hidden.shadow-lg.carousel-detail {
    background: #dedede !important;
    margin: 0px 0 50px;
    width: 100% !important;
    position: relative;
    top: 20px;
}
