html{
    margin: 0;
    padding: 0;

}
body {
    background-image: none;
    background-size: auto;
    background-color: white;
    width: 100%;
    height: 100vh;
    
}

.jasa-desain img{

    width: 100%;
    height: 100vh;
}
.jasa-desain div h3 {

    font-weight: 600;
    position: absolute;
    bottom: 100px; /* Atur jarak dari bawah */
    left: 80px; /* Atur jarak dari kiri */
    color: white;
    font-size: 60px;
    text-shadow: 0 0 10px gold;
}

.jasa-desain div h5{
    color: rgb(84, 77, 77);
    position: absolute;
    bottom: 80px;
    left: 80px;
    font-size: 20px;
    text-shadow: 0 0 5px white;
}

.layanan-kami{
    height: 75vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: rgb(0, 0, 0);
}
.layanan-kami .judul{

    display: block;
    width: 50%;
    
    /* background-color: aqua; */
}
.layanan-kami .judul h2{
    color: white;
    font-size: 30px;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 10px;
    
   
}
.layanan-kami .judul img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 400px;
    height: 280px;
    box-shadow: 0 0 5px white;
   
}
.layanan-kami .pilihan{
    z-index: 998;
    margin-top: 20px;
    width: 50%;
    
}

.layanan-kami .pilihan a {
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
    letter-spacing: 1px;
    align-items: start;
    display: flex;
    justify-content: first baseline;
    color: white;
    text-decoration: none;
    text-align: center;
    transition: ease-in .3s;
}
.layanan-kami .pilihan p{
    padding-left: 50px;
    color: white;
}
.layanan-kami .pilihan h5{
    color: gray;
    font-size: 30px;
    padding-right: 15px;
}
.layanan-kami .pilihan h4{
    color: gray;
    padding-right: 10px;
}
.layanan-kami .pilihan a:hover{
    color: gold;
}

/* Responsive */

@media screen and (max-width: 1100px) {
   
    .jasa-desain{
        
        height: auto;
    }
    .jasa-desain div h3{
        font-size: 4.5rem;
        position: absolute;
        top: 20rem;
    }
    .jasa-desain div h5{
        font-size: 1.5rem;
        position: absolute;
        top: 26rem;
    }
    .jasa-desain img{
        height: auto;
    }

    .layanan-kami {
        flex-direction: column;
        height: auto;
    }

    .layanan-kami .judul,
    .layanan-kami .pilihan {
        width: 100%;
    }

    .layanan-kami .judul h2 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .layanan-kami .judul img {
        width: 300px;
        height: auto;
    }
    .layanan-kami .pilihan{
        padding-bottom: 30px;

    }

}

@media screen and (max-width:768px) {
    .jasa-desain{
        height: auto;
       
    }
    .jasa-desain img{
        height: auto;
    }
    .jasa-desain div h3
    {
        font-size: 4.5rem;
       position: absolute;
        top: 22rem;

       
       
    }


    .jasa-desain div h5 {
        position: absolute;
        font-size: 2rem;
        top: 28rem;
    }

    .layanan-kami .judul h2 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .layanan-kami .judul img {
        width: 250px;
    }

    .layanan-kami .pilihan a {
        font-size: 24px;
    }
    

    .layanan-kami .pilihan h5 {
        font-size: 24px;
    }
}

@media (max-width:700px ){

    .jasa-desain div h3{
        font-size: 4.5rem;
        position: absolute;
        top: 20rem;
    }
    .jasa-desain div h5{
        font-size: 1.5rem;
        position: absolute;
        top: 26rem;
    }
}
@media (max-width:655px ){

    .jasa-desain div h3{
        font-size: 8.5rem;
        position: absolute;
        top: 35rem;
    }
    .jasa-desain div h5{
        font-size: 3.5rem;
        position: absolute;
        top: 45rem;
    }
}
@media(max-width:600px ){

    .jasa-desain div h3{
        font-size: 5.5rem;
        position: absolute;
        top: 30rem;
        left: 4rem;
    }
    .jasa-desain div h5{
        font-size: 2.5rem;
        position: absolute;
        top: 38rem;
        left: 4rem;
    }
}
@media (max-width:470px ){
    .layanan-kami .pilihan a{
        font-size: 5em;
    }
    .layanan-kami .pilihan p{
        padding-left: 30px;
    }
    .jasa-desain{
        height: 40vh;
    }
    .jasa-desain img{
        height: 40vh;
    }

    .jasa-desain div h3{
        font-size: 8.5rem;
        position: absolute;
        left: 10rem;
        top: 40rem;
    }
    .jasa-desain div h5{
        font-size: 2.5rem;
        position: absolute;
        left: 10rem;
        top: 52rem;
    }
}
@media (max-width:450px ){
    

    .jasa-desain div h3{
        font-size: 8.5rem;
        position: absolute;
        left: 10rem;
        top: 45rem;
    }
    .jasa-desain div h5{
        font-size: 2.5rem;
        position: absolute;
        left: 10rem;
        top: 57rem;
    }
}
@media (max-width:415px ){
    

    .jasa-desain div h3{
        font-size: 8.5rem;
        position: absolute;
        left: 10rem;
        top: 42rem;
    }
    .jasa-desain div h5{
        font-size: 2.5rem;
        position: absolute;
        left: 10rem;
        top: 55rem;
    }

}
@media (max-width:380px ){

    .jasa-desain div h3{
        font-size: 8.5rem;
        position: absolute;
        left: 10rem;
        top: 40rem;
    }
    .jasa-desain div h5{
        font-size: 2.5rem;
        position: absolute;
        left: 10rem;
        top: 52rem;
    }
}
@media (max-width:340px ){

    .jasa-desain div h3{
        font-size: 8.5rem;
        position: absolute;
        left: 10rem;
        top: 45rem;
    }
    .jasa-desain div h5{
        font-size: 2.5rem;
        position: absolute;
        left: 10rem;
        top: 55rem;
    }
}
@media (max-width:300px ){

    .jasa-desain div h3{
        font-size: 8.5rem;
        position: absolute;
        left: 10rem;
        top: 45rem;
    }
    .jasa-desain div h5{
        font-size: 2.5rem;
        position: absolute;
        left: 10rem;
        top: 55rem;
    }
}