/* Section Banner Tentang */

section.banner-kegiatan {
    /* background: #ffa500; */
    background: url(../../files/banner/kegiatan-01.jpg) no-repeat;
    background-size: 100%;
    border-bottom: 10px solid #2f2f2f;
    height: 14vw;

}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    section.banner-kegiatan h1 {
        padding-top: 6.5vw !important;
        font-size: 30px;
    }

    section.banner-kegiatan h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.banner-kegiatan h1 {
        font-size: 25px;
        padding-top: 4.5vw !important;
    }

    section.banner-kegiatan h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    section.banner-kegiatan {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        border-bottom: none;
        height: 150px;
        background-size: cover;
    }

    section.banner-kegiatan h1 {
        padding-top: 60px !important;
        font-size: 26px !important;
    }

    section.banner-kegiatan h3 {
        padding-bottom: 0;
        font-size: 20px !important;
    }

    .counter-produk-terbaru .row .col-xs-6 {
        width: 50% !important;
    }
}



section.banner-kegiatan h1 {
    padding-top: 8vw;
    color: rgb(0, 0, 0);
}

section.banner-kegiatan h3 {
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
}

section.banner-kegiatan h3 a {
    color: white;
    text-decoration: none;
    transition: .3s;
}

section.banner-kegiatan h3 a:hover {
    color: rgb(0, 0, 0);
}

/* Akhir Section Banner Kegiatan */

/* Section Counter kegiatan */
section.counter_kegiatan {
    padding: 80px 0;
    border-bottom: 10px solid rgb(249, 160, 27);
}

section.counter_kegiatan .header {
    font-family: SuezOne;
    margin-bottom: 5px;
}

section.counter_kegiatan .activity-card {
    max-height: 550px;
    margin-bottom: 50px;
    overflow: hidden;
}

section.counter_kegiatan .activity-card h1 {
    font-size: 20px;
    transition: .3s;
}

section.counter_kegiatan .activity-card img {
    max-width: 100%;
    max-height: 350px;
    transform: scale(1);
    transition: .4s;
    /* animation: scale 2000ms ease-in-out forwards; */
}

section.counter_kegiatan .activity-card img.lazy {
    min-width: 100px;
    min-height: 100px;
    display: block;
}

section.counter_kegiatan .item-link {
    color: black;
    text-decoration: none;
}

section.counter_kegiatan .item-link:hover>.activity-card .header h1 {
    color: rgb(249, 160, 27);
}

section.counter_kegiatan .image {
    max-width: 100%;
    max-height: 250px;
    overflow: hidden;
}

section.counter_kegiatan .item-link:hover>.activity-card img {
    transform: scale(1.2);
}


/* Akhir Section Counter Kegiatan */