* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif !important;
}

:root {
    --primary: #104EA5;
    --bg-primary-fade: #104ea5df;
    --bg-fade2: #c8d5e7df;
    --secondary: #fbaf17;
    --third: #008000;
    --safed: white;
    --black: black;
}

.primary2-color {
    color: var(--primary);
}

.primary2-bg-color-fade {
    background-color: var(--bg-fade2);
}

.primary2-bg {
    background-color: var(--primary);
}

/* a:hover,
a:active {
    color: var(--primary);
    text-decoration: none;
} */

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.primary-overlay[data-overlay-dark]:before {
    background: var(--primary);
}

.secondary-overlay[data-overlay-dark]:before {
    background: var(--secondary);
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.primary-hover:hover {
    color: var(--primary) !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* ************************ */

.second_top {
    display: none;
}


#navbarNavDropdown {
    justify-content: right;
}

#navbarNavDropdown ul li,
.nav-link:hover {
    font-weight: 500 !important;
    /* color: var(--primary) !important; */
}

.dropdown:hover {
    display: block;
}

.dropdown-item:hover {
    background: var(--primary);
    color: var(--safed);
}

/* .navbar-toggler {
    padding: 0.25rem 0.5rem !important;
    border: none !important;
    height: 40px;
    border-radius: 50%;
    border: none;
}

.navbar-toggler i {
    color: white;
    font-size: 24px;
    width: 1.2rem !important;
    height: 1.2rem !important;
} */

#navbarNavDropdown ul li a {
    padding: 7px 25px;
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
}

ul li a {
    color: #333;
    font-size: 1rem;
    transition: 0.3s all ease;
}

a {
    text-decoration: none;
}

/* CONTACT US */
.contactUs .box {
    padding: 15px;
    height: auto;
    border: 1px solid var(--primary);
    /* overflow: hidden; */
    border-radius: 15px;
}

.contactUs .box i {
    padding: 10px;
    background-color: var(--primary);
    height: 40px;
    color: white;
}

.contactUs .detail {
    color: var(--black);
}

.detailContact {
    color: var(--black);
    font-size: 17px;
    /* font-weight: 600; */
}

.contactUs .form-control {
    padding: 15px 10px !important;
}

/* .mail {
    color: var(--black);
    font-size: 17px;
    font-weight: 600;
}

.mail:hover {
    text-decoration: underline;
    color: var(--black);
} */

/* icon */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 5px;
    background-color: var(--primary);
    color: var(--safed);
    border-radius: 34px 10px 34px 34px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.26);
    z-index: 100;
}

.float i {
    position: absolute;
    bottom: 14px;
    left: 32%;
    font-size: 20px;
    color: white;
}

/* Footer */
.footer {
    /* background-image: url("{{ asset('images/footer_background.png') }}"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

img.img-fluid.footer_image {
    background-color: var(--safed);
    padding-left: 0px;
    width: 160px;
    margin-top: 15px;
    border-radius: 34px;
    padding: 5px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.desc {
    line-height: 29px;
    text-align: justify;
    padding-top: 23px;
    font-weight: 600;
    font-size: 15px;
}

.content {
    padding-top: 109px;
    font-weight: 600;
    font-size: 13px;
    text-align: justify;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 13px;
    color: var(--black);
    transition: 0.3s;
    text-transform: capitalize;
}

.footer_title {
    padding-top: 58px;
    font-size: 20px;
    font-weight: 600;
}

.hff {
    padding-top: 12px;
    line-height: 27px;
    font-weight: 600;
    font-size: 13px;
}

.footer .footer-contact p i {
    width: 20px;
}

.footer .footer-contact p i {
    width: 25px;
}

.last_ilne1 {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.last_ilne {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.links:hover {
    text-decoration: underline;
    color: var(--safed);
}

.links:hover a {
    text-decoration: underline;
    color: var(--safed);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    /* background-color: red;  */
    border-radius: 50%;
    height: 47px;
    width: 47px;
}

