.projects_background_image {
    height: 380px;
    background-image: url(../../media/header_images/projects.jpg);
    background-position: center;
    background-size: cover;
}

.project_headings_section {
    margin-bottom: 61px;
    font-family: "Simpler";
}

.project_heading_box {
    margin-bottom: 85px;
    font-family: "Simpler";
}

.content_rtl_top_off {
    width: 92%;
    min-height: 500px;
    margin: 200px 4% 50px 3.9%;
    font-family: "Simpler";
    position: relative;
    direction: rtl;
}

.projects_check_them_out {
    margin-bottom: 20px;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #00cdb9;
}

.projects_check_them_out_rtl {
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #00cdb9;
}

.text-read-more {
    overflow: hidden;
    position: relative;
}

.text-read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    z-index: 2;
    background: linear-gradient(180deg, transparent, #ffffff 100%);
}

#button-read, #button-read-less {
    color: #00CDB9;
    font-family: Simpler;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.button-read-project {
    padding-left: 34px;
}

.button-read-project-right {
    padding-left: calc(100vw - 34px - 90px);
}

.check_them_out {
    margin-top: 25px;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1.1px;
    color: #00cdb9;
}

.check_them_out_rtl {
    margin-top: 25px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1.1px;
    color: #00cdb9;
}

.project_heading {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    font-size: 48px;
    color: #1d1b4c;
}

.projects_part_underline_box {
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #1d1b4c;
}

.projects_part_underline_word {
    margin-right: 21px;
    display: block;
}

.projects_part_underline_text {
    float: left;
    font-size: 45px;
    padding-left: 5px;
}

