:root {
    --light-blue: #47C7EB;
}
body{
    background-color: #FFFFFF;
}
.contact-about-us-main {
    margin: 130px 11px 0px;
}

.section-title {
    color: var(--light-blue);
    font-family: TanseekModernProArabic-Bold !important;
    font-size: 28px;
    text-align: center;
    position: relative;
    margin-top: 0px;
}
.contact-about-us-main .contact-us h1,
.contact-about-us-main .about-us h1 {
    font-size: 45px;
    text-align: center;
}
/*------------------mask-photo--------------------*/
.parent-mask {
    width: 90%;
    height: 300px;
    margin: auto;
    background-image: url("/frontend/new_main/assets/img/site/contact-us.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mask-photo {
    mask-image: url("/frontend/new_main/assets/img/site/Vector-phone.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 85%;
    width: 100%;
    height: 100%;
}

.mask-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*----------------join-our-family-------------------*/
.join-our-family {
    margin: 80px auto;
}
.join-our-family p{
    color: #517F4C;
    font-size: 15px;
    text-align: center;
    margin: 20px auto 65px;
    line-height: 1.8;
    position: relative;
}
.join-our-family form{
    width: 100%;
    height: 160px;
}
.join-our-family form div{
    width: 100%;
    height: 100%;
}
.join-our-family form input {
    border: 1px solid var(--light-blue);
    border-radius: 22px;
    width: 100%;
    height: 85px;
    padding: 10px;
    outline: none;

}
.join-our-family form div button{
    width: 125px;
    height: 77px;
    font-size: 18px;
    border-radius: 22px;
    background-color: var(--light-blue);
    color: #FFFFFF;
    text-align: center;
}
.join-our-family form div button .fa-send{
    transform: rotate(-140deg);
    margin-right: 12px;
}
.join-our-family input::placeholder{
    color: #BCBCBC;
}
/* *******************footer******************* */
footer.footer {
    position: relative;
    width: calc(100% - 50px);
    margin: 100px 25px 0;
    padding: 4rem 0 !important;
    overflow: hidden;
    background: url(/frontend/new_main/assets/img/site/footer-bubble-Vector.svg);
    background-size: 80% !important;
    background-position: bottom;
    background-repeat: no-repeat;
}
footer.footer::after {
    display: none;
}
footer.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 85%;
    height: 1px;
    background-color: #a6a6a6;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/*------------------mediaQuery-------------------*/
@media screen and (min-width: 399px){
    .parent-mask {
        height: 400px;
    }
    .mask-photo {
        mask-size: 90%;
    }
}

@media screen and (min-width: 449.5px) {
    .section-title {
        font-size: 40px;
    }
    .mask-photo {
        mask-size: 85%;
    }
}
@media screen and (min-width: 575.5px) {
    .contact-about-us-main {
        margin: 130px 39px 0px;
    }
    .parent-mask {
        height: 482px;
    }
    .mask-photo {
        mask-size: 86%;
    }
    .join-our-family p:after{
        content: '';
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        height: 1px;
        background: linear-gradient(to left,transparent, rgba(81, 127, 76),  transparent);
    }
    .join-our-family form{
        width: 85%;
        margin: 0 auto;
        height: 85px;
    }
    .join-our-family form div{
        border: 1px solid var(--light-blue);
        border-radius: 22px;
        background-color: #FFFFFF;
        padding: 0 4px;
    }
    .join-our-family form input {
        border: 1px solid transparent;
        width: 70%;
        height: 100%;
    }
    footer.footer {
        margin: 100px 40px 0;
        width: calc(100% - 80px);
        background-size: 45% !important;
        background-position: right top;
    }
    .footer .footer-content {
        width: 85%;
        margin: 0 auto !important;
    }
}
@media screen and (min-width: 767.5px) {
    .parent-mask {
        width: 72%;
    }
    .join-our-family p{
        width: 70%;
    }
    .join-our-family form{
        width: 75%;
    }
    .footer-content {
        margin: 2rem 0rem 4rem !important;
    }
}
@media screen and (min-width: 991.5px) {
    .contact-about-us-main {
        margin: 130px 80px 0px;
    }
    .section-title {
        font-size: 34px;
    }
    .parent-mask {
        width: 56%;
        height: 400px;
    }
    .join-our-family p{
        width: 52%;
    }
    footer.footer {
        margin: 70px 80px 0;
        width: calc(100% - 160px);
    }
}
@media screen and (min-width: 1199.5px) {
    .section-title {
        font-size: 42px;
    }
    .contact-about-us-main .contact-us h1,
    .contact-about-us-main .about-us h1{
        font-size: 55px;
    }
    .join-our-family form{
        width: 60%;
    }
    .parent-mask {
        height: 547px;
    }
    .mask-photo {
        mask-size: 85%;
    }
    footer.footer {
        background-size: 20% !important;
        background-position: 91%;
    }
}
@media screen and (min-width: 1399.5px) {
    .section-title {
        font-size: 45px;
    }
    footer.footer {
        margin: 100px auto 0;
        width: calc(100% - 200px);
    }
    .contact-about-us-main,footer.footer {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1599.5px) {
    .contact-about-us-main {
        max-width: 1400px;
        margin: 130px auto 0;
    }
    .footer {
        max-width: 1400px;
        margin: auto;
    }
}


@media screen and (min-width: 1749.5px) {
    .contact-about-us-main,footer.footer {
        max-width: 1600px;
    }
}