.column-center {
    flex-direction: column;
    align-items: center;
}

.column-center article {
    margin: 0 auto;
    max-width: 100%;
    padding: 2em 0;
}

.root-color {
    background: #1d93d2 !important;
}

.pos-left-bg {
    left: 0 !important;
    z-index: -5 !important;
}

.white-cover {
    position: absolute;
    background: white;
    z-index: -4;
    width: 100%;
    height: 100%;
    opacity: .8;
    left: 0;
    top: 0;
}

.mA-20 {
    margin: 6em 0;
}

.apartement-section-content {
    padding: 0 4em;
}

.form-iframe {
    max-width: 1600px;
    margin: 0 auto;
}

.form-iframe form {
    width: 65%;
    margin: 0 auto;
}

.mb-3 {
    margin-bottom: 3em;
}

.mt-3 {
    margin-top: 3em;
}

.text-center {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .column {
        width: 50%;
    }
    .logo-footer {
        display: none !important;
    }
}

@media (max-width: 769px) {
    .column-center article {
        max-width: 80%;
    }
    .footer-menu-mobile {
        display: block !important;
    }
}

@media (max-width:576px) {
    .form-iframe {
        max-width: 80%;
        margin: 0 auto;
    }
}


/* footer  */

.footer-mobile-wrap .logo {
    margin-bottom: 2em;
    display: none;
}

.footer-menu-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.footer-menu-mobile li {
    list-style-type: none;
    padding: 0 2em 1em 2em;
    text-align: center;
}

.footer-menu-mobile li a {
    font-size: 0.8em;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 400;
    color: #1d93d2;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 0.15em;
    line-height: 1.05;
}

footer .topbanner.scroll::before {
    opacity: 0 !important;
}

@media screen and (max-width: 1199px) {
    .footer-mobile-wrap .logo {
        display: block !important;
    }
    .footer-menu-banner {
        display: none;
    }
}

@media screen and (min-width:1200px) {
    .footer-menu-mobile {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .form-iframe form {
        width: 100%;
        margin: 0 auto;
    }
    .home_top_fold .heading {
        font-size: 2em !important;
    }
    #lbt_next, #lbt_previous {
        top: auto !important;
        bottom: 7%;
    }
}


/* 
.backdrop {
    background: url("../image/home/gallery/1.png") center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
} */

.apartment-card.active:hover .backdrop {
    display: block !important;
}

.backdrop {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff8c;
    display: none;
    cursor: pointer;
}

.backdrop h2 {
    font-size: 2em !important;
}

.text {
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #00000057;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

.bg-overlay {
    background-color: #0000008f;
    width: 100%;
    height: 100%;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
}

.card {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    animation: mymove .5s;
}

.card .btn-card {
    text-align: end;
    margin-bottom: 20px;
}

.card a {
    font-size: 3em;
    position: absolute;
    top: 0;
    right: 20px;
    color: white;
}

.youtube-embed {
    width: 40vw;
    height: 22.5vw;
}

@keyframes mymove {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media screen and (max-width: 992px) {
    .youtube-embed {
        width: 80vw;
        height: 45vw;
    }
    .card {
        padding: 10px;
        background-color: white;
    }
    .welcome-section {
        padding-left: 0em;
        padding-right: 0em;
    }
    .welcome-section h1 {
        padding-left: 1em;
        padding-right: 1em;
    }
}

.select-form {
    position: relative;
    display: block;
    align-items: center;
}

.select-form::after {
    content: '>';
    font: 20px "Consolas", monospace;
    color: #227175;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 5px;
    position: absolute;
    pointer-events: none;
    top: 50px;
}

#gallery {
    display: none;
}

.btn span.show-over {
    display: none;
}

.btn:hover span.default {
    display: none;
}

.btn:hover span.show-over {
    display: inline-block;
}

.gap-header {
    display: inline-block;
    width: 20px;
}

@media screen and (max-width: 768px) {
    .gap-header {
        height: 20px;
        width: 100%;
        display: inline-block;
    }
}

.btn-fix-width {
    padding: 15px 0px !important;
    width: 300px;
}

.button-container {
    width:100%;
    margin-top:80px;
    text-align:center;
}

.wpcf7-spinner {
    display: block !important;
    margin: 0 auto !important;
    margin-top: 20px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #dc3232 !important;
    color: #dc3232 !important;
}