@media (min-width: 992px) {
    .horizontal-padding {
        padding-left: 120px;
        padding-right: 120px;
    }

    .vertical-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    h1 {
        font-size: 47.8px;
        line-height: 76.4px;
    }

    h2 {
        font-size: 39.8px;
        line-height: 63.7px;
    }

    h6 {
        font-size: 19.2px;
    }

    p {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    #image-container {
        left: 0 !important;
    }
}

body {
    font-family: "Merriweather", serif;
}

#fab {
    background-color: #8090a3;
    color: #002147;
    width: 56px;
    height: 56px;
    bottom: 24px;
    right: 24px;
    z-index: 1030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

#fab:hover {
    box-shadow: 0 8px 16px red;
    transform: scale(1.15);
    transition: all 0.3s ease;
}

.nav-link:hover {
    font-weight: bold;
}

.nav-link {
    transition: font-weight 0.2s ease;
}

.btn-login-navy {
    background-color: #002147;
    color: #f8cb1e;
    padding: 16px 24px;
}

.btn-login-navy:hover {
    color: #002147;
    background-color: #cfa919;
}

.btn-panduan-hero {
    background-color: transparent;
    color: #cfa919;
    border: 1px solid #cfa919;
    padding: 16px 24px;
}

.btn-panduan-hero:hover {
    color: #002147;
    border: 1px solid #002147;
}

.hero-bg {
    position: absolute;
    width: 66%;
    left: 0;
    z-index: -1;
}

#tentang-dots {
    position: absolute;
    height: 148px;
    top: 52px;
    right: 8px;
}

#hero-content {
    padding-top: 80px;
    padding-bottom: 120px;
}

#hero-content p {
    margin-top: 8px;
    margin-bottom: 48px;
}

.title-alur {
    color: #cfa919;
}

.background-yellow-50 {
    background-color: #f8cb1e;
}

.color-navy-50 {
    color: #002147;
}

.color-yellow-50 {
    color: #f8cb1e;
}

.yellow-60 {
    color: #cfa919;
}

#alur-ta {
    padding-top: 100px;
}

#alur-content {
    margin-top: 100px;
}

#bg-alur {
    position: absolute;
    right: 0;
    width: 82%;
    z-index: -1;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.timeline-container {
    padding: 24px 24px;
    position: relative;
    width: 50%;
}

.text-box {
    padding-top: 24px;
    position: relative;
}

.left-container {
    left: 0;
    padding-right: 88px;
    text-align: end;
}

.right-container {
    left: 50%;
    padding-left: 88px;
    text-align: start;
}

.timeline-container img {
    position: absolute;
    width: 64px;
    right: -102px;
    z-index: 10;
}

.right-container img {
    left: -102px;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #cfa919;
    top: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 8px;
}

.right-container-arrow {
    content: "";
    width: 72px;
    height: 5px;
    position: absolute;
    top: 32px;
    z-index: 1;
    background-color: #cfa919;
    left: -88px;
    border-radius: 8px;
}

.left-container-arrow {
    content: "";
    width: 72px;
    height: 5px;
    position: absolute;
    top: 32px;
    z-index: 1;
    background-color: #cfa919;
    right: -88px;
    border-radius: 8px;
}

.cta-content {
    padding-top: 64px;
    width: 50%;
}

.cta-content p {
    padding-top: 8px;
}

.cta-content .row {
    padding-top: 32px;
    padding-bottom: 328px;
}

.cta-bg {
    position: absolute;
    width: 64%;
    left: 0;
    z-index: -1;
}

.cta-img {
    position: absolute;
    width: 42%;
    right: 96px;
    top: 104px;
}

.btn-login-yellow {
    background-color: #f8cb1e;
    color: #002147;
    padding: 16px 24px;
}

.btn-login-yellow:hover {
    color: #002147;
    background-color: #a58714;
}

.btn-panduan-cta {
    background-color: transparent;
    border: 1px solid #f8cb1e;
    color: #f8cb1e;
    padding: 16px 24px;
}

.btn-panduan-cta:hover {
    border: 1px solid white;
    color: white;
}

#faq {
    padding-top: 100px;
    padding-bottom: 68px;
    background-color: #eef3f8;
}

#faq h2 {
    padding-bottom: 16px;
}

.accordion {
    padding-left: 80px;
    padding-right: 80px;
}

.accordion-button::after {
    /* filter: invert(100%) brightness(0); */
    display: none;
}

.accordion-button {
    border: none;
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button[aria-expanded="true"] i.bi-caret-down-fill {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.accordion-button i.bi-caret-down-fill {
    transition: transform 0.3s ease;
}

#footer {
    background-color: #002147;
    padding-top: 72px;
    padding-bottom: 72px;
}

#footer .logo {
    height: 64px;
    padding-bottom: 16px;
}

#footer p {
    color: white;
    font-weight: 400;
}

.left-footer p {
    padding: 0;
    padding-bottom: 8px;
    margin: 0;
}

.footer-img {
    padding-top: 32px;
    width: 180px;
}

.right-footer h6 {
    color: #f8cb1e;
    margin-bottom: 16px;
}

.right-footer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px; /* default for small screens */
    row-gap: 24px;
}

@media (min-width: 992px) {
    /* lg and up */
    .right-footer {
        column-gap: 120px;
    }
}

#media-sosial h6 {
    margin-top: 32px;
}

.right-footer a {
    text-decoration: none;
    display: block;
    color: white;
    font-weight: 400;
}

.right-footer a + a {
    margin-top: 16px;
}

#copyright {
    background-color: #00162f;
    color: white;
    padding: 32px 0;
    font-weight: 400;
}
