        body {
            font-family: 'Segoe UI', sans-serif;
        }

        .navbar {
            /* background: transparent;
            transition: background 0.3s ease; */
            background: #1C352D;
            background: -webkit-linear-gradient(to right, #1C352D, #A6B28B);
            background: linear-gradient(to right, #1C352D, #A6B28B);
        }

        .navbar.scrolled,
        .navbar.show-bg {
            background: #1C352D;
            background: -webkit-linear-gradient(to right, #1C352D, #A6B28B);
            background: linear-gradient(to right, #1C352D, #A6B28B);
        }

        .hero {
            background: #1C352D;
            background: -webkit-linear-gradient(to right, #1C352D, #A6B28B);
            background: linear-gradient(to right, #1C352D, #A6B28B);
            color: #fff;
            padding: 100px 0;
        }

        .hero h1 {
            font-size: 3rem;
            font-weight: 700;
        }

        .btn-hero {
            background-color: #fff;
            color: #9333ea;
            font-weight: 600;
            border-radius: 30px;
            padding: 10px 30px;
            box-shadow: 0 4px 10px rgba(147, 51, 234, 0.3);
            transition: all 0.3s ease;
        }

        .btn-hero:hover {
            background-color: #f0e9ff;
            color: #6b21a8;
        }

        .tentang {
            background-color: #fff;
            position: relative;
            min-height: 100vh;
        }

        .imgcenter {
            width: 100%;
            position: absolute;
            top: 30%;
            bottom: 0;
            right: 100;
            left: 0;
        }

        .about1 {
            font-size: 24px;
            padding-top: 10%;
            font-weight: 700;
            color: black;
        }

        .about2 {
            font-size: 14px;
            font-weight: 100;
        }

        .img-about {
            width: 100%;
            padding-top: 3rem;
        }

        .count-font {
            color: #125a43;
            font-size: 2rem;
            font-weight: 700;
        }

        .fitur {
            position: relative;
            min-height: 80vh;
            background-color: #f5f5ff;
        }

        .fitur-start {
            font-size: 24px;
            font-weight: 700;
            display: flex;
            justify-content: center;
            color: black;
            padding-top: 100px;
        }

        .fitur-desk {
            font-size: 1rem;
            font-weight: 100;
            display: flex;
            justify-content: center;
        }

        .fitur-icon {
            font-size: 30px;
            color: #125a43;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 45%;
            right: 0;
            padding-top: 10px;
        }

        .card-fitur {
            position: relative;
            border: none !important;
            height: 200px;
        }


        .fitur-title {
            position: relative;
            padding-top: 60px;
            display: flex;
            justify-content: center;

        }

        .fitur-title h5 {
            font-size: 14px;
            font-weight: 700;
        }

        .fitur-desk {
            font-size: 1rem;
        }

        .tema-box {
            background: #fdfdff;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tema-box img {
            width: 100%;
        }

        .tema-box:hover,
        .step-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .tema-box i,
        .step-box i {
            font-size: 40px;
            color: #6f42c1;
            margin-bottom: 15px;
        }

        .stars i {
            font-size: 10px;
            color: rgb(233, 169, 20);
            margin: auto;
        }

        .harga {
            font-size: 12px;
            margin: auto;
        }

        .btn-preview {
            border: 1px solid #125a43;
            background-color: #fff;
            border-radius: 5px;
            color: #125a43;
            font-weight: 700;
        }

        .btn-order {
            border: 1px solid #125a43;
            background-color: #125a43;
            border-radius: 5px;
            color: #fff;
            font-weight: 700;
        }

        .testimoni {
            position: relative;
            min-height: 80vh;
            background-color: #f5f5ff;
        }

        .testimoni-desk {
            position: relative;
            padding-top: 10%;
            padding-left: 5%;
            padding-right: 5%;
        }

        .testimoni-desk h1 {
            font-size: 38px;
            font-weight: 700;
        }

        .testimoni-desk h4 {
            font-size: 18px;
            font-weight: 700;
            color: black;
        }

        .testimoni-desk h6 {
            font-size: 14px;
            font-weight: 100;
        }

        .testimoni-box {
            position: relative;
            border: none !important;
            margin-top: 5%;
        }

        .testimoni-img {
            width: 80%;
            padding-left: 20%;
            padding-top: 5%;

        }

        .demo-button {
            background-color: #333333;
            color: #ffffff;
            display: table;
            font-size: 20px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            margin-bottom: 50px;
            outline-color: -moz-use-text-color;
            outline-style: none;
            outline-width: medium;
            padding: 10px;
            text-align: center;
            text-transform: uppercase;
        }

        .bottom_btn {
            background-color: #333333;
            color: #ffffff;
            display: table;
            font-size: 28px;
            margin: 60px auto 20px;
            padding: 10px 25px;
            text-align: center;
            text-transform: uppercase;
        }

        .demo-button:hover {
            background-color: #666;
            color: #FFF;
            text-decoration: none;

        }

        .bottom_btn:hover {
            background-color: #666;
            color: #FFF;
            text-decoration: none;
        }

        .payment {
            display: flex;
            justify-content: center;
        }

        .payment-desk {
            font-size: 12px;
            font-weight: 100;
        }

        .payment-img {
            width: 4rem;
            aspect-ratio: 2/3;
            object-fit: contain;
            padding: 5px;

        }

        #footer {
            background-color: #1e293b;
            position: relative;
        }

        #footer p {
            color: #909090;
            font-size: 14px;
            font-weight: 100;
        }

        #footer h1 {
            font-size: 34px;
            font-weight: 700;
            padding: 10% 0 2% 0;
            color: #fff;
        }

        .footer-img {
            width: 200px;
            padding: 10% 0 3% 0;
        }

        .copyright {
            color: #fff;
            font-size: 14px;
            padding: 10% 0 2% 0;

        }

        @media (max-width: 991.98px) {
            .navbar {
                background: #1C352D;
                background: -webkit-linear-gradient(to right, #1C352D, #A6B28B);
                background: linear-gradient(to right, #1C352D, #A6B28B);
            }
        }