/* Style */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

        * {
            font-family: "Inter", sans-serif;
        }

        .bg-index {
            margin: 0;
            padding: 20px;
            box-sizing: border-box;
            background-color: #e0e9e8;
        }

        .header {
            height: 250px;
            background: linear-gradient(0deg, #eaeaea 0%, #b8ffde9d 5%, #212a9e 100%);
            padding: 18px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            justify-content: center;
            align-items: center;
            display: flex;
        }

        .header img {
            width: 140px;
            height: auto;
            display: block;
        }

        .header h1 {
            letter-spacing: 0.4px;
            font-size: 36px;
            font-weight: 700;
            color: #ffffff;
            margin-left: 15px;
            border-radius: 12px;
            text-shadow: 0 6px 20px rgba(0, 42, 83, 0.637);
        }

        .navigasi {
            background: #0d2050;
        }

        .navigasi ul {
            list-style: none;
            display: flex;
            justify-content: flex-end;
            margin: 0;
            padding: 0;
        }

        .navigasi ul li {
            position: relative;
            margin: 2px;
            margin-right: 40px;
        }

        .navigasi ul li a {
            display: block;
            padding: 12px 18px;
            color: #d3d3d3;
            text-decoration: none;
            transition: all 0.3s;
        }

        .navigasi ul li a:hover {
            background-color: #71b1c5;
            color: #eaeaea;
        }

        .navigasi ul li.has-dropdown > ::after {
            content: " ▼";
            font-size: 0.7em;;
        }

        .navigasi ul li ul.dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #0d2050;
            min-width: 200px;
            flex-direction: column;
            padding: 0;
            margin: 0;
        }

        .navigasi ul li:hover > ul.dropdown {
            display: block;
        }

        .navigasi li ul.dropdown li {
            margin: 0;
        }

        .navigasi li ul.dropdown li a {
            padding: 10px;
        }

        .navigasi ul li ul.dropdown li ul {
            display: none;
            position: absolute;
            top: 0;
            left: 100%;
            min-width: 160px;
        }

        .navigasi ul li ul.dropdown li:hover > ul {
            display: block;
        }

        .main {
            margin: 40px auto;
            background-color: #eaeaea;
            padding: 40px 30px;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 64, 128, 0.15);
        }

        .main h2 {
            color: #004080;
            text-align: center;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .main h1 {
            color: #1f2327;
            text-align: center;
            margin-bottom: 40px;
        }

        .main p {
            color: #004080;
            margin-inline: 60px;
            font-weight: 500;
        }

        .main h3 {
            color: #1f2327;
        }

        .footer {
            background-color: #0d2050;
            padding-bottom: 10px;
            padding-top: 10px;
            color: #eaeaea;
            text-align: start;
        }

        .footer h2,
        .footer p,
        .footer a {
            margin-left: 40px;
            padding: 2px;
        }

        .footer h2 {
            font-size: 26px;
        }

        .footer p {
            font-weight: 600;
        }

        .footer a {
            color: hsl(224, 79%, 54%);
        }

        .footer h3 {
            text-align: center;
            font-weight: 400;
            font-size: 18px;
            border-top: 1px solid rgba(128, 128, 128, 0.637);
            margin: 30px;
            padding-top: 15px;
        }


/* MENU */
        html, body {
            margin: 0;
            padding: 0;
            height: 100%;
        }

        .all {
            background: linear-gradient(to top, #011341, #97d6d3, #eaeaea);
        }

        .all h1 {
            color: #004080;
            font-size: 36px;
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

        .card-container {
            display: flex;
            justify-content: center;
            padding-bottom: 60px;
            flex-wrap: wrap;
            margin-top: 100px;        
        }

        .card {
            width: 325px;
            background-color: #e6e6e6;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
            margin: 20px;
        }

        .card img {
            width: 100%;
            height: auto;
        }

        .card-content {
            padding: 16px;
        }

        .card-content h3 {
            font-size: 24px;
            margin-bottom: 8px;
        }

        .card-content p {
            color: #666;
            font-size: 15px;
            line-height: 1.3;
        }

        .card-content .btn {
            display: inline-block;
            padding: 8px 16px;
            background-color: #333;
            text-decoration: none;
            border-radius: 4px;
            margin-top: 16px;
            color: #eaeaea;
        }

        .btn {
            margin: 20px 0;
        }

        .btn button {
            background-color: #007bff;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .btn button:hover {
            background-color: #0056b3;
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
        }

        .btn button:active {
            background-color: #004085;
            transform: translateY(1px);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        }


/* GALLERY */
        body {
            background-color: #eaeaea;
        }

        h1 {
            color: #1d1d1d;
            font-size: 36px;
            display: flex;
            justify-content: center;
            margin: 40px;
        }

        .btn {
            margin: 20px 0;
        }

        .btn button {
            background-color: #007bff;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .btn button:hover {
            background-color: #0056b3;
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
        }

        .btn button:active {
            background-color: #004085;
            transform: translateY(1px);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        }
        

        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

        .container img {
            width: 68%;
            height: auto;
            border-radius: 4px;
            box-shadow: 4px 7px 7px 0 #161616;
            cursor: pointer;
            margin: 30px;
            margin-bottom: 84px;
            transition: 400ms;
            padding: 6px;
        }

        .container img:hover {
            filter: grayscale(1);
            transform: scale(1.03);
        }
