@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cormorant+Garamond&family=Heebo:wght@100..900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&family=Lato&family=Poppins&family=Quicksand:wght@300..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


html body
{
  font-family: "Inter", sans-serif;
}  
  
  
  /* nav */


  .navbar .navbar-brand 
{
    width: 120px;
    margin-left: -5px;
}
.navbar .nav-item .nav-link 
{
  color: black;
  font-weight: 400;
}
.navbar .nav-item:hover .nav-link 
{
  background-color: #003566;
  color: white;
}
.navbar .navbar-toggler 
{
  border: none;
}


/* swiper */


.myswiper  {
    width: 100%;
    --swiper-pagination-color: white;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 25px;
  }
.cardswiper  {
    width: 100%;
    --swiper-pagination-color: white;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 25px;
  }


  .myswiper swiper-slide {
    font-size: 18px;
    background-color: #FEF9D9;
    
    display: flex;
    align-items: center;

  }
  .cardswiper swiper-slide {
    font-size: 18px;
    background-color: #FEF9D9;
    
    display: flex;
    align-items: start;

  }

  
  .myswiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .myswiper swiper-slide .absbtn button
  {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    color: #000000;
    font-size: 15px;
    border-radius: 3px;
    border: none;
  }

  .myswiper swiper-slide h3 
  {
    color: #ffffff;
  }


  /* title  */

  .title .sm-head
  {
    font-weight: 500;
    color: #2249a5;
  }
  .title hr 
  {
    width: 40px;
  }


  /* about */

  .about .abt-content a 
  {
    padding: 8px;
    border: none;
    background-color: #fb8500;
    color: white;
    text-decoration: none;
  }


  /* projects */


  .projects 
  {
    background-color: #003566;
  }

  .projects .title 
  {
    text-align: center;
    color: white;
  }

  .projects .proj-items .card 
  {
    width: 20rem;
    background-color: rgb(255, 255, 255);
   border: none;
  }

  .projects .proj-items .card swiper-slide img 
{
  width: 100%;
}

  .projects .proj-items .card a
  {
   
    color:#fb8500;
    text-decoration: none;
    font-weight: bold;
 
  }

  #sep-proj .proj-items .card 
  {
    background-color: #003566;
    color: white;
  }

  /* vision */

  .vision .vision-items .card 
  {
    width: 20rem;

  }
  .vision .vision-items .card h5
  {
    color: #003566;
  }

  .vision .vision-items .card:hover 
  {
    background-color: #003566;
    color: white;
  }
  .vision .vision-items .card:hover h5
  {
    color: white;
  }

  /*volunteer  */

  .volunteer .volunteer-options .vol-item 
  {
    height: 100px;
    width: 150px;
    background-color: #8ac926;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    border-radius: 5px;
   
  } 

  .volunteer .volunteer-options .vol-item h5
  {
    font-size: 16px;
  }

  /* donate */

  .donate 
  {
    background-color: #fb8500;
    color: white;
  }

  .donate .title a 
  {
    background-color:transparent;
    color: white;
    padding: 8px;
    text-decoration: none;
    border: 1px solid;
  }

  .donate .donate-img 
  {
    max-width: 500px;

  }
  .donate .donate-img img
  {
    border-radius: 10px;
  }

/* form */

.contact-f-container h5
{
   font-size: 25px;
   font-weight: bold;
}

.contact-f-container .contact-form input, 
.contact-f-container .contact-form textarea
{
border: 1px solid rgb(0, 0, 0);
padding: 22px;
}

.contact-f-container .contact-form input:placeholder-shown, 
.contact-f-container .contact-form textarea:placeholder-shown
{
color: black;
font-weight: 400;
}

.contact-f-container .sub-btn button 
{
padding: 10px;
border: 1px solid rgb(0, 0, 0);
border-radius: 5px;
background-color: transparent;
color: rgb(0, 0, 0);
}

.contact-f-container .sub-btn button:hover
{
border: 1px solid #2249a5;
background-color:transparent ;
color:#2249a5 ;
}

  
/* contact */
#contact 
{
  background-color: #003566;
}
#contact .footer-logo
{
  width: 150px;
}
#contact h4 
{
  color: #ffffff;
}

#contact p 
{
  color: rgb(225, 225, 225) ;
}

#contact li a ,  #contact li
{
  text-decoration: none;
  color: rgb(225, 225, 225) ;
  font-size: 16px;
}

#contact hr 
{
  width: 70px;
  border: solid #ffffff;
}

/* sep-abt */


.abt-box 
{
  background-color: #003566;
  color: white;

}

.abt-box a 
{
  padding: 8px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
}


.team-item 
{
  width: 16rem
}

.team-item img 
{
  border-radius: 8px;
}
