<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
*{
    margin: 0;
    padding: 0;
  }
  body{
    min-height: 100vh;
  }

  nav{
    z-index: 999;
  }
  html,body{
    overflow-x: hidden;
}

  :root{
    --font-family-poppins: 'Poppins', sans-serif;
  }
  
  /*header*/

  .header{
    position: relative;
    width: 100%;
    color: white;
    text-align: center;
    justify-content: center;

  }
  .header_content{
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
  }

  .header_content .novella_center{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 220px;
  }

  .header_content .novella_bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 155px;
  }

  .header_content .novella_bottom .novella_adress{
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_content .novella_bottom .novella_adress a{
    font-family: var(--font-family-poppins);
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    padding: 6px 29px;
    text-decoration: none;
    cursor: pointer;
  }

  .header_content .novella_bottom .novella_rs{
    background: rgba(236, 34, 39, 1);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_content .novella_bottom .novella_rs a{
    font-family: var(--font-family-poppins);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    padding: 13px 60px;
  }

  #background-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
  }
  /*--------------------zivot poslovanje---------------------*/
  .zivot_poslovanje{
    background: rgba(228, 228, 228, 1);
    position: relative;
    z-index: 1;
  }

  .assetNovela{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .link_nazad {
    display: flex;
    gap: 10px;
    padding-top: 25px;
    text-align: center;
  }
  .link_nazad .red_box{
    background: rgba(236, 34, 39, 1);
    padding: 9px 15px 9px 10px;
  }
  .link_nazad a{
    color: rgba(236, 34, 39, 1);
    padding: 9px 0px;
    text-decoration: underline;
    font-family: var(--font-family-poppins);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

  }

  .zivot_poslovanje_content{
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
  }

  .zivot_poslovanje_content h1{
    font-family: var(--font-family-poppins);
    font-size: 32px;
    font-weight: 600;
    line-height: 36.72px;
    text-align: left;
    margin-top: 65px;
  }
  .zivot_poslovanje_content p{
    font-family: var(--font-family-poppins);
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    text-align: left;
    margin-top: 40px;
  }


  /*--------------------------opis novella------------------*/

.novella_opis{
  background: rgba(255, 255, 255, 1);
}

.novella_opis_content{
  display: flex;
  justify-content: space-between;
  padding-bottom: 180px;
}

.novella_opis_content h1{
  font-family: var(--font-family-poppins);
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  color: rgba(63, 63, 63, 1);
}

.novella_opis_content p{
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-weight: 300;
  line-height: 29.2px;
  text-align: left;
  color: rgba(63, 63, 63, 1);
  margin-top: 20px;
}

.novella_opis_left_side{
  padding-top: 300px;
}

.space_top{
  margin-top: 270px;
}

.novella_opis_right_side{
  padding-top: 500px;
}

.parent{
  position: relative;
  z-index: 1;
}

.novella_opis_content .img_top_right{
  position: absolute;
  top: -75%;
  right: -10%;
  z-index: -1;
}

.garaza_img{
  position: absolute;
  top: -65%;
  right: -5%;
  z-index: -1;
}

.dvoriste_img{
  position: absolute;
  top: -40%;
  right: 0%;
  z-index: -1;
}

.energetska_efikasnost{
  position: absolute;
  top: -80%;
  right: -5%;
  z-index: -1;
}



/*-------------------bussiness-residence---------------*/

.bussiner_residence_section{
  display: flex;
}

.bussiner_residence_section_left,
.bussiner_residence_section_right{
  flex: 1;
}
.bussiner_residence_section_left{
  background: url(../img/novella_card_left.png) center/cover no-repeat;
  width: 50%;
}

.bussiner_residence_section_right{
  background: url(../img/novella_card_right.png) center/cover no-repeat;
  width: 50%;
}

.bussiner_residence_card{
  background: rgba(0, 0, 0, 0.7);
  width: fit-content;
  border-left: rgba(236, 34, 39, 1) solid 5px;
  margin-left: 10%;
  margin-top: 120px;
  margin-bottom: 35px;
}

.blur{
  backdrop-filter: blur(2px);
}

.more-blur{
  backdrop-filter: blur(3px);
}

.bussiner_residence_card .bussiner_residence_card_container{
  margin-left: 44px;
  margin-right: 33px;
  padding-top: 71px;
  padding-bottom: 40px;
}

.bussiner_residence_card .bussiner_residence_card_container h1{
  font-family: var(--font-family-poppins);
  font-size: 44px;
  font-weight: 600;
  line-height: 47.52px;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding-top: 71px;
}

.bussiner_residence_card .bussiner_residence_card_container h2{
  font-family: var(--font-family-poppins);
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding-top: 5px;
}

.bussiner_residence_card .bussiner_residence_card_container p{
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-weight: 300;
  line-height: 27.44px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding-top: 50px;
  padding-bottom: 25px;
}

.bussiner_residence_card .bussiner_residence_card_container ul{
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-weight: 300;
  line-height: 27.44px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding-left: 35px;
  padding-bottom: 25px;
  list-style: disc;
}

.bussiner_residence_card .bussiner_residence_card_container a{
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-weight: 600;
  line-height: 27.44px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.bold{
  font-weight: 600;
}


/*------------------slider-------------------*/
.slider_novela{
  background: rgba(255, 255, 255, 1);
}
.slider_container{
  padding-top: 160px;
  padding-bottom: 100px;
}

.slider_image img{
  width: 372px;
  height: 459px;
}


.custom-prev-stan, .custom-next-stan {
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
}
.custom-prev-stan {
  left: -10%;
}
.custom-next-stan {
  right: -10%;
}

@media screen and (width &gt;= 2101px) {
  .custom-next-stan {
    right: -5% !important;
  }
}


@media screen and (width &gt;= 1650px) {
  .custom-next-stan {
    right: -1%;
  }
}

@media screen and (1100px &lt; width &lt; 1520px){
  .bussiner_residence_section_left{
    background: url(../img/novella_card_left.png);
    width: 50%;
    background-size: 150%;
  }
}

@media screen and (1100px &lt; width &lt;1350px){
  .slider_image img{
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 1100px){
  .assetNovela{
    opacity: 0.3;
  }
  
  .zivot_poslovanje_content h1{
    font-size: 27px;
    width: 100%;
  }
  .zivot_poslovanje_content{
    gap: 30px;
  }

  .zivot_poslovanje_content .zivot_poslovanje_left_side,
  .zivot_poslovanje_content .zivot_poslovanje_right_side{
    flex: 1;
  }

  .zivot_poslovanje_content p{
    font-size: 16px;
    width: auto;
  }
  .zivot_poslovanje_content p br,
  .zivot_poslovanje_content h1 br{
    display: none;
  }

  .novella_opis_content{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 250px;
  }

  .novella_opis_left_side{
    padding-top: 250px;
  }

  .space_top{
    margin-top: 150px;
  }

  .novella_opis_right_side{
    padding-top: 150px;
  }

  .bussiner_residence_section{
    flex-direction: column;
    gap: 70px;
  }

  .bussiner_residence_section_left{
    background: url(../img/novella_card_left.png) center/cover no-repeat;
    width: 100%;
    height: 100%;
  }

  .bussiner_residence_section_right{
    background: url(../img/novella_card_right.png) center/cover no-repeat;
    width: 100%;
  }

  .slider_container{
    padding-top: 100px;
    padding-bottom: 100px;
  }


  .slider_image img{
    width: 90%;
    height: auto;
  }
  .slider_container{
    margin-left: 20px;
  }

  .custom-prev-stan, .custom-next-stan {
    display: none;
  }

}


@media screen and (max-width: 700px){
  .header_content .novella_center{
    margin-top: 170px;
  }

  .header_content .novella_center img{
    width: 90%;
    height: auto;
  }

  .header_content .novella_bottom{
    margin-top: 100px;
    gap: 20px;
  }

  .header_content .novella_bottom .novella_adress a{
    font-size: 16px;
    padding: 6px 20px;
    line-height: 25px;
  }

  .header_content .novella_bottom .novella_rs a{
    padding: 6px 30px;
  }

  .header_content .novella_bottom .novella_adress,
  .header_content .novella_bottom .novella_rs{
    flex: 1
    ;
  }



  .zivot_poslovanje_content{
    flex-direction: column;
  }

  .zivot_poslovanje_content h1{
    font-size: 25px;
    width: 100%;
    line-height: 30px;
  }

  .zivot_poslovanje_content p{
    font-size: 14px;
    width: 100%;
    line-height: 22px;
  }

  .novella_opis_content h1{
    font-size: 25px;
  }
  .novella_opis_content p{
    font-size: 14px;
  }

  .novella_opis_content h1 br,
  .novella_opis_content p br{
    display: none;
  }

  .novella_opis_content{
    padding-bottom: 150px;
  }

  .novella_opis_left_side{
    padding-top: 150px;
  }

  .space_top{
    margin-top: 120px;
  }

  .novella_opis_content .img_top_right{
    width: 60%;
    height: auto;
    position: absolute;
    top: -40%;
    right: -10%;
    z-index: -1;
  }

  .garaza_img{
    width: 60%;
    height: auto;
    position: absolute;
    top: -50%;
    right: -10%;
    z-index: -1;
  }

  .dvoriste_img{
    width: 60%;
    height: auto;
    position: absolute;
    top: -45%;
    right: -10%;
    z-index: -1;
  }

  .energetska_efikasnost{
    width: 60%;
    height: auto;
    position: absolute;
    top: -65%;
    right: -10%;
    z-index: -1;
  }


  /*----------------------------------*/

  .bussiner_residence_card .bussiner_residence_card_container h1{
    font-size: 25px;
    line-height: 35px;
    padding-top: 30px;
  }
  .bussiner_residence_card .bussiner_residence_card_container h2{
    font-size: 18px;
    line-height: 25px;
  }

  .bussiner_residence_card .bussiner_residence_card_container p{
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
  }

  .bussiner_residence_card .bussiner_residence_card_container p br{
   display: none;
  }

  .bussiner_residence_card .bussiner_residence_card_container ul{
    font-size: 14px;
  }

  .bussiner_residence_card .bussiner_residence_card_container{
    margin-left: 30px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bussiner_residence_section{
    gap: 20px;
  }

  .bussiner_residence_section_left .bussiner_residence_card{
    margin-bottom: 70px;
  }

  .bussiner_residence_card{
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .custom-prev-stan, .custom-next-stan {
    display: none !important;
  }

  .slick-dots {
    bottom: -55px !important;
    right:20px;
  }
  .slider_container {
    margin-left: 30px;
    padding-top: 100px;
  }
  .slick-list {
    overflow: visible !important;
}
}













</pre></body></html>