
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
body{
    font-family: "poppins", sans-serif !important;
    /* font-size: 12px; */
}

a {
    color: #780de2;
    text-decoration: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
    background-color:transparent !important;
    border:none !important;
}

.navbar .navbar-brand, .navbar a.btn {
    height: 50px;
}
  .fs-8
  {
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02rem !important;
    color: #605f5ff8 !important;
  }
 
  .custom-btn-green {
    display: inline-block;
    background-color: #8BC34A; 
    color: white;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px; 
    transition: background-color 0.3s ease;
}

.custom-btn-green:hover {
    background-color: #fafafa; 
    color: #8BC34A;
    border: 1px solid #8BC34A;
}
.text-gray
{
  color:#555555
}

  .bg-section {
    background: url('../img/donate2.jpg') no-repeat center center/cover; 
    height: 300px; 
    position: relative;
}
/* strat-top-header */
.top-header {
  background-color:#154fa5;; 
  color: white;
 }
.top-header .text-info {
  color: white !important;
  /* font-family: 'Trebuchet MS', sans-serif; */
}
.top-header i {
  color: white;
}
.menu a{
   font-family: 'Trebuchet MS', sans-serif;
}

/* banner */
.bg-banner{
  background-color: #e1edf4;
}
.header-title{
  color: #1e73be !important;
  font-size: 32px;
  line-height: 1.4;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  }
/* 
start-home */
/* inception-section */
.inception{
  background-color: #f9f9f9;
}
    .image-container {
      position: relative;
    }

    .about-box {
  background-color: #fff;
  padding: 70px;
  /* box-shadow: 0 8px 24px rgba(0,0,0,0.1); */
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-10%, -50%);
  max-width: 900px; 
  width: 90%;  
  border: 10px solid #f9f9f9;     
     
    }

    .about-box h2 {
      font-weight: 700;
      color: #0d2235;
      margin-bottom: 70px;
      font-size: 50px;
    }

    .about-box p {
      color: #4a4a4a;
      font-size: 1rem;
      line-height: 1.8;
    }

    @media (max-width: 768px) {
      .about-box {
        position: static;
        transform: none;
        margin-top: 20px;
      }
    }
    .sun{
     font-size: 20px;
   text-transform: uppercase;
      font-weight: 300;
      line-height: 20px;
    }
    .dashed-card h5{
      font-size: 16px;
      color: #23A455 !important;
    }
    
    .associated{
      border-top: 2px solid #555555;
      border-bottom: 2px solid #555555;
      padding: 30px 0;
    
      text-align: center;
      align-items: center;
      width:70%;
       }
       .dashed-card{
        border: 1px solid #555;
       }



.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.container
{
  max-width:1140px;
}


/* end-home */

/* start-about-page */
.vision{
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  min-height:250px;
 display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:20px 100px; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vision:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); 
}
.vision h2{
  font-size: 22px;
  color: #4054B2;
  font-family: lato;
  margin-bottom: 10px;
}
.vision p{
  font-size: 18px;
  font-family: lato !important;
  text-align: center;
  align-items: center;
  font-weight: 300 !important;
  line-height: 1.7em;
  color: #54595F;
}
.why-box {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 35px;
  font-family: 'Amita', sans-serif;
  color: #1d71b8;
  font-size:30px;
  
  transition: transform 0.3s ease;
}
.why-box:hover {
  transform: scale(1.05);
}
/* ____________________________________ */
/* start-contact-page */
.light-label{
  font-weight: 600;
  color: #000;
}
.contact-info p{
  font-weight: 400;
  font-size: 14px;
  color: #000 !important;
}
/* end-contact-page */

/* start-product */
.product-info p{
  color:#4a4a4a;
  line-height:40px;
  font-size: 18px;
}
/* end-product */

/* licence-page */
.licence-info {
    margin-right: 20px;
  margin-bottom: 20px;
}
.licence-info h3{
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.licence-info p{
  font-size: 13px;
  text-align: center;

}

/* footer */

.footer-small {
  font-size: 0.8rem;
}














   

   
