/* 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;
    /* umple ecranul */
    object-position: center;
    /* centrează */
}

.content_home_main {
    padding-bottom: 40px;
}

.content_home_main h1 {
    color: #172440;
    font-family: "New Hero";
    font-size: 50px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
}

.content_home_main p {
    color: #172440;
    font-family: "New Hero";
    font-size: 20px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .content_home_main {
        padding-bottom: 80px;
    }
}
@media screen and (max-width:991px) {
    .content_home_main h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .content_home_main p {
        font-size: 18px;
    }
}
.section-1-home {
    padding: 50px 0;
    overflow: hidden;
}
.cta_hero {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.cta_hero .vezi_tur {
    color: #fff;
    font-size: 16px;
    padding: 5px 30px;
    border: 1px solid #fff;
    margin-left: 30px;
    line-height: 32px;
}

 

.cta_hero a:hover {
    text-decoration: none
}

.cta_hero .vezi_tur:hover {
    background: #fff;
    color: #171C26;
    text-decoration: none
}
@media screen and (max-width: 1441px) {
    .section-1-home {
        padding: 50px 0;
    }
}

@media screen and (max-width: 991px) {
    .section-1-home {
        padding: 40px 0 30px;
    }
    
}

.section-1-home .title-general-custom h2::after {
    content: '';
    background: url('../assets/images/Rectangle_63.png') center center no-repeat;
    background-size: cover;
    width: 415px;
    height: 723px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: -1;
}

@media screen and (min-width: 1600px) {
    .section-1-home .title-general-custom h2::after {
        right: -30px;
    }
    .section-6-home .fadeInRight,
    .section-4-home .fadeInRight,
    .section-1-home .fadeInRight {
        max-width: 720px;
        float: right;
    }
}

.download-btn {
    background: #00BEF2;
    text-decoration: none;
    color: #FFF;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 14px 30px;
    text-transform: uppercase; 
    display: flex;
    overflow: hidden; 
    border: 1px solid #00BEF2 !important;
}

 

.download-btn img {
    margin-right: 10px;
}
 
.download-btn:hover img{
    filter: brightness(0) saturate(100%) invert(66%) sepia(37%) saturate(4236%) hue-rotate(151deg) brightness(94%) contrast(106%);
}
.download-btn:focus,
.download-btn:hover {
    color: transparent;
    border: 0;
    text-decoration: none;
    background: #fff;
    color: #00BEF2;
}

.broura-cta a {
    background: #00BEF2;
    text-decoration: none;
    color: #FFF;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 14px 30px;
    text-transform: uppercase;
    color: transparent;
    display: flex;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 10px;
}

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

.broura-cta a img {
    position: absolute;
    left: 10px;
}

.broura-cta a::before {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: 100%;
    height: 100%;
    transition: bottom .25s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.broura-cta a:hover::before {
    bottom: 0;
}

.broura-cta a:hover:after {
    top: 100%;
}

.broura-cta a:focus,
.broura-cta a:hover {
    color: transparent;
    border: 0;
}

.content-general-custom a {
    color: #00BEF2;
    text-align: center;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px; 
    position: relative;
    background: #fff;
    text-decoration: none;
}

.section-1-home .content-general-custom a {
    margin-top: 35px;
    display: inline-block;
    line-height: 26px;
}

.section-7-home .fadeInLeft .content-general-custom a::after {
    content: '';
    background: #00BEF2;
    width: 28px;
    height: 1.5px;
    position: absolute;
    top: calc(50% - 0.5px);
    right: -35px;
    display: block;
    transition: .25s all;
    opacity: .6
}

.section-4-home .content-general-custom button:before,
.section-1-home .content-general-custom a:before {
    right: 0;
    content: '';
    background: url(../assets/images/arrow-red.svg) center center no-repeat;
    background-size: cover;
    width: 28px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    opacity: 0;
    transform: translateX(0);
    display: block;
    transition: .25s all;
    z-index: -1;
}

.section-4-home .content-general-custom button:hover:after,
.section-1-home .content-general-custom a:hover:after {
    opacity: 1;
    transition: .1s all;
    transform: translateX(10px);
}

.section-4-home .content-general-custom button:hover:before,
.section-1-home .content-general-custom a:hover:before {
    /* transform: translateX(35px);
    display: block;
    opacity: 1;
    transition: .25s all; */
}

.section-2-home {
    overflow: hidden;
}

.section-3-home {
    overflow: hidden;
    padding: 100px 0;
}

@media screen and (max-width:1441px) {
    .section-3-home {
        padding: 50px 0;
    }
}

@media screen and (max-width:991px) {
    .section-1-home .title-general-custom h2::after {
        display: none;
    }
    .section-hero h1{
        font-size: 32px;
    }
    .section-hero h3{
        font-size: 24px;
    }
    .cta_hero a{
        font-size: 14px;
    }
    .cta_hero .vezi_tur {
        font-size: 14px;
        padding: 5px 15px;
        border: 1px solid #fff;
        margin-left: 10px;
    }
    .section-3-home {
        padding: 40px 0 0;
    }
    .counter {
        padding: 0 0 20px;
    }
    .section-4-home {
        padding-top: 10px;
    }
    .section-4-home .container {
        padding: 0;
    }
    .section-4-home .container .col-12 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .section-4-home .wrapper-box-home {
        padding: 0 15px;
    }
    .section-4-home .cta-section-4 {
        right: 15px;
    }
}

.counter {
    margin: 0 auto;
    text-align: center;
}

.counter p {
    color: #172440;
    font-family: "New Hero";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media screen and (max-width:1600px) and (min-width:992px) {
    .counter p {
        font-size: 28px;
    }
}

.wrapper-video {
    position: relative;
}

.wrapper-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.wrapper-video video {
    width: 100%;
    height: auto;
}

.wrapper-image img {
    width: 100%;
    height: auto;
}

.wrapper-video video::-webkit-media-controls {
    display: none !important;
}

.wrapper-video video {
    object-fit: cover;
}

.wrapper-iamge img {
    object-fit: cover;
}

.wrapper-video {
    width: calc(100vw - 200px);
    margin: 0 auto;
    transition: width .4s ease-in-out;
}

.wrapper-image {
    width: 100vw margin: 0 auto;
    transition: width .4s ease-in-out;
}

.wide .wrapper-video {
    width: 100vw;
    margin: 0 auto;
    transition: width .4s ease-in-out;
}

@media screen and (max-width:991px) {
    .wrapper-video {
        width: 100vw;
        min-height: 360px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .wrapper-video video {
        /* position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: fit-content;
        width: auto;
        max-height: 360px; */
    }
}

.wide .wrapper-image {
    width: 100vw;
    margin: 0 auto;
    transition: width .4s ease-in-out;
}

.section-4-home {
    overflow: hidden;
}

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

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

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

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

.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;
}

.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 .25s ease;
    bottom: 0%;
}

.status-section-4 {
    padding: 5px 12px;
    background: #F6F9FC;
    display: inline-block;
    border-radius: 6px;
    color: #172440;
    font-family: "New Hero";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    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 {
    color: #172440;
    margin: 20px 0 0;
    display: block;
    font-family: "New Hero";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.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-4 {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

.section-5-home {
    position: relative;
    padding: 40px 0;
    display: flex;
}

.title-small-general-custom {
    color: #172440;
    text-align: center;
    font-family: "New Hero";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
}

.subtitle-small-general-custom {
    color: #171C26;
    text-align: center;
    font-family: "New Hero";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}

@media screen and (max-width:991px) {
    .subtitle-small-general-custom {
        margin-bottom: 40px;
    }
    .wrapper-listing-section-4 {
        padding-bottom: 40px;
    }
    .title-small-general-custom {
        font-size: 28px;
        line-height: 44px;
    }
    .box-5-home {
        margin-bottom: 30px;
    }
}

.box-5-home-title {
    color: #172440;
    text-align: center;
    font-family: "New Hero";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 30px 0 20px;
}

.box-5-home img {
    max-height: 80px;
    width: auto;
}

.box-5-home {
    text-align: center;
}

.box-5-home p {
    color: #171C26;
    text-align: center;
    font-family: "New Hero";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
}

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

.section-6-home {
    position: relative;
    padding: 50px 0 20px;
}

.row-slider-apartments {
    margin-top: 60px
}

.box-6-home {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}
.box-6-home-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 320px;
  max-height: 320px;
  transition: .5s all;
  max-width: fit-content;
}
.box-6-home-image a,
.box-6-home-image{
    overflow: hidden;
    min-height: 320px;
    max-height: 320px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.box-6-home-title {
    color: #172440;
    font-family: "New Hero";
    font-size: 20px;
    min-height: 0;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0 10px;
}

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

.section-6-home .content-general-custom a,
.box-6-home-link a {
    color: #00BEF2;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    background: transparent;
}

.section-6-home .content-general-custom a:hover,
.box-6-home-link a:hover {
    text-decoration: none;
}

.section-6-home .content-general-custom a:hover:after,
.box-6-home-link a:hover:after {
    transform: translateX(10px);
}

#image-home {
    overflow: hidden;
    max-width: 100vw;
}

.section-6-home .content-general-custom {
    max-width: 1000px
}

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

.section-contact {
    padding: 50px 0;
    max-width: 100%;
    overflow: hidden;
}

.mapimage .increase-imagemap-text {
    display: none;
}

.mapimage {
    margin-top: 60px;
}

.posts-home {
    display: flex;
    flex-direction: column;
}

.post-item {
    padding: 0 15px;
}

.post-thumbnail {
    position: relative;
    width: 100%;
    min-height: 320px;
    max-height: 320px;
    overflow: hidden;
}

@media screen and (max-width:1600px) {
    .post-thumbnail {
        min-height: 320px;
        max-height: 320px;
    }
}

.post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    height: auto !important;
    transition: .5s all;
    max-width: fit-content;
}

.post-item:hover .post-thumbnail img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: .5s all;
}

@media screen and (max-width:991px) {
    .post-item:hover .post-thumbnail img {
        transform: translate(-50%, -50%) scale(1);
    }
}

.post-details {
    padding: 0 20px;
}

.post-category {
    padding: 5px 10px;
    border: 1px solid #5C5F66;
    margin: 20px 20px 0;
}

.post-category,
.post-category a {
    color: #5C5F66;
    text-align: center;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-block;
}

.post-title a {
    color: #3B393C !important;
    font-family: "New Hero";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post-title a:hover {
    text-decoration: none;
}

h2.post-title {
    margin: 10px 0 0;
    font-size: 20px;
    color: #3B393C !important;
    font-family: "New Hero";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media screen and (min-width: 1080px) {
    .posts-home {
        flex-direction: row
    }
    .post-item {
        width: 50%
    }
    .wrapper-listing-section-4 {
        overflow: hidden;
    }
    .section-5-home::before {
        width: calc(100% - 60px)
    }
    .section-5-home {
        padding: 50px 0;
    }
    .section-6-home {
        padding: 50px 0 20px;
    }
    .section-5-home .col-md-5 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-5-home .row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 50px;
    }
    .section-5-home .title-general-custom h3 {
        margin-bottom: 20px;
    }
    .swiper-container-2 {
        margin-top: 30px
    }
    .title-general-custom h3 {
        font-size: 30px;
    }
}

@media screen and (min-width: 1600px) {
    .section-5-home::before {
        width: calc(100% - 100px)
    }
    .section-5-home {
        padding: 50px 0;
    }
}

@media screen and (max-width: 1600px) and (min-width:992px) {
    .section-7-home .col-md-5 {
        width: 33%
    }
    .section-7-home .col-md-7 {
        width: 66%
    }
}

@media screen and (max-width: 991px) {
    .post-item {
        padding: 0;
        margin-bottom: 40px;
        width: calc(50% - 30px);
        margin-right: 30px;
    }
    .posts-home .post-item:last-child {
        margin-right: 0;
    }
    .section-5-home {
        padding: 40px 0 20px;
    }
    .posts-home {
        flex-direction: row
    }
    .section-7-home {
        padding: 20px 0 10px;
    }
    .section-7-home .col-md-8 {
        padding: 0;
    }
    .download-btn {
        margin: 20px 0;
        display: inline-block;
        font-size: 14px
    }
}

@media screen and (max-width: 375px) {
    .download-btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .post-item {
        width: 100%;
        margin-right: 0;
    }
    .posts-home {
        flex-direction: column;
        Z;
        margin-top: 30px;
    }
}

.section-9-home {
    position: relative;
    padding: 40px 0;
    display: flex;
}

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

.section-9-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F6F9FC;
    display: block;
    z-index: 0;
}

@media screen and (min-width: 1080px) {
    .section-9-home::before {
        width: calc(100% - 60px)
    }
    .section-9-home {
        padding: 50px 0;
    }
    .section-9-home .col-md-5 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-9-home .row {
        display: flex;
        align-items: center;
    }
    .section-9-home .title-general-custom h3 {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .section-9-home::before {
        width: calc(100% - 100px)
    }
    .section-9-home {
        padding: 50px 0;
    }
}

@media screen and (max-width: 991px) {
    .section-9-home {
        padding: 40px 0 20px;
    }
}

.section-parteneri-home {
    padding: 0 0 40px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .section-parteneri-home {
        padding: 0 0 50px;
    }
    .box-5-home-title{
        min-height: 66px;
    }
}

@media screen and (min-width: 1600px) {
    .section-parteneri-home {}
}

@media screen and (max-width: 991px) {
    .section-parteneri-home h3 {
        font-size: 36px;
        line-height: normal;
    }
    .section-3-home .counter span,
    .section-3-home .counter strong {
        font-size: 36px;
    }
    .counter p {
        font-size: 24px;
    }
    #image-home-map {
        overflow: hidden;
        display: inline-block;
        width: 100%;
        margin: 0;
        overflow: hidden;
        max-width: 100vw;
        position: relative;
    }
    /* #image-home-map .wrapper-image-custom {
        min-height: 350px;
        overflow: hidden;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        margin-top: 30px;
    }
    #image-home-map .wrapper-image-custom img {
        position: absolute;
        right: -90px;
        max-height: 400px;
        width: auto !important;
        max-width: fit-content;
        margin-bottom: 30px;
    } */
}

.section-parteneri-home h3 {
    color: #172440;
    font-family: "New Hero";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin: 0 0 50px;
}

.box-section-parteneri-home {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    text-align: center;
    border: 1px solid #EBEDF0;
    background: #FFF;
    padding: 0 15px;
    flex-direction: column;
}

.name-parteneri {
    color: #3B393C;
    text-align: center;
    font-family: "New Hero";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 40px 0 10px
}

.type-parteneri {
    color: #172440;
    font-family: "New Hero";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 12px;
    background: #F6F9FC;
}
.swiper-container-3,
.swiper-container,
.swiper-container-2 {
    overflow: hidden;
    position: relative;
}

.section-4-home .swiper-button-next,
.section-4-home .swiper-button-prev {
    top: calc(50% - 45px) !important
}

.navig {
    margin: 20px 0;
}

.navig a {
    margin-right: 15px;
}

.btnnav {
    display: flex;
    align-items: center;
}

.section-4-home .content-general-custom button {
    border: 0;
    background: transparent;
    color: #00BEF2;
    position: relative;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 30px 0;
    margin-right: 45px;
    outline: none;
}

.section-4-home .content-general-custom button::after,
.section-1-home .content-general-custom a::after {
    display: block !important;
    content: '';
    background: #00BEF2;
    width: 28px;
    height: 1.5px;
    position: absolute;
    top: calc(50% - 0.5px);
    right: -35px;
    display: block;
    transition: .25s all;
    opacity: .6
}

.modal-brosura {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.modal-brosura-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    flex-direction: column;
    max-width: 630px;
}

.modal-brosura-wrapper h4 {
    color: #172440;
    font-family: "New Hero";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px 0;
}

.modal-brosura-wrapper form {
    display: flex;
    flex-direction: column;
    position: relative
}

.modal-brosura-wrapper .trimite-newsletter {
    top: 0;
}

.modal-brosura-wrapper .wpcf7-acceptance label .wpcf7-list-item-label a {
    color: #172440;
    text-decoration: underline
}

.modal-brosura-wrapper .email-newsletter input {
    border: 1px solid #172440;
}

.modal-brosura-wrapper .wpcf7-response-output {
    font-size: 13px;
    margin: 20px;
}

.close-modal-brosura {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
}
.section-8-home{
	padding-bottom: 50px;
}
@media screen and (max-width:991px) {
    .modal-brosura-wrapper {
        padding: 15px;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-brosura-coperta {
        display: none !important;
    }
    .modal-brosura-wrapper h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .modal-brosura-wrapper .wpcf7-acceptance label,
    .modal-brosura-wrapper .wpcf7-acceptance label .wpcf7-list-item-label a,
    .modal-brosura-wrapper .wpcf7-acceptance label .wpcf7-list-item-label {
        font-size: 12px;
        line-height: 16px !important;
    }
    .section-6-home {
        padding: 20px 0 0px;
    }
    .mapimage {
        margin: 30px 0
    }
    .row-slider-apartments {
        margin-top: 20px;
    }
    .section-8-home{
      padding-bottom: 30px;
    }
    .section-4-home .content-general-custom button{
      margin-top: 10px;
    }
    .row-slider-apartments .swiper-button-prev{
      left: -15px !important;
      top: 150px !important;
    }
    .row-slider-apartments .swiper-button-next{
      right: -15px !important;
      top: 150px !important;
    }
}

@media screen and (max-width:375px) {
    .trimite-newsletter input,
    .email-newsletter input {
        max-width: 300px;
    }
    .modal-brosura-wrapper h4 {
        font-size: 16px;
        line-height: 22px;
    }
}
.section-1-home .content-general-custom a{
    border: 1px solid #00BEF2 !important; 
}
.section-1-home .content-general-custom a::after{
    display: none !important;
}
.section-1-home .content-general-custom a:hover{
    text-decoration: none;
    background: #fff !important;
    color: #00BEF2 !important;
}
@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);
	}
}