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



@font-face {
  font-family: "helvetica_lt_geo_roman";
  src: url(/client/assets/fonts/HELVETICA_NEUE_LT_GEO_55_ROMAN.TTF);
}

@font-face {
  font-family: "helvetica_lt_geo_bold";
  src: url(/client//assets/fonts/HELVETICA_NEUE_LT_GEO_75_BOLD.TTF);
}

@font-face {
  font-family: "helvetica_lt_geo_medium";
  src: url(/client//assets/fonts/HELVETICA_NEUE_LT_GEO_65_MEDIUM.TTF);
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;


}

html, body{
    font-family: "helvetica_lt_geo_roman";
  height: 100%;
    -webkit-tap-highlight-color: transparent;
}
body{
  color: #1E2027;
}




*::after,
*::before {
    position: absolute;
    content: "";
}

/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}

ol, ul {
	list-style: none;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}


a{
  text-decoration: none;

}

::-webkit-scrollbar {
  width: 6px;
    height: 6px;
  background-color: #707070;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: black;
}


button{
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}

.container{
    margin: auto;
    max-width: 1920px;
    position: relative;
    height: 100%;

  }

  .main-padding{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .site-background-wrapper{

    position: relative;

      padding-bottom: 2rem;


  }


  .site-background{
    background-image: url('/client/assets/images/background/153805257_4003585e-930f-415e-896d-0c7046ff9e60.png');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-origin: padding-box;
    padding: 1rem;
    opacity: 0.3;
    background-attachment: fixed;
    z-index: -1;
    pointer-events: none;
      background-position-y: 1rem;
      background-position-x: center;
  }

  .site-background.gradient{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: 1;
    height: 17rem;
    opacity: 1;
  }

  .btn-book {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1.2rem;
    border: 1px solid #84C157;
    border-radius: 0.8rem;
    justify-content: center;
    color: #84C157;
    width: fit-content;

  }

.header{
    position: relative;

}

  .header.absolute{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;

  }

  .header-nav{
    display: flex;
    gap: 1.5rem;
  }
  .header-nav a{
    color: #1E2027;
    opacity: 0.3;
  }
.header.white-nav .header-nav a{
    color: white;
    opacity: 0.4;
}
  .header-nav a.active{

    opacity: 1;
  }




  .header-content{
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center;
  }

  .header-content > div{
    flex: 0 0 50%;
  }


  .header-logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-content .right{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-content .right > div{

    text-align: center;

  }
  .header-content .right > div:nth-child(1){
    flex-grow: 2;
  }
  .header-content .right > div:nth-child(2){

    display: flex;
    justify-content: flex-end;
    gap: 1rem;
  }

  .languages{

    width: 82px;


  }

  .lang-selector-btn{
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    cursor: pointer;
  }

  .lang-selector-wpapper{
    background-color: #F7F7F7;
    border-radius: 0.8rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
  }

  .lang-list{
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .lang-list a{
    display: block;
    margin-bottom: 1rem;
    text-align: left;
    color: #1E2027;
  }
  .lang-list a:last-child{

    margin-bottom: 0;
  }



  .swiper {
    width: 100%;
    height: 100%;

  }

  .swiper-slide {


    -webkit-box-sizing: border-box;
    box-sizing: border-box;


  }

  .project-slider-2{
    border-radius: 0.5rem;
  }

  .project-slide-2{
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
  }

  .project-slide-2 img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }

  .project-slider-1{
    height: calc(100% - 5rem);
  }

  .project-slide-text{
    padding-bottom: 2rem;
  }


  .project-slide-text .title{
    color: #84C157;
    font-size: 1.2rem;

}

  .project-slide-text .subtitle {
    font-weight: bold;
    font-size: 2rem;
    margin-top: 1.5rem;
      max-width: 30rem;
  }

  .text {

    line-height: 1.5;

  }
  .title, .subtitle{
      line-height: 1.3;
  }

  .project-slide-text .text {
    font-size: 0.8rem;

    margin-top: 1.5rem;
      max-width: 30rem;
      height: 5rem;
      overflow: hidden;
  }


  .project-slider-section{
    height: 100dvh;
    padding-top: 5rem;

  }

.project-slider-section .main-padding{
    height: 100%;

}


  .project-slider-section .content{
    display: flex;
    height: 100%;
  }
  .project-slider-section .content > div{
    flex: 0 0 50%;
    width: 50%;

  }

  .project-slider-section .left{
    padding-right: 1rem;

  }

  .project-slider-section .right{
    padding-left: 2rem;
    display: flex;
    flex-wrap: wrap;
  }

  .project-slider-section .right > div{
    flex: 0 0 100%;
    width: 100%;
    height: 50%;
  }

.project-slider-section .right > div:nth-child(1){

    height: 52%;
}
.project-slider-section .right > div:nth-child(2){

    height: 48%;
}





  .project-buttonts{
    display: flex;
    justify-content: space-between;
  }

  .project-navigation-container{
    display: flex;
    gap: 1rem;
  }

  .swiper-button-prev-project, .swiper-button-next-project{
    cursor: pointer;
    position: relative;
  }

  .swiper-button-prev-project svg, .swiper-button-next-project svg{
    stroke: #1e2027;
  }

  .swiper-button-prev-project:hover svg, .swiper-button-next-project:hover svg{
    stroke: #84C157;
  }
  .swiper-button-prev-project:hover svg #Icon_core-arrow-left, .swiper-button-next-project:hover svg{
    fill: #84C157;
  }

  .project-slider2-container{
    position: relative;
    height: 100%;
  }

  .top-info-box{
    position: absolute;


    width: 55%;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0.5rem;
  }

  .bottom-info-box{
    position: absolute;


    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
  }

  .progress-info{
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);

    width: 100%;
    padding: 1.5rem 2.5rem;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .progress-bar-container{
    position: relative;
    height: 6px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .progress-bar{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0.15rem;
    transition: all 0.5s;
  }

  .progress-bar-wrapper{
    margin-bottom: 1rem;
  }
  .progress-bar-wrapper:last-child{
    margin-bottom: 0;
  }

  .progress-bar-wrapper > div:first-child{
    display: flex;
    justify-content: space-between;
  }

  .project-status{
    background-color: white;
    padding: 1.5rem 2.5rem;
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;

  }
.project-status .value{
    transition: all 0.8s;
}

.project-status .value.fade-out{
    opacity: 0;
}
.project-status .value.fade-in{
    opacity: 1;
}

  .project-status .title{
    color: #84C157;
    text-align: right;
  }
  .project-status .value{
    font-weight: bold;
    margin-top: 1rem;
    text-align: right;
  }
  .project-status .value{
    font-weight: bold;
    margin-top: 1rem;
  }
  .project-status > div:first-child .title{

    text-align: left;
  }
  .project-status > div:first-child .value{

    text-align: left;
  }



  .project-price-btn{
    display: flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    background-color: #84C157;
    color: white;
    font-weight: bold;
    border-radius: 0.5rem;
    gap: 0.75rem;
      transition: all 0.5s;
  }
  .project-price-btn .value{
    font-size: 1.3rem;
      transition: all 0.8s;
  }

.project-price-btn .value.fade-out{
    opacity: 0;
}
.project-price-btn .value.fade-in{
    opacity: 1;
}

  .currency-switcher{
    display: flex;
    gap: 0.25rem;
  }

  .currency-switcher span{
    background-color: rgba(255, 255, 255, 0);
    padding: 0.3rem;
    border-radius: 50%;
    width: 1.8rem;
    text-align: center;
      transition: all 0.5s;
  }
  .currency-switcher span.active{
    background-color: rgba(255, 255, 255, 0.3);
  }

  .btn-view{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: underline;
    color: #1E2027;
  }
  .btn-view svg{
    stroke: #1e2027;
  }

  .btn-view:hover{
    color: #84C157;
  }
  .btn-view:hover svg{
    stroke: #84C157;
  }
  .btn-view:hover svg #Icon_core-arrow-left{
    fill: #84C157;
  }

  .swiper-pagination-bullet{
    width: 10px;
    border-radius: 0;
    height: 2px;
    transition: all 0.5s;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: black;
    width: 20px;
}

.project-bottom-slider-container{
  display: flex;
}

.project-bottom-slider-container > div{
  flex: 0 0 50%;
  width: 50%;
}
.project-bottom-slider-container > div:nth-child(1){
  padding-right: 1rem;
}
.project-bottom-slider-container > div:nth-child(2){
  padding-left: 1rem;
}

.project-slider-3, .project-slider-4{
  border-radius: 0.5rem;
  position: relative;
  height: 100%;
}

.project-slide-3, .project-slide-4{
  background-color: #F5F5F5;
}

.project-slide-3 > img, .project-slide-4 > img{
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.section{
  position: relative;
}

.section .row{
  display: flex;
  width: 100%;
    flex-wrap: wrap;
}

.section .col{
  position: relative;
}


.home-about-section{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-about-section .row-1{
  padding-bottom: 2rem;
}

.home-about-section .row-1 > div{
  flex: 0 0 50%;
}

.home-about-section .row-1 .title{
  color: #84C157;
  font-size: 1.2rem;
}

.home-about-section .row-2 .title{

  font-size: 1.5rem;
  font-weight: bold;
}

.home-about-section .row-2 div:last-child  .title{

    font-size: 2rem;

}

.home-about-section .subtitle{

  font-size: 2rem;
  font-weight: 500;
  max-width: 20rem;
  margin-top: 1rem;
}

.home-about-section .text{

  margin-top: 1rem;
  max-width: 40rem;
}

.home-about-section .row-1 .col-1{
  padding-right: 1rem;
  display: flex;
  align-items: center;
}

.home-about-section .row-1 .image{
 padding-top: 75%;
}
.home-about-section .row-1 .col-2{
  padding-left: 6rem;
}

.home-meet-team{
  flex: 0 0 33.3%;
  padding-right: 4rem;
}

.home-meet-team .image{
  padding-top: 70%;
}

.home-meet-team .title{
  margin-top: 2rem;
}



.image{
  position: relative;

  overflow: hidden;

}
.image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.section .image{
  border-radius: 0.5rem;
}
.about-mission{
  flex: 0 0 66.6%;
}

.about-mission .image{
  padding-top: 120%;
}

.about-mission > div{
  flex: 0 0 50%;
  padding-top: 3rem;
}

.about-mission .col-1{
    padding-left: 2rem;
    padding-right: 2rem;
}
.about-mission .col-2{
  display: flex;
  align-items: center;
  padding-left: 2rem;
}


.home-news-section{
  background-color: #F7F7F7;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-news-section .container > .title{
  font-family: 'helvetica_lt_geo_bold';
  font-size: 2rem;
}


.footer{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer .content{
  display: flex;
    flex-wrap: wrap;
}
.footer .content > div{
  flex: 0 0 25%;
}

.footer .content > div:nth-child(1) {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-right: 1rem;
}
.footer .content > div:nth-child(2) {
  flex: 0 0 20%;
}
.footer .content > div:nth-child(3) {
  flex: 0 0 30%;
  padding-right: 1rem;
}
.footer .content > div:nth-child(4) {
  flex: 0 0 30%;
}


.news-slider{
  margin-top: 1rem;
}

.news-slide{
  display: flex;
  border-right: 1px solid #1E2027;
    flex-wrap: wrap;
}
.news-slide:last-child{

    border-right: 0;
}
.news-slide > div:first-child{
  flex: 0 0 40%;
}
.news-slide > div:last-child{
  flex: 0 0 60%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}

.home-news-section .slider-controls{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}



.news-slide .image-wrapper{
  overflow: hidden;
  position: relative;
  padding-top: 100%;

}
.news-slide .image-wrapper img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;

}

.date{
  font-size: 1.2rem;
  color: #84C157;
}

.news-slide .date{
  color: #84C157;
  font-size: 1.2rem;
}

.news-slide .title{
  font-weight: bold;
  font-size: 1.75rem;
  margin-top: 1.5rem;
    max-width: 40rem;

}

.news-slide .text{
  max-width: 40rem;
  margin-top: 1.5rem;
    height: 7.5rem;
    overflow: hidden;
}
.btn-container{
  margin-top: 1.5rem;
}

.news-navigation-container{
  display: flex;
  gap: 1rem;
}
.swiper-button-prev-news, .swiper-button-next-news{
  cursor: pointer;
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.social {
  display: flex;

  gap: 2rem;

}


.contact-form{
  max-width: 350px;
}

.contact-form .title{
  margin-bottom: 1rem;
}
.contact-form .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

.contact-form .form-group {
display: flex;
width: 100%;
gap: 1rem;
}

.contact-form .form-group > div {
width: 100%;
}

input, textarea {
padding: 1rem;
border: 1px solid;
outline: none;
background-color: transparent;
}

.contact-form input {
width: 100%;
display: block;
border-color: #1E2027;
color: #1E2027;
border-radius: 0.3rem;
}
.contact-form textarea {
width: 100%;
display: block;
border-color: #1E2027;
height: 180px;
color: #1E2027;
border-radius: 0.3rem;
}


.btn-main{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #1E2027;
  display: inline-block;
  border: 1px solid;
  border-color: #1E2027;
  display: inline-block;
  border-radius: 0.3rem;
  font-weight: bold;
  text-align: center;
  transition: border 0.25s;
}

.btn-main:hover{

  color: white;
 background-color: #84C157;
 border-color: #84C157;

}

.contact-form .btn-main{
display: block;
width: 100%;
}

.map {
overflow: hidden;

position: relative;
padding-top: 75%;
}

.map iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
right: 0;
bottom: 0;
}

.footer .title {

  margin-bottom: 2rem;
  font-weight: bold;
}
.footer .contact-info a {
  color: #1E2027;
  opacity: 0.5;
}

.footer-nav a {
  color: #1E2027;
  opacity: 0.7;
  display: block;
  margin-bottom: 1.5rem;
}
.footer-nav a.active{
    opacity: 1;
}
.footer-nav li {

  margin-bottom: 1.5rem;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}

.project-svg{
  position: relative;
}
.project-svg img{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: contain;
  top: -0.5%;
}


.st0, .st1, .st2, .st3 {
    isolation: isolate;
}

.project-svg .st0, .project-svg .st2{
    opacity: 0;
    cursor: pointer;
}

.project-svg .st2:hover{
    opacity: 0.6;
    fill: #85c358;
}


 .project-svg .st0:hover {
  fill: #fff31d;
  opacity: 0.6;
}

.floor-svg text{
    font-weight: bold;
}


.floor-svg .st0 {
    fill: #84c157;

    opacity: .15;
}



.floor-svg .st0:hover {

    opacity: .5;
}

.floor-svg .st0.sold {
    fill: black;
    opacity: .25;
}

.floor-svg .st0.reserved {
    fill: #FFDA10;
    opacity: .5;
}



.btn-choose-appartment{
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #1E2027;
  margin-top: 1rem;
}

.floor-info-box{
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: rgba(255,255,255,0.4);
  backdrop-filter: blur(10px);

  z-index: 2;
}

.floor-info-box .floor{
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.5;
}
.floor-info-box .flats{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;

}

.floor-info-box.mobile{
    position: absolute;
   bottom: -1rem;
    background-color: white;
    left: 1rem !important;
    width: calc(100% - 2rem);
    opacity: 1 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    backdrop-filter: initial;
    top: initial !important;
    padding: 0.5rem;

    z-index: 22;
    pointer-events: auto;
}


.floor-info-box .separator{


}




.floor-info-box.mobile .separator{
    display: none;

}

.floor-info-box.mobile .floor{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8rem;
    font-weight: initial;
}

.floor-info-box.mobile .flats {
    font-size: 1rem;

    margin-top: 0;
}

.floor-info-box.mobile .btn-choose-appartment {
   font-size: 0.8rem;
    margin-top: 0.5rem;

}

.project-section .info-box{
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4.5rem;
  padding-left: 2rem;

  min-width: 30%;
  z-index: 1;

}

.project-section .progress-info{
    margin-top: 2.5rem;

}

.project-section .project-status {
  background-color: transparent;
  padding: 0;
  border-radius: 0.5rem;
  display: grid
;
  grid-template-columns: auto ;
  row-gap: 2rem;
  margin-top: 2rem;
}

.project-section .project-status .title {
  text-align: left;
  color: #1E2027;
  opacity: 0.4;
}
.project-section .project-status .value {
  text-align: left;
}

.project-section .progress-bar {

  background-color: rgba(30, 32, 39, 1);

}

.bottom-gradient{

  position: absolute;
  cursor: pointer;
  width: 100%;
  background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 12%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 10rem;

  bottom: 0;
}

.floor-section{
  padding-bottom: 4rem;
}

.floor-svg{
  position: relative;
  overflow: hidden;

  max-width: 80%;
  margin: auto;
  margin-top: 8rem;


}

.floor-svg svg{

}

.floor-svg img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
}

.floor-section .content-1{
  display: flex;
  justify-content: center;

}

.btn-view-in-slide{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  border: 1px solid #1E2027;
  border-radius: 1.5rem;
  padding: 2rem 2rem;
  background-color: white;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  transition: border 0.25s;
  color: #1E2027;
}

.btn-view-in-slide:hover{

  border: 1px solid white;
  color: #84C157;

}

.btn-view-in-slide svg{
  fill: #1E2027;
}

.btn-view-in-slide:hover svg{


  fill: #84C157;

}

.floor-pagination-container{
  display: flex;
  justify-content: center;
  margin-top: 8rem;
    padding: 0 1rem;
}

.floor-pagination{
  display: flex;
  gap: 0.5rem;
    flex-wrap: wrap;
}

.floor-pagination a{
  color: rgba(30, 32, 39, 0.5);

  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 2.5rem;
  border: 1px solid #1E2027;
  display: block;
  border-radius: 0.25rem;
  background-color: white;
}

.floor-pagination a.active{
  color: #E5F2DB;
  background-color: #1E2027;

}

.floor-section .floor-info{
  text-align: center;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-family: 'helvetica_lt_geo_medium';
}

.floor-link{
  position: relative;
  display: block;
}
.floor-link g{

}

.floor-slider-section{
  padding-bottom: 2rem;
}

.floor-slider-section > .title{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

.floor-slider-section > .subtitle{
  text-align: center;
  font-style: italic;
  margin-top: 1rem;
}

.floor-slider-section .floor-info{
  text-align: center;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-family: 'helvetica_lt_geo_medium';
}

.floor-slider-section .floor-pagination-container{
  margin-top: 2rem;
}



.flat-slider-nav-container{
  max-width: 20rem;
  margin: auto;
  margin-top: 2rem;
  position: relative;
}

.flat-slider-nav .flat-slide-nav{
  text-align: center;
}
.flat-slide-nav .flat{
  font-weight: bold;
  font-size: 1.2rem;
  color: #1E2027;
}

.flat-slide-nav .area{
  color: #84C157;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.flat-slide{

}
.flat-slide img{
  opacity: 0.3;
  transform: scale(0.75);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flat-slide.slick-center img{
  opacity: 1;
  transform: scale(1);
}

.flat-slider-prev , .flat-slider-next{
  cursor: pointer;
  position: absolute;
  top: 0;

}

.flat-slider-prev svg , .flat-slider-next svg{
  stroke: #1e2027;

}

.flat-slider-prev:hover svg , .flat-slider-next:hover svg{
  stroke: #84C157;

}

.flat-slider-prev svg , .flat-slider-next svg{
  stroke: #1e2027;

}

.flat-slider-prev:hover svg #Icon_core-arrow-left , .flat-slider-next:hover svg #Icon_core-arrow-left{
  fill: #84C157;

}

.flat-slider-prev{
  left: 0;
}
.flat-slider-next{
  right: 0;
}



.flat-section .content{
  display: flex;
    flex-wrap: wrap;
}

.flat-section .content > div{
  flex: 0 0 50%;
}

.flat-section .left{
  border-right: 1px solid #1E2027;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 8rem;
}

.flat-section .right{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.flat-section .right >  div{
  min-width: 20rem;
}

.flat-section  .flat{
  font-weight: bold;
  font-size: 2rem;
}
.flat-section  .floor{
  font-weight: bold;
  font-size: 1.2rem;
  opacity: 0.5;
  margin-top: 1rem;
}

.flat-section .right .total-area{
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 4rem;

}

.flat-section .right .price-container{

    margin-top: 3rem;

}


.image-switcher .image img{
  position: static;
 height: auto;
}

.attributes{
  width: 100%;
  opacity: 0.5;
  font-family: 'helvetica_lt_geo_medium';
}

.attributes .row {

  padding-bottom: 1rem;
  padding-top: 1rem;
  display: flex
;
}

.attributes .row:first-child {


    padding-top: 1.5rem;


}

.attributes .row > div {
  flex: 0 0 50%;
  font-size: 1rem;
}

.attributes .row > div:first-child {
  text-align: left;

}

.attributes .row > div:last-child {
  text-align: right;

}

.flat-section .buttons{
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.flat-section .buttons button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 2.3rem;
  border: 1px solid;
  border-color: transparent;
  color: #6C6C6C;
  border-radius: 50%;
  font-weight: bold;
}
.flat-section .buttons button.active{

  border-color: #6C6C6C;

}

.btn-flat-book{
  display: flex;
  background-color: #84C157;
  color: white;
  padding: 0.7rem 1rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
}

.btn-flat-book span{
    text-align: center;
}


.flat-info-box-wrapper{
  position: fixed;
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
    pointer-events: none;
}

.flat-info-box{
  display: inline-block;
  position: relative;
  border: 1px solid #84C157;
  text-decoration: none;
  border-radius: 2px;
  padding: 0.5rem;

  background-color: white;
  border-radius: 1rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.flat-info-box .number{
  opacity: 0.5;
  text-align: right;
}
.flat-info-box .area{
  font-size: 1.2rem;
  padding: 0 3rem;
  padding-bottom: 1rem;

}
.flat-info-box.bottom:before {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #84C157;

}

.flat-info-box.bottom:after {
  content: '';
  display: block;
  position: absolute;
  left: 51px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: white;

}

.flat-info-box.top:before {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  top: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #84C157;
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.15));
}

.flat-info-box.top:after {
  content: '';
  display: block;
  position: absolute;
  left: 51px;
  top: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top-color: white;
}

.flat-info-box-wrapper .btn-choose-appartment {
    display: none;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.flat-info-box-container{
    position: relative;
}

.flat-info-box-wrapper.mobile{
    position: absolute;
    opacity: 1 !important;
    top: 1rem !important;
    left: 50% !important;
    transform: translateX(-50%);
    pointer-events: auto;
}

.flat-info-box-wrapper.mobile .flat-info-box .area {
    font-size: 1rem;
    padding: 0px 2rem;
    padding-bottom: 0;
}
.flat-info-box-wrapper.mobile .btn-choose-appartment {

    text-wrap: nowrap;
    display: flex;
}




.projects-section{
    margin-top: 2rem;
}

.projects-section > .title{
 text-align: center;

 font-size: 2.5rem;
 font-weight: bold;
}

.projects-section > .subtitle{
  text-align: center;
  margin-top: 2rem;
  font-size: 1rem;
 }

 .project-types-container{
  margin-top: 2rem;
 }

.project-types{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.project-types li{
  border-right: 1px solid #1E2027;
  padding-right: 1.5rem;
}
.project-types li:last-child{
  border-right: 0;
  padding-right: 0;
}
.project-types li a{
  color: #1E2027;
  opacity: 0.3;
  font-family: 'helvetica_lt_geo_medium';
  font-size: 1.2rem;
}
.project-types li a.active{

  opacity: 1;


}

.project-item{
  display: flex;
  position: relative;
    flex-wrap: wrap;
}
.project-item > div{
  flex: 0 0 50%;
  background-color: #FEFAF5;

}

.project-item > div:nth-child(2){
  padding-top: 44%;

}

.project-item .over-image{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  right: 0;
    top: 0;

}

.project-item .image-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}

.project-item > div:nth-child(2) .image-wrapper{
    padding-top: 44%;
    display: none;

}
.project-item .image-wrapper img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}




.projects-section .project-list{
  margin-top: 2rem;
}

.project-item > div:nth-child(1){
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;

}


.project-item.invert > div:nth-child(1){
  order: 2;
}
.project-item.invert > div:nth-child(2){
  order: 1;
}

.project-item.invert .over-image{
  right: initial;
  left: 0;
}


.project-item:hover .over-image{
  width: 50%;
}

.project-item .text{
  max-width: 25rem;
  margin-top: 1rem;
}
.project-location{
  display: flex;
  color: #84C157;
  gap: 0.5rem;
  font-size: 1.2rem;
}

.project-item .title{
  font-weight: bold;
  font-size: 2rem;
  margin-top: 1rem;
}

.project-item .content{
  position: relative;
  opacity: 0;
  transform: translateY(200px);
  transition: all 0.5s;
  z-index: 2;
}
.project-item:hover .content{
  opacity: 1;
  transform: translateY(0);

}

.project-details-section .project-image{
  position: relative;
  height: 100%;
}

.project-details-section .project-image img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.project-details-section .gradient{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(2,30,49);
    background: -moz-linear-gradient(90deg, rgba(2,30,49,1) 0%, rgba(255,255,255,0) 83%);
    background: -webkit-linear-gradient(90deg, rgba(2,30,49,1) 0%, rgba(255,255,255,0) 83%);
    background: linear-gradient(90deg, rgba(2,30,49,1) 0%, rgba(255,255,255,0) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#021e31",endColorstr="#ffffff",GradientType=1);
}

.project-details-section .content{
  display: flex;
    flex-wrap: wrap;
}

.project-details-section .content > div:nth-child(1) {
  flex: 0 0 55%;
  min-height: 100dvh;
}
.project-details-section .content > div:nth-child(2) {
  flex: 0 0 45%;
    width: 45%;
  padding-top: 10rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEFAF5;
    position: relative;


}

.project-details-section .content > div:nth-child(2) > div{
max-width: 40rem;
}

.project-details-section .content > div:nth-child(2) .title{
  font-weight: bold;
  font-size: 2rem;
  margin-top: 1rem;
}

.project-details-section .text {
  margin-top: 1rem;
  max-width: 30rem;
}

.gallery-title{
  display: flex;
  gap: 0.5rem;
  color: #F49C35;
}

.project-details-section .project-gallery{
  margin-top: 2rem;

  background-color: white;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}

.gallery-slider-4-container{
  margin-top: 1rem;
}

.gallery-slide-4 {
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-template-rows: 1fr 1fr;
 gap: 0.8rem;
 margin: 0 0.4rem;
 position: relative;
}

.gallery-slide-4 > div{
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: pointer;
}
.gallery-slide-4 > div img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}


.galery-navigation{
  display: flex;
  justify-content: end;
  margin-top: 1rem;
  gap: 0.5rem;
}

.gallery-next, .gallery-prev{
  cursor: pointer;
}

.project-details-section .info-box {
  position: relative;
  padding-top: 4.5rem;
  padding-left: 2rem;
    padding-right: 2rem;
  max-width: 35rem;
  z-index: 1;
}

.project-details-section .progress-info {

    margin-top: 2.5rem;

}

.project-details-section .project-status {
  background-color: transparent;
  padding: 0;
  border-radius: 0.5rem;
  display: grid
;
  grid-template-columns: auto;
  row-gap: 2rem;
  z-index: 1;
  margin-top: 2rem;

}



.project-details-section .project-status .title {
  text-align: left;
    color: white;
  opacity: 0.4;
}
.project-details-section .project-status .value {
    color: white;
  text-align: left;
}

.project-details-section .progress-bar {

  background-color: rgba(30, 32, 39, 1);

}

.project-details-section .btn-view {

    color: white;
}
.project-details-section .btn-view svg {

    stroke: white;
}




.news-top-item{
  display: flex;
    flex-wrap: wrap;

}
.news-top-item > div:first-child{
  flex: 0 0 40%;
}
.news-top-item > div:last-child{
  flex: 0 0 60%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
}





.news-top-item .image-wrapper{
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  border-radius: 0.5rem;

}
.news-top-item .image-wrapper img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;

}

.news-top-item .date{
  color: #84C157;
  font-size: 1.2rem;
}

.news-top-item .title{
  font-weight: bold;
  font-size: 1.75rem;
  margin-top: 1.5rem;
    max-width: 40rem;

}

.news-top-item .text{
  max-width: 40rem;
  margin-top: 1.5rem;
    height: 7.5rem;
    overflow: hidden;
}

.news-section{
  padding-bottom: 4rem;
}

.news-section .container > .title{
  margin-top: 3rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.news-list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 2rem;
 }
 .news-list > div{
  flex: 0 0 33.3%;
  padding-left: 4rem;
  padding-right: 4rem;

 }

 .news-item{



    transition: all 0.7s;
    display: block;

 }
 .news-item .image{
  padding-top: 105%;
  border-radius: 1rem;
  background-color: white;
  transition: all 0.7s;
 }
 .news-item .image img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;

 }

 .news-item .title{
  font-weight: bold;
  color: #181818;
  margin-top: 1.5rem;
  font-size: 1.5rem;
 }
 .news-item .text{
  font-size: 0.85rem;
  color: #181818;
  margin-top: 1rem;
  text-align: left !important;
     height: 7.5rem;
     overflow: hidden;
 }

 .news-item .date{
  margin-top: 1rem;
  color: #84C157;
  font-size: 1.2rem;
 }

 .news-pagination-container{
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
 }

 .about-gallery-section{
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #F7F7F7;
 }

 .about-section{
  padding-bottom: 2rem;
 }

 .about-section .col > img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;

 }

 .about-section .row-1 .col-1{
  flex: 0 0 25%;
  padding-top: 40%;
  overflow: hidden;
  border-radius: 0.5rem;

 }

 .about-section .row-1 .col-2{
  flex: 0 0 42%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;

 }
 .about-section .row-1 .col-3{
  flex: 0 0 33%;
  overflow: hidden;
  border-radius: 0.5rem;
 }

 .about-section .row-1 .subtitle{
  color: #84C157;
  font-size: 1.2rem;
 }

 .about-section .row-1 .title{
  font-weight: bold;
  font-size: 2rem;
  margin-top: 1rem;
 }

 .about-section .row-1 .text{

  margin-top: 1rem;
 }

 .about-section .row-2{

  margin-top: 4rem;
 }


 .about-section .row-2 .title{

  font-size: 2rem;
     font-weight: bold;

 }

 .about-section .row-2 .text{

  margin-top: 1rem;
 }



 .about-section .row-2 .col-2{
  position: relative;
  flex: 0 0 37.5%;
     padding-left: 2rem;

 }
 .about-section .col-1{
  flex: 0 0 25%;
  padding-right: 2rem;
 }

 .about-section .col-3{
  flex: 0 0 37.5%;
  padding-left: 2rem;
 }

 .about-section .row-2 .col-2 .image{

  padding-top: 70%;

 }
 .about-section .row-2 .col-2 .image img{

  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;

 }

 .gallery-slide-8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 0.8rem;
  margin: 0 0.4rem;
  position: relative;
 }

 .gallery-slide-8 > div{
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 0.5rem;
  cursor: pointer;
}
.gallery-slide-8 > div img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.gallery-slider-8-container{
  margin-top: 1rem;
}

