/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html{
    scroll-behavior: smooth;
  }
  
  body {
    background: rgb(255, 255, 255);
    color: #444;
    font-family: 'Newsreader', serif;
    font-weight: 900;
  }
  
  a {
    color: #1bb1dc;
    transition: 0.5s;
  }
  
  p {
    padding: 0;
    margin: 0 0 30px 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Newsreader', serif;
    font-weight: 900;
    margin: 0 0 20px 0;
    padding: 0;
  }

  /*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    padding: 10px 0 10px 0;
    font-size: 14px;
  }
  
  #topbar .social-links {
    text-align: right;
  }
  
  #topbar .social-links a {
    color: #b6a352;
    padding: 4px 12px;
    display: inline-block;
  }
  
  #topbar .social-links a:hover {
    color: #1bb1dc;
    transition: all 0.5s;
  }
  
  
  /*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
  
  #header {
    height: 110px;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
  
  #header .logo{
    position: fixed;
    top: 0;
  }
  
  #header .logo img {
    padding: 0;
    max-height: 130px;
    margin-top: 20px;
  }
  
  .main-pages {
    margin-top: 60px;
  }
  
  
  .header-scrolled{
    background: rgba(255,255,255,0.8);
    height: 80px!important;
    box-shadow: 2px 0 10px 2px rgba(40,40,40,0.1);
  }
  
  .header-scrolled #topbar{
    display: none;
  }
  .header-scrolled .logo img{
    display: none;
  }
  
  
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  
  .main-nav,
  .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .main-nav>ul>li {
    position: relative;
    float: left;
  }
  
  .main-nav a {
    display: block;
    position: relative;
    color: #413e66;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Newsreader', serif;
    text-transform: uppercase;
    font-weight: 800;
  }
  
  .main-nav a:hover,
  .main-nav .active>a,
  .main-nav li:hover>a {
    color: #1bb1dc;
    text-decoration: none;
  }

.search {
    width: 200px;
    height: 30px;
    background-color: lavender;
    border: 5px;
    border-color: black;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

input {
    all: unset;
    font: 16px system-ui;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
}

::placeholder {
    color: #fff;
    opacity: 100;
}
svg {
    color: rosybrown;
    fill:currentcolor;
    width: 24px;
    height: 24px;
    padding: 10px;
}
  /* ------------- Carousel - 1 -------------- */
#slider
{
  padding-top: 125px;
  padding-bottom: 0px;
}

  /*------About Us------*/
#about
{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
#about .btn
{
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-content
{
    padding-top: 20px;
}
.skills-bar p
{
    margin-bottom: 6px;
    font-weight: 600;
}
.progress-bar
{
    border-radius: 16px;
}
.progress
{
    border-radius: 16px !important;
    margin-bottom: 20px;
}

/*-------BOD------*/
#bod
{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
h1
{
    text-align: center;
    color: #555 !important;
    padding-bottom: 10px;
}
h1::after
{
    content: '';
    background: goldenrod;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.profile-pic
{
    margin-top: 25px;
}
.profile-pic .img-box
{
    opacity: 1;
    display: block;
    position: relative;
}
.profile-pic .img-box img
{
    filter: grayscale(1);
}
.profile-pic .img-box img:hover
{
    filter: grayscale(0);
    cursor: pointer;
}
.profile-pic h2
{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color: midnightblue!important
}
.profile-pic h3
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
#bod .fa
{
    height: 25px;
    width: 25px;
    color: #007bff !important;
    background: #fff;
    padding:4px;
    border-radius: 50%;
}
.img-box ul
{
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.img-box ul li
{
    padding: 5px;
    display: inline-block;
}
.img-box:hover ul
{
    opacity: 1;
}
.img-box ul, .img-box ul li
{
    transition:  0.5s;
}

/*--------Donors-------*/
#donors
{
    padding-top: 50px;
    padding-bottom: 50px;
}
#donors .row
{
    margin-top: 30px;
    
}
.col-md-4
{
    margin: 40px auto;
}
.profile
{
    padding: 70px 10px 10px;
    background-color: #efefef;
}
.user
{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.profile img
{
    top: -60px;
    position: absolute;
    left:calc(50% - 60px);
    border: 10px solid #fff;
}
.profile h3
{
    font-size: 20px;
    margin-top: 15px;
    color: #007bff;
}
#donors span
{
    font-size: 12px;
    color: #333;
}
blockquote
{
    font-size: 16px;
    line-height: 30px;
}
blockquote::before{
    content: '\201C';
    font-size: 50px;
    color: #007bff;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
}
blockquote::after{
    content: '\201C';
    font-size: 50px;
    color: #007bff;
    position: relative;
    line-height: 10px;
    bottom: -15px;
    left: 5px;
}
.profile:hover
{
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.5s;
}

/*------------ Past Campaigns --------------*/

.pastcampaigns .heading{
  margin: 0 0 15px 0;
  font-size: 36px;
  color: #413E66;
}

.pastcampaigns .sub-heading{
  margin: 0  0 50px;
}

.pastcampaigns{
  margin:20px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pastcampaigns-cards{
  display: flex;
}

.pastcampaigns .card{
  position: relative;
  margin-left: 20px;
}

.pastcamapigns .card .card-body{
  width: 100%;
  position: absolute;
  bottom: 0;
  color: white;
  text-align: center;
  background: rgba(0,0,0,0.7);
}

.pastcamapigns .card .card-body i{
  font-size: 12px;
}

.profile:hover
{
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.5s;
}
/*------Contribute------*/
#contribute
{
    
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment: fixed;
    text-align: center;
    padding: 100px;
    font-family: sans-serif;
    font-size: 38px;
}

/*--------Contact Us--------*/
#contact
{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
}
.contact-form
{
    padding: 15px;
}
.form-control
{
    border-radius: 0;
    border: none !important;
}
::placeholder{
    color: #999 !important;
}
.follow
{
    background: #fff;
    padding: 10px;
    margin: 15px;
}
.contact-info .fa
{
    margin: 10px;
    color: #007bff;
    font-weight: bold;
}
/*--------Footer-------*/
#footer
{
    background: #333;
    color:#fff;
    padding: 12px;
}
.fa-heart-o
{
    margin: 3px;
    color: red;
}
