/*
* Template : Landing Page
* Author: Banyan Tree Residences
* Designed & Coding by : Ton Sitewonders
*/

@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*
* Font
* -----------------------------------------------------------------------
* Primary: font-family: 'Reforma_Blanca';
* Soft content: font-family: 'Niramit';
*/

@font-face {
    font-family: 'Avenir';
    src:  url('../font/Avenir-Roman-12.ttf') format('eot'),
          url('../font/Avenir-Roman-12.ttf') format('woff');
}

/* @font-face {
    font-family: 'Reforma_Gris';
    src:  url('../font/Reforma1969-Gris.eot') format('eot'),
          url('../font/Reforma1969-Gris.woff') format('woff');
}

@font-face {
    font-family: 'Reforma_Blanca';
    src:  url('../font/Reforma1969-Blanca.eot') format('eot'),
          url('../font/Reforma1969-Blanca.woff') format('woff');
}

@font-face {
    font-family: 'Niramit';
    src:  url('../font/Niramit-Regular.eot') format('eot'),
          url('../font/Niramit-Regular.woff') format('woff');
} */

@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular.woff2') format('woff2'),
    url('../font/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::selection {
    color: #ffffff;
    background: #000;
}
:root{
    --pimary-color: #000000;
    --secon-color: #574619;
    --third-color: #98834b;
    --font-primary: 'Avenir';
    --font-link: 'Avenir';
    --font-content: 'Avenir', 'sans-serif';
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, button, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    text-decoration: none;
    list-style: none;
}

html{
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-content);
    font-size: 16px;
    color: #686868;
    line-height: 1.5;
    overflow-x: hidden!important;
    background: #ffffff;
    letter-spacing: 0.5px;
}

