
.desc_banner_custom1{
    bottom: 0em;
    color: white;
    background-color: rgba(0, 0, 0, .4);
    left: 0; 
    right: .4%; 
    margin-left: 2%;
    margin-right: .7em;
}

.desc_banner_custom2{
    bottom: 0em;
    color: white;
    background-color: rgba(0, 0, 0, .4);
    left: .5em; 
    right: 2.3%; 
    margin-left: 2%;
    margin-right: .3em;
    
}




@media (max-width:503px) {

    .desc_banner_custom1{
        bottom: 0em;
        margin-left: 1.1em;
        margin-right: .9em;
    }

    .desc_banner_custom2{
        bottom: 0em;
        margin-left: .6em;
        margin-right: 0.4em;
    }

    .teks-artikels{
        font-size: 1.2em;
    }

    .image_show_all{
        width: 1000px;
    }
   
}
@media (min-width:505px) {

    .image_show_all{
        width: 90em;
    }
   
}

@media (min-width:505px) and (max-width:1050px) {
    
    .desc_banner_custom1{
        bottom: 0em;
        margin-left: 1.1em;
        margin-right: .9em;
    }

    .desc_banner_custom2{
        bottom: 0em;
        margin-left: .6em;
        margin-right: 0.2em;
    }

    .teks-artikels{
        font-size: 1.2em;
    }
    
}

@media  (min-width:770px) and (max-width:1044px) {
    .desc_banner_custom1{
        bottom: 0em;
        margin-left: 1.1em;
        margin-right: .9em;
    }

    .desc_banner_custom2{
        bottom: 0em;
        margin-left: .6em;
        margin-right: .5em;
    }

}





.carousel .carousel-indicators li {background-color: rgba(0, 0, 0, .7);}
.carousel .carousel-indicators li.active {background-color: rgba(0, 0, 0, .7);}

.black_thingy{
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top 50%, black , transparent);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.img-zoom{
    transition: all .4s;
}

.img-zoom:hover{
    transform: scale(1.2);
}


@media (max-width:390px) {
.gambar_footer {
    transform: translateX(-1.5em);
}    


}


.link_custom{
    font-weight: bold;
    color: #0065d2;
    text-decoration: underline;
}

div.fav_1{
  height:20em;  
}


@media (min-width: 990px) {
    div.fav_3{
    height:20em; 
    }
}
@media (max-width: 765px) {
    div.fav_1{
    height: auto;

    }
}


