@media (min-width: 375px) {
    .foto-background {
        position: absolute;
        right: 52%;
        bottom: -4%;
        z-index: -1;
    }

    .front {
        margin-top: -2%;
    }

    .foto-walkot2 {
        margin-top: 1rem;
        margin-left: -1rem;
        width: 110% !important;
    }

    .title {
        top: -28%;
        left: 9%;
    }

    .tombol-depan {
        margin-left: 2.5rem;
        margin-top: 0px !important;
    }

    .content-text-2 {
        text-align: center;
    }

    .image-ispu {
        width: 7rem;
    }

    .ispu_timestamp {
        height: 13rem;
    }

    .brand-logo {
        margin-right: -1rem;
    }
}

@media (min-width: 425px) {
    .foto-background {
        position: absolute;
        right: 52%;
        bottom: -4%;
        z-index: -1;
    }

    .front {
        margin-top: -2%;
    }

    .foto-walkot2 {
        margin-top: 1rem;
        margin-left: -1rem;
        width: 110% !important;
    }

    .title {
        top: -28%;
        left: 16%;
    }

    .tombol-depan {
        margin-left: 2.5rem;
        margin-top: 0px !important;
    }

    .ispu_timestamp {
        height: 15rem;
    }
}

@media (min-width: 576px) {
    .foto-background {
        position: absolute;
        right: 52%;
        bottom: -4%;
        z-index: -1;
    }

    .front {
        margin-top: -2%;
    }

    .foto-walkot2 {
        margin-top: 1rem;
        margin-left: -1rem;
        width: 110% !important;
    }

    .title {
        top: -23%;
        left: 19%;
    }

    .tombol-depan {
        margin-left: 4rem;
        margin-top: 0px !important;
    }

    .ispu_timestamp {
        height: 15rem;
    }
}

@media (min-width: 768px) {
    body {

        background-color: white;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .foto-background {
        position: absolute;
        right: 20%;
        bottom: -3%;
        z-index: -1;
    }

    .tombol-depan {
        margin-left: 7rem;
        margin-top: 0px !important;
    }

    .title {
        top: -20%;
        left: 7%;
    }

    .hero-area-l-12 .content .btn {
        min-width: 181px;
        height: 45px;
        margin-top: 0px;
        margin-left: 7rem;
    }

    .foto-walkot2 {
        margin-top: 1rem;
        margin-left: -1rem;
        width: 110% !important;
    }

    .title {
        margin-bottom: 5rem;
    }

    .ispu_timestamp {
        height: 17rem;
    }
}

@media (min-width: 992px) {
    .foto-background {
        position: absolute;
        right: 0%;
        bottom: -4%;
        z-index: -1;
    }

    .title {
        margin-bottom: 5rem;
        top: 44%;
        left: 19%;
    }

    .foto-walkot2 {
        margin-top: 1rem;
        margin-left: 2rem;
        width: 110% !important;
    }

    .front {
        margin-top: -7%;
    }

    .ispu_timestamp {
        height: 20rem;
    }
}

@media (min-width: 1200px) {
    .foto-walkot {
        margin-top: -3rem;
    }

    body {

        background-color: white;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .tombol-depan {
        margin-left: 10rem;
        margin-top: 0px !important;
    }

    .hero-area-l-12 .content .btn {
        min-width: 181px;
        height: 45px;
        margin-top: 0px;
        margin-left: 9.5rem;
    }

    .foto-walkot {
        margin-top: -5rem;
    }

    .foto-walkot2 {
        margin-left: -7rem;
    }

    .front {
        margin-top: 4rem;
    }

    .title {
        margin-left: 3rem;
        top: 10%;
    }

    .foto-background {
        position: absolute;
        right: -44%;
        bottom: 21%;
        z-index: -1;
    }

    .image-ispu {
        width: 9rem;
    }
}

@media (min-width: 1400px) {
    .image-ispu {
        width: 12.5rem;
    }
}

body {
    background-color: white;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #43d1ee;
}

.p-2 div:hover span {
    color: white;
}

.verticalChart .ispu-category span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
}

.custom-bg-primary {
    background-color: rgb(53, 152, 219, 0.8);
}

.custom-bg-success {
    background-color: rgb(82, 211, 138, 0.8);
}

.custom-bg-warning {
    background-color: rgb(241, 195, 14, 0.8);
}

.custom-bg-danger {
    background-color: rgb(232, 76, 61, 0.8);
}

.custom-bg-black {
    background-color: rgb(52, 73, 94, 0.8);
}

.custom-text-primary {
    color: rgb(53, 152, 219, 1);
}

.custom-text-success {
    color: rgb(82, 211, 138, 1);
}

.custom-text-warning {
    color: rgb(241, 195, 14, 1);
}

.custom-text-danger {
    color: rgb(232, 76, 61, 1);
}

.custom-text-black {
    color: rgb(52, 73, 94, 1);
}
