/* Container holding the image and the text */

.centered-klien {
    position: absolute;
    top: 55%;
    left: 43%;
    transform: translate(-50%, -50%);
}

.image-container-klien {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: grayscale();
    color: black;
}

.logo-klien-3m {
    width: 180px;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.logo-klien-mpl {
    width: 160px;
    height: 80px;
    background-size: cover;
    background-position: center;
}

.logo-klien-dsv {
    width: 170px;
    height: 120px;
    background-size: cover;
    background-position: center;
}

.logo-klien {
    width: 250px;
    height: 130px;
    background-size: cover;
    background-position: center;
}

.image-finance {
    position: relative;
    width: 70%;
    height: 70%;
    border-radius: 15px 50px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 20px;
    margin-left: 40px;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.image-finance-top {
    position: absolute;
    width: 280px;
    height: 170px;
    border-radius: 15px 50px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-size: cover;
    margin-top: 170px;
    transform: translate(-60%, 20%);
}

.hero {
    position: relative;
    min-height: 100vh; /*viewport height akan memenuhi dimensi dari suatu layar */
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: grayscale();
    text-align: start;
    color: black;
}

.centered {
    position: absolute;
    top: 55%;
    left: 43%;
    transform: translate(-50%, -50%);
}

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

.mynavbar {
    background-color: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(4px);
}

.nav-item > a:hover {
    color: black;
    font-weight: bold;
}

/*code to change background color*/
.navbar-nav > .active > a {
    color: darkorange;
    font-weight: bold;
}

.section {
    min-height: 100vh;

    justify-content: center;
    align-items: center;
}

.portofolio-paragraf {
    font-size: large;
}

.header-tentang {
    text-align: center;
}

.tentang-paragraf {
    font-size: large;
    text-align: center;
}

.header-klien {
    text-align: center;
}

.padding-portofolio {
    padding-top: 130px;
}

.padding-tentang {
    padding-top: 120px;
}

.padding-klien {
    padding-top: 120px;
    padding-bottom: 100px;
}

.button-logistik:hover {
    color: white;
    font-weight: bold;
    background-color: darkorange;
    border-color: darkorange;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div .shadow {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 130%;
    left: 55%;
    overflow: visible;
}

img.logo {
    position: relative;
    max-width: 250%;
    max-height: 50%;
    border-radius: 15px 50px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* margin-top: -5%; */
}

div .shadow-tentang {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 130%;
    left: 55%;
    overflow: visible;
}

img.logo-tentang {
    position: relative;
    max-width: 40%;
    max-height: 40%;
    border-radius: 15px 50px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* margin-top: -5%; */
}

/* tablet */
@media (max-width: 768px) {
    html {
        font-size: 80%;
    }

    .image-container {
        position: relative;
        width: 100%;
        height: 60%;
        background-size: cover;
        background-position: center;
        z-index: -1;
        filter: grayscale();
        text-align: start;
        color: black;
    }

    .text-hero {
        margin-left: 5%;
    }

    .centered {
        position: absolute;
        top: 60%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    button {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    div .shadow {
        position: absolute;
        max-width: 45%;
        max-height: 55%;
        top: 115%;
        left: 50%;
        overflow: visible;
    }

    .padding-portofolio {
        padding-top: 50px;
    }

    .padding-tentang {
        padding-top: 10px;
    }

    .padding-klien {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .portofolio-paragraf {
        font-size: small;
    }

    .tentang-paragraf {
        font-size: small;
    }

    img.logo {
        position: relative;
        max-width: 300%;
        max-height: 30%;
        border-radius: 15px 50px 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* margin-top: -5%; */
    }

    div .shadow-tentang {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 130%;
        left: 55%;
        overflow: visible;
    }

    img.logo-tentang {
        position: relative;
        max-width: 60%;
        max-height: 60%;
        border-radius: 15px 50px 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* margin-top: -5%; */
    }
}

/* mobile phone */
@media (max-width: 576px) {
    html {
        font-size: 60%;
    }

    .image-container {
        position: relative;
        width: 100%;
        height: 60%;
        background-size: cover;
        background-position: center;
        z-index: -1;
        filter: grayscale();
        text-align: start;
        color: black;
    }

    .text-hero {
        margin-left: 5%;
    }

    .centered {
        position: absolute;
        top: 60%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    button {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    div .shadow {
        position: absolute;
        max-width: 45%;
        max-height: 55%;
        top: 170%;
        left: 15%;
        overflow: visible;
    }

    .padding-portofolio {
        padding-top: 50px;
    }

    .padding-tentang {
        padding-top: 60px;
    }

    .padding-klien {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .portofolio-paragraf {
        font-size: small;
    }

    .tentang-paragraf {
        font-size: small;
    }

    img.logo {
        position: relative;
        max-width: 170%;
        max-height: 30%;
        border-radius: 15px 50px 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* margin-top: -5%; */
    }

    div .shadow-tentang {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 130%;
        left: 55%;
        overflow: visible;
    }

    img.logo-tentang {
        position: relative;
        max-width: 60%;
        max-height: 60%;
        border-radius: 15px 50px 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* margin-top: -5%; */
    }
}

/* mobile phone S*/
@media (max-width: 320px) {
    html {
        font-size: 50%;
    }

    .image-container {
        position: relative;
        width: 100%;
        height: 60%;
        background-size: cover;
        background-position: center;
        z-index: -1;
        filter: grayscale();
        text-align: start;
        color: black;
    }

    .text-hero {
        margin-left: 5%;
    }

    .centered {
        position: absolute;
        top: 60%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    button {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    div .shadow {
        position: absolute;
        max-width: 45%;
        max-height: 55%;
        top: 178%;
        left: 15%;
        overflow: visible;
    }

    .padding-portofolio {
        padding-top: 50px;
    }

    .padding-tentang {
        padding-top: 60px;
    }

    .padding-klien {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .portofolio-paragraf {
        font-size: small;
    }

    .tentang-paragraf {
        font-size: small;
    }

    img.logo {
        position: relative;
        max-width: 170%;
        max-height: 30%;
        border-radius: 15px 50px 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* margin-top: -5%; */
    }

    div .shadow-tentang {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 130%;
        left: 55%;
        overflow: visible;
    }

    img.logo-tentang {
        position: relative;
        max-width: 60%;
        max-height: 60%;
        border-radius: 15px 50px 30px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* margin-top: -5%; */
    }
}
