*,
::after,
::before {
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    --colors: #20a53a;
    --dark1: #1a1c23;
    --dark2: #22252f;
    --dark3: #282c36;
    --clr: #c3c3c3;
}

div,
a,
p,
span,
i,
img,
h1,
h2,
h3,
h4,
h5,
h6,
section,
header,
main,
footer,
svg,
button,
input,
textarea,
select {
    transition: all .3s ease;
}

.container {
    max-width: 1320px;
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
}

#App.active,
#App.active header {
    background-color: var(--dark1);
}

#App header {
    padding: 15px 0;
    transition: all 0.3s ease;
    position: sticky;
    top: 0;
    z-index: 1020;
    display: block;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 10px #00000004;
}

#App header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#App header nav a.brand img {
    width: 100%;
    height: 30px;
}

#App header nav .nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#App header nav .nav-right .collapse {
    display: flex;
    align-items: center;
}

#App header nav .nav-right .collapse a {
    text-decoration: none;
    color: #2c2c2c;
    margin-right: 15px;
    font-size: 16px;
}

#App.active header nav .nav-right .collapse a {
    color: var(--clr);
}

#App header nav .nav-right .collapse a:hover,
#App header nav .nav-right .collapse a.active {
    color: #106524;
}

#App.active header nav .nav-right .collapse a:hover,
#App.active header nav .nav-right .collapse a.active,
#App.active .page-four .row-tutor .dt-tutor p.dsc span {
    color: #27C447;
}

#App header nav .nav-right a.ic_github {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c2c2c;
}

#App.active header nav .nav-right a.ic_github {
    color: var(--clr);
}

#App header nav .nav-right a.ic_github:hover,
#App.active header nav .nav-right a.ic_github:hover {
    color: var(--colors);
}

#App header nav .nav-right button.ic_mode {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='%232c2c2c'%3E%3Cpath d='M12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM11 1H13V4H11V1ZM11 20H13V23H11V20ZM3.51472 4.92893L4.92893 3.51472L7.05025 5.63604L5.63604 7.05025L3.51472 4.92893ZM16.9497 18.364L18.364 16.9497L20.4853 19.0711L19.0711 20.4853L16.9497 18.364ZM19.0711 3.51472L20.4853 4.92893L18.364 7.05025L16.9497 5.63604L19.0711 3.51472ZM5.63604 16.9497L7.05025 18.364L4.92893 20.4853L3.51472 19.0711L5.63604 16.9497ZM23 11V13H20V11H23ZM4 11V13H1V11H4Z'%3E%3C/path%3E%3C/svg%3E");
}

#App header nav .nav-right button.ic_mode:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='%2320a53a'%3E%3Cpath d='M12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM11 1H13V4H11V1ZM11 20H13V23H11V20ZM3.51472 4.92893L4.92893 3.51472L7.05025 5.63604L5.63604 7.05025L3.51472 4.92893ZM16.9497 18.364L18.364 16.9497L20.4853 19.0711L19.0711 20.4853L16.9497 18.364ZM19.0711 3.51472L20.4853 4.92893L18.364 7.05025L16.9497 5.63604L19.0711 3.51472ZM5.63604 16.9497L7.05025 18.364L4.92893 20.4853L3.51472 19.0711L5.63604 16.9497ZM23 11V13H20V11H23ZM4 11V13H1V11H4Z'%3E%3C/path%3E%3C/svg%3E");
}

#App.active header nav .nav-right button.ic_mode {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='%23c3c3c3'%3E%3Cpath d='M10 7C10 10.866 13.134 14 17 14C18.9584 14 20.729 13.1957 21.9995 11.8995C22 11.933 22 11.9665 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.0335 2 12.067 2 12.1005 2.00049C10.8043 3.27098 10 5.04157 10 7ZM4 12C4 16.4183 7.58172 20 12 20C15.0583 20 17.7158 18.2839 19.062 15.7621C18.3945 15.9187 17.7035 16 17 16C12.0294 16 8 11.9706 8 7C8 6.29648 8.08133 5.60547 8.2379 4.938C5.71611 6.28423 4 8.9417 4 12Z'%3E%3C/path%3E%3C/svg%3E");
}

