:root {
    --primary-color: #2c5d88
}

* {
    font-family: 'Montserrat', sans-serif !important;
}

.text-xs {
    font-size: 0.75rem;
    /* 12px */
}

.text-sm {
    font-size: 0.875rem;
    /* 14px */
}

.text-base {
    font-size: 1rem;
    /* 16px */
}

.text-lg {
    font-size: 1.125rem;
    /* 18px */
}

.text-xl {
    font-size: 1.25rem;
    /* 20px */
}

.text-2xl {
    font-size: 1.5rem;
    /* 24px */
}

.text-3xl {
    font-size: 1.875rem;
    /* 30px */
}

.text-4xl {
    font-size: 2.25rem;
    /* 36px */
}

.text-5xl {
    font-size: 3rem;
    /* 48px */
}

.text-6xl {
    font-size: 4rem;
    /* 64px */
}

/* Amber Background Colors */
.bg-amber-50 {
    background-color: rgb(255, 251, 235);
}

.bg-amber-100 {
    background-color: rgb(254, 243, 199);
}

.bg-amber-200 {
    background-color: rgb(253, 230, 138);
}

.bg-amber-300 {
    background-color: rgb(252, 211, 77);
}

.bg-amber-400 {
    background-color: rgb(251, 191, 36);
}

.bg-amber-500 {
    background-color: rgb(245, 158, 11);
}

.bg-amber-600 {
    background-color: rgb(217, 119, 6);
}

.bg-amber-700 {
    background-color: rgb(180, 83, 9);
}

.bg-amber-800 {
    background-color: rgb(146, 64, 14);
}

.bg-amber-900 {
    background-color: rgb(120, 53, 15);
}

.bg-amber-950 {
    background-color: rgb(69, 26, 3);
}

/* Yellow Background Colors */
.bg-yellow-50 {
    background-color: rgb(254, 252, 232);
}

.bg-yellow-100 {
    background-color: rgb(254, 249, 195);
}

.bg-yellow-200 {
    background-color: rgb(254, 240, 138);
}

.bg-yellow-300 {
    background-color: rgb(253, 224, 71);
}

.bg-yellow-400 {
    background-color: rgb(250, 204, 21);
}

.bg-yellow-500 {
    background-color: rgb(234, 179, 8);
}

.bg-yellow-600 {
    background-color: rgb(202, 138, 4);
}

.bg-yellow-700 {
    background-color: rgb(161, 98, 7);
}

.bg-yellow-800 {
    background-color: rgb(133, 77, 14);
}

.bg-yellow-900 {
    background-color: rgb(113, 63, 18);
}

.bg-yellow-950 {
    background-color: rgb(66, 32, 6);
}

/* Lime Background Colors */
.bg-lime-50 {
    background-color: rgb(247, 254, 231);
}

.bg-lime-100 {
    background-color: rgb(236, 252, 203);
}

.bg-lime-200 {
    background-color: rgb(217, 249, 157);
}

.bg-lime-300 {
    background-color: rgb(190, 242, 100);
}

.bg-lime-400 {
    background-color: rgb(163, 230, 53);
}

.bg-lime-500 {
    background-color: rgb(132, 204, 22);
}

.bg-lime-600 {
    background-color: rgb(101, 163, 13);
}

.bg-lime-700 {
    background-color: rgb(77, 124, 15);
}

.bg-lime-800 {
    background-color: rgb(63, 98, 18);
}

.bg-lime-900 {
    background-color: rgb(54, 83, 20);
}

.bg-lime-950 {
    background-color: rgb(26, 46, 5);
}

/* Green Background Colors */
.bg-green-50 {
    background-color: rgb(240, 253, 244);
}

.bg-green-100 {
    background-color: rgb(220, 252, 231);
}

.bg-green-200 {
    background-color: rgb(187, 247, 208);
}

.bg-green-300 {
    background-color: rgb(134, 239, 172);
}

