/*.hero-projects {*/
/*    padding-top: 80px;*/
/*    padding-bottom: 80px;*/
/*}*/
.hero-projects .hero-title {
    max-width: 100%;
    width: 100%;
}

.banner-desc {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 20px;

}

.hero-section.hero--projects {
    background-image: url("../img/projects_main.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.projects-summary .summary-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.projects-summary .summary-wrapper .summary-item {
    display: flex;
    align-items: center;
    width: calc(25% - 30px);
    flex-direction: column;
}

.summary-item .stat {
    font-size: 30px;
    color: #203e6c;
}

.summary-item .label {
    font-size: 14px;
    text-decoration: underline;
    color: #767676;
    text-align: center;
}

.projects-summary h2 {
    text-align: center;
    font-size: 30px;
    color: #203e6c;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.projects-summary h3 {
    text-align: center;
    margin-bottom: 45px;
    color: #767676;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.projects-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 80px;
}

.projects-grid .project-card {
    width: calc(50% - 30px);
    margin-bottom: 30px;
    padding: 25px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .13);
    background-color: #fff;
    border-radius: 5px;
}

.projects-grid .project-card img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.project-card .project-card__content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.project-card .project-card__content h2 {
    color: #1C2B3A;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.project-card .project-card__content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
    right: calc(50% - 35px);

    display: block;
    background-color: #1C2B3A;
    height: 2px;
}

.project-card .project-card__content a {
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #1C2B3A;
    text-transform: uppercase;
    text-decoration: none;
}

.single-project .slider-section {
    background-color: transparent;
    padding-top: 30px;
    margin-bottom: 45px;
}

.single-project .slider-section .slider-container {
    transform: translateY(0);

}

.single-project .slider-container .slide-title {
    text-shadow: 0 0 3px rgba(28, 43, 58, .53);

}

.single-project .slider-section .slide-image {
    object-position: center;
    transition: transform 0.3s ease;
}

.single-project .slider-section .slide-image:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease;
}