#App.active header nav .nav-right button.ic_mode:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='%2320a53a'%3E%3Cpath d='M10 7C10 10.866 13.134 14 17 14C18.9584 14 20.729 13.1957 21.9995 11.8995C22 11.933 22 11.9665 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.0335 2 12.067 2 12.1005 2.00049C10.8043 3.27098 10 5.04157 10 7ZM4 12C4 16.4183 7.58172 20 12 20C15.0583 20 17.7158 18.2839 19.062 15.7621C18.3945 15.9187 17.7035 16 17 16C12.0294 16 8 11.9706 8 7C8 6.29648 8.08133 5.60547 8.2379 4.938C5.71611 6.28423 4 8.9417 4 12Z'%3E%3C/path%3E%3C/svg%3E");
}

#App header nav .nav-right #MyToggleBar {
    display: none;
}

#App .pg-one {
    padding-top: 50px;
    background-color: #E9F5EB;
}

#App .pg-one .gr-one {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    align-items: center;
}

#App .pg-one .gr-one .g-left {
    padding-right: 50px;
}

#App .pg-one .gr-one .g-left h1 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 10px;
}

#App.active .pg-one .gr-one .g-left h1 {
    color: var(--clr);
}

#App .pg-one .gr-one .g-left p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #535353;
    line-height: 1.4;
}

#App.active .pg-one .gr-one .g-left p {
    color: #757575;
}

#App .pg-one .gr-one .g-left a.btn-get-started {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(#36bd89, #20a53a);
    color: white;
    font-size: 16px;
    padding: 10px 15px;
    margin-right: 5px;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 110, 21, 0.3);
}

#App .pg-one .gr-one .g-left a.v-yt {
    display: inline-block;
    text-decoration: none;
    background-color: white;
    color: black;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 7px;
    box-shadow: 0 4px 8px #eeeeee4d;
}

#App .pg-one .gr-one img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#App .wave-container {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-color: #E9F5EB;
}

#App.active .pg-one,
#App.active .wave-container,
#App.active .card-donasi {
    background-color: var(--dark2);
}

#App.active .wave-container svg path {
    fill: var(--dark1);
}

#App.active .pg-one .gr-one .g-left a.v-yt {
    background-color: var(--dark3);
    color: var(--clr);
    border-color: var(--dark3);
    box-shadow: 0 4px 8px #00000021;
}

#App .pg-two .kmk {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
}

#App .pg-two .kmk ._e {
    text-align: center;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0px -6px 35px 0px #19274d0e;
    position: relative;
    overflow: hidden;
}

#App .pg-two .kmk ._e::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: auto !important;
    right: auto !important;
    width: 100%;
    height: 0%;
    opacity: 0;
    background-color: var(--colors);
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    box-shadow: 0px -10px 45px 0px #19274d18;
}

#App .pg-two .kmk ._e:hover::before {
    height: 100%;
    opacity: 1;
}

#App .pg-two .kmk ._e:hover h3 {
    color: white;
}

#App .pg-two .kmk ._e:hover p,
#App.active .pg-two .kmk ._e:hover p {
    color: #d8d7d7;
}

#App .pg-two .kmk ._e:hover ._ic {
    background-color: #ffffff;
}

#App .pg-two .kmk ._e ._ic {
    background-color: #E9F5EB;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

#App.active .pg-two .kmk ._e {
    background-color: var(--dark2);
}

#App.active .pg-two .kmk ._e ._ic,
#App.active .card-donasi .d-head {
    background-color: var(--dark3);
}

#App .pg-two .kmk ._e ._ic svg {
    color: var(--colors);
    width: 25px;
    height: 25px;
}

#App .pg-two .kmk ._e h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #292929;
    position: relative;
}

