h3{
  font-family: "Yeseva One", sans-serif;
  font-size: 35px;
  font-weight: 500;
}
p{
    font-family:  "Segoe UI" ;
  font-size: 16px;
  
}
.logo{
    margin-left: 40px;
}

.navbar{
background:#F2DEED;
padding:10px 20px;
}

.logo img{
width:200px;
height:auto;
}
/* Attractive Dropdown Design */
.get-involved  img{
  width: 100%;
  height: auto;
}
.navbar .dropdown-menu{
    border:none;
    border-radius:14px;
    padding:12px 0;
    min-width:240px;
    background:#f5e3f3;
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
    margin-top:18px;
    transition:0.3s ease;
}

/* Dropdown Item */
.navbar .dropdown-menu .dropdown-item{
    padding:12px 22px;
    font-size:16px;
    font-weight:600;
    color:#222;
    transition:0.3s;
    position:relative;
}

/* Hover Effect */
.navbar .dropdown-menu .dropdown-item:hover{
    background:#fce4f1;
    color:#e91e63;
    padding-left:30px;
}

/* Left Border Hover */
.navbar .dropdown-menu .dropdown-item::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background:#e91e63;
    transform:scaleY(0);
    transition:0.3s;
}

.navbar .dropdown-menu .dropdown-item:hover::before{
    transform:scaleY(1);
}

/* Dropdown Arrow */
.navbar .dropdown-toggle::after{
    margin-left:8px;
    vertical-align:middle;
}

/* Show on Hover Desktop */
@media(min-width:992px){

.nav-item.dropdown:hover .dropdown-menu{
    display:block;
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.navbar .dropdown-menu{
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
}

}

/* Mobile */
@media(max-width:991px){

.navbar .dropdown-menu{
    box-shadow:none;
    border-radius:10px;
    margin-top:8px;
}

}
.navbar-nav .nav-link{
font-size:18px;
font-weight:600;
margin:0 15px;
color:#000;
}
.donate .donate-link{
    background:#F078B5;
    color:#fff;
    padding:10px 28px;
    border:none;
    border-radius:3px;
    font-size:17px;
    color: #000;
    font-weight:600;
    transition:0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    text-decoration:none;
}
.carousel{
    margin-top: 115px;
}
.carousel-item {
  height: 500px; /* adjust as needed */
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height:100% ;
}

.donate .donate-link:hover{
    background:#ed96de;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
}
@media(max-width:991px){

/* Navbar padding */
.navbar{
    padding:10px;
}

/* Logo size */
.logo img{
    width:140px;
}

/* Remove left margin */
.logo{
    margin-left:0;
}

/* Nav links left alignment */
.navbar-nav{
    text-align:left;
    padding: 10px 0;
}

.navbar-nav .nav-link{
    margin:10px 0;
    padding-left: 15px;
    font-size:16px;
}

/* Scrollable navbar on mobile */
.navbar-collapse {
    max-height: 80vh;
    overflow-y: auto;
}

/* Dropdown mobile */
.navbar .dropdown-menu{
    background:#fff;
    box-shadow:none;
    border-radius:10px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    padding: 4px 0px;
    height: auto !important;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #f078b5 !important;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.donate .donate-link {
  box-shadow: none !important;
}

/* Donate button center */
.donate{
    text-align:center;
    margin-top:0px;
}

.donate .donate-link{
    margin:10px auto;
    display:inline-block;
    padding:10px 22px;
    font-size:15px;
}

}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:576px){

.logo img{
    width:90px;
}

.navbar-nav .nav-link{
    font-size:15px;
}

.donate .donate-link{
    font-size:14px;
    padding:8px 18px;
}

}
/* carousel */
@media(max-width:576px){

.carousel{
    margin-top: 75px;
}
}
/* thirdslide*/

a
{
	cursor:pointer;
}

p
{
	padding-bottom:1rem;
}

h5
{
  text-transform:uppercase;
	font-weight:bold;
	color:#2b2b2b;
}

