*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* navbar */
.navbar{
    background-color: #00293B;
    color: #fff;
}

.navbar img{
    width: 100px;
}

.navbar-toggler{
    border-color: #FFF;
}

.navbar-toggler:focus{
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

/* Accounting Service */
.as{
    margin-top: 7.5rem;
}

.isi-as{
    display: flex;
}

.txt-as{
    margin-left: 50px;
}

/* Keunggulan */
.keunggulan{
    background-color: #003751;
    padding-bottom: 2rem;
}

.txt-keunggulan{
    margin-top: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #003751;
}


.icon{
    margin-top: 36px;
}

.icon-2{
    margin-top: 23px;
}

.icon-3{
    margin-top: 36px;
}

.icon-4{
    margin-top: 12px;
}

.icon-5{
    margin-top: 39px;
}

.icon-6{
    margin-top: 25px;
}

.list-txt-keunggulan{
    display: flex;
    justify-content: center;
}

.txt-ku-kiri{
    width: 500px;
}

/* Hubungi */
.hubungi{
    margin-top: 30px;
    margin-bottom: 30px;
}

.button-hubungi button{
    background-color: #E71C3E;
    border: 0;
    border-radius: 10px;
    width: 230px;
    height: 40px;
}

/* Footer */
.footer{
    background-color: #00293B;
}

.isi-footer{
    display: flex;
    justify-content: space-around;
}

.txt-footer{
    padding-top: 30px;
}

.txt-footer h5{
    font-size: 36px;
}

.location{
    margin-top: 60px;
}

@media (min-width: 360px) and (max-width: 760px){
    /* Accounting Service */
    .isi-as{
        display: block;
    }
    .img-as img{
        width: 100%;
        display: block;
        margin: auto;
        padding: auto;
    }
    .txt-as{
        padding-top: 20px;
        margin: 0;
    }
    .txt-as p{
        margin-bottom: 30px;
    }
    .txt-as img{
        top: 30px;
        display: block;
        margin: auto;
        padding: auto;
        width: 100%;
    }

    /* Keunggulan */
    .list-txt-keunggulan{
        display: block;
    }
    .txt-ku-kiri{
        width: 100%;
    }

    /* Footer */
    .txt-footer h5{
        font-size: 20px;
    }
    .txt-footer p{
        font-size: 14px;
    }
    .isi-footer{
        display: block;
    }
}
@media (min-width: 760px) and (max-width: 1200px){
    /* Accounting Service */
    .img-as img{
        width: 300px;
    }
    .txt-as p{
        font-size: 15px;
    }
    .txt-as img{
        width: 200px;
    }

    /* Keunggulan */
    .list-txt-keunggulan{
        gap: 15px;
    }
    .txt-ku-kiri{
        width: 350px;
    }

    /* Footer */
    .txt-footer h5{
        font-size: 24px;
    }
    .txt-footer p{
        font-size: 18px;
    }
    .location{
        width: 300px;
        margin-top: 30px;
    }
}