/* Containerul principal pe toată fereastra */

#video-home {
    position: relative;
    width: 100%;
    height: 100vh;
    /* toată înălțimea ferestrei */
    overflow: hidden;
}

/* Wrapper pentru video */

#video-home .wrapper-video {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Video full width & height */

#video-home video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 992px) {
    .main_content_wrapper {
        padding-bottom: 80px;
    }
}

.slider-wrapper {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slider-wrapper.fade-in {
    opacity: 1;
}

.thumbnail-slider .slick-slide {
    position: relative;
}

.thumbnail-slider div[data-slick-index="0"] .progress-bar-custom {
    width: 0 !important;
}

.thumbnail-slider .progress-bar-custom {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ccc;
    transition: width linear;
    z-index: 11;
    border-radius: 24px;
}

.thumbnail-slider .slick-current.slick-active .progress-bar-custom {
    width: 100%;
}

.thumbnail-slider div[data-slick-index="0"] .progress-bar-custom:before {
    width: 0 !important;
}

.thumbnail-slider .progress-bar-custom:before {
    transition: width 2000ms linear;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: 11;
    width: 0;
    border-radius: 24px;
}

.thumbnail-slider .slick-current.slick-active .progress-bar-custom:before {
    transition: width 3000ms linear;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: 11;
    width: 100%;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    margin-top: 0;
}

.main-slider .slide {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100vh;
    padding-bottom: 200px;
}

.main-slider .content .cta_hero_custom {
    margin-top: 20px;
}

.main-slider .content .cta_hero_custom br {
    display: none
}

.main-slider .content .cta_hero_custom a {
    text-decoration: none !important;
    background: transparent;
    border: 1px solid #CF8F7D;
    border-radius: 24px;
    border-color: linear-gradient(94.11deg, #EAB6A0 0%, #CF8F7D 101.01%);
    padding: 10px 30px;
    font-size: 18px;
    color: transparent;
    margin: 0 10px;
    display: inline-block;
    font-family: New Hero;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.main-slider .content .cta_hero_custom a::after {
    content: attr(title);
    position: absolute;
    color: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    transition: top .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1;
}

.main-slider .content .cta_hero_custom a::before {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: bottom .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.main-slider .content .cta_hero_custom a:hover::before {
    bottom: 0
}

.main-slider .content .cta_hero_custom a:hover:after {
    top: 100%
}

.main-slider .content a.solicita_btn {
    font-family: 'New Hero';
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(to right, #F1CFC0, #CF8F7D);
    margin-left: 0;
}

.main-slider .content a.solicita_btn:hover {
    background: linear-gradient(to right, #F1CFC0, #CF8F7D);
}

.main-slider .content a.solicita_btn::after,
.main-slider .content a.solicita_btn::before {
    color: #172440;
}

.main-slider .content h2 {
    font-family: 'New Hero';
    font-weight: 500;
    font-size: 66px;
    line-height: 1.1;
    margin: 0;
}

@media screen and (max-width: 1600px) {
    .main-slider .content h2 {
        font-size: 56px;
    }
}

.main-slider .content h2 strong {
    background: linear-gradient(to right, #F1CFC0, #CF8F7D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'DM Serif Display';
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
}

.main-slider .content {
    font-family: 'New Hero';
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    position: absolute;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    top: 0;
    left: 0;
    background: transparent;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}

.thumbnail-slider .slick-list {
    padding-bottom: 15px;
}

.thumbnail-slider {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 1;
    padding-bottom: 10px;
    left: 0;
    right: 0;
}

.thumbnail-slider .slick-slide {
    height: 190px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    overflow: visible;
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-start;
    opacity: 1;
    transition: 0.3s;
    padding: 5px 30px;
    text-transform: uppercase;
    /* border: 2px solid transparent; */
}

.thumbnail-slider .slick-current {
    opacity: 1;
    /* border: 2px solid #fff; */
}

.thumbnail-slider .slick-current::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.thumbnail-slider h3 {
    background: transparent;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    margin: 0;
    text-align: left;
}

.slick-arrow {
    display: none !important;
}

@media screen and (max-width:991px) {
    .section-1-home .image_border {
        display: none;
    }
    .section-1-home .main_content_wrapper {
        padding: 50px 0;
    }
    .slider-wrapper {
        margin-top: 60px;
        min-height: 750px;
    }
    .main-slider .content h2 {
        font-size: 34.39px;
        margin: 0 0 10px;
    }
    .main-slider .content h2 br {
        display: none;
    }
    .main-slider .content p {
        font-family: New Hero;
        font-weight: 300;
        font-style: Light;
        font-size: 14.33px;
        line-height: 21.5px;
        letter-spacing: 0%;
    }
    .main-slider .content .cta_hero_custom a {
        margin: 0 0 10px;
    }
    .main-slider .content .cta_hero_custom a::after,
    .main-slider .content .cta_hero_custom a::before,
    .main-slider .content .cta_hero_custom a {
        width: 100%;
    }
    .main-slider .slide {
        min-height: 750px;
        padding-bottom: 200px;
    }
    .main-slider .content {
        padding: 0;
        min-height: 750px;
        padding-bottom: 200px;
    }
    .thumbnail-slider {
        bottom: 0;
    }
}

.title-contact-general-custom {
    text-align: center;
}

.title-contact-general-custom h2 {
    font-family: New Hero;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #172440;
    margin: 0 0 20px;
}

.title-contact-general-custom h2 strong {
    background: linear-gradient(to right, #F1CFC0, #CF8F7D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'DM Serif Display';
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
}

.title-contact-general-custom p {
    font-family: New Hero;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #172440;
    margin: 0;
}

.title-contact-general-custom {
    margin: 0 auto 60px;
    display: table;
    max-width: 950px;
}

#form-style h3 {
    font-family: New Hero;
    font-weight: 600;
    font-size: 24px;
    color: #172440;
    line-height: 34px;
    padding: 0 0 20px;
    margin: 0;
}

.section-9-home a.download-btn {
    text-decoration: none !important;
    background: transparent;
    border: 1px solid #CF8F7D;
    border-radius: 24px;
    border-color: linear-gradient(94.11deg, #EAB6A0 0%, #CF8F7D 101.01%);
    padding: 10px 30px;
    padding-right: 40px;
    color: transparent;
    margin: 0 10px;
    display: inline-block;
    font-family: New Hero;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.section-9-home a.download-btn::after {
    content: attr(title);
    position: absolute;
    color: #fff;
    left: 10px;
    width: 100%;
    height: 100%;
    transition: top .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1;
}

.section-9-home a.download-btn::before {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: 100%;
    height: 100%;
    transition: bottom .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.section-9-home a.download-btn:hover::before {
    bottom: 0
}

.section-9-home a.download-btn:hover:after {
    top: 100%
}

.section-9-home a.download-btn img {
    display: inline-block;
    position: relative;
    filter: brightness(0) saturate(100%) invert(11%) sepia(7%) saturate(7319%) hue-rotate(189deg) brightness(93%) contrast(91%);
}

.section-9-home a.download-btn {
    font-family: 'New Hero';
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(to right, #F1CFC0, #CF8F7D);
    margin-left: 0;
    display: flex;
    width: auto;
    /* flex-wrap: nowrap; */
    border: 0;
}

.section-9-home a.download-btn:hover {
    background: linear-gradient(to right, #F1CFC0, #CF8F7D);
}

.section-9-home a.download-btn::after,
.section-9-home a.download-btn::before {
    color: #172440;
}

@media screen and (min-width: 1400px) {
    .row_brosura::before {
        background: #F6F9FC;
        position: absolute;
        top: 0;
        left: -20px;
        height: 100%;
        width: calc(100% + 40px);
        content: '';
        border-radius: 16px
    }
}

.row_brosura .col-xs-12 {
    position: relative;
    z-index: 1;
}

.section-9-home {
    margin: 60px 0
}

.row_brosura .row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.row_brosura {
    position: relative;
    background: #F6F9FC;
    padding: 30px;
    border-radius: 16px;
    min-height: 300px;
    align-items: center;
    display: flex;
}

@media screen and (min-width:991px) {
    .section-9-home a.download-btn {
        float: right;
    }
}

@media screen and (max-width:991px) {
    .row_brosura {
        flex-direction: column;
        padding: 40px 0;
        min-height: 0;
    }
    .row_brosura .content-general-custom {
        margin: 40px 0
    }
    .section-9-home .row_brosura p {
        font-family: New Hero;
        font-weight: 300;
        font-size: 18px;
        line-height: 1.3;
    }
    .section-9-home .row_brosura h3 {
        font-family: New Hero;
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
    }
    .section-9-home .row_brosura a.download-btn {
        padding: 10px
    }
}

.section-9-home p {
    /* font-family: New Hero; */
    /* font-weight: 300; */
    /* font-size: 24px; */
    /* line-height: 34px; */
    /* max-width: 720px; */
    /* color: #172440; */
}

.section-9-home h3 {
    /* font-family: New Hero; */
    /* font-weight: 600; */
    /* font-size: 36px; */
    /* line-height: 50px; */
    /* max-width: 650px; */
    /* text-transform: uppercase; */
}

.section-9-home h3 strong {
    /* color: #CF8F7D; */
}

.box-section-4-home {
    position: relative;
}

.wrapper-image-project img {
    transform: scale(1);
    transition: .5s all;
    width: 100%;
}

.location-section-3 {
    color: #5C5F66;
    font-style: normal;
    margin: 0 0 10px;
    font-family: New Hero;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}

.cta-section-4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}

.cta-section-4 {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #EBEDF0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #EBEDF0;
}

.cta-section-4 a span {
    position: absolute;
    bottom: 100%;
    display: flex;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.cta-section-4 a>img {
    transition: top .2s ease;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-section-4 a:hover>img {
    position: absolute;
    top: 100%;
    transition: top .2s ease;
}

.cta-section-4 a:hover>span {
    transition: bottom .5s ease;
    bottom: 0%;
}

.status-section-4 {
    padding: 5px 12px;
    background: #F6F9FC;
    display: inline-block;
    border-radius: 6px;
    color: #172440 !important;
    font-family: "New Hero";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    font-family: New Hero;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.status-section-4[data-value="FINALIZAT"] {
    color: #3D7EC1;
}

.wrapper-image-project {
    overflow: hidden;
    max-height: 420px;
}

.box-section-4-home:hover .wrapper-image-project img {
    transform: scale(1.1);
    transition: .5s all;
}

@media screen and (max-width:991px) {
    .box-section-4-home {
        padding: 0;
    }
    .box-section-4-home:hover .wrapper-image-project img {
        transform: scale(1);
        transition: .5s all;
    }
    .wrapper-image-project {
        max-height: 500px;
        min-height: 500px;
        display: flex;
        align-items: center;
    }
}

.name-section-4 {
    margin: 20px 0 10px;
    display: block;
    font-style: normal;
    font-family: New Hero;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #172440;
}

.logo-image-project {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #fff;
    max-width: 80px;
}

.wrapper-listing-section-other-projects {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

.wrapper-listing-section-other-projects .swiper-container {
    overflow: hidden;
}

.wrapper-listing-section-other-projects.visible {
    opacity: 1;
}

.wrapper-image-project {
    border-radius: 16px;
    overflow: hidden;
}

.swiper-button-prev {
    background: url(../assets/images/gold_left.svg) center center no-repeat;
    background-size: cover !important;
    z-index: 99999;
    left: -25px !important;
    width: 50px !important;
    height: 50px !important;
}

.swiper-button-next {
    background: url(../assets/images/gold_right.svg) center center no-repeat;
    background-size: cover !important;
    z-index: 99999;
    right: -25px !important;
    width: 50px !important;
    height: 50px !important;
}

.image_border {
    margin: 0 auto;
    margin-bottom: -100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: 60px;
}

.section-1-home {
    padding: 0;
    z-index: 1;
    position: relative;
}

.section-1-home a:not(.btn_btn) {
    color: #CF8F7D;
}

.box-6-home-image img {
    width: 100%;
    transform: scale(1);
    transition: .5s all;
}

.box-6-home-image {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.box-6-home-image:hover img {
    transform: scale(1.1);
    transition: .5s all;
}

.section-6-home .content-general-custom {
    max-width: 1190px;
    margin: 0 auto 50px;
}

.section-6-home .swiper-container-3 {
    overflow: hidden;
}

.section-6-home .wrapper .swiper-button-prev,
.section-6-home .wrapper .swiper-button-next {
    top: 37% !important
}

.section-6-home .wrapper {
    position: relative;
}

.section-6-home {
    text-align: center;
}

.box-6-home-title {
    text-align: left;
    font-family: New Hero;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 19px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #172440;
    margin: 10px 0;
}

.box-6-home-subtitle {
    text-align: left;
    font-family: New Hero;
    font-weight: 300;
    min-height: 32px;
    font-size: 16px;
    line-height: 1;
    color: #172440;
    margin: 0 0 10px;
}

.box-6-home-link {
    text-align: left;
}

.box-6-home-link a {
    font-family: New Hero;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #CF8F7D;
    position: relative;
    text-align: left;
}

.box-6-home-link a::after {
    display: block !important;
    content: '';
    background: #CF8F7D;
    width: 28px;
    height: 1.5px;
    position: absolute;
    top: calc(50% - 0.5px);
    right: -35px;
    display: block;
    transition: .25s all;
}

.box-6-home-link a:hover {
    text-decoration: none;
}

.box-6-home-link a:hover:after {
    transform: translateX(10px);
    transition: .25s all;
}

.col-detalii {
    margin: 50px 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.col-detalii .sub_title-general-custom {
    font-family: New Hero;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #172440;
}

.detalii_box {
    border: 1px solid #E2E5E9;
    padding: 20px;
    border-radius: 24px;
    margin-bottom: 50px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.details_icon_box {
    min-height: 100px;
    display: inline-block;
    width: 100%;
}

.details_icon_box img {
    width: 100%;
    height: auto;
    max-height: 100px;
}

.details_text_box {
    margin-top: 30px;
    font-family: New Hero;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #172440;
    text-align: center;
}

.section-2-home {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0 0 50px;
}

#video-home {
    padding: 0;
    display: flex;
}

.counternumbers span {
    font-size: 24px;
    display: inline-block;
    line-height: 40px;
}

.counternumbers {
    text-align: center;
    margin: 0 0 50px;
    min-height: 80px;
    display: flex;
    align-items: self-end;
    justify-content: center;
    line-height: 1;
}

.counternumbers strong {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.counter p {
    font-family: New Hero;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}

.section-3-home .content-general-custom {
    margin: 50px auto 70px;
    max-width: 550px;
}

.section-3-home {
    text-align: center;
    position: relative;
}

.section-3-home .container {
    position: relative;
    z-index: 1;
}

.tab-general-custom {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: -24px;
    background: #fff;
    color: #CF8F7D;
    padding: 10px 20px;
    border-radius: 16px;
    border: 1px solid #CF8F7D;
    z-index: 1;
    flex-wrap: nowrap;
    max-width: 127px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: New Hero;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 auto;
}

.section-3-home .row_counters .col-xs-12 {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EAB6A0;
}

.section-3-home .row_counters .col-xs-12:last-child {
    border: 0;
}

.col-faze {
    padding: 30px 0 50px;
}

.sub_title-general-custom {
    font-family: New Hero;
    font-weight: 500;
    color: #172440;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.icon_box {
    min-height: 100px;
}

.text_box {
    font-family: New Hero;
    font-weight: 300;
    margin-top: 30px;
    font-size: 18px;
    color: #172440;
    line-height: 24px;
    text-align: center;
}

.faze_box {
    margin-bottom: 50px;
}

.faze_box .icon_box img {
    max-height: 100px;
}

@media screen and (min-width:1440px) {
    .main-slider .content {
        padding-bottom: 200px;
    }
}

@media screen and (min-width:992px) {
    .section-3-home .row_counters .col-xs-12 {
        border: 0;
        border-right: 1px solid #EAB6A0;
    }
}

.section-3-home .row_counters {
    min-height: 337px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 24px;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid #CF8F7D;
}

.section-4-home .content-general-custom ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0;
}

.section-4-home .content-general-custom ul li:hover {
    transform: translateX(10px);
    transition: .5s all;
}

.section-4-home .content-general-custom ul li {
    position: relative;
    padding: 10px 40px;
    border-radius: 24px;
    border: 1px solid #E2E5E9;
    margin-bottom: 10px;
    line-height: 30px;
    transform: translateX(0px);
    transition: .5s all;
}

.section-4-home .content-general-custom ul li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    width: 24px;
    height: 24px;
    background: url(../assets/images/iiconamoon_check-thin.png) center center no-repeat;
}

.sdescritpion_buildings li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    width: 24px;
    height: 24px;
    background: url(../assets/images/iiconamoon_check-thin.png) center center no-repeat;
}

.section-4-home .content-general-custom {
    margin-bottom: 50px;
}

.section-4-home .title-general-custom p {
    color: #171C26;
    font-style: normal;
    font-family: New Hero;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.section-4-home {
    padding: 50px 0;
}

.section-7-home {
    padding: 0 0 50px;
    text-align: center;
}

.section-7-home .content-general-custom {
    max-width: 950px;
    margin: 0 auto 50px;
}

.section-5-home {
    padding: 0 0 50px;
}

.green_homes_section {
    padding: 80px 0;
    background: #F6F9FC;
    display: flex;
    width: 100%;
}

@media screen and (min-width:992px) {
    .green_homes_section .row {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width:991px) {
    .green_homes_section .row .fadeInRight {
        order: -1;
        margin-bottom: 30px;
    }
    .green_homes_section .row {
        display: flex;
        flex-direction: column;
    }
}

.box-5-home {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    border: 1px solid #E2E5E9;
    padding: 20px 45px 0;
    border-radius: 24px;
    padding-left: 50px;
    position: relative;
    margin: 0 0 30px
}

.box-5-home-image {
    position: absolute;
    top: 25px;
    left: 15px;
}

.section-5-home .subtitle-general-custom {
    text-align: center;
    font-family: New Hero;
    font-weight: 300;
    font-size: 24px;
    padding-bottom: 50px;
}

.box-5-home-title {
    font-family: New Hero;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin: 10px 0;
    color: #172440;
}

.right_side_box_5 p {
    font-family: New Hero;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #171C26;
}

.section-5-home .title-general-custom {
    text-align: center;
}

.campaign-hero {
    margin-top: 50px;
}

.box-2-localizare p {
    font-family: New Hero;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    margin: 0;
}

.box-2-localizare p strong {
    font-family: New Hero;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding: 0 0 5px;
}

.box-2-localizare {
    position: relative;
    overflow: hidden;
}

.box-2-localizare::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
    display: block;
}

.box-2-localizare-content {
    position: relative;
    z-index: 1;
}

.box-2-localizare {
    min-height: 400px;
    padding: 20px;
    background-size: cover !important;
    border-radius: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #fff;
}

@media screen and (min-width:992px) {
    .row_custom .col-md-3 {
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
        transition: all 1s ease;
        padding-left: 10px;
        padding-right: 10px;
    }
    .row_custom .col-md-3.active-col {
        max-width: 40%;
        flex: 0 0 40%;
        transition: all 1s ease;
    }
}

@media screen and (min-width:992px) and (max-width: 1600px) {
    .box-5-home {
        min-height: 190px;
    }
}

@media screen and (min-width:992px) {
    .section-3-home::before {
        content: '';
        position: absolute;
        top: -50px;
        right: 0;
        width: 90%;
        height: 550px;
        background: #F6F9FC;
        z-index: 0;
        border-radius: 24px;
    }
}
.green_homes_section img{
	 border-radius: 24px;
}
@media screen and (max-width:991px) {
    .section-4-home {
        padding-bottom: 0;
    }
    .faze_box {
        margin-bottom: 40px;
    }
    .details_text_box {
        margin-top: 15px;
    }
    .detalii_box {
        margin-bottom: 20px;
        min-height: 0;
        align-items: center;
        justify-content: center;
        padding: 10px;
        display: flex;
    }
    .box-5-home {
        min-height: 0;
        padding-bottom: 10px;
    }
    .details_icon_box {
        min-height: 0;
    }
    .details_icon_box {
        max-height: 65px;
        display: flex;
        min-height: 65px;
    }
    .details_text_box {
        font-size: 18px;
        line-height: 25px;
    }
    .section-3-home .row_counters {
        flex-direction: column;
        margin: 0;
    }
    .counternumbers {
        margin-bottom: 20px;
    }
    .section-3-home .row_counters .col-xs-12 {
        width: 80%;
    }
    .swiper-button-prev {
        left: -10px !important;
        width: 50px !important;
        height: 50px !important;
    }
    .swiper-button-next {
        right: -10px !important;
        width: 50px !important;
        height: 50px !important;
    }
    .section-3-home {
        padding-bottom: 0;
    }
    .section-6-home .col-md-3.col-xs-12 {
        width: 50%;
    }
    .section-6-home .container .container {
        padding: 0
    }
    .section-9-home {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .wrapper-section-2-home {
        margin-top: 30px;
    }
    .section-4-home .title-general-custom {
        padding-bottom: 30px;
    }
    .section-3-home .container {
        padding-bottom: 30px;
    }
    .text_box {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1441px) {
    .section-1-home {
        padding-top: 0;
    }
    .section-2-home {
        padding-bottom: 80px;
    }
    .wrapper-listing-section-other-projects {
        padding-top: 80px;
    }
    .section-7-home {
        padding: 50px 0 80px;
    }
    .section-4-home,
    .col-faze {
        padding: 80px 0;
    }
    .campaign-hero {
        margin: 80px 0 0;
    }
    .section-5-home {
        padding-bottom: 80px;
    }
    .col-detalii {
        margin-top: 80px;
    }
    .section-4-home .hidden-xs {
        margin-top: 30px;
    }
}

@media screen and (min-width:992px) {
    .page-template-template-homepage #custom-header:not(.sticky) #menu-main-menu>li:not(.current_page_item)>a {
        color: #fff;
    }
    .page-template-template-homepage #custom-header:not(.sticky) .header-logo {
        filter: brightness(0) invert(1);
    }
    .page-template-template-homepage #custom-header:not(.sticky) {
        background: transparent;
    }
}

@media screen and (max-width:991px) {
    .page-template-template-homepage #custom-header:not(.sticky) .header-logo {
        filter: brightness(0) invert(1);
    }
    .page-template-template-homepage #custom-header:not(.sticky) {
        background: transparent;
    }
    .page-template-template-homepage:not(.menu-active) #custom-header:not(.sticky) .bar1,
    .page-template-template-homepage:not(.menu-active) #custom-header:not(.sticky) .bar2,
    .page-template-template-homepage:not(.menu-active) #custom-header:not(.sticky) .bar3 {
        background: #fff
    }
    header .row-center {
        border: 0
    }
    header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .section-7-home {
        padding: 50px 0
    }
    .green_homes_section {
        padding: 50px 0 40px;
        margin-top: 20px;
    }
    .section-5-home {
        padding: 20px 0 50px
    }
    .box-2-localizare {
        margin-bottom: 30px;
    }
    .col-faze {
        padding: 50px 0 30px;
    }
    .section-3-home .content-general-custom {
        margin: 0 0 60px
    }
}

header div .telefon-custom a:hover {
    color: #CF8F7D !important;
}
