/* Navbar */
.navbar {
    position: relative;
    z-index: 1;
}

.navbar img{
    width: 250px;
    height: 50px;
}

.navbar-brand {
    font-family: 'ZCOOL QingKe HuangYou', cursive;
    font-size:  32px;
}

/* Jumbotron */
.jumbotron {
    background-image: url(img/jumbotron-bg.jpg);
    background-size: cover;
    height: 540px;   
    text-align: center;
    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 .container{
    z-index: 1;
    position: relative;
}
.jumbotron .display-4{
    color: white !important;
    margin-top: 90px;
    font-weight: 200;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    font-size: 40px;
    margin-bottom: 30px;
}

.jumbotron .display-4 span{
    font-weight: 500;
}

/* Info panel */
.info-panel{
    box-shadow: 0 3px 20px rgba(0,0,0,0.5);
    border-radius: 15px;
    margin-top: -100px;
    background-color: white;
    padding: 30px;
}

.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 h3{
    font-size: 20px;
    font-weight: 300;
    text-align: center;

    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #2d3436;
}
.info-panel p{
    font-size: 14px;
    color: #2d3436;
    margin-top: -5px;
    font-weight:400;
}
.info-panel h5{
    font-size: 15px;
    color: #2d3436C;
    margin-top: -5px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #2d3436;
    padding-bottom: 10px;
}

/* service */
.judul-service{
    margin-top: 60px;
    text-align: center;
    text-transform: uppercase;
}
.card{
    margin-top: 40px;
}

.service img{
    width: 60px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.service h3{
    font-size: 52px;
    font-weight: 200;
    text-transform: uppercase;
}

.service h5{
    font-size: 30px;
    font-weight: 200;
}

.service p{
    font-size: 15px;
    color: #2d3436;
    margin-top: -5px;
    font-weight: 400;
}

.card{
    text-align: center;
}


/* career */
.career {
    margin-top: 100px;
    text-align: center;
}
.career h3{
    font-size: 52px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 45px;
}
.career h3 span{
    font-weight: 500;
}

.career img{
    border-radius: 30px;
}

.career p {
    font-size: 18px;
    font-weight: 400;
    margin : 25px 0;
    color: #2d3436;
}

.desc{
    margin-top: 100px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.desc h3 {
    font-size: 52px;
    margin-top: 100px;
}
.desc h3 span{
    font-weight: 800;
    text-transform: uppercase;
    font : bold;
}

.desc p {
    font-size: 18px;
    font-weight: 400;
    margin : 25px 0;
    color: #2d3436;
}
.founder{
    margin-top: 10px;
    text-align: center;
}
.founder h3 {
    font-size: 52px;
    margin-top: 100px;
}
.founder h3 span{
    font-weight: 800;
    text-transform: uppercase;
    font : bold;
}

.founder p {
    font-size: 18px;
    font-weight: 400;
    margin : 25px 0;
    color: #2d3436;
}
.founder p span{
    font : bold;
    font-weight: 750;
}

.getintouch h4{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.getintouch img{
    width: 60px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.getintouch li span{
    font-weight: 800;
    text-transform: uppercase;
    font : bold;
}

.social img{
    width: 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    
}

.footer {
    margin-top: 20px;
}
.footer p{
    color: #2d3436;
    font-size: 18px;
    font-weight: 400px;
}
/* Nav AddOns */
.tombol{
    text-transform: uppercase;
    border-radius: 40px;
}

.tombolkontak{
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 20px;
}

/*popup*/





/* Desktop Version */
@media (min-width: 992px) { 
    .navbar {
        position: fixed;
        z-index: 2;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .navbar.scrolled {
        background: rgb(68, 68, 68); /* IE */
        background: rgba(0, 0, 0, 0.78); /* NON-IE */
    }
    .navbar-brand, .nav-link {
        color: white !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }
    .nav-link {
        text-transform: uppercase;
        margin-right: 30px;
    }

    .nav-link:hover::after{
        content: '';
        display: block;
        border-bottom: 3px solid #0B63DC;
        width: 50%;
        margin: auto;
        padding-top: 5px;
        margin-bottom: -8px;
    }
    
    .jumbotron {
        margin-top :-75px;
        height: 640px;   
    }
    .jumbotron .display-4{
        font-size: 62px;
        margin-top: 150px;
    }

    
    .career {
        text-align: left;
    }
    .desc{
        text-align: left;
    }
    .founder{
        text-align: left;
    }

 }