@media screen and (min-width: 200px) and (max-width: 576px) {
    .first_top {
        display: none;
    }

    .second_top {
        display: block;
    }

    .fab,
    .far {
        color: var(--safed) !important;
        font-size: 15px !important;
        background-color: #a4cc13 !important;
    }

    .gallery_img {
        min-height: 157px !important;
        /* max-height: 65px !important; */
        min-width: 134px !important;
        margin-top: 10px;
    }

    .content {
        padding-top: 0px !important;
    }

    .footer_title {
        padding-top: 0px !important;
    }

    .hff {
        padding-top: 0px !important;
    }

    h1.text-banner_align {
        font-size: 13px;
        margin-left: 95px !important;
    }
}

/* first donate */
.campWrapper {
    transition: 0.3s linear;
    border-radius: 20px;
}

.polaroid {
    width: 100%;
    background-color: var(--safed);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* margin-bottom: 25px; */
    border-radius: 20px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.campcontent0001 {
    height: 100px;
    overflow: hidden;
}

.polaroid img {
    border-radius: 20px 20px 0 0;
    height: 332px;
    object-fit: cover;
}

.polaroid::after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--black), transparent);
    border-radius: 16px;
}

.polaroid .img_content {
    position: absolute;
    bottom: 2%;
    left: 2%;
    border-radius: 0 0 20px 20px;
    z-index: 2;
    color: var(--safed);
    background: transparent;
    padding: 10px;
}

.upper_content {
    position: absolute;
    top: 10%;
    left: 0;
    border-radius: 0 7px 7px 0;
    padding: 3px 10px;
    background-color: #fdf2e2;
    color: #d97613;
    z-index: 2;
    display: inline-block;
    font-size: 14px;
}

.polaroid .container {
    text-align: center;
    padding: 20px 20px;
}

.campWrapper:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 12px 24px 0 rgba(0, 0, 0, 0.25);
}

.new_card {
    display: none;
    background-color: var(--primary);
    padding: 5px;
    border-radius: 10px;
    text-align: center;
}

.campWrapper:hover .new_card {
    display: block;
}

.campWrapper:hover .hover_class {
    display: none !important;
}

.new_card:hover {
    background-color: var(--bg-primary-fade);
    border: none;
}

.donate_link .btnMission {
    border-radius: 8px;
}

@media (max-width: 769px) {
    .new_card {
        display: block !important;
    }

    .hover_class {
        display: flex !important;
    }

    .campWrapper:hover .new_card {
        display: flex;
    }

    .campWrapper:hover .hover_class {
        display: flex !important;
    }

    .campcontent0001 {
        height: auto;
        overflow: none;
    }

    .polaroid img {
        height: 220px;
    }

    .donate_link .btnMission {
        width: 100%;
    }
}

/* @media (max-width: 430px) {
    .polaroid::after {
        background: none;
    }

    .polaroid .img_content {
        display: none;
    }
} */

/* Form */
.btn-custom {
    padding: 15px 71px;
    background-color: var(--safed);
    color: var(--black);
    font-size: 16px;
}

.form-label {
    font-size: 17px !important;
    font-weight: 500 !important;
}

.form-control {
    padding: 15px 0 !important;
}

.add_details {
    background-color: var(--safed);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.336);
    border-radius: 20px;
}

.btn1 {
    font-size: 16px;
    color: var(--safed);
    background-color: var(--primary);
    padding: 10px 30px;
    border: none;
}

.error-message {
    color: var(--primary);
    font-size: 0.875em;
    margin-top: 0.25em;
}

@media (max-width: 948px) {
    .btn-custom {
        width: 100%;
        padding: 12px;
        margin-bottom: 10px;
    }

    .btnModify001 {
        width: auto !important;
    }

    .btn1 {
        font-size: 14px;
        padding: 10px 30px;
    }
}

/* Slider */

