*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
    transition: .5s ease;
}
h1,h2,h3,h4,h5,h6,p,ul{
    margin-bottom: 0;
}
input:focus , select:focus, textarea:focus {
    outline: none;
}
@font-face {
    font-family: 'Lato-Regular';
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: 'DMSans-Regular';
    src: url(../fonts/DMSans-Regular.ttf);
}
@font-face {
    font-family: 'DMSans-Light';
    src: url(../fonts/DMSans-Light.ttf);
}
@font-face {
    font-family: 'DMSans-SemiBold';
    src: url(../fonts/DMSans-SemiBold.ttf);
}
@font-face {
    font-family: 'DMSans-Medium';
    src: url(../fonts/DMSans-Medium.ttf);
}
@font-face {
    font-family: 'Onest-Thin';
    src: url(../fonts/Onest-Thin.ttf);
}
@font-face {
    font-family: 'Onest-Light';
    src: url(../fonts/Onest-Light.ttf);
}
@font-face {
    font-family: 'Onest-Regular';
    src: url(..//fonts/Onest-Regular.ttf);
}
@font-face {
    font-family: 'Onest-Medium';
    src: url(../fonts/Onest-Medium.ttf);
}
@font-face {
    font-family: 'Onest-ExtraLight';
    src: url(../fonts/Onest-ExtraLight.ttf);
}
@font-face {
    font-family: 'Onest-SemiBold';
    src: url(../fonts/Onest-SemiBold.ttf);
}
@font-face {
    font-family: 'Akkurat';
    src: url(../fonts/Akkurat.ttf);
}

.back-to-projects-main {
	padding-top:50px;
}
.back-to-projects a {
	font-size:14px;
	color: #000000;
	font-family: 'Onest-Light';
	display: flex;
    align-items: center;
    column-gap: 10px;
}


.container-main {
    max-width: 1360px;
    margin: 0 auto;
}
.main-header {
     padding: 24px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main-header.scrolled {
    background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}
.main-header.sticky {
    padding: 16px 0;
}
body.inner-page .main-header {
    background: #fff;
}
.padding-top {
   padding-top: 91px;
}
.padding-top {
    display: none;
}
body.inner-page  .padding-top {
    display: block;
}
body.inner-page .main-header.sticky {
    position: fixed;
}
.main-header.sticky .menu-icon , .inner-page .menu-icon , .main-header.scrolled .menu-icon{
    filter: invert(1);
}
.main-header.sticky .main-header-center a img , .inner-page .main-header-center a img , .main-header.scrolled .main-header-center a img {
    filter: invert(1);
    width: 180px;
}
.main-header.sticky .main-header-right a , .inner-page .main-header-right a , .main-header.scrolled .main-header-right a {
    color: #000000;
    border-color: #000000;
}
.main-header .container-main {
    max-width: 1565px;
    margin: 0 auto;
}
.main-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-header-left-main {
    position: relative;
    z-index: 1000000;
}
.menu-icon {
    background: url(../images/menu-icon.webp);
    width: 30px;
    height: 19px;
    display: block;
    cursor: pointer;
}
.custom-menu {
    background: #000000;
    position: fixed;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 99999;
    overflow-x: auto;
    /* padding: 100px 0; */
}
.custom-menu.active {
    opacity: 1;
    visibility: visible;
    transition: all ease 0.4s;
    left: 0;
}
.custom-menu-main {
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.custom-menu-main ul li {
    text-align: center;
	transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s ease;
}
.custom-menu.active .custom-menu-main ul li {
    transform: translateY(0);
    opacity: 1;
}
.custom-menu-main ul li+li {
    padding-top: 60px;
}
.custom-menu-main ul li a {
    font-size: 58px;
    line-height: 58px;
    color: #ffffff;
    font-family: 'DMSans-Light';
}


/* body.menu-open {
    overflow: hidden;
} */
body.menu-open .menu-icon {
    background: url(../images/close-icon.webp);
    background-repeat: no-repeat;
}
.main-header-right a {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #fff;
    font-family: 'Lato-Regular';
    text-transform: uppercase;
    width: 125px;
    height: 43px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header-right a:hover {
	background:#fff;
	color:#000;
}
.main-header.sticky .main-header-right a:hover , .inner-page .main-header-right a:hover {
	background:#000;
	color:#fff;
	border-color:#000;
}
.main-header-center img {
    width: 210px;
}
.home-banner-main {
    position: relative;
}
.home-banner-img {
    height: 100vh;
}
.home-banner-img img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.home-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-banner-info .container-main {
    height: 100%;
}
.home-banner-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: end;
    padding-bottom: 140px;
}
.home-banner-content h1 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    font-family: 'DMSans-Regular';
    text-transform: uppercase;
}
.home-banner-content h1 span {
    display: block;
    color: #bababa;
    animation: slideup 2.5s infinite;
    -webkit-animation: slideup 2.5s infinite;
    -moz-animation: slideup 2.5s infinite;
}
@keyframes slideup {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    20% {
        opacity: 1;
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}
.home-transforming{
    background: #161616;
    padding-top: 128px;
    padding-bottom: 124px;
}
.home-transforming-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home-transforming-left h2 { 
    font-size: 56px;
    line-height: 66px;
    color: #ffffff;
    font-family: 'DMSans-Light';
}
.home-transforming-left {
    width: 32%;
}
.home-transforming-right {
    width: 68%;
    padding-left: 180px;
}
.home-transforming-right p {
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    font-family: 'Onest-Thin';
}
.home-projects {
    background: #161616;
    padding-bottom: 125px;
    position: relative;
}
.home-projects .container-main {
/*     margin-right: 0;
    margin-left:273px;
	transition: margin-left 0.7s ease; */
	max-width:unset;
	padding:0;
}
.home-projects-info {
    padding-top: 17px;
}
.home-projects-info h6 {
    font-size: 12px;
    line-height: 28px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-family: 'Onest-Light';
    padding-bottom: 4px;
}
.home-projects-info h4 a {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'DMSans-SemiBold';
}
.home-projects-grid {
    display: -webkit-box;
    overflow-x: scroll;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
    /*padding-left: 10%;*/
}
.home-projects-grid::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #646464;
    height: 3px;
    margin-right:273px;
    margin-left: 273px;
}
.home-projects-grid::-webkit-scrollbar {
    width: 12px;
    background-color: #161616;
    border-radius: 0px;
    height: 3px;
}
.home-projects-grid::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #ffffff;
    height: 3px;
}
.home-projects-block {
    padding-right: 55px;
    width: 35.6%;
}
.home-projects-block:nth-child(1) {
/*     margin-left: -10%; */
    transition: margin-left 0.5s ease;
	margin-left:273px;
}
.home-projects-img {
    height: 805px;
}
.home-projects-img img {
      height: 100%;
    object-fit: cover;
    width: 100%;
}
/*.home-projects-btn {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    right: 0;*/
/*}*/
/*.home-projects-btn-flex {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    max-width: 1360px;*/
/*    margin: 0 auto;*/
/*    justify-content: end;*/
/*    margin-top: -15px;*/
/*    column-gap: 12px;*/
/*}*/
.home-projects-btn-flex button{
    background: unset;
    border: unset;
    position: relative;
    z-index: 3;
}
.home-projects-btn-flex button.disabled {
    opacity: 0.4;
}
.home-projects-all {
    display: flex;
    justify-content: center;
    padding-top: 62px;
}
.home-projects-all a {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #fff;
    font-family: 'Onest-Regular';
    width: 190px;
    height: 48px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.home-expertise {
    position: relative;
}
.home-expertise-img img {
    width: 100%;
}
.home-expertise-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-expertise-info .container-main {
    height: 100%;
}
.home-expertise-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: end;
    padding-bottom: 250px;
}
.home-expertise-content h6 {
    font-size: 16px;
    letter-spacing: 3.2px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'DMSans-Medium';
    padding-bottom: 20px;
}
.home-expertise-content h2 {
    font-size: 58px;
    line-height: 58px;
    color: #fff;
    font-family: 'DMSans-Light';
    max-width: 800px;
    padding-bottom: 25px;
}
.home-expertise-content p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: 'Onest-Light';
    max-width: 600px;
}
.home-expertise.home-mission .home-expertise-info {
    left: unset;
    right: 0;
    display: flex;
}
.home-expertise.home-mission .home-expertise-info .container-main {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
}
.home-mission-flex {
    max-width: 604px;
}
.home-news-main {
    padding-top: 120px;
    padding-bottom: 250px;
    position: relative;
}
.home-news-main .container-main {
    margin-right: 0;
    max-width: 1636px;
}
.home-news-title {
    padding-bottom: 38px;
}
.home-news-title h2 {
    font-size: 46px;
    line-height: 50px;
    color: #000000;
    letter-spacing: 1.15px;
    font-family: 'DMSans-Regular';
    text-transform: uppercase;
}
.home-news-grid {
    display: -webkit-box;
    overflow-x: scroll;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}
