body {
    overflow-x: hidden !important;
}

@font-face {
    font-family: "pb";
    src: url('/assets-artikel/font/Poppins-Bold.ttf');
}

#curve-atas {
    position: absolute;
    left: 0;
    right: 0;
    height: 300px;
    width: 100%;
    background: #FFF9F2;
    box-shadow: 0 5px 12px rgba(48, 48, 48, 0.116);
    border-radius: 0 0 70% 70%/0 0 100% 100%;
    transform: scaleX(1.5);
    z-index: -1 !important;
}

header #or-atas-kiri {
    position: absolute;
    width: 400px;
    top: -160px;
    left: -120px;
    z-index: -1;
    transform: rotate(15deg);
}
header #or-atas-kanan1 {
    position: absolute;
    right: 40px;
    top: -70px;
    height: 140px;
    width: 150px;
    border-radius: 50%;
    background-color: #FF6600;
}
header #or-atas-kanan2 {
    position: absolute;
    right: -40px;
    top: -55px;
    height: 140px;
    width: 150px;
    border-radius: 50%;
    background-color: #FEC18C;
}
header #running-text {
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 0 !important;
    background-color: white;
    margin-top: -5px;
}
header #running-text h6 {
    min-width: fit-content;
    padding: 8px;
    background-color: #FF6600 !important;
    color: white;
    margin: 0 !important;
}
header marquee {
    padding-top: 8px;
}
header #status-berita {
    font-family: pb;
    font-style: italic;
    color: #FF0000;
}
header #judul-berita {
    font-weight: bold;
}

.paragraf {
    min-height: 120px;
}
.paragraf img {
    float: left;
    max-width:300px;
    max-height: 120px;
    margin-right: 15px;
    padding: 5px;
}
.paragraf p {
    text-align: justify !important;
    float: none;
}

#bg-main-img {
    height: 380px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-top: -50px;
    z-index: -2 !important;
    position: relative;
}
#main-img {
    height: 380px;
    width: 100%;
    margin-top: -270px;
    z-index: 2;
}

#more-artikel {
    background-color: #FFF9F2;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 170px;
    margin-bottom: -70px;
}
#more-artikel .card {
    border-radius: 20px;
}

#footer {
    /* background-color: #F08535; */
    background-image: url('/img/vector-footer.png');
    background-size: cover;
    color: white;
    padding-top: 90px;
}
#footer img{
    width: 50px;
    margin-right: 10px;
}

/* TABLET VIEW */
@media (max-width: 768px) {
    #curve-atas {
        position: absolute;
        left: 0;
        right: 0;
        height: 300px;
        width: 100%;
        background: #FFF9F2;
        box-shadow: 0 5px 12px rgba(48, 48, 48, 0.116);
        border-radius: 0 0 70% 70%/0 0 30% 30%;
        transform: scaleX(1);
        z-index: -1 !important;
    }

    header #or-atas-kanan1 {
        display: none;
    }
    header #or-atas-kanan2 {
        display: none;
    }

    .footer-sosmed {
        margin: 30px 0;
    }
}

/* MOBILE VIEW */
@media (max-width: 425px) {

    #curve-atas {
        position: absolute;
        left: 0;
        right: 0;
        height: 300px;
        width: 100%;
        background: #FFF9F2;
        box-shadow: 0 5px 12px rgba(48, 48, 48, 0.116);
        border-radius: 0 0 70% 70%/0 0 30% 30%;
        transform: scaleX(1);
        z-index: -1 !important;
    }

    #main-img {
        display: none;
    }
    #bg-main-img {
        height: 380px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        background-position-x: center;
        margin-top: -60px;
        z-index: -2 !important;
        position: relative;
        filter: none;
        margin-bottom: 40px;
    }

    #footer {
        /* background-color: #F08535; */
        background-image: url('/img/Gelombangendnote2.png');
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        padding-top: 90px;
    }

    #text-kirim {
        display: none;
    }

    header #or-atas-kanan1 {
        display: none;
    }
    header #or-atas-kanan2 {
        display: none;
    }
}