/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2020, 7:54:43 PM
    Author     : Sasa
*/

.intro-slideshowistorija img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* relative to nearest positioned ancestor and not nearest block-level ancestor - alternatively: width: 100vw; */
  height: 100%; /* relative to nearest positioned ancestor and not nearest block-level ancestor - alternatively: height: 100vh; */
  object-fit: cover;
  z-index: -1;
  /* filter: brightness(50%); */ /* 0% black, 100% original image, values > 100% are allowed for brighter than original image. */
  /* display: none; */
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
}

.intro-headeristorija {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0.5rem 0 0;
  padding: 2rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  background-color: rgba(0, 0, 0, 0.5);
  color: #cccccc;
}
.intro h1 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.intro p {
  font-size: 1.2rem;
}

.istorija {
  padding-top: 10px;
  padding-left: 10px;
}
.istorijaimg {
  width: 100%;
  padding: 40px 0px 40px 0px;
}

.istorijaimg img {
  width: 100%;
  height: 700px;
}
.istorija2 {
  padding-bottom: 40px;
}
.red {
  color: red;
  font-weight: bold;
}
.preduzecedanas {
  padding-top: 10px;
  padding-left: 10px;
}
.preduzecedanas img {
  width: 49%;
  height: 400px;
  border: 1px solid black;
}
.dokumentacijaimg {
  padding-top: 10px;
  padding-left: 10px;
}
.dokumentacijaimg img {
  width: 900px;
}
.link {
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
}
.btn {
  margin-left: 20px;
  vertical-align: middle;
  padding: 5px 20px 5px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: whitesmoke;
  background-color: rgba(0, 0, 0, 0.9);
  border: 2px solid black;
  border-radius: 5px;
}
.btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.iframe {
  padding-left: 10px;
  margin-top: 10px;
  height: 700px;
}
.iframetext {
  padding-left: 10px;
}

#textsectionponuda {
  float: left;
  width: 100%;
  padding: 20px;
}
#textsectionponuda h2 {
  text-align: center;
  font-size: 3rem;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: "Verdana";
}
#textsectionponuda ul {
  list-style-type: circle;
  padding: 10px 0px 10px 40px;
  font-size: 1.4rem;
}
#textsectionponuda ul li {
  padding-top: 5px;
}
.hrponuda {
  border: 2px solid rgba(0, 0, 0, 0.8);
}
.ponudaicon {
  width: 40px;
  height: 50px;
  vertical-align: baseline;
}
#textsectionponuda p {
  font-size: 1.5rem;
  line-height: 40px;
}
.intro-headerponuda {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0.5rem;
  padding: 1rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.kameni {
  font-size: 1.7rem;
  color: #cc6600;
  font-weight: bold;
}
.ponudaslike {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.slikeinline {
  display: flex;
}
.slikelevo {
  display: inline-block;
  float: left;
}
.slikelevo img {
  width: 400px;
  height: 238px;
}
.slikesredina {
  display: inline-block;
  margin-left: 4px;
}
.slikesredina img {
  height: 480px;
  width: 805px;
}
.slikedesno {
  display: inline-block;
  margin-left: 4px;
}
.slikedesno img {
  width: 400px;
  height: 238px;
}
.slikedole {
  display: flex;
}

.slikedole img {
  width: 400px;
  height: 238px;
}

.celaponuda {
  margin-top: 40px;

  padding-bottom: 20px;
  margin-bottom: -100px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: whitesmoke;
  text-align: center;
  font-size: 1.5rem;
  font-family: arial;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}

#komplet {
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "Lucida Sans", sans-serif;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px;
}

#komplet h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
  color: white;
  width: 100%;
}
.galerija {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.galerija img {
  transition: 1s;
  margin: 15px;
  width: 400px;
  height: 300px;
  border: 1px solid black;
}
.galerija img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.redhr {
  background-color: red;
  border: 2px solid rgba(0, 0, 0, 0.8);
}
#textsectionkontakt {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
}
#textsectionkontakt h2 {
  text-align: center;
  font-size: 3rem;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: "Verdana";
}
.kontakt {
  display: block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.konh1 {
  color: darkslategray;
  font-family: "Times New Roman";
}
.hrsilver {
  background-color: darkslategray;
  border: 2px solid darkslategray;
}
.konwidth {
  width: 100%;
}

.slika {
  width: 18%;
  display: inline-block;
  margin-top: 20px;
  padding: 20px 20px 5px 20px;
  text-align: center;
}
.slika img {
  width: 100px;
  height: 100px;
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -o-transition: all 1s ease; /* IE 9 */
  -ms-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}
.slika:hover img {
  -webkit-transform: scale(
    1.2
  ); /* Safari and Chrome */
  -moz-transform: scale(1.2); /* Firefox */
  -ms-transform: scale(1.2); /* IE 9 */
  -o-transform: scale(1.2); /* Opera */
  transform: scale(1.2);
}
.slikainfo {
  width: 18%;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  text-align: center;
  font-size: 1.4rem;
  color: darkslategray;
}
.infokontakt {
  width: 18%;
  display: inline-block;
  padding: 50px 20px 20px 20px;
  text-align: center;
  vertical-align: text-top;
  font-size: 1.7rem;
  font-weight: bold;
  color: red;
  word-break: break-all;
}
#frameinline {
  display: inline-block;
  width: 100%;
}
.koniframe {
  width: 100%;
  padding-top: 20px;
}
.koniframe iframe {
  width: 100%;
  height: 900px;
}
.konh1-2 {
  font-family: "Times New Roman";
  font-size: 3rem;
  color: darkgray;
}
.hrgray {
  background-color: darkgray;
  border: 2px solid darkgray;
}

