body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
}

.main-content {
    padding-top: 0px;
}

.active-page a{
    color: #068113;
}

/* navbar */
.border-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.title-container {
    display: flex;
    width: 100px;
    height: 75px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
}

.titles {
    display: flex;
    flex-direction: row;
    gap: 1px;
    margin-bottom: -17px;
}

.circle {
    width: 4px;
    height: 4px;
    background-color: #fff500;
    border-radius: 50%;
    margin-top: 10px;
}

.subtitle {
    text-align: center;
    font-size: 4px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.bg-secondary {
    background-color: white !important;
}

.img-title {
    width: 50px;
    height: 50px;
}

.user-login {
    margin-top: 7px;
    width: 20px;
    height: 20px;
}

nav{
    font-weight: 700;
}

.navigasi{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 6px;
}

.navigasi:hover {
    color: #068113;
}

/* beranda */
.container-beranda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding: 24px 24px 24px 24px;
}

.p-beranda {
    margin-top: 60px;
    margin-bottom: 60px;
}

.btn-beranda-1 {
    background: #068113;
    border-radius: 10px;
    margin-left: 180px;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}


.btn-beranda-1:hover {
    background: #fff;
    color: #068113;
    border: 2px solid #068113;
}

.btn-beranda-2 {
    background: #068113;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}

.btn-beranda-2:hover {
    background: #fff;
    color: #068113;
    border: 2px solid #068113;
}

/*tentang*/
.container-tentang {
    justify-content: center;
    align-items: center;
    gap: 0px;
}


.image {
    flex: 1;
    padding-right: 30px;
    text-align: center;
}

.image img {
    max-width: 190%;
    height: auto;
    margin-top: -80px;
    transition: transform 0.3s; /* Add a transition for smoother resizing */
    position: relative;
}

.text {

}

.text h2 {
    color: #000;
    font-family: Raleway;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0; /* Remove margin-top to align with image */
    margin-bottom: 15px; /* Add some margin at the bottom for separation */
}

.text p {
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    /* beranda */
    .btn-beranda-1 {
        margin-left: 0px;
        margin-bottom: 200px;
    }

    .p-beranda {
        margin-top: 24px;
        margin-bottom: 32px;
    }

    /* tentang */
    .container-tentang {
        flex-direction: column;
        padding: 30px;
    }

    .image {
        flex: 1;
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center; /* Center image on smaller screens */
    }

    .image img {
        margin-top: 0;
        max-width: 80%; /* Adjust max-width for responsiveness */
        transform: scale(1.2); /* Enlarge the image by 20% */
    }

    .text {
        flex: 1;
        padding: 0;
        text-align: center; /* Center text on smaller screens */
        margin-left: 30px;
    }
    .text h2,
    .text p {
        margin-top: 15px; /* Add some space between text and image */
    }
    .text h2 {
        font-size: 24px; /* Ubah ukuran font sesuai keinginan Anda */
    }

    .text p {
        font-size: 12px; /* Ubah ukuran font sesuai keinginan Anda */
    }

    /* footer */
    .subtitles{
        margin-right: 100px;
    }

    .footer-title {
        margin-left: 110px;
    }

    .footer-app {
        margin-left: 100px;
    }
}

/* faq */
.container-faq,
.container-privacy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding: 0 20px;
}

.faq-container,
.faq2-container,
.faq3-container {
    width: 100%;
    padding: 30px 20px;
    border-radius: 4px;
    background: #D9D9D9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
}

.container-faq h1 {
    text-align: left;
    width: 100%;
    font-size: 64px;
}

@media screen and (max-width: 768px) {
    .faq-container,
    .faq2-container,
    .faq3-container {
        height: auto;
    }

    .container-faq h1 {
        font-size: 35px;
    }
}


/* contact us */
.container-contact {
    margin-top: 50px;
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background: var(--grey-gray, #F0F4FD);
    font-size: 16px;
}

/* .custom-select:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 68%;
    right: 285px;
    transform: translateY(-50%);
    color: #98A2B3;
} */

.btn-kirim {
    background-color: #068113;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    float: right;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    width: 150px;
    height: 50px;
}

.form-control {
    background-color: var(--grey-gray, #F0F4FD);
}

.error-message {
    color: red;
    font-size: 12px;
    float: left;
    margin-top: 8px;
    margin-bottom: 10px;
}

.input-error {
    border-color: red;
    background-color: #ffdbd9;
}

.success-message {
    color: rgb(0, 255, 0);
    font-size: 12px;
    float: left;
}

/*layanan*/
.container-layanan {
    padding-top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.container-layanan h1 {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: -120px;
}

.horizontal-line {
    border-top: 1.5px solid #299935;
    margin: 0 auto;
    margin-top: 20px;
    width: 10%;
}

.card {
    width: 240px;
    height: auto;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #00cc00;
    margin: 20px 30px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

.card img {
    width: 60px;
    margin: 0 auto;
}

.card h2 {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.card p {
    color: #000;
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.card ul {
    padding: 2;
    list-style-type: none;
    padding-left: 0;
}

.card li {
    color: #000;
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 15px;
}

.card h3 {
    color: #000;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 5px;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .container-layanan h1 {
     margin-top: 20px;
    }
    .horizontal-line{
        margin: 20px;
        width: 20%;
    }
    .card {
        width: 55%;
        margin: 10px 0;
        align-items: center;
        max-width: none;
        margin: 10px auto;
        margin-top: 20px;
    }
}

/*syarat&ketentuan*/
.container-syarat h1 {
    color: #000;
    font-family: 'Poppins';
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.number-list {
    list-style-type: decimal;
}

.span {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .container-syarat h1 {
        font-size: 48px;
    }
}

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

/* footer */
.circle2 {
    width: 10px;
    height: 10px;
    background-color: #fff500;
    border-radius: 50%;
    margin-top: 13px;
}

.subtitles {
    text-align: center;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin-left: 110px;
}

.titles {
    display: flex;
    flex-direction: row;
}

.img-titles {
    width: 200px;
    height: 200px;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a, a:hover {
      text-decoration: none !important;
}

.content {
    height: 70vh;
}

.footer-48201 {
    padding: 5rem 0;
    background-color: #068113;
    color: #fff;
}

.footer-48201 .footer-site-logo {
    font-size: 1.5rem;
    color: #fff;
}

.footer-48201 .nav-links li {
    margin-bottom: 10px;
}

.footer-48201 .nav-links li a {
    color: #fff;
}

.footer-48201 .nav-links li a:hover {
    background-color: #05450c;
    color: #98A2B3;
    padding: 8px 6px 8px 6px;
    border-radius: 4px;
}

/* ketentuan layanan */
.turn-container {
    position: absolute;
    width: 16%;
    justify-content: left;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .turn-container h1 {
        font-size: 48px;
    }
}

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

#page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
    font-weight: bold;

}

.container-tentang2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center ;
    padding: 100px;
}

.container-tentang2 {
    flex-direction: column;
    padding: 0px;
}

.textc {
    flex: 1;
    padding: 0;
    text-align: center; /* Center text on smaller screens */
    margin-left: 30px;
}

.scroll-container {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.scroll-container::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}
.scroll-item {
    flex: 0 0 auto;
}