.home-news-grid::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #bfbfbf;
    height: 3px;
    margin-right:273px;
    margin-left: 0;
}
.home-news-grid::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
    border-radius: 0px;
    height: 3px;
}
.home-news-grid::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #000000;
    height: 3px;
}
.home-news-block {
    padding-right: 55px;
    width: 43.35%;
}
.home-news-img img {
    width: 100%;
}
.home-news-info {
    padding-top: 16px;
}
.home-news-info h6 {
    font-size: 12px;
    color: #535353;
    font-family: 'Onest-Light';
    padding-bottom: 10px;
}
.home-news-info h4 {
    max-width: 550px;
}
.home-news-info h4 a {
    font-size: 32px;
    line-height: 34px;
    color: #000000;
    font-family: 'DMSans-Light';
}
.home-news-info p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Onest-Light';
    padding-top: 10px;
}
/*.home-news-main .home-projects-btn-flex button img {*/
/*    filter: invert(1);*/
/*}*/
.home-news-main .home-projects-all {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.home-news-main .home-projects-all a {
    color: #000000;
    border: 1px solid #000000;
}
.home-testimonial {
    position: relative;
}
.home-testimonial-img {
    background: url(../images/testimonial-bg.webp);
    height: 943px;
    background-size: cover;
    background-attachment: fixed;
}
.home-testimonial-img img {
    width: 100%;
}
.home-testimonial-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.home-testimonial-content {
    text-align: center;
}
.home-testimonial-content h2 {
    font-size: 42px;
    line-height: 58px;
    color: #ffffff;
    font-family: 'DMSans-Light';
    padding-bottom: 40px;
}
.home-testimonial-content p {
    font-size: 16px;
    letter-spacing: 3.2px;
    color: #fefefe;
    font-family: 'Onest-Medium';
    text-transform: uppercase;
}
.home-testimonial-content p span {
    font-family: 'Onest-Regular';
}
.what-we-do {
    padding-top: 118px;
    padding-bottom: 125px;
}
.what-we-do-title {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.what-we-do-title h6 {
    font-size: 16px;
    letter-spacing: 3.2px;
    color: #000000;
    font-family: 'DMSans-Medium';
    text-transform: uppercase;
    padding-bottom: 21px;
}
.what-we-do-title h2{
    font-size: 46px;
    line-height: 54px;
    color: #000000;
    font-family: 'DMSans-Light';
}
.what-we-width {
    max-width: 1135px;
    margin: 0 auto;
    padding-top: 45px;
}
.what-we-flex {
    display: flex;
    flex-wrap: wrap;
}
.what-we-block {
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #acacac;
}
.what-we-block:last-child {
    border-right: unset;
}
.what-we-block h4 {
    font-size: 40px;
    line-height: 50px;
    color: #6b6b6b;
    font-family: 'Onest-Regular';
    padding-bottom: 5px;
}
.what-we-block p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'Onest-Light';
}
.what-we-do .home-projects-all a {
    color: #000000;
    border: 1px solid #000000;
}
.footer-main {
    background: #000000;
    padding-top: 93px;
    padding-bottom: 70px;
}
.footer-top-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-contact h6 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14px;
    color: #717171;
    font-family: 'Onest-Regular';
    padding-bottom: 6px;
}
.footer-contact ul li , .footer-contact ul li a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14px;
    color: #ffffff;
    font-family: 'Onest-ExtraLight';
    max-width: 224px;
}
.footer-social {
    padding-top: 27px;
}
.footer-social ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.footer-links ul li a {
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #ffffff;
    font-family: 'Onest-ExtraLight';
}
.footer-links ul li+li {
    margin-top: 8px;
}
.footer-news h6 {
    font-size: 20px;
    color: #fff;
    font-family: 'DMSans-Medium';
    padding-bottom: 9px;
}
.footer-news p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14px;
    color: #ffffff;
    font-family: 'Onest-ExtraLight';
	max-width: 500px;
}
.footer-form {
    position: relative;
    margin-top: 18px;
}
.footer-form input[type="email"]{
    width: 510px;
    height: 50px;
    background: unset;
    border: 1px solid #8e8e8e;
    padding-left: 14px;
    font-family: 'Onest-Light'; 
    color: #c7c7c7;
}
.footer-form input[type="email"]::placeholder {
    color: #c7c7c7;
}
.footer-form input[type="submit"] {
    position: absolute;
    right: 14px;
    top: 20px;
    background-color: unset;
    border: unset;
    background: url(../images/newsletter-arrow.webp);
    width: 15px;
    height: 10px;
}
.footer-bottom-flex {
    display: flex;
    align-items: center;
    column-gap: 24px;
    padding-top: 72px;
}
.footer-bottom-flex span , .footer-bottom-flex a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.3px;
    font-family: 'Onest-Light';
}
.footer-logo {
    padding-top: 85px;
}
.footer-logo img {
    width: 100%;
}
.lodaer {
    position: fixed;
    background-color: #000000;
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
body.loading {
    overflow: hidden;
}




/* ABOUT */
.about-banner-main .home-banner-content h1 span {
    display: unset;
    animation: unset;
}
.about-re-iamging {
    background: #fff;
}
.about-re-iamging .home-transforming-left h2 {
    color: #000000;
}
.about-re-iamging .home-transforming-right p {
    color: #292728;
}
.about-re-iamging-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
    padding-top: 118px;
}
.about-re-iamging-block {
    width: 33.33%;
    padding: 0 15px;
}
.about-re-iamging-block-inner {
    border: 1px solid #e3e3e3;
    padding-top: 39px;
    padding-bottom: 50px;
}
.about-re-iamging-block-inner {
    text-align: center;
}
.about-re-iamging-block-inner h4 {
    font-size: 40px;
    letter-spacing: 0.40px;
    color: #2c2c2c;
    font-family: 'Onest-Regular';
    padding-bottom: 5px;
}
.about-re-iamging-block-inner p {
    font-size: 18px;
    line-height: 20px;
    color: #292728;
    font-family: 'Akkurat';
}
.about-bg .about-bg-img {
    background: url(../images/about-bg1.webp);
    height: 822px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.about-bg1 .about-bg-img {
    background: url(../images/about-bg2.webp);
    height: 822px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center;
}
.about-bg-img img {
    width: 100%;
}
.about-vision {
    padding: 120px 0;
}
.about-vision .about-vision-title {
    text-align: center;
}
.about-vision-title h6 {
    font-size: 16px;
    letter-spacing: 3.2px;
    color: #000000;
    font-family: 'DMSans-Medium';
    text-transform: uppercase;
    padding-bottom: 15px;
}
.about-vision-title h2 {
    font-size: 58px;
    line-height: 58px;
    color: #000000;
    font-family: 'DMSans-Light';
    padding-bottom: 23px;
}
.about-vision .about-vision-title h2 {
    max-width: 500px;
    margin: 0 auto;
}
.about-vision-title p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.16px;
    color: #000000;
    font-family: 'Onest-Light';
}
.about-vision .about-vision-title p {
    max-width: 729px;
    margin: 0 auto;
}
.about-values {
    background: #f9f9f9;
    padding: 175px 0;
}
.about-values-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-values-left {
    width: 58.5%;
}
.about-values-left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-values-left img {
    width: 100%;
}
.about-values-right {
    width: 41.5%;
    padding-left: 96px;
}
.about-vision-bottom {
    padding: 160px 0;
}
.about-vision-bottom-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-vision-bottom-left {
    width: 50.5%;
    padding-right: 100px;
}
.about-vision-bottom-right {
    width: 49.5%;
}
.about-vision-bottom-right img {
    width: 100%;
}
.about-vision-title p+p {
    padding-top: 7px;
}

