﻿.section-building-futures {
}

.border-ltr {
    opacity: 1 !important;
}

.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;
    left: 80px;
    bottom: 12%;
    width: 50%;
}

.client-banner-description {
    background-image: url("/assets/img/CorporateGovernance/Vector-118-9.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-weight: 400;
    position: relative;
    z-index: 2;
    color: var(--white-color);
    padding: 34px 0px 65px 23px;
    left: 35px;
    bottom: 10px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    width: 558px;
    height: auto;
}

    .client-banner-description .stick-icon {
        position: absolute;
        top: -120px;
        right: -120px;
    }

.client-banner-group-img img:first-child {
    width: 102px;
    height: 197px;
    z-index: 1;
    position: absolute;
    left: -1px;
    bottom: -37px;
}

.client-banner-group-img img:last-child {
    width: 364px;
    height: 87px;
    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;
    }
}
