/* 
    Created on : Jun 17, 2022
    Author     : Basuki Tafif - www.basukitafif.com
*/

html {
    scroll-behavior: smooth;
}

body {
    color: #5a5a5a;
}

/*ScrollBar*/
::-webkit-scrollbar {
    width: 5px
}
::-webkit-scrollbar-track {
    background: #f1f1f1
}
::-webkit-scrollbar-thumb {
    background: #888
}
::-webkit-scrollbar-thumb:hover {
    background: #555
}


a{
    text-decoration: none!important
}

.float-end{
    float: right!important
}

@media(max-width: 992px){
    .container{
        max-width: 100%;
        width: 100%!important;
    }
}

/*HEADER*/
#header{
    background: #FFF;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99
}

.logo{
}

.setBar{
}
.setBar a{
    padding-left: 25px
}
.setBar a span.icon{
    text-align: center!important
}
.setBar a span.teks{
}
.setBarDD{
    margin-top: 10px!important
}

.setBar a:hover > span.icon{
    color: #0066B9;
}

@media(max-width: 992px){
    .setBar{
    }
    .setBar a{
        padding-left: 0
    }
    .setBar a span.teks{
        display: none;
    }
}

/*Navbar & Link*/
.navbarB{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 3px 0;
}
/* Change navbar styling on scroll */
.navbarB.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.navbarB.active .nav-link {
    color: #555;
}

.navbarB.active .nav-link:hover,
.navbarB.active .nav-link:focus {
    color: #555;
}

.navbarB .navbar-brand img{
    width: 100px;
    float: left
}

.navbarB a{
    color: #FFF;
}
.navbarB a.nav-link{
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 600
}
.navbarB a.nav-link:hover, .navbarB a.nav-link:focus{
    color: #7F6A00;
}
.navbarB a.nav-link i{
    margin-right: 5px
}
.navbarB a.dropdown-item{
    color: #0066B9;
}

/*Hamburger*/
.navbarB .navbar-toggler{
    border: none;
    padding: 0;
    padding-top: 15px
}
.navbarB .navbar-toggler:focus{
    outline: none!important;
    box-shadow: none!important
}
.hamburger{
    width: 25px;
    height: 40px;
    display: block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}
.hamburger span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}
.navbarB.active .hamburger span{
    background: #0066B9;
}
.hamburger span:nth-child(1){
    top: 0px
}
.hamburger span:nth-child(2),.hamburger span:nth-child(3){
    top: 10px
}
.hamburger span:nth-child(4){
    top: 20px
}
.hamburger.open span:nth-child(1){
    top: 10px;
    width: 0%;
    left: 50%
}
.hamburger.open span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.hamburger.open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.hamburger.open span:nth-child(4){
    top: 10px;
    width: 0%;
    left: 50%
}

@media(max-width: 992px){
    .navbarB{
        padding: 2px 0;
    }
    .navbarB .navbar-brand img{
        width: 65px
    }
    .navbarB .navbar-brand span{
        padding-left: 0px
    }
}


/* Carousel */
.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    /*background-color: rgba(11,61,115,0.9);*/
    /*background-color: rgba(0, 102, 185, 0.7);*/
}

.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 200px;
    left: 50px;
    right: 50px;
}

.carousel-item .caption{
    margin-left: 20%;
    margin-right: 20%
}
.carousel-item .caption h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 700;
}
.carousel-item .caption p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: lighter
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

.carousel-item .caption .btn{
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}
.carousel-item .caption .btn:hover{
    background: #ffff00
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #666;
    border: 3px solid #CCC;
    opacity: 0.3;
}
.carousel-indicators .active {
    opacity: 0.9;
}


@media(max-width: 992px){
    .carousel-item::before {
        background-color: rgba(0, 0, 0, 0.6);
        /*background-color: rgba(11,61,115,0.9);*/
        /*background-color: rgba(0, 102, 185, 0.7);*/
    }
    .carousel-item .caption{
        margin-left: 0;
        margin-right: 0;
    }
    .carousel-item .caption h2 {
        font-size: 20px
    }
    .carousel-item .caption p {
        margin-bottom: 20px;
        font-size: 14px
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        font-size: 16px;
    }
}