/* PROPERTIES */
.properties-banner-slider-block {
    position: relative;
}
.properties-banner-slider-img {
    height: 100vh;
}
.properties-banner-slider-img img {
    height: 100%;
	object-fit: cover;
}
.properties-banner-slider-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 101px;
}
.properties-banner-slider-content {
    text-align: center;
}
.properties-banner-slider-content h6 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Onest-Light';
}
.properties-banner-slider-content h1 {
    font-size: 80px;
    line-height: 75px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'DMSans-SemiBold';
    padding-top: 24px;
    max-width: 901px;
}
.properties-banner-slider-content .home-projects-all {
    padding-top: 29px;
}
.properties-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding-top: 101px;
    width: 100%;
}
.properties-slider-btn-flex button {
    background: unset;
    border: unset;
}
.properties-slider-btn-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1565px;
    margin: 0 auto;
}
.properties-re-defining .home-transforming-flex {
    align-items: flex-start;
}
.properties-re-defining .home-transforming-left {
    width: 36%;
}
.properties-re-defining .home-transforming-right {
    width: 64%;
    padding-left: 118px;
}
.properties-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 21px;
    border-bottom: 1px solid #dedede;
}
.properties-filter-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 70px;
}
.properties-filter-left-block {
    display: flex;
    align-items: center;
}
.properties-filter-left-block label {
    font-size: 11px;
    letter-spacing: 0.275px;
    color: #000000;
    font-family: 'Onest-Light';
    text-transform: uppercase;
    display: block;
    padding-right: 25px;
}
.properties-filter-left-block select {
    font-size: 11px;
    letter-spacing: 0.275px;
    color: #000000;
    font-family: 'Onest-Medium';
    background: unset;
    border: unset;
/*     text-transform: uppercase; */
    width: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/properties-dd-arrow.webp) no-repeat;
    background-position: right 0px center;
    padding-right: 20px;
	width: 173px;
}
.properties-filter-right span {
    font-size: 11px;
    letter-spacing: 0.275px;
    color: #000000;
    font-family: 'Onest-Light';
    text-transform: uppercase;
}
.properties-list-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    row-gap: 36px;
    padding-top: 75px;
}
.properties-list-block {
    width: 33.33%;
    padding: 0 18px;
}
.properties-list-inner {
    position: relative;
    overflow: hidden;
}
.properties-list-img {
    height: 521px;
}
.properties-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}
.properties-list-img img:hover {
    transform: scale(1.1);
}
.properties-list-label {
    position: absolute;
	top: -5px;
    left: 0;
}
.menu-open .properties-slider-btn {
    z-index: unset;
}
.properties-list-label span {
    font-size: 11px;
    letter-spacing: 0.275px;
    color: #000000;
    font-family: 'Onest-Medium';
    text-transform: uppercase;
    background: #ffffff;
    display: inline-block;
    padding: 4px 10px;
	padding-top: 10px;
}
.properties-list-info {
    position: absolute;
    bottom: 0;
    padding-bottom: 29px;
    padding-left: 28px;
	background: linear-gradient(to bottom, #ffffff00 -3%, #0000007d 50%);
    width: 100%;
    padding-top: 30px;
}
.properties-list-info h6 {
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Onest-Light';
    text-transform: uppercase;
}
.properties-list-info h4 {
    font-size: 24px;
    color: #fff;
    font-family: 'DMSans-SemiBold';
    text-transform: uppercase;
}
.properties-list-info h4 a {
    color: #fff;
}
.partner-join {
    padding-top: 156px;
    padding-bottom: 160px;
}
.partner-join .what-we-do-title p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Onest-Light';
    padding-top: 35px;
}
.partner-join .home-projects-all {
    padding-top: 40px;
}
.partner-join .home-projects-all a {
    color: #000000;
    border: 1px solid #000000;
}

