#navbar-utama{
    background-color: #ffff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.nav-active{
    color: blue !important;
    font-weight: bold;
}


.banner-header{
    position: relative;
    width: 100%;
    height: 75vh;
    object-fit: cover;
    filter: brightness(.35);
}
.banner-desc{
    color: white;
    position: absolute;
    bottom: 35%;
    left: 10%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .banner-header{
        height: 35vh;
    }
    .banner-desc{
        bottom: 70%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .banner-header{
        height: 50vh;
    }
    .banner-desc{
        bottom: 55%;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .banner-header{
        height: 75vh;
    }
    .banner-desc{
        bottom: 35%;
    }
}




.image-about-us{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.title-about-us{
    align-items: center;
}
.hr-1{
    margin: 0 !important;
    width: 50%;
    height: 3px;
    border: 0;
    background: rgb(255,184,0);
    background: linear-gradient(90deg, rgb(255, 166, 0) 0%, rgba(255,255,255,1) 91%, rgba(252,252,252,1) 100%);
}
.about-text{
    color: #FFB800;
}



.visi-misi{
    background-color: #F8F8F8;
}
.visi{
    display: flex;
    align-items: center;
}
.visi img{
    width: 10%;
}



#col-what-we-do .content{
    background-color: #FAF4D0;
    border-radius: 25px;
}
.content-top{
    width: max-content;
    border-radius: 20px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}


.list-logo{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F8F8F8;
}
.list-logo .content{
    width: 100%;
    max-width: 1450px;
    display: flex;
    flex-wrap: wrap;
}
.event-img{
    color: white;
}
.event-img .content img{
    filter: brightness(.5);
    width: 100%;
    height: auto;
    object-fit: cover;
}
.event-img .event-title{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    bottom: 8%;
    left: 0;
}
.event-title p{
    line-height: 1;
}
.event-title a{
    text-decoration: none;
    color: white;
}


footer{
    background-color: #333333;
}
@media only screen and (max-width: 425px) {
    .bottomFooter p{
        font-size: calc(25% + 1vmin) !important;
    }
}
@media only screen and (max-width: 768px) {
    .footerLogo{
        text-align: center;
    }
    .footerLogo img{
        width: 25%;
        height: auto;
        object-fit: contain;
    }
    .footerTitle p{
        text-align: center;
    }
}