#scene {
    list-style: none;
    margin: 0;
    position: relative;
}
.scene,
.layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.scene {
    position: relative;
    overflow: hidden;
}
.layer {
    position: absolute;
}
.layer > div {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.layer ul {
    margin: 0;
    list-style: none;
}
.text-area {
    left: 0;
    right: 0;
    padding-top: 5% !important;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
    .text-area .h4 {
        font-size: 1.15rem;
    }
    .text-area .h1 {
        font-size: 1.85rem;
    }
}
@media (max-width: 991px) and (orientation: landscape) {
    .text-area {
        padding-top: 0 !important;
    }
}
.text-area-inner {
    background-color: rgba(0, 0, 0, 0.5);
}
.text-area-inner .border {
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.1), 0 0 1rem rgba(0, 0, 0, 0.2);
}
.background {
    background: url("../images/home/bg.jpg") no-repeat 50% 100%;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 110%;
    left: -5%;
    top: -5%;
}
.background-overlay {
    background: url("../images/home/bg-overlay.png") no-repeat 50% 100%;
    background-size: cover;
    position: absolute;
    bottom: -10px;
    width: 110%;
    left: -5%;
    top: -5%;
}
.awan {
    background-repeat: no-repeat;
}
.awan-1 {
    left: 25%;
    bottom: 400px;
    width: 694px;
    height: 86px;
    margin: -43px -347px;
    background-image: url("../images/home/awan-1.png");
    -webkit-animation: awan 8s infinite linear;
    -moz-animation: awan 8s infinite linear;
    animation: awan 8s infinite linear;
}
.awan-2 {
    left: 25%;
    bottom: 520px;
    width: 818px;
    height: 102px;
    margin: -51px -409px;
    background-image: url("../images/home/awan-2.png");
    -webkit-animation: awan 12s infinite linear;
    -moz-animation: awan 12s infinite linear;
    animation: awan 12s infinite linear;
}
.awan-3 {
    left: 40%;
    bottom: 600px;
    width: 1000px;
    height: 124px;
    margin: -62px -500px;
    background-image: url("../images/home/awan-3.png");
    -webkit-animation: awan 20s infinite linear;
    -moz-animation: awan 20s infinite linear;
    animation: awan 20s infinite linear;
}
.awan-4 {
    left: 60%;
    bottom: 640px;
    width: 1248px;
    height: 222px;
    margin: -111px -624px;
    background-image: url("../images/home/awan-4.png");
    -webkit-animation: awan 23s infinite linear;
    -moz-animation: awan 23s infinite linear;
    animation: awan 23s infinite linear;
}

.hutan {
    left: 78%;
    bottom: -5px;
    width: 766px;
    height: 268px;
    margin: 0 -383px;
    background: url("../images/home/hutan.png") no-repeat;
}
.pohon {
    left: 26%;
    bottom: 35px;
    width: 78px;
    height: 136px;
    margin: 0 -39px;
    background: url("../images/home/pohon.png") no-repeat;
}
.rumah-1 {
    left: 50%;
    bottom: 125px;
    width: 70px;
    height: 40px;
    margin: 0 -20px;
    background: url("../images/home/rumah-1.png") no-repeat;
}
.rumah-2 {
    left: 47%;
    bottom: 0;
    width: 454px;
    height: 126px;
    margin: 0 -227px;
    background: url("../images/home/rumah-2.png") no-repeat;
}
.pendopo {
    left: 26%;
    bottom: -5px;
    width: 548px;
    height: 302px;
    margin: 0 -274px;
    background: url("../images/home/pendopo.png") no-repeat;
}
.spanduk {
    left: calc(26% + 75px);
    bottom: 133px;
    width: 388px;
    height: 46px;
    margin: 0 -274px;
    background: url("../images/home/spanduk.png") no-repeat;
    padding-top: 0.8rem;
    padding-left: 1rem;
    text-align: center;
    color: black;
}
.spanduk p {
    font-size: 0.5rem;
    line-height: 1.25;
    color: #56040A;
    position: absolute;
    top: 0.2rem;
    left: 1rem;
    right: 0;
}
.spanduk h1 {
    font-size: 0.85rem;
    line-height: 1;
    letter-spacing: 1px;
}
.spanduk h2 {
    font-size: 0.5rem;
    line-height: 1.25;
}
.spanduk h2.with-space {
    letter-spacing: 1px;
}
.spanduk h3 {
    width: 48px;
    height: 28px;
    font-size: 0.5rem;
    line-height: 2;
    background: url("../images/home/quote.png") no-repeat;
    position: absolute;
    top: 0.3rem;
    left: 0.9rem;
}
.spanduk .logokab {
    width: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 0.8rem;
}
.bendera {
    left: calc(26% + 215px);
    bottom: 5px;
    width: 50px;
    height: 372px;
    background: url("../images/home/bendera-tiang.png") no-repeat;
}
.bendera::before {
    content: "";
    display: block;
    width: 76px;
    height: 62px;
    background: url("../images/home/bendera-layers.png") no-repeat;
    background-position: 0 -186px;
    position: absolute;
    top: 30px;
    left: 50px;
    -webkit-animation: kibar 0.5s infinite step-end;
    -moz-animation: kibar 0.5s infinite step-end;
    animation: kibar 0.5s infinite step-end;
}
.orang {
    left: 19%;
    bottom: -1px;
    width: 584px;
    height: 112px;
    margin: 0 -292px;
    background: url("../images/home/orang.png") no-repeat;
}

@-webkit-keyframes awan {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
    }
}
@-moz-keyframes awan {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
    }
}
@-ms-keyframes awan {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
    }
}
@keyframes awan {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(0, 5%, 0) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
    }
}

@-webkit-keyframes kibar {
    0% {
        background-position: 0 -186px;
    }
    25% {
        background-position: 0 -248px;
    }
    50% {
        background-position: 0 -310px;
    }
    75% {
        background-position: 0 -372px;
    }
    100% {
        background-position: 0 -248px;
    }
}
@-moz-keyframes kibar {
    0% {
        background-position: 0 -186px;
    }
    25% {
        background-position: 0 -248px;
    }
    50% {
        background-position: 0 -310px;
    }
    75% {
        background-position: 0 -372px;
    }
    100% {
        background-position: 0 -248px;
    }
}
@-ms-keyframes kibar {
    0% {
        background-position: 0 -186px;
    }
    25% {
        background-position: 0 -248px;
    }
    50% {
        background-position: 0 -310px;
    }
    75% {
        background-position: 0 -372px;
    }
    100% {
        background-position: 0 -248px;
    }
}
@keyframes kibar {
    0% {
        background-position: 0 -186px;
    }
    25% {
        background-position: 0 -248px;
    }
    50% {
        background-position: 0 -310px;
    }
    75% {
        background-position: 0 -372px;
    }
    100% {
        background-position: 0 -248px;
    }
}