/* PROPERTIES DETAILS */
.property-details-main {
    padding-top: 90px;
    padding-bottom: 110px;
}
.property-details-content h1 {
    font-size: 56px;
    color: #000000;
    font-family: 'Onest-SemiBold';
    text-transform: uppercase;
    padding-bottom: 20px;
}
.property-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Onest-ExtraLight';
    max-width: 1163px;
}
.property-details-flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    padding-top: 42px;
}
.property-details-block {
    padding-left: 45px;
    padding-right: 45px;
    border-right: 1px solid #acacac;
}
.property-details-block:first-child {
    padding-left: 0;
}
.property-details-block:last-child {
    padding-right: 0;
    border-right: unset;
}
.property-details-block h6 {
    font-size: 14px;
    color: #000000;
    font-family: 'Onest-SemiBold'; 
    text-transform: uppercase;
    padding-bottom: 9px;
}
.property-details-block p {
    font-size: 14px;
    color: #000000;
    font-family: 'Onest-Light';
}
.pd-slider {
    position: relative;
}
.pd-slider .owl-carousel .owl-item {
    opacity: 0.5;
}
.pd-slider .owl-carousel .owl-item.active{
    opacity: 1;
}
.pd-slider-btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.pd-slider-btn-flex {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.pd-slider-btn-flex button {
    background-color: unset;
    border: unset;
}
.related-properties-title h4 {
    font-size: 24px;
    color: #000000;
    font-family: 'DMSans-SemiBold';
    text-transform: uppercase;
}
.related-properties {
    padding-top: 105px;
    padding-bottom: 110px;
}
.related-properties .properties-list-flex {
    padding-top: 33px;
}


/* CONTACT */
.contact-main {
    border-top: 1px solid #d8d8d8;
    padding: 130px 0;
}
.contact-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contact-left {
    width: 51.3%;
}
.contact-left h1 {
    font-size: 46px;
    line-height: 50px;
    color: #000000;
    font-family: 'DMSans-Regular';
    padding-bottom: 100px;
}
.contact-left h6 {
    font-size: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Onest-Regular';
    padding-bottom: 10px;
}
.contact-left h2 {
    font-size: 36px;
    letter-spacing: 0.9px;
    color: #292728;
    font-family: 'DMSans-Regular';
}
.contact-left ul {
    padding-top: 38px;
}
.contact-left ul li {
    display: flex;
    align-items: center;
    column-gap: 27px;
}
.contact-left ul li+li {
    padding-top: 18px;
}
.contact-left ul li , .contact-left ul li a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #292728;
    font-family: 'Onest-Regular';
}
.contact-right {
    width: 48.7%;
}
.contact-right img {
    width: 100%;
}

