.main-body {
	padding-top: 0;
}

.carousel-control-next-icon {
    background-image: url("../images/smartpedia/puasa-pertamaku/next-icon.png");
    width: 4rem;
    height: 4rem;
}
.carousel-control-prev-icon {
    background-image: url("../images/smartpedia/puasa-pertamaku/prev-icon.png");
    width: 4rem;
    height: 4rem;
}

/* .carousel-control-prev {
    opacity: 0;
    z-index: -1;
} */

.carousel-control-next {
    opacity: 1;
    top: auto;
    bottom: 3rem;
    z-index: 999;
    right: 5rem;
    width: max-content;
}
.carousel-control-prev {
    opacity: 1;
    top: auto;
    bottom: 3rem;
    z-index: 999;
    right: calc(3rem + 7rem);
    left: auto;
    width: max-content;
}

.puasa_pertamaku--container {
    max-width: 1440px;
    min-height: 620px;
    position: relative;
    margin: 0 auto;
    background: #f8f0ca;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.scene_1::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene1-background.jpg");
}

.scene_2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene2-background.jpg");
}

.scene_3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene3-background.jpg");
}

.scene_4::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene4-background.jpg");
}

.scene_5::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene5-background.jpg");
}

.scene_6::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene6-background.jpg");
}

.scene_7::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene7-background.jpg");
}

.scene_8::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene8-background.jpg");
}

.scene_9::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene9-background.jpg");
}

.scene_10::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(14px);
    width: 100vw;
    height: 100vh;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene10-background.jpg");
}

.scene_1--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene1-background.jpg");
}

.scene_1--logo_puasa {
    position: absolute;
    width: 20vw;
    height: auto;
    left: 120px;
    top: 32%;
    background-image: url("../images/smartpedia/puasa-pertamaku/logo-puasa-pertama.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 444 / 368;
}

.scene_1--bubble {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 390px;
    height: auto;
    right: 80px;
    top: 265px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 617 / 489; */
}

.scene_1--vido {
    position: absolute;
    width: 270px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 100px;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene1-talent.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 363 / 722;
}

.scene_2--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene2-background.jpg");
}

.scene_2--bubble {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 420px;
    height: auto;
    left: 64%;
    top: 265px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 680 / 581; */
}

.scene_2--vido {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene2-talent-rev1.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
}

.scene_3--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene3-background.jpg");
}

.scene_3--bubble {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 420px;
    height: auto;
    left: 4%;
    top: 265px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 680 / 370; */
}

.scene_3--vido {
    position: absolute;
    width: 66%;
    left: 23%;
    bottom: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene3-talent.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1272 / 840;
}

.scene_4--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene4-background.jpg");
}

.scene_4--bubble_fg {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 410px;
    height: auto;
    left: 8%;
    bottom: 55px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 601 / 416;/ */
    z-index: 3;
}

.scene_4--bubble_bg {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 31%;
    height: auto;
    left: 65%;
    top: 145px;
    padding: 30px;
    padding-left: 90px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 580 / 335; */
    z-index: 1;
}

.scene_4--vido {
    position: absolute;
    width: 66%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene4-talent.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1388 / 1007;
    z-index: 2;
}

.scene_5--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene5-background.jpg");
}

.scene_5--bubble {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 47%;
    height: auto;
    left: 10%;
    top: 72%;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: center;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 893 / 251; */
}

.scene_5--vido {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene5-talent.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
}

.scene_5--activity_1 {
    position: absolute;
    width: 33%;
    left: 3%;
    top: 16%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene5-activity1.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 589 / 470;
}

.scene_5--activity_2 {
    position: absolute;
    width: 30%;
    right: 6%;
    top: 41%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene5-activity2.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 585 / 452;
}

.scene_6--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene6-background-rev1.jpg");
}

.scene_6--bubble {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 430px;
    height: auto;
    left: 5%;
    bottom: 325px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 660 / 280; */
}

.scene_6--vido {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene6-talent-rev2.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
}

.scene_7--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene7-background-rev1.jpg");
}

.scene_7--bubble {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 460px;
    height: auto;
    left: 3%;
    bottom: 65px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 660 / 245; */
}

.scene_7--vido {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene7-talent-rev2.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
}

.scene_8--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene8-background.jpg");
}

.scene_8--bubble {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 460px;
    height: auto;
    right: 3%;
    top: 275px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 660 / 245; */
}

