
/* --emerald: #44BD74ff;
    --ivory: #FBFEEBff;
    --icterine: #F1F16Fff;
    --yellow-green: #ABC85Dff;
    --asparagus: #68A353ff; */


.bg-primary {
    background-color: #44BD74ff !important;
}

.text-primary {
    color: #44BD74ff !important;
}

.text-icterine,
.text-secondary {
    color: #F1F16Fff !important;
}

.bg-ivory {
    color: #FBFEEBff !important;
}

.bg-image {
    background: url('../img/DSCF8399.JPG') no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

/* Overlay Hitam Transparan */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #44BD74ff, #F1F16Fff);
    opacity: 0.6;
    /* Ubah transparansi sesuai kebutuhan */

    /* Warna hitam dengan transparansi 60% */
    z-index: -1;
}

#jadwal-lari {
    background: linear-gradient(135deg, #44BD74, #F1F16F);
}

#jadwal-lari h2 {
    color: #fff;
}

#jadwal-lari p {
    color: #fff;
}

.card {
    background: #fff;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}

.icon img {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

#galeri {
    background: #f8f9fa;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

#testimoni {
    background: url('../img/slide2.jpg') no-repeat center center/cover;
    position: relative;
    padding: 80px 0;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
}

.testi-content {
    max-width: 600px;
    margin: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.footer {
    background: #222;
}

.footer .text-muted {
    color: #bbb !important;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: #44BD74;
}

.social-icons a {
    color: #bbb;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #44BD74;
}

#hero-event {
    position: relative;
}

.carousel-caption {
    position: absolute;
    bottom: 30%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.carousel-item img {
    filter: brightness(60%);
    object-fit: cover;
    height: 700px;
}

.btn-warning {
    background-color: #F1F16F;
    border: none;
    font-weight: bold;
}

.btn-warning:hover {
    background-color: #e0e05d;
}

#statistik-member {
    background: linear-gradient(to right, #44BD74ff, #F1F16Fff);
    padding: 60px 0;
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(68, 189, 116, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 20px rgba(241, 241, 111, 0.8);
}

.stat-card img {
    width: 60px;
    margin-bottom: 15px;
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(241, 241, 111, 0.7);
}

.stat-card p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

