@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");


:root {
    --inter:"Inter", serif;
    --outfit:"Outfit", serif;
    --primary:#0F1A1E;
    --secondary:#1F363C;
    --light:#878F57;
    --textwhite:#F6F8EB;
    --landing-width:70vw;
    --landing-width-mobile:86vw;
    --d10:0.52vw;
    --d12:0.63vw;
    --d14:0.73vw;
    --d16:0.89vw;
    --d18:0.94vw;
    --d20:1.04vw;
    --d24:1.25vw;
    --d25:1.3vw;
    --d40:2.08vw;
    --d44:2.29vw;
    --d48:2.5vw;
    --d54:2.81vw;
    --d64:3.33vw;
    --d80:4.17vw;
    --d84:4.38vw;
    --d120:6.25vw;


    --m10:2.78vw;
    --m11:3.06vw;
    --m12:3.33vw;
    --m13:3.61vw;
    --m14:3.89vw;
    --m15:4.17vw;
    --m16:4.44vw;
    --m18:5vw;
    --m20:5.56vw;
    --m24:6.67vw;
    --m25:6.94vw;
    --m32:8.89vw;
    --m34:9.44vw;
    --m36:10vw;
    --m40:11.11vw;
    --m44:12.22vw;
    --m48:13.33vw;
    --m64:17.78vw;
}

.app {

    width: auto;
    max-width: 100%;
    min-width: 84vw;
    height: 100%;
  
    overflow-x: hidden;
    overflow-y: hidden;
}

.app__home svg polygon,
.app__home svg path{
    opacity: 1;
}
.app svg {
 
    width: auto;
    transform: scale(1);
    /* transform: scale(1) !important; */
    
}
     .s-1 rect
 {
    fill: transparent;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}


.s-2 rect
 {
    fill: transparent;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}

.dostupnost-buttons{
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 41.51vw;
    border-top: 1px solid #878F57;
    padding-top: var(--d40);
   
    margin-bottom: var(--d40);

}

.slob{
    width: 8.23vw;
}
.rez{
   width: 9.38vw;
}

.prod{
    width:7.76vw ;
}


.lamela-p {
    font-family: var(--inter);
    font-weight: 400;
    font-size: var(--d18);
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    width: fit-content;
    margin: auto;
    color: #4F4F4F;
    margin-top: var(--d14);
    margin-bottom: var(--d40);
}
.lamela-h {
    font-family: var(--outfit);
    font-weight: 700;
    font-size: var(--d48);
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    width: fit-content;
    margin: auto;
    color: #1F363C;
}
.landscape-notice {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   backdrop-filter: blur(4px);
   background: #0F1A1E80;


    color: red;
    text-align: center;
    font-size: 24px;
    z-index: 9999;
}

.landscape-notice img{
     width: 86.67vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

 .moveleft{
    position: fixed;
    top: 50vh;
    left: 1vw;
}
.moveright{
    position: fixed;
    top: 50vh;
    right: 1vw;
}





@media  (max-height:1000px) {
  
}


.app__home svg {
    transform:scale(1);
}

.app.app__home svg {
    /* transform: scale(1); */
    transform: scale(1.2) translateX(130px);
}





/* svg, */

image {
    /* width: auto;
    min-width: 100% !important;
    min-height: 100%; */
   
    min-width: 100% !important;
    min-height: 100%;
    height: auto;
}

svg polygon:hover, svg path:hover {
    /* fill: #e21a1a; */
    /* opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer; */
}

/* @media screen and (max-width: 768px) {
    svg image {
        transform: translateX(-300px);
    }
} */

@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}



@media screen and (max-width:0px) {
    .lamele {
        display: none;
    }
}

@media screen and (max-width:768px) {
   
    .single {
        padding: 10px;
    }
    .single__bottom img {
        display: none;
    }
    .contact__box {
        width: 300px;
    }
    .contact__form {
        padding: 10px;
    }
    .app.app__home svg {
    /* transform: scale(1); */
    transform: scale(1.3) translateX(90px);
}
}


.s-0 rect
 {
    fill: transparent;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}

.s-1 polygon, .s-1 path,.s-2 polygon, .s-2 path,.s-0 polygon, .s-0 path,.s-2 rect,.s-0 rect, .s-0 rect{
    opacity: 0;
}