.slider123 .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider123 .swiper-slide img {
    display: block;
    width: 100%;
    height: 450px;
    /* object-fit: cover; */
    border-radius: 8px;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary);
    height: 30px;
    padding: 20px;
    background-color: var(--safed);
    border-radius: 50%;
    width: 26px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.slider123 .swiper-pagination {
    width: fit-content;
    position: absolute;
    left: 45%;
    bottom: 15px;
    height: 18px;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    background: white;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    z-index: 10;
}

.slider123 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e8e8e8;
    opacity: 0.6;
}

.slider123 .swiper-pagination-bullet-active {
    background-color: var(--primary);
    opacity: 1;
}

@media (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .slider123 .swiper-slide img {
        height: 400px;
        object-fit: fill;
    }
}

@media screen and (max-width: 450px) {
    .slider123 .swiper-pagination {
        left: 40%;
    }
}

/* @media screen and (max-width: 600px){
    .slider123 .swiper-slide img {
        height: 300px;
    }
}
@media screen and (max-width: 550px){
    .slider123 .swiper-slide img {
        height: auto;
    }
} */


/* NGO Partner slider */
.ngo_partner .swiper-pagination-bullet,
.blogs .swiper-pagination-bullet,
.news .swiper-pagination-bullet {
    height: 6px;
    width: 30px;
    border-radius: 0;
}

.ngo_partner .swiper-pagination-bullet-active,
.blogs .swiper-pagination-bullet-active,
.news .swiper-pagination-bullet-active {
    background-color: var(--primary);
    opacity: 1;
}

/*  News And Blogs */

/* News */

.custom-card {
    border-radius: 20px;
    box-shadow: none;
    border: none;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto;
    cursor: pointer;
}

.news-content p {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #222;
    overflow: hidden;
    text-align: left;
}

.news-img img {
    border-radius: 20px 20px 0 0;
    height: 230px;
    object-fit: cover;
}

.news .swiper-pagination-bullets {
    position: absolute;
    bottom: -10px;
}

.sml-card {
    border-radius: 10px;
    border: none;
    background-color: white;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.news .sml-card:hover {
    transform: scale(1.05);
    z-index: 1000;
    cursor: pointer;
}

.swiper-slide {
    transition: transform 0.3s ease;
}

.swiper-slide .custom-card:hover {
    transform: scale(1.05);
    z-index: 1000;
    cursor: pointer;
}

.blogs .swiper-pagination-bullets {
    position: absolute;
    bottom: -10px;
    right: 30%;
}

.big-news-card {
    display: block;
}

/* Masonry Testimonial */
.testimonial-card {
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.16);
    padding: 30px 30px 10px 30px;
    background-color: #fff;
    margin-bottom: 20px;
}

.testimonial-card:hover {
    border: 1px solid #fce6e8;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.219);
}

.testimonial-card img {
    height: 80px;
    width: 80px;
    margin-bottom: 0;
    border-radius: 10px;
}

.testimonial-name {
    font-weight: 600;
    font-size: 17px;
    color: #666;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text-center h2 {
        font-size: 20px;
    }

    /* .big-news-card {
        display: none;
    } */
}

/* FAQ */
.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    border: none;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border: none;
    box-shadow: none;
}

/* Fund Raise Card*/
.fund-raise-card img {
    border-radius: 20px;
}

.fund-raise-card .fund-raise-btns a {
    background-color: var(--primary);
    border-radius: 8px;
}

@media screen and (max-width: 769px) {
    .fund-raise-card .fund-raise-btns a {
        width: 100%;
    }
}

/* Footer */

.footer-social-icon i {
    color: #666666;
    font-size: 20px;
}

/* Corporate Partner */
.corp-part {
    width: 131px;
    height: 100px;
    background: #fff;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .08);
    border-radius: 8px;
    overflow: hidden;
}


/* ********** Cicle Donate Percent Ui *********** */
.progress-circle {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#008000 0%, white 0%);
}

