/* nav bar */
.navbar {
    width: 100%;
    position: fixed;
    z-index: 2;
}

.navbar-brand   {
    font-size: 10px;
}
.navbar-brand, .nav-link    {
    color: white !important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    font-size: 15px;
}

.navbar-brand img {
        -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
        margin: 1px;
        height: 30px;
}

/* slide */
.carousel::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;
}


.carousel-caption h5   {
    font-weight: 500;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    font-size: 20px;
    margin-top: 50px;
}

.carousel-caption p   {
    font-weight: 100;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}


.carousel-item .carousel-caption h5, p {
    position: relative;
    z-index: 1;
}


/* Info Panell */

.info-panel    {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    margin-top: -50px;
    background-color: white;
    padding: 25px;
}
.info-panel {
    position: relative;
    z-index: 1;
}

.info-panel img {
    margin-top: 10px;
    width: 50px;
    margin-right: 15px;
    margin-left: 15px;
}

.info-panel h4  {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
}

.info-panel p   {
    font-size: 14px;
    color: #cacaca;
    margin-top: -5px;
    font-weight: 200;
}


/* utility */
.tombol {
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #02a6a0;
    border-color: #02a6a0;
    display: #f08519;
}


/* dekstop versi */
@media (min-width: 768px) { 
.nav-link   {
    text-transform: uppercase;
    margin-right: 30px;
}
.navbar{
    position: relative;
    z-index: 1;
}
.nav-link:hover::after {
    content: '';
    display: block;
    border-bottom: 3px solid #02a6a0;
    width: 30%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
}
.navbar-brand, .nav-link    {
    color: white !important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    font-size: 15px;
}

.navbar-brand img {
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
        margin: -5px;
        height: 45px;
    }
 /* slide */
.carousel  {
    position: relative;
    z-index: 0;
    margin-top: -72px;
}

.carousel-item  {
    height: 640px;
}

.carousel-item img {
    margin-top: -120px;
}

.carousel-caption h5   {
    font-weight: 500;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    font-size: 30px;
    margin-top: -150px;
}

.carousel-caption p   {
    font-weight: 200;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
}

/* info */
.info-panel    {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    margin-top: -100px;
    background-color: white;
    padding: 30px;
}
.info-panel {
    position: relative;
    z-index: 1;
}

.info-panel img {
    width: 80px;
    margin-right: 5px;
    margin-left: 5px;
}

.info-panel h4  {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}

.info-panel p   {
    font-size: 14px;
    color: #cacaca;
    margin-top: -5px;
    font-weight: 200;
}

}