/* ==========================
   GOOGLE FONT
========================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@300;400;500;600;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Noto Sans Devanagari', sans-serif;
    overflow-x:hidden;
    color:#333;
    line-height:1.8;
}

/* ==========================
   TOP BAR
========================== */

.top-bar{
    background:#198754;
    color:#fff;
    padding:8px 0;
    font-size:14px;
}

/* ==========================
   NAVBAR
========================== */

.navbar{
    padding:12px 0;
    transition:.4s;
}

.navbar-brand h5{
    font-size:20px;
}

.nav-link{
    font-weight:600;
    margin-left:10px;
    color:#222 !important;
    transition:.3s;
}

.nav-link:hover{
    color:#198754 !important;
}

/* ==========================
   HERO SLIDER
========================== */

.slider-img{
    height:90vh;
    object-fit:cover;
}

.carousel-item{
    position:relative;
}

.carousel-item::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,.55);
    z-index:1;
}

.carousel-caption{
    z-index:2;
    bottom:20%;
}

.carousel-caption h1{
    font-size:60px;
    font-weight:800;
    margin-bottom:20px;
}

.carousel-caption p{
    font-size:22px;
    max-width:700px;
    margin:auto;
    margin-bottom:25px;
}

/* ==========================
   SECTION TAG
========================== */

.section-tag{
    background:#198754;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

/* ==========================
   ABOUT SECTION
========================== */

#about img{
    border-radius:20px;
}

/* ==========================
   WORK AREA
========================== */

.work-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.work-card:hover{
    transform:translateY(-10px);
    background:#198754;
    color:#fff;
}

.work-card:hover p{
    color:#fff;
}

.icon-box{
    width:80px;
    height:80px;
    border-radius:50%;
    margin:auto;
    margin-bottom:20px;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#fff;
    font-size:32px;
}

/* ==========================
   SHELTER SECTION
========================== */

.shelter-section{
    background:#f8f9fa;
}

.small-box{
    background:#fff;
    padding:20px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.small-box i{
    color:#198754;
    font-size:35px;
    margin-bottom:10px;
}

/* ==========================
   COUNTER SECTION
========================== */

.counter-section{
    background:#198754;
}

.counter-box{
    color:#fff;
}

.counter-box i{
    font-size:45px;
    margin-bottom:15px;
}

.counter-box h2{
    font-size:50px;
    font-weight:800;
}

/* ==========================
   CTA SECTION
========================== */

.cta-section{
    background:
    linear-gradient(
    rgba(0,0,0,.7),
    rgba(0,0,0,.7)),
    url('../images/slider-3.jpg');

    background-size:cover;
    background-position:center;
}

/* ==========================
   GALLERY
========================== */

.gallery-box{
    overflow:hidden;
    border-radius:15px;
}

.gallery-box img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.5s;
}

.gallery-box:hover img{
    transform:scale(1.1);
}

/* ==========================
   DONATION
========================== */

.donation-section{
    background:#f8f9fa;
}

/* ==========================
   FORM
========================== */

.volunteer-form{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.form-control{
    padding:12px;
}

/* ==========================
   CONTACT
========================== */

.contact-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

/* ==========================
   FOOTER
========================== */

.footer-area{
    background:#212529;
    color:#fff;
    padding:70px 0 20px;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
}

.footer-links a:hover{
    color:#ffc107;
}

.social-links a{
    width:45px;
    height:45px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#198754;
    color:#fff;
    margin-right:10px;
    text-decoration:none;
    transition:.3s;
}

.social-links a:hover{
    background:#ffc107;
    color:#000;
}

/* ==========================
   BUTTONS
========================== */

.btn-success{
    background:#198754;
    border:none;
    padding:12px 28px;
    border-radius:30px;
    font-weight:600;
}

.btn-warning{
    border-radius:30px;
    padding:12px 28px;
    font-weight:600;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){

    .slider-img{
        height:70vh;
    }

    .carousel-caption h1{
        font-size:36px;
    }

    .carousel-caption p{
        font-size:16px;
    }

}

@media(max-width:768px){

    .slider-img{
        height:60vh;
    }

    .carousel-caption{
        bottom:12%;
    }

    .carousel-caption h1{
        font-size:28px;
    }

    .carousel-caption p{
        font-size:14px;
    }

    .counter-box h2{
        font-size:35px;
    }

}





.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:25px;
    right:25px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
    z-index:999;
    text-decoration:none;
    box-shadow:0 5px 20px rgba(0,0,0,.25);
    animation: pulse 2s infinite;
}

@keyframes pulse{

    0%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.1);
    }

    100%{
        transform:scale(1);
    }

}



.activity-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.4s;
}

.activity-card:hover{
    transform:translateY(-10px);
}

.activity-card img{
    height:250px;
    width:100%;
    object-fit:cover;
}




.impact-card{
    text-align:center;
    padding:35px 20px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.4s;
}

.impact-card:hover{
    background:#198754;
    color:#fff;
}

.impact-card i{
    font-size:45px;
    margin-bottom:15px;
}


.news-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.4s;
}

.news-box:hover{
    transform:translateY(-8px);
}