body:lang(ar) * {
    direction: rtl !important;
}

/* contactlanding */
.contact-landing {
    position: relative;
    background-image: url("../../images/lips.png");
    width: 100%;
    height: 550px;
    background-size:cover;
    /* background-position: center; */
}
.heding{ position: relative;
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to left, #000000de, #00000000);
}

.heding::before{
    position: absolute;
    content: "";
    background-image: url("../../images/Layer-3.webp");
    top: 15px;
    left: -7%;
    width: 114%;
    height: 116%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}


.contact-landing::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(113.59deg, #774756 0.79%, rgba(119, 71, 86, 0) 99.44%);
    z-index: 1;
}

.contact-landing .text-contant {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    text-align: center;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-landing .heding {
    padding: 12px;
    font-weight: 600;
    position: relative;
    width: fit-content;

}

.contact-landing .heding::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    right: 0;
    border-radius: 3px;
}

.contact-landing .about-info {
    letter-spacing: 2px;
    font-weight: 400;
    opacity: 0.8;
}

.contact-vector {
    position: absolute;
    z-index: 5;
    width: 150px;
    right: 25px;
    top: 25px;
}

.contact-vector-2 {
    top: auto;
    left: 25px;
    bottom: 25px;
}



body:lang(ar) .contact-vector-2 {
    right: 25px;
    left: auto;
}

.contact-vector i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-75%, -50%);
    color: #000000;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-landing .social-icon {
    position: absolute;
    z-index: 5;
    bottom: 8px;
    right: 25px;
}
.contact-landing .social-icon li span{
    color: #fff!important;
}
body:lang(ar) .contact-landing .social-icon {
    left: 25px;
    right: unset;

}

@media (max-width:768px) {
    .contact-landing {
        height: fit-content;
    }

    .contact-vector {
        display: none;
    }

    .contact-landing .text-contant {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        z-index: 2;
        color: #fff;
    }

    /* .social-icon {
        position: relative !important;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 30px;
    } */

    .contact-landing .about-info {
        margin: 0;
    }
}

/*end contact landing */
/* contact-info-sec */
.contact-info-sec {
    background-color: #efefef;
}

.contact-info-sec .text-box {
    padding: 20px;
    border-left: 2px solid #000000;
}

body:lang(ar) .contact-info-sec .text-box {
    border-left: 0px;
    border-right: 2px solid #000000;
}

.contact-info-sec .coll-us-now {
    padding: 8px 20px;
    background-color: #000000;
    color: #fff;
    margin-top: 12px;
    border-radius: 12px;
    width: 260px;
    text-align: center;
}

.contact-info-sec .heeding {
    color: #000000;
}

.contact-info-sec .info-des {
    color: #000000;
}

.contact-info-sec .img-box img {
    max-width: 100%;
    height: 400px;
    object-fit: contain;
}

body:lang(ar) .contact-info-sec .img-box img {
    transform: scaleX(-1);
}

@media (max-width:567px) {
    .contact-info-sec .img-box img {
        height: auto;
    }
}

/*end contact-info-sec */
/* contact us */
.contact-us {
    background-color: #F4F4F4;

}

.contact-us .contact-info .box-info i {
    font-size: 22px;
    background-color: #000000;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us .heding {
    position: relative;
    color: #000000;
    padding-bottom: 12px;
    width: fit-content;
}

.contact-us .heding::after {
    position: absolute;
    content: '';
    background-color: #000000;
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
}

.contact-us textarea,
.contact-us input {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.contact-us textarea:focus,
.contact-us input:focus {
    box-shadow: none;
    outline: none;
}

.contact-us .submit {
    border: 1px solid #000000;
    padding: 6px 15px;
    width: 120px;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    transition: .3s;
}

.contact-us .submit:hover {
    color: #fff;
    background-color: #000000;
}

/* end contact us */