/* CONSTRUCTIONS CAM */
.constructions-cam-main {
    padding-top: 120px;
    padding-bottom: 130px;
}
.constructions-cam-title h1 {
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 1.15px;
    color: #000000;
    font-family: 'DMSans-Regular';
    text-transform: uppercase;
    text-align: center;
}
.constructions-cam-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 54px;
}
.constructions-cam-block {
    width: 50%;
    padding: 0 20px;
}
.constructions-cam-block-inner {
    position: relative;
}
.constructions-cam-block-img {
    height: 319px;
}
.constructions-cam-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.constructions-cam-block-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.constructions-cam-block-info {
    padding-top: 13px;
}
.constructions-cam-block-info h6 {
    font-size: 12px;
    line-height: 28px;
    color: #535353;
    text-transform: uppercase;
    font-family: 'Onest-Light';
}
.constructions-cam-block-info h4 {
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-family: 'DMSans-Regular';
    padding-bottom: 9px;
}
.constructions-cam-block-info a {
    font-size: 14px;
    color: #000000;
    font-family: 'Onest-Light';
    display: flex;
    align-items: center;
    column-gap: 8px;
    position: relative;
}
.constructions-cam-block-info a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 96px;
    bottom: 0;
    background: #292728;
}

/* NEWS */
.news-banner-img img {
    width: 100%;
}
.news-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 60px;
    padding-top: 59px;
}
.news-block {
    width: 33.33%;
    padding: 0 15px;
}
.news-block-img {
    height: 271px;
}
.news-block-img a {
    height: 100%;
    width: 100%;
}
.news-block-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-block-info.home-news-info h4 a {
    font-size: 26px;
    line-height: 30px;
}
.news-block-info.home-news-info p {
    line-height: 22px;
}


