/* Section Banner Tentang */

section.banner-top-search {
    /* background: #ffa500; */
    background: url(../../files/banner/top-search.jpg);
    background-size: cover;
    border-bottom: 10px solid #2f2f2f;
    height: 14.5vw;
}

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

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

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

    }

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

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

    section.banner-top-search h1 {
        padding-top: 20px;
        font-size: 26px;
    }

    section.banner-top-search h3 {
        padding-bottom: 0;
        font-size: 20px;
    }

    .counter-top-search .row .col-xs-6 {
        width: 50%;
    }
}

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

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

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

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

/* Akhir Section Banner Kegiatan */

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

section.counter-top-search .items {
    padding: 10px;
    transition: background-color .4s;
    border-radius: 20px;
}

section.counter-top-search .header {
    font-family: MontBold;
    margin-bottom: 5px;
}

section.counter-top-search .activity-card {
    max-height: 550px;
    overflow: hidden;
}

section.counter-top-search .items:hover {
    background-color: rgba(255, 166, 0, .3);
}

section.counter-top-search .activity-card p {
    font-size: 14px;
    transition: .3s;
    margin: 5px 0 0 0;
}

@media only screen and (max-width: 768px) {
    section.counter-top-search .activity-card p {
        font-size: 16px;
    }
}

section.counter-top-search .activity-card img {
    width: 100%;
    transform: scale(1);
    transition: .4s;
    /* animation: scale 2000ms ease-in-out forwards; */
}

section.counter-top-search .item-link {
    color: black;
    text-decoration: none;
}

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

section.counter-top-search .image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-height: 410px;
    overflow: hidden;
}

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


/* Akhir Section Counter Kegiatan */