#App.active .cbx h2,
#App.active .pg-two .kmk ._e h3,
#App.active .page-three .row-fitur .bx .f-right h3,
#App.active .page-four .row-tutor .dt-tutor h2,
#App.active .page-four .row-tutor .dt-tutor .titel-t {
    color: var(--clr);
}

#App .pg-two .kmk ._e p {
    margin: 0;
    line-height: 1.2;
    color: #535353;
    font-size: 14px;
    position: relative;
}

#App.active .cbx p,
#App.active .pg-two .kmk ._e p,
#App.active .page-three .row-fitur .bx .f-right p,
#App.active .page-four .row-tutor .dt-tutor p.p_tutor,
#App.active .page-four .row-tutor .dt-tutor p.dsc {
    color: #757575;
}

#App .cbx {
    text-align: center;
    display: block;
    max-width: 700px;
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

#App .cbx h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
}

#App .cbx .caret {
    background-color: var(--colors);
    height: 2px;
    width: 30%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#App .cbx p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    color: #535353;
    line-height: 1.4;
}

#App .page-three .row-fitur {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding-top: 10px;
}

#App .page-three .row-fitur img {
    width: 100%;
    height: 100%;
}

#App .page-three .row-fitur .bx {
    display: flex;
    margin-bottom: 20px;
}

#App .page-three .row-fitur .bx .f-left {
    width: 35px;
    height: 35px;
    background-color: #E9F5EB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--colors);
}

#App .page-three .row-fitur .bx .f-left svg {
    width: 18px;
    height: 18px;
}

#App.active .page-three .row-fitur .bx .f-left {
    background-color: var(--dark3);
}

#App .page-three .row-fitur .bx .f-right {
    width: calc(100% - 45px);
}

#App .page-three .row-fitur .bx .f-right h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

#App .page-three .row-fitur .bx .f-right p {
    margin: 0;
    font-size: 14px;
    color: #535353;
    overflow-wrap: anywhere;
}

#App .page-four .row-tutor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    padding-top: 10px;
}

#App .page-four .row-tutor .dt-tutor h2 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    padding-right: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--colors);
}

#App .page-four .row-tutor .dt-tutor p.p_tutor {
    font-size: 16px;
    margin-top: 0;
    color: #535353;
    line-height: 1.4;
}

#App .page-four .row-tutor .dt-tutor .titel-t {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
}

#App .page-four .row-tutor .dt-tutor p.dsc {
    font-size: 14px;
    margin: 0;
    color: #535353;
    line-height: 1.4;
    position: relative;
    padding-left: 12px;
}

#App .page-four .row-tutor .dt-tutor p.dsc::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

#App .page-four .row-tutor .dt-tutor p.dsc span {
    color: #106524;
    text-decoration: underline;
}

#App .page-four .row-tutor img {
    width: 100%;
    height: 100%;
}


#App .wave-wm {
    position: relative;
    width: 100%;
    height: 12vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    background-color: #E9F5EB;
}

#App .wave-wm .parallaxonde>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

#App .wave-wm .parallaxonde>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    fill: #ffffff99;
}

#App .wave-wm .parallaxonde>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    fill: #ffffff66;
}

#App .wave-wm .parallaxonde>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    fill: #ffffff1a;
}

#App .wave-wm .parallaxonde>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    fill: #ffffff;
}

#App.active .wave-wm {
    background-color: var(--dark2);
}

#App.active .wave-wm .parallaxonde>use {
    fill: var(--dark1);
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

#App .page-five {
    background-color: #E9F5EB;
    padding-top: 90px;
    padding-bottom: 80px;
    position: relative;
    clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 50% 90%, 0% 100%);
}

#App.active .page-five {
    background-color: var(--dark2);
}

#App .page-five #Accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#App .page-five #Accordion .card {
    border-radius: 7px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

