.header {
    background: linear-gradient(rgba(197, 234, 249, 1), rgba(255, 255, 255, 1));
}

.btn-purple {
    display: inline-block;
    padding: 1.625rem 2.75rem 1.625rem 2.75rem;
    border: 1px solid #594cda;
    border-radius: 32px;
    background-color: #594cda;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.btn-purple:hover {
    border: 1px solid #584cdad9;
    border-radius: 32px;
    background-color: #584cdad9;
    color: white;
}

.btn-instagram {
    background: linear-gradient(to right, #8b5cf6, #ec4899, #f43f5e);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    outline: none;
    transition: all 0.3s ease;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
}

.btn-instagram:hover {
    background: linear-gradient(to right, #7c3aed, #db2777, #be123c);
}

.btn-instagram:focus {
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.5);
}

.btn-instagram:active {
    background: linear-gradient(
        to right,
        #6d28d9,
        #9d174d,
        #9f1239
    ); /* Warna active */
}
.img-link {
    width: 120px;
    margin: 0 auto;
}

.btn-pink {
    display: inline-block;
    padding: 1.625rem 2.75rem 1.625rem 2.75rem;
    border: 1px solid #eb427e;
    border-radius: 32px;
    background-color: #eb427e;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.btn-pink:hover {
    border: 1px solid #eb427dd0;
    border-radius: 32px;
    background-color: #eb427dd0;
    color: white;
}

.splide__arrow {
    background: transparent;
    font-size: 3rem;
    top: 40%;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.splide__arrow:hover {
    opacity: 1;
}

.splide__arrow--prev {
    left: 1rem;
    display: none;
}

.splide__arrow--next {
    right: 1rem;
    display: none;
}

@media (min-width: 768px) {
    .splide__arrow--prev {
        left: -4.5rem;
        display: block;
    }

    .splide__arrow--next {
        right: -4.5rem;
        display: block;
    }
}

@media (min-width: 1200px) {
    .splide__arrow--prev {
        left: -5rem;
        display: block;
    }

    .splide__arrow--next {
        right: -5rem;
        display: block;
    }
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.bg-tema {
    background-color: #f1f9fc;
}
.card-image {
    width: 120px;
    height: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    margin-left: auto;
    border-radius: 0;
}

.bg-paket {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(rgba(50, 60, 70, 0.9), rgba(50, 60, 70, 0.9)),
        url("https://indoinvite.com/nikah/theme/images/1668853498.jpeg") center
            center no-repeat;
    background-size: cover;
    text-align: center;
}

.card-title {
    margin-bottom: 1rem;
    color: #eb427e;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.875rem;
    text-align: center;
}
.currency {
    margin-right: 0.375rem;
    color: #252c38;
    font-size: 2rem;
    vertical-align: 80%;
}
.value {
    color: #252c38;
    font-weight: 600;
    font-size: 5rem;
    line-height: 5rem;
    text-align: center;
}
.deskripsi-paket {
    padding: 20px 5px;
    text-align: left;
}
.button-wrapper-paket {
    position: absolute;
    right: 0;
    bottom: -1.5rem;
    left: 0;
    text-align: center;
}
.footer {
    padding-top: 6rem;
    padding-bottom: 3rem;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(197, 234, 249, 1));
    text-align: center;
}
