.main-content-program-belajar {
    padding: 2vw 5vw;
    width: 100%;
    overflow: hidden;
}

.logo-title-box-main img {
    width: 41vw;
    height: 4vw;
}

.logo-title-box-main h2 {
    margin-bottom: 0;
    margin-top: -3.4vw;
    margin-left: 1.2vw;
    color: white;
    font-size: 2.1vw;
}

.program-belajar-content {
    margin-top: 2vw;
}

.program-belajar-item {
    margin: 0px auto 0px;
    width: 75vw;
}

.program-belajar-layout {
    display: flex;
    align-items: center;
}

.program-belajar-title {
    align-self: center;
    display: flex;
    align-items: center;
    justify-self: end;
}

.program-belajar-title img {
    width: 30vw;
    transform: rotate(-5deg);
    justify-self: end;
}

.program-belajar-title2 img.reverse {
    transform: rotate(180deg);
    z-index: -1;
}

.program-belajar-title img.reverse {
    transform: rotate(180deg);
    z-index: -1;
}

.program-belajar-title h1 {
    width: 14.7vw;
    transform: rotate(0deg);
    margin-bottom: 0;
    margin-left: -20.8vw;
    font-size: 2.9vw;
    font-weight: bold;
    color: rgb(9, 44, 136);
    font-family: 'jua';
    text-shadow: 0.2vw 0.2vw 3px white, -0.2vw 0.2vw 3px white, 0.2vw -0.2vw 3px white, -0.2vw -0.2vw 3px white;
}

.program-belajar-content {
    margin-left: 0px;
    transform: rotate(0deg);
}

.program-belajar-content-item {
    padding: 1vw;
    margin-bottom: 0.3vw;
    background-color: #43dbfd;
    border-radius: 2vw;
}

.program-belajar-content-item:nth-of-type(2n) {
    background-color: yellow;
}

.program-belajar-content-item h6 {
    font-size: 1.4vw;
    margin-bottom: 0.1vw;
}

.program-belajar-content-item p {
    margin-left: 1vw;
    margin-bottom: 0px;
    font-size: 1.2vw;
}

.program-belajar-content-item ul {
    margin-bottom: 0px;
    padding-left: 3vw;
}

.program-belajar-content-item li {
    margin-bottom: 0px;
    font-size: 1.2vw;
}

.btn-pendaftaran-box {
    margin: 5vw auto;
    width: fit-content;
    position: relative;
}

.arrow-pendaftaran {
    width: 10vw;
    position: absolute;
}

.arrow-pendaftaran.right {
    rotate: -30deg;
    top: 1vw;
    right: -11vw;
    animation: right-arrow 1s ease-in-out 0s infinite normal;
}

@keyframes right-arrow {
    0% {
        rotate: -40deg;
        top: 3vw;
        right: -15vw;
    }
    100% {
        rotate: -30deg;
        top: 1vw;
        right: -11vw;
    }
}

.arrow-pendaftaran.left {
    rotate: 150deg;
    bottom: 1vw;
    left: -11vw;
    animation: left-arrow 1s ease-in-out 0s infinite normal;
}

@keyframes left-arrow {
    0% {
        rotate: 140deg;
        bottom: 3vw;
        left: -15vw;
    }
    100% {
        rotate: 150deg;
        bottom: 1vw;
        left: -11vw;
    }
}

.btn-pendaftaran {
    display: block;
    background-color: rgb(9, 44, 136);
    width: fit-content;
    height: fit-content;
    padding: 0.2vw 4vw;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 2vw;
    animation: button-blink 1s linear 0s infinite normal;
}

@keyframes button-blink {
    0% {
        opacity: 0.3;
        scale: 1;
    }
    100% {
        opacity: 1;
        scale: 1.1;
    }
}

.btn-pendaftaran:hover {
    scale: 1.1;
    animation: none;
}

/* second item modification */
.program-belajar-title2 {
    align-self: center;
    display: flex;
    align-items: center;
}

.program-belajar-title2 img {
    width: 30vw;
}

.program-belajar-title2 h1 {
    width: 14.7vw;
    transform: rotate(0deg);
    margin-bottom: 0;
    margin-right: -24vw;
    justify-self: end;
    font-size: 2.9vw;
    font-weight: bold;
    color: rgb(9, 44, 136);
    font-family: 'jua';
    text-shadow: 0.2vw 0.2vw 3px white, -0.2vw 0.2vw 3px white, 0.2vw -0.2vw 3px white, -0.2vw -0.2vw 3px white;
}

.program-belajar-content2 {
    margin-right: 5vw;
    transform: rotate(0deg);
    justify-self: end;
}

.program-belajar-content-item.second {
    background-color: rgb(9, 44, 136);
    color: white;
}

.program-belajar-content-item.second:nth-of-type(2n) {
    background-color: yellow;
    color: black;
}

.program-belajar-content-item.third {
    background-color: #9ba2a3;
    color: white;
}

.program-belajar-content-item.third:nth-of-type(2n) {
    background-color: yellow;
    color: black;
}

.program-belajar-content-item.fourth {
    background-color: #abbbe7;
    color: black;
}

.program-belajar-content-item.fourth:nth-of-type(2n) {
    background-color: yellow;
    color: black;
}

#paket-c-home-schooling {
    margin-bottom: 15vw;
}


/* Responsive Break */
@media (max-width: 1050px) {
    .logo-title-box-main h2 {
        font-size: 2.1vw;
    }

    .program-belajar-item {
        width: 80vw;
    }

    .program-belajar-content-item h6 {
        font-size: 1.8vw;
    }
    
    .program-belajar-content-item p {
        font-size: 1.4vw;
    }
    
    .program-belajar-content-item li {
        font-size: 1.4vw;
    }

    .btn-pendaftaran {
        font-size: 2vw;
    }
}

@media (max-width: 800px) {
    .logo-title-box-main img {
        width: 58vw;
        height: 5vw;
    }
    .logo-title-box-main h2 {
        font-size: 3vw;
        margin-top: -4.5vw;
        margin-left: 2vw;
    }
}

@media (max-width: 600px) {
    .program-belajar-item {
        width: 85vw;
    }

    .program-belajar-content-item {
        padding: 1.5vw;
    }

    .program-belajar-content-item h6 {
        font-size: 2vw;
    }
    
    .program-belajar-content-item p {
        font-size: 1.6vw;
    }
    
    .program-belajar-content-item li {
        font-size: 1.6vw;
    }

    .btn-pendaftaran {
        font-size: 2vw;
    }
}

@media (max-width: 420px) {
    .logo-title-box-main img {
        width: 74vw;
        height: 7vw;
    }
    .logo-title-box-main h2 {
        font-size: 3.8vw;
        margin-top: -6.2vw;
        margin-left: 2vw;
    }
}