html,
body {
    scroll-behavior: smooth;
}

.product-container-header-image {
    width: 800px;
}

.header-btn {
    background-color: var(--secondary-base);
    transition: all 150ms ease;
    padding: 0 16px;
}

.header-btn:hover {
    background-color: var(--secondary-dark);
}

.page-header {
    padding-bottom: 0 !important;
    margin-bottom: 32px;
}

/* Category */
.category-container {
    display: flex;
    overflow-x: hidden;
}

.category-container:hover {
    overflow-x: scroll;
}

.category-item {
    flex: none;
    margin-right: 32px;
}

.category-item a {
    transition: all 250ms ease;
    color: var(--grey);
    font-size: 17px;
}

.category-item a:hover {
    color: var(--secondary-dark);
}

.page-header {
    padding-top: 8rem;
}

/* Content */
.product {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    transform: scale(1);
    transition: all .4s ease;
}

.image-product {
    border-radius: 5px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.product-gutter {
    margin-left: -12px;
    margin-right: -12px;
}

.product-gutter > [class^="col-"],
.product-gutter > [class^=" col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.product-hover {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    border-radius: 5px;
    opacity: 0;
    background: rgba(3, 145, 223, 0.5);
    transition: all .2s ease;
}

.product:hover {
    transform: scale(1.05);
}

.product:hover .product-hover {
    opacity: 1;
}

.page-link {
    border: none;
}

.masonry-with-columns {
    columns: 3;
    column-gap: 24px;
}

/* paket iklan */
.jasa-iklan-wrapper {
    margin-bottom: 56px;
    background: url(../../../assets/img/jasa/iklan/background.png) no-repeat center center;
    -webkit-background-size: 800px 800px;
    -moz-background-size: 800px 800px;
    -o-background-size: 800px 800px;
    background-size: 800px 800px;
    height: auto;
}

.jasa-iklan-item .card {
    box-shadow: none;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.jasa-iklan-item .card:hover {
    border: 1px solid #0391df;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 10%);
}

.jasa-iklan-item .card .card-divider {
    /* width: 100%;
    height: 1px;
    background-color: #ebebeb; */
    margin-top: 24px;
}

.jasa-iklan-item .card .card-button .buy-package-action {
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: linear-gradient(to right, #0391df, #19abfc) !important;
    border-color: transparent;
    transition: all 0.2s ease;
}

.jasa-iklan-item .card .card-button .buy-package-action:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 10%);
}

.jasa-iklan-item .card .card-package-title {
    background: linear-gradient(to right, #0391df, #19abfc) !important;
    width: fit-content;
    padding: 14px 56px;
    text-align: center;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.jasa-iklan-item .card .card-package-title h3 {
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.jasa-iklan-item .card .paket-image {
    width: 121px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.jasa-iklan-item .card .package-information {
    text-align: center;
}

.jasa-iklan-item .card .package-price-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    column-gap: 16px;
}

.jasa-iklan-item .card .package-information .fa-plus {
    color: #0391df;
}

.jasa-iklan-item .card .package-information h1 {
    color: #0391df;
    font-size: 32px;
    font-weight: 700;
}

.jasa-iklan-item .card .package-information .package-desc {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    margin-top: 16px;
    font-family: "Roboto", sans-serif;
}

.jasa-iklan-item .card .package-benefits {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.jasa-iklan-item .card .package-benefit-item {
    display: flex;
    align-items: start;
    column-gap: 12px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 16px;
}

.jasa-iklan-item .card .package-benefit-item:last-child {
    border-bottom: none;
}

.jasa-iklan-item .card .package-benefit-item .benefit-name {
    font-family: "Roboto", sans-serif;
    color: #666;
    font-size: 16px;
}
/* paket iklan - end */

@media only screen and (max-width: 767.98px) {
    .page-header {
        padding-top: 5rem;
    }

    .jasa-iklan-item {
        padding-left: 0;
        padding-right: 0;
    }

    .jasa-iklan-wrapper .row {
        row-gap: 32px;
    }

    .product-container-header-image {
        width: 100%;
    }

    .image-product {
        height: 220px;
    }

    .page-header {
        padding-bottom: 1rem;
    }

    .product .product-hover {
        display: none;
    }

    .product {
        transform: scale(1) !important;
        break-inside: avoid;
    }

    .masonry-with-columns {
        columns: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 997.98px) {

    .product-container-header-image {
        width: 100%;
    }

    .page-header {
        padding-top: 5rem;
    }

    .image-product {
        height: 28vw;
    }

    .product .product-hover {
        display: none;
    }

    .masonry-with-columns {
        columns: 2;
    }

    .product {
        break-inside: avoid;
        transform: scale(1) !important;
    }
}