.projects_underline {
    height: 32px;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    top: 30px;
    background-image: linear-gradient(to right, #07B5FF, #00F4DA);
    z-index: -1;
}

.projects_underline.rtl {
    background-image: linear-gradient(to right, #00F4DA, #07B5FF);
}

.projects_content {
    margin-top: 428px;
    width: 100%;
}

.project_block {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    color: #183b56;
}

.project_details {
    padding: 106px 5% 30px 23%;
}

.project_details_rtl {
    direction: rtl;
    padding: 106px 23% 30px 5%;
}

.project_categorie {
    text-transform: uppercase;
    margin-bottom: 6px;
}

.project_name {
    margin-bottom: 3px;
    font-size: 46px;
    font-weight: bold;
}

.project_name_rtl {
    margin-bottom: 3px;
    font-size: 46px;
    font-weight: bold;
    direction: rtl;
    display: flex;
    flex-direction: row-reverse;
    width: max-content;
}

.project_description {
    color: #183b56;
    margin-bottom: 31px;
}

.project_info {
    width: 70%;
    color: #183b56;
    margin-bottom: 85px;
    font-family: "Simpler";
    font-size: 18px;
    line-height: 1.44;
    max-height: 100px;
    overflow-y: hidden;
}

.project_info_rtl {
    width: 70%;
    color: #183b56;
    margin-bottom: 85px;
    font-family: "Simpler";
    font-size: 18px;
    line-height: 1.44;
    max-height: 100px;
    overflow-y: hidden;
}

.project_link {
    text-decoration: none;
}

.clients_trust_box {
    margin-left: 4px;
}

.view_project {
    height: 50px;
    width: 150px;
    background-color: aqua;
}

.poject_picture img {
    /* min-width: 150px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_image {
    height: 100%;
    width: 100%;
}

.clients_trust_section {
    min-height: 545px;
    margin-bottom: 112px;
    padding: 60px 150px 60px 150px;
    display: grid;
    grid-template-rows: 20% 80%;
    font-family: "Simpler";
    color: #1d1b4c;
    background: linear-gradient(225deg, #00D1FF 0%, #00FFE6 100%);
}

.clients_trust_section_rtl {
    min-height: 545px;
    margin-bottom: 14px;
    padding: 60px 150px 60px 150px;
    display: grid;
    grid-template-rows: 20% 80%;
    font-family: "Simpler";
    color: #1d1b4c;
    direction: rtl;
    background: linear-gradient(225deg, #00D1FF 0%, #00FFE6 100%);
}

.clients_trust_info {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.clients_trust_info_rtl {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.clients_trust {
    margin-right: 15px;
    color: #1D1B4C;
    font-family: Simpler;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.projects_mobile_content {
    display: none;
}

.project_page_title {
    height: 165px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SimplerBold";
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: -207px;
    left: 55px;
    color: #1d1b4c;
}

.project_page_title_rtl {
    height: 165px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SimplerBold";
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: -207px;
    right: 55px;
    left: auto;
    color: #1d1b4c;
    direction: rtl;
}

.project_page_title h1 {
    margin-inline: 70px;
}

.project_page_title_rtl p {
    margin-inline: 70px;
}

@media screen and (max-width: 500px) {
    .clients_trust_info {
        padding-inline: 20px;
        display: flex;
        flex-direction: column;
    }

    .clients_trust {
        color: #1D1B4C;
        font-family: Simpler;
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 52px;
    }

    .clients_trust_info {
        display: flex;
        flex-direction: column;
    }

    .project_details {
        padding: 20px 26px 0 26px;
    }

    .project_details_rtl {
        padding: 20px 26px 0 26px;
    }

    .project_heading {
        font-size: 30px;
    }

    .project_heading {
        font-size: 48px;
    }
}

@media screen and (min-width: 501px) and (max-width: 768px) {
    .clients_trust {
        color: #1D1B4C;
        font-family: Simpler;
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 52px;
    }

    .project_details {
        padding: 20px 26px 87px 26px;
    }

    .project_details_rtl {
        padding: 20px 26px 87px 26px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
    .project_details {
        padding: 50px 26px 87px 10%;
    }

    .project_details_rtl {
        padding: 50px 10% 87px 26px;
    }
}

@media screen and (max-width: 1080px) {
    .clients_trust_info_rtl {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .clients_trust_section {
        min-height: 545px;
        margin-bottom: 112px;
        padding: 30px;
        display: block;
        font-family: "Simpler";
        color: #1d1b4c;
        background: linear-gradient(225deg, #00D1FF 0%, #00FFE6 100%);
    }

    .clients_trust_section_rtl {
        min-height: 545px;
        margin-bottom: 112px;
        padding: 30px;
        display: block;
        font-family: "Simpler";
        color: #1d1b4c;
        direction: rtl;
        background: linear-gradient(225deg, #00D1FF 0%, #00FFE6 100%);
    }

    .project_page_title {
        width: 100%;
        top: -141px;
        left: 0;
        right: 0;
    }

    .project_page_title_rtl {
        width: 100%;
        top: -141px;
        left: 0;
        right: 0;
    }

    .project_headings_section {
        padding-top: 50px;
    }

    .projects_content {
        display: none;
    }

    .projects_mobile_content {
        display: block;
    }

    .project_block {
        display: block;
    }

    .projects_part_underline_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;

    }

    .projects_part_underline_word {
        margin: 0 auto;
    }

    .business_leaders {
        text-align: center;
        font-size: 48px;
    }

    .projects_underline {
        width: 253px;
        height: 24px;
        top: 35px;
    }

    .projects_underline_rtl {
        height: 29px;
        width: 100%;
        position: relative;
        top: 33px;
        background-image: linear-gradient(to right, #00F4DA, #07B5FF);
        z-index: -1;
    }

    .project_info {
        margin-bottom: 23px;
    }

    .project_info_rtl {
        margin-bottom: 23px;
    }

    .projects_part_underline_text {
        float: left;
        font-size: 48px;
    }
}

@media screen and (min-width: 1081px) and (max-width: 1280px) {
    .project_details {
        padding: 32px 5% 30px 15%;
    }

    .project_details_rtl {
        padding: 32px 15% 30px 5%;
    }

    .project_info {
        width: 80%;
        margin-bottom: 50px;
    }

    .project_info_rtl {
        width: 80%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1570px) {
    .clients_trust {
        color: #1D1B4C;
        font-family: Simpler;
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 52px;
    }
}

@media screen and (min-width: 1081px) and (max-width: 1500px) {
    .content_rtl_top_off {
        width: 92%;
        min-height: 500px;
        margin: 200px 4% 50px 3.9%;
        font-family: "Simpler";
    }
}

@media screen and (max-width: 1280px) {

    .clients_trust_box {
        display: none;
    }

    .clients_trust_box_mobile {
        display: block;
    }
}

@media screen and (min-width: 1920px) {

    .clients_trust_section,
    .clients_trust_section_rtl {
        margin-inline: calc(50% - 960px);
        padding: 60px 150px 60px 150px;
    }
}

@media screen and (min-width: 1081px) and (max-width: 1380px) {
    .projects_heading_he_1920 {
        display: none;
    }

    .projects_heading_he_1380 {
        display: block;
    }
}

@media screen and (min-width: 1380px) {
    .projects_heading_he_1920 {
        display: block;
    }

    .projects_heading_he_1380 {
        display: none;
    }
}