
/*=============================
|            Global           |
=============================*/
    body {
        font-family: 'Nunito', sans-serif;
    }

/*=============================
|           Navbar            |
=============================*/

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .dropdown-menu.show {
        -webkit-animation: fadeIn 0.3s alternate;
        /* Safari 4.0 - 8.0 */
        animation: fadeIn 0.3s alternate;
    }
    .navbar-toggler {
        border: none;
        padding: 0;
        outline: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
    }
    .navbar-toggler .hamburger-toggle .hamburger {
        position: absolute;
        transform: translate(-50%, -50%) rotate(0deg);
        left: 50%;
        top: 50%;
        width: 50%;
        height: 50%;
        pointer-events: none;
    }
    .icons {
        display: inline-flex;
        margin-left: auto;
    }
    .icons a {
        transition: all 0.2s ease-in-out;
        padding: 0.2rem 0.4rem;
        color: #ccc !important;
        text-decoration: none;
    }
    .icons a:hover {
        color: white;
        text-shadow: 0 0 30px white;
    }

    .nav-item {
        margin-left: 1em;
        font-weight: 600;
    }

    .nav-link {
        color: #fff !important;
    }

    .nav-link:hover {
        color: #fff !important;
    }
    .navbar {
        margin: 1em;
        border-radius: 12px;
        background-image: linear-gradient(
                to right,
                #d6ff7f,
                #00b3cc
        );
    }

    .navbar-brand {
        color: #000 !important;
        font-weight: 1000;
        letter-spacing: 2px;
    }

    .navbar-toggle-icon {
        color: #fff;
    }

    .navbar-toggle-icon:hover {
        color: #ccc;
    }

    .hero-banner h1 {
        font-size: 48px;
    }
    .hero-banner .btn {
        margin-top: 30px;
        padding: 15px 40px !important;
        border-radius: 4px;
        transition: 0.5s;
        color: #fff;
        background-image: linear-gradient(
                to right,
                #d6ff7f,
                #00b3cc
        );

        opacity: 0.5 !important;

        box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
    }
    .hero-bg {
        width:100%;
        height:700px;
        background: url('https://2.pik.vn/2021fa6d6d8f-4ee9-48ad-b344-8715e59a1256.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size:cover;
        background-attachment: fixed;
    }

    .hero-content {
        padding-top: 100px;
    }

    .kode-hero-h1 {
        font-size: 48px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #012970;
    }

    .kode-hero-h2 {
        font-size: 26px;
        color: #000 !important;
    }