.row,
.row>* {
    margin: 0;
    padding: 0;
}

.section-container {
    margin-top: 120px;
    padding: 0 16px;
}

.border-ltr {
    border-top: 1px solid #000;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}
.section-search-top {
    min-height: 400px;
    background-color: #16315E;
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 0 40px !important;
}

.section-search-top .section-search-top-wrapper {
    min-height: inherit;
}

.section-search-top .wrapper {
    height: 100%;
    margin-bottom: 78px;
}

.section-search-top .wrapper span {
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-search-top .wrapper>div {
    width: 100%;
}

.section-search-top input {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    display: block;
    width: 100% !important;
    padding: 0;
    font-family: Lexend Deca;
    font-size: 54px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -0.02em;
    text-align: left;
    color: white !important;
    padding-bottom: 9px;
    height: 100%;
    margin-right: 195px;
    border-radius: unset;
}

.section-search-top input:focus {
    background-color: unset;
    border-color: unset;
    outline: unset;
    box-shadow: unset
}

.section-search-top input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.section-search-top button {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    border: 1px solid white;
    padding: 6px 30px 5px 30px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent;
    text-wrap: nowrap;
}

.section-search-top button:hover {
    border: 1px solid white;
}

.section-title h2 {
    color: #1B1B1B;
    font-size: 33px;
    font-weight: 800;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.project-table {
    width: 100%;
}

.project-item {
    display: flex;
    min-height: 65px;
    height: 100%;
    border-bottom: 1px solid black;
    padding: 12.5px 0;
}

.project-row:first-child .project-item {
    border-top: 1px solid black;
}

.project-item .order {
    max-width: min-content;
    width: 20px;
    font-size: 11px;
    font-weight: 300;
    line-height: 27px;
    text-transform: uppercase;
}

.project-item .title {
    display: inline-flex;
}

.project-item .title a {
    min-width: 0px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px 0 51px;
}

.project-item .type a:hover {
    color: #5FD1C1;
}

.project-item .type,
.project-item .status {
    width: 20%;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.project-item .date {
    display: none;
    width: 20%;
}

.section-news {
    margin-top: 120px;
    padding: 0 40px 137px;
}

.section-news-content {
    gap: unset;
}

.new-list {
    width: 100%;
}

.new-row:hover .new-item .title h2 {
    color: #5FD1C1;
}

.new-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new-item:first-child {
    padding-bottom: 15px;
}

.new-item:not(:first-child) {
    padding-top: 15px;
}

.new-item .image {
    border-top: 2px solid black;
    margin-bottom: 22px;
}

.new-item .image img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.new-item .title {
    margin-bottom: 10px;
    flex-basis: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.new-item .title h2 {
    flex-grow: 1;
    color: #434447;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
}

.new-item small {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 14px;
}

.new-item .description {
    margin-bottom: 10px;
    flex-basis: 25%;
    color: #434447;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.new-item .action {
    display: none;
    flex-basis: 25%;
    align-self: flex-end;
    justify-content: flex-end;
}

.new-item .action a {
    display: flex;
    color: #1B1B1B;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.new-item .action a svg {
    margin-left: 14px;
    transition: all 0.3s ease;
    color: #5FD1C1;
}

.new-item .action a:hover svg {
    margin-left: 20px;
    transform: rotate(45deg);
}

@media (min-width: 426px) {
    .section-container {
        padding: 0 40px;
    }

    .project-table {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
    }

    .project-item {
        flex-wrap: wrap;
    }

    .project-item .order {
        min-width: 116px;
    }

    .project-item .title,
    .project-item .type,
    .project-item .status {
        padding-top: 3px;
        flex: 1;
    }

    .project-item .title a {
        display: inline-flex;
        text-transform: none;
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }

    .project-item .date {
        display: inline-flex;
        align-items: center;
        flex-basis: 100%;
        font-size: 14px;
        font-weight: 300;
    }

    .project-item .date {
        display: inline-flex;
        align-items: center;
    }

    .project-item .date svg {
        margin-left: 25px;
        padding-bottom: 5px;
    }

    .new-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
    }

    .new-item .image {
        border-top: 1px solid black;
        margin-bottom: 0;
    }

    .new-item .title {
        padding-left: 10%;
    }

    .new-item .description {
        padding-left: 58px;
        margin-bottom: 0;
    }

    .new-item .action {
        display: flex;
    }

    .new-item .sub-date {
        display: block;
    }

    .new-item small.sub-date {
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1.4em;
    }
}

@media (min-width: 1025px) {
    .project-table {
        display: block;
    }

    .project-item {
        flex-wrap: nowrap;
        min-height: 53px;
    }

    .project-item .type,
    .project-item .status,
    .project-item .date {
        flex: unset;
        flex-basis: 20%;
    }

    .project-item .date {
        justify-content: space-between;
        padding-left: 90px;
    }

    .new-list {
        display: block;
    }

    .new-row {
        padding: 21px 0;
        border-bottom: 1px solid black;
    }

    .new-row:first-child {
        border-top: 1px solid black;
    }

    .new-item {
        flex-direction: row;
        padding-bottom: 0 !important;
    }

    .new-item .image {
        border-top: none;
        flex-basis: 25%;
    }

    .new-item .title {
        padding-left: 2.5%;
    }

    .new-item .sub-date {
        display: none;
    }
}
.section-building-futures {
}

.section-building-futures .banner-1 {
    padding: 174px 40px 36px 40px;
}

    .section-building-futures .banner-1 img {
        width: 32%;
    }

.section-building-futures .banner-2 {
    position: relative;
}

.section-building-futures .banner-2 {
    width: 100%;
}

    .section-building-futures .banner-2 > img {
        width: 100%;
    }

.client-banner-multi-layers {
    position: absolute;
    right: 164px;
    bottom: 10%;
    width: 50%;
}

.client-banner-description {
    background-image: url("/assets/img/InvestorRelations/Vector-118-8.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-weight: 300;
    position: relative;
    z-index: 2;
    color: var(--white-color);
    padding: 38px 4px 70px 70px;
    left: 45px;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.5;
}

    .client-banner-description .stick-icon {
        position: absolute;
        top: -120px;
        right: -120px;
    }

.client-banner-group-img img:first-child {
    width: 135px;
    height: 163px;
    z-index: 1;
    position: absolute;
    left: -1px;
    bottom: -37px;
}

.client-banner-group-img img:last-child {
    width: 100px;
    height: 100px;
    z-index: 3;
    position: absolute;
    bottom: -37px;
}

.client-banner-group-img:first-child {
    margin-right: 20px;
}

.client-banner-multi-layers > img {
    position: absolute;
    right: -164px;
    top: -116px;
    z-index: 2;
}

.investor {
    margin-top: 55px;
}

    .investor h3 {
        color: #16315E;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 32px;
    }

    .investor .dropdown select {
        outline: none;
        border: unset;
    }

.investor-list-wrapper {
    padding-right: 10px;
}

.investor-item-wrapper {
    padding: 20px 0
}

    .investor-item-wrapper img {
        width: calc(100% - 10px);
    }

.time-left .investor-item-wrapper img {
    height: 282px;
    object-fit: cover;
}

.time-left .investor-item-wrapper a {
    width: 100%;
    gap: 5px;
}

.investor-item-wrapper .pdf-icon {
    width: 26px;
}

.investor-item-wrapper .title {
    font-weight: 500;
}

.investor-item-wrapper .pdf-title {
    width: 100%;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.agm .investor-item-wrapper .title {
    width: 100%;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .client-banner-description {
        font-size: 22px;
        line-height: 44px;
        padding: 15px 15px 30px 30px;
        min-width: 250px;
        left: 20px;
        bottom: -16px;
        right: 50px;
        width: unset;
        position: absolute;
    }

    .section-building-futures .banner-1 img {
        width: 100%;
    }

    .section-building-futures .banner-1 {
        padding: 174px 20px 36px 20px;
    }

    .section-building-futures .banner-2 {
        min-height: 100vh;
    }

        .section-building-futures .banner-2 img {
            height: 100%;
            min-height: inherit;
            width: 100%;
            object-fit: cover;
        }

    .client-banner-group-img img:first-child {
        width: 68px !important;
        height: 81px !important;
        left: 0;
        bottom: -37px;
    }

    .client-banner-group-img img:last-child {
        width: 50px !important;
        height: 50px !important;
        left: 0;
    }

    .client-banner-description img.stick-icon {
        width: 50px;
        height: 50px;
        right: -50px;
        top: -50px;
    }

    .client-banner-multi-layers {
        right: 154px;
        left: 0;
        right: 0;
        width: 100%;
    }

    .investor-item-wrapper .title {
        width: 100%;
        display: -webkit-box;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1200px) {
    .client-banner-description {
        font-size: 2em;
    }
}
