#olahan-kambing {
    background-color: #F8F9FA;
}

.container-olahan{
    background-color: white;
    height: 80vh;
    border-radius: 24px;
}

.img-background-olahan{
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    top: 0;
    left: 0;
}

.btn-export{
    background-color: #ffff;
    border-radius: 16px;
}

.img-container{
  width: 200px;
  height: 100px;
}

#olahan-bg{
  background-image:
    /* linear-gradient(254.63deg, rgba(0,0,0,0) 45.19%, rgba(0,0,0,0.8) 73.82%), */
    url("/image/test-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
}

#olahan-title{
    color: black !important;
}

.btn-export img{
    border-radius: 8px;
}

.olahan-title-teks{
    font-size: 16px;
}
    
.indicator{
    width: 49%;
    padding: 3px 0;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
}

.carousel-indicator{
    z-index: 10;
}

.indicator.active{
    background-color: #ffff;
}

/* Fade transition support */
#olahan-bg,
#olahan-card {
    transition: opacity 0.4s ease;
}

#olahan-card{
    background-color: #ffffff;
}

.fade-out {
    opacity: 0;
}

@media(min-width: 1400px){
    .container-olahan{
    height: 70vh;
}
}


@media (max-width: 768px) {
    .container-olahan{
        height: auto;
    }
    .olahan-kambing{
        height: 250px;
    }
    
    .img-background-olahan{
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 24px !important;
        border-bottom-left-radius: 24px !important;
    }

    .img-container{
    width: 120px;
    height: 100px;
}

.olahan-desc h1{
    font-size: 28px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.olahan-title-teks{
    font-size: 14px;
}

#olahan-title{
    font-size: 14px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .img-container{
    width: 120px;
    height: 100px;
}
#olahan-title{
    font-size: 16px !important;
}
.olahan-desc h1{
    font-size: 36px !important;
}

 .img-background-olahan{
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 24px !important;
        border-bottom-left-radius: 24px !important;
    }

.container-olahan{
    height: auto;
}
  .olahan-kambing{
        height: 450px;
    }
    
}