/*POST*/
.post{
    background: #FFF;
    text-align: justify;
    padding: 50px 0
}
.post-item{
    margin-bottom: 50px;
}
.post-item.withBg{
    background: #DDD!important
}
.post-item .postInfo{
    margin-bottom: 5px
}
.post-item .postInfo span{
    font-size: 12px;
    color: #666
}
.post-item .postInfo a{
    font-size: 12px;
    color: #3333ff
}
.post-item h4{
    text-align: left;
    font-size: 18px;
    font-weight: bold
}
.post-item p{
    font-size: 14px;
    margin-bottom: 5px;
}

@media(max-width: 992px){
    .post{
        padding: 20px 0
    }
    .postImg{
        margin-bottom: 25px;
        overflow: hidden
    }
    .postImg img{
        /*height: 100%;*/
    }
    .post-item{
        margin-bottom: 50px;
    }
    .post-item h4{
        text-align: left;
        font-size: 16px
    }
    .post-item p{
        text-align: left;
        font-size: 14px
    }
}

/*EVENT*/
.event-item{
    position: relative;
    margin-bottom: 35px;
}
.event-item-info{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, 0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.event-item-info h4{
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    right: 100px;
    bottom: 20px;
    left: 20px
}
.event-item-info a{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.event-item-info:hover{
    background: rgba(0,0,0, 0.4)
}


/*PAGETITLE*/
.pageTitle{
    background-size: cover;
    background-attachment: fixed!important
}
.pageTitleLayer{
    background: rgba(0,0,0, 0.8);
    padding: 120px 0 50px
}
.pageTitleLayer h1{
    color: #FFF;
    font-weight: bold;
    margin-bottom: 10px
}
.pageTitleLayer p{
    color: #FFF;
    font-size: 18px;
    font-weight: 100;
    margin: 0
}
.rkBreadcrumb{
    text-align: right;
    margin-top: 25px
}
.rkBreadcrumb a{
    color: #FFF;
}
.rkBcSeparator .feather{
    width: 16px;
    height: 16px;
    color: #FFF!important
}
.pageBody{
    padding: 70px 0
}
@media(max-width: 992px){
    .pageTitleLayer h1{
        font-size: 26px
    }
    .pageTitleLayer p{
        color: #FFF;
        font-size: 14px
    }
    .pageBody{
        padding: 30px 0
    }
}

/*ABOUT*/
.about{
    padding: 50px 0;
}
.about img{
    margin-bottom: 25px
}
.about-item{
    margin-bottom: 40px;
}
.aboutTitle{
    text-align: center
}
.about-item h3{
    font-size: 24px;
    font-weight: bold
}
.about-item h4{
    font-size: 18px
}
.about-item ol, .about-item ul{
    padding-left: 15px
}
.about-item p{
    font-size: 16px;
    margin-bottom: 15px
}
.pengurus{
    text-align: center;
    margin-bottom: 30px
}
.pengurus img{
    width: 200px;
    margin-bottom: 10px;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #CCC
}
.pengurus h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px
}
span.separator{
    width: 50px;
    height: 3px;
    background: #666666;
    display: block;
    margin: 0 auto 20px
}
.pengurus h4{
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold
}
.pengurus p{
    margin-bottom: 35px
}

@media(max-width: 992px){
    .about{
        padding: 20px 0;
    }
    .about-item{
        margin-bottom: 30px;
    }
    .about-item h3{
        font-size: 18px
    }
    .about-item h4{
        font-size: 16px
    }
    .about-item p{
        font-size: 14px;
    }
    .about-item p, .about-item li{
        font-size: 14px
    }
    .pengurus img{
        padding: 5px
    }
    .pengurus h4{
        font-size: 16px
    }
    .pengurus p{
        margin-bottom: 35px;
        font-size: 14px
    }
}


/*KEGIATAN*/
.gallery{
    padding: 50px 0
}
/*Grid System*/
.gallery .row {
    margin-right: -3px;
    margin-left: -3px;
}
.gallery .col-1,.gallery .col-2,.gallery .col-3,.gallery .col-4,.gallery .col-5,.gallery .col-6,.gallery .col-7,.gallery .col-8,.gallery .col-9,.gallery .col-10,.gallery .col-11,.gallery .col-12,.gallery .col,
.gallery .col-auto,.gallery .col-sm-1,.gallery .col-sm-2,.gallery .col-sm-3,.gallery .col-sm-4,.gallery .col-sm-5,.gallery .col-sm-6,.gallery .col-sm-7,.gallery .col-sm-8,.gallery .col-sm-9,.gallery .col-sm-10,.gallery .col-sm-11,.gallery .col-sm-12,.gallery .col-sm,.gallery .col-sm-auto,
.gallery .col-md-1,.gallery .col-md-2,.gallery .col-md-3,.gallery .col-md-4,.gallery .col-md-5,.gallery .col-md-6,.gallery .col-md-7,.gallery .col-md-8,.gallery .col-md-9,.gallery .col-md-10,.gallery .col-md-11,.gallery .col-md-12,.gallery .col-md,
.gallery .col-md-auto,.gallery .col-lg-1,.gallery .col-lg-2,.gallery .col-lg-3,.gallery .col-lg-4,.gallery .col-lg-5,.gallery .col-lg-6,.gallery .col-lg-7,.gallery .col-lg-8,.gallery .col-lg-9,.gallery .col-lg-10,.gallery .col-lg-11,.gallery .col-lg-12,.gallery .col-lg,.gallery .col-lg-auto,
.gallery .col-xl-1,.gallery .col-xl-2,.gallery .col-xl-3,.gallery .col-xl-4,.gallery .col-xl-5,.gallery .col-xl-6,.gallery .col-xl-7,.gallery .col-xl-8,.gallery .col-xl-9,.gallery .col-xl-10,.gallery .col-xl-11,.gallery .col-xl-12,.gallery .col-xl,.gallery .col-xl-auto {
    padding-right: 3px;
    padding-left: 3px;
}
.gallery-item{
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    height: 120px;
    overflow: hidden
}
.gallery-item img{
    width: 100%
}

@media(max-width: 992px){
    .gallery{
        padding: 20px 0;
    }
    .gallery-item{
        margin-bottom: 6px;
        height: 60px;
        overflow: hidden
    }
}


/*GALERY*/
.galeri{
    padding: 50px 0
}
.galeriItem{
    margin-bottom: 25px
}

@media(max-width: 992px){
    .galeri{
        padding: 20px 0;
    }
}

/*KONTAK*/
.kontak{
    padding: 50px 0;
}
.kontak iframe{
    border: 1px solid #999
}
.kontak h5{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px
}
.footerDivider{
    width: 50px;
    height: 3px;
    background: #666;
    margin-bottom: 15px
}
.sosmed a{
    margin-right: 20px
}
.sosmed a i{
    font-size: 30px;
    opacity: 1;
}
.sosmed a i:hover{
    opacity: 0.7;
}
.smTwitter{
    color: #55acee
}
.smFacebook{
    color: #3b5998
}
.smInstagram{
    color: #3f729b
}
.smYoutube{
    color: #ff0000;
}
.siteLink ul{
    padding-left: 17px
}
.siteLink ul li{
    font-size: 14px;
    list-style: square
}
.siteLink ul li a{
    color: #AAA;
    padding: 5px 0;
    display: inline-block
}
.siteLink ul li a:hover{
    color: #0066B9;
    text-decoration: underline
}
.address{
    margin-bottom: 35px
}
.address ul li a{
    color: #666;
    font-size: 14px;
    padding: 3px 0;
    display: inline-block;
}
.address ul li a i{
    font-size: 16px;
    margin-right: 10px
}
.address ul li a:hover{
    color: #0066B9;
    text-decoration: underline
}

@media(max-width: 992px){
    .kontak h5{
        font-size: 16px
    }
    .sosmed a{
        margin-right: 10px
    }
    .sosmed a i{
        font-size: 20px
    }
    .siteLink a{
        font-size: 14px
    }
    .address p{
        font-size: 14px;
    }
}


/*FOOTER*/
footer{
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-attachment: fixed
}
.footerLayer{
    background: rgba(0,0,0,0.4);
    padding: 50px 0;
}
footer p{
    text-align: center;
    margin: 0

}
