footer {
    background: #000000;
}
.footer-main{
    padding:69px 0 50px;
    display:flex;
    justify-content:space-between;
}
.footer-tittle {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    margin:0 0 15px;
}
.footer-links {
    width: 16.6666%;
}
.footer-links a{
    display:block;
    font-weight: 500;
    line-height: 30px;
    font-size: 14px;    
    color: #AAAAAA;
    transition:0.3s;
}
.footer-links a:hover{
    color:#ffffff;
}
.footer-subscribe{
    width:33.3333%;
}
.footer-subscribe .footer-tittle {
    line-height: 22px;
    margin:0 0 17px;
}

.footer-form{
    display:flex;
}
.footer-form .footer-input {
    background: rgba(255, 255, 255, 0.1);
    color:#ffffff;
    width:60%;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 56px;
}
.footer-form .footer-button{
    height:56px;
    width:40%;
}
.footer-bootom{
    border-top:1px solid rgba(255, 255, 255, 0.1);
}
.footer-inner-bottom{
    height:74px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.footer-copyright {
    line-height: 25px;
    font-size: 14px;
    color: #AAAAAA;
}
.footer-follow-us{
    display:flex;
    align-items:center;
}
.footer-follow-us p{
    line-height: 25px;
    font-size: 14px;
    color: #AAAAAA;
    padding-right:7px;
}
.footer-follow-us a{
    margin-left:25px;
    cursor:pointer;
    transition:0.3s;
}
.footer-follow-us a:hover{
    opacity:0.7;
}

@media (max-width: 767.98px) {
  footer {
    padding-top: 32px;
    background-image: linear-gradient(to bottom, #111115, #00181B);
  }
}