/*
Theme Name: Starter kit for WordPress
Theme URI: http://www.wordpress.com
Author: CVX
Author URI: https://convertx.ro/
Version: 1.0
Text Domain: zf
*/

/*
*
* .================================ - UTILITIES
* .================================ - HEADER
* .================================ - NAVIGATION
* .================================ - HERO
* .================================ - HOMEPAGE
* .================================ - PAGE
* .================================ - FOOTER
* .================================ - RESPONSIVE
*
*/

/*@font-face {*/
/*    font-family: "Poppins";*/
/*    src: url('assets/fonts/unisansthin-webfont.woff2') format('woff2'),*/
/*    url('assets/fonts/unisansthin-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "UniSansBold";*/
/*    src: url("assets/fonts/UniSansHeavy.otf") format("opentype");*/
/*}*/

html, body{
    width: 100%;
    height: 100%;
}

body{
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #031C2B;
}

img{
    max-width: 100%;
    width: 100%;
}

a{
    color: #031C2B;
    text-decoration: none;
}

.brand.active {
    z-index: 999;
}
.brand.active .cls-2 {
    fill: #fff !important;
}
.brand.active .cls-3 {
    display: none !important;
}

a:hover{
    color: inherit;
    text-decoration: none;
}

h2{
    font-family: 'Poppins', sans-serif;
    font-size: 100px;
    line-height: 95px;
    color: #80C9C6;
    z-index: 999;
}

h2.alternate{
    line-height: 109px;
}

h3{
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 62px;
    color: #031C2B;
}

.font-thin {
    font-weight: 100;
}

h3.alternate-1{
    line-height: 60px;
}

h3.alternate-1{
    line-height: 62px;
}

h4{
    font-family: Rubik, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

h4.alternate{
    font-size: 26px;
}

.facilities h4{
    margin-top: 40px;
}

.detail-numbers h4{
    margin-top: 40px;
}

.unisans-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.font-dark-gray{
    color: #2A2A2A;
}

header .phone-number{
    padding: 6px 45px;
    border: 3px solid #0091AC;
    border-radius: 35px;
}

header .phone-number a{
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
}

header .burger-menu{
    padding: 6px 30px;
    border: 3px solid #0091AC;
    border-radius: 35px;
    cursor: pointer;
    transition: .3s;
}
header .burger-menu:hover svg rect {
    fill: #fff;
}
header .burger-menu:hover:not(.active) {
    background: #0091ac;
}
.wpcf7-not-valid-tip {
    display: none !important;
}

.offer-request .wpcf7-not-valid {
    border-color: #dc3232;
}

.header-fixed{
    position: fixed;
    top: 0;
    left: 12%;
    width: 76%;
    z-index: 99999;
}

.burger-menu.active{
    padding: 6px 30px;
    border: 3px solid #fff;
    background: #fff;
    transition: .3s;
    z-index: 9999;
}
.burger-menu.active svg.x-menu {
    fill: #80c9c6;
}

.hero_illustration {
    position: absolute;
    bottom: -15%;
    left: -15%;
    width: auto;
}
#hero img {
    height: auto;
}
.ap-shape img {
    width: auto;
    height: auto;
}
.ap-shape img:first-child {
    position: relative;
    z-index: 2;
}

.lb-outerContainer {
    background-color: transparent;
}
.lightbox .lb-image {
    border: none;
}

.phone-number.active{
    color: #80c9c6;
    border: 3px solid #fff;
    z-index: 9999;
    background: #ffffff;
}

.navigation{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #80c9c6;
    z-index: 999;
}