input, select, button, a, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
select option{
    color: black!important;
}
p{
    margin-top: 0;
}
ul{
    margin: 0;
    padding: 0;
    display: flow-root;
}
a {
    font-family: var(--font-link) !important;
}
a:hover{
    text-decoration: none;
    color: initial;
}
h1{
    font-family: var(--font-primary);
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
}
h2{
    font-family: var(--font-primary);
    font-size: 33px;
    margin: 0;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h3{
    font-family: var(--font-primary);
    font-size: 29px;
    margin: 0;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
h4{
    font-family: var(--font-primary);
    font-size: 16px;
    margin: 0;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.section_header{
    position: fixed;
    background: transparent;
    width: 100%;
    top: 0;
    height: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;
    padding: 0 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    z-index: 99999;
}
.section_header.scroll_menu {
    height: 70px;
    background-color: #fff;
}
.section_header.scroll_menu .brand_logo img {
    filter: brightness(9) invert(1) contrast(1.1) !important;
}
.section_header.scroll_menu .nav_menu a,
.section_header.scroll_menu .social_header a {
    color: #000 !important;
}
.section_header.scroll_menu .button_container span {
    background-color: #212121 !important;
}
.brand_logo{
    width: 230px;
    height: 80px;
    padding: 10px 0;
    float: left;
}
.brand_logo img{
    width: auto;
    height: 100%;
    display: block;
    filter: brightness(0) invert(1) contrast(1.1);
    transition: all 0.3s;
    object-fit: contain;
}
.nav_menu{
    display: block; /* Original is: contents */
    width: 90%;
}
.nav_menu ul{
    margin: 0 auto;
    padding: 0;
    display: block;
}
.nav_menu li{
    list-style: none;
    padding: 0 15px;
    /* float: left; */
    display: inline-block;
}
.nav_menu a {
    color: #fff;
    letter-spacing: 0.03em;
    font-size: 13.5px;
}
.nav_menu a:hover, .nav_menu a.active{
    color: var(--primary-color) !important;
}
.nav_menu .second_nav li::before {
    content: "•";
    position: relative;
    left: -15px;
    color: #bff144 !important;
}
.nav_menu .second_nav li:first-child::before {
    content: "";
}
.nav_menu .second_nav li a {
    color: #bff144 !important;
}
.section_header.scroll_menu .nav_menu .second_nav li::before,
.section_header.scroll_menu .nav_menu .second_nav li a {
    color: #79923a !important;
}
.nav_menu .second_nav li a:hover,
.section_header.scroll_menu .nav_menu .second_nav li a:hover{
    color: #000 !important;
}
.social_header{
    float: right;
    font-size: 20px;
    color: #464646;
    position: relative;
    top: -2px;
    width: 230px;
}
.social_header i{
    transition: all 0.25s;
}
.social_header a {
    color: #fff;
}
.social_header a:hover i{
    color: var(--third-color);
}
.social_header .mask_img {
    width: 18px !important;
    height: 18px !important;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background: #464646;
    transition: all 0.25s;
    display: inline-block;
    vertical-align: sub;
}
.social_header .mask_img:hover{
    background: var(--third-color);
}
.social_header li{
    float: left;
    list-style: none;
    padding: 0 7px;
}
.language a{
    background: #e1e1e1;
    padding: 7px;
    border-radius: 5px;
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
}
.language a.active,
.section_header.scroll_menu .language a.active {
    background: var(--pimary-color);
    color: #fff !important;
}
.language a:first-child{
    border-radius: 15px 0 0 15px;
    padding-left: 13px;
}
.language a:last-child{
    border-radius: 0 15px 15px 0;
    padding-right: 13px;
}
.language a:hover{
    background: var(--third-color);
    color: #fff !important;
}
.section_slide, .uk-slideshow-items{
    height: calc(100vh);
    width: 100%;
    position: relative;
}
.section_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section_slide:before{
    content: none;
    clip-path: polygon(0 90%, 100% 60%, 100% 100%, 0% 100%);
    background: #00a59a;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity:1;
    z-index: 1;
}
.section_slide .uk-slideshow-nav {
    position: absolute;
    right: 30px;
    top: 40%;
    display: block;
    width: fit-content;
    height: auto;
}
.section_slide .uk-dotnav>*>* {
    border: 1px solid rgba(255, 255, 255, .3) !important;
    background-color: rgba(255, 255, 255, .3) !important;
    width: 10px;
    height: 10px;
}
.section_slide .uk-dotnav>.uk-active>* {
    background-color: #BFF143 !important;
    border-color: transparent;
}
.section_slide .uk-slideshow-nav li {
    margin: 10px 0;
}
.section_slide .uk-slidenav {
    position: absolute !important;
    bottom: 100px;
    z-index: 9999;
    left: 50px;
    display: inline-block;
    color: #0000008c !important;
    border: solid 3px #ffffff5e;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: rgba(255,255,255,0.5);
}
.section_slide .uk-slidenav:last-child {
    left: 95px;
}
.section_slide .uk-slidenav:hover {
    color: #000000 !important;
    border: solid 3px #fff;
}
.path{
    position: relative;
}
.path:before{
    content: '';
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
    background: #00a59a;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 1;
}
.path:after{
    content: '';
    clip-path: polygon(0 10%, 100% 40%, 100% 100%, 0% 100%);
    background: #00a59a;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 1;
}
.awards{
    position: absolute;
    bottom: 0;
    top: 150px;
    right: 50px;
}
.awards img{
    width: 300px;
    object-fit: contain;
    transition: all 0.4s;
    opacity: 0.6;
}
.awards:hover img{
    opacity: 1;
}
.img-cover img {
    position: relative;
}
.img-cover::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0px;
    background: linear-gradient(54deg, rgba(0, 0, 0, 0.4) 36.29%, rgba(0, 0, 0, 0) 71.89%);
    opacity: 1;
    z-index: 999;
}
.text_slide{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 30px;
    margin: auto 0;
    z-index: 1;
    color: #ffffff;
    display: table;
    text-align: left;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    padding: 0 30px;
    max-width: 40%;
}
.text_slide h2{
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
    line-height: 45px;
    font-size: 35px;
     text-transform: uppercase;
     margin-bottom: 15px;
}
.text_slide p{
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 19px !important;
    text-transform: inherit !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
    margin-bottom: 15px;
}
.btn_register{
    position: relative;
    padding: 0 30px !important;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    background: #0a0a0a;
    overflow: hidden;
    letter-spacing: 0.8px;
    font-size: 16px;
    height: 45px;
    line-height: 50px !important;
}
.btn_register:before{
    content: '';
    background: #BFF143;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -130%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    position: absolute;
}
.btn_register:after{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #BFF143;
    transform: translate3d(0, -101%, 0);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}
.btn_register:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}
.btn_register:hover{
    color: #000 !important;
}
.btn_register:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}
.btn_register>span{
    display: inline-flex;
    position: relative;
    z-index: 1;
}
.btn_register:hover>span{
    animation: MoveScaleUpInitial .3s forwards, MoveScaleUpEnd .3s forwards .3s;
}
@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.elementor_path {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor_path {
    bottom: -1px
}

.elementor_path:not([data-negative=true]) svg {
    z-index: -1
}

.elementor_path {
    transform: rotate(180deg);
}

.elementor_path svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
}

.elementor_path .elementor_pathfill {
    fill: rgb(237, 234, 219);
    transform-origin: center;
    transform: rotateY(127deg);
}

