@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--warna-bg-body);
    color: var(--warna-text-body);
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.125rem;
}

.logo {
    text-align: center;
    border-radius: 10px;
    border-bottom: 2px solid var(--warna-web);
}

.ukuran-logo {
    width: 200px;
    height: 50px;
}

.pada-4 {
    margin-top: 40px;
}

.bagiDua {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.btn-login {
    width: 200px;
    background: var(--warna-bg-login);
    box-shadow: 1px 1px 15px 0 var(--warna-web) ;
    border: 3px solid var(--warna-web);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    animation: blinkings 1s infinite;
    transition: all .4s;
    touch-action: manipulation;
    cursor: pointer;
}

.btn-daftar {
    width: 200px;
    background: var(--warna-bg-daftar);
    box-shadow: 1px 1px 15px 0 var(--warna-web) ;
    border: 3px solid var(--warna-web);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    animation: blinkings 1s infinite;
    transition: all .4s;
    touch-action: manipulation;
    cursor: pointer;
}

.info-text {
    display: flex;
    justify-content: center;
    padding: 30px 5px;
}

.btn-info-text {
    width: 100%;
    border: 2px solid var(--warna-web);
    text-align: center;
    color: var(--warna-text-body);
    font-weight: 500;
    text-decroration: none;
    background: var(--warna-bg-info-text);
}

.btn-info-text:hover {
    border: 2px solid var(--warna-text-body);
}

.bank {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    border: 3px solid var(--warna-web);
}

.bank-img {
    width: 200px;
    height: 50px;
}

p>a {
    color: var(--warna-text-blinking);
    animation: blinkings 1s ease-out infinite;
    text-decoration: none;
}

@keyframes blinkings {
    0% {
        text-shadow: 0px 0px 1px #def, 0px 0px 2px #def, 0px 0px 2px #def, 0px 0px 2px #def, 0px 0px 2px #def, 0px 0px 2px #def, 0px 0px 2px #fff, 0px 0px 12px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #7B96B8, 0px 0px 5px #7B96B8, 0px 5px 2px #ffffe8, 0px 5px 25px #ffffe8, 0px 5px 50px #e4be0d, 0px 5px 50px #e4be0d, 0px -5px 50px #e4be0d, 0px -5px 50px #e4be0d;
        color: #fff, #fff, #fff, #ffffe8, #fdfebe, #fdff74, #ffe674, #e4be0d;
    }
}

@media screen and (max-width: 429px) {
    .btn-login, .btn-daftar {
        width: 150px;
    }

    .bank-img {
        width: 150px;
        height: 38px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 321px) {
    .btn-login, .btn-daftar {
        width: 100px;
    }

    .bank-img {
        width: 100px;
        height: 25px;
        margin-bottom: 5px;
    }
}

.border {
    width: 100%;
    border: 2px solid var(--warna-web);
}

.table-dark {
    --bs-table-bg: var(--warna-bg-body);
}

.table-dark:hover {
    --bs-table-hover-bg: var(--warna-web);
}

th {
    background: var(--warna-bg-info-text);
    text-align: center;
    color: var(--warna-text-body);
    border: 2px solid var(--warna-web);
}

tr td {
    border: 2px solid var(--warna-web);
}

td {
    padding: 5px;
    color: var(--warna-text-body);
}

.bawah {
    background: var(--warna-bg-footer);
    justify-content: space-around;
    box-shadow: 0px 0px 8px 1px var(--warna-bayangan);
}

.ikon-footer {
    width: 32px;
    height: 32px;
    margin: 5px 0;
}

.ikon {
    font-size: 0.75rem;
    color: var(--warna-a-footer);
    font-weight: 400;
    text-decoration: none;
    text-align: center;
}

.copyright {
    margin-top: 40px;
    padding-bottom: 100px;
    text-align: center;
}

.kotak-artikel {
    width: 96%;
    margin-top: 40px;
    padding: 10px;
    text-align: left;
    color: var(--warna-text-body);
    border-radius: 5px;
    box-shadow: 0 0 8px 4px var(--warna-bayangan-kotak-artikel);
}

.breadcumb_list {
    text-align: center;
}

.breadcumb_list a {
    color: var(--warna-web);
    text-decoration: none;
}

hr.n1 {
    border: 1px solid var(--warna-hr);
    opacity: 1;
}

.kotak-artikel img {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 8px 4px var(--warna-bayangan-kotak-artikel);
}

.artikel {
    padding: 5px;
}

.titel-h1 {
    text-align: center;
    color: var(--warna-h1-artikel);
}

.titel-h2 {
    text-align: center;
    color: var(--warna-h2-artikel);
}

.titel-h3 {
    text-align: center;
    color: var(--warna-h3-artikel);
}

.faq {
    color: var(--warna-faq);
}

ul li {
    color: var(--warna-ul-li-artikel);
    font-size: 0.875rem;
    font-weight: 600;
}

.pertanyaan {
    color: var(--warna-faq);
    font-size: 1rem;
    font-weight: 600;
}

.artikel p {
    font-size: 0.875rem;
}

@media screen and (min-width: 960px) {
    .fixed-bottom {
        display: none;
    }
}