*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

body,html {
    height: 100%;
}


/* Stanovi Info */

i.far.fa-file-pdf {
    font-size: 19px;
}

.stanoviSection{
    display:flex;
    padding-top:10px;
}

.imageSection img {
    max-width: 100%;
    border-radius: 10px;
}

.imageSection{
    padding: 40px;
}

.infoSection{
    width:20%;
}

.infoNaslov h2{
    padding-top:20px;
    padding-left:5px;
}

.infoNaslov a {
    display:block;
}

.infoSec{
    margin-top: 40px;
    background-color:white;
    border-radius: 10px;
}

.info h5{
    color: rgb(218, 105, 26);
}

/* Tablica */


/* novi opis na projektu */

.presentelement {
    display:flex;
    background-color: #f0f0f0;
}

.naslovopisstanova {
    color: #a0521d;
    font-size: 3.5vw !important;
}

.opisstanova {
    display:flex;
    flex-direction: column;
    flex: 30%;
    flex-wrap: wrap;
    justify-content: center;
}

.opisstanova h2, .opisstanova span {
    text-transform: uppercase;
}

.opisstanova h2 {
    font-size: 3.5vw;
    padding-bottom: 10px;
    padding-top:30px;
}

.opisstanova span {
    font-size: 1.1vw;
    font-weight: 600;
    color: #a0521d;
}

.opisstanova p {
    font-weight: 600;
}



.opisstanova > * {
    padding-left: 90px;
}

.opis > * {
    padding-left: 90px;
}

