footer{
    background-color: black;
    padding-top: 4%;
}
.footer-1{
    display: flex;
    justify-content: center;
    gap: 4%;
}
.footer-1-1{
    width: 50%;
    color: #fff;
    transform: translate(0,-20%);
}
.footer-1-1-img-1{
    width: 35%;
    height: 10vh;
}
.footer-1-1 p{
    color: gray;
}
.footer-img{
    width: 70%;
    height: 20vh;
}
.footer-img img{
    width: 100%;
}
.footer-1-2{
    width: 25%;
    color: #fff;
}
.footer-1-2 ul{
    list-style: none;
    text-decoration: none;
    line-height: 25px;
}
.footer-1-2 ul li{
    color: gray;
}
.footer-1-3{
    width: 30%;
    margin-left: 6%;
    color: #fff;
}
.input-container {
    position: relative;
    width: 100%;
    transform: translate(-4%);
}
.input-container input {
    width: 90%;
    padding: 10px;
    background-color: black; /* لون الخلفية أسود */
    color: white; /* لون النص الأبيض */
    border: none; /* إزالة البوردر */
    border-bottom: 2px solid gray; /* بوردر من تحت رمادي */
    outline: none; /* إزالة الخط الأزرق عند التركيز */
    font-size: 12px;
}
.input-container i{
    color: gray;
    transform: translate(970%,-150%);
}
/* النص اللي جوه الـ input */
.input-container input::placeholder {
    color: gray; /* لون النص الرمادي */
}
.fm{
    color: gray;
    padding: 4%;
}
.br-new{
    padding-top: 1px;
    border-bottom: 2px solid gray;
    margin-bottom: 0%;
}
.footer-bottom{
    position: relative;
}
.footer-bottom h3{
    color: gray;
    padding-bottom: 1.5%;
    margin-bottom: 0;
    font-size: 17px;
}
.footer-bottom-img{
    width: 15%;
    transform: translate(560%,-115%);
    position: absolute;
}