.elementor_path{
    transform: rotate(180deg);
}
.elementor_path svg{
    width: calc(179% + 1.3px);
    height: 161px;
    transform: translateX(-50%) rotateY(180deg);
}
.section_register{
    background-image: linear-gradient(180deg, rgb(237, 234, 219) 34%, #f0e3c9 100%);
    padding: 100px 0 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.section_register h2{
    color: #0a0a0a;
    font-size: 29px;
    letter-spacing: 1.3px;
}
.section_register p{
    color: #0a0a0a;
    font-size: 16px;
}
.section_register .elementor_pathfill{
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
.section_register .elementor_path{
    width: calc(207% + 1.3px);
    height: 59px;
    transform: rotate(180deg);
}
.section_register .elementor_path svg {
    width: calc(207% + 1.3px);
    height: 59px;
    transform: translateX(-50%) rotateY(180deg);
}
.box_register{
    border-radius: 30px;
    overflow: hidden;
    margin-top: 50px;
}
.box_register .column_12{
    margin-bottom: 10px !important;
}
.box_register .column_6{
    position: relative;
}
.box_register .column_6 .title{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 43%;
    margin: auto;
    border: solid 1px rgb(255 255 255 / 36%);
    color: #fff !important;
    z-index: 999;
}
.box_register .column_6 .title h3,
.box_register .column_6 .title h4{
    color: #fff !important;
}
.images_register{
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000;
}
.images_register img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.5;
}
.details_register{
    background: #ffffff;
    padding: 50px;
    text-align: center;
}
.section_register [class*=uk-column-]{
    column-gap: 0;
}
.details_register h3{
    color: #666666;
    font-size: 32px;
}
.details_register h4{
    color: #666666;
}
.input_data{
    padding: 10px;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 0;
    float: none;
    color: #495057;
    font-size: 15px;
    outline: none !important;
}
.input_data:hover{
    border: 1px solid #828282;
}
#phoneNumber {
    display: none;
}
#btn-country{
    border-radius: 0;
    background: #fff;
    border: 1px solid #ececec !important;
    padding: 10px!important;
    box-shadow: none;
    outline: none;
    width: 100%;
    text-align: left;
    display: flow-root;
    line-height: inherit;
    font-size: 14px;
}
.g-recaptcha {
    width: 300px;
    margin: auto;
}
.column_6{
    width: 50%;
    float: left;
    position: relative;
}
.column_12{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flow-root;
}
.column_4{
    width: 30%;
    float: left;
    position: relative;
}
.column_8{
    width: 70%;
    float: left;
    position: relative;
}
.column_12 i.uk-icon-angle-down{
    position: absolute;
    top: 13px;
    right: 10px;
}
.row_input{
    margin: 15px 0 0;
}
.btn-cc, .caret{
    color: #495057!important;
}
.btn_submit{
    background: #BFF143;
    border: none;
    color: #000;
    width: 400px;
    padding: 15px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    transition: all 0.5s;
    margin-top: 15px;
    font-weight: 500;
    font-weight: bold;
    font-family: 'AVENIR';
}
.btn_submit:hover{
    color: #fff;
    background: var(--pimary-color);
}
.f16 .flag{
    vertical-align: middle!important;
}
.overlay_slide{
    position: absolute;
    top: 0;
    width: 100%;
    height: 25vh;
    left: 0;
    background: linear-gradient(180deg, #000000 10%, rgba(227, 209, 182, 0) 100%);
    /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5032606792717087) 50%, rgba(255,255,255,0) 100%); */
    opacity: 0.4;
    z-index: 10;
}
.overlay_slide.white {
    opacity: 1;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.section_ourhome{
    padding: 6vh 0 0;
    text-align: center;
    color: #0a0a0a;
    font-size: 18px;
    overflow: hidden;
}
.section_ourhome h2{
    color: #0a0a0a;
    font-size: 36px;
    letter-spacing: 3.6px;
    margin-bottom: 25px;
}
.section_ourhome p{
    display: inline-block;
    width: 80%;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
}
.images_ourhome{
    height: 65vh;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.images_ourhome img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}
.section_ourhome .uk-container{
    position: relative;
    z-index: 1;
}
.section_residence{
    display: flow-root;
    width: 100%;
    background: #F1F1F1;
}
.images_residence{
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_residence img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.details_residence{
    padding: 50px;
    font-size: 16px;
    font-weight: normal;
}
.details_residence h2{
    color: var(--pimary-color);
    font-size: 30px;
    letter-spacing: 3.2px;
    margin-bottom: 30px;
}
.details_residence p{
    text-align: justify;
    font-size: 15px;
    margin-bottom: 15px;
    color: #0a0a0a;
}
.slide_residence{
    margin-top: 30px;
}
.slide_residence img{
    width: 100%;
    height: 130px!important;
    border-radius: 7px;
}
.slide_residence .slide{
    padding: 0 7px;
}
.slide_residence .slide a {
    display: contents !important;
}
.slide_residence .slick-list{
    margin: 0 -7px;
}
.section_about{
    height: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #000000;
    position: relative;
    font-size: 20px;
}
.section_about h2{
    font-size: 36px;
    letter-spacing: 3.6px;
    color: #000000;
    margin-bottom: 30px;
}
.section_about h4 {
        color: #000000;
         letter-spacing: 3.6px;
}
.section_about p{
    text-align: justify;
    font-size: 15px;
    margin-bottom: 15px;
}
.overlay_about{
    background: #edeadb;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slide_about{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.slide_about img{
    width: 100%;
    height: 130px;
    border-radius: 7px;
    object-fit: cover;
}
.slide_about .slide{
    padding: 0 7px;
}
.slide_about .slick-list{
    margin: 0 -7px;
}
.section_about .uk-container{
    width: 800px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.slide_about  i{
    font-size: 40px;
    font-weight: lighter;
}
.slide_about .slick-arrow {
    background: none;
    border: none;
    padding: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
    color: #000000;
}
.slide_about .slick-arrow.slick-prev{
    left: -30px;
}
.slide_about .slick-arrow.slick-next{
    right: -30px;
}

.uk-position-center-vertical, [class*=uk-position-center-left], [class*=uk-position-center-right]{
    top: auto;
    transform:none!important;
}
.section_benefit{
    padding: 100px 0 0;
    overflow: hidden;
}
.section_benefit .column_4{
    text-align: right;
    width: 40%;
}
.section_benefit .column_8{
    padding-left: 50px;
    width: 60%;
}
.section_benefit h2{
    font-size: 36px;
    color: var(--pimary-color);
    letter-spacing: 3.6px;
}
.section_benefit h4{
    color: #79923a;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}
.column_4 h2>label{
    display: inline-block;
    width: 100%;
}
.slide_benefit{
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.slide_benefit .slide{
    padding: 0 7px;
}
.slide_benefit .slick-list{
    margin: 0 -7px;
}
.slide_benefit img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 7px;
}
.slide_benefit i{
    font-size: 40px;
    font-weight: lighter;
}
.slide_benefit .slick-arrow{
    background: none;
    border: none;
    padding: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
    color: #ffffff;
}
.slide_benefit .slick-arrow.slick-prev{
    left: -30px;
}
.slide_benefit .slick-arrow.slick-next{
    right: -30px;
}
.section_benefit .uk-container{
    position: relative;
    z-index: 1;
    width: 1100px;
    margin: auto;
}
.section_benefit p{
    text-align: justify;
    font-size: 15px;
    margin-bottom: 15px;
    color: #000;
}
.section_gallery{
    padding: 0;
    text-align: center;
}
.section_gallery h2{
    font-size: 41px;
    color: var(--pimary-color);
    letter-spacing: 3.2px;
    padding: 100px 0;
}
.box_gallery{
    padding: 100px 50px;
    overflow: hidden;
}
.section_gallery h3{
    color: #707070;
    font-size: 29px;
    letter-spacing: 3.2px;
    text-transform: none;
}
.slide_aerial{
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.slide_aerial .slide{
    padding: 0 7px;
}
.slide_aerial .slick-list{
    margin: 0 -7px;
}
.slide_aerial img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 7px;
}
.slide_aerial i{
    font-size: 40px;
    font-weight: lighter;
}
.slide_exterior{
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.slide_exterior .slide{
    padding: 0 7px;
}
.slide_exterior .slick-list{
    margin: 0 -7px;
}
.slide_exterior img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 7px;
}
.slide_exterior i{
    font-size: 40px;
    font-weight: lighter;
}
.box_gallery{
    margin: 0;
    display: flow-root;
    width: 100%;
}
.row_gallery{
    margin: 0 -50px;
}
.box_gallery .column_12, .box_gallery .column_6{
    padding: 0 50px;
}
.box_gallery .column_12{
    margin-bottom: 50px;
}
.section_footer{
    padding: 100px 0;
    text-align: center;
    background-position: center;
    position: relative;
    color: #141414;
    background-size: cover;
}
.section_footer img{
    height: 150px;
    margin: auto;
    display: block;
}
.section_footer .mask_img {
    width: 25px !important;
    height: 25px !important;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background: #fff;
    transition: all 0.25s;
    display: inline-block;
    vertical-align: sub;
    margin-bottom: 5px;
}
.section_footer ul{
    width: auto;
    margin: 0 auto;
}
.section_footer li{
    width: 25%;
    float: left;
    list-style: none;
    padding: 15px;
        word-break: break-word;
        overflow-wrap: break-word;
}
.section_footer li label {
    font-family: var(--font-content) !important;
    font-size: 14px;
    color: #fff;
}
.section_footer label{
    display: inline-block;
    width: 100%;
}
.overlay_footer{
    background: #1e1d1e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.section_footer .uk-container{
    position: relative;
    z-index: 1;
}
.section_footer p{
    font-size: 14px;
}
.section_footer p>label{
    display: inline-block;
    width: 100%;
}
.section_footer ul li:hover a{
    color: var(--third-color);
}
.copyright{
    padding: 25px 0;
    display: flow-root;
    width: 100%;
    background: var(--pimary-color);
    position: relative;
}
.copyright ul{
    margin: 0;
    padding: 0;
}
.copyright li{
    list-style: none;
    padding: 0 15px 0 0;
    float: left;
    width: auto!important;
}
.copyright,
.copyright li a,
.copyright li a:hover {
    font-size: 12px !important;
    text-transform: uppercase;
        color: #ffffff !important;
}
.copyright .column_6:nth-last-child(1){
    text-align: right;
}
.slick-arrow{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.slide_exterior .slick-arrow{
    background: none;
    border: none;
    padding: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
    color: #ffffff;
}
.slide_exterior .slick-arrow.slick-prev{
    left: -30px;
}
.slide_exterior .slick-arrow.slick-next{
    right: -30px;
}
.slide_exterior {
     display: flex;
     align-items: center;
 }
.slide_aerial .slick-arrow{
    background: none;
    border: none;
    padding: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
    color: #ffffff;
}
.slide_aerial .slick-arrow.slick-prev{
    left: -30px;
}
.slide_aerial .slick-arrow.slick-next{
    right: -30px;
}
.slide_aerial {
    display: flex;
    align-items: center;
}
.slide_exterior {
    display: flex;
    align-items: center;
}
.slide_residence {
    display: flex;
    align-items: center;
}
.slide_residence .slick-arrow{
    background: none;
    border: none;
    padding: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
    color: #ffffff;
}
.slide_residence .slick-arrow.slick-prev{
    left: -30px;
}
.slide_residence .slick-arrow.slick-next{
    right: -30px;
}
.slide_residence .slick-arrow i{
    font-size: 40px;
    font-weight: lighter;
}
nav.menu_mobile{
    display: none;
}
.hamberger_menu {
    display: block;
    height: 80px;
}
.button_container {
    position: absolute;
    /*top: 0;*/
    /*bottom: 0;*/
    height: 13px;
    width: 25px;
    margin: auto;
    cursor: pointer;
    transition: all 1s;
    z-index: 15;
    right: 0;
    top: 0;
    bottom: 0;
}
.button_container:before{
    content: '';
    width: 33px;
    height: 27px;
    position: absolute;
    left: -5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #ffffff3d;
    border-radius: 3px;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #fff;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 6px;
    width: 100%;
}

.button_container span:nth-of-type(3) {
    top: 12px;
}

.overlay {
    position: fixed;
    /*background-image: url('../images/icon/bg.jpg');*/
    background: #FFFFFFDE;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
}

.overlay.open {
    opacity: 1;
    width: 350px;
}

.overlay.open li {
    -webkit-animation: fadeInUp .9s ease forwards;
    animation: fadeInUp .9s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay nav {
    position: relative;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: left;
    padding: 0 50px;
    margin-top: 75px;
}

.overlay ul {
    list-style: none;
    margin: 80px auto 0;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    padding: 0 30px;
    font-size: 18px;
}

.overlay ul li {
    /*display: block;*/
    position: relative;
    padding: 10px 0;
    opacity: 0;
    width: 100%;
    line-height: initial;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #000000;
    text-decoration: none;
    /*overflow: hidden;*/
    opacity: 1;
    transition: all 0.25s;
}

.overlay ul li.active a, .overlay ul li a:hover, .nav_mobile .overlay-menu .active {
    color: #189A96;
    opacity: 1;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.fix_body {
    overflow: hidden !important;
}
.button_container.active{
    right: 10px;
}
.button_container.active:before{
    background: var(--pimary-color);
}
.sub_menuscroll.active{
    color: var(--third-color);
}