/*Class .soap-involved*/
.soap-involved{
  min-height: 65vh;
  background-image: url("../images/kibg3.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 3rem; 
  background-attachment: fixed;
  background-repeat: no-repeat;
} 

.soap-involved .wave{
  position: absolute;
  left: 0;
  bottom: -.5rem;
  height: 5rem;
  width: 100%;
  background: url(../images/wave.png);
  background-size: 100rem 11rem;
  animation: waves 8s linear infinite;
  background-repeat: repeat-x;
}
.soap-involved .wave1{
  animation-direction: alternate;
  animation-duration: 4s;
  opacity: .5;
}

.soap-involved .wave2{
  animation-direction: reverse;
  animation-duration: 6s;
  opacity: .3;
}

.soap-involved .wave3{
  animation-duration: 4s;
  opacity: 1;
}

@keyframes waves{
  0%{
      background-position-x: 0;
  }
  100%{
      background-position-x: 100rem;
  }
} 

.soap-involved h3{
  margin-top: 3rem;
  font-size: 3.8rem;
  font-weight: 900;
  color: #fff;
}

.soap-involved p{
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
}


/* mission*/
.mission-heading, .section-head h1{
  margin: auto;
  padding-top: 6rem;
  display: flexbox;
  font-size: 3.5rem;
  color: #57A0d3;
  position: relative;
  letter-spacing: .2rem;
  
}
.mission-heading::before, .mission-heading::after, .section-head h1::before, .section-head h1::after{
  content: '';
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  border-top: .4rem solid #57A0d3;
  border-left: .4rem solid #57A0d3;
  margin: auto;
}

.mission-heading::before,  .section-head h1::before{
  top: 5.8rem;
  left: -2rem;
  
}

.mission-heading::after, .section-head h1::after{
  bottom: -.5rem;
  right: -2rem;
  transform: rotate(180deg);
}

.mission .mission-heading{ 
  text-align: center;
  width: 400px;
}


.mission .row{
  text-align: center;
  font-size: 20px;
  width: 70%;
  margin: auto;
  padding-top: 30px;
  letter-spacing: .7px;
}
.mission{
  background: #fff;
}


/*Class involved image*/
.involved-image{
  
  background-color: #222;
}
.item-image img{
  font-size:40px;
  background-size: cover;
  width: 300px;
  height: 350px;
  line-height: 96px;
  border-radius: 50px;
}
.item-image{
  background:#fff;
  text-align: center;
  padding:10px 5px;
  box-shadow: 0 0 25px rgba(0,0,0,0.07);
  border-radius: 20px;
  margin-bottom: 15px;
  border:5px solid rgba(0,0,0,0.07);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
  margin-top: 20px;
  overflow: hidden;
}
.item-image:hover{
  background:#c8d8e4;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}

.item-image span img {
  object-fit: cover;
}

.item-image:hover span img{
  background:#fff;
  border-radius: 10px;
  -webkit-transition:all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
.item-image p{
  font-size: 20px;
  letter-spacing: 1px;
}

/*Class heart icon*/
.heart-icon .row .fas{
  color: #57A0d3;
  font-weight: 900;
  font-size: 70px;
  
  
}
.heart-icon .row{
  text-align: center;
  font-size: 20px;
  width: 70%;
  margin: auto;
  padding-top: 60px;
  letter-spacing: 1px;
}
.heart-icon{
  background: #fff;
}

/*Class project button*/
.project-button {
  height: 100px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
}
.project-button .row .btn{
  outline: none;
  border: none;
  border-radius: 5rem;
  background: white;
  border-style: groove;
  border-color: #57A0d3;
  font-size: 1.5rem;
  cursor: pointer;
  height: 3.5rem;
  width: 12rem;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
  color: #57A0d3;
}
.project-button .row .btn:hover{
  letter-spacing: .1rem;
  opacity: .9;
  color: white;
  background: #57A0d3;
  width: 13rem;
}

/* class top*/
.section-head h1{
  text-align: center;
  width: 300px;
}
.section-head{
  margin-bottom: 60px;
  text-align: center;
  margin-top: 2rem;
  
}
.class-top{
  background: #fff;
}
.section-head p{
  padding-top: 30px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #333;
  letter-spacing: 1px;
}

/*project image*/
.project-image{
  background: #fff; 
}
.project-image .row{
  font-size: 20px;
  padding-top: 100px;
  letter-spacing: 1px;
}
.project-image .row h3{
  text-align: center;
  font-weight: 500;
  color: #57A0D3;
  
}
.project-image .row p{
  font-size: 20px;
  
}


@media(max-width:1000px){
  .soap-involved h3{
    font-size: 2rem;
  }
  .soap-involved{
    margin-top: 3rem;
  }
  .soap-involved p{
    font-size: 1.5rem;
  }
  .soap-involved{
    min-height: 52vh;  
  }

  .mission .mission-heading {
    font-size: 2.1rem;
  }
  .mission .row{
    text-align: start;
    font-size: 18px;
    width: 100%;
  }
  .mission .mission-heading{ 
    text-align: center;
    width: 250px;
  }

  .item-image img{
     width: 300px;
     height: 300px;
  }

  .heart-icon .row {
    font-size: 18px;
    text-align: start;
    width: 100%;
  }
  .heart-icon .row .fas{
    font-size: 50px;
    padding-bottom: 20px;
    
    
  }
  .project-button .btn{
     height: 2.5rem;
      width: 9rem;
      font-size: 1rem;
  }
  .class-top .section-head h1{
    font-size: 2.1rem;
    width: 250px;
    text-align: center;
  }
  .project-image .row p{
    text-align: start;
    font-size: 18px;
    width: 100%;
  }

  .soap-involved .wave{
   margin-bottom: .5rem;
  }
  .soap-involved{
    margin-top: 4.5rem;
  }
}

