@media (max-width: 992px) {
    div.article-image {
        min-height: 185px;
    }

    .card-title {
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }

    .card-style-six .card-content div.card-btn {
        text-align: center;
        margin-top: 1.5rem;
        margin-bottom: 10px;
    }

    small.hemat-text {
        right: 10px;
        background: var(--primary);
        padding: 4px 12px;
        border-radius: 10px;
    }

    .desktop-only {
        display: none;
    }
}


body *:not(i) {
    font-family: 'Roboto', sans-serif !important;
}

body {
    background: white !important;
}

.paket-section {
    border-radius: 20px 20px 0 0;
    background: #F2F7FF;
    padding-bottom: 10rem;
    padding-top: 2rem;
}

/*===========================
  Section Title Five CSS
===========================*/
.section-title-five {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
    margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-five {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .section-title-five {
        margin-bottom: 35px;
    }
}

.section-title-five h6 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 30px;
    padding: 8px 30px;
}

.section-title-five h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-five h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .section-title-five h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.section-title-five p {
    color: var(--dark-3);
}

/* ===== Buttons Css ===== */
.card-style-six .card-content .card-btn .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
    position: relative;
}

.card-style-six .card-content .card-btn .active.primary-btn,
.card-style-six .card-content .card-btn .primary-btn:hover,
.card-style-six .card-content .card-btn .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.card-style-six .card-content .card-btn .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

/*===========================
  card-06 css 
===========================*/
.card-style-six {
    box-shadow: var(--shadow-1);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--primary);
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.18));
}

.card-style-six:hover {
    box-shadow: var(--shadow-4);
}

.card-style-six .card-image img {
    width: 100%;
    height: 100%;
}

.card-style-six .card-content {
    padding: 16px;
}

.card-style-six .card-content .card-title {
    margin-bottom: 0;
}

.card-style-six .card-content .card-title a {
    color: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.card-style-six .card-content .card-title a:hover {
    color: var(--white);
}

.card-style-six .card-content .text {
    color: var(--white);
    margin-top: 8px;
}

.card-style-six .card-content .card-btn {
    margin-top: 24px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .card-style-six .card-content .card-btn {
        margin-top: 16px;
    }
}

.card-style-six .card-content .card-btn .primary-btn {
    background: var(--white);
    color: var(--primary);
}

.card-style-six .card-content .card-btn .primary-btn:hover {
    background: var(--white);
    color: var(--primary-dark);
}

/*===========================
  LIST STYLES css 
===========================*/
.list-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: var(--dark-3);
}

@media (max-width: 767px) {
    .list-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.list-style .list-style-five ul li {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
    color: white;
}

.list-style .list-style-five ul li i {
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 25px;
    margin-right: 7px;
}

.article-image {
    min-height: 265px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0 10px 10px 0;
    background-color: white;
}

.hemat-text {
    position: absolute;
    color: white;
    right: 20px;
    line-height: 1rem;
    top: 10px;
}

.hemat-text span {
    line-height: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    vertical-align: middle;
}

.more-text {
    margin-left: 1.75rem;
    cursor: pointer;
}

.more-text:hover {
    text-decoration: underline;
}

.popover-header {
    display: none !important;
}