.gallery-hover{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  align-items: center;
  justify-content: center;
  background-color: rgba(13, 22, 6, 0.5);
  opacity: 0;
  transition: all 0.4s;

}

.gallery-slide-4 > div:hover .gallery-hover, .gallery-slide-8 > div:hover .gallery-hover{
 opacity: 1;
}

.gallery-slider_8, .gallery-slider_4{
  border-radius: 0.5rem;
  overflow: hidden;
}



 .team-section{
  padding-top: 4rem;
  padding-bottom: 4rem;
 }

 .team-section  div > .title{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
 }

 .team-slider{
  margin-top: 2rem;
  padding-left: 2rem;
 }

 .team-slide .image{
  padding-top: 125%;
 }
 .team-slide .image img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
 }

 .team-slide .fullname{
  margin-top: 1rem;
  font-size: 1.5em;
     font-weight: bold;
 }

 .team-slide .position{
  margin-top: 1rem;
  opacity: 0.5;
 }


 .contact-section {
  padding-bottom: 20rem;
     margin-top: 2rem;
 }

 .contact-section .content{

  margin: auto;
  max-width: 350px;
     padding-left: 1rem;
     padding-right: 1rem;

 }

 .contact-section .content > .title{
  font-size: 2.5rem;
  font-weight: bold;
 }

 .contact-section .contact-info-container{
  margin-top: 2rem;
 }

 .contact-section .social-container{
  margin-top: 2rem;
 }
 .contact-section .social-container .title{
  margin-bottom: 1rem;
 }

 .contact-section .contact-form-container{
  margin-top: 2rem;
 }

 .contact-section .contact-form-container .title{
  margin-bottom: 1rem;
 }

 .contact-section .contact-info a {
  color: #1E2027;
  opacity: 0.5;
}

