<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{
    background: 
    linear-gradient(234.84deg, #000000 7.11%, rgba(0, 0, 0, 0) 47.59%, #000000 89.79%),
    url(../img/stan_bg.png) center/cover no-repeat;
    width: 100%;
    position: relative;

  }
  .header_content{
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }


  .header_content h1{
    font-family: var(--font-family-poppins);
    font-size: 40px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-top: 171px;
  }

  .header_content p {
    font-family: var(--font-family-poppins);
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-top: 17px;
    padding-bottom: 30px;
  }

  @media only screen and (max-width: 768px) {
    .header_content h1 {
        width: 80%; 
        font-size: 30px;
    }

    .header_content p {
        width: 80%;
        font-size: 16px; 
    }
    }


    /*---------------------stan info-----------------*/

    .top_link{
      display: flex;
      flex-direction: column;
    }
    .top_link a{
        font-family: var(--font-family-poppins);
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        text-decoration: underline;
        color: rgba(104, 104, 104, 1);
        margin-top: 25px;
    }

    .top_link img{
        margin-top: 101px;
        padding-right: 4px;
    }

    .info_top{
      display: flex;
    }

    .top_left {
      display: flex;
      flex-direction: column;
      margin-right: 115px;
      margin-top: 65px;
    }
    
    .velicina_dostupnost,
    .broj_stana,
    .nivo,
    .nivo_img {
      display: flex;
    }

    .nivo_img, .nivo_img img {
      width: 100%;
    }

    .top_right, .top_right img {
      width: 100%;
    }

    .velicina_dostupnost{
      justify-content: space-between;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    
    .kljuc-vrednost {
      display: flex;
    }

    .velicina_dostupnost h2{
      font-family: var(--font-family-poppins);
      font-size: 30px;
      font-weight: 700;
      line-height: 45px;
      text-align: left;
      color: rgba(0, 0, 0, 1);
      padding-top: 7px;
    }

    .velicina_dostupnost p{
      font-family: var(--font-family-poppins);
      font-size: 30px;
      font-weight: 400;
      line-height: 45px;
      text-align: left;
      color: rgba(0, 0, 0, 1);
    }

    .velicina_dostupnost .green{
      background: rgba(0, 151, 24, 1);
      font-family: var(--font-family-poppins);
      font-size: 18px;
      font-weight: 700;
      line-height: 16.65px;
      letter-spacing: 0.02em;
      text-align: center;
      color: rgba(255, 255, 255, 1);
      padding: 13px 35px;
    }

    .broj_stana{
      margin-top: 39px;
    }
    .kljuc-vrednost{
      margin-right: 25px;
    }

    .broj_stana .kljuc-vrednost .grey{
      background: rgba(71, 71, 71, 1);
    }
    .broj_stana .kljuc-vrednost .grey p{
      font-family: var(--font-family-poppins);
      font-size: 18px;
      font-weight: 300;
      line-height: 27px;
      text-align: left;
      padding: 10px 47px 10px 47px;
      color: rgba(255, 255, 255, 1);
    }

    .broj_stana .kljuc-vrednost .red{
      background: rgba(236, 34, 39, 1);
    }

    .broj_stana .kljuc-vrednost .red p {
      font-family: var(--font-family-poppins);
      font-size: 18px;
      font-weight: 700;
      line-height: 27px;
      text-align: left;
      padding: 10px 16px 5px 20px;
      color: rgba(255, 255, 255, 1);
    }


    .nivo{
      margin-top: 100px;
      margin-left: 80px;
      margin-bottom: 15px;
    }

    .nivo .nivo_levo{
      margin-right: 196px;
    }
    .nivo p {
      font-family: var(--font-family-poppins);
      font-size: 18px;
      font-weight: 300;
      line-height: 27px;
      text-align: left;
      color: rgba(0, 0, 0, 1);
    }

    .nivo_img :first-child{
      margin-right: 45px;
    }

    .top_right{
      margin-top: 78px;
    }


    .info_bottom{
      display: flex;
      margin-top: 51px;
      gap: 169px;
      padding-bottom: 74px;
    }

    .bottom_left{
      font-family: var(--font-family-poppins);
      font-size: 18px;
      font-weight: 300;
      line-height: 27px;
      text-align: left;
      color: rgba(0, 0, 0, 1);
      margin-top: 41px;
      width: 100%;
    }

    .bottom_left br{
      display: none;
    }

    /*-------------------------------tabele-------------------------*/

    .tabela{
      background: linear-gradient(318.48deg, #3F3F3F 7.82%, #000000 121.48%);
      position: relative;
    }

    .tabela_container{
      display: flex;
      justify-content: space-between;
      gap: 160px;
      padding-top: 69px;
      padding-bottom: 75px;
    }

    .tabela #bg_img_table{
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      opacity: 70%;

    }

    .tabela_container .tabela_left_side table{
      width: 414px;
      border-collapse: separate;
      border-spacing: 10px 0px;
    }

    .tabela_container .tabela_left_side th,
    .tabela_container .tabela_left_side td{
      padding-left: 16px;
      padding-top: 7px;
      padding-bottom: 7px;
    }

    .tabela_container .tabela_left_side th{
      background: rgba(236, 34, 39, 1);
      font-family: var(--font-family-poppins);
      font-size: 14px;
      font-weight: 600;
      line-height: 18.2px;
      letter-spacing: 0.015em;
      text-align: left;
      color: rgba(255, 255, 255, 1);
    }

    .tabela_container .tabela_left_side tr:nth-child(2n) td{
      background: rgba(217, 217, 217, 1);
    }

    .tabela_container .tabela_left_side tr:nth-child(2n+1) td{
      background: rgba(241, 241, 241, 1);
    }

    .tabela_container .tabela_left_side td{
      font-family: var(--font-family-poppins);
      font-size: 14px;
      font-weight: 400;
      line-height: 18.2px;
      letter-spacing: 0.015em;
      text-align: left;
    }

    .tabela_container .tabela_left_side td:first-child{
      width: 306px;
    }


    .second_tabela{
      margin-top: 50px;
    }

    .povrsina_lokala{
      margin-top: 50px;
      margin-left: 10px;
      margin-right: 10px;
      display: flex;
      justify-content: space-between;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 8px;
      padding-bottom: 8px;
      background: rgba(236, 34, 39, 1);
      font-family: var(--font-family-poppins);
      font-size: 14px;
      font-weight: 600;
      line-height: 18.2px;
      letter-spacing: 0.015em;
      text-align: left;
      color: rgba(255, 255, 255, 1);
    }

    .preuzmi_pdf{
      margin-top: 148px;
      display: flex;
      flex-direction: column;
      margin-left: 10px;
    }

    .preuzmi_pdf p{
      font-family: var(--font-family-poppins);
      font-size: 16px;
      font-weight: 400;
      line-height: 13.76px;
      letter-spacing: -0.03em;
      text-align: left;
      color: rgba(255, 255, 255, 1);
    }

    .preuzmi_pdf a {
      margin-top: 26px;
      text-decoration: underline;
      font-family: var(--font-family-poppins);
      font-size: 14px;
      font-weight: 400;
      line-height: 12.04px;
      letter-spacing: -0.03em;
      text-align: left;
      color: rgba(138, 138, 138, 1);
      display: flex;
      align-items: center;
    }

    .preuzmi_pdf a img{
      padding-right: 10px;
    }

    .tabela_right_side img{
      position: relative;
      z-index: 1;
    }


    /*---------------baneer-----------------*/

    .banner_stan{
      background: rgba(228, 228, 228, 1);
    }

    .banner_container{
      padding-top: 120px;
      padding-bottom: 120px;
    }
    .banner{
      background: 
      linear-gradient(87.44deg, #000000 30.15%, rgba(0, 0, 0, 0) 65.44%),
        url(../img/banner_img.png) right/cover no-repeat;
      font-family: var(--font-family-poppins);
      display: flex;
      flex-direction: column;
    }
    
    .banner h1{
      margin-left: 105px;
      margin-top: 65px;
      font-size: 30px;
      font-weight: 700;
      line-height: 45px;
      text-align: left;
      color: rgba(255, 255, 255, 1);
    }
    
    .banner p {
      font-size: 18px;
      font-weight: 300;
      line-height: 27px;
      text-align: left;
      margin-left: 105px;
      margin-top: 15px;
      color: rgba(255, 255, 255, 1);
    }
    
    .banner a{
      background: rgba(236, 34, 39, 1);
      color: rgba(255, 255, 255, 1);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      text-decoration: none;
      width: fit-content;
      padding: 13px 52px;
      margin-left: 105px;
      margin-top: 50px;
      margin-bottom: 60px;
    }


/*------------------slider-------------------*/

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

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

.slick-track {
  display: flex !important;
  align-items: center !important;
}


.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%;
}


/*----------------slicno u ponudi----------------*/

.slicno_u_ponudi{
  background-color:rgba(191, 191, 191, 1);
}
.slicno_u_ponudi .slicno_u_ponudi_top_content{
  padding-top: 115px;
}

.slicno_u_ponudi .slicno_u_ponudi_top_content h1{
  font-family: var(--font-family-poppins);
  font-size: 40px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.slicno_u_ponudi .slicno_u_ponudi_top_content p{
  font-family: var(--font-family-poppins);
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  color:rgba(0, 0, 0, 1);
  margin-top: 11px;
}



/*-------------------cards----------------------*/

.cards{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 154px;
}

.grid_container{
  display: flex;
  width: 581px;
  height: 389px;
  border: 1px solid rgba(209, 209, 209, 1);
}
.card_left_side ,
.card_right_side {
  flex: 1;
}

.grid_container .card_left_side{
  background: linear-gradient(210.89deg, #6A6A6A 20.5%, #161616 113.41%);
  width: 265px;
  height: 387px;
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
}

.grid_container.card_left_side img {
  max-width: fit-content !important;
  max-height: 100%;
}

.grid_container .card_right_side{
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  background-color: white;
}

.grid_container .card_right_side h2{
  font-family: var(--font-family-poppins);
  font-size: 28px;
  font-weight: 600;
  line-height: 27.44px;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgba(63, 63, 63, 1);
}

.grid_container .card_right_side .kvadratura{
  margin: 0px;
  padding-left: 30px;
  padding-right: 0px;
  height: auto;
}

.grid_container .card_right_side .kvadratura p{
  background: rgba(236, 236, 236, 1);
  padding: 8px 15px;
  display: inline-block;
}

.superscript {
  position: relative;
}

.superscript sup {
  position: relative;
  top: -0.1em; /* Adjust the vertical position as needed */
  font-size: 15px; /* Adjust the font size as needed */
}

.superscript sup.min{
  font-size: 8px;
}

.grid_container .card_right_side p{
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: rgba(43, 43, 43, 1);
}

.grid_container .card_right_side .footer_slider{
  background: rgba(236, 34, 39, 1);
  width: 316px;
  display: flex;
}

.grid_container .card_right_side .footer_slider p{
  font-family: var(--font-family-poppins);
  font-size: 22px;
  font-weight: 600;
  line-height: 20.35px;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgb(255, 255, 255);
}
.btn{
  cursor: pointer;
  text-decoration: none;
}

.btn_slider{
  width: fit-content;
  height: 42px;
  background: rgba(43, 43, 43, 1);
  font-family: var(--font-family-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-top: 10px;
  color: rgba(255, 255, 255, 1);
  margin-top: 48px;
  padding-right: 22px;
  padding-bottom: 1px;
  padding-left: 22px;
  margin-left: 30px;
  margin-bottom: 25px;
}

.link_prikazi_sve{
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 93px;
}

.link_prikazi_sve a {
  display: flex;
  align-items: center;
  font-family: var(--font-family-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: rgba(104, 104, 104, 1);

}
.link_prikazi_sve a img {
  padding-left: 5px;
}


/*------------------------media---------------------*/

@media screen and (width &gt;1250px){
  .wrapper{
    width: 80%;
  }

  .top_left {
    margin-right: 308px;
  }

  .info_bottom{
    gap: 308px;
  }

  .tabela_container{
    gap: 350px;
    
  }

  .banner{
    background: 
    linear-gradient(87.44deg, #000000 45.15%, rgba(0, 0, 0, 0) 85.44%),
      url(../img/banner_img.png) right no-repeat;
  }
  
}

@media screen and (width &gt;= 1650px) {
  .info_top {
    justify-content: space-between;
  }

  .top_right {
    margin-right: 100px;
  }

  .info_bottom {
    justify-content: space-between;
  }

  .bottom_right {
    margin-right: 100px;
  }

  .tabela_container{
    justify-content: space-between;
  }
}

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

  .velicina_dostupnost{
    justify-content: space-between;
    width: 500px;
  }
}

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

@media screen and (1100px &lt; width &lt; 1600px){
  .info_bottom .bottom_left p br{
    display: none;
  }
  .info_bottom .bottom_left p{
    width: 370px;
  }

  .info_bottom {
    gap: 120px;
  }

  .top_left {
    margin-right: 150px;
  }

  .tabela_container {
    gap: 130px;
}
}

@media screen and (1100px &lt; width &lt; 1370px){
.velicina_dostupnost .green {
  padding-inline: 25px;
}

.velicina_dostupnost p {
  height: 55px !important;
}

.velicina_dostupnost{
  gap: 10px;
}
}

@media screen and (width &gt;1100px){
  .hideOnDestop{
    display: none;
  }
}

@media screen and (max-width: 1100px){
  .top_link a{
    margin-top: 20px;
  }

  .top_link img{
    margin-top: 50px;
  }

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

  .top_left{
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
  .info_bottom{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    gap: 100px;
  }
  .bottom_left{
    margin-inline: 60px;
  }

  .bottom_left br{
    display: none;
  }

  .bottom_right{
    margin-left: 90px;
  }

  .bottom_right img {
    width: 80%;
    height: auto;
  }

  .showOnMobile{
    display: block;
    margin-bottom: 50px;
    width: 60%;
    height: auto;
  }

  .tabela_container{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }

  .preuzmi_pdf{
    margin-top: 50px;
  }

  .tabela_right_side #top_img{
    margin-left: 150px !important;
  }
  .tabela_right_side #bottom_img{
    margin-left: 10% !important;
  }


  .banner h1{
    margin-left: 50px;
    font-size: 25px;
    line-height: 30px;
  }

  .banner p {
    font-size: 16px;
    margin-left: 50px;
    width: 350px;
  }
  .banner p br{
    display: none;
  }
  .banner a{
    margin-left: 50px;
  }

  .banner{
    background: 
    linear-gradient(87.44deg, #000000 40.15%, rgba(0, 0, 0, 0) 65.44%),
      url(../img/banner_img.png) right/cover no-repeat;
    background-position: -40%;
  }

  .slider_image img{
    width: 272px;
    height: 359px;
  }

  .slider_container{
   margin-left: 5%;
  }

  .custom-prev-stan {
    left: -8%;
  }

  .custom-next-stan {
    right: -1%;
  }
  .slicno_u_ponudi .slicno_u_ponudi_top_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cards{
    grid-template-columns: auto;
    justify-content: center;
    gap: 50px;
    margin-top: 100px;
  }

  .hideOnMobile{
    display: none;
  }
}

@media screen and (max-width: 700px){

  .header_content p br{
    display: none;
  }
  .velicina_dostupnost{
    gap: 5px;
  }
  .velicina_dostupnost h2{
    font-size: 18px;
  }

  .velicina_dostupnost p{
    font-size: 16px;
  }

  .velicina_dostupnost .green{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
  }

  .broj_stana .kljuc-vrednost .grey p{
    font-size: 14px;
    padding: 10px 27px 10px 27px;
  }
  .broj_stana .kljuc-vrednost .red p{
    font-size: 14px;
  }

  .nivo{
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 15px;
  }
  .nivo .nivo_levo{
    margin-right: 106px;
  }

  .nivo_img img{
    width: 40%;
    height: auto;
  }

  .bottom_left{
    font-size: 14px;
    margin-inline:0;
  }
  .bottom_left p br{
    display: none;
  }

  .bottom_right img {
    width: 90%;
    height: auto;
}

.bottom_right {
  margin-left: 20px;
}
.bottom_left{
  margin-top: 0;
}

.info_top{
  gap: 5px;
}

.info_bottom{
  margin-top: 0;
  gap: 50px;
}

.tabela_container .tabela_left_side table{
  width: 314px;
}
.tabela_container .tabela_left_side th,
.tabela_container .tabela_left_side td{
      padding-right: 5px;
}

.second_tabela{
  margin-top: 30px;
}
.povrsina_lokala{
  margin-top: 30px;
}

.tabela_right_side{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tabela_right_side #top_img {
  margin-left: 0px !important;
  width: 80%;
}

.tabela_right_side #bottom_img {
  margin-left: 0 !important;
  width: 90%;
  height: auto;
}

.tabela_container{
  gap: 50px;
}

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

.banner{
  background:
  linear-gradient(87.44deg, #000000 45.15%, rgba(0, 0, 0, 0) 85.44%),
   url(../img/banner_img.png) right/cover no-repeat;
  background-position: 40%;
}

.banner h1{
  margin-left: 30px;
  font-size: 18px;
  line-height: 25px;
  width: 200px;
}
.banner h1 br{
 display: none;
}

.banner p {
  font-size: 14px;
  margin-left: 30px;
  width: 200px;
}

.banner p br{
  display: none;
}

.banner a {
  margin-left: 30px;
}

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

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

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

.slicno_u_ponudi .slicno_u_ponudi_top_content{
  padding-top: 100px;
}

.slicno_u_ponudi .slicno_u_ponudi_top_content h1{
  font-size: 30px;
}
.slicno_u_ponudi .slicno_u_ponudi_top_content p{
  font-size: 14px;
  text-align: center;
}
.slicno_u_ponudi .slicno_u_ponudi_top_content p br{
  display: none;
}
.cards{
  margin-top: 50px;
}

.grid_container {
  width: 100%; 
  height: auto; 
  flex-direction: column; 
}

.grid_container .card_left_side,
.grid_container .card_right_side {
  width: 100%; 
  height: 50%;
}

.grid_container .card_left_side img {
  width: 90%;
  height: 200px;
  max-width: none; 
  max-height: none;
}

.grid_container .card_right_side h2,
.grid_container .card_right_side .kvadratura,
.grid_container .card_right_side p,
.grid_container .card_right_side .btn_slider {
  margin-left: 10px;
  margin-top: 10px; 
}

.grid_container .card_right_side .footer_slider{
  width: 100%;
  padding-right: 30px;
}
.grid_container .card_right_side .kvadratura p{
  font-size: 18px;
  margin-top: 0;
  padding-block: 5px;
}

.grid_container .card_right_side h2{
  padding-right: 70px;
}

.btn_slider{
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.grid_container .card_right_side .footer_slider p{
  font-size: 14px;
}

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









}






    




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