/* Navbar */

.navbar {
    position: relative;
    z-index: 1;
}

.navbar-brand {
    /* font-family: Libre Baskerville; */
    font-family: Viga;
    /* font-family: Roboto; */
    font-size: 32px;
}

/* Jumbroton */
.jumbotron {
    background-image: url(img/img1.jpg);
    background-size: cover;
    height: 545px;
    text-align: center;
}

.jumbotron .container {
    position: relative;
    z-index: 1;
}

.jumbotron::after {
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    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;
    text-align: center;
    margin-top: 50px;
    font-weight: 100px;
    font-size: 40px;

}

.jumbotron .display-4 span {
    font-weight: 500;
}

.jumbotron .lead {
    color: white;
    text-align: center;
    margin-top: 50px;
    font-weight: 100px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-size: 40px;
}

.jumbotron .lead span {
    font-weight: 500;

}

/* Info Panel */
.info-panel {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    margin-top: 40px;
    background-color: white;
    padding: 30px;
    border-radius: 12px;
}

.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: 3px;
}

.info-panel p {
    font-size: 14px;
    color: #ACACAC;
    margin-top: -5px;
    font-weight: 200;
}

/* Workingspace */
.workingspace {
    margin-top: 100px;
    text-align: center;
}

.workingspace h3 {
    font-size: 52px;
    font-weight: 200px;
    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;
}

/* Akhir Workingspace */


/* Testimonial */

.testimonial {
    margin-top: 100px;
}

.testimonial h5 {
    text-align: center;
    font-weight: 200;
    font-style: italic;
    font-size: 25px;
    margin-top: 3px;
}

.testimonial figure p {
    text-align: center;
    font-weight: 200;
    font-style: bold;
    font-size: 12px;
    color: #ACACAC;
    margin-top: -5px !important;
}

.testimonial figure h5 {
    font-size: 16px;
    color: #1C2C5D;
    font-weight: bold;
    font-style: normal;
    margin-top: 5px;
}



.testimonial figure img {
    width: 60px;
    margin: 20px 15px 10px;
    opacity: 0.6s;
}

.testimonial figure img.utama {
    margin-top: 10px;
    opacity: 1;
    width: 90px;
}

.testimonial figcaption {
    text-align: center;
}

/* Akhir Testimonial */

/* Footer */
.footer {
    margin-top: 100px;
}

.footer p {
    color: #ACACAC;
    font-size: 18px;
}

/* Akhir Footer */


/* Utility */
.tombol {
    text-transform: uppercase;
    border-radius: 30px;

}

.contact {
    text-align: center;
}

/*  Dekstop Version */
@media (min-width: 992px) {

    .navbar-brand,
    .nav-link {
        color: white !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }

    .nav-link {
        text-transform: uppercase;
        margin: 3px;
    }

    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid #0B63DC;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }


    .jumbotron {
        margin-top: -75px;
        height: 665px;
    }


    .jumbotron .display-4 {
        font-size: 62px;
        margin-top: 150px;
    }

    .jumbotron .lead {
        font-size: 62px;
        margin-top: 50px;
    }

    .workingspace {
        text-align: left;
    }