#App .page-five #Accordion .card .card-head {
    background-color: #ffffff;
    position: relative;
    padding: 15px;
    font-size: 14px;
    border-radius: 7px;
    cursor: pointer;
}

#App.active .page-five #Accordion .card .card-head {
    background-color: var(--dark3);
    color: var(--clr);
}

#App .page-five #Accordion .card.show .card-head {
    border-radius: 0;
}

#App .page-five #Accordion .card .card-head::before {
    content: '\002B';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

#App .page-five #Accordion .card.show .card-head::before {
    content: "\2212";
}

#App .page-five #Accordion .card .card-body {
    display: none;
}

#App .page-five #Accordion .card.show .card-body {
    border-top: 1px solid #eee;
    background-color: #ffffffc9;
    padding: 15px;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

#App.active .page-five #Accordion .card.show .card-body {
    background-color: var(--dark3);
    border-color: var(--dark1);
    color: #878787;
}

#App .card-donasi {
    display: block;
    width: 450px;
    max-width: 100%;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: #E9F5EB;
    overflow: hidden;
}

#App .card-donasi .d-head {
    background-color: #106524;
    padding: 15px;
    color: white;
}

#App .card-donasi .d-body {
    padding: 15px;
}

#App.active .card-donasi .d-body {
    color: #757575;
}

#App.active .card-donasi .d-head {
    color: var(--clr);
}

#App footer {
    border-top: 1px solid #eee;
    padding: 20px 0;
}

#App.active footer {
    border-color: var(--dark2);
}

#App footer img {
    height: 30px;
    width: 100%;
    margin: 0 auto;
}

#App footer p.desc-f {
    font-size: 14px;
    color: #535353;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    max-width: 100%;
    line-height: 1.5;
}

#App footer .cc_center {
    text-align: center;
    margin-bottom: 10px;
}

#App footer .cc_center a {
    margin-left: 7px;
    color: #757575;
}

#App footer .cc_center a svg {
    width: 22px;
    height: 22px;
}

#App footer p.cc {
    font-size: 13px;
    color: #535353;
    text-align: center;
    margin: 0;
}

#App.active footer p.desc-f,
#App.active footer p.cc,
#App.active footer .cc_center a {
    color: var(--clr);
}