.bg-green-400 {
    background-color: rgb(74, 222, 128);
}

.bg-green-500 {
    background-color: rgb(34, 197, 94);
}

.bg-green-600 {
    background-color: rgb(22, 163, 74);
}

.bg-green-700 {
    background-color: rgb(21, 128, 61);
}

.bg-green-800 {
    background-color: rgb(22, 101, 52);
}

.bg-green-900 {
    background-color: rgb(20, 83, 45);
}

.bg-green-950 {
    background-color: rgb(5, 46, 22);
}


.text-primary {
    color: var(--primary-color) !important;
}

.features.feature-primary.feature-full-bg .icon-color {
    color: var(--primary-color) !important;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: var(--primary-color);
}

.features.feature-primary.feature-full-bg:hover {
    background-color: var(--) !important;
}


.bg-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: .1; */
    /* background: linear-gradient(90deg, #3431C9 0%, #3d35d6 48.96%, #3821a1 100%); */
    background-color: #306493;
    color: white;
}

.bg-half-230 {
    padding: 230px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

#topnav .navigation-menu>li>a {
    color: #fff;
    opacity: .6;
}

#topnav .navigation-menu>li.active>a,
#topnav .navigation-menu>li:hover>a {
    color: white !important;
    opacity: 1;

    position: relative;

    /* &:after {
        content: '';
        width: 6px;
        height: 6px;

        border-radius: 50%;

        bottom: 16px;
        left: 50%;

        background-color: white;
        position: absolute;
    } */
}

#topnav.nav-sticky .navigation-menu>li>a {
    color: #2746AE;
    opacity: 1;
}

#topnav.nav-sticky .navigation-menu>li.active>a,
#topnav.nav-sticky .navigation-menu>li:hover>a {
    color: #2746AE !important;
    opacity: 1;

    position: relative;

    /* &:after {
        content: '';
        width: 6px;
        height: 6px;

        border-radius: 50%;

        bottom: 16px;
        left: 50%;



        background-color: #2746AE;
        position: absolute;
    } */
}

.big-element {
    position: absolute;
    text-align: center;

    color: #314dc9;
    opacity: .02;
    transform: scale(20);
    top: 50%;
    width: 100%;
}

.btn {
    background-color: rgb(245, 158, 11);
    color: white;
}

.bg-blur {
    backdrop-filter: blur(3px);
    background-color: #ffffffad !important;
}

.dasar-hukum .card {
    height: 300px;
    padding: 24px !important;
    padding-top: 48px !important;
    overflow: visible !important;
}

.dasar-hukum .card .icon-color {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;

    aspect-ratio: 1 !important;
    margin: 0 auto;

    border-radius: 50%;
    top: -32px;

    background-color: #f8f9fa !important;

    border: 4px solid white;

    transition: ease-in-out 200ms;
}

.features.feature-primary.feature-full-bg:hover {
    background-color: var(--primary-color) !important;
}

.dasar-hukum .card:hover .icon-color {
    background-color: var(--primary-color) !important;
    color: white;
}

/* .dasar-hukum .card:hover button {
    background-color: white;
    color: #314dc9;
    border: transparent;
} */

.features.feature-full-bg:hover .icon-color i {
    color: rgb(255, 255, 255) !important;
}

.bg-pattern {
    content: ' ';
    width: 100%;
    height: 100%;
    transform: scale(2);

    position: absolute;

    top: 0;
    left: 0;

    background-color: #428BCA;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23ffffff' fill-opacity='0.32' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");

    mix-blend-mode: multiply;
}

.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    color: #000;
    background-color: #fff;
    border-color: var(--bs-btn-hover-border-color)
}

/* mekanisme */
.features.feature-clean {
    background-color: #fff;
    height: 400px;
}

@media (max-width: 667px){
    .features.feature-clean {
        background-color: #fff;
        height: auto;
    }   
}