footer{
    margin-top: 90px;
      background: linear-gradient(0deg, #0D3B39 0%, #24A19C 100%);

    padding: 50px 0 0px ;

}
footer .main-container{

    display: flex;
    flex-direction: column;
    gap: 45px;

}
.footer-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.footer-top p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-top span{
    color: #D9D9D9;
    font-size: 18px;
    font-family: "font_bold";
}

.footer-top-send form{
    width: 450px;
    display: flex;
    height: 60px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.09);
    position: relative;
 border-radius:  15px ;



}

.footer-top-send .sent-footer{
    width: 80%;
    position: relative;
}

.footer-top-send .sent-footer i{
    color: white;
}
.footer-top-send input{
    height: 100%;
    background-color: rgba(245, 245, 245, 0.2);
    color: black;
    width: 100%;
    border: none;
    border-radius: 0 15px 15px  0;
    padding: 0 40px;

}


.subscribe-panner .footer-top-send input{
    color: black;
}

.subscribe-panner .footer-top-send input::placeholder{
    color: black;
}


 .join-panner .footer-top-send p a{
    color: black;
}



.join-panner .sent-footer i{
    color: black;
}




.footer-top-send input::placeholder{
    color: white;

}
.footer-top-send button{

    flex: 1;
    height: 100%;
    border-radius: 15px 0  0 15px;
}

.footer-top-send i{
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}



.footer-body ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-body ul li a {
    color: rgba(245, 245, 245, 0.7);
    transition: .3s all ease-in-out;
    font-family: "font_bold";
}

.footer-body ul li a:hover{
    color: white;
}
.footer-body ul li:first-child  a:hover,
.footer-body ul li:first-child  a{
    color: white;
}

.footer-body .row .col-lg-3:first-child{
    padding-left:0 0 0 10px;
}

.footer-end{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 30px 0;
    flex-wrap: wrap;
    row-gap: 30px;
}

.footer-end i{
    color: red;
    animation: pulse 1s infinite;
    display: inline-block;
}
.footer-item p{
    color: white;
    font-size: 16px;
    margin-top: 15px;
    font-family: "font_bold";
}
.footer-end ul{
    display: flex;
    gap: 15px;
    margin: 0;
}

.footer-end ul li  {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-primary);

}


.footer-end p{
    color: white;
    font-size: 18px;
}
.footer-end ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
}

.footer-end ul li a i{
    color: white;
}

.footer-end::after{
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #F5F5F5;
    left: 0;
    top: 0;
    opacity: .09;;
}

.footer-end ul a:hover{
    border: 1px solid #fff;
     animation: tada infinite; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
}

.footer-end ul a:hover i{

}


.footer-logo img{
    width: 55px;
    height: 83px;
}
