.text-neutral-500 {
    color: #64748b;
}

.bg-primary-900 {
    background-color: #1e3a8a;
}

.bg-warning-400 {
    background-color: #facc15;
}

/* Carousel */
.cards-wrapper {
    display: flex;
    justify-content: center;
}
.card img {
    max-width: 100%;
    max-height: 100%;
}
.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}
.carousel-inner {
    padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .card img {
        height: 11em;
    }
}

/* Carousel New */
.carousel-inner {
    padding: 1em;
}
.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
    .carousel-inner {
        display: flex;
    }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}
@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }
}
/* Carousel New */

/* Carousel End */

/*.font-serif {
    font-family: "Kameron", serif;
}*/

.section-blue {
    background-color: #eff6ff;
}

#daftarPenelitian {
    background-image: url("../assets/partikel.svg");
    background-repeat: no-repeat;
    background-position: 90%;
    /* background-size: cover; */
}

.radius-table {
    border-radius: 0.5rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;

    > .col,
    > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.cell {
    min-height: 100px;
    margin: 1em;
}

.cell__big {
    height: auto;
    display: flex;
    height: calc(100% - 2rem);
}

#cta {
    background-image: url("../assets/partikel-footer.svg");
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
}

.btn-orange {
    background-color: #ff8614;
}

.btn-orange:hover {
    background-color: #ff8b1e;
}

footer {
    background-image: url("../assets/partikel-footer.svg");
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
}

.trix-content :not(a) {
    color: black;
}