/* POPUP */

.modal-dialog {
    max-width: 1110px !important;
}
.modal-header .btn-close {
    opacity: 1;
    position: absolute;
    right: 50px;
    top: 40px;
    border: unset;
    padding: 0;
}
.btn-close:focus {
    box-shadow: unset;
}
.modal-header {
    display: block !important;
    border-bottom: unset !important;
    padding: 0;
}
.modal-footer {
    display: block !important;
    text-align: center;
    border-top: unset;
}
.modal-footer p {
    display: block;
    margin: 80px 0 0 !important;
    font-family: 'Onest-Regular' !important;
    font-size: 12px !important;
    letter-spacing: 0.055rem !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding-bottom: 26px !important;
}
.modal-footer-flex {
    display: flex;
    justify-content: space-around !important;
    padding-top: 30px;
}
.modal-content {
    padding: 80px 160px 115px !important;
    background-color: #F5F5F5 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0px !important;
}
.modal-body h1 {
    font-size: 36px;
    line-height: 40px;
    max-width: 400px !important;
    font-family: 'DMSans-Regular';
    color: #292728;
    text-align: center;
    margin: 0 auto;
}
.modal-body p {
    text-align: center;
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto;
    color: #535353;
    font-family: 'Onest-Light';
    padding-top: 17px;
}
.modal-body p a {
    color: #535353;
}
.modal-footer button {
    border: unset;
    background: unset;
}
.modal-footer button , .modal-footer a {
    margin: 0 22px;
    padding: 0;
    font-family: 'Onest-Light';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.015rem;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
}
.form-control:focus {
    color: unset !important;
    background-color: unset !important;
    border-color: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}
