/*Class soap*/
.soap{
  text-align: center;
  align-items: center;
  justify-content: center;
  background-image: url("../images/IMG_1795.jpg");
  background-size: cover;
  min-height: 65vh;
  padding-top: 2rem;
 overflow: hidden;
 display: flex;
 flex-flow: column;
 position: relative;
 background-attachment: fixed;
 background-repeat: no-repeat;
} 
.soap .wave{
  position: absolute;
 bottom: -.5rem;
  left: 0;
  height: 6rem;
  width: 100%;
  background: url(../images/wave.png);
  background-size: 100rem 11rem;
  animation: waves 8s linear infinite;
  background-repeat: repeat-x;
}
.soap .wave1{
  animation-direction: alternate;
  animation-duration: 4s;
  opacity: .3;
}

.soap .wave2{
  animation-direction: reverse;
  animation-duration: 6s;
  opacity: .5;
}

.soap .wave3{
  animation-duration: 4s;
  opacity: 1;
}

@keyframes waves{
  0%{
      background-position-x: 0;
  }
  100%{
      background-position-x: 100rem;
  }
} 

.soap h3{
  margin-top: 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
}

.soap p{
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}


/* info*/
.info-heading{
  margin: auto;
  padding-top: 6rem;
  display: flexbox;
  font-size: 3.5rem;
  color: #57A0D3;
  position: relative;
  letter-spacing: .2rem;
  
}
.info-heading::before, .info-heading::after{
  content: '';
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  border-top: .4rem solid  #57A0D3;
  border-left: .4rem solid #57A0D3;
  margin: auto;
}

.info-heading::before{
  top: 5.8rem;
  left: -2rem;
  
}

.info-heading::after{
  bottom: -.5rem;
  right: -2rem;
  transform: rotate(180deg);
}

.info .info-heading{ 
  text-align: center;
  width: 480px;
}
.info{
  background: #fff; 
}

.info .row{
  text-align: center;
  font-size: 20px;
  width: 70%;
  margin: auto;
  padding-top: 30px;
  letter-spacing: 1px;
}

/*class soap image*/
.soap-image{
  background: #222;
  
}

.soap-image .row{
  font-size: 20px;
  padding-top: 100px;
  letter-spacing: 1px;
}
.soap-image .row h3{
  text-align: center;
  font-weight: 500;
  color: rgb(14, 180, 14);
  
}
.soap-image .row p{
  font-size: 20px;
  color: #fff;
}
.soap-image img{
  height: 500px;
  width: 600px;
  object-fit: cover;
}

.soap-button {
  height: 100px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
}

.row .btn{
  outline: none;
  border: none;
  border-radius: 5rem;
  background: white;
  border-style: groove;
  border-color: #002e5f;
  font-size: 1.5rem;
  cursor: pointer;
  height: 3.5rem;
  width: 13rem;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
}
.row .btn:hover{
  letter-spacing: .1rem;
  opacity: .9;
  color: white;
  background: #57A0D3;
}


@media(max-width:1000px){
  
 
  .soap h3{
    font-size: 2rem;
  }
  .soap{
    margin-top: 3rem;
  }
  .soap p{
    font-size: 1.5rem;
  }
  .soap .btn{
      height: 2.5rem;
      width: 9rem;
      font-size: 1rem;
  }

  .info .info-heading {
    font-size: 2rem;
  }
  .info .row{
    text-align: start;
    font-size: 18px;
    width: 90%;
    letter-spacing: .8px;
   
  }
  .info .info-heading{ 
    text-align: center;
    width: 250px;
  }
  .soap-image .row p{
    text-align: start;
    font-size: 18px;
    width: 90%;
    letter-spacing: .8px;
  }
  .soap .wave{
    margin-bottom: .5rem;
  }
   #lifeskill-block img{
    height: 300px;
    width: 300px;
    
  }
  
  
}