.scene_8--vido {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene8-talent-rev2.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
}

.scene_9--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene9-background.jpg");
}

.scene_9--bubble_bg {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 380px;
    height: auto;
    left: 69%;
    bottom: 480px;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: left;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 566 / 347; */
    z-index: 1;
}

.scene_9--bubble_fg {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 37%;
    height: auto;
    left: 2%;
    top: 51%;
    padding: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: LEFT;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 757 / 526; */
    z-index: 4;
}

.scene_9--vido {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene9-talent-rev1.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
    z-index: 2;
}

.scene_9--vcall_kanan {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene9-vcal-kanan.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
    z-index: 3;
}

.scene_9--vcall_kiri {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene9-vcal-kiri.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
    z-index: 3;
}

.scene_10--background {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 100%;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene10-background.jpg");
}

.scene_10--bubble {
    position: absolute;
    background-color: white;
    border-radius: 20px;
    width: 50%;
    height: auto;
    right: 50%;
    transform: translateX(50%);
    top: 66%;
    padding: 50px 50px;
    font-size: 16px;
    line-height: 1.7;
    color: #106ca1;
    text-align: center;
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.63);
    /* aspect-ratio: 983 / 275; */
    z-index: 1;
}

.scene_10--vido {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/smartpedia/puasa-pertamaku/scene10-food.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
    z-index: 2;
}

@media (max-width: 510px) {
    
    .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }
    .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
    }

    .carousel-control-next {
        bottom: 0.5rem;
        right: 1.5rem;
    }
    .carousel-control-prev {
        bottom: 0.5rem;
        right: 4rem;
    }
    
    .puasa_pertamaku--container {
        width: 100vw;
        max-width: 177.78vh;
        height: 56.25vw;
        min-height: 56.25vw;
        max-height: 100vh;
    }

    .scene_1--logo_puasa {
        width: 20vw;
        left: 13%;
        top: 30%;
    }

    .scene_1--bubble {
        width: 33%;
        right: 6%;
        top: 17vw;
        padding: 8px;
        font-size: 0.35rem;
    }

    .scene_1--vido {
        width: 20vw;
        left: 46%;
        bottom: 6vw;
    }

    .scene_2--bubble {
        width: 37%;
        left: 55%;
        top: 24%;
        padding: 8px;
        font-size: 0.35rem;
    }

    .scene_2--vido {
        width: 74%;
        left: 0;
        bottom: 0;
    }

    .scene_3--bubble {
        width: 34%;
        left: 4%;
        top: 34%;
        padding: 8px;
        font-size: .35rem;
    }

    .scene_3--vido {
        width: 66%;
        left: 23%;
        bottom: 0;
    }

    .scene_4--bubble_fg {
        width: 32%;
        height: auto;
        left: 6%;
        bottom: 3%;
        padding: 8px;
        font-size: .35rem;
    }

    .scene_4--bubble_bg {
        width: 31%;
        height: auto;
        left: 65%;
        top: 11%;
        padding: 8px;
        padding-left: 21px;
        font-size: .35rem;
    }

    .scene_4--vido {
        width: 66%;
        left: 50%;
        bottom: 0;
    }

    .scene_5--bubble {
        width: 47%;
        height: auto;
        left: 10%;
        top: 70%;
        padding: 8px;
        font-size: .35rem;
    }

    .scene_5--activity_1 {
        width: 32%;
        left: 6%;
        top: 15%;
    }

    .scene_5--activity_2 {
        width: 30%;
        right: 7%;
        top: 47%;
    }

    .scene_6--bubble {
        width: 32%;
        left: 8%;
        bottom: 43%;
        padding: 8px;
        font-size: .35rem;
    }

    .scene_7--bubble {
        width: 34%;
        left: 4%;
        bottom: 8%;
        padding: 12px 8px;
        font-size: .35rem;
    }

    .scene_8--bubble {
        width: 39%;
        right: 3%;
        top: 35%;
        padding: 8px;
        font-size: .35rem;
    }

    .scene_9--bubble_bg {
        width: 29%;
        left: 69%;
        bottom: 62%;
        padding: 8px;
        font-size: .35rem;
    }

    .scene_9--bubble_fg {
        width: 38%;
        left: 2%;
        top: 50%;
        padding: 8px;
        font-size: .35rem;
    }

    .scene_10--bubble {
        padding: 8px;
        font-size: .35rem;
    }
}


/* Animation */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}