* {
    margin: 0;
    padding: 0;
}


/* ----------font- family------------ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: black;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    color: black;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: black;
}

.small-font {
    font-size: 20px;
    text-align: justify;
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    padding: 0 15px;
}



/* --------custom------class------------ */

.section-gap {
    margin: 100px;
}

.bg-nred {
    background: #01495E;
}

.nred {
    color: #01495E;
}

.btn-cust {
    height: 55px;
    width: 180px;
    border-radius: 0;
    font-weight: 700;
    color: white;
}

.btn-cust:hover {
    background-color: var(--nred);
    color: white;
}

.btn-nred {
    background-color: #00B6F2;
    color: white;
    height: 55px;
    width: 150px;
}

.btn-nred:hover {
    background-color: #940238;
    color: white;
}

.text-nred {
    color: #01495E;
}

:root {
    --nred: #01495E;
    --nblue: #091543;
    --nwarm: #005E7A;
}


/* --------custom------class--END---------- */

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-item:hover {
    background-color: var(--nred);
    color: white;
}


/* ------top header--------------------- */

.border-left {
    border-left: dotted white;
}

@media (max-width:576px) {
    .media-phone {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        margin-left: -25px !important;
    }

    .border-left {
        width: 100%;
        border-left: none;
        /* margin-left: -50px !important; */
    }

    .media-head {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .top-head-email {
        display: none;
    }
}


/* ==========================bar========================================== */

@media (max-width:1068px) {
    .bar-media {
        display: none;
    }

    .top-head-email {
        display: none;
    }

    .head-socialmedia {
        margin-top: -80px;
        left: 0;
    }

    .header {
        height: 50px;
    }
}


/* ------top header--END------------------- */


/* -------landind page--slider------------- */

.carousel1-text {
    position: relative;
}

.overlay {
    position: absolute;
    top: 100px;
    margin-left: 200px;
}

.overlay-main {
    background-color: rgba(0, 0, 0, 0.74);
}


/* -------landind page--slider------------- */

@media (max-width:576px) {
    .overlay {
        margin-left: auto;
    }

    .media-always,
    .media-landpage,
    .media-landpage-text {
        margin-left: 15px;
    }

    .btn-cust {
        height: 53px;
        width: 150px;
        border-radius: 0;
        font-weight: 700;
        color: white;
    }

    .carousel-item {
        height: 500px;
    }

    .media-carousel-image {
        height: 500px;
    }
}


/* -------------bottom of slider---------- */

.join-box {
    background-color: white;
    margin-top: -60px;
    z-index: 1 !important;
}

.join-team {
    padding: 35px;
}

@media (max-width:576px) {
    .join-box {
        margin-top: 0px;
    }
}

/* ----------------NGO organization start--------------- */

.head-size {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.NGO-organization-img1 {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    background-image: url(img/bace-first.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.NGO-organization-img2 {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    background-image: url(img/bace-second.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:576px) {

    .NGO-organization-img1,
    .NGO-organization-img2 {
        height: 449px;
    }
}




/* -------------Explore the Causes------------------- */

.Causes-card {
    background-color: transparent;
    margin-top: -25%;
}

.Causes-card-body {
    background-color: white;
    border-bottom: 3px solid var(--nred);
}

.Causes-card-body:hover {
    border-bottom: 3px solid var(--nwarm);
    transition: all 0.5s ease-in-out;
}

.Causes-card:hover .card-arrow {
    background-color: var(--nwarm);
    transition: all 0.5s ease-in-out;
}

.card-arrow {
    position: relative;
    width: 70px;
    height: 60px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 78.5%;
    margin-top: -60px;
}


/* --------------Join Your Hand------------------ */

.get-in-touch {
    height: 600px;
    background-color: white;
    background-image: url(img/best-embryo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.touch-card {
    width: 50%;
    background-color: var(--nred);
    color: white;
}

.touch-mob {
    font-size: 30px;
}

.btn-form {
    height: 60px;
    border-radius: 0;
}

.btn-form:hover {
    background-color: var(--nred);
    color: white;
}

@media (max-width:576px) {
    .touch-mob {
        font-size: 18px;
    }
}


/* -----------support Us---------------- */

@media (max-width:578px) {
    .media-supportUs {
        margin-bottom: 10px;
    }

    .media-supportUs-text {
        text-align: center;
    }
}


/* ------------Complete Guide----------------- */

.bg-Guide {
    position: relative;
    height: 500px;
    background-color: white;
    background-image: url(img/background-of-BACE.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
}

.Guide-overlay {
    position: absolute;
    height: inherit;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width:576px) {

    .bg-Guide,
    .Guide-overlay {
        height: 800px;
    }

    #Complete-guide-icon {
        margin-top: -350px !important;
    }

    .media-guide {
        margin-top: -200px !important;
    }
}


/* ---------------Complete Guide ------------------ */

#Complete-guide-icon {
    margin-top: -115px;
}


/* --------------Public Experience--------------------- */

.quote {
    position: relative;
    margin-top: -40px;
}

.quote-box-style {
    height: 60px;
    width: 30px;
    margin-left: auto;
    background-color: var(--nblue);
    transform: rotate(-35deg);
    position: relative;
    margin-top: -100px;
}

.hs_heading {
    margin: 10px auto;
    padding-top: 15px;
    position: relative;
    font-size: 20px;
    font-weight: 450;
    letter-spacing: 1px;
}

.hs_heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 65px;
    border-bottom: 1px solid var(--nblue);
}

.articla-text {
    font-size: 17px;
    color: black;
    text-decoration: none;
    background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(124, 0, 0), rgb(155, 0, 0), rgb(129, 0, 0));
    background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.articla-text:hover,
.articla-text:focus {
    background-size: 0 0.1em, 100% 0.1em;
}

.carousel-indicators {
    bottom: -80px;
}

.arrow-right,
.arrow-left {
    border: 1px solid var(--nred);
    background-color: white !important;
    display: flex;
}

.arrow-right:hover {
    background-color: var(--nred) !important;
}

.arrow-right:hover .arrow-right-1 {
    color: white;
}

.arrow-left:hover {
    background-color: var(--nred) !important;
}

.arrow-left:hover .arrow-left-1 {
    color: white;
}

.arrow-left-1,
.arrow-right-1 {
    margin-left: 528px;
    margin-top: -10px;
}

@media (max-width:578px) {

    .arrow-left-1,
    .arrow-left,
    .arrow-right,
    .arrow-right-1 {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }
}


/* ----------------------footer----------------------- */

.footer-link {
    text-decoration: none;
}

.footer-link:hover {
    color: #ffc107 !important;
    transition: all 0.5s ease-in-out;
}


/* -----------------------------About-page-------------------------------------------------------- */

.abt-bg {
    width: 100%;
    height: 300px;
    background: white;
    background-image: url(img/banner/banner-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.about-overlay {
    position: absolute;
    height: inherit;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.img-box1 {
    width: 60%;
    height: 150px;
    transform: rotate(45deg);
}

.icon-ani {
    height: 80px;
    width: 100%;
    background-color: var(--nred);
    color: white;
}

.icon-ani:hover {
    background-color: var(--nwarm);
    transition: all 0.8s ease-in-out;
}

.about-img {
    position: relative;
    height: 270px;
}

.about-img-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: white;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.modal-youtube {
    width: 100%;
    height: 100%;
    position: relative;
    align-self: center;
    display: flex;
}

.video-overlay {
    position: absolute;
    top: 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.starter-img-main {
    position: relative;
}

.STARTED-img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
}

.started-title {
    width: 250px;
    height: 180px;
    background-color: var(--nred);
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: 1px;
    padding-left: 25px;
    padding-top: 35px;
    padding-right: 15px;
    border-radius: 20px;
    box-shadow: rgb(86, 80, 80) 10px 10px 10px 10px;
}

@media (max-width:576px) {
    .icon-ani {
        height: 70px;
        width: 15%;
        border-radius: 50%;
        background-color: var(--nred);
        color: white;
        display: flex;
        margin: auto;
    }

    .about-img {
        margin-bottom: 200px;
    }

    .about-img-overlay {
        display: none;
    }
}


/* =============================text-giant======================== */

@media (max-width: 768px) {
    .big-text-media .display-2 {
        font-size: 2rem !important;
        /* Adjust font size for smaller screens */
    }
}


/*  ======================Organization Page======================= */

.top-page-bg {
    height: 300px;
    width: 100%;
    background: url(img/banner-img.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media (max-width:768px) {
    .top-page-bg {
        height: 200px;
        width: 100%;
        background: url(img/banner-img.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
}

.top-page-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
}

.bg-light {
    background-color: rgb(230, 228, 228) !important;
}

.orzanize-img {
    width: 80%;
    height: 300px;
}

.orzanize-img-2 {
    width: 100%;
    height: 400px;
}

@media (max-width:768px) {
    .orzanize-img {
        height: 200px;
        width: 100%;
        background: url(img/banner-img.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
}




/* membership  */

/* Hero Section */
.membership-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/membership-header.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}

.hero-overlay {
    min-height: 70vh;
}

.hero-text {
    font-size: 1.2rem;
    max-width: 600px;
}

.breadcrumb-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    background: transparent;
    padding: 15px 0;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-item.active {
    color: white;
}

/* Benefits */
.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 2.5rem;
    color: #940238;
    margin-bottom: 20px;
}

/* Membership Cards */

.membership-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.membership-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.membership-card .card-header {
    background-color: #940238;
    color: white;
    padding: 20px;
    text-align: center;
    border-bottom: none;
}

.membership-card.featured .card-header {
    background-color: #6f42c1;
}

.membership-card .card-body {
    padding: 30px;
}

.pricing-card-title {
    font-size: 2.5rem;
    margin: 15px 0;
}

/* Process Steps */
.process-steps {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.process-steps:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    width: 2px;
    background: #940238;
    z-index: 1;
}

.step {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.step-number {
    background-color: #940238;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(232, 62, 140, 0.3);
}

.step-content {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-grow: 1;
    position: relative;
    top: 10px;
}

.step:last-child {
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .membership-hero {
        min-height: 60vh;
    }

    .hero-overlay {
        min-height: 60vh;
    }

    .process-steps:before {
        left: 25px;
    }

    .step-number {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }
}


/*  */
.modal-content {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}