
.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-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-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-preve{
        top:290px;
        position: absolute;
        z-index: 10;
        left: 180px;
    }
    
    .owl-nextee{
        top: 290px;
        position: absolute;
        z-index: 10;
        right: 180px;
    }
    
}

.item{
    padding: 32px;
}

.item .ket{
    display: flex;
    height: 106px;
    justify-content: space-between;
    align-items: center;
}

.item .ket .rating{
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 24px 0px;
    margin-right: -32px;
    
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    background-color: #FA2929;
}

.item .ket .rating .star img{
    width: 22px;
    height: 22px;
}

.item .ket .rating .star{
    display: flex;
    gap: 8px;
    width: fit-content;
}

.item .ket .rating .star-opacity{
    display: flex;
    left: 0px;
    gap: 7px;
}

.item .ket .rating .star-opacity img{
    opacity: 0.7;
}

.item .ket .profil{
    display: flex;
    align-items: center;
    gap: 20px;
}

.item .ket .profil img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100%;
}

.item .ket .profil h2{
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.item .ket .profil h3{
    font-family: 'Inter', sans-serif;
    color: #94A3B8;
    font-weight: 400;
}

.item hr{
    border: none;
    height: 1px;
    background-color: #ADADAD;
    margin: 35px 0px 35px 0px;
}

.item .description{
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #94A3B8;
}

.clients-carousel .item img{
    width: 200px;
    height: fit-content;
}

/* Header */
.header-carousel .item{
    width: 100%;
    padding: 0px;
    height: 100vh;
    position: relative;
}

.header-carousel .item img{
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
}

.header-carousel .item .ts-slider{
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-top: 16px;
}

.header-carousel .item .desk{
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-carousel {
    margin-bottom: 0px;
}


/* Product */

.product-carousel .item{

    width: 100%;
    border-radius: 0px;
    padding: 0px;
    position: relative;
}

.product-carousel .item img{
    border-radius: 0px;
    height: 339px;
    width: 100%;
}

.product-carousel .item .title{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin: 5px 0px 8px 0px;
}

.product-carousel .item .kete{
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #94A3B8;
}

.product-carousel .item .prc-promo{
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #94A3B8;
    text-decoration: line-through;
    margin-top: 3px;
}

.product-carousel .item .prc-promo-white{
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: white;
    text-decoration: line-through;
    margin-top: 3px;
}

.product-carousel .item .price-red{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #FA2929;
    margin-top: -3px;
}

.product-carousel .item .terbaru{
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: white;

    padding: 12px 24px 12px 24px;
    background-color: #020617;
    width: fit-content;

    position: absolute;
    top: 0;
}

.product-carousel .item .promo{
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: white;

    padding: 10px 22px 10px 22px;
    background-color: #FA2929;
    width: fit-content;
    
    position: absolute;
    top: 0;
}

/* Portofolio */
.portofolio-slider{
    width: 100%;
}

.portofolio-slider img{
    width: 100%;
    height: 595px;
    object-fit: cover;
}

.header-carousel .owl-dots{
    position: absolute;
    top: 90vh;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 40;
}

.header-carousel .owl-dot{
    width: 20px;
    height: 20px;
    margin: 0px 7px;
}

.header-carousel .owl-dot span{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    ;
}

.header-carousel .owl-dots .active span{
    background-color: white;
}

.testi-carousel{
    box-shadow: -50px 0 0px 0px white, 50px 0 0px 0px white,0px -100px 30px 0px white, 0 6px 30px 0 rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 1);
}


/* mobile */
@media  (max-width: 600px){
    .header-carousel .item .ts-slider{
        font-family: "Poppins", sans-serif;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        color: white;
        margin-top: 16px;
    }

    .item .ket{
        display: flex;
        flex-wrap: wrap;
        height: fit-content;
        justify-content: space-between;
        align-items: center;
    }

    
.item .ket .rating{
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 4px 12px 4px 12px;
    margin-left: auto;
    margin-bottom: 0px;
    
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    background-color: #FA2929;
}

.ket .rating img{
    width: 30px;
    height: 30px;
}

.item .ket .star-opacity img{
    display: block;
    width: 23px;
    height: 23px;
}

.testi-carousel .item .ket .profil h2{
    font-size: 18px;
}

.testi-carousel .item{
    padding: 20px 32px 20px 32px;
}

.testi-carousel .item .description{
    font-size: 16px;
}

.testi-carousel .item hr{
    margin: 12px 0px ;
}

.portofolio-slider img{
    height: 200px;
}
    
}

@media (max-width: 1024px){
    

    .header-carousel .item{
        width: 100%;
        padding: 0px;
        height: 100vh;
        position: relative;
    }

    .header-carousel .item .ts-slider{
        font-size: 42px;
    }
    .portofolio-slider img{
        height: 400px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px){
    .header-carousel .item .ts-slider{
        font-family: "Poppins", sans-serif;
        font-size: 50px;
        font-weight: 600;
        text-align: center;
        color: white;
        margin-top: 16px;
    }
}