@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Lily+Script+One&family=Red+Hat+Text:wght@400;700&display=swap&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    font-family:'Red Hat Text', sans-serif;
}
html {
    scroll-behavior: smooth;
}
html, body {
    margin: 0px;
    padding: 0px;
    background-color: #f8faff;
   
}

section {
    box-sizing: border-box;
    font-family:'Red Hat Text', sans-serif;
    color: rgb(77, 77, 77);
    font-size: 1.1em;
}
label.logo {
    font-family: 'Days One', sans-serif;
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: normal;
}
.logo-main {
    line-height: 80px;
    padding: 0 100px;
    margin-top: 5px;
}
.logo-main:hover {
    transform: scale(1.05);
    transition-duration: 0.5s;
}
#time {
    margin-right: 12px;
    font-family: 'Days One', sans-serif;
    color: rgba(255, 255, 255, 0.493);
    font-size: 1em;
}
#email {
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.493);
    font-size: 1em;
    margin-right: 9px;
    
}
#phone {
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.493);
    font-size: 1em;
    margin-right: 9px;
    
}
#radno-vrijeme {
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.493);
    font-size: 1em;
    margin-right: 9px;
}
.top-bar {
    background: #046fd1;
    height: 30px;
    width: 100%;
    position: fixed;
    z-index: 3;

}
.top-bar ul {
    float: right;
    margin-right: 17px;
    margin-top: 5px;
    font-size: 10pt;
    
}
.top-bar ul li {
    display: inline-block;
    padding-bottom: 15px;

}
.top-bar ul li a {
    display: inline-block;
    padding-bottom: 15px;
    text-decoration: none;
    padding: 0px 9px;
}

nav {
    background: #c6ccd1de;
    height: 80px;
    width: 100%;
    text-decoration: none;
    position: fixed;
    z-index: 2;
    margin-top: 30px;
}
nav ul {
    float: right;
    margin-right: 30px;
    
}
nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a {
    font-family: 'Rubik', sans-serif;
    color: white;
    font-size: 17px;
    padding: 7px 7px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s;
}


nav ul li a.active {
    background: #ff6900;
    transition: .5s;
}
nav ul li a:hover {
    background: #006fda;
    transition: .5s;
    color: #FFF;
    text-decoration:none;
}
.checkbtn, .hiden-btn {
    transition: 0.4s;
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
.checkbtn:hover,
.hiden-btn:hover {
    color:  #006fda;
    
}
.hiden-btn:hover {
    transform: rotate(90deg);
}

#check {
    display: none;
}



.slideshow {
    list-style-type: none;
  }
  
  /** SLIDESHOW **/
  .slideshow,
  .slideshow:after { 
      top: -17px;
      position: absolute;
      width: 100%;
      height: 800px;
      left: 0px;
      z-index: 0; 
      background-color: rgba(0, 0, 0, 0.507);
  }
  
  .slideshow li span { 
      position: absolute;
      width: 100%;
      height: 800px;
      top: 0px;
      left: 0px;
      color: transparent;
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat;
      background-color: rgba(0, 0, 0, 0.507);
      box-shadow: inset 0 0 100px black;
      
      opacity: 0;
      z-index: 0;
      animation: imageAnimation 30s linear infinite 0s; 
  }
  
  
  
  .slideshow li:nth-child(1) span { 
      background-image: url("images/heder/slajd1.jpg")
  }
  .slideshow li:nth-child(2) span { 
      background-image: url("images/heder/slajd2.jpg");
      animation-delay: 6s; 
  }
  .slideshow li:nth-child(3) span { 
      background-image: url("images/heder/slajd3.jpg");
      animation-delay: 12s; 
  }
  .slideshow li:nth-child(4) span { 
      background-image: url("images/heder/slajd1.jpg");   
      animation-delay: 18s; 
  }
  .slideshow li:nth-child(5) span { 
      background-image: url("images/heder/slajd2.jpg");
      animation-delay: 24s; 
  }
  
  
  
  @keyframes imageAnimation { 
      0% { opacity: 0; animation-timing-function: ease-in; }
      8% { opacity: 1; animation-timing-function: ease-out; }
      17% { opacity: 1 }
      25% { opacity: 0 }
      100% { opacity: 0 }
  }
  
  
  @keyframes titleAnimation { 
      0% { opacity: 0 }
      8% { opacity: 1 }
      17% { opacity: 1 }
      19% { opacity: 0 }
      100% { opacity: 0 }
  }
  
  
 .no-cssanimations .cb-slideshow li span {
      opacity: 1;
  }


