body
{
    background-color: black;
}
/*------------------------------------------------NAVBAR----------------------------------------*/
.nav
{
    background-color: rgba(0, 0, 0, 0.856);
    z-index: 9;
    padding-left: 50px;
    padding-right: 50px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.856);
}
.nav_top
{
    position:fixed;
    top:0;
    right:0;
    left:0;
}
.logo
{
    float:left;
    width: auto;
}
.logo img
{
    padding: 8px;
    width:180px;
    max-width: 38vw;
    margin-left:10%;
}
.nav_side
{
    float:right;
    width:auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.nav_side a
{
    text-decoration: none;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding: 10px 12px;
    color: white;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    
}
.nav_side a:hover
{
    color: rgb(79, 255, 88);
    transition: all 1s ease;
}

.nav_toggle
{
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.nav_toggle span
{
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav_overlay
{
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 8;
}

@media (max-width: 980px)
{
    .nav
    {
        padding-left: 16px;
        padding-right: 16px;
        min-height: 72px;
    }

    .logo img
    {
        width: 170px;
        max-width: 56vw;
        margin-left: 0;
    }

    .nav_toggle
    {
        display: inline-flex;
    }

    .nav_side
    {
        position: fixed;
        top: 0;
        right: -290px;
        width: 280px;
        height: 100vh;
        background: #0d0d0d;
        z-index: 10;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        padding: 92px 18px 20px;
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.45);
        transition: right 0.25s ease;
    }

    .nav_side a
    {
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 12px 10px;
        border-radius: 8px;
        text-align: left;
    }

    .drawer-open .nav_side
    {
        right: 0;
    }

    .drawer-open .nav_overlay
    {
        opacity: 1;
        visibility: visible;
    }

    body.drawer-open
    {
        overflow: hidden;
    }
}

/*------------------------------------------------MAIN----------------------------------------*/
.main
{
    background-image: url("images/back.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 130vh;
}
.main .main_content
{
    padding-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    width:40%;
}
.main .main_content h2
{
    color: white;
    font-size: 350%;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    text-align: left;
}
.main .main_content h2 span
{
    font-size:50%;
    opacity: 0.9;
    font-weight: 400;
    line-height: 50px;
}
.main .main_content .btn
{
    margin-top:10%;
    text-align: left;
    width:0%;
}
.main .main_content .btn a
{
    text-decoration: none;
    font-size: large;
    margin:44%;
    padding: 10px 20px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.856);
    color:white;
    font-family: 'Trebuchet MS', sans-serif; 
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.856);
    transition: 0.5s;
}
.main .main_content .btn a:hover
{
    background-color: rgba(255, 255, 255, 0.527);
    color: rgb(37, 0, 19);
    border: none;
    border: 4px solid rgb(37, 0, 19);
    transition:0.5s;
}
.home_page
{
    background: linear-gradient(180deg, rgba(4, 13, 10, 0.98) 0%, rgba(10, 24, 16, 1) 36%, rgba(0, 0, 0, 1) 100%);
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
}
.home_hero
{
    min-height: 100vh;
    background-image: linear-gradient(118deg, rgba(0, 0, 0, 0.86) 8%, rgba(7, 36, 19, 0.68) 58%, rgba(0, 0, 0, 0.72) 100%), url("images/back.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.home_hero_inner
{
    width: min(1380px, 90%);
    margin: 0 auto;
    padding: 170px 0 110px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 34px;
    align-items: end;
}
.home_eyebrow,
.home_section_label,
.home_section_heading p
{
    color: rgb(79, 255, 88);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 14px;
}
.home_hero_copy h1
{
    font-size: 72px;
    line-height: 1.03;
    margin: 0 0 24px;
    font-weight: bolder;
}
.home_lead
{
    max-width: 760px;
    font-size: 22px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}
.home_actions,
.home_feature_actions
{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.home_actions a,
.home_feature_actions a
{
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 999px;
    border: 2px solid rgb(79, 255, 88);
    color: white;
    font-weight: bold;
    transition: 0.4s;
}
.home_actions a:hover,
.home_feature_actions a:hover
{
    background: rgb(79, 255, 88);
    color: black;
}
.home_secondary_action
{
    border-color: rgba(255, 255, 255, 0.46) !important;
}
.home_secondary_action:hover
{
    background: white !important;
    color: black !important;
}
.home_hero_panel
{
    display: grid;
    gap: 18px;
}
.home_stat_card,
.home_intro_card,
.home_program_card,
.home_value_card,
.home_cta_card
{
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}
.home_stat_card
{
    padding: 28px;
}
.home_stat_card span
{
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    margin-bottom: 12px;
}
.home_stat_card strong
{
    display: block;
    font-size: 22px;
    line-height: 1.6;
}
.home_intro_section,
.home_programs_section,
.home_values_section,
.home_cta_section
{
    width: min(1380px, 90%);
    margin: 0 auto;
    padding: 72px 0;
}
.home_intro_grid,
.home_programs_grid,
.home_values_grid,
.home_feature_section
{
    width: min(1380px, 90%);
    margin: 0 auto;
}
.home_intro_grid
{
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 24px;
}
.home_intro_card
{
    padding: 34px;
}
.home_intro_story h2,
.home_section_heading h2,
.home_feature_copy h2,
.home_cta_card h2
{
    font-size: 42px;
    line-height: 1.18;
    margin: 0 0 20px;
}
.home_intro_story p,
.home_feature_copy p,
.home_program_card p,
.home_value_card p,
.home_cta_card p
{
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}
.home_intro_pullquote
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home_quote_mark
{
    font-size: 88px;
    line-height: 0.8;
    color: rgba(79, 255, 88, 0.65);
    margin-bottom: 14px;
}
.home_intro_pullquote p
{
    font-size: 28px;
    line-height: 1.55;
    margin-bottom: 22px;
}
.home_intro_pullquote a
{
    color: rgb(79, 255, 88);
    text-decoration: none;
    font-weight: bold;
}
.home_section_heading
{
    width: min(860px, 100%);
    margin-bottom: 30px;
}
.home_programs_grid,
.home_values_grid
{
    display: grid;
    gap: 24px;
}
.home_programs_grid
{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home_values_grid
{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home_program_card,
.home_value_card
{
    padding: 28px;
    min-height: 270px;
}
.home_program_card img
{
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 18px;
}
.home_program_card h3,
.home_value_card h3
{
    color: rgb(79, 255, 88);
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 14px;
}
.home_feature_section
{
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    align-items: stretch;
    padding: 20px 0 72px;
}
.home_feature_media img
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 28px;
    display: block;
}
.home_feature_copy
{
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 36px;
}
.home_feature_list
{
    margin: 20px 0 0;
    padding-left: 22px;
}
.home_feature_list li
{
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}
.home_cta_card
{
    padding: 48px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(79, 255, 88, 0.12) 100%);
}
.home_actions_centered
{
    justify-content: center;
}
@media (max-width: 640px)
{
    .home_hero_inner,
    .home_intro_section,
    .home_programs_section,
    .home_values_section,
    .home_cta_section,
    .home_intro_grid,
    .home_programs_grid,
    .home_values_grid,
    .home_feature_section
    {
        width: 92%;
    }

    .home_hero_inner
    {
        grid-template-columns: 1fr;
        padding: 150px 0 86px;
        gap: 22px;
    }

    .home_hero_copy h1
    {
        font-size: 36px;
    }

    .home_lead,
    .home_intro_story p,
    .home_feature_copy p,
    .home_program_card p,
    .home_value_card p,
    .home_cta_card p,
    .home_feature_list li
    {
        font-size: 16px;
        line-height: 1.7;
    }

    .home_intro_story h2,
    .home_section_heading h2,
    .home_feature_copy h2,
    .home_cta_card h2
    {
        font-size: 28px;
    }

    .home_intro_grid,
    .home_programs_grid,
    .home_values_grid,
    .home_feature_section
    {
        grid-template-columns: 1fr;
    }

    .home_stat_card,
    .home_intro_card,
    .home_program_card,
    .home_value_card,
    .home_feature_copy,
    .home_cta_card
    {
        padding: 24px;
        border-radius: 20px;
    }

    .home_intro_pullquote p
    {
        font-size: 22px;
    }

    .home_program_card,
    .home_value_card
    {
        min-height: auto;
    }
}
@media (min-width: 641px) and (max-width: 1024px)
{
    .home_hero_inner,
    .home_intro_section,
    .home_programs_section,
    .home_values_section,
    .home_cta_section,
    .home_intro_grid,
    .home_programs_grid,
    .home_values_grid,
    .home_feature_section
    {
        width: 90%;
    }

    .home_hero_inner
    {
        grid-template-columns: 1fr;
        padding: 160px 0 96px;
    }

    .home_hero_copy h1
    {
        font-size: 50px;
    }

    .home_intro_grid,
    .home_feature_section
    {
        grid-template-columns: 1fr;
    }

    .home_programs_grid,
    .home_values_grid
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home_intro_story h2,
    .home_section_heading h2,
    .home_feature_copy h2,
    .home_cta_card h2
    {
        font-size: 34px;
    }
}
@media (min-width: 1025px) and (max-width: 1380px)
{
    .home_hero_inner,
    .home_intro_section,
    .home_programs_section,
    .home_values_section,
    .home_cta_section,
    .home_intro_grid,
    .home_programs_grid,
    .home_values_grid,
    .home_feature_section
    {
        width: 88%;
    }

    .home_hero_copy h1
    {
        font-size: 60px;
    }

    .home_programs_grid,
    .home_values_grid
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1381px) and (max-width: 1440px)
{
    .home_hero_inner,
    .home_intro_section,
    .home_programs_section,
    .home_values_section,
    .home_cta_section,
    .home_intro_grid,
    .home_programs_grid,
    .home_values_grid,
    .home_feature_section
    {
        width: min(1320px, 88%);
    }

    .home_hero_copy h1
    {
        font-size: 66px;
    }
}
@media (min-width: 1441px) and (max-width: 1920px)
{
    .home_hero_inner,
    .home_intro_section,
    .home_programs_section,
    .home_values_section,
    .home_cta_section,
    .home_intro_grid,
    .home_programs_grid,
    .home_values_grid,
    .home_feature_section
    {
        width: min(1380px, 86%);
    }

    .home_hero_copy h1
    {
        font-size: 74px;
    }

    .home_lead
    {
        font-size: 23px;
    }
}
/*------------------------------------------------SIDE----------------------------------------*/
.side 
{
    background-color: rgba(0, 0, 0, 0.966);
    display: flex;
    text-align: center;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
}
.side .left
{
    width:50%;
    float: left;
}
.side .left img
{
    float: left;
    width:100%;
}
.side .right
{
    background-color: rgba(0, 0, 0, 0.966);
    width:50%;
    float:right;
}
.side .right h2
{
    margin-top: 8%;
    font-size: 250%;
}
.side .right p
{
    margin-left: 15%;
    width: 70%;
    font-size: 147%;
    margin-top: 6%;
}
.side .right .side_btn
{
    margin-top:4%;
}
.side .right .side_btn a
{
    text-decoration: none;
    font-size: large;
    margin:32%;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
    border: 4px double whitesmoke;
    transition: 0.5s;
}
.side .right .side_btn a:hover
{
    background-color: rgb(79, 255, 88);
    color: black;
    font-weight:bolder;
    border: none;
    border: 4px solid green;
    transition:0.5s;
}

/*--------------------------------------------HOW WE HELP----------------------------------------*/
.product
{
    float:left;
    background-image: url("images/poor.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 50px;
    height: 100vh;
    font-family: 'Trebuchet MS', sans-serif;
    color: white;
}
.product h2
{
    font-size: 45px;
    text-align: center;
    padding: 20px;
}
.product .product_container
{
    display:flex;
    margin-left: 5%;
    margin-right: 5%;
}
.product .product_container .item
{
    width:33%;
    margin: 10px;
    height: 10%;
    background-color: black;
    opacity: 80%;
    border-radius: 50%;
}
.product .product_container .item:hover
{
    box-shadow:0px 3px 65px 0px rgb(255, 189, 165);
}
.product .product_container .item .item_img
{
    width:60%;
    height: 20%;
    overflow:hidden;
    margin-left: 23%;
}
.product .product_container .item .item_img img
{
    width:100%;
    height: 10%;
}
.product .product_container .item .item_content
{
    text-align: center;
}
.product .product_container .item .item_content h3
{
    font-size: 25px;
    line-height: 2px;
    color: rgb(79, 255, 88);
    font-weight: bolder;
}
.product .product_container .item .item_content p
{
    font-size: 20px;
    line-height: 25px;
    width: 80%;
    text-align: center;
    padding-left: 20%;
}
/*--------------------------------------------FOOTER----------------------------------------*/
footer
{
    background-color: black;
    padding:50px;
    display: inline-block;
    font-family: 'Trebuchet MS', sans-serif;
}
footer .aimg
{
    margin-top:21%;
}
footer .pages
{
    width:25%;
    text-align: center;
    display: inline-block;
}

footer .pages p
{
    padding-top: 5%;
    text-align: left;
    color:rgba(255, 226, 243, 0.808);
    width:90%;
    padding-left:12%;
}
footer .pages a
{
    text-decoration: none;
    margin:10px;
    color: rgba(255, 226, 243, 0.808);
    font-size: 30px;
}
footer .pages a:hover
{
    color:white;
}
footer .doc
{
    width:25%;
    text-align: center;
    display: inline-block;
    padding-bottom: 5%;
}
footer .doc h3
{
    color: rgb(255, 226, 243);
    font-size: 30px;
    padding: 5px;
    font-weight: bold;
    line-height: 130px;
}
footer .doc a
{
    display: block;
    text-decoration: none;
    margin:10px;
    color: rgba(255, 226, 243, 0.808);
    font-size: 25px;
}
footer .doc a:hover
{
    color:white;
}
footer .social
{
    width:25%;
    text-align: center;
    display: inline-block;
}
footer .social h3
{
    color: rgb(255, 226, 243);
    font-size: 30px;
    padding: 5px;
    font-weight: bold;
    line-height: 130px;
}
footer .contact
{
    width:20%;
    text-align: center;
    text-align: left;
}
footer .contact h3
{
    color: rgb(255, 226, 243);
    font-size: 30px;
    padding: 5px;
    font-weight: bold;
    line-height: 130px;
}
footer .social p
{
    padding-top: 5%;
    text-align: left;
    color:rgba(255, 226, 243, 0.808);
    width:90%;
    padding-left:12%;
    font-size: large;
    margin-bottom: 18%;
}
.side .right .side_btn
{
    margin-top:4%;
}
footer .side_btn a
{
    text-decoration: none;
    font-size: 100%;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
    border: 2px double whitesmoke;
    transition: 0.5s;
}
footer .side_btn a:hover
{
    background-color: rgb(79, 255, 88);
    color: black;
    font-weight:bolder;
    border: none;
    border: 4px solid green;
    transition:0.5s;
}
footer .contact
{
    display: inline-block;
}
footer .contact a
{
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-decoration: none;;
    color:rgba(247, 193, 224, 0.904);
    margin:10px;
}
footer .contact a:hover
{
    color:white;
}
footer p
{
    color:rgba(247, 178, 217, 0.726);
    text-align: center;
    font-size: 110%;
}
/*------------------------------------------------MAIN_ABOUT----------------------------------------*/
.main_about
{
    font-family: 'Trebuchet MS', sans-serif;
    background-image: url("images/about.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 80vh;
    margin-top:-1.5%;
}
.main_about .main_content_about h2
{
    color: white;
    font-size: 390%;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    text-align: center;
    padding:20%;
}
.product_about
{
    float:left;
    background-image: url("images/about_back.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 50px;
    height: 100vh;
    font-family: 'Trebuchet MS', sans-serif;
    color: white;
}
.about_page
{
    background: linear-gradient(180deg, rgba(4, 15, 10, 0.98) 0%, rgba(10, 27, 18, 0.98) 36%, rgba(0, 0, 0, 0.98) 100%);
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
}
.about_hero_panel
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92vh;
    margin-top: 0;
}
.about_hero_panel::before
{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.82) 8%, rgba(12, 46, 27, 0.66) 55%, rgba(0, 0, 0, 0.76) 100%);
}
.about_intro_shell
{
    position: relative;
    z-index: 1;
    width: min(980px, 84%);
    margin: 0 auto;
    padding: 180px 0 110px;
    text-align: left;
}
.about_eyebrow
{
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(79, 255, 88);
    margin-bottom: 18px;
}
.about_intro_shell h1
{
    font-size: 68px;
    line-height: 1.05;
    font-weight: bolder;
    margin: 0 0 24px;
}
.about_hero_copy
{
    font-size: 30px;
    line-height: 1.4;
    color: rgb(236, 255, 239);
    margin-bottom: 18px;
    max-width: 860px;
}
.about_hero_text
{
    font-size: 21px;
    line-height: 1.8;
    max-width: 820px;
    color: rgba(255, 255, 255, 0.86);
}
.about_section
{
    width: min(1380px, 90%);
    margin: 0 auto;
    padding: 72px 0;
}
.about_section_heading
{
    width: min(860px, 100%);
    margin-bottom: 34px;
}
.about_section_heading p
{
    color: rgb(79, 255, 88);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 12px;
}
.about_section_heading h2,
.about_closing_card h2
{
    font-size: 42px;
    line-height: 1.2;
    margin: 0;
}
.about_identity_grid,
.about_mission_grid,
.about_values_grid,
.about_programs_grid
{
    display: grid;
    gap: 24px;
}
.about_identity_grid
{
    grid-template-columns: 1.35fr 0.85fr;
}
.about_mission_grid
{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 30px;
}
.about_programs_grid,
.about_values_grid
{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.about_card,
.about_program_card,
.about_value_card,
.about_story_block,
.about_closing_card
{
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
    border-radius: 24px;
}
.about_card,
.about_story_block,
.about_closing_card
{
    padding: 34px;
}
.about_program_card,
.about_value_card
{
    padding: 28px;
    min-height: 250px;
}
.about_card h3,
.about_program_card h3,
.about_value_card h3,
.about_story_block h3
{
    color: rgb(79, 255, 88);
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 28px;
}
.about_card p,
.about_program_card p,
.about_value_card p,
.about_story_block p,
.about_closing_card p
{
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}
.about_card p:last-child,
.about_program_card p:last-child,
.about_value_card p:last-child,
.about_story_block p:last-child,
.about_closing_card p:last-child
{
    margin-bottom: 0;
}
.about_quote_card
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.about_quote_mark
{
    font-size: 86px;
    line-height: 0.85;
    color: rgba(79, 255, 88, 0.65);
    margin-bottom: 12px;
}
.about_quote_card strong
{
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}
.about_card_label,
.about_slogan_banner span
{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-bottom: 12px;
}
.about_card_note
{
    color: rgb(79, 255, 88) !important;
}
.about_slogan_banner
{
    padding: 30px 34px;
    background: linear-gradient(90deg, rgba(79, 255, 88, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1px solid rgba(79, 255, 88, 0.22);
    border-radius: 24px;
}
.about_slogan_banner h3
{
    margin: 0;
    font-size: 30px;
    line-height: 1.4;
}
.about_story_timeline
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.about_story_list
{
    margin: 0;
    padding-left: 22px;
}
.about_story_list li
{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}
.about_closing_card
{
    text-align: center;
    padding: 46px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(79, 255, 88, 0.12) 100%);
}
.about_actions
{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 26px;
    flex-wrap: wrap;
}
.about_actions a
{
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 999px;
    border: 2px solid rgb(79, 255, 88);
    color: white;
    font-weight: bold;
    transition: 0.4s;
}
.about_actions a:hover
{
    background: rgb(79, 255, 88);
    color: black;
}
.about_actions .about_secondary_action
{
    border-color: rgba(255, 255, 255, 0.45);
}
.about_actions .about_secondary_action:hover
{
    background: white;
    color: black;
}
@media (max-width: 640px)
{
    .about_intro_shell
    {
        width: 90%;
        padding: 150px 0 88px;
    }

    .about_intro_shell h1
    {
        font-size: 34px;
    }

    .about_hero_copy
    {
        font-size: 20px;
    }

    .about_hero_text,
    .about_card p,
    .about_program_card p,
    .about_value_card p,
    .about_story_block p,
    .about_story_list li,
    .about_closing_card p
    {
        font-size: 16px;
        line-height: 1.7;
    }

    .about_section
    {
        width: 92%;
        padding: 48px 0;
    }

    .about_section_heading h2,
    .about_closing_card h2
    {
        font-size: 28px;
    }

    .about_identity_grid,
    .about_mission_grid,
    .about_programs_grid,
    .about_values_grid,
    .about_story_timeline
    {
        grid-template-columns: 1fr;
    }

    .about_card,
    .about_program_card,
    .about_value_card,
    .about_story_block,
    .about_closing_card,
    .about_slogan_banner
    {
        padding: 24px;
        border-radius: 20px;
    }

    .about_card h3,
    .about_program_card h3,
    .about_value_card h3,
    .about_story_block h3,
    .about_slogan_banner h3
    {
        font-size: 22px;
    }

    .about_quote_mark
    {
        font-size: 64px;
    }
}
@media (min-width: 641px) and (max-width: 1024px)
{
    .about_intro_shell
    {
        width: 88%;
        padding: 160px 0 94px;
    }

    .about_intro_shell h1
    {
        font-size: 48px;
    }

    .about_hero_copy
    {
        font-size: 24px;
    }

    .about_section
    {
        width: 90%;
        padding: 56px 0;
    }

    .about_section_heading h2,
    .about_closing_card h2
    {
        font-size: 34px;
    }

    .about_identity_grid,
    .about_story_timeline
    {
        grid-template-columns: 1fr;
    }

    .about_programs_grid,
    .about_values_grid
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about_card,
    .about_story_block,
    .about_closing_card
    {
        padding: 28px;
    }
}
@media (min-width: 1025px) and (max-width: 1380px)
{
    .about_intro_shell
    {
        width: 86%;
    }

    .about_intro_shell h1
    {
        font-size: 58px;
    }

    .about_section
    {
        width: 88%;
    }

    .about_programs_grid,
    .about_values_grid
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1381px) and (max-width: 1440px)
{
    .about_intro_shell
    {
        width: min(1100px, 82%);
    }

    .about_intro_shell h1
    {
        font-size: 62px;
    }

    .about_section
    {
        width: min(1320px, 88%);
    }
}
@media (min-width: 1441px) and (max-width: 1920px)
{
    .about_intro_shell
    {
        width: min(1160px, 80%);
    }

    .about_section
    {
        width: min(1380px, 86%);
    }

    .about_intro_shell h1
    {
        font-size: 70px;
    }

    .about_hero_copy
    {
        font-size: 32px;
    }
}
/*--------------------------------------------DONATE----------------------------------------*/
.donate
{
    font-family: 'Trebuchet MS', sans-serif;
    background-image: url("images/donate_back.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin-top:-1.5%;
    color: white;
    text-align: center;
}
.donate .donate_container
{
    background-color: black;
    opacity:80%;
    text-align: center;
    margin: 0% 20% 0% 20%;
    padding-top:10%;
    padding-bottom: 10%;
}
.donate .donate_container h1
{
    color: rgb(79, 255, 88);
    line-height: 100px;
}
.donate .donate_container p
{
    font-size: large;
    width:80%;
    text-align: center;
    padding-left:20%;
}
.donate .donate_container .second
{
    padding-bottom: 10%;
}
.donation_form
{
    width: 60%;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}
.donation_form input
{
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-size: 16px;
}
.donation_form input::placeholder
{
    color: rgba(255, 255, 255, 0.75);
}
.donation_form button
{
    text-decoration: none;
    font-size: 120%;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
    border: 2px double whitesmoke;
    background: transparent;
    transition: 0.5s;
}
.donation_form button:hover
{
    background-color: white;
    color: black;
    font-weight:bolder;
    border: none;
    border: 4px solid green;
    transition:0.5s;
}
.donate .side_btn a
{
    text-decoration: none;
    font-size: 120%;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
    border: 2px double whitesmoke;
    transition: 0.5s;
}
.donate .side_btn a:hover
{
    background-color: white;
    color: black;
    font-weight:bolder;
    border: none;
    border: 4px solid green;
    transition:0.5s;
}
/*--------------------------------------------CONTACT---------------------------------------*/
.contact_container
{
    padding: 100px;
    font-family: 'Trebuchet MS', sans-serif;
    background-image: url("images/about_back.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 180vh;
    margin-top:-1.5%;
    color: white;
}
.contact_container h2
{
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    font-size: 33px;
    text-align: center;
    font-family: 'Trebuchet MS', sans-serif;
}
.contact_container .g_map
{
    border:10px solid white;
}
.contact_container .contact_content
{
    padding:20px;
    font-family: 'Trebuchet MS', sans-serif;
}
.contact_container .contact_content p
{
    padding:15px;
    font-size: 20px;
    line-height: 25px;
}
/*--------------------------------------------CATERING---------------------------------------*/