.box-shadow
{
	-webkit-box-shadow: 0 1px 1px rgba(72,78,85,.6);
	box-shadow: 0 1px 1px rgba(72,78,85,.6);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.box-shadow:hover
{
	-webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
	box-shadow: 0 20px 40px rgba(72,78,85,.6);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}

.card
{
	border-radius: 25px;
	
}

.card img
{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.card svg
{
	position:absolute;
	top:19rem;
  -webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	filter:drop-shadow(2px -9px 4px rgba(0, 69, 134, 0.2));
}
.card:hover svg
{
	filter:drop-shadow(2px -9px 4px rgba(0, 69, 134, 0.4));
}

i
/*{
	position:absolute;
	top: 18rem;
	right: 2rem;
	color:white;
	font-size:3rem;
	background: rgb(238,174,202);
	background: linear-gradient(133deg, rgba(255,255,255,1) 0%, rgba(211,210,231,1) 19%, rgba(11,39,73,1) 100%);
	padding: 1rem;
	border-radius: 100%;
	transition: all .6s ease-in-out;
}*/

.card:hover i
{
	transform: rotate(-180deg);
}

i:hover
{
	box-shadow: rgba(2, 196, 255, 0.25) 0px 30px 60px -12px inset, rgba(255, 2, 204, 0.7) 0px 18px 36px -18px inset;
}

/* welcome to amarpushp section*/

.hr-line {
  border-top: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, White, DimGrey, White) border-box;
}

.tl-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tl-card {
  scale: 0;
  opacity: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 12px 2px LightGrey;
  overflow: hidden;
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range: 200px 350px;
}

.left::before {
  scale: 0;
  opacity: 0;
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range: 200px 350px;
}

.right::before {
  scale: 0;
  opacity: 0;
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range: 200px 350px;
}

.origin-left {
  transform-origin: 0% 0%;
}

.origin-right {
  transform-origin: 100% 0%;
}

@keyframes fade-in {
  to {
    scale: 1;
    opacity: 1;
  }
}

.tl-img-container {
  width: 100%;
  height: 200px;
  filter: saturate(40%);
  transition: all 0.4s ease;
}

.tl-card:hover .scale {
  filter: saturate(100%);
  transform: scale(1.1);
}

.image-1 {
  background: url("https://assets.codepen.io/9400490/idea.jpg") 50% 50%
    no-repeat;
  background-size: cover;
}

.image-2 {
  background: url("https://assets.codepen.io/9400490/map.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.image-3 {
  background: url("https://assets.codepen.io/9400490/writing.jpg") 50% 50%
    no-repeat;
  background-size: cover;
}

.image-4 {
  background: url("https://assets.codepen.io/9400490/submit.jpg") 50% 50%
    no-repeat;
  background-size: cover;
}

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 0px;
  border: 1px dashed DarkGrey;
  background-color: none;
  top: 0;
  bottom: 0px;
  left: 50%;
  margin-left: -4px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid #f0f2f5;
  outline: 1px solid DarkGrey;
  right: -8px;
  background-color: DarkGrey;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 10px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 10px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) 
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}*/

/* Add arrows to the right container (pointing left)
.right::before {
  content: "";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
} */

/* Fix the circle for containers on the right side */
.right::after {
  left: -14px;
}

.accordion-button {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  font-size: 18px;
  background-color: #efefef;
}

.accordion-button:not(.collapsed) {
  background-color: #F078B5 !important;
  color: White;
}

.accordion-button:after {
  margin: 0;
  margin-left: 15px;
}

.accordion-button:not(.collapsed):after {
  filter: invert(100%) brightness(200%);
}

.accordion-item {
  border: none;
}

.card-footer {
  background-color: White;
  border-bottom: 5px solid white;
}

.icon-link {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid DimGrey;
  border-radius: 50%;
  margin: 0;
  transition: scale 0.3s ease;
  text-decoration: none;
  & i {
    color: DimGrey;
  }
}

@media (hover: hover) {
  .icon-link:hover {
    border: 1px solid #F078B5;
    scale: 1.15;
  }
  .icon-link:hover i {
    color: #F078B5;
  }
}