input.form-control.input-lg {
    font-size: 1.6rem !important;
    background-color: unset;
    padding: 0px 40px 0;
    letter-spacing: 0px;
    border: unset;
    font-family: 'DMSans-Regular';
    color: #212529;
    height: 60px;
}
input.form-control.input-lg::placeholder {
    color: #212529;
}
.input-group {
    border: 1px solid;
    align-items: center;
}
.input-group input[type="submit"] {
    border: unset;
    background: unset;
    font-size: 12px;
    font-family: "Akkurat";
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 58px;
    letter-spacing: 1px;
    border-left: 1px solid;
    height: 40px;
}


/* ANIMATION */

.animation-sec {
    background-color: #000000;
}
.home-expertise {
    position: sticky;
    top: 0;
}

/* z-css */
.home-projects-all a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.home-news-main .home-projects-all a:hover{
	background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.what-we-do .home-projects-all a:hover{
	background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.single-projects .home-banner-img::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.9999999999999999) 0%, rgba(0,1,1,0.9999999999999999) 3%, rgba(0,9,16,0) 30%, rgba(2,38,66,0) 100%);
}
.properties-banner-slider-info {
    background: #00000052;
}
.partner-join .home-projects-all a:hover{
	background-color: #000;
    color: #fff;
    border: 1px solid #000;
}