@media only screen and (max-width: 1280px) {
    label.logo {
      font-size: 25px;
      padding-left: 50px;
    }
    .logo-main {
    font-size: 25px;
    padding-left: 40px;
    height: 60px;
    margin-top: 10px;
    
    }

    nav ul li a{
      font-size: 14px;
    }
    .top-bar ul {
        font-size: 11pt;
    }

}
@media only screen and (max-width: 1080px) {
    .checkbtn, .hiden-btn {
      display: block;
    }
    .logo-main {
        font-size: 20px;
        padding-left: 30px;
    }
    nav {
        margin-top: 0;
    }
    ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #2c3e50e7;
      top: 0px;
      left: -100%;
      text-align: center;
      transition: all .5s;
      padding: 50px 0;
    
    }

    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: normal;
    }
    nav ul li a{
      font-size: 20px;
    }
    .hiden-btn {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #check:checked ~ ul{
      left: 0;
    }
    .top-bar { display: none;}
    
} 
	
@media (hover: none) and (pointer: coarse) {
    .checkbtn, .hiden-btn {
      display: block;
      margin-top: 0;
      font-size: 25pt;
      color: rgb(255, 255, 255);
    }
    .top-bar { display: none;}
    #time { display: none;}
    #email { display: none;}
    #phone { display: none;}
    #page-scroll-respon {
        margin-top: 30px;
    }

    nav {
      margin-top: 0;
      height: 70px;   
      line-height: 30px;
    }

    label.logo {
        font-family: 'Rubik', sans-serif;
        color: white;
        font-size: 60px;
        line-height: 120px;
        font-weight: normal;        
    }

    .logo-main {
    font-size: 20px;    
    height: 50px;
    padding: 0 0 0 0;
    margin: 10px 70px 50px 30px;
    }

    ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #2c3e50e7;
      top: 0px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      line-height: 10px;
    }
    nav ul li a{
      font-size: 25px;
    }
    #check:checked ~ ul{
      left: 0;
    }
    section {
        font-size: 16pt;
        font-weight: 500;
    }
    #slogan-respon{
    font-size: 2em;
    padding-top: 20px;

    }
    #slgan-manji-respon {
        font-size: 1em;
    }
    #separator-respon {
        width: 120px;
    }
    

}

.slogan {
    position: relative;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
    margin-top: 90px;
    font-size: 3.5em;
    font-family: 'Rubik', sans-serif;
    color: white;
    text-shadow: 1px 1px 2px #000;
    z-index: 1;
  
    
}
.slogan-manji {
    position: relative;
    text-align: center;
    margin: 0%;
    font-family: 'Rubik', sans-serif;
    color: white;
    font-size: 1.5em;
    z-index: 1;
    text-shadow: 1px 1px 2px #000;

}
.slogan-separator {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -20px;
    margin-bottom: 10px;
    z-index: 1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.233);
}
.slogan-separator-body {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.233);
}
.logo-footer {
    text-align: left;
    margin: 0%;
    font-family: 'Days One', sans-serif;
    color: white;
    font-size: 1.5em;

}
.content-section {
    margin: 1em;
}

.container {
    max-width: 1000px;
    margin: auto;
    padding: 80px 1.5em;
    text-align: justify;
    position: relative;

}
.section-header {
    font-family: 'Days One', sans-serif;
    font-weight: lighter;
    text-align: center;

}
.galerija {
    float: left;
    width: 300px;
    height: 300px;
    margin: 5px;

}
.img-home {
    max-width: 100%;
    height: auto;
    height: auto;
    

}
.main-footer {
    background-color: rgb(108, 108, 173);
    color: white;
    padding: .25em o;
    text-decoration: none;


}
.main-footer-container {
    display: flex;
    align-items: center;
}
.main-footer-container ul {
    flex-grow: 1;
    text-align: end;
}
.footer-nav li {
    padding: 0 .5em;

}
.footer-nav img {
    width: 40px;
    height: 40px;
}
.btn {
    text-align: center;
    vertical-align: middle;
    padding: .67em;
    cursor: pointer;
   
}
.btn-header {
    margin: 0;
    position: relative;
    left: 50%;
    top: 40%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid cornflowerblue;
    color: white;
    background-color: rgba(75, 75, 75, 0.479);
    border-radius: 0;
  
}
.btn-header:hover {
    background-color: rgba(128, 126, 126, 0.479);
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    font-family: 'Red Hat Text', sans-serif;
}
.collapsible {
	transition: transform .5s ease;
}
.collapsible:hover  {
    transform: scale(0.98);
}

