/*   header   */
.navbarr li a {
    color: #464646;
    font-weight: 600;
}

.navbarr li a:hover {
    color: #FF6B00;
}

.navbarr .login a:hover {
    color: #fff;
}

.navbarr .logo img {
    height: 90px;
    width: 90px;
    margin-left: 25px;
}

.dropdown-menu li {
    position: relative;
}

.navbarr .dropdown .dropdown-item li:hover {
    color: #FF6B00 !important;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: 20px;
    margin-right: 5px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    pointer-events: none;
}

/*   content   */
.container {
    background-color: #FFFFFF;
    color: #636b6f;
    font-family: 'plus jakarta sans', sans-serif;
}

.jumbotron {
    margin-top: 80px !important;
}

.jumbotron h1 {
    font-size: 110px;
    background: -webkit-linear-gradient(to right, #004a1a, #006f3d);
    background: linear-gradient(to right, #004a1a, #006f3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 20px;
    margin-top: -35px;
    margin-bottom: -15px;
}

.jumbotron p {
    font-size: 20px;
    margin-left: 5px;
    font-weight: 100;
}

.gambar img {
    height: 400px;
    width: 500px;
    margin-top: -35px;
}

.breadcrumb li a {
    text-decoration: none;
    font-size: 18px;
    color: #FF6B00;
    font-weight: bold;
}

.breadcrumb {
    margin-left: 10px;
}

.breadcrumb .breadcrumb .tujuan {
    color: #636b6f;
    font-weight: bold;
    font-size: 30px;
    margin-top: -5px;
}

.berita img {
    height: 100px;
}

.text-img {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.agenda {
    padding-bottom: 150px;
}

.icon {
    color: #405FFF;
}

/*   footer   */
.footer {
    background-color: #2A2A2A;
    color: white;
}

.sosmed li a {
    margin-right: 10px;
    text-decoration: none;
}

.copyright {
    background-color: #2A2A2A;
    color: #616161;
    margin-bottom: -20px;
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    .navbarr li a {
        margin-left: 20px;
    }

    .navbarr .login a {
        margin-left: 5px;
        margin-top: 5px;
    }

    .navbarr .logo img {
        height: 70px;
        width: 70px;
        margin-top: 15px;
    }

    .jumbotron {
        margin-top: 80px !important;
        /* background-image: url('/assets/custom/image/home/Title.png'); */
        background-repeat: no-repeat;
        background-size: contain;
        height: 30vh;
    }

    .jumbotron h1 {
        display: block;
    }

    .jumbotron p {
        display: block;
    }

    .gambar img {
        display: block;
    }

 
}