.section-1 {
    background: url(../../images/bg-1.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-color: white;
}

.container-event-1 {
    padding: 60px 0;
}

img.event-hero {
    height: 450px;
    margin: auto auto;
    display: block;
}

.event-card {
    padding: 10px;
    background: rgba(185, 185, 185, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 3px solid rgba(255, 255, 255, 1);
}

.event-tema {
    position: absolute;
    left: calc(50% + 50px);
    width: 35%;
    top: 80px;
}

.event-title {
    font-size: 24px;
    font-weight: 600;
}

.event-tujuan {
    position: absolute;
    left: 10px;
    width: 50%;
    bottom: 20px;
}

.event-text {
    font-size: 12px;
    line-height: 14px;
}

.testimoni-card {
    background: white;
    width: 40%;
    height: 80px;
    border-radius: 40px;
    padding: 10px;

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.profile-picture-testimoni {
    height: 60px;
    width: 60px;
    display: block;
}

.testimoni-text-wrapper {
    height: 60px;
    overflow: hidden;
    position: relative;
}

.testimoni-name {
    color: #FF6A00;
    font-weight: 600;
    /* height: 20px; */
    font-size: 14px;
}

.testimoni-text {
    font-size: 12px;
    line-height: 14px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
    position: relative;
}

.testimoni-1 {
    position: absolute;
    right: calc(50% + 40px);
    top: 90px;
}

.testimoni-2 {
    position: absolute;
    right: calc(50% + 10px);
    top: 190px;
}

.testimoni-3 {
    position: absolute;
    left: calc(50% + 40px);
    bottom: 60px;
}

.prev-event-info {
    width: 80%;
    margin: auto;
}

.prev-event-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
    background-image: linear-gradient(to right, #2C2266, #58BFFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.prev-event-description {
    font-size: 16px;
}