.c1 {
    background-color: #ff7800; 
}
.c2 {
    background-color: #861f09;
}

  
.activecollapse, .collapsible:hover {
    background-color: #0072de;
}
  
.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: normal;
    font-size: 22px;
    float: right;
    margin-left: 5px;
}
  
.activecollapse:after {
    content: "\2212";
  }
  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    background-color: #f0f0f0;
    font-weight: normal;
    
  }
.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1px;
    grid-template-rows: 2fr 2fr;
    
        
}
.grid-item {
    padding: 20px;
    text-align: center;
}
.grid-item i {
    padding-right: 20px;

}
.grid-item-1 {
    color: black;
    background-color: #b1bad6;
 
}
.grid-item-2 {
    color: black;
    background-color:#afafaf79;
}
.grid-container-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}
.grid-item-a {
    width: 220px;
    text-align: center;
    margin: 15px;
}
.grid-container-1 i {
    background-color: rgb(187, 187, 187);
    padding: 20px;
    border: 2px black;
    border-radius: 50%;
    margin: 10px;
}

.page-scroll {
    margin-top: 70px;
}
.page-scroll a {
    box-sizing: border-box;
    background-color: #f4433644;
    color: #f5f5f5!important;
    border: 2px solid #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: 100px  auto  0px;
    text-decoration: none;
    text-align: center;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 2px 0 #000;
    transition: background-color .5s ease 0;
    animation: bounce 3s infinite;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: bounce;

}
@keyframes bounce {
    from {background-color: #f4433644;}
    to {background-color: #f4433691;}
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}
.page-scroll  a i {
    line-height: 60px;
    font-size: 30px;
    

}
.page-scroll :hover {
    border-color: #ff6900;
    background-color: #ff6900;

}
.page-scroll a i:hover {
    color: #ffffff;
    background-color: #ffffff00;
}
#pocetak {
    height: 100vh;
    width: 100%;
    overflow: hidden;

}
.pocetak-back {
    background-color: #f0f0f0;
}
#onama {
    padding-top: 100px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.onama-back {
    background-color: #f0f0f0;
}

#usluge{
    padding-top: 100px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    
} 
.usluge-back {
    background-color: blanchedalmond;
}
#reference{
    padding-top: 100px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    
} 
.reference-back {
    background-color: #f0f0f0;
}
#kontakt{
    padding-top: 100px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    
} 
.kontakt-back {
    background-color: blanchedalmond;
}

.onama-image {
    float: left;
    height: 230px;
    width: 230px;
    margin: 15px;
    border-style: solid;
    border-width: 8px;
    border-radius: 50%;
    border-color: rgb(255, 255, 255);
}

.onama-image  {
	transition: transform .5s ease;
}
.onama-image:hover  {
    transform: scale(1.2);
}
.flex-onama-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: wheat;
    align-items: center;
    align-content: center;
}
.flexbox-onama  {
    width: 280px;
    margin: 20px;
    
  
}
.flex-box2 {
    min-height: 280px;
    text-align: left;
    border-left: solid;
    border-width: 6px;
    border-color: #851e0b;
    padding-left: 30px;
    

}

.flex-onama-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: wheat;
    align-items: center;
    align-content: center;
}
.flexbox-onama1  {
    width: 280px;
    margin: 20px;
    
  
}
.flex-box3 {
    min-height: 280px;
    text-align: right;
    border-right: solid;
    border-width: 6px;
    border-color: #851e0b;
    padding-right: 30px;
    
}
#map {
    height: 600px;
    width: 100%;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ff6900;
    color: white;
    cursor: pointer;
    padding: 10px 17px;
    border-radius: 50%;
  }
  
  #myBtn:hover {
    background-color: #006fda;
    transform: rotate(360deg); 
    transition-duration: 0.5s;
  }
.flex-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #006fda;
    align-items: center;
    align-content: center;
    color: #ffffff;
}
.flex-footer1 {
    width: 280px;
    margin: 20px;
    text-align: left;

}
.flex-footer2 {
    width: 280px;
    margin: 20px;
    text-align: left;
    color: #ffffff;

}
.flex-footer a {
    color: #fbecce;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 0.9em;
}

.flex-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#gt {
    font-size: 12pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
   
}

