html{
  scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Verdana', sans-serif;
    background-color: #ffffff;
    background: #fff;
}

  
a {
    color: #000;
}
  
  /* header */

.header {
    background-color: rgba(0, 0, 0, 0.5);
    /*box-shadow: 0px 0px 4px 4px rgba(0,0,0,.2);*/
    position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    transition: top 0.3s, background-color 0.3s;
    z-index: 30;
}

  
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
  
.header li a {
    font-size: 1.1em;
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    color: #fff;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: rgba(0, 0, 0, 0.85);
    transition: background-color .2s ease-in;
}
  
.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

.header .logo img{
      width: 80px;
      height: 80px;
      float: left;
}
.header p{
    color: #fff;
    margin: 0px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    font-weight: 700;
    font-size: 1.6em;
}
.first-word {
  color: crimson;
  font-weight: 900;
}
  /* menu */
  


.header .menu {
    clear: both;
    max-height: 0;
    transition: all .2s ease-out;
}
  
  /* menu icon */
  
.header .menu-icon {
    cursor: pointer;
    display: block;
    float: right;
    padding: 38px 20px;
    position: relative;
    user-select: none;
    margin: 0px;
}
  
.header .menu-icon .navicon {
    background: #e7e7e7;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 20px;
}
  
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #e7e7e7;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
  
.header .menu-icon .navicon:before {
    top: 0.3em;
}
  
.header .menu-icon .navicon:after {
    top: -0.3em;
}
  
  /* menu btn */
  
.header .menu-btn {
    display: none;
}
  
.header .menu-btn:checked ~ .menu {
    max-height: 300px;
    background-color: rgba(0, 0, 0, 0.85);
}
  
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
  
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
    background-color: crimson;
}
  
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
    background-color: crimson;
}
  
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/*hover effect*/
.header .menu li a:after{
  transition: all .5s;
}


/* stroke */
.header .menu li a {
  position: relative;
}
.header .menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: crimson;
  height: 3px;
}
.header .menu li a:hover:after {
  width: 100%;
}
/*end hover effect*/
  /* 48em = 768px */
  