.s-1 rect, .s-1 path, .s-1 polygon
 {
    fill: transparent;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}


.s-2 rect
 {
    fill: transparent;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}

.s-0 polygon:hover,
.s-0 rect:hover,
.s-0 path:hover {
      fill: #F0531C;
    opacity: 0.6;
    isolation: isolate;
    cursor: pointer;
}





.s-1 rect:hover, .s-1 path:hover , .s-1 polygon:hover{
      fill: #878F57;
    opacity: 0.6;
    isolation: isolate;
    cursor: pointer;
}

.s-2 polygon:hover,
.s-2 rect:hover,
.s-2 path:hover {
    fill:#FFA74E;
    opacity: 0.6;
    isolation: isolate;
    cursor: pointer;
}


.lamela{
    fill: transparent;
        opacity: 1;
        

}

.lamela.non-active{
    fill: #0f1a1d;
        opacity: .3;
}




.lamele-frame {
    padding: 0 7%;
    box-sizing: border-box;
    background-color: transparent; /* ili neka neutralna boja pozadine */

}


.custom-tooltip2,.custom-tooltip3 {
    position: absolute;
    background-image: url('./img/stantooltip.svg');
    color: #fff;
    width: 6.67vw;
    height:2.19vw;
    background-size: cover;
    background-repeat: no-repeat;
   
   
    pointer-events: none;
    z-index: 1000;
    max-width: 250px;
    transition: opacity 0.2s ease;
    font-family: var(--inter);
font-weight: 400;
font-size: var(--d16);
line-height: 140%;
letter-spacing: 0%;
text-align: center;
color: #1F363C;
display: flex;
    place-content: center;
    align-items: anchor-center;


}
.bordersvg{
        border-radius: var(--d12);
    border: 1px solid #878F57;
}
@media (orientation: portrait){
    .landscape-notice{
        display:block;
    }
}
@media (orientation: landscape) and (max-width:900px) {
    .logo {
        display: none;
    }
    
        .stan-picker a {
        width: fit-content!important;
        font-size: 2vw!important;
        font-weight: 300;
        margin-bottom: 0!important;
        padding-left:1.5vw!important;
        padding-right:1.5vw!important;
        
    }
        .header-mob {
            height:10.00vw!important;

        }

    
    .lamele-frame{
        padding:0 6%!important;
        width:100vw;
    }
     .lamela-h{
        font-size:4vw!important;
    }
    .lamela-p{
        font-size:1.75vw!important;
    }
    .lamela-switch img {
        height:4.50vw!important;
    }
    .lamela-switch{
        width:48.38vw!important;
        margin-bottom:0vw!important;
    }
     .lamela-switch p{
        font-size:1.75vw!important;
    }
    .povratak{
        font-size:1.63vw!important;
        margin-bottom:5vw!important;
        margin-top:3.75vw!important;
    }
    .dostupnost-buttons {
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 67.25vw;
    border-top: 1px solid #878F57;
    padding-top: 5vw!important;
    margin-bottom: 5vw!important;
}
.prod{
    width:15.63vw!important;
}
.rez{
    width:19.00vw!important;
}

.slob{
    width:16.63vw!important;
}

  .st-left h1 {
        width: fit-content!important;
        text-align: left;
        font-size: 4vw!important;
        margin-top: 8vw!important;
        margin-bottom:3vw!important;
    }
        .st-left p {
        font-size: 1.88vw!important;
          width:94vw!important;
        margin-top:0!important;
    }
    .stan-tekst{
        width:94vw!important;
        position:relative;
    }
    .st-left img {
    width: 14.17vw;
    cursor: pointer;
    margin-top: 2vw;
    position: absolute;
    bottom: 0;
}
    .st-right img {
          width:94vw!important;
        margin-top: 5.5vw!important;
        margin-bottom:11.00vw!important;
    }
         .st-left img {
        width: 29.25vw!important;
        height:5.5vw;
        cursor: pointer;
        margin-top: 2vw;
        position: absolute;
        bottom: 0;
         left: 50%;
  transform: translateX(-50%);
    }

    
}







