@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@700&display=swap');

:root, [data-bs-theme=light] {
    --text-color: #333;
    --text-color-hover: #555;
    --rgb-card : rgba(255,255,255,0.3);
    --background-default: linear-gradient(173deg, rgba(251, 251, 251, 1) 0%, rgba(227, 243, 255, 1) 31%, rgb(212, 224, 241) 63%, rgba(255, 255, 255, 1) 100%);
}

[data-bs-theme=dark] {
    --text-color: #fff;
    --text-color-hover: #f5f5f5;
    --rgb-card : rgba(54, 54, 54, 0.207);
    --background-default: linear-gradient(173deg, rgba(39, 56, 68, 1) 0%, rgba(24, 84, 131, 1) 31%, rgba(10, 25, 51, 1) 63%, rgba(43, 55, 65, 1) 100%);
}

.header-mode-dark {
    background: rgb(39, 56, 68);
    background: linear-gradient(173deg, rgba(39, 56, 68, 1) 0%, rgba(24, 84, 131, 1) 31%, rgba(10, 25, 51, 1) 63%, rgba(43, 55, 65, 1) 100%);
    color: #fff;
}

.header-mode-light {
    background: rgb(251, 251, 251);
    background: linear-gradient(173deg, rgba(251, 251, 251, 1) 0%, rgba(227, 243, 255, 1) 31%, rgb(212, 224, 241) 63%, rgba(255, 255, 255, 1) 100%);
}

.navbar-bg {
    background-color: transparent;
}

.navbar-nav {
    font-size: 12pt;
}

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

.nav-mode-dark {
    background: rgb(251, 251, 251);
    background: linear-gradient(173deg, rgba(251, 251, 251, 1) 0%, rgba(227, 243, 255, 1) 31%, rgb(212, 224, 241) 63%, rgba(255, 255, 255, 1) 100%);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: 800;
    font-size: 24pt;
}

.nav-mode-light {
    background: rgb(39, 56, 68);
    background: linear-gradient(173deg, rgba(39, 56, 68, 1) 0%, rgba(24, 84, 131, 1) 31%, rgba(10, 25, 51, 1) 63%, rgba(43, 55, 65, 1) 100%);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: 800;
    font-size: 24pt;
}

.navbar-toggler {
    border: 0px;
}

.navbar-light a.nav-link {
    color: #333 !important;
}

.banner {
    padding-top: 1pc;
    padding-bottom: 3pc;
    background: transparent;
}

.banner-text {
    padding-top: 4pc;
}

.banner .banner-text h1 {
    font-size: 3pc;
    font-weight: 800;
    /* color: #fff; */
    font-family: 'IBM Plex Mono', monospace;
}

.banner .banner-text p {
    font-size: 14pt;
    /* color: #fff; */
}

.img-banner {
    border-radius: 10px !important;
}

.nav-item {
    padding-right: 1pc;
}

.icon-sosmed {
    padding-top: 10pc;
}

.text-success {
    color: #20a980 !important;
}

.benefit {
    padding-top: 3pc;
    padding-bottom: 3pc;
}

.feature {
    padding-top: 2pc;
    padding-bottom: 2pc;
    font-size: clamp(14pt, 1vw, 24pt);
}

.feature h4 {
    padding-top: 20px;
    font-size: clamp(18pt, 1vw, 20pt);
}

a.text-judul {
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none;
}

a.text-judul:hover {
    text-decoration: underline;
}

.text-prg {
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none;
}

.card-services {
    border-radius:20px;
    border:2px solid green;
    background:var(--rgb-card);
    color:var(--text-color);
}

.avatar-article {
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.form-group {
    margin-bottom: 20px !important;
}

.footer {
    /* background: var(--background-default); */
    margin-top: 3pc !important;
    /* border-top:1px solid #aeaeae; */
    width: 100%;
    padding: 25px 0 55px;
    padding-bottom: 5px;
}

.footer h4 {
    padding-bottom: 17px;
    font-size: 20px;
    margin: 30px 0 17px;
    position: relative;
}

/* .footer a,
.footer p {
    color:var(--text-color);
    text-decoration: none;
}

.footer a:hover {
    color:var(--text-color-hover);
    text-decoration: none;
} */

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    font-size: 15px;
    padding-bottom: 4px;
    list-style: none;
}

.footer ul li:last-child {
    border: 0;
}

.copyright {
    width: 100%;
    padding: 20px 0;
    bottom: 0;
    left: 0;
    margin-bottom: -2pc;
}

.copyright p {
    /* font-size: 14px; */
    margin-bottom: 0;
    font-weight: bold;
}

.cookie-consent {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.cookie-consent button {
    margin-left: 10px;
}

.cookie-consent p {
    margin: 0;
}

@media screen and (max-width: 550px) {
    .banner-text {
        padding-top: 1pc;
    }

    .banner .banner-text h1 {
        font-size: 24pt;
        font-weight: 800;
        font-family: 'IBM Plex Mono', monospace;
    }

    .banner .banner-text p {
        font-size: 12pt;
    }

    .img-banner {
        margin-top: 1pc;
    }

    .icon-sosmed {
        display: none;
    }

    .svg-icon-arworks {
        text-align: center;
    }
}
