body {
    overflow-x: hidden;
    background: #ffe3e3;
}
.program-hero {
    background: linear-gradient(113.17deg, #bc0028 30.21%, #0d0003 72.92%);
    /* height: 350px; */
    background-image: url("/assets/img/program/bg-hero-program.svg");
    background-repeat: no-repeat;
}

.myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    max-height: 100%;
}

.img-section-hero {
    background-repeat: no-repeat;
}

.title-section-program {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-align: center;
}

.card-section-hero {
    width: 310px;
    height: 280px;
    /* background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0.2)
        ),
        url(.png);
    box-shadow: 0px 4px 20px rgba(253, 251, 251, 0.25);
    border-radius: 30px 0px; */
    background: transparent;
    border: none;
}
.card-section-hero:hover {
    background: transparent;
}

.card-program-img {
    /* background: #d9d9d9;
    box-shadow: 0px 4px 50px rgba(73, 79, 86, 0.5); */
    border-radius: 50px;
    padding: 33px;
}

.card-title-program {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #494f56;
    text-align: start;
    padding-left: 1em;
}

.card-icon {
    padding-right: 1em;
    text-align: right !important;
}

/* detail program */
.section-img {
    background: url(.png),
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0.2)
        ),
        rgba(252, 0, 0, 0.2);
    /* border: 5px solid rgba(255, 255, 255, 0.1); */
    box-shadow: 0px 4px 20px rgba(253, 251, 251, 0.25);
    border-radius: 30px 0px;
}

.text-title-detail {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 14px;
    letter-spacing: 0.3px;
    color: #494f56;
    padding-bottom: 30px;
}

.text-description-detail {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.3px;
    color: #494f56;
    text-align: justify;
}
.btn-hubungi {
    background: #bc0028;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 0.3px;
    color: #f6f6f6;
    text-decoration: none;
    padding: 1em;
}
.btn-hubungi:hover {
    background: #f6f6f6;
    border: 1px solid #bc0028;
    color: #bc0028;
}

.card-program {
    background: #f6f6f6;
    border-radius: 0px 50px;
}

.card-program:hover {
    background: #f6f6f6;
    border-radius: 0px 50px;
}

.card-program-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: start;
    text-transform: capitalize;
    color: #333333;
}

.card-program-description {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #333333;
}

.card-program-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
}

@media only screen and (max-width: 600px) {
    /* hero */
    .program-hero {
        height: 200px;
        display: grid;
    }
    .card-section-hero {
        display: none;
    }
    .title-section-program {
        font-size: 24px;
        line-height: 24px;
    }

    /* card */
    .card-title-program {
        padding-left: 0;
        font-size: 14px;
    }
    .card-icon {
        text-align: center;
    }

    /* detail program */
    .text-title-detail {
        font-size: 24px;
        line-height: 24px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 992px) {
    /* detail program */
    .text-title-detail {
        font-size: 24px;
        line-height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media only screen and (min-width: 992px) {
    .title-section-program {
        line-height: 32px;
    }
    .text-title-detail {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0.3px;
    }
}
