/* @media only screen and (min-width: 992px) {
    .hero-logo[style] {
        width: 30rem !important;
        height: 20rem !important;
    } 
} */

@media only screen and (min-width: 576px) {
    .hero-logo[style] {
        width: 30rem !important;
        height: 20rem !important;
    }
}

@media only screen and (max-width: 576px) {
    .hero-logo[style] {
        width: 15rem !important;
        height: 10rem !important;
    }
}

.tp-bgimg {
    filter: brightness(50%);
}

/* ===============
 REVIEW
=============== */

/* #reviewSlider .owl-stage-outer {
    padding-right: 2rem;
    padding-left: 2rem;
}


#reviewSlider .owl-stage {
    background-color: transparent;
    padding-bottom: 2rem;
    padding-top: 1rem;
} */

#reviewSlider .item {
    padding-left: .25rem;
    padding-right: .25rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

#reviewSlider .item .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* #testimony .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

.review-star {
    color: #FFE600;
}

/* =============
 PRICING
=============== */

#pricing-list {
    background: url(https://invitheon.com/assets/img/bg-pricing.png);
}

#pricing-list .h-90 {
    height: 90% !important;
}

#pricing-list p {
    line-height: 1.2rem;
    font-weight: bolder;
}

#pricing-list h4 {
    font-size: 2rem;
}

#pricing-list h4 .price-number {
    font-size: 2rem;
}

#pricing-list h4 small {
    font-size: 1.5rem;
}

#pricing-list .price-item {
    padding-right: 0;
    padding-left: 0;
}

#pricing-list .card {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
}

#pricing-list .card-packet {
    padding-top: 4rem;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
}

#pricing-list .price-item-title {
    margin-left: 1rem;
    padding-left: 1rem;
    width: 17rem;
    position: relative;
    top: 3.5rem;
    z-index: 200;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-radius: 10px 10px 90px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

#pricing-list .paket-manis {
    background-color: #4F4F4F;
    color: #FFF;
}

#pricing-list .paket-romantis {
    background-color: #FE6D74;
    color: #FFF;
}

#pricing-list .paket-terkasih {
    background-color: #EC1E79;
    color: #FFF;
}

#pricing-list .paket-bahagia {
    background-color: #FFF;
    color: #4F4F4F;
    top: 2.8rem;
}

#pricing-list .price-item-special .card {
    background: linear-gradient(229.47deg, #EC1E79 41.24%, #FF7373 85.12%);
    color: #FFF;
    height: 95% !important;
    top: -15px;
}

#pricing-list .price-item-special h4 {
    color: #FFF;
}

#pricing-list .price-item-special span {
    color: #FFF;
}

#pricing-list .price-item-special .card-footer {
    background-color: rgba(0, 0, 0, 0) !important;
}

#pricing-list .btn-pricing {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 7rem;
    border-radius: 20px;
}

#pricing-list .card .card-footer {
    background-color: #FFF;
    border-top: none;
    padding-top: 0;
}

#pricing-list .card .card-footer p {
    margin-bottom: 0;
}

/* ===============
    Footer
=============== */
footer hr {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0rem;
}

footer li {
    list-style-type: none;
    text-decoration: underline;
}