#iframelevo {
  display: inline-block;
  float: left;
  width: 370px;
  height: 300px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 10px;
}
.itextlevo {
  float: left;
}
#iframelevo h3 {
  text-align: left;
  font-size: 1.4rem;
}
#iframelevo p {
  text-align: left;
  line-height: 28px;
  font-size: 1.3rem;
}

#iframedesno {
  display: inline-block;
  float: right;
  width: auto;
  height: 300px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 10px;
}
.itextdesno {
  float: right;
}
#iframedesno h3 {
  text-align: left;
  font-size: 1.4rem;
}
#iframedesno p {
  text-align: left;
  line-height: 28px;
  font-size: 1.3rem;
}
#iframesredina {
  display: inline-block;
  width: auto;
  height: 300px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
}
#iframesredina h3 {
  text-align: left;
  font-size: 1.4rem;
}
#iframesredina p {
  text-align: left;
  line-height: 28px;
  font-size: 1.3rem;
}

@media screen and (min-width: 300px) {
  .drva {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  
}
@media screen and (min-width: 900px) {
  .drva {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1305px) {
  .drva {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*tablet*/
@media (max-width: 1305px) {
  .preduzecedanas img {
    width: 49%;
    height: 250px;
  }

  .istorijaimg img {
    width: 100%;
    height: 500px;
  }
  .btn {
    margin-left: 0px;

    padding: 3px 15px 3px 15px;
  }
  .iframe {
    margin-top: 30px;
    height: 500px;
  }
  .iframetext {
    padding-left: 10px;
    padding-top: 20px;
  }
  .koniframe iframe {
    height: 700px;
  }
}

/*mobile*/

@media screen and (max-width: 900px) {
  .istorijaimg img {
    width: 100%;
    height: 500px;
  }
  .ponudaslike {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slikelevo img {
    height: 160px;
  }
  .slikesredina img {
    height: 324px;
  }
  .slikedesno img {
    height: 160px;
  }
  .slikedole img {
    height: 160px;
  }

  .celaponuda {
    margin-bottom: -54px;
  }
  .koniframe iframe {
    height: 500px;
  }
  #frameinline {
    display: block;
  }
  #iframelevo {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 10px;
  }
  #iframesredina {
    display: block;
    width: 50%;
    float: left;
    padding-left: 20px;
  }
  #iframedesno {
    display: block;
    width: 50%;
  }

  #textsectionkontakt {
    display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
  }

  .koniframe iframe {
    height: 400px;
  }

  .slika {
    width: 18%;
    display: inline-block;
    margin-top: 20px;
    padding: 20px 20px 5px 0px;
    text-align: center;
  }
  .slika img {
    width: 100px;
    height: 80px;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
  }

  .slikainfo {
    width: 18%;
    display: inline-block;
    padding: 0px 10px 0px 0px;
    text-align: center;
    font-size: 1rem;
    color: darkslategray;
  }
  .infokontakt {
    width: 18%;
    display: inline-block;
    padding: 30px 10px 20px 0px;
    text-align: center;
    vertical-align: text-top;
    font-size: 1.1rem;
    font-weight: bold;
    color: red;
  }
}

@media (max-width: 550px) {
  .preduzecedanas img {
    width: 100%;
    height: 275px;
  }
  .istorijaimg img {
    width: 100%;
    height: 320px;
  }
  .btn {
    width: 100%;
    margin: 0;
    padding: 3px 15px 3px 15px;
    border-radius: 0;
  }
  .link {
    text-align: center;
    width: 100%;
    padding-left: 0px;
  }
  .dokumentacijaimg {
    padding-top: 10px;
    padding-left: 0px;
  }
  .dokumentacijaimg img {
    width: 100%;
  }
  .iframe {
    height: 350px;
  }
  .ponudaslike {
    padding-left: 0px;
    padding-right: 0px;
  }
  .slikelevo img {
    height: 100px;
  }
  .slikesredina img {
    height: 204px;
  }
  .slikedesno img {
    height: 100px;
  }
  .slikedole img {
    height: 100px;
  }

  #iframesredina {
    width: 100%;
    float: left;
    height: auto;
    padding-left: 10px;
  }
  #iframedesno {
    width: 100%;
    float: left;
    padding-top: 40px;
  }
  .itextdesno {
    float: left;
  }

  .slika {
    width: 18%;
    display: inline-block;
    margin-top: 20px;
    padding: 20px 10px 5px 0px;
    text-align: center;
  }
  .slika img {
    height: 60px;
  }

  .slikainfo {
    padding: 0px 10px 0px 0px;
  }
  .infokontakt {
    padding: 30px 0px 20px 0px;
    font-size: 1rem;
    font-weight: normal;
  }

  .galerija {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 20px;
    padding-right: 30px;
  }
  .galerija img {
    transition: 1s;
    margin: 15px;
    width: 400px;
    height: 250px;
    border: 1px solid black;
    border-radius: 10px;
  }
}
