.footer-bg-img{
    background-image: url(../img/footer-img.png);
    width: 100%;
    background-repeat: no-repeat;
    object-fit: contain ;
    background-size: cover;
}
.footer-bg{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #4C6000 100%);
}
.social-m {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-m:hover {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #89AC00;
    border: #89AC00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.border-top{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
  .text-footer{
     font-family: 'Inria Serif', serif  !important;
  font-family: 'Poppins', sans-serif  !important;
   font-style: normal !important;
   font-weight: 400 !important;
   font-size: 14px!important;
   color: rgba(255, 255, 255, 0.79)!important;
}

/* contact */
.contact-border{
    border-left: 1px solid #4C6000;
    border-right: 1px solid #4C6000;
}
.contact-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact-input{
    width: 50%;
    font-family: 'Inria Serif', serif;
    font-family: 'Poppins', sans-serif;
    color: #585858;
}
.contact-p-btn{
    background-color: #89AC00;
    color: #fff;
    border-radius: 20px;
    border: 0px;
    width: 40%;
}
.social-m-contact{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #89AC00;
    color: #89AC00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-m-contact:hover{
    color: #89AC00;
}
@media only screen and (max-width: 600px) {
    .contact-border{
        border-left: 0px solid #4C6000;
        border-right: 0px solid #4C6000;
    }
    .contact-input{
        width: 90%;
    }
  
  }