@media (min-width: 48em) {
    .header li {
        float: left;
    }
    .header li a {
        padding: 0px 30px;
        line-height: 80px;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}
/*hero*/
.carousel{
  z-index: 3;
  box-shadow: 0px 0px 4px 4px rgb(0, 0, 0);
  width: 100%;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  position: relative;
  margin-top: -25px;
  z-index: 5;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
section .item {
  height: 100vh;
  position: relative;
  width: 100vw;
}
section .item img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
section .item .cover {
  padding: 0;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  align-items: center;
  overflow: hidden;
}
section .item .cover .container{
  max-height: 300px;
  display: block;
  margin: auto;
  max-width: 960px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section .item .cover .header-content {
  position: relative;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}
section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  top: -9px;
  left: -4px;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
_:-ms-lang(x), section .item .cover .header-content .line {
  display: none;
}
section .item .cover .header-content .text{
  padding-left: 34px;
}
section .item .cover .header-content .text::before,
section .item .cover .header-content .text::after{
  content: "";
  display:block;
  height: 5px;
}
section .item .cover .header-content .text h2 {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
}
section .item .cover .header-content .text h1 {
  font-size: 2.5em;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
section .item .cover .header-content .text h4 {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-prev:focus {
  outline: 0;
}
section .owl-nav .owl-prev:hover {
  background: #000 !important;
}
section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-next:focus {
  outline: 0;
}
section .owl-nav .owl-next:hover {
  background: #000 !important;
}
section:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
section:hover .owl-next {
  right: 0px;
  opacity: 1;
}
/*end hero*/

.nav_container{
    height: 100%;
    max-width: 960px;
    margin: auto;
}
.logo img{
    float: left;
}
.logo-text{
    height: 100%;
    float: left;
    display: table;
    vertical-align: middle;
    position: relative;
}
.logo-text span{
  color: crimson;
}
nav ul{
    float: right;
    overflow: hidden;
}
a{
    text-decoration: none;
}
nav li{
    display:block;
    float: left;
}

/* Icons */
.icons-section{
  z-index: 1;
  position: relative;
  top: -7px;
  padding-top: 1.66em;
  padding-bottom: 0.83em;
}
.icons .card{
  border-radius: 2px;
  color: #333;
}
.icons .card:nth-child(1):hover{
  color: red;
  /*background-color: red;*/
}
.icons .card:nth-child(2):hover{
  color: blue;
  /*background-color: blue;*/
}
.icons .card:nth-child(3):hover{
  color: rgb(0, 163, 0);
  /*background-color: rgb(0, 163, 0);*/
}
.icons .card:nth-child(4):hover{
  color: rgb(52, 185, 230);
  /*background-color: rgb(52, 185, 230);*/
}
.icons .card:hover .icon{
  display: block;
}
.icons .card:hover .icon_bw{
  display: none;
}
.icons .card:nth-child(1){
  color: black;
  /*border: 4px solid red;*/
}
.icons .card:nth-child(2){
  color: black;
  /*border: 4px solid blue;*/
}
.icons .card:nth-child(3){
  color: black;
  /*border: 4px solid rgb(0, 163, 0);*/
}
.icons .card:nth-child(4){
  color: black;
  /*border: 4px solid rgb(52, 185, 230);*/
}
.icons .card-text{
  font-weight: 900;
  display: block;
  text-align: center;
  max-width: 100%;
  text-transform: uppercase;
}
.icons .card-text h4{
  margin-block-end: 0;
  margin-block-start: 0;
  padding-top: 8px;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 1.2em;
}
.icon{
  display: block;
  max-width: 80px;
  margin: 0px auto;
  padding: 5px 0px;
  display: none;
}
.icon_bw{
  display: block;
  max-width: 80px;
  margin: 0px auto;
  padding: 5px 0px;
}
/* end Icons */

/* O nama */

.naslov h1 {
  overflow: hidden;
  text-align: center;
  color: black;
}

.naslov h1:before,
.naslov h1:after {
  background-color: crimson;
  content: "";
  display: inline-block;
  height: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 50%;
  overflow: hidden;
}

.naslov h1:before {
  right: 0.5em;
  margin-left: -50%;
}

.naslov h1:after {
  left: 0.5em;
  margin-right: -50%;
}

.o-nama p, .contact p{
  line-height: 1.5em;
  color: #333;
  text-align: justify;
}
.second-word {
  color: crimson;
  /*font-weight: 900;*/
}
.o-nama .row{
  gap: 40px;
}
/* kontakt*/
/* google map */
.contact{
  padding-bottom: 50px;
}
.google-map-container iframe{
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 700px;
  height: 400px;
  min-width: 0;
  box-shadow: 2px 2px 2px 2px rgba(51, 51, 51, 0.33);
  border-radius: 4px;
  border: 1px solid rgba(51, 51, 51, 0.33);
}
.contact .row{
  gap: 40px;
}
.contact a{
  text-decoration: underline;
  color: crimson;
}
.contact .info{
  padding-top: 30px;
}
footer{
  height: 52px;
  background-color: #333;
}
footer p{
  color: white;
  float: right;
  padding-right: 20px;
  font-size: 1em;
}

.anchor{
  content: "";
  position: relative;
  top: -80px;
}
.contact .naslov{
  padding-bottom: 1.66em;
}
/* Grid and columns*/
.row {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 4px;
	max-width: 1300px;
  margin: 0 auto;
  padding: 0 1em;
}

.column {
  order: 1;
  max-width: 100%;
  min-width: 0;
}

.column-3 {
  grid-column: span 3;
  -ms-grid-column-span: 3;
}

.column-4 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
}

.column-6 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
}

.column-8{
  grid-column: span 8;
  -ms-grid-column-span: 8;
}

.column-12{
  grid-column: span 12;
  -ms-grid-column-span: 12;
}

@media only screen and (max-width: 1080px) {
  .o-nama .column-6{
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
  .o-nama .column:nth-child(1){
    -ms-grid-column: 1!important;
    -ms-grid-row: 1!important;
  }
  _:-ms-lang(x), .o-nama .column:nth-child(1) { padding-right: 0!important; }
  .o-nama .column:nth-child(2){
    -ms-grid-column: 1!important;
    -ms-grid-row: 2!important;
  }
  _:-ms-lang(x), .o-nama .column:nth-child(2) { padding-left: 0!important; }
  .o-nama .column-6:nth-child(2) p:nth-child(1){
    margin-top: 0;
  }
  .row{
    max-width: 720px;
  }
  .o-nama .row{
    gap: 0px;
  }
}
@media only screen and (max-width: 960px) {
  section .item .cover .header-content .line{
    left: 0;
  }
}

@media only screen and (min-width: 580px)  and (max-width: 960px) {
  section .item .cover .header-content .text h2 {
    font-size: 1.5em;
  }
  section .item .cover .header-content .text h1 {
    font-size: 2em;
  }
  section .item .cover .header-content .text h4 {
    font-size: 1em;
  }
}

@media only screen and (min-width: 330px)  and (max-width: 579px) {
  section .item .cover .header-content .text h2 {
    font-size: 1.2em;
  }
  section .item .cover .header-content .text h1 {
    font-size: 1.8em;
  }
  section .item .cover .header-content .text h4 {
    font-size: 1em;
  }
  .header p{
    font-size: 1.2em;
}
}

@media only screen and (max-width: 800px) {
	.icons .column {
    grid-column: span 6;
    -ms-grid-column-span: 6;
  }
  .icons .column.card:nth-child(1){
    -ms-grid-column: 1!important;
    -ms-grid-row: 1!important;
  }
  .icons .column.card:nth-child(2){
    -ms-grid-column: 7!important;
    -ms-grid-row: 1!important;
  }
  
  .icons .column.card:nth-child(3){
    -ms-grid-column: 1!important;
    -ms-grid-row: 2!important;
  }
  
  .icons .column.card:nth-child(4){
    -ms-grid-column: 7!important;
    -ms-grid-row: 2!important;
  }

}

@media only screen and (max-width: 720px){
  .contact .column-6{
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }
  .contact .column:nth-child(1){
    -ms-grid-column: 1!important;
    -ms-grid-row: 1!important;
  }
  _:-ms-lang(x), .contact .column:nth-child(1) { padding-right: 0!important; }
  
  .contact .column:nth-child(2){
    -ms-grid-column: 1!important;
    -ms-grid-row: 2!important;
  }
  _:-ms-lang(x), .contact .column:nth-child(2) { padding-left: 0!important; }
  .contact .info-center{
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    
    margin: 0 auto;
    max-width: 100%;
  }
  _:-ms-lang(x), .contact .info-center {
    transform: translateX(calc(50vw - 150px));
    overflow: hidden;
    display: block;
    width: 300px;
    margin: 0!important;
  }
  .contact .info{
    padding-top: 0.83em;
  }
  .contact{
    padding-bottom: 26px;
  }
  .contact .row{
    gap: 10px;
  }
}
@media only screen and (max-width: 550px){
  .o-nama p, .contact p{
    text-align: left;
  }
}

@media only screen and (max-width: 460px){
  .icons .column-3 h4{
    font-weight: 700;
    font-size: 1em;
  }
}

@media only screen and (max-width: 430px){
  .header {
    height: 64px;
  }
  .header .menu-icon {
    padding: 31px 10px;
  }
  .header .logo img{
    width: 64px;
    height: 64px;
  }
  .header p {
    padding-left: 5px;
    font-size: 1em;
    font-weight: 500;
  }
  .header .menu-icon .navicon {
    height: 2px;
    width: 18px;
  }
  .header li a {
    font-size: 0.9em;
  }
}
.icons, .o-nama, .contact{
  overflow-y: hidden;
}
@media only screen and (max-width: 330px){
  .header {
    height: 58px;
  }
  .header .menu-icon {
    padding: 28px 10px;
  }
  .header .logo img{
    width: 58px;
    height: 58px;
  }
  .header p {
    padding-left: 5px;
    font-size: 0.9em;
    font-weight: 400;
  }
  .header .menu-icon .navicon {
    width: 15px;
    height: 2px;
  }
  .header li a {
    font-size: 0.8em;
  }
  section .item .cover .header-content .text h2 {
    font-size: 1em;
  }
  section .item .cover .header-content .text h1 {
    font-size: 1.4em;
  }
  section .item .cover .header-content .text h4 {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 300px){
  .icons .column {
    grid-column: span 12;
    -ms-grid-column-span: 12;
	}
  .header {
    height: 116px;
  }
  .header .menu-icon {
    padding: 28px 10px;
  }
  .header .logo img{
    width: 58px;
    height: 58px;
    transform: translateX(calc(50vw - 29px));
    
  }
  .header .logo-text{
    clear: both;
    height: 58px;
  }
  .header p {
    
    padding-left: 5px;
    font-size: 0.9em;
    font-weight: 400;
  }
  .header .menu-icon .navicon {
    width: 15px;
    height: 2px;
  }
  .header li a {
    font-size: 0.8em;
  }
}

/*ms grid */

.icons .column.card:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.icons .column.card:nth-child(2){
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}

.icons .column.card:nth-child(3){
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

.icons .column.card:nth-child(4){
  -ms-grid-column: 10;
  -ms-grid-row: 1;
}
/* o-nama */
.o-nama .column:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
_:-ms-lang(x), .o-nama .column:nth-child(1) { padding-right: 20px; }
.o-nama .column:nth-child(2){
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
_:-ms-lang(x), .o-nama .column:nth-child(2) { padding-left: 20px; }
/*contact*/
.contact .column:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
_:-ms-lang(x), .contact .column:nth-child(1) { padding-right: 20px; }

.contact .column:nth-child(2){
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}
_:-ms-lang(x), .contact .column:nth-child(2) { padding-left: 20px; }



