/* @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;
    }
}

/* SM dan MD */

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

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

.btn {
    border-radius: 8px;
}

.btn-small {
    padding: .25rem .5rem;
    font-size: .7rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-theme-alt {
    border-color: #ef4077;
    background-color: #FFF;
    color: #ef4077;
    border: solid .05rem;
}

.bg-theme {
    background-color: #ef4077;
}

.text-theme {
    color: #ef4077;
}

/* 
============
Pricing Dalam Bentuk Tabel
============

#pricing-list table {
    border-collapse: collapse;
    border-style: hidden;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
}

#pricing-list .wrapper-table {
    white-space: nowrap;
    padding: 1rem;
}

#pricing-list .col {
    padding: 1rem;
}

#pricing-list table th, td {
    border: 1px solid #ef4077;
    padding-right: 1rem;
    padding-left: 1rem;
}

#pricing-list table .indent-1 {
    border: 1px solid #ef4077;
    padding-left: 2rem;
}

#pricing-list table .no-border td {
    border: 0px;
}

#pricing-list table .no-border .price {
    font-weight: bolder;
}

#pricing-list table i {
    color: #ef4077;
} */

/* Error Class Validation */

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

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

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

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

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

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

#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: 13rem;
    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: 90% !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;
}

label.error {
    color: #d9534f !important;
}

.form-control.error::placeholder {
    color: #d9534f;
}

#event-undangan {
    background: url('../img/bg-event-undangan.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ===============
 PEMESANAN
=============== */

/* Datepicker */

.datepicker {
    background-color: #fff;
    color: #ef4077;
    border: solid 1px #888;
}

.datepicker table tr td.active.active {
    background-image: linear-gradient(to bottom right, #EC1E79, #FF7373);
    background-color: #fff !important;
}

/* Navigasi Slider */

.owl-nav {
    position: relative;
    top: -10rem;
}

.slider-nav-next {
    margin-right: 7rem;
    border-radius: 20%;
    float: left;
}

.slider-nav-previous {
    margin-left: 7rem;
    float: right;
}

.btn-medium {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100%;
}

/* Untuk Pilihan Web */

.web-option {
    border: none !important;
    background: none;
}

.web-option:hover {
    /* border: solid 0.5rem #0085FF; */
    border-radius: 10px;
    background-color: #e1f5fe;
    border: none;
}

.web-selected {
    border-radius: 10px;
    background-color: #bbdefb;
}

/* Untuk Pilihan Video */

.video-option:hover {
    /* border: solid 0.5rem #0085FF; */
    border-radius: 10px;
    background-color: #e1f5fe;
}

.video-selected {
    /* border: solid 0.5rem #0085FF; */
    border-radius: 10px;
    background-color: #bbdefb;
}

/* Modal Fade */

.fade {
    background: rgba(0, 0, 0, 0.9);
}

/* ===============
 EVENT SEBELUMNYA
=============== */

#eventDiv .card {
    box-shadow: 0px 4px 4px 0px #00000040;
}

#eventDiv .card-footer {
    background-color: #FFF;
    border-top: none;
}

/* ===============
 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;
}

/* ===============
 FOOTER
=============== */

.bg-footer {
    background-image: linear-gradient(to bottom right, #EC1E79, #FF7373);
}