/* footer section starts */
.footer{
  min-height: auto;
  padding-top: 0;
  background: linear-gradient(to left, #ffffff, #8af9ff);}
.footer .box-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .box-container .box{
  flex: 1 1 25rem;
  margin: 2.5rem;
}
.footer .box-container .box h3{
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  color: #000000;
  padding-bottom: 1rem;
  font-weight: normal;
}
.footer .box-container .box p{
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-size: 1.5rem;
  color: #000000;
  padding: .7rem 0;
  text-transform: none;
}
.footer .box-container .box p i{
  font-family: 'Poppins', sans-serif;
  padding-right: 1rem;
  color: #000000f5;
}
.footer .box-container .box a{
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  padding: .3rem 0;
  display: block;
}
.footer .box-container .box a:hover{
  color: #485efff5;
}
.footer .box-container .box .share{
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.footer .box-container .box .share a{
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.7rem;
  margin-right: 1rem;
  transition: .2s;
  background: rgb(230, 230, 230);
  color: #02094b;
  border: none;
}
.footer .box-container .box .share a:hover{
  background: transparent;
  transform: scale(0.98);
  border: .1rem solid rgb(180, 178, 178);
  color: #005e1e;
}
.footer .credit{
  padding: 1rem 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Nunito',sans-serif;
  font-weight: 600;
  color: #000000;
  border-top: .1rem solid rgba(102, 240, 255, 0.477);
}
.footer .credit a{
  color: #374df4f5;
}
.footer .fa{
    color: #E90606;
    margin: 0 .3rem;
    font-size: 1.5rem;
    animation: pound .35s infinite alternate;
}
@-webkit-keyframes pound{
  to{
    transform: scale(1.1);
  }
}
@keyframes pound{
  to{
    transform: scale(1.1);
}
}
@media(max-width:450px){
  .footer .box-container .box{
    margin: 1.5rem;
  }
  .footer .box-container .box p{
    padding: 0.7rem;
  }
  .footer .box-container .box .share a{
    padding: 1.2rem;
  }
}
/* footer section ends */
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
