*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: sans-serif;
}

html, body {
    overflow-x: hidden; 
    width:100%;
}


.navbar-toggler-icon {
    
    filter: brightness(100);
}

.navbar-toggler {
    border: 1px solid #fff;
}

.navbar-toggler{
    box-shadow: unset !important;
}

li{
    list-style: none;
}

.button-pink{
    background: linear-gradient(16deg, #ff7171, #ff889a); 
    color:#ffff;
    padding:0.5rem 1rem;
   border:1px solid;
   border-radius:6px;
}


.button-pink:hover{
    background: linear-gradient(341deg, #fb3e3e, #e71938);
    color:#ffff;
}

/* nav */
.navbar {
    background: linear-gradient(16deg, #ff7171, #ff889a);
    color: #fff;
    height: 80px;
    padding: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img {
    /* margin-top: -16px; */
    width:80px;
}

header .nav-link {
    color: #ffff !important;
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 62%); */
    transition: all 0.5s linear;
    padding: 0.1rem 0;
    border-bottom: 1px solid transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
    

.nav-link:hover {

    background-color: #fff; 
    text-shadow: none;
    color: #e71938 !important 
  }

  .navbar-expand-lg .navbar-nav {
   
    gap: 1rem;
}
  

.nav-link.show{
    color:#fff !important;
}





/* campaign section start here */



a{
    text-decoration: none;
    color:#fff;
}


#campaign{
    background-color: #FAF5FE;
     padding:4rem 0 4rem 0;
}

#campaign h1{
    font-size: 3rem;
    line-height:3rem;
}

.camp-text {
    background: linear-gradient(16deg, #ff7171, #ff889a); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    color: transparent; 
}

/* Firefox Specific Fix */
@supports (-moz-appearance: none) {
    .camp-text {
        background: -moz-linear-gradient(16deg, #ff7171, #ff889a); 
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
    }
}



#campaign p {
    width: 70%;
    padding: 1.5rem 0;
}

.campaign-button {
    border-radius: 30px;
    background: linear-gradient(16deg, #ff7171, #ff889a);
    color: #fff;
    padding: 1rem 3rem;
    transition:all 0.5s ease-in;
   
}

 .campaign-button:hover{
    background: linear-gradient(341deg, #fb3e3e, #e71938);
    color: #fff;
    transition:all 0.5s ease-in;
}

.comp-img img {
    border-radius: 10px;
    box-shadow: 1px 3px 8px 0px #888888;
}

#camp-navtabs{
    padding:4rem 0 0 0;
}


.main-title{
    position: relative;
}

.main-title::after {
    margin: auto;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 7rem;
    border-bottom: 0.4rem solid #ff889a;
    bottom: -15px;
}

#camp-navtabs .nav-tabs {
    justify-content: center;
    border: 0;
    /* margin-left: 2%; */
    justify-content: space-evenly;
    padding: 0;
}

#camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border: 0;
}

.camp-title-contianer p {
    width: 80%;
    text-align: center;
    margin: auto;
}

#camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
   padding:0.5rem;
}

#camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    background: linear-gradient(341deg, #fb3e3e, #e71938);
    color: #fff !important;
}

#camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
    background: linear-gradient(341deg, #fb3e3e, #e71938);
    color: #fff !important;
}

