/*
* NGOhub template
* Version: 01
*/

/*======================
   01. Google fonts
========================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap');


/*======================
   02. Basic css
========================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    line-height: 24px;
    font-size: 16px;
    background: #ffffff;
    font-weight: 400;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

ol,
ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

button:focus, input:focus, textarea:focus {
    outline: 0;
}

.raleway-font {
    font-family: 'Raleway', sans-serif !important;
}

/*======================
   03. Preloader css
========================*/
#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader3 {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
}

.loader3 span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #f33737;
    animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*Hamburger-menu START CSS*/

.hamburger-menu {
    cursor: pointer;
    position: absolute;
    right: 15px;
    display: none;
    z-index: 999;
    top: -15px;
}

.hamburger-menu span {
    background: #000000;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.hamburger-menu:hover .line-top {
    transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
    transform: translateY(100%);
}

.hamburger-menu:hover .line-top.current,
.hamburger-menu:hover .line-bottom.current {
    transform: 0;
}

.hamburger-menu .line-top.current {
    transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
    opacity: 0;
}

.hamburger-menu .line-bottom.current {
    transform: translateY(-325%) rotate(-135deg);
}


header {
    position: fixed;
    height: 100px;
    z-index: 1000;
    width: 100%;
    transition: .3s;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: #ffffff;
}

header.sticky {
   box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}

#menu {
    margin-top: -1px;
    text-align: right;
}

#menu li {
    display: inline-block;
}

#menu li a {
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
    padding: 0 10px;
    font-size: 13px;
}

#menu li:last-child a{
    padding-right: 0;
}

#menu>li>a.active,
#menu>li>a:hover {
    color: #FFB129;
    transition: 0.3s;
}

/*make area start*/

.make-wrapper {
    padding-top: 70px;
    margin: 100px 0 70px 0;
}

.head-text {
     font-weight: 700;
    font-size: 48px;
    color: #0e1f4b;
}

.head-color {
    color: #f98731;
}

.csr-img {
    width: 425px;
}

/*work area start*/

.work-wrapper {
    padding-bottom: 70px;
}

.work-box {
    margin-top: 60px;
}

.work-box h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    line-height: 24px;
}

.work-box h2 span {
    font-weight: 600;
}

.govern-para {
    font-size: 10px;
    display: inline-block;
    line-height: 14px;
}

.make-btn {
    padding: 8px 40px;
    cursor: pointer;
    background: #f98731;
    color: #ffffff;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    flex-shrink: 0;
    transition: .3s;
    border: 1px solid transparent;
    margin-top: 60px;
    font-weight: 600;
}

.make-btn:hover {
    border: 1px solid #f98731;
    color: #f98731;
    background: transparent;
}

/*trust area start*/
.trust-wrapper {
    padding-bottom: 70px;
}

.custom-border {
    border-bottom: 1px solid #F5F5F5;
}

.head-mini {
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 600;
}

.feature-wrapper {
    padding-top: 70px;
}

/*partner area start*/

.partner-wrapper {
    padding: 0px 0 70px 0;
}

.partner-queto {
    font-family: 'PT Serif', serif;
    font-size: 63px;
    display: inline-block;
    line-height: 40px;
    font-weight: 800;
    padding: 55px 0 0px 0;
}

.partner-para {
    font-family: 'PT Serif', serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 48px;
}

.partner-head {
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700;
    color: #3f4144;
    margin-top: 20px;
}

.partner-tag {
    font-weight: 400;
    font-size: 11px;
    color: #3f4144;
    font-family: 'PT Serif', serif; 
}

.partner-active .owl-dots {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
}

.partner-active .owl-dot {
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    padding: 0;
    margin: 0 5px;
}

.partner-active .owl-dot.active {
    background: rgba(0, 0, 0, 0.73);
}

.get-content p a {
    color: #000000;
    text-decoration: underline;
}

.form-box label {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    display: block;
    margin-bottom: 5px;
}