.single-project .slide_tooltips {
    position: absolute;
    bottom: 47px;
    right: 37px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.single-project .slide_tooltips .slide_tooltip {
    font-size: 11px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 100px;
    letter-spacing: 0.3px;
}

.slide_tooltips .project_status {
    background: #3daa72;
    color: #fff;
}

.slide_tooltips .project_location {
    background-color: #1C2B3A;
    color: #fff
}

.summary-item .sum_title {
    font-size: 10px;
    letter-spacing: 2.5px;
    color: #3daa72;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}

.summary-item .sum_info {
    line-height: 1.1;
    margin-bottom: 4px;
    font-style: italic;
    font-size: 32px;
    color: #1C2B3A;
    font-weight: 300;
}

.project-summary .summary-wrapper {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.project-summary {
    margin-bottom: 80px;
}

.single-project .block-note {
    font-size: 10px;
    letter-spacing: 3px;
    color: #3daa72;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 500;
}

.the-development, .project-offered {
    margin-bottom: 80px;
}

.the-development__wrapper, .project-offered__wrapper {
    display: flex;
    align-content: stretch;
    gap: 30px;
    justify-content: space-between;
}

.project-offered__wrapper .project-offered__image-container,
.the-development__wrapper .the-development__image-container {
    min-height: 100%;
    width: 60%;
    border-radius: 20px;
    position: relative;
}

.project-offered__wrapper .project-offered__image-container img,
.the-development__wrapper .the-development__image-container img {
    position: absolute;
}

.the-development__desc, .project-offered__desc {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    width: 40%;
}

.the-development__desc p, .project-offered__desc p, .project-offered__desc ul {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #6e7f8d;
}

.capital_performance {
    margin-bottom: 80px;
}

.capital_performance__wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.capital_performance__wrapper .for-guests, .capital_performance__content {
    width: 50%;
}

.capital_performance__title {
    font-size: 28px;
    font-weight: 300;
    color: #1C2B3A;
    margin-bottom: 8px;
    letter-spacing: -0.2px;
}

.capital_performance__desc, .capital_performance__content {
    font-size: 13px;
    color: #6e7f8d;
    line-height: 1.7;
    margin-bottom: 16px;
}

.return_profile {
    margin-bottom: 80px;
}

.return-profile__wrapper {
    width: 100%;
    max-width: 900px;
    font-size: 14px;
    color: #6e7f8d;
    line-height: 1.85;
    margin-bottom: 12px;
}

.small-desc {
    background-color: #ede8df;
    padding-top: 80px;
    padding-bottom: 80px;
}

.small-desc__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.small-desc__card {
    width: calc(33.33% - 30px);
    border-radius: 16px;
    overflow: hidden;
    background-color: #f5f0e8;
}

.small-card__image {
    height: 200px;
    overflow: hidden;

}

.small-card__text {
    padding: 20px;
}

.small-card__tooltip, .small-card__title, .small-card__desc {

}

.small-card__tooltip {
    background: rgba(45, 107, 88, 0.12);
    color: #1A4A3A;
    font-size: 10px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
    display: inline-block;
}

.small-card__title {
    font-size: 20px;
    font-weight: 300;
    color: #1C2B3A;
    margin-bottom: 10px;
}

.small-card__desc {
    font-size: 13px;
    color: #6e7f8d;
    line-height: 1.75;
    margin-bottom: 10px;
}

.project-note {
    background: linear-gradient(180deg, #3C766F 0%, #096F64 44.71%, #113834 100%);
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff
}
.project-note p {
    margin-bottom: 0;
}
.project-single__nav-back a{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #6e7f8d;
    cursor: pointer;
    gap: 6px;
    text-decoration: none;
}
.project-single__nav-back {
    margin-top: 15px;
    margin-bottom: 15px;
}
.project-single__nav-back a::before {
    content: '←';
}

@media(max-width: 1500px) {
    .project-offered__wrapper .project-offered__image-container img, .the-development__wrapper .the-development__image-container img {
        top: 0;
    }
}
@media(max-width: 1300px) {

}
@media(max-width: 991px) {
    .single-project .slide_tooltips {
        bottom: auto;
        top: 47px;
    }
    .projects-summary .summary-wrapper  .summary-item,
    .project-summary .summary-item {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
    .summary-wrapper {
        flex-wrap: wrap;
    }
    .the-development__wrapper {
        flex-direction: column;
    }
    .project-offered__wrapper {
        flex-direction: column-reverse;
    }
    .project-offered__wrapper .project-offered__image-container img,
    .the-development__wrapper .the-development__image-container img {
        position: relative;
    object-position: center;
    }

    .project-offered__wrapper .project-offered__image-container, .the-development__wrapper .the-development__image-container {
        height: 200px;
        width: 100%;
        margin-bottom: 30px;

    }
    .the-development__desc, .project-offered__desc {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .capital_performance__wrapper {
        flex-direction: column;

    }
    .capital_performance__wrapper .for-guests, .capital_performance__content {
        width: 100%;
    }
}
@media(max-width: 768px) {
    .hero--search{
        min-height: auto!important;
    }
    .single-project .slide::after {
        content: none;
    }
    .single-project .slider {
        border-radius: 15px;
        overflow: hidden;
    }
    .summary-item .sum_info {
        font-size: 25px;
    }
    .small-desc__wrapper {
        flex-wrap: wrap;
    }
    .small-desc__card {
        width: 100%;
    }
    .projects-grid .project-card {
        width: 100%;
    }
}
@media(max-width: 450px) {
    .single-project .slide_tooltips {
        flex-direction: column;
        top: 15px;
        right: 15px;
    }
    .projects-summary .summary-wrapper  .summary-item,
    .project-summary .summary-item {
        width: 100%;
    }
}