.home-news-img {
    height: 410px;
}
.home-news-img img {
    height: 100%;
    object-fit: cover;
}
.home-news-img a {
    width: 100%;
    height: 100%;
}

body.inner-page.menu-open span.menu-icon {
   filter: unset;
}


/* TERMS & PRIVACY */
.contact-page-flex-part .contact-title {
	padding-bottom:38px;
}
.contact-page-flex-part .contact-title h2 , .flex-1 h2 {
	font-family: 'DMSans-Regular' !important;
}
.flex-2 p {
	font-family: 'Onest-Light' !important;
}
.flex-2 ul {
    margin-left: 17px !important;
    margin-bottom: 20px !important;
}
.flex-2 ul li {
    list-style: disc !important;
    font-family: 'Onest-Light' !important;
}


/*CONTACT NEW*/
.contact-form-title h1 {
    font-size: 46px;
    line-height: 54px;
    color: #000000;
    font-family: 'DMSans-Light';
    padding-bottom:15px;
}
.contact-form-title p {
    font-size:16px;
    line-height:28px;
    font-family: 'Onest-Light';
    color:#000000;
}
.contact-form {
    max-width:755px;
    margin:0 auto;
    padding-top:50px;
}
.contact-form-flex {
    display: flex;
    flex-wrap: wrap;
    margin:0 -5px;
}
.contact-form-block {
    width: 50%;
    padding:0 5px;
    padding-bottom:10px;
}
.contact-form-block input {
    font-size:16px;
    letter-spacing:0.4px;
    color:#707070;
    width: 100%;
    height:52px;
    padding:0 15px;
    font-family: 'Onest-Regular';
}
.contact-form-block input:placeholder {
    color:#707070;
}
.contact-form-block select {
    font-size:16px;
    letter-spacing:0.4px;
    color:#707070;
    width:100%;
    height:52px;
    padding:0 15px;
    font-family: 'Onest-Regular';
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background:url(../images/select-arrow.webp);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) calc(100% - 20px);
}
.contact-form-submit {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top:5px;
}
.contact-form-submit input {
    font-size:14px;
    letter-spacing:1.4px;
    text-transform:uppercase;
    font-family: 'Onest-Regular';
    color:#fbfbfb;
    border: unset;
    width: 190px;
    height: 55px;
    background: #000000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.contact-page-bottom {
    padding:60px 0;
    background: #f6f6f6;
}

.home-projects-btn-flex button.prev-btn {
    position: absolute;
    top: 387px;
    left: 40px;
}

.home-projects-btn-flex button.next-btn {
    position: absolute;
    top: 387px;
    right: 40px;
}
/*.home-projects-btn-flex button img {*/
/*    width:50px;*/
/*    filter:invert(1);*/
/*}*/
.home-projects-btn-flex button.prev-btn1 {
    position: absolute;
    top: 396px;
    padding-left: 40px;
}
.home-projects-btn-flex button.next-btn1 {
    position: absolute;
    top: 396px;
    padding-right: 40px;
    right:0;
}
.property-details-block {
    width:20%;
}
.property-details-block.no-padding {
    padding-left: 0;
}
.property-details-block:last-child a {
    display:block;
}
.properties-list-label span{
	background: #ffffff;
	color:#000;
}

span.status-under-construction {
    background-color: gray; /* Gray */
    color: white; /* White text */
}

span.status-ongoing{
    background-color: black; /* Black */
    color: white; /* White text */
}

span.status-completed {
    background-color: #4CAF50; /* Green */
    color: white; /* White text */
}

span.status-currently-selling {
    background-color:#2196F3; /* Blue */
    color: white;
}