#Impact-tab-pane .camp-title-contianer p {
    width: 40%;
    text-align: center;
    margin: auto;
}
.mission-card .card i{
    background: linear-gradient(16deg, #ff7171, #ff889a); 
    color: #ffff;
}
.mission-card .card i {
    background: linear-gradient(16deg, #ff7171, #ff889a); 
    color: #ffff;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    font-size: 1.1rem;
    margin: 1rem 1rem 0;
    padding: 2px;
}
.card-title {
    font-weight: 700;
}

.mission-card .card {
    background-color: #FAF5FF;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 1rem;
    height: 16rem;
    margin: 1rem;
}
.mission-card .card:hover{
   
    box-shadow: -1px 1px 6px 0px #8888888a;
}

.vison-container .main-title::after {
    margin:unset;
    }

.vison-container p{
    margin-top: 2rem;
}

.vison-container i {
    font-size: 19px;
    position: relative;
    left: 0.6rem;
}
.vison-container i::after {
    top: 2.7rem;
    content: "";
    position: absolute;
    border-left: 5rem solid #f66281;
    left: -3rem;
    width: 1rem;
    height: 5px;
    transform: rotate(90deg);
}

.mission-card .card {
    height: 16rem;
}

/* impact section start here */

.impact {
    background-color: #FAF5FF;
}

.impact{
    height:11rem;
}

.imp-card-i{
    text-align: right;
}

#camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    margin: 0 auto;
    color: #ffffff;
    background: linear-gradient(16deg, #ff7171, #ff889a); 
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border: 0;
    border-radius: 40px;
    width: 10rem;
}

#camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background: linear-gradient(16deg, #ff7171, #ff889a); 
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border: 0;
    border-radius: 40px;
    width: 10rem;
}

.impact i{
    background-color: #f66281;
    color: #ffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height:42px;
    font-size: 1.1rem;
    margin: 1rem 1rem 0;
}

.icon-clr{
    color:#f66281;
}

.impact .main-title::after {
    margin: unset;
    bottom:-8px;
}

.impact p{
    color: #4b5563;
}


.story-vid-container .card{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.story-vid-container video{
    width:100%;
}

.audio-vid {
    box-shadow: -3px 0px 6px 1px rgb(0 0 0 / 0.1), 2px 3px 4px 2px rgb(0 0 0 / 0.1);
}

.audio-vid i{
    background-color: #f66281;
    color: #ffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height:42px;
    font-size: 1.1rem;
    margin: 1rem 1rem 0;
    display:block;
}

.audio-vid .card-body{
    margin-left:-2rem;
}

.audio-vid h2{
    line-height: 40px;
    font-size: 25px;
}

.story-vid-container video {
    width: 100%;
    
}

/* impact section end here */


/* form start here */

.camp-form-container {
    max-width: 50rem;
    margin: 15px auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}



.form-text-container p {
    width: 50%;
    margin: auto;
    margin-top: 3rem;
}

.btn-custom {
    background: linear-gradient(16deg, #ff7171, #ff889a);

    color: #fff;
}
.btn-custom:hover {
    background: linear-gradient(341deg, #fb3e3e, #e71938);
    color: #fff;
}
/* form end here */

/* campaign section end here */



/* footer section css start here */

footer{

}



.text-heightlight{
    background: linear-gradient(16deg, #ff7171, #ff889a); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    color: transparent; 
    font-weight: 600;
}




/* Firefox Specific Fix */
@supports (-moz-appearance: none) {
    .text-heightlight {
        background: -moz-linear-gradient(16deg, #ff7171, #ff889a); 
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
    }
}


.social-icons a{
    background: linear-gradient(16deg, #ff7171, #ff889a);
    color:#FAF5FE
}

.social-icons a:hover{
    background: linear-gradient(341deg, #fb3e3e, #e71938);
    color:#FAF5FE
}


.footer-col{
    align-items: center;
}

/* footer section css end here */


/* responsive */
/* mobile */
@media (max-width:500px) { 


    .navbar {
        height: auto;
    }

#campaign .row{
    gap:3rem;
}

    header .nav-link {
        text-align: center;
        width: 50%;
        color: #ffff !important;
        /* text-shadow: 1px 1px 1px rgb(0 0 0 / 62%); */
        transition: all 0.5s linear;
        padding: 0.1rem 0;
        border-bottom: 1px solid transparent;
        border: 2px solid #fff;
        border-radius: 50px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    header .nav-item:nth-child(2) .nav-link{
        margin-bottom: 1rem;
    }
    #campaign h1 {
        font-size: 2rem;
        line-height: 34px;
    }

    #campaign p {
        width: 100%;
        padding: 1.5rem 0;
    }

    .comp-img{
        margin-top: 2rem;
    }

    #campaign button {
        border-radius: 30px;
        
        color: #fff;
        padding: 0.5rem 2rem;
        transition: all 0.5sease;
        font-size: 14px;
    }

    #campaign p {
        width: 100%;
        padding: 0.5rem 0;
    }


    .mission-card .card {
        height: auto;
    }
    
    #camp-navtabs {
        padding: 0rem 0 0 0;
    }

    

    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #ffffff;
       
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border: 0;
        border-radius: 40px;
        min-width: 100px !important;
    width: auto;
        font-size: 13px;
    }

    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    margin: 0 auto;
        color: #ffffff;
        
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border: 0;
        border-radius: 40px;
        min-width: 100px !important;
    width: auto;
        font-size: 13px;
    }

        #camp-navtabs .nav-tabs {
    justify-content: center;
        flex-wrap: nowrap;
        border: 0;
        /* margin-left: 0px; */
        /* padding-left: 1.9rem; */
        justify-content: space-evenly;
        padding: 0;
    }
    .camp-title-contianer p {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .camp-title-contianer p {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .camp-title-contianer{
        margin-top: 3rem !important;
    }

    #Impact-tab-pane .camp-title-contianer p {
        width:99%;
        text-align: center;
        margin: auto;
    }

    .imp-card-i{
        text-align:center;
    }

    .impact {
        height: auto;
        text-align: center;
    }

    .form-text-container p {
        width: 100%;
        margin: auto;
        margin: 3rem 0;
    }

    .vison-container .card-body {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
        margin-left: 0 !important;
        padding: 10px 0 !important;
    }

    .audio-vid .card-body {
        margin-left: 4rem;
    }

    .audio-vid i {
        position: absolute;
    }


    /* form css start here */

    .form-select option{
        font-size:14px;
    }
    /* form css end here */


    /* footer section css start here */
footer{
    padding-right: 0.5rem;
    padding-left:0.5rem;
}

.footer-col{
    align-items: unset;
}

/* footer section css end here */
}


/* tab */
@media only screen and (min-width:768px)  and (max-width:991px) { 

    #camp-navtabs .nav-tabs {
    justify-content: center;
        gap: 2rem;
        margin: auto;
        border: 0;
        width: 100% !important;
        display: flex
;
        align-items: center;
        margin: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        width:12rem;
    }

    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #ffffff;
        
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border: 0;
        border-radius: 40px;
        width:12rem;
       
    }

    #Impact-tab-pane .camp-title-contianer p {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .impact .card-body{
        text-align: justify;
    }

    .story-vid-container video {
        width: 100%;
        height: 100%;
    }
    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    margin: 0 auto;
       width:12rem;
    }

    html body #campaign .row{
        align-items: flex-start !important;
    }


    .comp-img {
        margin-top:0rem;
    }

        #camp-navtabs .nav-tabs {
    justify-content: center;
        margin: auto;
        border: 0;
        width: 60%;
        display: flex;
        align-items: center;
        margin: auto;
        justify-content: space-evenly;
    }

    .mission-card .card {
        height: 20rem;
    }
  
    .vison-container .row{
        display: flex;
    flex-direction: column;
    gap: 2rem;
    }

    .vid-one{
        height:187px !important;
    }

    .card-text:last-child {
        margin-bottom: 0;
        font-size: 15px;
    }

    .audio-vid .card-body {
        margin-left: 1rem;
    }

    .form-text-container p {
        width: 100%;
        margin: auto;
        margin-top: 3rem;
    }
}