.form-box input, .form-box textarea {
    border: 1px solid #bbbbbb;
    width: 100%;
    height: 35px;
    font-size: 14px;
    padding-left: 20px;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
}

.submit-btn {
    background: rgba(17,34,78,1);
    padding: 6px 35px;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    transition: .3s;
}

.submit-btn:hover {
    border: 1px solid rgba(17,34,78,1);
    color: rgba(17,34,78,1);
    background: transparent;
}

/*footer area start*/

footer {
    padding: 70px 0;
}

.footer-social a {
    display: inline-block;
    margin: 40px 5px 0 5px;
}

/*project area start*/

.project-wrapper {
    padding-top: 100px;
}

.head-sub-para {
    font-weight: 300;
    color: #919396;
    font-size: 13px;
}

.ngo-wrapper {
    padding-bottom: 80px;
}

.project-head {
    font-size: 65px;
    font-weight: 700;
    color: #11224e;
    margin-top: 50px;
}

.youtube-box {
    width: 100%;
    height: 255px;
    margin-top: 40px;
}

.youtube-wrap p {
    color: #3f4144;
    font-size: 12px;
}

.visit-btn {
    background: #11224e;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
    transition: .3s;
    border: 1px solid transparent;
    margin-top: 30px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.visit-btn:hover {
    border: 1px solid #11224e;
    color: #11224e;
    background: transparent;
}

.ngo-img {
    border-radius: 20px;
    margin-top: 40px;
}

.head-text-two {
    color: #0e1f4b;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
}

/*right city area start*/

.right-wrapper {
    padding-bottom: 80px;
}

.right-box iframe {
    width: 100%;
    height: 260px;
    box-shadow: 1px 1px 28px rgba(0, 0, 0, 0.20);
    margin-top: 30px;
}

.form-box textarea {
    height: 90px;
}

/*giving area start*/

.giving-header .logo img {
    width: 250px;
}

.giving-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back-home-btn {
    background: #ee4b60;
    padding: 8px 25px;
    display: inline-flex;
    flex-shrink: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    transition: .3s;
    border: 1px solid transparent;
}

.back-home-btn:hover {
    color: #ee4b60;
    border: 1px solid #ee4b60;
    background: transparent;
}

.giving-head-text {
    font-size: 49px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #2f496f;
}

.suara-img-one {
    left: 8%;
    top: -60%;
    z-index: -1;
}

.suara-img-two {
    right: 5%;
    top: -61%;
    z-index: -1;
}

.suara-box {
    margin: 20px 0 0 20px;
}

.suara-para {
    display: flex;
    align-items: flex-start;
}

.suara-para span {
    width: 5px;
    height: 5px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin: 8px 10px 0 0;
}

/*fundraise area start*/

.fundraise-wrapper {
    padding-top: 100px;
    margin-top: 100px;
}

.fundraise-box {
    margin-top: 40px;
}

.fundraise-box img {
    width: 50px;
}

.fundraise-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 23px;
}

.cause-box {
    display: block;
    text-align: center;
    border: 2px solid #000000;
    padding: 30px;
    border-radius: 8px;
    color: #000000 !important;
    margin-top: 60px;
    transition: .3s;
    height: 88%;
}

.cause-box:hover {
    box-shadow: 1px 1px 27px rgba(0, 0, 0, 0.59);
    transform: translateY(-5px);
}

.cause-box h4 {
    line-height: 20px;
    font-size: 20px;
}

.cause-box h2 {
    color: #63c5da;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 40px 0;
}

.cause-box p {
    font-size: 12px;
    line-height: 18px;
}

.cause-box button {
    background: #63c5da;
    border: transparent;
    padding: 10px 25px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 30px;
    font-size: 14px;
    transition: .3s;
    border: 1px solid transparent;
}

.cause-box button:hover {
    border: 1px solid #63c5da;
    color: #63c5da;
    background: transparent;
} 

/*watch area start*/

