/* ===================================================
   WAN Components - English (LTR) Stylesheet
   =================================================== */

.landing-about {
    padding-top: 5px;
    position: relative;
    background-image: url('../../images/BG.webp');
    background-size: 100% 100%;
    max-height: 520px;
}

.landing-about .box-img {
    width: 350px;
    padding: 0px 5px;
    background: var(--main_site);
    border-radius: 25px;
}

.landing-about .text-box {
    padding: 20px;
    max-width: 600px;
    border-left: 3px solid #fff;
    border-radius: 3px;
}

.landing-about .head-ask {
    color: var(--main_site);
}

.landing-about .des {
    color: #fff !important;
}

.about_message {
    margin: 150px 0;
    background-color: var(--sec_site);
    position: relative;
    overflow-x: clip;
    z-index: 1;
}

.about_message .container {
    background-color: var(--sec_site);
    overflow-x: hidden;
}

.about_message .container::after {
    position: absolute;
    width: 110%;
    height: 30%;
    content: "";
    background-color: var(--sec_site);
    transform: rotate(5deg);
    right: -5%;
    bottom: -5%;
}

.about_message .container::before {
    position: absolute;
    width: 110%;
    height: 30%;
    background-color: var(--sec_site);
    content: "";
    top: -5%;
    transform: rotate(-5deg);
    right: -5%;
}

.about_message_desc {
    background-color: var(--third_site);
    position: relative;
    z-index: 10;
    min-height: 324px;
    border-radius: 8px;
}

@media(max-width:567px) {
    .about_message_desc {
        margin-top: 0px !important;
    }
    section.about_message {
        margin-top: 50px !important;
    }
    .landing-about .img_about {
        height: 150px;
    }
    .landing-about .box-img {
        width: fit-content !important;
        margin: 0 auto;
    }
    .about_message .container::after,
    .about_message .container::before {
        display: none;
    }
    .landing-about .text-box {
        padding: 20px;
        max-width: 600px;
        border-left: 3px solid #fff;
        border-radius: 3px;
        margin-bottom: 16px;
        margin-top: 85px;
    }
}

@media(max-width:500px) {
    .space {
        height: 536px;
    }
}

p.des {
    color: #fff !important;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.projects .onsale .line {
    height: 4px;
    background-color: var(--sec_site);
}

.projects .btn-more {
    width: fit-content;
    background-color: #1A3051;
    color: #fff;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.projects .btn-more i {
    transform: rotate(45deg);
    margin-right: 6px;
}

.projects .box-contant .imges img {
    width: 400px;
    height: 400px;
    object-fit: contain;
}

.projects .box-contant .title {
    background-color: var(--main_site);
    border-radius: 12px;
    width: fit-content;
    padding: 8px 20px;
    color: #fff;
}

.projects .box-contant .head {
    color: #000;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

@media(max-width:567px) {
    .projects .box-contant .imges img {
        width: auto;
        height: auto;
    }
}

.breadcrumb-bg-about {
    position: relative;
    background: url(../../images/p2.webp) no-repeat 0 0;
    background-size: cover;
    z-index: 0;
}

h2.title {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
}

.left-wthree-img .position-relative {
    z-index: 1;
}

@media (min-width: 991px) {
    .bg-shape {
        border-radius: 25% 70% 84% 22% / 42% 75% 25% 75%;
        -webkit-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
        width: 475px;
        height: 504px;
        background: var(--main_site);
        opacity: .4;
        position: absolute;
        top: -17px;
        left: 15px;
        z-index: -1;
    }
}

.imginfo__box {
    background-color: var(--main_site);
    color: #fff;
    border-radius: 7px;
}

.title-big {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: var(--main_site);
}

.content-a {
    text-align: left !important;
}

.mr-3 {
    margin-right: 8px !important;
}

.btn-style {
    padding: 10px 34px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 7px;
    text-align: left;
}

.left-wthree-img img {
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.2);
}

#small-dialog1 {
    max-width: 750px;
    margin: 40px auto;
    position: relative;
}

.mfp-hide {
    display: none !important;
}

div#small-dialog1 iframe {
    width: 100%;
    height: 420px;
    display: block;
    border-radius: 10px;
}

iframe {
    border: none;
}

.w3l-aboutblock1 .area-box {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background-color: var(--bg-lightgrey);
    display: grid;
    grid-auto-flow: column;
    grid-gap: 9px;
    box-shadow: 3px 3px 3px 3px #a9a9a9b8;
    min-height: 189px;
}

.w3l-aboutblock1 h4 a.title-head {
    display: block;
    color: var(--heading-color);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
}

.w3l-aboutblock1 .area-box i {
    font-size: 38px;
    color: var(--main_site);
    margin-left: 7px;
}

.video-play {
    display: inline-block;
    font-size: 45px;
    position: relative;
    color: var(--main_site);
}

.w3l-about2 {
    background: #d3d3d340;
}

.title-small {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--main_site);
    display: block;
}

.header-section {
    text-align: left !important;
}

.w3l-about2 .cwp23-text-cols {
    grid-row-gap: 50px;
    grid-column-gap: 22px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 576px) {
    .w3l-about2 .cwp23-text-cols {
        flex-direction: column;
    }
}

.first-paragraph {
    margin: 0;
    font-size: 17px;
    line-height: 27px;
    color: var(--font-color);
    opacity: .8;
    font-family: cairo;
    text-align: left;
    text-align: justify;
    padding: 10px;
}

.w3l-about4 {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
}

.w3l-about4:before {
    content: "";
    background-color: darkgrey;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-team {
    background: white;
}

.team-member, .team-img {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.w3l-content-4 {
    background: #d3d3d34a;
}

/* ===================================================
   تنسيقات سكشن الهيرو و "من نحن" (LTR النظيف والريسبونسيف)
   =================================================== */

.first_div {
    background: url(../../images/two-colleagues.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    min-height: 480px;
    direction: ltr;
}

.head-content {
    direction: ltr;
    text-align: left;
    margin-top: 3rem;
}

.title2 {
    color: var(--main_site, #168ba0);
    font-weight: 800;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    margin-bottom: 8px;
}

.title1 {
    color: #ffffff !important;
    font-weight: 800;
    font-size: clamp(1.5rem, 3.2vw, 2.4rem);
}

p.inner-page-para {
    color: #ffffff !important;
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
    line-height: 1.8;
    text-align: justify;
}

.perant {
    background-color: var(--main_site, #168ba0);
    color: #ffffff;
    padding: 18px 12px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    direction: ltr;
}

.integrated {
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}

.perant2 {
    direction: ltr;
    text-align: left;
}

.title5 {
    color: var(--main_site, #168ba0);
    font-weight: 900;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    text-align: left;
}

.title3 {
    color: #334155;
    font-size: clamp(0.95rem, 0.5vw + 0.85rem, 1.125rem);
    line-height: 1.85;
    text-align: justify;
    font-weight: 400;
}

.about-engineer-img {
    max-height: 450px;
    width: 100%;
    max-width: 380px;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 576px) {
    .first_div {
        min-height: auto;
    }
    .integrated {
        font-size: 0.75rem;
    }
    .about-engineer-img {
        max-height: 320px;
    }
}

@media (max-width: 787px) {
    .head-content {
        margin-top: 6rem;
    }
}