/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 700px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 10px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 40px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: -4px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }

  .tl-card {
    transform-origin: 0% 0%;
  }
}
/*footer*/
.foot-clr{
    background-color:#f3bbe5 ;
    overflow: hidden;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
/* welcome*/

.welcome{
  border:1px;
  border-radius: 2px;
  background-color: #fbf9fa;
}
.welcome-img img{
  height: 500px;
  width: 100%;
}
.welcome-content{
  border: 1px solid #ededef;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 15px;
}
.welcome-content h3{
  font-family: "Yeseva One";
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  color:#e73eaf ;
  margin-bottom: 15px;
}
.welcome-content h1{
  font-family: "Yeseva One";
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  color:#000 ;
  margin-bottom: 15px;
}
.welcome-content p{
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  color:#000 ;

}

/* impact section */
.impact .first-box img{
  height: 50px;
  width: 50px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.impact .first-box {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
}
.impact .first-box:hover{
  transition: 0.3s;
  background-color: #efefef;
}
.impact .first-box h3,h5{
  text-align: center; 
}
.impact .first-box h3{
  border-top: 2px solid #F078B5 ;
  color: #2a0fc1;
  text-shadow: #2b2b2b;
  font-weight: 400px;
  font-style: italic;
  padding-top: 10px;
}
.impact h3{
   font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
/* Mobile View */
@media (max-width: 767px) {

.impact h3{
  font-size: 28px;
  margin-bottom: 20px;
}

.impact .first-box{
  padding: 15px;
  margin-bottom: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.impact .first-box img{
  height: 40px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}

.impact .first-box h3,
.impact .first-box h5{
  font-size: 18px;
  text-align: center;
}

}
.welcome-img img {
    height: auto;
    width: 100%;
}


/* Tablet View */
@media (min-width: 768px) and (max-width: 991px) {

.impact h3{
  font-size: 38px;
}

.impact .first-box{
  padding: 18px;
}

.impact .first-box img{
  height: 45px;
  width: 45px;
  margin-left: 20px;
}

}


/* Small Laptop */
@media (min-width: 992px) and (max-width: 1199px) {

.impact h3{
  font-size: 42px;
}

.impact .first-box img{
  height: 48px;
  width: 48px;
  margin-left: 25px;
}

}


/* Large Laptop / Desktop */
@media (min-width: 1200px) {

.impact h3{
  font-size: 50px;
}

.impact .first-box img{
  height: 50px;
  width: 50px;
  margin-left: 30px;
}

}
/* Featured */
.featured h3{
   font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
.logo-slider{
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
    width: 100%;
}

.logo-track{
    display: flex;
    width: calc(200px * 10);
    animation: scroll 20s linear infinite;
}

.logo-track img{
    width: 150px;
    height: 200pxpx;
    object-fit: contain;
    margin: 0 25px;
    border: 2px solid #f0bde5;
    border-radius: 50%;
    padding: 10px;
}
.logo-track.apart{
  height: 200px;
}

@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}

/* footer*/



.footers{
  background-color: #88247C;
}
.footers a {color:#fff;}
.footers p {color:#fff;}
.footers h6 {color:#fff;}
.footers ul {line-height:30px;}
#social-fb:hover {
     color: #3B5998;
     transition:all .001s;
 }
/* Social Icons */

.social-icons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.social-icons a{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:19px;
    text-decoration:none;
    transition:0.3s ease;
}

/* Colors */
.social-icons .fb{ background:#1877f2; }
.social-icons .insta{ background:#e1306c; }
.social-icons .twitter{ background:#1877f2; }
.social-icons .linkedin{ background:#0077b5; }
.social-icons .youtube{ background:#ff0000; }

.social-icons a:hover{
    transform:translateY(-4px) scale(1.08);
    box-shadow:0 8px 18px rgba(0,0,0,0.18);
}

/* Mobile */
@media(max-width:767px){

.social-icons{
    justify-content:flex-start;
    margin-bottom:20px;
}

.social-icons a{
    width:38px;
    height:38px;
    font-size:16px;
}

}
 #social-tw:hover {
     color: #4099FF;
     transition:all .001s;
 }
 #social-gp:hover {
     color: #d34836;
     transition:all .001s;
 }
 #social-em:hover {
     color: #f39c12;
     transition:all .001s;
 }
.footers-two h5{
  text-align: left ;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
 }
 .footers-two ul li a{
  font-size: 16px;
 }
 .footers-two .list-unstyled li p{
  font-size: 14px;
  font-weight: 500;
 }
 .contact-img{
  height: 20px;
  width: 20px;
 }
 .goal-body h3{
  text-align: center;
  text-decoration: none;
  font-size: 50px;
  font-weight: 300px;
  color: #F078B5;
  margin-bottom: 30px;
 }
.goal-image{
    border-radius: 10px;
    transition: 0.3s;
    height: 100px;
    width: 70%;
}
.text-muted {
    color: #6c757d !important;
    font-size: 15px;
    font-weight: 600;
}
.copyright p{
    color: #6c757d !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.goal-image:hover{
    transform: scale(1.05);
}
.copyright.text-muted p{
  font-weight: 500;
}
@media(max-width:991px){
    .footers-two {
        margin-bottom: 30px;
    }
}
@media(max-width:767px){

.goal-image {
    border-radius: 10px;
    transition: 0.3s;
    height: 100px;
    width: 100%;
    margin-top: 40px;
}
.footers-two .list-unstyled li p {
    text-align: left !important;
}
.footers {
    padding-top: 30px !important;
}
.copyright {
    padding: 20px 0;
}
}
/* stat section*/
.stats-section{
    background: url('assets/image/bg.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 10px 0;
}

.overlay{
    background: #111518;
    padding: 60px 0;
}

.stat-box{
    margin-bottom: 30px;
}

.stat-box h2{
    color: #ff1493;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-box p{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.stats-section h3{
   text-align: center;
  text-decoration: none;
  font-size: 50px;
  font-weight: 300px;
  color: #F078B5;
  margin-bottom: 30px;
}
.fb-icon{
    color:#1877F2;
}

.linkedin-icon{
    color:#0A66C2;
}

.insta-icon{
    background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.x-icon{
    color:#fff;
}

.social{
    margin:8px;
    transition:0.3s;
}

.social:hover{
    transform: scale(1.15);
}

.stats-section{
    background: url('../image/impact-bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}

.overlay{
    background: #111518;
    padding: 60px 0;
}
.copyright{
  background-color: #F2DEED;
}
.fa-2x {
    font-size: 1em;
}

/* From Uiverse.io by joe-watson-sbf */ 
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  perspective: 1000px;
  font-family: sans-serif;
}

.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}
.flip-card-front .front{
  height: 100%;
  border-radius: 16px;
  width: 100%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid coral;
  border-radius: 1rem;
}

.flip-card-front {
  background: linear-gradient(120deg, rgb(237, 154, 243) 60%, rgb(255, 231, 222) 88%,
     rgb(255, 170, 229) 40%, hsl(333, 19%, 91%) 48%);
  color: #000(240, 80, 255);
}
.flip-card-front p{
  font-weight: 700;
}

.flip-card-back {
  background: linear-gradient(120deg, rgb(255, 174, 145) 30%, coral 88%,
     bisque 40%, rgb(255, 185, 160) 78%);
  color: white;
  transform: rotateY(180deg);
}

.wellness h3{
   text-align: center;
  text-decoration: none;
  font-size: 50px;
  font-weight: 300px;
  color: #F078B5;
  margin-bottom: 30px;
}
.wellness p{
   text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700px;
  color: #000;
  margin-bottom: 30px;
}

/* From Uiverse.io by andrew-demchenk0 */ 
.card .campaign{
  --main-color: #000;
  --bg-color: #f3bde7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 100%;
  padding: 25px;
  background: var(--bg-color);
  
}
.card .card-img-top{
  height: 200px;
}
.card-img-top{
    transition:0.4s ease;

}

.card:hover .card-img-top{
    transform:scale(1.08);
    
}
.btn{
  background-color: #0c0c0c;
  color: #fff;
}
.btn:hover{
  background-color: #eb39c5;
  color: #fff;
}

.card__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.card___wrapper-acounts {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.card___wrapper-acounts > div:nth-child(2) {
  position: absolute;
  left: 25px;
  z-index: -1;
}

.card___wrapper-acounts > div:nth-child(3) {
  position: absolute;
  left: 50px;
  z-index: -2;
}

.card__score {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--main-color);
}

.card__acounts {
  width: 42px;
  height: 42px;
}

.card__acounts svg {
  width: 100%;
  height: 100%;
}

.card__menu {
  width: 40px;
  height: 40px;
  background: #F6DB96;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.card__title {
  font-family: "Yeseva One";
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color:#000  ;
  margin-top: 20px;
  
}

.card__subtitle {
  margin-top: 15px;
  font-weight: 400;
  font-size: 15px;
  color: var(--main-color);
}

.card__indicator {
  margin-top: 27px;
  font-weight: 500;
  font-size: 14px;
  color: var(--main-color);
}

.card__progress progress {
  width: 100%;
  height: 4px;
  border-radius: 100px;
}

.card__progress progress::-webkit-progress-bar {
  background-color: #00000030;
  border-radius: 100px;
}

.card__progress progress::-webkit-progress-value {
  background-color: var(--main-color);
  border-radius: 100px;
}

.campaign h3{
   font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
/* Team */ 
.founder .img-fluid{
  height: 250px;
}
@media(max-width:767px){

.card .campaign {
    --main-color: #000;
    --bg-color: #ED92D9;
    width: 100%;
    padding: 25px;
    background: var(--bg-color);
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 254px;
    perspective: 1000px;
    font-family: sans-serif;
    margin-top: 30px;
}
}
.system{
  font-size: 15px;
}

/* get involved*/ 
.get-involved{
  background-color: #ebe6ed;
  border: 1px solid #e7e5e5;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: 15px;
}
.left{
  margin-top: 10px;
  
}
.left span{
  font-size: 22px;
  color: #e848a8;
  font-style: italic;
  font-weight: 700;
}
.left h3{
  font-family: "Yeseva One";
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  color:#000 ;
  margin-bottom: 15px;
}
.left p{
  font-size: 15px;
  text-align: justify;
  font-family: 'Segoe UI';
  font-weight: 400;
}
.right{
  margin-top: 10px;
}



/* Tablet */
@media (max-width:991px){
    .right video{
        max-width:100%;
        height:350px;
    }
}

/* Mobile */
@media (max-width:767px){
    .right{
        margin-top:30px;
    }

    .right video{
        height:250px;
        border-radius:15px;
    }
}
.owl-carousel .item img{
   width:100%;
   height:300px;
   object-fit:cover;
   border-radius:15px;
  
}
.owl-carousel .item1 img{
   width:100%;
   height:300px;
   object-fit:cover;
   border-radius:15px;
  margin-top: 120px;
}
.awards{
  margin-top: 20px;
}
.awards h3{
  font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
.Excellence h3{
 font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
.journey h3{
 font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}

.pillar{
  border: 1px solid #debbd2 ;
  background: linear-gradient(120deg, rgb(251, 219, 230) 60%, rgb(255, 231, 222) 88%,
     rgb(237, 221, 228) 40%, hsl(333, 19%, 91%) 48%);
  padding: 20px;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.pillar:hover{
    transform: translateY(-10px);
   box-shadow: 0 15px 30px rgba(0,0,0,0.12);
  
}
.pillar .title{
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.pillar strong{
   font-weight: 700;
}
.stratigic h3{
  font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
.wellness h3{
  font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}


/* From Uiverse.io by SouravBandyopadhyay */ 
.notification {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  position: relative;
  width: 15rem;
  height: 8rem;
  background: linear-gradient(120deg, rgb(237, 154, 243) 60%, rgb(255, 231, 222) 88%,
     rgb(255, 170, 229) 40%, hsl(333, 19%, 91%) 48%);
  border-radius: 1rem;
  overflow: hidden;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 16px;
  --gradient: linear-gradient(to bottom, #2eadff, #3d83ff, #7e61ff);
  --color: #32a6ff
}

.notification:before {
  position: absolute;
  content: "";
  inset: 0.0625rem;
  border-radius: 0.9375rem;
  background: linear-gradient(120deg, rgb(237, 154, 243) 60%, rgb(255, 231, 222) 88%,
     rgb(255, 170, 229) 40%, hsl(333, 19%, 91%) 48%);
  z-index: 2
}

.notification:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  inset: 0.65rem auto 0.65rem 0.5rem;
  border-radius: 0.125rem;
  background: #000;
  transition: transform 300ms ease;
  z-index: 4;
}

.notification:hover:after {
  transform: translateX(0.15rem)
}

.notititle {
  color: #000;
  padding: 0.65rem 0.25rem 0.4rem 1.25rem;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 300ms ease;
  z-index: 5;
}

.notification:hover .notititle {
  transform: translateX(0.15rem)
}

.notibody {
  color: #000;
  padding: 0 1.25rem;
  transition: transform 300ms ease;
  z-index: 5;
  font-weight: 700;
}

.notification:hover .notibody {
  transform: translateX(0.25rem)
}

.notiglow,
.notiborderglow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle closest-side at center, white, transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}

.notiglow {
  z-index: 3;
}

.notiborderglow {
  z-index: 1;
}

.notification:hover .notiglow {
  opacity: 0.1
}

.notification:hover .notiborderglow {
  opacity: 0.1
}

.note {
  color: var(--color);
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem;
  width: 75%;
}
.impact1 h3{
   font-family: "Yeseva One";
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
.women{
  font-size: 15px;
}
.women{
   color: #ff4da6;
   text-decoration: none;
}

.women:hover{
   color: #e60073;
   text-decoration: none;
}

/*impact*/
.serve-body{
  border: 1px solid #a5a5a5;
  background-color: #ffff;
  border-top-color: #ff4da6;
  border-top-width: 10px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.serve-img .img-fluid{
  border-radius:10%;
  height: 100px;
  width: 100px;
  margin-left: 78px;
  margin-top: 20px;
}
.serve-text h5{
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}
.serve-text p{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.serve h3{
   font-family: "Yeseva One";
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
@media(max-width:767px){
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 175px;
}
.carousel-inner h4{
  font-size: 13px;
}
.serve-img .img-fluid {
    border-radius: 10%;
    height: 100px;
    width: 100px;
    margin-left: 128px !important;
    margin-top: 20px;
}
.serve-body {
    height: 250px; 
    margin-top: 4% !important; 
}
.pillar {
    height: 250px;
    margin-top: 4%;
    
}
}

.sec-space p{
  font-family: "Yeseva One";
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color:#000 ;
  margin-bottom: 15px;
}
.donation-section h3{
  font-family: "Yeseva One";
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color:#e73eaf  ;
  margin-bottom: 15px;
}

.whatsapp-fixed{
    position:fixed;
    bottom:20px;
    right:20px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
    transition:0.3s ease;
}

.whatsapp-fixed:hover{
    transform:scale(1.1);
    color:#fff;
}
.testimonial-section{
    background:#f8f9fa;
    padding:70px 0;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#111;
}

.section-subtitle{
     font-family: "Yeseva One";
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color:#000 ;
  margin-bottom: 15px;
}

.testimonial-box{
    background:#fff;
    padding:35px 28px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s ease;
    height:100%;
    position:relative;
}

.testimonial-box:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 40px rgba(0,0,0,0.14);
}

.quote-icon{
    width:55px;
    height:55px;
    background:#e60073;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-bottom:20px;
}

.testimonial-box p{
    color:#444;
    font-size:16px;
    line-height:1.8;
    margin-bottom:25px;
}

.testimonial-box h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:4px;
    color:#111;
}

.testimonial-box span{
    color:#e60073;
    font-weight:600;
    font-size:14px;
}

@media(max-width:768px){

.section-title{
    font-size:30px;
}

.section-subtitle{
    font-size:15px;
}

.testimonial-box{
    padding:25px 20px;
}

}
.testimonial-section{
    background:#f8f9fa;
    padding:70px 0;
}
.testimonial-section h3{
   font-family: "Yeseva One";
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
.section-title{
    font-size:42px;
    font-weight:700;
}


.testimonial-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    text-align:center;
    margin:10px;
    min-height:320px;
    transition:0.4s ease;
}


.testimonial-box:hover{
    transform:translateY(-10px);
}

.img-circle{
    width:120px;
    height:120px;
    border-radius:50%;
    overflow:hidden;
    margin:0 auto 15px;
    border:3px solid #e60073;
}

.img-circle img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.testimonial-box p{
    font-size:16px;
    line-height:1.8;
    color:#444;
}

.testimonial-box h5{
    margin-top:15px;
    font-weight:700;
}

.testimonial-box span{
    color:#e60073;
    font-size:14px;
}
.testimonial-box:hover{
    transform:translateY(-10px);
}



.testimonial-box h5{
    margin-top:20px;
    font-weight:700;
}

.testimonial-box span{
    color:#e60073;
    font-size:14px;
}

.testimonial-slider .owl-dots{
    margin-top:25px;
    text-align:center;
}

.testimonial-slider .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    display:block;
    border-radius:50%;
    background:#ccc;
}

.testimonial-slider .owl-dot.active span{
    background:#e60073;
}
.shiksha h3{
   font-family: "Yeseva One";
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
