/* Section Banner Tentang */

section.banner-shopping {
    /* background: #ffa500; */
    background: url(../../files/banner/Shopping.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-shopping h1 {
        padding-top: 6vw !important;
        font-size: 30px;
    }

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

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

    }

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

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

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

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

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

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

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

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

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

/* Akhir Section Banner Kegiatan */

/* Section Counter kegiatan */
section.counter-shopping {
    padding: 50px 0;
    /* border-bottom: 10px solid rgb(249, 160, 27); */
    /* min-height: 1230px; */
}

section.counter-shopping .items {
    margin-bottom: 30px;
}

section.counter-shopping .header {
    font-family: MontBold;
}

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

section.counter-shopping .activity-card p {
    font-size: 16px;
    transition: .3s;
    margin: 0;
}

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

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

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

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

section.counter-shopping .image {
    max-height: 410px;
    overflow: hidden;
}

section.counter-shopping .item-link:hover>.activity-card img {
    transform: scale(1.1);
}


/* Akhir Section Counter Kegiatan */

/* Button View Produk */
.action {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: auto;
}

.action .btn-view-produk {
    position: relative;
    background: rgb(249, 160, 27);
    transition: .4s;
    border-radius: 20px;
    font-size: 14px;
    width: 90%;
}

.action .btn-view-produk:hover {
    width: 100%;
    color: white;
    background: #ffa807;
}

@media only screen and (max-width: 375px) {
    .btn-view-produk {
        font-size: 12px;
    }
}


/* Akhir Button View Produk */