.news-single-section{
  padding-bottom: 8rem;
}

.news-single-section .content{
  max-width: 45rem;
  margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.news-single-section .image img{
  position: relative;
  height: auto;
  object-fit: contain;
}

.news-single-section .date{
  color: #84C157;
  margin-top: 1rem;
}

.news-single-section .title{
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1rem;
}

.news-single-section .text{
  margin-top: 1rem;
}

.cke-image{
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 1rem auto;
}

.cke-image img{

  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

.gallery-popup{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(13, 22, 6, 0.9);
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 2rem;


}

.gallery-popup .gallery-popup-box{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.gallery-popup div img {
  max-height: 100%;
  max-width: 100%;

  object-fit: contain;
}

.flat-hover{
  display: flex;
  position: fixed;

  top: 0;
  z-index: 23;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.mobile-menu-btn{
    display: none;
    position: absolute;
    z-index: 51;
    pointer-events: auto;
    right: 1rem;
    top: 1.5rem;
}

.menu-btn div {
    width: 50px;
    height: 3px;
    margin: 7px 0;
    transition: all 0.5s;
    background-color: #181818;
}

.mobile-menu-btn.clicked{
    position: fixed;
}
.menu-btn.clicked div{
    /*background-color: white;*/
}


.menu-btn.clicked div:first-child {
    rotate: -135deg;
    translate: 0 3px;
}

.menu-btn.clicked div:last-child {
    rotate: -45deg;
    translate: 0 -7px;
}

.mobile-project-slider-container{
    display: none;
}


.menu-project-btn{
    cursor: pointer;
}
.menu-project-btn > div{
    margin: 3px 0;
    display: flex;
    gap: 3px;
    transition: all 0.5s;
}
.menu-project-btn > div > div{
    background-color: #84C157;
    transition: all 0.5s;
}
.menu-project-btn > div > div:first-child{
    height: 4px;
    width: 4px;
    border-radius: 50%;
}

.menu-project-btn > div > div:last-child{
    height: 4px;
    width: 14px;
    border-radius: 2px;
}

.menu-project-btn.clicked > div > div:first-child{
    opacity: 0;
}
.menu-project-btn.clicked > div:last-child{
    opacity: 0;
}

.menu-project-btn.clicked > div:first-child {
    rotate: -45deg;
    translate: 0 8px;
}

.menu-project-btn.clicked > div:nth-child(2) {
    rotate: 45deg;
    translate: 0 -4px;
}


.mobile-project-slider-container{
    position: relative;
    height: 100%;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
}



.mobile-project-slider-container .background{
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 60%;
    background: rgb(28,28,28);
    background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(25,25,25,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(25,25,25,1) 100%);
    background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(25,25,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#191919",GradientType=1);
    pointer-events: none;
}

.mobile-project-slider-container .top-gradient{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 0;
    height: 25%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    pointer-events: none;
}

.mobile-project-slider-container .project-buttonts{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
}

.mobile-project-slider-container .project-navigation-container{
    transition: opacity 0.5s;
}

.mobile-project-slider-container .swiper-button-prev-project svg, .mobile-project-slider-container .swiper-button-next-project svg {
    stroke: #84C157;
}

.mobile-project-slider-container .swiper-button-prev-project svg #Icon_core-arrow-left, .mobile-project-slider-container .swiper-button-next-project svg{
    fill: #84C157;
}

.mobile-project-image-slide{
    position: relative;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 8rem;
}
.mobile-project-image-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.mobile-project-text-slide{
    position: relative;
    z-index: 1;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mobile-project-text-slide .title{
    color: #84C157;
}

.mobile-project-text-slide .subtitle{
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.mobile-project-text-slide .text{
    color: white;
    opacity: 0.5;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 3.3em;
    overflow: hidden;
}

.mobile-project-slider-container .top{
    position: absolute;
    top: 7rem;
    left: 1rem;
    z-index: 20;
}

.project-mobile-popup-container{
    padding-top: 14rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1.2rem;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;



}
.project-mobile-popup{
    background-color: rgba(255,255,255, 0.3);
    width: 100%;
    height: 100%;
    opacity: 0;

    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
    transition: opacity 0.4s;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow-y: auto;
}

.project-mobile-popup > .title{
    color: white;
    opacity: 0.5;
}

.project-mobile-popup .project-status {
    background-color: transparent;
    padding: 0;
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: auto;
    row-gap: 2rem;
    margin-top: 2rem;
}
.project-mobile-popup .project-status .title {
    text-align: left;


}

.project-mobile-popup .progress-info {

    backdrop-filter: initial;
    padding: 0;
    background-color: transparent;
    margin-top: 1rem;
}
.project-mobile-popup .progress-info .title {

    color: white;
}
.project-mobile-popup .progress-info .value {

    color: white;
}

.project-mobile-popup .project-status .value {
    text-align: left;
    color: white;
}

.btn-see-more{
    color: #2CA6FF;
    opacity: 1;
    float: right;
}

.desktop-show{
    display: block;
}

.mobile-show{
    display: none;
}

.book-call-popup{
    padding: 4rem;
    border-radius: 0.5rem;
    background-color: white;
    position: relative;

}

.book-call-popup .close-popup-btn{
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

.book-call-popup .title{
    color: #84C157;
    font-weight: bold;
    font-size: 2rem;
}
.book-call-popup .text{
    margin-top: 1rem;
    max-width: 20rem;
}

.book-call-popup .inputs{
    margin-top: 1rem;

}


.book-call-popup .inputs{
    display: flex;
    gap: 1rem;
    width: 100%;
    max-width: 20rem;
    flex-wrap: wrap;
}
.book-call-popup .inputs > div{
    width: 100%;
}


.book-call-popup input {
    width: 100%;
    display: block;
    border-color: #1E2027;
    color: #1E2027;
    border-radius: 0.3rem;
}

.book-call-popup .btn-flat-book{
    width: 100%;
    border-radius: 0.3rem;
    padding: 1rem;
}

.book-call-popup.success{

}
.book-call-popup.success .icon{
    display: flex;
    justify-content: center;
}
.book-call-popup.success .title{
    font-size: 1.2rem;
    margin-top: 2rem;
    text-align: center;
}
.book-call-popup.success .text{
    font-weight: bold;
    text-align: center;
}

.book-call-popup.success .phone{
    margin-top: 2rem;
    padding: 0.8rem 4rem;
    position: relative;
    border: 1px solid rgba(30,32,39,0.3);
    border-radius: 0.3rem;
    color: rgba(30,32,39,0.5);
}
.book-call-popup.success .phone > span:first-child{
    position: absolute;
    padding: 0.8rem;
    top: 0;
    left: 0;
}
.book-call-popup.success > div:last-child{
    margin-top: 4rem;
    text-align: center;
}

.sales-phone{
    color: #1E2027;
}

.relative{
    position: relative;
}

.mobile-menu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    background-color: rgba(255,255,255,0.56);
    z-index: 50;
    backdrop-filter: blur(50px);
    transition: all 0.5s;
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}


.mobile-menu.opened{
    opacity: 1;
    right: 0px !important;

}

.mobile-menu .row-1{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.mobile-menu .row-1 > div{
    flex: 25%;
}
.mobile-menu .row-1 > div:nth-child(2){
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
}
.mobile-menu .row-2 {
    margin-top: 7rem;
}

.mobile-menu .header-nav{
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    gap: 2rem;
}

.mob-sale-office > div:first-child{
    font-size: 0.8rem;
    opacity: 0.3;
}

.mobile-menu .relative{
    height: 100%;
}

.mobile-menu .row-3{
    position: absolute;
    bottom: 0;
    padding-bottom: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.book-call-btn{
    display: flex;
    padding: 0.5rem 1.2rem;
    align-items: center;
    justify-items: center;
    text-align: center;
    gap: 0.5rem;
    border: 1px solid #1E2027;
    border-radius: 0.5rem;
}

.lang-list-mobile{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lang-list-mobile a{
    color: #1E2027;
    opacity: 0.3;
}
.lang-list-mobile a.active{

    opacity: 1;
}



@media (max-width: 1500px) {
    .project-status {

        padding: 1rem 1rem;


        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 1450px) {
    .project-status {




        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .project-status .title {

        text-align: left;
    }

    .project-status .value {

        text-align: left;
    }
}


@media (max-width: 1200px) {
    .news-list {

        margin-left: -2rem;
        margin-right: -2rem;

    }

    .news-list > div {

        padding-left: 2rem;
        padding-right: 2rem;
    }
}



@media (max-width: 1000px) {


    .mobile-menu-btn{
        display: block;
    }


    .header-content .nav-container{
        display: none;
    }
    .header-content .right {
        display: none;
    }

    .header-logo {
        position: relative;
        left: 0;
        transform: translateX(0);
    }

    .header-content {
        justify-content: space-between;
    }
    .header-content > div {
        flex: initial;
    }




    .project-slider-section {
        height: calc(100dvh - 0rem);
        padding-top: 0;
    }

    .mobile-project-slider-container{
        display: block;
    }

    .project-slider-section .main-padding {
        display: none;


    }

    .floor-info-box .separator svg{
        width: 200px;

    }

}

@media (max-width: 780px) {

    .header.project{
        position: relative;
    }

    .main-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .text{
        font-size: 0.8rem;
    }

    .site-background{
        display: none;
    }


    .home-about-section .row-1 > div {
        flex: 0 0 100%;
    }

    .home-about-section .row-1 .col-2 {
        padding-left: 0;
        order: 1;
    }
    .home-about-section .row-1 .col-2 .image {
        margin-top: 1rem;
    }
    .home-about-section .row-1 .col-1 {

        order: 2;
    }

    .home-meet-team {
        flex: 0 0 100%;
        padding-right: 0;

    }

    .about-mission {
        flex: 0 0 100%;
    }

    .about-mission > div {
        flex: 0 0 100%;

    }

    .about-mission .col-2 {


        padding-left: 0;
    }

    .about-mission .col-1 {
        padding-left:0;
        padding-right:0;
    }

    .footer .content > div {
        flex: 0 0 100%;
    }
    .footer .content > div:nth-child(1) {
        flex: 0 0 100%;

    }
    .footer .content > div:nth-child(2) {
        flex: 0 0 100%;
        margin-top: 2rem;

    }
    .footer .content > div:nth-child(3) {
        flex: 0 0 100%;
        margin-top: 2rem;
        padding-right: 0;

    }
    .footer .content > div:nth-child(4) {
        flex: 0 0 100%;
        margin-top: 2rem;

    }

    .flat-section .content > div {
        flex: 0 0 100%;
    }

    .about-section .row-1 .col-1 {
        flex: 0 0 100%;
        padding-top: 70%;
        margin-top: 1rem;

    }
    .about-section .row-1 .col-2 {
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;

    }
    .about-section .row-1 .col-3 {
        flex: 0 0 100%;
        padding-top: 70%;
        margin-top: 1rem;

    }

    .about-section .col-1 {
        flex: 0 0 100%;
        padding-right: 0;

    }
    .about-section .row-2 .col-2 {

        flex: 0 0 100%;
        margin-top: 1rem;
        padding-left: 0;
    }

    .about-section .row-2 {
        margin-top: 2rem;
    }
    .about-section .col-3 {
        flex: 0 0 100%;
        padding-left: 0;
        margin-top: 1rem;

    }



    .gallery-slide-8 {

        grid-template-columns: repeat(2, 1fr);

    }

    .project-details-section .content > div:nth-child(1) {
        flex: 0 0 100%;

    }
    .project-details-section .content > div:nth-child(2) {
        flex: 0 0 100%;
        padding-top: 21rem;
        padding-right: 2rem;

    }

    .project-details-section .content > div:nth-child(2) > div {
        max-width: initial;
        width: 100%;
    }

    .project-details-section .info-box {

        padding-top: 4.5rem;
        padding-left: 2rem;
        max-width: initial;


    }


    .project-details-section .project-gallery {
        position: absolute;
        width: calc(100% - 3rem);
        bottom: 17rem;

        left:1.5rem;
    }


    .news-slide {

        border-right: 0;

    }

    .news-slide > div:first-child {
        flex: 0 0 100%;
    }

    .news-slide > div:last-child {
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;

    }

    .news-slide .date {
        margin-top: 1rem;
    }

    .news-slide .title {

        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .news-slide .text {
        max-width: initial;
        margin-top: 1rem;

    }


    .news-top-item > div:first-child {
        flex: 0 0 100%;
    }
    .news-top-item > div:last-child {
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;

    }
    .news-top-item .date {

        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .project-section .info-box {
        position: relative;


         padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        min-width: initial;

    }

    .project-section .progress-info {

        backdrop-filter: initial;

        padding: 1.2rem 2rem;
        background-color: #F7F7F7;
    }

    .bottom-gradient {

        height: 5%;

    }

    .floor-svg {

        overflow: auto;
        max-width: 100%;
        margin-top: 4rem;

    }

    .floor-svg img {

        height: 250px;
        width: auto;

    }

    .floor-svg svg {

        height: 250px;

    }

    .floor-pagination a {

        font-size: 0.8rem;

        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        width: 1.5rem;


        border-radius: 0.25rem;

    }
    .floor-slider-section .floor-pagination-container {
       padding-left: 1rem;
        padding-right: 1rem;
    }

    .floor-pagination-container .floor-pagination {
        justify-content: center;
    }

    .news-list > div{
        flex: 0 0 100%;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 4rem;

    }

    .news-single-section .content {
        margin-top: 1rem;
    }

    .news-top-item .title {

        font-size: 1.2rem;
        margin-top: 1rem;

    }

    .news-item .title {

        margin-top: 1rem;
        font-size: 1rem;
    }

    .contact-section .content > .title {
        font-size: 2rem;

    }

    .floor-section .content-1 {
        padding: 0 1rem;
        justify-content: flex-end;
    }

    .btn-view-in-slide {

        border-radius: 0.5rem;
        padding: 0.5rem 0.8rem;
        background-color: white;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);

    }
    .flat-slider-prev, .flat-slider-next{
        display: none !important;
    }

    .back-text{
        display: none;
    }

    .desktop-show{
        display: none;
    }

    .mobile-show{
        display: block;
    }

    .footer .title {

        font-weight: initial;
    }

    .floor-slider-section > .title {

        font-size: 1.5rem;
    }

    .flat-slide-nav .area {

        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .flat-slide-nav .flat {

        font-size: 1rem;

    }

    .flat-section .flat {

        font-size: 1.5rem;
        text-align: center;
    }
    .flat-section .floor {

        font-size: 1rem;
        text-align: center;
    }

    .book-call-popup {
        padding: 2rem;

    }

    .flat-section .left {
        border-right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 2rem;
    }

    .flat-section .right {

        align-items: center;
        justify-content: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .project-location {

        font-size: 1rem;
    }

    .project-details-section .content > div:nth-child(2) .title {

        font-size: 1.5rem;

    }

    .project-types {

        gap: 0.75rem;

    }

    .project-types li a {

        font-size: 0.85rem;
    }
    .project-types li {

        padding-right: 1rem;
    }

    .project-item .title {

        font-size: 1.5rem;

    }


    .project-item > div {
        flex: 0 0 100%;

    }

    .project-item .over-image{
        display: none;
    }

    .project-item > div:nth-child(2) {
        padding-top: 0;


    }

    .project-item > div:nth-child(2) .image-wrapper{
        padding-top: 70%;
        display: block;

    }

    .project-item .content {

        opacity: 1;
        transform: translateY(0px);
        margin-top: 1rem;

    }

    .project-item > div:nth-child(1) {
        order: 2;
    }
    .project-item > div:nth-child(2) {
        order: 1;
    }

    .project-list > div {
        margin-bottom: 2rem;
    }

    .projects-section > .title {

        font-size: 2rem;

    }

    .book-call-popup .title {

        font-size: 1.2rem;
    }



}


@media only screen and (orientation: landscape) and (max-height: 873px) {
    .project-slider-section .right > div:nth-child(1) {
        height: 63%;
    }
    .project-slider-section .right > div:nth-child(2) {
        height: 37%;
    }
}

@media only screen and (orientation: landscape) and (max-width: 780px) {
    .project-slider-section {
        min-height: 460px;

    }
}

@media only screen and (orientation: landscape) and (min-width: 1000px) {
    .project-slider-section {
        min-height: 720px;

    }
}


