
#service {
    background-color: #fff;
}

.containerprakerja {
    width: 100%;
    height: auto;
    padding: 0em 0em 5em;
    box-sizing: border-box;
}


.boxprakerja {
    width: 90%;
    height: auto;
    padding: 3em 0em 0em;
    margin: auto;
}


.teksstep {
    width: 100px;
    height: auto;
    background-image: linear-gradient(rgb(0, 102, 255), rgb(17, 17, 255));
    border-top-right-radius: 50px;
    border-left: 8px solid yellow;
    border-right: 10px solid #00f7ff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.teksstep p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}


.fototutorial {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}



.bottomketerangan {
    width: 100%;
    height: auto;
    padding: 0.25em 0.25em 0.25em;
    box-sizing: border-box;
    background: linear-gradient(45deg, rgb(0, 162, 255), rgb(0, 204, 255), rgb(1, 4, 161), #0077ff, #fffb00, rgb(0, 68, 255), rgb(0, 68, 255), rgb(0, 255, 255), rgb(238, 255, 0));
    background-size: 400%;
    transition: opacity .3s ease-in-out;
    animation: naruto 15s linear infinite;
    border-radius: 14px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.topketerangan {
    width: 100%;
    height: auto;
    padding: 0.5em 0.5em 0.5em;
    box-sizing: border-box;
    background-image: linear-gradient(#ffffff, #ffffff);
    border-radius: 12px;
}

.teksketerangan2 {
    margin-top: 20px;
}


.teksketerangan1 p{
    font-size: 16px;
    margin-bottom: 0px;
}

.teksketerangan1 span {
    font-weight: 700;
    color: #5c51ff;
}


.teksketerangan2 p{
    font-size: 16px;
    margin-bottom: 0px;
}

.teksketerangan2 span {
    font-weight: 700;
    color: #5c51ff;
 }

.teksketerangan1 ul {
    width: 80%;
    height: auto;
    margin: auto;
    margin-top: 10px;
}

.teksketerangan2 ul {
    width: 80%;
    height: auto;
    margin: auto;
    margin-top: 10px;
}


.teksketerangan1 li {
    margin-top: 5px;
}

.teksketerangan2 li {
    margin-top: 5px;
}




 

 @keyframes naruto {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
    }










/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 600 */	
@media screen and (min-width: 600px){

    .fototutorial {
        max-width: 50%;
        height: auto;
        display: block;
    }
  
}





/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 768 */	
@media screen and (min-width: 768px){

    .coverprakerja {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }

    .fototutorial {
        max-width: 40%;
        height: auto;
        display: block;
    }

    .coverketerangan {
        width: 55%;
        height: auto;
        padding: 1em 0em 0em;
        box-sizing: border-box;
    }
 
}






/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 992 */	
@media screen and (min-width: 992px){

    .coverprakerja {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }

    .fototutorial {
        max-width: 40%;
        height: auto;
        display: block;
    }

    .coverketerangan {
        width: 50%;
        height: auto;
        padding: 2em 0em 0em;
        box-sizing: border-box;
    }

} 	






/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 1200 */	
@media screen and (min-width: 1200px){

    .coverprakerja {
        width: 1200px;
        height: auto;
        margin: auto;
        display: flex;
        justify-content: space-around;
    }

    .fototutorial {
        max-width: 30%;
        height: auto;
        display: block;
    }

    .coverketerangan {
        width: 55%;
        height: auto;
        padding: 2em 0em 0em;
        box-sizing: border-box;
    }

    .teksketerangan1 p{
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 400;
    }

    .teksketerangan2 p{
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 400;
    }

    .teksketerangan1 li {
       font-size: 18px;
       font-weight: 400;
    }
    
    .teksketerangan2 li {
        font-size: 18px;
        font-weight: 400;
     }


} 	




/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 1400 */	
@media screen and (min-width: 1400px){

    .coverprakerja {
        width: 1400px;
        height: auto;
        margin: auto;
        display: flex;
        justify-content: space-around;
    }

    .fototutorial {
        max-width: 30%;
        height: auto;
        display: block;
    }

    .coverketerangan {
        width: 55%;
        height: auto;
        padding: 2em 0em 0em;
        box-sizing: border-box;
    }


    .teksketerangan1 p{
        font-size: 18px;
        margin-bottom: 0px;
    }

    .teksketerangan2 p{
        font-size: 18px;
        margin-bottom: 0px;
    }

    .teksketerangan1 li {
       font-size: 18px;
    }
    
    .teksketerangan2 li {
        font-size: 18px;
     }


} 	





/* BATAS WILAYAH RESPONSIVE DEKSTOP */
/* BATAS WILAYAH 1600 */	
@media screen and (min-width: 1600px){




} 	



/* BATAS WILAYAH SELESAI */	