@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }

    #App .pg-one .gr-one .g-left {
        padding-right: 0;
    }

    #App .pg-one .gr-one .g-left h1,
    #App .cbx h2,
    #App .page-four .row-tutor .dt-tutor h2 {
        font-size: 26px;
    }

    #App .pg-one .gr-one .g-left p,
    #App .cbx p,
    #App .pg-two .kmk ._e h3,
    #App .page-three .row-fitur .bx .f-right h3,
    #App .page-four .row-tutor .dt-tutor p.p_tutor,
    #App .page-four .row-tutor .dt-tutor .titel-t {
        font-size: 14px;
    }

    #App .pg-two .kmk ._e p,
    #App .page-three .row-fitur .bx .f-right p,
    #App .page-four .row-tutor .dt-tutor p.dsc {
        font-size: 13px;
    }

    #App .page-four .row-tutor img,
    #App .page-three .row-fitur img {
        padding: 0 30px;
    }

    #App .page-five {
        margin-top: 20px;
    }

    #App .page-five #Accordion .card .card-head {
        font-size: 13px;
    }

    #App .page-five #Accordion .card.show .card-body {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .container { max-width: 720px;}
    #App header {  padding: 10px 0;}
    #App .pg-one {
        padding-top: 30px;
    }
    #App .pg-one .gr-one {
        grid-template-columns: auto;
        text-align: center;
        gap: 10px;
    }
    #App .pg-one .gr-one .g-left p {
        font-size: 13px;
        padding: 0 10px;
    }
    #App .pg-one .gr-one img { padding: 0 40px; }
    #App .wave-container { height: 100px;}
    #App .pg-one .gr-one .g-left a.btn-get-started,
    #App .pg-one .gr-one .g-left a.v-yt {  font-size: 14px; }
    #App .wave-wm {
        height: 40px;
        min-height: 40px;
    }
    #App .pg-two .kmk {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #App .pg-two .kmk ._e ._ic {
        width: 40px;
        height: 40px;
    }
    #App .pg-two .kmk ._e ._ic svg {
        width: 20px;
        height: 20px;
    }
    #App .page-three .row-fitur {
        grid-template-columns: auto;
        gap: 10px;
        padding-top: 0;
    }
    #App .page-three .row-fitur img, #App .page-four .row-tutor img { padding: 0 100px; }
    #App .page-three .row-fitur .bx { margin-bottom: 15px; }
    #App .cbx h2 { font-size: 20px;}
    #App .cbx p,
    #App .pg-two .kmk ._e h3,
    #App .page-three .row-fitur .bx .f-right h3,
    #App .page-four .row-tutor .dt-tutor .titel-t { font-size: 13px;}
    #App .pg-two .kmk ._e p,
    #App .page-three .row-fitur .bx .f-right p,
    #App .page-four .row-tutor .dt-tutor p.dsc { font-size: 12px;}
    #App .page-four .row-tutor {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    #App .page-four .row-tutor .dt-tutor h2 {
        text-align: center;
        font-size: 20px;
        display: block;
        width: 150px;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #App .page-four .row-tutor .dt-tutor p.p_tutor {
        font-size: 13px;
        text-align: center;
    }
    #App .page-five #Accordion {
        grid-template-columns: 1fr;
        gap: 0;
    }
    #App .page-five { margin-top: 0;}
    #App .page-five {
        padding-top: 60px;
        padding-bottom: 50px;
        clip-path: polygon(0% 0%, 50% 5%, 100% 0%, 100% 100%, 50% 95%, 0% 100%);
    }
    #App footer p.desc-f, #App footer p.cc {
    font-size: 13px;
    }
}
@media (max-width: 576px) {
    #App .pg-one .gr-one .g-left h1 {
        font-size: 20px;
    }
    #App header nav .nav-right .collapse {
        display: none;
    }
    #App header nav .nav-right #MyToggleBar {
        display: block;
        cursor: pointer;
        margin-left: 10px;
        transition: color 0.3s ease, font-size 0.3s ease;
        background-color: transparent;
        border: 0;
    }
    #App header nav .nav-right #MyToggleBar span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #2c2c2c;
        margin: 3px 0;
        transition: 0.4s;
    }
    #App.active header nav .nav-right #MyToggleBar span { background-color: var(--clr);}
    #App header nav#MyNavbar.active .nav-right #MyToggleBar span:first-child {
        transform: translate(0, 7px) rotate(-45deg);
        background-color: #C50012;
        opacity: 1;
    }
    #App header nav#MyNavbar.active .nav-right #MyToggleBar span { opacity: 0; }
    #App header nav#MyNavbar.active .nav-right #MyToggleBar span:last-child {
        transform: translate(0, -8px) rotate(45deg);
        background-color: #C50012;
        opacity: 1;
    }
    #App header nav .nav-right .collapse {
        transition: transform 0.3s ease-out;
        transform: translateY(-280px);
    }
    #App header nav#MyNavbar.active .nav-right .collapse {
        display: block;
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        background-color: white;
        align-items: center;
        transform: translateY(0);
        box-shadow: 0 4px 6px #00000004;
        gap: 10px;
        text-align: center;
        padding: 10px;
    }
    #App header nav#MyNavbar.active .nav-right .collapse a {
        padding: 8px 0;
        display: block;
        text-align: start;
        margin: 0;
        font-size: 14px;
    }
    #App.active header nav#MyNavbar.active .nav-right .collapse { background-color: var(--dark1);}
    #App .page-three .row-fitur img, #App .page-four .row-tutor img { padding: 0 50px;}
    #App .card-donasi { font-size: 14px;}
    #App footer p.desc-f, #App footer p.cc {font-size: 12px;}
}