.watch-wrapper {
    padding-bottom: 80px;
}

.watch-wrapper .giving-head-text {
    font-size: 40px;
}

/*they area start*/

.they-wrapper {
    padding-bottom: 80px;
}

.they-box {
    display: block;
    padding: 40px 20px;
    color: #000000;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 8px;
    margin-top: 60px;
    height: 88%;
    transition: .3s;
}

.they-box:hover {
    box-shadow: 1px 1px 30px #acaaaa;
    transform: translateY(-5px);
}

.they-box h4 {
    color: #3e4650;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.they-box span {
    color: #ee4b60;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.they-box p {
    color: #000000;
    margin-top: 30px;
    font-size: 14px;
}

/*need area start*/

.need-wrapper .giving-head-text {
    font-size: 40px;
    color: #ee4b60;
    margin-bottom: 60px;
}

.need-wrapper p a {
    color: #000000;
}

.need-form-box {
    background: #f8f8f8;
    padding: 75px 90px;
}

.need-info label {
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

.need-info input {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #dedede;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 16px;
    width: 100%;
}

.need-btn {
    background: #ee4b60;
    border: transparent;
    padding: 16px;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 20px;
    transition: .3s;
    border: 1px solid transparent;
}

.need-btn:hover {
    border: 1px solid #ee4b60;
    color: #ee4b60;
    background: transparent;
}

/*let area start*/

.let-wrapper {
    margin: 100px 0 80px 0;
    padding-top: 100px;
}

.learn-btn {
    background: #40398E;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

/*go to menu area start*/

.go-to-head {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
}

.go-color-one {
    color: #f8a000;
}

.go-color-two {
    color: #72238f;
}

.go-menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 50px 0;
}

.go-menu a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.go-menu a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50%;
    height: 100%;
    width: 1px;
    background: #72238f;
}

.go-menu a p {
    font-weight: 600;
    margin: 15px 0;
}

.menu-last::before {
    display: none;
}

/*Suara masyarakat area start*/

.suara-wrapper {
    background: #72238f;
}

/*mojo area start*/

.mojo-wrapper {
    background: #f8a000;
}

.mojo-box p a {
    color: #ffffff;
    text-decoration: underline;
}

/*meet area start*/

.meet-wrapper {
    background: linear-gradient(84deg, rgba(249,120,55,1) 0%, rgba(224,15,179,1) 43%);
    position: relative;
    z-index: 1;
}

.meet-box {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-top: 100px;
    transition: .3s;
    height: 70%;
}

.meet-box-two::before {
    background: #72238F !important;
}

.meet-box:hover {
    box-shadow: 1px 1px 38px #575454;
}

.meet-box:hover::before {
    top: 0px;
    right: 0px;
    background: #ffffff;
}

.meet-box::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -15px;
    background: #FFA500;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s;
}

.meet-box .meet-man {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.meet-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}

.meet-box p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.meet-box a {
    margin-top: 40px;
    display: inline-block;
}

/*timeline area start*/

.main_step_join {
    position: relative;
    margin-top: 60px;
}

.main_step_join:before {
    content: "";
    width: 0px;
    height: 108%;
    position: absolute;
    top: 0;
    left: 50%;
    border-right: 4px dotted #535253;
}

.main_step_join .step_join_box {
    width: 50%;
    clear: both;
    position: relative;
    margin-top: 45px;
}

.step_join_box .step_join_icon {
    position: absolute;
    top: -7px;
    right: -12px;
    z-index: 1;
}

.step-dot {
    width: 20px;
    height: 20px;
    background: #6F91DD;
    display: inline-block;
    border-radius: 50%;
}
.step_join_box_two .step-dot {
    background: #7DD2B1 !important;
}

.step_join_box_two .step_join_content {
    border-top: 4px solid #7DD2B1 !important;
}

.step_join_box_three .step-dot {
    background: #FDD3C8 !important;
}

