

.footer {
    color: #fff;
    font-size: 16px;
}

.footer_top_section{
       width: 100%;
       padding: 70px 0;
       background: #200649;
       overflow: hidden;
}

.footer_top_section .flex{
    align-items: center;
    justify-content: space-between;
}

.footer_top_title{
       width: 100%;
       max-width: 700px;

}

.footer_subcribe{
       width: 100%;
       max-width: 700px;
       max-width: 535px;
       position: relative;
}

.footer_subcribe_input{
       width: 100%;
       height: 50px;
       line-height: 50px;
       border-radius: 40px;
       border: 1px solid #fff;
       background: transparent;
      background: #fff;
       padding: 0 20px;
       padding-right: 60px;
       font-size: 16px;
       color: #200649;
          font-family: 'avenir_nextmedium';
font-weight:500;
}

.footer_subcribe_input::placeholder{
    color: #A2A2A2;
}

.footer_subcribe_btn{
       content: "";
     width: 42px;
     height: 42px;
       background-color: #7EBE63;
    background-image: url(../images/btn-arrow-white.png);
     background-repeat: no-repeat;
     background-position: right center;
     border-radius: 100%;
     position: absolute;
     right: 4px;
     top:4px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.footer_subcribe_btn:hover{
    background-color: #fff;
        background-color: #502E91;
           background-position: left center;
   
}

.footer_bottom_section{
     width: 100%;
     background-color: #502E91;
     padding: 100px 0 80px;
}

.footer_bottom_section h3{
     font-size: 18px;
     line-height: 24px;
      font-family: 'avenir_nextmedium';
font-weight:500;
     color: #fff;
     margin-bottom: 20px;
     width: 100%;
}

.footer-logo{
      width: 45%;
}

.footer-links{
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-links ul{
  width: 50%;
     display: flex;
     flex-wrap: wrap;
     row-gap: 20px;
}

.footer-links ul li{
     width: 100%;
}

.footer-links ul li a{
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer-links ul li a:hover{
  color: #7EBE63;
}

.footer-social{
     width: 18%;
     margin-left: auto;
}

.footer-social a{
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s ease;
}

.footer-social a:hover{
  color: #7EBE63;
}

.footer-social ul{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social ul li{
     width: 36px;
     height: 36px;
     border: 1px solid #fff;
     border-radius: 100%;
     transition: all 0.3s ease;
}

.footer-social ul li a{
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: 100%;
   
}

.footer-social ul li:hover{
  background-color: #200649
}

.footer_rights_section{
     width: 100%;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     padding: 20px 0;
     background-color: #502E91;
}

.footer_rights_left{
     width: 100%;
     text-align: center;
}

.footer_rights_left p{
     font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 20px;
   font-family: 'avenir_nextregular';
}




