* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.btn {
    background-color: #f7c843;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}
.navbar {
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.7); */
    background-color: #fff;
    padding: 15px 30px;
    position: fixed;
    top: 0;
    z-index: 1000;
    border-bottom: 6px solid #f7c843;
}

.nav-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
}

.logo img {
    width: 55px;
    margin-right: 8px;
}

.logo .span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.nav-links {
    display: flex;
    gap: 25px;
    margin-left: 60px;
}

.nav-links a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #f7c843;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
}

.contact i {
    margin-right: 6px;
}

.donate-btn {
    background-color: #f7c843;
    border: none;
    padding: 10px 18px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.donate-btn:hover {
    background-color: #000;
    color: #fff;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    font-size: 1.8rem;
    color: #000;
    cursor: pointer;
}


/* .carousel-caption {
    padding: 10px 0px;
    bottom: 20px;
} */

.style-1 {
    padding: 0px 190px;
}
.style-1 h1 {
    display: inline-block;
    overflow: hidden;
}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
}

.char.reveal {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.sec {
    margin-top: 120px;
}


.box-1 {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 28px;
}

.box-1 .gif {
    width: 60%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.head {
    background-color: #f7c843;
    padding: 15px 0px;
    border-radius: 50px;
}

.reach-head {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: fit-content;
    background-color: #f7c843;
    padding: 15px 40px;
    border-radius: 50px;
    margin-bottom: 40px;
}

.our-head {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: fit-content;
    background-color: #f7c843;
    padding: 15px 40px;
    border-radius: 50px;
    margin-bottom: 40px;
}


.strong {
    color: #ffbe00;
}
.reach .count {
    color: #000;
    font-size: 55px;
}

.purecounter {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    line-height: 1;
}

.mr span.count:after {
    content: 'K';
}

.are{
    display: inline-block;
    background-color: #f7c843;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 500;
}



.foo-link .hov:hover {
    transition: all .3s ease !important;
    color: #f7c843 !important;
}

.sub .input .write {
    padding: 10px 15px;
    border-radius: 25px;
    border: none;
    background: none;
    border-bottom: 2px solid #f7c843;
    margin: 10px;
    width: 250px;
    color: #fff;
}

.sub .input .btn {
    background-color: #f7c843;
    border: none;
    padding: 10px 18px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.about {
    margin-top: 130px;
}

.story {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-top: 80px;
}

.story h2 {
    color: #000000;
    margin-bottom: 15px;
}

.story p {
    font-size: 17px;
    line-height: 1.7;
}

.values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.value-card {
    background: #dadada;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    transition: all .3s ease !important;
    width: 100%;
}

.value-card:hover {
    transform: translateY(-13px) !important;
    background: #f7c843;
}

.value-card h3 {
    color: #000000;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 16px;
    color: #000000;
}

.contact-info {
    margin: 130px 0px 80px 0px;
}

.causes-bg img {
    margin-top: 90px;
}

.work-bg img {
    margin-top: 90px;
}

.extra{
    color: #f7c843;
    font-family: 'smoothie shoppe', cursive;
    font-weight: 600;
    font-size: 20px;
}

.ita{
    color: #231f20;
    font-size: 40px;
    text-transform: none;
    font-family: 'smoothie shoppe', cursive;
    margin-top: 0px;
}

.live{
    color: #ef8d2b;
    font-size: 40px;
    text-transform: none;
    font-family: 'smoothie shoppe', cursive;
    margin-top: 0px;
}
@media (max-width: 992px),
(max-width: 1366px) {
    .nav-links {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background: rgba(207, 207, 207, 0.9);
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.4s ease;
        margin: 0;
    }

    .nav-links.active {
        padding: 20px 0;
        max-height: 500px;
        opacity: 1;
    }

    .hamburger {
        display: block;
    }

    .nav-right {
        display: none;
    }
    .style-1 {
        padding: 0px 39px;
    }

    .carousel-caption{
        padding: 5px 0px;
        bottom: 2px;
    }
    .carousel-indicators{
        margin-bottom: 3px !important;
    }
}