.opis span {
    font-weight: 600;
    font-size: 1.1vw;
    color: #a0521d;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}

.opis p {
    font-weight: 600;
}

.imageslider img {
    max-width: 100%;
}

.imageslider {
    flex: 70%;
}

.detaljniopis{
    display: flex;
    background-color: #f0f0f0;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-right: 30px;


}

p{
    font-family:'Montserrat-Regular', Helvetica Neue, sans-serif;
    padding-bottom: 18px;

}

h5{
    /* padding: 0 0 5px 0; */
    font-weight: 600 !important;
}


body{
    /* font-family: 'Source Sans Pro', sans-serif !important; */
    font-weight: 400 !important;
}

.container{
    max-width: 1210px;
    width: 100%;
    margin:auto;
    padding: 0px 20px;
}

.header-container{
    display: flex;
    background-color:black;
    max-height: 70px;
     justify-content:space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    width:100%;
    z-index: 2;
    margin-bottom: -1px;
    align-content: center;
    flex-wrap: wrap;
}

.ikonice{
    display: flex;
    padding:5px;
    margin:0;

}

.ikonice li {
    display: inline block;
    list-style: none;
    padding:10px;
    margin:5px;
    color:whitesmoke;
    font-size: 1.2em;
}

.ikonice li a{
    color:whitesmoke;

}

.ikonice li :hover{
    color: #e67a33;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

.logo img{
    height: 43px;
    margin-left: 20px;
}


.nav-links{
    list-style: none;
    display: flex;
    padding:0;
    margin:0;
}

.bar{
    display:block;
    width:25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.katalogstanova img {
    width: 80px;
    height: auto;
}

.opiskataloga{
    text-align: start;


}

.nav-item a {
    display: inline-block;
    text-decoration: none;
    color:white;
    padding:0px 20px;
    font-size: 16px;
    cursor: pointer;
}

.nav-item a:active {
    color:white;
}

.nav-item a:hover{
    color:#e67a33;
    transition: all 0.4s ease 0s;
}

.hero-img img {
    width:100%;
    height: auto;
}

.hero-img{
    height: 100vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(/images/3drenderi/compressed/Hero1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.grad {
    width:100%;
    height: auto;
}

.hero-container{
    text-align: center;
    color:white;
    position: absolute;
    top:47%;
    left:50%;
    transform: translate(-50%,-50%);
}

.hero-container h1{
    font-size: 50px;
    margin-top: 77px;
}

.mobilenaslov{
    display: none;
}

.link-button a{
    color:white;
    text-decoration: none;
    
}

.link-button
{
    cursor: pointer;
    outline: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 24px;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #ffffff;
    border-color: #ffffff;
    margin-top: 10px;
}

.link-button:hover {
    color: #fff;
    background-color: rgb(218, 105, 26);
    border-color: rgb(218, 105, 26)
}

.link-button2 a{
    color:#fff;
    text-decoration: none;
}

.link-button2
{
    font-style:bold;
    cursor: pointer;
    outline: 0;
    font-weight: 600;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    border: 2px solid transparent;
    padding: 5px 40px;
    font-size: 1.1rem;
    border-radius: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #a0521d;
    background-color: white;
    border-color: #a0521d;
    margin-top: 10px;
    max-width: fit-content;
    align-items: center;
    margin-left: 90px;
    text-decoration: none;
}


.katalogsvihstanova{
    display: flex;
    justify-content: flex-end;
}

.link-katalog
{
    cursor: pointer;
    outline: 0;
    font-weight: 500;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    border: 2px solid transparent;
    font-size: 1.1rem;
    border-radius: 3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #0a58ca;
    background-color: white;
    border-color: #0a58ca;
    padding: 10px 20px;
    margin-top: 40px;
    max-width: fit-content;
    align-items: center;

    text-decoration: none;
}

.link-katalog:hover {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a58ca
}


.link-button2:hover {
    color: #fff;
    background-color: rgb(218, 105, 26);
    border-color: rgb(218, 105, 26)
}

.link-button3 a{
    text-decoration: none;
    color: white;
    
}

.link-button3
{
    cursor: pointer;
    outline: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: rgb(218, 105, 26);
    background-color: rgb(218, 105, 26);
    margin-top: 10px;
}
/* 
.link-button3:hover {
    color: #fff;
    background-color: rgb(218, 105, 26);
    border-color: rgb(218, 105, 26)
} */


.footer {
    background-color: black;
    color: #ffffff;
    /* border-top: 1.5px solid #e67a33 ; */

}

.flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin:auto;
}


.footerimg{
    width: auto;
    height: 85px;
    margin: 60px;


}

.vl{
    border-left: 2px solid rgb(182, 182, 182);
    height:160px;
    border-radius: 2px;
    margin-top: 20px;
}

.footernav ul {
list-style: none;
text-decoration: none;
padding-left: 0;
}

.footer-group{
    display: inline-block;
    padding-right: 110px;
    padding-top:30px;
}

.footernav li {
    padding-bottom: 4px;
    font-size: 16px;
}

.footernav a {
    text-decoration: none;
    color:white
}

.footernav a:hover{
    color:#e67a33;
    transition: all 0.4s ease 0s;
}


.contact-group a {
    text-decoration: none;
    color:white;
    padding-top: 10px;
    padding-bottom:10px;
    display: block;
    font-size: 16px;
}

.contact-group a:hover{
    color:#e67a33;
    transition: all 0.4s ease 0s;
}

.contact-group a span{
    padding-left: 10px;
}

.socials a span{
    padding-left: 10px;
}

.socials a{
    text-decoration: none;
    color:white;
    padding-top:10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.socials a:hover{
        color:#e67a33;
    transition: all 0.4s ease 0s;
}

.brojmob{
    display: flex;
}

label {
    color: rgba(255, 255, 255, 0.349);
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
    width:100%;
}

.socials a{
    display: block;
    padding-top: 10px;
}

.map1{
    height: 100%;
    width: 100%;
}

.map2{
    height: 650px;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.map2 > div{
    padding-top: 40px;
}

.title-section:after{
    content:"";
    position: absolute;
    top: 13px;
    left:0;
    transform: translateY(-50%);
    width:100%;
    height: 1px;
    background: #e0e0e0;
}

.section{
    margin-top: 50px;
    margin-bottom: 50px;
}

.title-section{
    position:relative;
    width: 100%;
    padding-bottom: 30px;
}



.title-section > *{
    position: relative;
    z-index: 1;
    background: #ffff;
    display: inline-block;
    padding: 0 20px;
}

.title-section h3{
    font-size: 22px;
}
.info{
    font-size: 18px;
}

.title-section h3{
    font-weight: 400;
    color: black;
}

.naslov{
    font-size: 22px;
}

#map{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Tlocrt */

.etaze ul {
    list-style: none;
    padding: 0px;
}

.etaze li {
    background-color: #f0f0f0;
    padding: 15px 0px;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: center;
}

.etaze a {
    color: rgb(114, 114, 114);
    font-weight: 900;
    text-decoration: none;
}

/* .etaze li:hover a {
    color:black;
} */

.etaze li:hover {
    background-color: #d8d8d8;
}

.etaze li:active {
    background-color:#e67a33
}

.etaze li.active {
    background-color:#e67a33;
    color:white;
}





.etaze {
    flex-basis: 20%;
}

.tlocrtSelection {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 20px 0px;
}



.tlocrtSelection area {
    cursor:pointer;
}

.tlocrtSelection area:hover {
    fill:#e67a33
}

.highlight{
    background-color: #999;
}

/* Projekti */

.filtericon{
    padding-left: 10px;
}

.maparea{
    max-width: 100%;
    height: auto;
}

.sectionHead{
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.separator{
    border-top: 1px solid #e0e0e0;
    opacity: 100%;
    margin: 10px 0px;
}

.sectionHead h3 {
    font-weight: 400;
    color: black;
    font-size:22px;
}

.sectionHead > *{
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background-color: #fff;
    display: inline-block;

}

.katalogstanova {
    font-size: 20px;
}

.katalog {
    margin-bottom: 10px;
}

.sectionHead:after{
    content:"";
    position: absolute;
    top: 14px;
    left:0;
    transform: translateY(-50%);
    width:100%;
    height: 1px;
    background: #e0e0e0;
}

/* Table */

.table-responsive{
    width:70%;
    /* text-align: center; */
}

.table th i{
    padding: 0px 10px;
}

/* GALERIJA SLIKA */

.row-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row-gallery > img{
    display: block;
    width:290px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }

  /* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1350px;
  }



  /* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }

  .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
    /* border: 15px solid white; */
  }

  /* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
  z-index: 2;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 13px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.hamicon {
    display:none;
    padding-right: 10px;
}

.bodytext{
    /* text-align: justify; */
    font-size: 18px;
}

.textsection{
    background-color: rgb(240, 240, 240);
    padding:20px;
    text-align: justify;
}

.textsection2{
    background-color: rgb(255, 255, 255);
    padding:20px;
    text-align: justify;
}


.textsection p {
    padding:0;
    margin:0;
}

.textsection2 p {
    padding:0;
    margin:0;
}

.textsection h5 {
    font-size: 18px;
}

.textsection2 h5 {
    font-size: 18px;
}

.sidebar{
    position: fixed;
    transition: all 1s;
    background-color: black;
    width: 100%;
    z-index: 43;
    border: 1px solid black;
    visibility: hidden;
}

.sidebar a{
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding:20px;
    color: white;
    border-top: 0.5px solid rgb(44, 44, 44);
}

.sidebar a:hover{
    color:#e67a33;
}

.sidebar.open{
    right:0;
    visibility: visible;
}

/* MOBILE SCREENS */
@media screen and (max-width: 767px)
{

    i.far.fa-file-pdf {
        font-size: 16px;
    }

    .link-button2 {
        font-size: 16px
    }


    .katalogsvihstanova {
        justify-content: center;
    }

    .link-katalog{
        font-size: min(12px, 16px)
    }

        .link-button2 {
        margin: 0px 0px;
        padding: 5px 20px;
        padding-left: 20px !important;
    }

    .tlocrtSelection {
        display: flex;
        flex-direction: column;
        justify-content:space-between;
        align-items: center;
        padding: 50px 0px;
    }

    .etaze ul{
        display:flex;
        gap:5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .etaze ul li {
        font-size: min(12px, 16px);
        min-width: auto;
        padding: 5px 30px;
    }

    .table-responsive {
        width: 100%;
    }

    .table tr{
        font-size: min(12px, 16px);
    }

    .table tr th { 
        white-space: wrap;
    }




    .presentelement{
        display: flex;
        flex-direction: column;

    }

    .opisstanova h2{
        font-size: 50px;
    }

    .naslovopisstanova{
        font-size: 50px !important;
    }

    .opisstanova p {
        font-size: 16px;
    }

    .opisstanova > * {
        padding-left: 0;
    }

    .opisstanova{
        padding:50px;
    }

    .opis span {
        font-size: 18px;
    }

    .opis > *{
        padding:0;
    }

    .opisstanova span {
        font-size: 18px;
    }

    .detaljniopis{
        display: flex;
        flex-direction: column;
        padding:50px;
    }

    .hamicon {
        display:block;
    }
    .hamicon.active {
        position: fixed;
        right:20px;
        z-index: 99;
        background-color: black;
    }
    .hamicon.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamicon.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamicon.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }


    .hero-img{
    height: 100vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(/images/3drenderi/compressed/r61280x720.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .ikonice {
        display:none
    }

    .bar{
        display:block;
        width:25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: white;
    }

    .sidebar{
        right:-100%;
        overflow: hidden;
    }

    .container {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px;
    }

    .container label {
        padding-bottom: 5px;
    }

    .nav-links {
        display:none;
    }

    .logo img{
        margin:10px;
    }
    
    .hamicon {
        display:block;
        float:right;
    }
    
    .row {
        flex-direction: column;
    }

    .bodytext{
        font-size: 16px;
    }
    
    .katalogstanova{
        font-size: 16px;
        justify-content: center;
        display:flex;
        align-items: center;
    }

    .katalogstanova img {
        width:70px;
    }

    .row-gallery {
        justify-content: center;
    }

    .row-gallery img:not(:nth-child(-n+3)){
        display:none;
    }

    .row-gallery img {
        padding: 0;
    }

    .sectionHead h3 {
        font-size: 18px;
    }

    .naslovdesk {
        display:none;
    }

    .mobilenaslov{
        display:block;
        padding:20px;
    }

    .naslov h1 {
        font-size: 22px;
        margin: 0;
    }

    .bodytext h5{
        font-size:16px;
    }

    .modal-content{
        width:100%;
        max-width: none;
    }

    .close{
        font-size: 30px;;
    }

    .vl{
        display: none;
    }
    
    .footerimg{
        margin:auto;
        height: 100px;
        padding:20px
    }
    
    .footer-group{
        padding:10px;
    }

}

@media screen and (min-width: 1090px ) and (max-width: 1399px) {
   
    .footer-group{
        padding-right: 0;
    }

    
}

@media screen and (min-width: 768px) and (max-width: 1450px){
    .opisstanova span {
        font-size: 16px;
    }
    .opis span {
        font-size: 16px;
    }
}

/* TABLET SCREENS */
@media screen and (min-width: 768px) and (max-width: 1300px) {


    i.far.fa-file-pdf {
        font-size: 16px;
    }

    .katalogsvihstanova {
        justify-content: center;
    }
    .link-button2 {
        margin-bottom: 20px;
    }

    .tlocrtSelection {
        display: flex;
        flex-direction: column;
        justify-content:space-between;
        align-items: center;
        padding: 50px 0px;
    }

    .table tr th { 
        white-space: nowrap;
    }

    .etaze ul{
        display:flex;
        gap:10px
    }

    .table tr{
        font-size: 16px;
    }

    .etaze ul li{
        padding: 5px 30px;
    }

    .detaljniopis{
        display: flex;
        flex-direction: column;
    }
    .presentelement{
        display: flex;
        flex-direction: column;
    }

    .container {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px;
    }

    .container label {
        padding-bottom: 5px;
    }

    .nav-links {
        display:none;
    }

    .ikonice {
        display:none;
    }

    .hamicon {
        display:block;
    }
    .hamicon.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamicon.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamicon.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    .bar{
        display:block;
        width:25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: white;
    }

    .sidebar{
        right:-100%;
        overflow: hidden;
    }
    
    .logo img{
        margin:10px;
    }
    
    .hamicon {
        display:block;
        float:right;
        padding-right: 20px;
    }
    
    .hamicon i {
        color:white;
    }
    
    .hamicon i:hover {
        color:#e67a33;
    }
    
    .vl{
        display: none;
    }
    
    .footerimg{
        margin:auto;
        height: 100px;
        padding:20px
    }
    
    .footer-group{
        padding:10px;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 5px;
    }

    #footer-group-one {
        width:50%;
        display:flex;
    }

    .footernav > ul{
        display: flex;
        width: auto;
        flex-direction: column;
        white-space: nowrap;
        align-content: center;
        justify-content: center;
    }

    .footernav ul li {
        padding: 10px;
    }

}

/* DESKTOP SCREENS */
@media screen and (min-width: 1024px) {

}
