
.slider {
    /* margin-bottom: 20px; */
    position: relative;
    padding-left: 20px;
    
    width: w-full;
    overflow: hidden;
}

@media (min-width: 1024px){
    .slider {
        /* margin-bottom: 20px; */
        position: relative;
        padding-left: 20px;
        
        width: 500px;
        overflow: hidden;
    }
}

.slider .owl-item.active.center .slider-card {
    transform: scale(1.0);
    opacity: 1;
}

.slider-card {
    border-radius: 5px;
    
    transition: all 0.3s;

}

/* .slider-card img {
    width: 40px;
    height: 40px;
} */



/* COBAK
.slider{
    position: relative;
}
.custom-nav button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    top: 0;
    padding: 0;
    background: black;
}

.custom-nav {
   display: none;
}

@media (min-width: 1280px) {
    .custom-nav {
        display: flex;
        justify-content: center;
        transform: translateY(-1200%);
    }
}

.owl-prev{
    left: -600px;
}

.owl-next{
   right: -600px;
}

.custom-nav button img {
    width: 200px; 
    height: 50px;
} */
.owl-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.owl-item {
    width: 100%;
}

.owl-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius:16px;
}

.owl-preve{
    top:105px;
    position: absolute;
    z-index: 10;
    left: 30px;
}

.owl-nextee{
    top: 105px;
    position: absolute;
    z-index: 10;
    right: 30px;
}

@media (min-width: 768px){
    
.owl-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius:16px;
}

.owl-preve{
    top:165px;
    position: absolute;
    z-index: 10;
    left: 175px;
}

.owl-nextee{
    top: 165px;
    position: absolute;
    z-index: 10;
    right: 175px;
}
}

@media (min-width: 1000px){
    .owl-carousel {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .owl-item {
        width: 100%;
    }
    
    .owl-item img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        display: block;
        border-radius:16px;
    }
    
    .owl-preve{
        top:290px;
        position: absolute;
        z-index: 10;
        left: 180px;
    }
    
    .owl-nextee{
        top: 290px;
        position: absolute;
        z-index: 10;
        right: 180px;
    }
    
}
