*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.container-5{
    width: 100%;
    height: 550px;
    background-color: #c8cfbb;
    display: flex;
}
.box-left2{
    width: 50%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.4); */
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: #434f2c;
}
.kantener2{
    width: 100%;
    height: 80%;
    display: flex;
   overflow-x: scroll;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  
}

.kantener2 .gallery{
    width: 100%;
    /* display: flex; */
    grid-template-columns: auto;
    grid-gap: 10px;
    padding: 2px;
    flex: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.kantener2 .gallery img{
    width: 100%;
    height: 100%;
}

.kantener2::-webkit-scrollbar{
    display: none;
}

.controller{
    width: 100%;
    height: 10%;
    /* background-color: aliceblue; */
    display: flex;
}

.box-right2{
    width: 50%;
    height: 100%;
    color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c8cfbb;
}

.inbox-l, .inbox-r {
    padding: 0px 15px;
    width: 550px;   /* --------*/
    height: 500px;
    /* background-color: rgba(0,0,0,0.4); */
    align-content:space-evenly ;  
}

.inbox-l h1, h4, p{
    color: whitesmoke;
    padding: 4px 0px;
    
}

/* media-----------------1024, 912-x, 768, 600, 390*/

@media screen and (max-width:1024px) {
    @media screen and (max-width:1024px) {
    .container-5{
        width: 100%;
        height: 500px;
        display: flex;
    }
}

    .inbox-l , .inbox-r {
        padding: 0px 10px;
        width: 450px;   /* --------*/
        height: 400px;
        align-content:space-evenly ;
    }
}


@media screen and (max-width:768px) {
    .container-5{
        width: 100%;
        height: 500px;
        display: flex;
    }
    .inbox-l, .inbox-r{
        padding: 0px 10px;
        width: 400px;   
        height: 370px;
        align-content:space-evenly ;
    }
    .inbox-l h1{
        font-size: 32px;
    }
    .inbox-l h4{
    font-size: 16px;
    }
    .inbox-l p{
        font-size: 14;
    }
}



@media screen and (max-width:600px) {
    .container-5{
        width: 100%;
        height: 800px;
        background-color: #c8cfbb;
        display:grid;
    }
    .inboxl, .inbox-r{
        padding: 0px 10px;
        width: 400px;   /* --------*/
        height: 400px;
        align-content:space-evenly ;
    }
    .box-right2{
        width: 100%;
        height: 100%;

    }
    .box-left2{
        width: 100%;
        height: 100%;
        
    }
    .inbox-l h1{
        font-size: 22px;
    }
    .inbox-l p{
        font-size: 14px;
    } 
}

@media screen and (max-width:390px) {
    .container-5{
        width: 100%;
        height: 600px;
        background-color: #c8cfbb;
        display:grid;
    
    }
    .inbox-l, .inbox-r{
        /* margin: 10px; */
        padding: 10px;
        width: 290px;   /* --------*/
        height: 290px;
        align-content:space-evenly ;
    }
    .box-right2{
        width: 100%;
        height: 100%;

    }
    .box-left2{
        padding: 5px;
        width: 100%;
        height: 100%;
        
    }
    .inbox-l h1{
        font-size: 15px;
    }
    .inbox-l h4{
        font-size: 10px;
    }
    .inbox-l p{
        font-size: 8px;
    }
}