.navigation.active{
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-list{
    list-style-type: none;
    text-align: center;
}

.menu-list h2{
    font-size: 75px;
    line-height: 95px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.menu-list li:hover h2{
    color: #0091ac;
}

.wpcf7-acceptance span {
    margin: 0;
}
.wpcf7-acceptance input {
    display: none;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: normal;
    padding-left: 40px;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #2a2a2a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
    content: '✔';
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    margin: 0 8px;
    display: inline-block;
}
.slick-dots li button, .swiper-pagination-bullet {
    border: none;
    width: 10px;
    height: 10px;
    padding: 0;
    position: relative;
    text-indent: -99999px;
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
}
.slick-dots li.slick-active button:after, .swiper-pagination-bullet-active:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #418d8a;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.offer-request{
    right: 100px;
    bottom: -160px;
    background-color: #F4F1ED;
    color: #645C51;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.offer-request.footer-form {
    right: 0;
    bottom: 0;
    margin-top: -150px;
}

.copyright p, .copyright p a {
    font-size: 20px;
    color: #0091ac;
    font-weight: 400;
}
.copyright p a:hover {
    color: #010365;
}

.footer-info {
    margin-top: 60px;
}

.offer-request input,
.offer-request textarea,
.custom-select{
    height: 62px;
    border:none;
    outline: none;
    border-bottom: 1px solid #E2DDD6;
    background-color: transparent;
    resize: none;
    transition: .2s;
    color: #645c51;
}

.offer-request select {
    color: #645C51;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    width: 100%;
    height: 100%;
    border:none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.offer-request select:active,
.offer-request select:focus{
    border:none;
    outline: none;
}

.offer-request input:active,
.offer-request textarea:active,
.offer-request input:focus,
.offer-request textarea:focus{
    border-bottom: 1px solid #2a2a2a;
    transition: .2s;
}

.offer-request input[type=submit]{
    padding: 8px 10px;
    border-radius: 50px;
    background-color: #2A2A2A;
    color: #fff;
    transition: .3s;
}

.offer-request input[type=submit]:hover,
input.offer-request:hover{
    background-color: #0091ac;
    transition: .3s;
    color: #fff;
}

.main-city-content .offer-request,
.invest .offer-request{
    padding: 10px 80px;
    border-radius: 40px;
    background: transparent;
    border: 2px solid #0091AC;
    font-size: 23px;
    font-weight: 400;
    color: #031C2B;
    text-transform: uppercase;
    transition: .3s;
}

a.phone-number{
    transition: .3s;
}

footer ul li a{
    transition: .3s;
}

.main-city-content .offer-request:hover,
.invest .offer-request:hover{
    background-color: #0091ac;
    transition: .3s;
    color: #fff;
}

a.phone-number:hover:not(.active) {
    background-color: #0091ac;
    transition: .3s;
    color: #fff;
}

.detail-numbers{
    margin-top: 230px;
}

.detail-numbers .subtitle{
    width: 80%;
}

.detail-numbers .technical-numbers{
    width: 90%;
}

h2.numbers{
    line-height: 30px;
    color: #031C2B;
}

.technical-numbers{
    margin-top: 150px;
}

.technical-numbers::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 82%;
    background-color: #F4F1ED;
}

.urban .urban-content{
    font-size: 25px;
    line-height: 37px;
    color: #031C2B;
}

.main-city-area{
    margin-top: 300px;
}

.main-city-area .building{
    max-width: 582px;
    /*margin-left: 210px;*/
    width: auto;
    margin-right: 200px;
}

.main-city-area .deco-1{
    bottom: 0px;
    left: 0px;
    max-width: 850px;
    z-index: 999;
    width: auto;
    margin-left: 50px;
}

.main-city-area .deco-2{
    top: -70px;
    right: 0px;
    max-width: 350px;
    z-index: -1;
}

.main-city-content p{
    font-size: 25px;
    color: #031C2B;
    line-height: 37px;
    font-weight: 300;
}

.invest{
    margin-top: 350px;
}

.hands {
    position: absolute;
    bottom: 100px;
    right: -100px;
}

.invest h2{
    right: 0;
    top: -102px;
}

.invest .invest-building {
    max-width: 582px;
    width: auto;
}

.invest .deco-3{
    max-width: 400px;
    z-index: -1;
    top: -110px;
    left: 25%;
}

.deco-12 {
    width: auto;
}

.invest p{
    font-size: 25px;
    color: #031C2B;
    line-height: 37px;
    font-weight: 300;
}

.zamfirescu34{
    margin-top: 200px;
}

.zamfirescu34 .deco-5{
    bottom: 0;
    max-width: 650px;
}

.zamfirescu34 .deco-5{
    left: -50px;
}

.zamfirescu34 .deco-4{
    max-width: 600px;
}

.zamfirescu34 .deco-line{
    border-bottom: 2px solid #8ACAC9;
    width: 70%;
}

.zamfirescu34 .available-ap{
    font-size: 25px;
    font-weight: 400;
    line-height: 37px;
    color: #031C2B;
    text-transform: uppercase;
}

.facilities{
    margin-top: 300px;
}

.facilities img{
    max-width: 170px;
}

.location{
    margin-top: 300px;
}

.location .location-background{
    top: 0;
    right: 50px;
    max-width: 1150px;
}

.location .map img{
    max-width: 880px;
}

.location .map{
    margin-top: 210px;
}

.location p{
    font-size: 25px;
    font-weight: 300;
    line-height: 37px;
    color: #031C2B;
}

.modern-apartments h2{
    margin-top: 200px;
    margin-bottom: 100px;
}

/*.modern-apartments h3.one-room{*/
/*    margin-left: 25px;*/
/*}*/

/*.modern-apartments h3.two-rooms{*/
/*    margin-left: 100px;*/
/*}*/

/*.modern-apartments h3.three-rooms{*/
/*    margin-left: 90px;*/
/*}*/

.modern-apartments .shape{
    max-width: 200px;
    left: 50%;
    top: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.modern-apartments .apartment{
    max-width: 400px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.modern-apartments .apartment.studio{
    max-height: 300px;
    width: auto;
}

.modern-apartments .shape.studio{
    /*left:30px;*/
}

.ap-shape{
    height: 420px;
}
.modern-apartments .shape.shape-hover {
    z-index: 1;
}


.slider{
    margin-top: 200px;
    margin-bottom: 230px;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li a{
    color: #8CE2F2;
    text-decoration: none;
}

.page-template-apartamente footer, .page-template-oldapartamente footer {
    margin-top: 230px;
}

footer{
    background-color: #0091AC;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

footer .phone-title{
    font-weight: 700;
    line-height: 38px;
    font-size: 30px;
    color: #fff;
}

footer p,
footer .mail{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    margin: 0;
}

/*---LISTING*/

.listing-header p{
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 62px;
}

.listing-tabs{
    margin: 120px 0px;
}

.listing-tab{
    width: 265px;
    height: 135px;
    background-color: #f4f1ed;
    color: #031c2b;
    cursor: pointer;
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
}

.listing-tab.active{
    background-color: #87ccc9;
    color: #fff;
    font-weight: 700;
}

.listing-card .image{
    height: 480px;
}

.listing-card .cam-bg{
    top: 0;
    left: 0;
    max-width: 220px;
    width: 220px;
    max-height: 480px;
    height: auto;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.listing-card .presentation-img{
    max-width: 340px;
}

.card-body .horizontal-line{
    border-bottom: 2px solid #87ccc9;
    width: 100%;
}

.card-body h4{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    font-weight: 400 !important;
}

.card-body .surface{
    font-family: Rubik, sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 37px;
    color: #031c2b;
}

.card-body .area{
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 37px;
    color: #031c2b;
}

.card-body .available-at{
    font-family: Poppins, sans-serif;
    font-weight: bold;
    line-height: 39px;
    font-size: 30px;
}

.floors{
    border: 3px solid #87ccc9;
    background-color: transparent;
    padding: 4px 20px;
    border-radius: 35px;
}

.dl-file{
    background-color: #2a2a2a;
    border-radius: 35px;
    color: #fff;
    padding: 10px 10px;
    cursor: pointer;
    transition: .3s;
}

.dl-file:hover{
    color: #fff;
    background: #000;
    transition: .3s;
}

/*---CUSTOM SELECT*/

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #645C51;
    width: 100%;
    height: 100%;
}
.select-styled {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F4F1ED;
    padding: 15px;
    color: #645c51;
}

.custom-select,
.custom-select-row{
    padding: 0!important;
}
.select-styled:active, .select-styled.active {
    background-color: #0091ac;
    color: #fff;
}
.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 15px 15px;
    list-style: none;
    background-color: #0091ac;
    color: #fff;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    /*border-top: 1px solid #962d22;*/
}
.select-options li:hover {
    color: #fff;
    background: #25aac3;
}
.select-options li[rel="hide"] {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}
.mfp-figure:after {
    display: none;
}
.success-page {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
.success-page h1, .success-page h2, .success-page h3, .success-page h4 {
    font-size: 50px;
    font-weight: 300;
    color: #000;
}
.couple-picture-container img {
    height: auto;
}

/*---RESPONSIVE*/

@media (min-width: 1700px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1634px!important;
    }
}

@media screen and (max-width: 1700px) {
    .listing-content .col-4.mt-5 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .listing-card .image > img {
        width: auto;
    }
    /*.main-city-content, .main-city-area .col-7 {*/
    /*    flex: 0 0 100%;*/
    /*    max-width: 100%;*/
    /*}*/
    .main-city-area .building {
        margin-left: auto;
        margin-right: auto;
    }
    body {
        overflow-x: hidden;
    }
    .main-city-area .deco-2 {
        right: -100px;
    }
}

@media (max-width: 1600px) {
    .hero_illustration {
        left: -35%;
    }
    .detail-numbers .subtitle br {
        display: none;
    }
    .invest .deco-3 {
        left: 0;
    }
    .zamfirescu34 h3 br {
        display: none;
    }
    .facilities h2 {
        position: relative;
        top: -80px;
    }
    .location p br {
        display: none;
    }
}

@media screen and (max-width: 1680.9px) and (min-width: 1440.9px) {
    .detail-numbers .subtitle {
        width: 100%;
    }
    .main-city-content h3 br, .location p br {
        display: none;
    }
}

@media (max-width: 1366.9px) {
    .main-city-content h3 br {
        display: none;
    }
}

@media (max-width: 1366.9px) {
    .footer-info br {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .main-city-area .building {
        margin-left: auto;
        margin-right: auto;
    }
    .hero_illustration {
        left: -25%;
    }
    .offer-request {
        right: 50px;
        bottom: -450px;
    }
    .detail-numbers {
        margin-top: 550px;
    }
    .hero_illustration {
        bottom: -40%;
    }
    .detail-numbers .subtitle {
        width: 100%;
    }
    .detail-numbers .subtitle br {
        display: none;
    }
    .detail-numbers .technical-numbers {
        width: 100%;
    }
    section.urban h2 {
        margin-top: 50px;
    }
    .urban .urban-content {
        width: 80%;
        margin: auto;
    }
    .invest .invest-building {
        max-width: 100%;
    }
    .invest .deco-3 {
        left: 0;
    }
    h3.alternate-1 {
        margin-top: 100px;
    }
    .modern-apartments h3.alternate-1 {
        margin-top: 0;
    }
    .zamfirescu34 .deco-5 {
        left: -200px;
        top: 200px;
    }
    .zamfirescu34 h3 {
        margin-top: 100px;
    }
    .facilities {
        margin-top: 200px;
    }
    .location .map {
        margin-top: 50px;
    }
    .location .map img {
        max-width: 100%;
    }
    /*.last-apt {*/
    /*    margin-top: 100px;*/
    /*}*/
    .footer-info {
        margin-top: 10px;
    }
    .main-city-area .deco-1 {
        top: 45%;
    }
    .main-city-content {
        margin-top: 100px;
    }
    .detail-numbers .technical-numbers h4 {
        font-size: 21px;
    }
}

@media (max-width: 1024.9px) {
    .main-city-area .deco-1 {
        top: 25%;
    }
    .locatieproiectcontent {
        margin-left: 0;
    }
    .locatieproiectcontent .actcontent {
        width: 50%;
    }
    .last-apt {
        margin-top: 100px;
    }
    .modern-apartments h2 {
        margin-top: 100px;
    }

    .facilities h2 {
        top: 0;
    }
    .dotariincluseparts {
        margin-top: 0 !important;
    }
    .hero_illustration {
        left: -40%;
    }
    .urban .urban-content {
        width: 70%;
    }
    .main-city-area .deco-2 {
        right: 0;
    }
    .main-city-content, .invest-content {
        flex: 0 0 65%;
        max-width: 65%;
        margin-left: 20%;
    }
    .vreausalocuiescaici, .vreausainvestescaici {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vreausainvestescaici.offset-md-1 {
        margin-left: 0;
    }
    .vreausainvestescaici {
        text-align: center;
    }
    .invest .deco-3 {
        left: -150px;
    }
}

@media (max-width: 991.9px) {
    .listing-content .col-4.mt-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .listing-card .image > img {
        max-width: initial;
    }
    .card-body .surface, .card-body .area {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .dl-file {
        font-size: 18px;
    }
}
@media (max-width: 768.9px) {
    .page-template-apartamente footer, .page-template-oldapartamente footer {
        margin-top: 430px;
    }
    footer .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .col-xl-4 {
        order: 0;
    }
    footer .col-xl-3 {
        order: 1;
    }
    .hands {
        right: 0;
    }
    .invest .deco-3 {
        left: 0;
        top: 25%;
    }
    .main-city-area .deco-1 {
        top: 25%;
    }
    .main-city-area h3 br, .invest h3 br {
        display: none;
    }
    .locatieproiectcontent .actcontent {
        width: 70%;
    }
    .main-city-content, .invest-content {
        flex: 0 0 80%;
        max-width: 80%;
        margin-left: 10%;
    }
    .offer-request {
        right: 0;
        bottom: auto;
        margin-top: -90px;
        position: relative !important;
        flex: 0 0 90%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .hero_illustration {
        bottom: auto;
        left: -50px;
        top: 0;
    }
    .detail-numbers {
        margin-top: 70px;
    }
    .technical-numbers > div {
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 50px;
    }
    #hero > .row {
        margin: 0;
    }
    .technical-numbers::before {
        bottom: auto;
        top: 0;
        height: 40%;
    }
    .location {
        margin-top: 50px;
    }
    .main-city-area {
        margin-top: 150px;
    }
    .invest {
        margin-top: 200px;
    }
    .offer-request.footer-form {
        margin-top: -400px;
    }
    offer-request {
        right: 0;
        bottom: auto;
        margin-top: -90px;
        position: relative !important;
    }
    .slider {
        margin-bottom: 450px;
    }
    footer.p-md-5 {
        padding: 1.5rem !important;
    }
    footer .offer-request {
        max-width: 100%;
        flex: 0 0 100%;
    }
    footer .phone-title {
        margin-top: 50px;
    }
    footer .col-xl-3 {
        text-align: center !important;
    }
    footer .col-xl-3 ul li {
        display: block !important;
        margin: 0 !important;
    }
    footer .col-xl-3 ul {
        margin-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .offer-request.footer-form {
        margin-top: -400px;
    }
    footer .phone-title {
        margin-top: 50px;
    }
    .slider {
        margin-bottom: 450px;
    }
    .offer-request {
        right: 0;
        bottom: auto;
        margin-top: -90px;
        position: relative !important;
    }
    #hero > .row {
        margin: 0 50px;
    }
    .hero_illustration {
        bottom: 60%;
        left: 0;
    }
    .detail-numbers {
        margin-top: 60px;
    }

    .technical-numbers {
        margin-top: 70px;
    }
    .invest .deco-3 {
        left: -43%;
    }
    .invest {
        margin-top: 200px;
    }
    .main-city-content {
        margin-top: 30px;
    }
    .main-city-area {
        margin-top: 100px;
    }
    .invest h3.alternate-1 {
        margin-top: 0;
    }
    .zamfirescu34 {
        margin-top: 150px;
    }
    .facilities {
        margin-top: 150px;
    }
    .location {
        margin-top: 100px;
    }
    .modern-apartments h2 {
        margin-top: 100px;
    }
    .brand svg {
        width: 250px;
    }
    header .phone-number {
        padding: 6px 15px;
    }
    .container, .container-sm {
        max-width: 100%;
    }
    .second-apt {
        margin-top: 100px;
    }
    .page-template-apartamente .detail-numbers h2, .page-template-oldapartamente .detail-numbers h2 {
        font-size: 50px;
    }
    .page-template-apartamente .detail-numbers p, .page-template-oldapartamente .detail-numbers p {
        font-size: 30px;
        line-height: normal;
    }
    .listing-tab {
        height: 80px;
    }
    .listing-tabs {
        margin: 50px 0;
    }
    .listing-content h2 {
        font-size: 60px;
        line-height: 100%;
    }
}

@media (max-width: 576.9px) {
    .listing-content .col-4.mt-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .listing-card .image > img {
        height: auto;
    }
    .facilities h4 {
        margin-top: 20px;
    }
    #hero > .row {
        margin: 0;
    }
    .offer-request {
        margin-top: 0;
    }
    .urban .urban-content {
        width: 100%;
    }
    h2.alternate {
        position: relative !important;
        line-height: 100%;
        font-size: 60px;
    }
    .main-city-area .deco-1 {
        top: 40%;
    }
    .hands {
        right: 0;
    }
    .invest .deco-3 {
        left: 40%;
    }
    .zamfirescu34 h3 br {
        display: none;
    }

    .slider {
        margin-top: 100px;
    }
    header .burger-menu {
        padding: 6px 15px !important;
    }
    .menu-list h2 {
        font-size: 50px;
    }
}
@media (max-width: 460.9px) {
    .modern-apartments h2 {
        font-size: 60px;
        line-height: 100%;
    }
    .main-city-area .building {
        max-width: 100%;
    }
    .main-city-area .deco-1 {
        top: 20%;
        left: -120px;
    }
    .main-city-content, .invest-content {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .locatieproiectcontent .actcontent {
        width: 100%;
    }
    .main-city-area .deco-1 {
        top: 30%;
    }
    .main-city-content .offer-request, .invest .offer-request {
        width: 100%;
        text-align: center;
        padding: 10px 30px;
    }
    .offer-request {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dl-file {
        font-size: 20px;
    }
    .listing-content h2 {
        font-size: 40px;
    }
    .listing-tab {
        height: 60px;
    }
    .listing-tab {
        font-size: 16px;
        font-weight: 400;
    }
    header .phone-number svg {
        width: 25px;
        height: 25px;
    }
    header .burger-menu {
        line-height: 100%;
    }
    header .burger-menu svg {
        width: 25px;
    }
    .brand svg {
        width: 150px;
    }
    .second-apt {
        margin-top: 100px;
    }
    p br {
        display: none;
    }
    .hero_illustration {
        bottom: 70%;
    }
    h2 {
        font-size: 60px;
        line-height: 100%;
    }
    .detail-numbers .subtitle {
        font-size: 30px;
        line-height: 100%;
    }

    .main-city-area .deco-2 {
        display: none;
    }
    .invest .deco-3 {
        display: none;
    }
    .zamfirescu34 .deco-5 {
        left: 0;
        width: 100%;
    }
    .main-city-area .deco-1 {
        left: 0;
        margin: 0;
        width: 100%;
    }
}
@media (max-width: 400.9px) {
    .main-city-area .deco-1 {
        top: 20%;
    }
    .detail-numbers > h3, .detail-numbers > h2 {
        padding: 0 !important;
    }
    .main-city-area .deco-2 {
        top: 0;
    }
}
@media (max-width: 375.9px) {
    .main-city-content .offer-request, .invest .offer-request {
        padding: 10px 70px;
    }
    .modern-apartments h2 {
        font-size: 45px;
    }
    .main-city-area .deco-1 {
        top: 35%;
    }
}



.swiper-container {
    height: calc(100vh - 120px);
    margin: 60px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    height: auto;
}