.step_join_box_three .step_join_content {
    border-top: 4px solid #FDD3C8 !important;
}

.step_join_box_four .step-dot {
    background: #FF6126 !important;
}

.step_join_box_four .step_join_content {
    border-top: 4px solid #FF6126 !important;
}

.step_join_box_six .step-dot {
    background: #7DD2B1 !important;
}

.step_join_box_six .step_join_content {
    border-top: 4px solid #7DD2B1 !important;
}

.join_border_one {
    border-top: 4px solid #6F91DD;
}

.step_join_box .step_join_content {
    position: relative;
    text-align: center;
    padding-top: 15px;
    width: 100%;
}

.step_join_content h3 {
    font-size: 20px;
    font-weight: 600;
}

.join_head h4 {
    font-family: CircularStd-Book;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    letter-spacing: -0.02em;
    display: inline-block;
    color: #2B3D53;
}

.step_join_content p {
    font-size: 14px;
    font-weight: 500;
}

.main_step_join .step_join_box:nth-child(2n), .main_step_join .step_join_box:nth-child(2n) .step_join_content {
    float: right;
}

.main_step_join .step_join_box:nth-child(2n) .step_join_icon {
    position: absolute;
    top: -9px;
    left: -8px;
}

/*want area start*/

.want-wrapper {
    background: #85438A;
}

.want-box .giving-head-text {
    color: #ffffff !important;
}

.sign-btn {
    background: #F24D1B;
    padding: 10px 40px;
    display: inline-flex;
    flex-shrink: 0;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    text-shadow: 1px 1px #5c0801;
    text-transform: capitalize;
    border: 1px solid transparent;
    transition: .3s;
}

.sign-btn:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

/*founder area start*/

.founder-head {
    margin-bottom: 20px;
}

.founder-box p a {
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
}

.mojo-form {
    width: 700px;
    height: 70px;
    margin: 25px auto auto auto;
}

.mojo-form input {
    width: 100%;
    height: 100%;
    border: transparent;
    background: #F3F5F9;
    padding-left: 40px;
    font-size: 20px;
    border-radius: 50px;
    font-weight: 600;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
}

.mojo-form input::-moz-placeholder {
    color: #000000;
}

.mojo-form input::placeholder {
    color: #000000;
}

.mojo-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate( -50%, -50%);
    border: transparent;
    background: transparent;
    font-size: 25px;
}

.mojo-storis-box {
    display: block;
    position: relative;
    margin-top: 30px;
    border-radius: 20px;
    text-shadow: 1px 1px #512626;
}

.mojo-storis-box-one:hover {
    color: #E827C5;
}

.mojo-storis-box-one {
    color: #E827C5;
}

.mojo-storis-box-two {
    color: #FEDE33;
}

.mojo-storis-box-two:hover {
    color: #FEDE33;
}

.mojo-storis-box-three {
    color: #F71E1E;
}

.mojo-storis-box-three:hover {
    color: #F71E1E;
}

.mojo-storis-box-four {
    color: #0184BD;
}

.mojo-storis-box-four:hover {
    color: #0184BD;
}

.mojo-storis-box-six {
    color: #000000;
}

.mojo-storis-box-six:hover {
    color: #000000;
}

.mojo-storis-box-eight {
    color: #AF33B0;
}

.mojo-storis-box-eight:hover {
    color: #AF33B0;
}

.mojo-storis-box-seven {
    color: #FF7200;
}

.mojo-storis-box-seven:hover {
    color: #FF7200;
}

.mojo-storis-box-five {
    color: #0184BD;
}

.mojo-storis-box-five:hover {
     color: #0184BD;
}

.mojo-storis-box h2 {
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    width: 100%;
    text-align: center;
}

.connect-text {
    font-size: 18px;
    line-height: 30px;
}

/*return-to-top START CSS*/

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    color: #4DE2C1;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999999999999;
    border-radius: 50%;
    background: #FFB129;
}

.back-to-top i {
    color: #fff;
}
