.bg-image {
    /* background: url('https://www.indonesia.travel/content/dam/indtravelrevamp/en/destinations/revisi-2020/revamp-image/mandalika/kuta-beach.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    /* backdrop-filter: blur(5px); */
}

.gradient-y-overlay-lg-dark::before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(12, 13, 14, .6));
}

.bg-image::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(90deg, #00000079 0%, rgba(122, 50, 8, 0.055) 100%);
}

.form-group {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.form-input:focus {
    outline: 1px solid white;
}

.form-input {
    color: white !important;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
}


.form-group .form-input {
    height: 48px;
    border: none;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.20) !important;
}

.btn-archive {
    color: var(--tx-button);
    background: var(--bg-button);
    border-color: var(--bg-button-border);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn-archive:hover {
    color: var(--tx-button-hover);
    background-color: var(--bg-button-hover);
    border-color: var(--bg-button-hover);
}

.btn-archive:focus {
    -webkit-box-shadow: 0 0 0 0.25rem var(--bg-button-focus);
    box-shadow: 0 0 0 0.25rem var(--bg-button-focus);
}

.custom-slider {
    font-family: var(--font1);
    background: var(--bg-slider-section);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.custom-slider .title-section {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tx-slider-section-title);
}


.custom-slider .swiper-container .card.box-4 .card-header .fa-map-marker-alt {
    color: var(--tx-slider-card-4);
}

.custom-slider .swiper-container .card.box-4 .card-header .fa-map-marker-alt.grow:hover {
    transform: scale(1.5);
}

.custom-slider .swiper-container .card.box-4 .attached {
    font-weight: 300;
    font-size: 0.8rem;
}


.custom-slider .swiper-container .card.box-4 .card-title .day {
    font-weight: 600;
    font-size: 3.5rem;
}

.custom-slider .swiper-container .card.box-4 .card-title .month {
    font-size: 1.5rem;
    font-weight: 300;
}


.custom-slider .swiper-container .card.box-5 .attached {
    font-weight: 300;
    font-size: 0.8rem;
}

.custom-slider .swiper-container .card.box-5 .attached .link {
    color: var(--tx-color-1);
}

.custom-slider .swiper-container .card.box-5 .attached .link:hover {
    text-decoration: none;
}

.custom-slider .swiper-container .card.box-5 .card-title {
    line-height: 35px;
}

.custom-slider .swiper-container .card.box-5 .card-title .day {
    font-weight: 600;
    font-size: 3.5rem;
    color: var(--tx-color-1);
}

.custom-slider .swiper-container .card.box-5 .card-title .cal-y {
    display: grid;
    line-height: 21px;
}

.custom-slider .swiper-container .card.box-5 .card-title .cal-y .month {
    font-size: 1.5rem;
    font-weight: 300;
}

.custom-slider .swiper-container .card.box-5 .card-title .cal-y .year {
    font-size: 1.2rem;
    font-weight: 700;
}

.custom-slider .swiper-container .card.box-5 .card-footer .fa-map-marker-alt {
    color: var(--tx-color-1);
}

.custom-slider .swiper-container .card.box-5 .card-footer .fa-map-marker-alt.grow:hover {
    transform: scale(1.5);
}

.swiper-container {
    overflow: visible;
}

.title-section .btn {
    color: white;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .40;
}

.bg-blur {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.118);
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.card-lembaga {
    transition: ease-in-out 150ms;
    /* opacity: .8; */
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active .card {
    transform: scale(1.02);
    border-bottom: 2px #b6965a solid;
    opacity: 1;
}

.nav-tabs .nav-link:hover .card {
    transform: scale(1.02);
    opacity: 1;
}

.swiper-slide .card {
    position: relative;
    overflow: hidden;
    height: 150px;

}

.swiper-slide .card .card-body {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide .card:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.349);
}

.nav {
    flex-wrap: nowrap;
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.img-lembaga {
    background-size: cover;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.card-lembaga:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.562), transparent);
    /* Ubah alpha menjadi 0.9 */
    border-radius: .75rem !important;
}

.card-lembaga:hover {
    /* border: 1.5px solid #fff !important; */
    transform: scale(1.05) translateY(-5%);
    -webkit-box-shadow: 0 10px 25px rgb(60 72 88 / 15%) !important;
    box-shadow: 0 10px 25px rgb(60 72 88 / 15%) !important;
    transition-duration: .9s;

}

.card-cstm {
    display: flex;
    align-items: bottom;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
}

/* smartphone */
/* @media (max-width: 400px) {
    .mobile-responsive{
        display: inline;
    }
} */