@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@500&display=swap");

footer {
    background-color: #b1915d;
    color: #ffffff;
    position: relative;
    font-family: "Tajawal";

}

.about-us {
    text-align: right;
}


.footer-overlay h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 56px;
    margin-top: 0px;
}
.footer-overlay p{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.about-us {
    font-size: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
    left: 0;
    margin-right: 30px;
    margin-bottom: 15px;
}
.contact-form .btn {
    width: 50%;
}
.social-icons a {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s;
}

.social-icons a:hover {
    background-color: #312f4c;
    color: #ffffff;
}

/* .social-icons a:nth-child(1) {
    background-color: #312f4c;
    border-color: #312f4c;
} */

.contact-form input,
.contact-form textarea {
    border: 1px solid #ddd;
    font-size: 16px;
    background-color: transparent;
    border-radius: 7px;
}

.contact-form input::placeholder {
    color: #ffffff;
    text-align: start;
}

.contact-form textarea::placeholder {
    color: #ffffff;
    text-align: start;
}

.contact-form h3 {
    text-align: start;
    margin-bottom: 10px;
}

.contact-form .submit-contact {
    background-color: #312f4c;
    color: #ffffff;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: calc(768px)) {
    footer{
        text-align: center !important;
    }
    .social-icons {
        justify-content: center;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .form-control {
        margin-top: 5px;
    }
    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }


}

@media (max-width: calc(480px)) {
    footer{
        text-align: center !important;
    }

        .social-icons {
        justify-content: center;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .form-control {
        margin-top: 5px;
    }
    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }

}
@media (max-width: 1024px) {
    .logo-footer {
        max-width: 200px;
    }

}



input[type="email"],
input[type="tel"] {
    direction: rtl !important;
    text-align: right !important;
}



.contact-title {
    color: white ;
    font-size: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    line-height: 56.22px!important;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    margin-bottom: 10px;
}

.contact-item i {
    font-size: 18px;

}

.contact-item p {
    margin: 0;
    font-size: 15px !important;
    font-weight: 400!important;
    line-height: 22.5px !important;
}
