:root{
    --red: #C5023E;
    --redLight: #F8485E;
    --cyan: #3AC1CD;
    --tan: #EBE8E4;
    --blue: #004CBA;
    --blueLight: #AFC9E7;
    --navy: #19375D;
    --green: #00946E;
    --yellow: #F1CD15;
    --gray: #5B6771;
    --black: #000000;
    --light: #FFFFFF;
    --pFont: Chonburi-Regular;
    --sFont: 'Raleway', sans-serif;
}
@font-face {
    font-family: Chonburi-Regular;
    src: url(../fonts/Chonburi-Regular.ttf);
}
body{
    font-family: var(--pFont);
    color: var(--black);
    font-size: 14px;
}
/* header */
.header{
    background-color: #fff !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 12;
}
.inner_page{
    /*position: relative;*/
    /*top: 100px;*/
    /*z-index: 1;*/
    /*margin-bottom: 100px;*/
}
.home_header{
    background-color: rgba(255, 255, 255, .80) !important;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}
.logo img{
    width: 100px;
    margin: auto;
    display: block;
}
.home_header .nav_link{
    color: var(--black);
}
.social_media{
    font-size: 27px;
}
.menu_links a{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--sFont);
}
.menu_links li:not(:last-child){
    margin-right: 0.5rem;
}
.main_banner{
    background-image: url('../images/new-background.jpg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 7.5% 0;
}
.banner_content{
    margin-top: 1%;
    margin-bottom: 12%;
}
.banner_content h1{
    color: var(--red);
    font-size: 30px;
    font-family: var(--pFont);
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
    /*text-shadow: 1px 3px 7px #0000003b;*/
}
.banner_content p{
    font-weight: 500;
    color: var(--black);
    margin-bottom: .5rem;
    font-family: var(--sFont);
}
.card_form{
    background-color: var(--light);
    padding: 1rem 1.5rem 0;
    border-radius: 12px;
}
.card_form .join_form{
    margin: 0;
}
.card_form .p_btn {
    position: relative;
    bottom: -20px;
}
.captcha .form-floating{
    margin: 0 !important;
}
.donate_btn{
    background-color: var(--redLight);
    color: var(--light) !important;
    font-size: 15px;
    padding: 7px 13px !important;
    transition: .5s ease-in-out;
    border: 2px solid var(--blue);
}
.donate_btn:hover{
    background-color: var(--blue);
    color: var(--light);
}
.header a{
    color: var(--blue);
}
.header a:hover{
    color: var(--blue);
}
/* support */
.support{
    background-color: var(--red);
    padding: 1.5rem 0;
}
.support_contect h3{
    text-align: right;
    color: #fff;
    margin-bottom: 0;
}
.support_price{
    margin-left: 2rem;
    margin-bottom: 0;
}
.support_price li{
    
}
.support_price a{
    font-size: 19px;
    color: var(--blue);
    line-height: 2;
    padding: 0 15px;
    margin: 0 7px;
    display: inline-block;
    background-color: var(--light);
    border-bottom: 6px solid var(--blue);
}
/* priorities */
.priorities{
    padding: 60px 1rem;
}
.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(--red);
    border-radius: 55px 15px 55px 15px;
    padding: 1.9rem 3rem 1.9rem;
    max-height: 380px;
}
.prioritie_card h4{
    color: var(--blue);
    font-size: 22px;
    text-align: center;
    margin-bottom: 1rem;
}
.prioritie_card p{
    font-family: var(--sFont);
}
.prioritie_card a{
    font-size: 14px;
    color: var(--black);
}
.prioritie_card i{
    font-size: 14px;
    color: var(--red);
    margin-left: 4px;
}
.p_btn{
    background-color: var(--blue) !important;
    color: var(--light) !important;
    border: 0;
    border-bottom: 6px solid var(--redLight) !important;
    text-align: center;
    margin: auto;
    display: block;
    width: 200px;
    font-family: var(--sFont);
    font-weight: 600;
    transition: .5s ease-in-out;
}
.p_btn:hover{
    color: var(--light) !important;
    border-bottom-color: var(--blue) !important;
    background-color: var(--redLight) !important;
}
.wlink_btn{
    font-size: 12px;
    color: var(--light) !important;
    letter-spacing: 1px;
}
.wlink_btn i{
    font-size: 14px;
    color: var(--red) !important;
    margin-left: 4px;
}
.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;
}
.join_form{
    margin-top: 30px;
}
.join_form label{
    font-size: 14px;
    font-family: var(--sFont);
}
.thankyou_body{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30%;
    z-index: 1;
}
.thankyou:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}
.thankyou_body h3{
    font-size: 85px;
    color: var(--light);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 15px solid var(--red);
    width: fit-content;
    line-height: 60px;
    margin: 5px auto;
}
.thankyou_body p{
    font-size: 23px;
    color: var(--light);
    text-align: center;
    font-weight: 600;
    margin-top: 1.5rem;
}
/* footer */
.footer{
    /*background-color: var(--tan);*/
    padding: 60px 0;
    background: linear-gradient(to top, var(--tan) , var(--light));
}
.footer_logo{
    text-align: center;
    margin-bottom: 2rem;
}
.footer_logo img{
    width: 250px;
}
.footer_head{
    text-align: center;
    width: fit-content;
    margin: auto;
    display: block;
}
.footer_head h3{
    font-size: 20px;
    color: var(--red);
    font-weight: bold;
    margin-bottom: .75rem;
    text-transform: uppercase;
    font-family: var(--sFont);
}
.footer_link{
    text-align: center;
}
.footer_link a{
    text-decoration: none;
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--sFont);
    text-transform: uppercase;
}
.footer_social a{
    font-size: 25px;
}
.paid_btn{
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-family: var(--sFont);
    color: var(--light) !important;
}
.issues{
    padding: 90px 0;
}
.issue_heading{
    text-align: center;
}
.issue_heading span{
    color: var(--red);
    font-size: 28px;
    text-align: center;
    letter-spacing: 3px;
}
.issue_heading h2{
    font-size: 67px;
    color: var(--blue);
    font-weight: 900;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 9px solid var(--red);
}
.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: 70px auto 70px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.issue_card_body{
    border-radius: 20px;
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 0;*/
    border: 8px solid var(--red);
    padding: 1rem 2rem;
}
.issue_card_head h3{
    font-size: 22px;
    color: var(--blue);
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.issue_card_body p{
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--sFont);
}
/* 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(--red);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.story_heading h3{
    font-weight: 900;
    font-size: 65px;
    color: var(--blue);
    border-bottom: 10px solid var(--red);
    width: fit-content;
    margin: 0 auto 0.7rem;
}
.story_heading span{
    font-size: 10px;
    color: var(--black);
    letter-spacing: 2px;
}
.stories{
    margin-top: 6rem;
}
.stories_heading h4{
    font-size: 16px;
    color: var(--red);
    letter-spacing: 1px;
    margin-bottom: 0;
}
.bar{
    margin: 5px 0;
    background-color: var(--red);
    height: 1px !important;
    opacity: 1;
    position: relative;
}
.bar::after{
    content: "";
    position: absolute;
    background-color: var(--red);
    width: 20%;
    height: 8px;
}
.stories_body{
    margin-top: 3.5rem;
}
.stories_body h3{
    font-size: 22px;
    color: var(--blue);
}
.stories_body p{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-family: var(--sFont);
}
.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-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;
    color: var(--blue);
    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(--red) !important;
    opacity: 1 !important;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: var(--red) !important;
    opacity: 0.3 !important;
}
/* news */
.blog_card{
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 13px -10px;
}
.blog_image img{
    height: 250px;
    object-fit: cover;
    width: 100%
}
.blog_content h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 17px;
}
.link_btn{
    font-size: 15px;
    color: var(--red) !important;
    text-decoration: none;
    font-weight: 500;
    font-family: var(--sFont);
}
.inner_blog_content{
    font-family: var(--sFont);
}
.blog_content small{
    display: block;
    font-size: 12px;
    margin-bottom: .3rem;
    font-family: var(--sFont);
}
.blog_content span{
    font-family: var(--sFont);
    font-weight: 500;
    padding-right: .3rem
}
.blog_content h3 a{
    text-decoration: none;
    font-family: var(--sFont);
    font-weight: 500;
    color: var(--dark)
}
.blog_content{
    padding: 1rem;
}
.blog_content p{
    font-size: 15px;
    font-family: var(--sFont);
    font-weight: 500;
}
.inner_blog_image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px
}
.heading {
    position: relative;
    width: fit-content;
    margin: 0 auto 2rem;
    border-bottom: 2px solid var(--black);
}
.heading h1{
    font-weight: bold;
}
.heading::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2.2px;
    width: 45px;
    background-color: var(--red)
}
.invalid-feedback{
    font-family: var(--sFont);
}
.card_form input{
    box-shadow: none !important;
    font-family: var(--sFont);
    font-weight: 500;
}
.about_section{
    padding: 100px 1rem;
    background-color: var(--light);
}
.about_card{
    background-color: var(--tan);
    padding: 40px 70px;
    height: 100%;
}
.about_card h2, .about_card h3{
    color: var(--red);
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.about_card p{
    font-family: var(--sFont);
}
.signature{
    width: 100px;
    object-fit: contain;
}
.footer_social img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.footer_bottom{
    padding: .5rem;
    text-align: center;
    background-color: var(--blue);
}
.custom-tooltip {
    --bs-tooltip-bg: var(--red);
}
.endorsement_img img{
    border-radius: 15px;
    box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, .10);
}
.element{
    position: relative;
    cursor: pointer;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
    transform: perspective(600px) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.element:hover{
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15), 0 10px 30px rgba(0, 0, 0, 0.1);
}
.endorsement_img{
    height: 100%;
}
.endorsement_img img{
    height: 100%;
    object-fit: cover;
}