.progress-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80%;
    font-weight: bold;
    color: black;
    background: white;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donationfixed {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
}

.fixedbox {
    border-radius: 10px;
    background: white;
}

.raisemoneyh2 {
    font-weight: 700;
}

.donationBtn a {
    width: 150px;
    height: 100%;
    font-size: 18px;
    font-weight: 700p;
}

.dragParent,
.dragParentCard {
    display: none;
}

@media screen and (max-width: 769px) {
    .donationBtn a {
        width: 100%;
    }

    .raisemoneyh2 {
        font-size: 16px;
    }
}

/* Blog Detail */
.blog-detail h3 {
    font-weight: 600;
}

.blog-detail p {
    color: #666;
    font-size: 17px;
}

@media screen and (max-width: 769px) {
    .blog-detail h3 {
        font-size: 17px;
    }

    .blog-detail p {
        font-size: 14px;
    }
}

/* modal card */
#shortLink {
    font-size: 14px;
    overflow: hidden;
    flex: 1;
}

#copyButton {
    font-weight: 600;
    cursor: pointer;
}

.btnModify001 {
    padding: 10px 15px !important;
}

/* Make it responsive */
@media (max-width: 768px) {
    #shortLink {
        width: 100%;
        margin-bottom: 5px;
        text-align: left;
        text-overflow: ellipsis;
    }
}

/* banner Container */
.banner_container {
    height: 310px;
    position: relative;
}

.banner_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #13539D;
    opacity: 0.8;
    z-index: 1;
}

.text-banner_align {
    position: relative;
    z-index: 2;
    color: white;
}

@media (max-width: 768px) {
    .banner_container {
        height: 160px;
    }
}

/* header-top 1 */
.header_top {
    display: block;
}

.header_top .logo-12 img {
    height: 80px;
    /* width: 46%; */
    object-fit: cover;
}

/* header-top 2 */
.header_top22 {
    display: none;
}

.header_top22 .logo-122 img {
    width: 100%;
    /* object-fit:cover; */
}

.img-contact {
    padding: 25px 5px 20px 5px;
}

.phone-12 {
    padding: 0 10px;
    position: relative;
    top: -5px;
    left: -20px;
}

.top-btns {
    height: 160px;
    display: none;
}

@media (max-width: 768px) {
    .header_top .logo-12 img {
        width: 60%;
    }

    .header_top {
        display: none;
    }

    .header_top22 {
        display: block;
    }

    .header_top22 .logo-122 img {
        width: 100%;
    }

    .top-btns {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Team Member */
.teamMember .team-card11 {
    background: var(--bg-fade2);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
    border: none;
}

.teamMember .team-card11:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.teamMember .team-img {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.teamMember .team-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: all 0.5s ease;
}

.teamMember .team-card:hover .team-img img {
    transform: scale(1.05);
}

.teamMember .team-social {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgba(108, 99, 255, 0.8);
    padding: 10px 0;
    transition: all 0.3s ease;
}

.teamMember .team-card:hover .team-social {
    bottom: 0;
}

.teamMember .team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--primary);
    color: var(--secondary);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.teamMember .team-social a:hover {
    background: var(--primary);
    color: var(--secondary);
    transform: translateY(-3px);
}

.teamMember .team-info {
    padding: 25px 20px;
    text-align: center;
}

.teamMember .team-info h3 {
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.teamMember .team-info p {
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .team-img {
        height: 220px;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
}

/* gallery */
.gallery-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}
.gallery-section .gallery-container {
    position: relative;
}

.gallery-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.gallery-section .gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    aspect-ratio: 1 / 1;
}

.gallery-section .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-section .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.gallery-section .gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.gallery-section .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(144, 138, 252, 0.438);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: white;
    padding: 20px;
    text-align: center;
}

.gallery-section .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-section .gallery-title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 10px;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-title
{
    transform: translateY(0);
}


