/* UNIVERSAL */
body {
    font-family: 'Comfortaa', cursive;
}

section {
    padding: 70px 0 100px;
}


/* NAVIGASI */
a.navbar-brand {
    font-weight: 700;
    color: #fd79a8 !important;
}

.nav-link {
    color: rgba(27, 27, 27, 0.7) !important;
}


/* HEADER */
h1.display-4 {
    z-index: 2;
    font-size: 32px;
    font-weight: 300;
    position: relative;
    margin: 100px auto 0;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.display-4 span {
    font-weight: 700;
}

.jumbotron a.btn-lg {
    z-index: 2;
    position: relative;
}

.jumbotron {
    z-index: 0;
    width: 100%;
    height: 440px;
    display: block;
    position: relative;
    background-size: cover;
    background-image: url('img/2.jpg');
}

.jumbotron::after {
    bottom: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: linear-gradient(to top, rgba(253, 121, 168, 0.4), rgba(162, 155, 254, 0.2));
}


/* MENU */
section.menu h4::after {
    content: '';
    width: 90px;
    display: block;
    margin: 5px auto;
    border-bottom: 3px solid rgba(162, 155, 254, 0.3);
}

section.menu img {
    height: 330px;
    border-radius: 10px;
}

section.menu .btn-lg {
    margin-top: 100px;
}


/* KEUNGGULAN */
.keunggulan .card img {
    height: 70px;
    width: 70px;
}


/* CTA */
section.cta {
    margin-top: 100px;
    text-align: center;
    background-color: rgba(108, 92, 231, 1);
}

section.cta h2,
section.cta p {
    padding: 0 40px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}


/* FOOTER */
footer {
    padding: 20px 0;
    margin-top: 300px;
}

p.copyright {
    font-size: 14px;
}



/* UTILITY */

h2 {
    font-size: 24px;
    color: rgba(253, 121, 168, 1.0);
}

h3 {
    font-size: 22px;
    font-weight: 700;
    color: rgba(253, 121, 168, 1);
}

h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(162, 155, 254, 1.0);
}

p {
    color: rgba(61, 61, 61, 0.7);
}

.card p {
    padding: 0 15px;
    font-size: 16px;
    color: rgba(61, 61, 61, 0.5);
}

.btn {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.btn:hover {
    color: rgba(255, 255, 255, 1);
}

.btn i {
    margin-right: 10px;
}

.btn-utama {
    background-color: #fd79a8;
}

.btn-utama:hover {
    background-color: rgba(232, 67, 147, 1);
}

.btn-kedua {
    background-color: #a29bfe;
}

.btn-kedua:hover {
    background-color: rgba(108, 92, 231, 1);
}

.card {
    margin-top: 50px;
    border-radius: 13px;
    box-shadow: 0 4px 10px rgba(253, 121, 168, 0.4);
}

.card:hover {
    box-shadow: 0 4px 25px rgba(253, 121, 168, 0.4);
}

.card-body {
    border-radius: 0 0 13px 13px;
}


/* TABLET VERSION */
@media (min-width: 768px) {

    /* FIX img gepeng MD */
    section.menu .card img {
        width: 100%;
        height: 230px;
    }
}




/* DEKSTOP VERSION */
@media (min-width: 992px) {

    /* NAVIGASI LG */
    .smoothScrollLG {
        transition: 0.3s;
        background-color: rgba(255, 255, 255, 1);
    }

    .navigasi,
    #navigasi {
        top: 0;
        z-index: 999;
        position: sticky;
    }

    nav {
        margin-top: 30px;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .navbar-brand {
        margin-left: 15px;
    }

    .nav-link {
        color: rgba(27, 27, 27, 0.7) !important;
    }

    .nav-link:hover {
        margin-bottom: -2px;
        border-bottom: 2px solid #fd79a8;
    }


    /* HEADER LG */
    .jumbotron {
        z-index: 0;
        width: 100%;
        height: 640px;
        position: relative;
        margin-top: -120px;
        background-size: cover;
        background-position: 0 -40px;
        background-image: url('img/2.jpg');
    }


    /* MENU LG */
    section.menu .card img {
        width: 100%;
        height: 330px;
    }

    /* CTA */
    section.cta h2 {
        margin-top: 20px;
    }

    section.cta h2,
    section.cta p {
        text-align: left;
    }

    section.cta a.btn {
        float: right;
        margin-top: 30px;
    }


    /* FOOTER */
    p.copyright {
        font-size: 16px;
    }


    /* UTILITY LG */
    .btn {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }

    h1.display-4 {
        z-index: 2;
        font-size: 48px;
        position: relative;
        margin: 200px auto 0;
    }

    h2 {
        font-size: 26px;
        font-weight: 700;
    }

    h3 {
        font-size: 24px;
        font-weight: 700;
        color: rgba(253, 121, 168, 1);
    }

    h4 {
        font-size: 22px;
        font-weight: 700;
        color: rgba(162, 155, 254, 1.0);
    }

    p {
        font-size: 18px;
    }
}