.footer-bg{
    background: #333333;
    width: 100%;
}
.title-under-logo{
    font-family: Almarai-Regular, sans-serif;
    font-size: 28px;
    color: white;
    word-spacing: 3px;
}
.border-under-logo{
    background: #666666;
    width: 450px;
    height: 1px;
    display: inline-block;
}
.keep-text{
    font-family: Almarai-Bold, sans-serif;
    font-size: 24px;
    color: white;
}
.subscribe-text{
    font-family: Almarai-Regular, sans-serif;
    font-size: 24px;
    color: white;
}
.input-style,.input-style:focus{
    border-radius: 30px;
    height: 60px;
    text-align: center;
    width: 43%;
    border: none;
    outline: none;
}
.input-style::placeholder{
    font-family: Almarai-Regular,sans-serif;
    font-size: 18px;
    color: #6f6d6d;
}
.send-btn,.send-btn:focus{
    background: none;
    border: none;
    outline: none;
}
.send-img{
    position: absolute;
    top: 14px;
    left: 31%;
}
.title-footer-info{
    font-family: Almarai-Bold, sans-serif;
    font-size: 19px;
    color: #939393;
}
.text-footer-info{
    font-family: Almarai-Regular, sans-serif;
    font-size: 17px;
    color: #ece7e7;
    width: 49%;
}
.textOutput .alert-success{
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    text-shadow: 2px 2px #ffd22f;
}

@media(max-width: 900px){
    .text-footer-info{
        width: 100% !important;
    }
    .border-under-logo{
        width: 75% !important;
    }


    .keep-text{
        font-size: 18px;
    }
    .subscribe-text{
        font-size: 18px;
    }
    
}