@media only screen and (min-width:992px)  and (max-width:1199px){


    .vison-container .row{
        align-items: flex-start !important;
    }

    .mission-card .card {
        height: 20rem;
    }

    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    margin: 0 auto;
        
        border-radius: 40px;
        width: 19rem
       
    }

    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #ffffff;
        
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border: 0;
        border-radius: 40px;
       width: 19rem
    }

       #camp-navtabs .nav-tabs {
    justify-content: center;
        border: 0;
        /* margin-left: 0.5rem; */
        padding: 0;
        justify-content: space-evenly;
    }
    
}


/* desktop */


@media only screen and (min-width:1199.98px) {
    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #ffffff;
        background: linear-gradient(16deg, #ff7171, #ff889a); 
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border: 0;
        border-radius: 40px;
        width: 19rem;
        
    }

    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    margin: 0 auto;
        color: #ffffff;
       
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border: 0;
        border-radius: 40px;
        width: 19rem;
        
    }


    .mission-card .card {
        height: 18rem;
    }

    .audio-vid h2 {
        line-height: 40px;
        font-size: 25px;
        margin-left: 0.5rem;
    }
    
     #camp-navtabs .nav-tabs {
    justify-content: center;
        border: 0;
        /* margin-left: 2%; */
        justify-content: space-evenly;
    }
}


@media only screen and (min-width:1366px) and (max-width:1400px) {
    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #ffffff;
       
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border: 0;
        border-radius: 40px;
       
    }

    #camp-navtab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    margin: 0 auto;
        color: #ffffff;
        
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border: 0;
        border-radius: 40px;
        
    }
    
    #camp-navtabs .nav-tabs {
    justify-content: center;
    border: 0;
   
}
}