/* Navbar */
.navbar {
    position: relative;
    z-index: 1;
}
.navbar-brand {
    font-family:  'Viga', sans-serif;
    font-size: 32px;
}


/* Jumbotron */
.jumbotron {
    /* background-image: url(img/jumbotron-bg-home.jpg); */
    background-size: cover;
    height: 440px;
    text-align: center;
    position: relative;
    
}

.dnf {
    height: 640px;
}

.home {
    background-image: url(img/jumbotron-bg-home.jpg);
}
.kfr {
    background-image: url(img/jumbotron-bg-kfr.jpg);
}
.horas {
    background-image: url(img/jumbotron-bg-horas.jpg);
}

.jumbotron .container {
    z-index: 1;
    position: relative;
}

.jumbotron::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0) );
    position: absolute;
    bottom: 0;
}

.jumbotron .display-4 {
    color: white;
    margin-bottom: 20px;
    margin-top: 80px;
    font-weight: 200;
    text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.6);
    font-size: 40px;
}

.jumbotron .display-4 span {
    font-weight: 500;
}

.jumbotron .subjudul {
    color: white;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 200;
}


/* Info Panel */
.info-panel {
    box-shadow: 0 3px 20px rgba(0,0,0,0.5);
    border-radius: 12px;
    margin-top: -100px;
    background-color: white;
    padding: 30px;
}

.tkdd {
    margin-top: 20px;
}

.info-panel img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
}


.info-panel h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}

.info-panel p {
    font-size: 14px;
    color: #ACACAC;
    margin-top: -5px;
    font-weight: 200;
}

/* Working Space */
.workingspace {
    margin-top: 30px;
    text-align: center;
}

.workingspace h3 {
    font-size: 52px;
    font-weight: 200;
    /* text-transform: uppercase; */
    margin-top: 30px;

}

.workingspace h3 span {
    font-weight: 500;
}

.workingspace p {
    font-size: 18px;
    color: #ACACAC;
    font-weight: 200;
    margin: 30px 0;
}

/* Testimonial */
.testimonial {
    margin-top: 60px;
}

.testimonial h5 {
    text-align: center;
    font-weight: 200;
    font-style: italic;
    font-size: 24px;
}

.testimonial figure img {
    width: 60px;
    margin: 20px 10px 10px;
    opacity: 0.6;
}


.testimonial figure img.utama {
    width: 90px;
    opacity: 1;
    margin-top: 5px;
}

.testimonial figure h5 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #1C2C5D;
}

.testimonial figure p {
    font-size: 12px;
    color: #ACACAC;
    font-style: italic;
    margin-top: -5px;
    
}

.testimonial figcaption {
    text-align: center;
}

/* FOOTER */
.footer {
    margin-top: 100px;
    padding-top: 20px;
}

.dak {
    margin-top: -31px;
}

.footer p {
    color: #ACACAC;
    font-size: 14px;
}


/* Utility */
.tombol {
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 16px;
}


/* DESKTOP VERSION */
@media (min-width: 992px) {
    .navbar-brand, .nav-link {
        color: black !important;
        /* text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.7); */

    }
    .nav-link {
        text-transform: uppercase;
        margin-right: 30px;
    }

    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: solid 3px #0B63DC;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .jumbotron {
        margin-top: -75px;
        height: 400px;
    }

    .jumbotron .display-4 {
        margin-top: 60px;
        font-size: 42px;
    }

    .jumbotron .subjudul {
        margin-bottom: 50px;
    }
    
    .workingspace {
        text-align: left;
    }

    .testimonial h5 {
        font-size: 32px;
    }

    .tombol {
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 16px;
    }
}