:root{
    --red: #E03E52;
    --blue: #00263E;
    --blueDark: #32406C;
    --yellow: #E3A61D;
    --black: #212721;
    --light: #FFFFFF;

    --cyan: #3AC1CD;
    --tan: #F1EFD9;
    --green: #00946E;
    --gray: #B9C9CC;
}
@font-face {
    font-family: CooperHewitt-Bold;
    src: url(../fonts/CooperHewitt-Bold.otf);
}
@font-face {
    font-family: CooperHewitt-BoldItalic;
    src: url(../fonts/CooperHewitt-BoldItalic.otf);
}
@font-face {
    font-family: CooperHewitt-Book;
    src: url(../fonts/CooperHewitt-Book.otf);
}
@font-face {
    font-family: CooperHewitt-BookItalic;
    src: url(../fonts/CooperHewitt-BookItalic.otf);
}
@font-face {
    font-family: CooperHewitt-Heavy;
    src: url(../fonts/CooperHewitt-Heavy.otf);
}
@font-face {
    font-family: CooperHewitt-HeavyItalic;
    src: url(../fonts/CooperHewitt-HeavyItalic.otf);
}
@font-face {
    font-family: CooperHewitt-Light;
    src: url(../fonts/CooperHewitt-Light.otf);
}
@font-face {
    font-family: CooperHewitt-LightItalic;
    src: url(../fonts/CooperHewitt-LightItalic.otf);
}
@font-face {
    font-family: CooperHewitt-Medium;
    src: url(../fonts/CooperHewitt-Medium.otf);
}
@font-face {
    font-family: CooperHewitt-MediumItalic;
    src: url(../fonts/CooperHewitt-MediumItalic.otf);
}
@font-face {
    font-family: CooperHewitt-Semibold;
    src: url(../fonts/CooperHewitt-Semibold.otf);
}
@font-face {
    font-family: CooperHewitt-SemiboldItalic;
    src: url(../fonts/CooperHewitt-SemiboldItalic.otf);
}
@font-face {
    font-family: CooperHewitt-Thin;
    src: url(../fonts/CooperHewitt-Thin.otf);
}
@font-face {
    font-family: CooperHewitt-ThinItalic;
    src: url(../fonts/CooperHewitt-ThinItalic.otf);
}
body{
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Crimson Text', serif;
    color: var(--black);
}
/* header */
.header{
    background-color: #fff !important;
}
.home_header{
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    padding: 1rem 0;
    z-index: 1;
}
.logo img{
    width: 130px;
    margin: auto;
    display: block;
}
.home_header .nav_link{
    color: #fff !important;
}
.social_media{
    font-size: 27px;
}
.menu_links a{
    /* font-family: CooperHewitt-Book; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}
.main_banner{
    position: relative;
}
.main_banner::after{
    content: "";
    background: rgba(0,0,0,0.4 );
    background: linear-gradient(180deg, rgba(0,0,0,0.4 ) 0.00%, rgba(0,0,0,0 ) 100.00%);
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
}
.main_banner img{
    width: 100%;
    height: 662px;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.main_banner_content{
    position: absolute;
    bottom: 5%;
}
.main_banner_content h2{
    font-size: 80px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}
.donate_btn{
    background-color: var(--yellow);
    color: #fff !important;
    border-radius: 0;
    font-size: 14px;
    padding: 7px 13px !important;
}
.header a{
    color: var(--blue);
}
.header a:hover{
    color: var(--blue);
}
.header .donate_btn{
    background-color: var(--red);
}
/* support */
.support{
    background-color: var(--red);
    padding: 1.5rem 0;
}
.support_contect h3{
    /* font-family: CooperHewitt-Medium; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: right;
    color: #fff;
    margin-bottom: 0;
}
.support_price{
    margin-left: 2rem;
    margin-bottom: 0;
}
.support_price li{
    
}
.support_price a{
    /* font-family: CooperHewitt-Book; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: var(--yellow);
    line-height: 2;
    background-color: var(--light);
    padding: 0 15px;
    border-bottom: 6px solid var(--blue);
    margin: 0 7px;
    display: inline-block;
}
/* priorities */
.priorities{
    padding: 60px 0;
}
.heading h2{
    text-align: center;
    color: var(--blue);
    font-size: 50px;
    font-weight: bold;
}
.priorities_slide{
    margin: 50px 0 25px;
}
.prioritie_card{
    border: 6px solid var(--blue);
    border-radius: 15px;
    padding: 1.9rem 3rem 1.9rem;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prioritie_card h4{
    color: var(--yellow);
    /* font-family: CooperHewitt-Semibold; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 1rem;
}
.prioritie_card p{
    /* font-family: CooperHewitt-Book; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.prioritie_card a{
    /* font-family: CooperHewitt-Medium; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
}
.prioritie_card i{
    font-size: 14px;
    color: var(--red);
    margin-left: 4px;
}
.p_btn{
    /* font-family: CooperHewitt-Medium; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    background-color: var(--light);
    color: var(--blue);
    border-bottom: 6px solid var(--red);
    text-align: center;
    margin: auto;
    display: block;
    width: 200px;
    border-radius: 0;
}
.p_btn:hover{
    color: var(--blue);
}
/* meet */
.meet{
    background-image: url('../images/meet.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.meet::after{
    content: "";
    background: #ffffff;
    background: linear-gradient(90deg, rgb(0 0 0 / 30%) 0.00%, rgba(0,0,0,0 ) 60.39%, rgba(0,0,0,0 ) 100.00%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.meet_body{
    position: relative;
    bottom: 10%;
    left: 5%;
    z-index: 1;
}
.wlink_btn{
    /* font-family: CooperHewitt-Book; */
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: var(--light) !important;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}
.wlink_btn i{
    font-size: 14px;
    color: var(--red) !important;
    margin-left: 4px;
}
.meet_body h3{
    font-size: 53px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.5rem;
}
.meet_body h4{
    /* font-family: CooperHewitt-Semibold; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.meet_body p{
    /* font-family: CooperHewitt-Book; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
/* working */
.working{
    background-image: url('../images/family.png');
    background-size: 100%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat; 
    position: relative;
}
.working_body h3{
    /* font-family: CooperHewitt-Bold; */
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 83px;
    color: #fff;
    line-height: 1em;
    width: fit-content;
    margin-bottom: 2rem;
    position: relative;
}
.working_body h3::after{
    content: "";
    position: absolute;
    width: 80%;
    height: 9px;
    top: 50%;
    left: 0;
    background-color: var(--yellow);
}
.working_body{
    position: absolute;
    bottom: 6%;
    right: 5%;
    z-index: 1;
}
.working::after{
    content: "";
    background: rgba(0,0,0,0.2 );
    background: linear-gradient(-90deg, 
    rgba(0,0,0,0.2 ) 0.00%, 
    rgba(0,0,0,0 ) 60.39%, 
    rgba(0,0,0,0 ) 100.00%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.working_body a{
    text-align: right;
}
/* join team */
.join_team{
    padding: 100px 0;
}
.join_team h3{
    text-align: center;
    color: var(--red);
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.join_body p{
    text-align: center;
    color: var(--blue);
    font-size: 22px;
    /* font-family: CooperHewitt-Semibold; */
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.join_form{
    margin-top: 30px;
}
.join_form label{
    /* font-family: CooperHewitt-Book; */
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
}
.thankyou{
    margin-bottom: 5rem;
}
.thankyou_body{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    padding: 1rem 0;
    background-color: rgb(0 0 0 / 29%);
}
.thankyou_body h3{
    font-size: 85px;
    color: var(--red);
    /* font-family: CooperHewitt-Bold; */
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    width: fit-content;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.thankyou_body h3::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: var(--yellow);
    left: 0;
    bottom: 6px;
    z-index: -1;
}
.thankyou_body p{
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 3rem;
}
/* footer */
.footer{
    background-color: var(--light);
    padding: 90px 0;
}
.footer_logo img{
    width: 350px;
}
.footer_head{
    position: relative;
    margin-bottom: 2.5rem;
    border-bottom: 3px solid var(--yellow);
    /* font-family: 'CooperHewitt-Medium'; */
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.footer_head h3{
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--red);
    /* font-family: 'CooperHewitt-Medium'; */
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}
.footer_head::after{
    content: "";
    background-color: var(--yellow);
    height: 20%;
    width: 20%;
    position: absolute;
    bottom: -35%;
} 
.footer_link a{
    text-decoration: none;
    color: var(--red);
    font-size: 16px;
    line-height: 2;
    /* font-family: CooperHewitt-Medium; */
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-break: anywhere;
}
.footer_social a{
    font-size: 25px;
}
.paid_btn{
    border: 2px solid var(--blue);
    text-align: center;
    width: 100%;
    padding: 0.5rem;
    text-decoration: none;
    /* font-family: CooperHewitt-Book; */
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: var(--blue);
}
.issues{
    padding: 90px 0;
}
.issue_heading{
    text-align: center;
}
.issue_heading span{
    color: var(--blue);
    font-size: 28px;
    text-align: center;
    /* font-family: 'CooperHewitt-Medium'; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
}
.issue_heading h2{
    font-size: 67px;
    color: var(--red);
    font-weight: 900;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 9px solid var(--yellow);
}
.issues_body{
    margin-top: 105px;
    max-width: 488px;
}
.issues_body p{
    color: var(--blue);
    font-size: 22px;
    font-weight: 700;
}
.issue_cards{
    max-width: 673px;
    margin: 3rem auto 0;
}
.issue_card_body{
    padding: 1rem 0;
}
.issue_card_head h3{
    font-size: 22px;
    color: var(--yellow);
    /* font-family: CooperHewitt-Bold; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-top: 1rem;
}
.issue_card_body p{
    /* font-family: CooperHewitt-Book;    */
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 1.5rem ;
}
/* story */
.story{
    padding: 30px 0;
}
.story_img img{
    border-radius: 20px;
}
.story_heading{
    text-align: center;
    margin: auto;
}
.story_heading p{
    margin-bottom: 0;
    font-size: 16px;
    color: var(--blue);
    /* font-family: CooperHewitt-Semibold; */
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.story_heading h3{
    font-weight: 900;
    font-size: 65px;
    color: var(--red);
    /* border-bottom: 10px solid var(--yellow); */
    padding-bottom: 10px;
    width: fit-content;
    margin: 0 auto 0.7rem;
    position: relative;
}
.story_heading h3::after{
    content: "";
    position: absolute;
    background-color: var(--yellow);
    width: 70%;
    height: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}
.story_heading span{
    font-size: 10px;
    color: var(--blue);
    /* font-family: CooperHewitt-Book; */
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}
.stories{
    margin-top: 6rem;
}
.stories_heading h4{
    /* font-family: 'CooperHewitt-Medium'; */
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--red);
    letter-spacing: 1px;
    margin-bottom: 0;
}
.bar{
    margin: 5px 0;
    background-color: var(--yellow);
    height: 1px !important;
    opacity: 1;
    position: relative;
}
.bar::after{
    content: "";
    position: absolute;
    background-color: var(--yellow);
    width: 20%;
    height: 8px;
}
.stories_body{
    margin-top: 3.5rem;
}
.stories_body h3{
    font-size: 22px;
    color: var(--blue);
    /* font-family: CooperHewitt-Bold; */
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.stories_body p{
    /* font-family: CooperHewitt-Light; */
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 1.5rem;
}
.stories_body img{
    border-radius: 20px;
    margin-top: 2rem;
}
.border_light{
    border-left: 2px solid var(--blue);
}
.stories_values{
    margin-top: 3.5rem;
}
.stories_values h3{
    color: var(--cyan);
    /* font-family: 'CooperHewitt-Medium'; */
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.stories_values p{
    font-size: 15px;
    font-weight: 500;
    color: var(--blue);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    color: var(--red);
    border-color: var(--red);
    background-color: var(--red);
}
.thankyou{
    position: relative;
}
.coming_soon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.coming_soon img{
    width: 200px;
    margin: auto;
    display: block;
}
.coming_soon h3{
    font-size: 53px;
    /* font-family: CooperHewitt-Bold; */
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--red);
    margin: 2rem auto;
    border-bottom: 15px solid var(--red);
    width: fit-content;
}
.owl-stage{
    cursor: grab !important;
}
.owl-dots{
    margin-top: 30px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--blue) !important;
    opacity: 1 !important;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: var(--blue) !important;
    opacity: 0.3 !important;
}
.form-control{
    font-weight: 200;
}
.form-control::placeholder{
    font-weight: 200 !important;
}