* {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-optical-sizing: auto;
}

[x-cloak] { display: none !important; }


/* Mobile Layout */
.mobile-layout {
    position: relative;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    min-height: 100dvh;
    margin: 0px auto;
    background: white;
}

html {
    scroll-behavior: smooth;
}

.btn {
    border-radius: 2rem !important;
}

nav > .container-fluid {
    width: 90%;
}

.container-fluid {
    width: 80%;
}

.navbar-kakakasuh {
    min-height: 80px;
    background-color: white;
    height: auto;
}

.navbar-brand > img {
    width: 170px;
    height: 55px;
}

/* Jumbotron */

.jumbotron.jumbotron-homepage {
    position: relative;
    background-image: url('../images/frontpages/jumbotron-patternbg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.jumbotron.jumbotron-homepage > .container-fluid {
    position: relative;
    z-index: 2;
}

.jumbotron.jumbotron-homepage::before {
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFEDED;
    background-size: cover;
    background-attachment: fixed;
}

.jumbotron-img-parallax {
    position: relative;
    background-image: url('../images/frontpages/homepage-jumbotron.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: calc(100dvh - (382px + 80px));
}

.jumbotron-img-parallax::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: calc(100dvh - (382px + 80px));
    background-color: #252525;
    opacity: 0.3;
}

.jumbotron-img-parallax-about {
    position: relative;
    background-image: url('../images/frontpages/about-image.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100dvh;
}

.jumbotron-img-parallax-about::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #252525;
    opacity: 0.3;
}

/* Section */
.section {
    margin: 1.5rem 0;
}

.section.section-card-patungan {
    position: relative;
    min-height: 750px;
    height: auto;
}

.section.section-card-patungan::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFEDED;
    width: 100%;
    height: 405px;
    z-index: -1;
}

.section.section-cerita-kami {
    position: relative;
    min-height: 425px;
    height: auto;
}

.section.section-cerita-kami::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFEDED;
    width: 100%;
    min-height: calc(100% - 125px);
    height: auto;
    z-index: -1;
}


/* Utils */

.border-bottom-donatur {
    border-bottom: 1px solid #969696;
}

.fw-400 {
 font-weight: 400 !important;
}
.fw-500 {
 font-weight: 500 !important;
}
.fw-600 {
 font-weight: 600 !important;
}
.fw-700 {
 font-weight: 700 !important;
}
.fw-800 {
 font-weight: 800 !important;
}

.rounded-1 {
    border-radius: 1rem;
}

.rounded-2 {
    border-radius: 2rem;
}

.bg-pink-kakakasuh {
    background: #FDEDED !important;
}

.bg-pink2-kakakasuh {
    background: #FFF5F3 !important;
}

.bg-gradient-kakakasuh {
    background: linear-gradient(to right bottom, #BB2206, #7f1704) !important;
}

.vr {
    min-height: 10px;
    height: auto;
    width: 1px;
    background: #7C7C7C;
    margin: 0 .5rem;
}

/* NAV PILS KAKAK ASUH */
.nav.nav-kakak-asuh button.nav-link {
    background: transparent;
    border: 0;
    font-weight: 300;
    color: #969696;
}

.nav.nav-kakak-asuh button.nav-link.active {
    color: #BB2206;
    border-bottom: 3px solid #BB2206;
    font-weight: 600;
}

/* Navbar Mobile */
.navbar-mobile {
    position: fixed;
    bottom: 0;
    max-height: 65px;
    width: 100%;
    padding: .5rem;
    max-width: 480px;
    background: white;
    border-top: 1px solid #ececec;
    border-radius: 24px 24px 0 0;
    box-shadow: 0px -5px 4px #EEEEEE;
}

.navbar-mobile a.nav-link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.navbar-mobile a.nav-link.btn-cta-donate {
    background: #BB2206 !important;
    color: white;
    border-radius: 40px;
    padding: 0.5rem 1rem;
    box-shadow: 0px 6px 8px #969696;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.navbar-mobile a.nav-link.btn-cta-donate:active,
.navbar-mobile a.nav-link.btn-cta-donate:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.10);
    box-shadow: 0px 12px 14px #757474;
}

.navbar-mobile a.nav-link > em.bi {
    font-size: 1.25rem;
}

.navbar-mobile a.nav-link > small {
    font-size: 0.8rem;
}

/* Footer */
footer.footer {
    background-color: #232323;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 400px;
    height: auto;
    padding: 2rem 0;
}

footer.footer .footer-title-link{
    color: white !important;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

footer.footer ul.footer-links{
    list-style-type: none;
    padding: 0;
}

footer.footer ul.footer-links > li {
    margin: .75em 0;
}

footer.footer .row * {
    color: #7C7C7C;
    font-size: 1rem;
    text-decoration: none;
}

footer.footer .row a {
    color: #7C7C7C;
    font-size: 1rem;
    text-decoration: none;
}

footer.footer .row a:hover {
    color: #fff;
    text-decoration: underline;
}

footer.footer ul.footer-links > li > a {
    color: #7C7C7C;
    font-size: 1rem;
    text-decoration: none;
}

footer.footer ul.footer-links > li > a:hover {
    color: #FDEDED;
    text-decoration: underline;
}


/* fonts */

.playfair-font {
    font-family: "Playfair Display", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

/* Responsive */


@media screen and (max-width: 480px) {
    .jumbotron.jumbotron-homepage > .container-fluid h1 {
       font-size: 36px;
    }
}

