body {
  font-family: 'Montserrat';
  overflow-x:hidden;
}

.masinaMobil {
  display: none;
}

#section4TitleText {
  font-size: 46px;
  font-weight: bold;
}

#isoCertifikati {
  display: flex;
}


.radnaSnagaMobil {
  display: none;
}

.masinaAboutMobil {
  display: none;
}

.aboutFasciklaMobil {
  display: none;
}

.video-thumbnail {
  background-image: url("../images/videoTumb.png");
  width: 100%;
  height: 300px;
}

.section2 {
  height: 350px;
}

#videoDiv {
  margin-top: 80px;
  padding-left: 0px;
}

#onlyParag {
  margin-top: 80px;
  padding-left: 70px;
}

#firstImgRow {
  height: 700px;
  margin-right: 0px;
}

#proizvodiButton {
  text-align: center; 
  border: 16px solid #FECD00;
  background-color:#FECD00 ; 
  color: #131b4d !important;
  font-size: 16px !important;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

#aboutSection3 {
  height: 2950px;
  background-image: url("../images/tamnoSiviRaster.png"); 
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

#aboutSection3eng {
  height: 3130px;
  background-image: url("../images/tamnoSiviRaster.png"); 
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

#aboutSection4 {
  height: 830px;
}

.image-slider__section {
  position: relative;
}
.image-slider__section a {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fecd00;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.image-slider__section a:hover {
  cursor: pointer;
}
.image-slider__section a.prev {
  left: 0;
}
.image-slider__section a.next {
  right: 0;
}

.image-slider__section a span{
  position:absolute;
  left:0; 
  right:0;
  top:0; 
  bottom:0;
  margin:auto;
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; 
}
.image-slider__section a span.arrow-right {
  border-left: 13px solid black; 
}
.image-slider__section a span.arrow-left {
  border-right: 13px solid black; 
}

.play-btn {
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 108px;
  -webkit-animation: animate 2s linear infinite;
          animation: animate 2s linear infinite;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play-btn i {
  color: #ffc107;
  font-size: 102px;
}

@-webkit-keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white;
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

@keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white;
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
            box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

#aboutHero {
  height: 300px;
  background-image: url("../images/aboutHero.jpg");
  background-position-y: bottom;
}

#sec4Title {
  text-align: center;
}

.buttonYellow:hover {
  background-color: #131b4d;
  color: white;
}

.section4 {
  background-image: url("../images/aboutSec4.jpg");
  height: 500px;
}

#moreAboutButton {
  background-color: #ffc107;
  border-color: #ffc107;
  color: black;
}

.tehno-two {
  background-image: url("../images/svjetloSiviRaster.png");
  background-size: auto;
  background-position-y: bottom;
  /* Resize the background image to cover the entire container */
  background-position: right;
  background-repeat: no-repeat;
  margin-top: 100px;
  /* Center the image */
  height: auto;
  min-height: 600px;
  position: relative;
}

.pointer-right {
  position: absolute;
  top: 35%;
  right: 0px;
}

.tehno-img-left {
  position: absolute;
  left: 0px;
}

.tehno-img-left img {
  height: 400px;
  width: 700px;
}

@media screen and (max-width: 767px) {
  #onlyParag {
    margin-top: 0px;
    padding-left: 15px;
  }
  .section4 {
    height: 1900px;
  }
  #moreAboutButton {
    padding: 0;
  }
  .tehno-two {
    margin-top: 0;
    top: 2%;
    background-image: unset;
    height: 900px;
  }
  .pointer-right {
    opacity: 0;
  }
  .tehno-img-left {
    position: absolute;
    left: 0px;
    bottom: 1%;
  }
  .tehno-img-left img {
    height: 100%;
    width: 100%;
  }
  .section3 img {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 850px) {
  .aboutFasciklaMobil  {
    display: block;
    /* margin-top: 50px; */
  }

  .radnaSnagaMobil {
    display: block;
    height: 220px;
    margin-bottom: -30px;
    margin-top: 30px;
  }

  #section4TitleText {
    font-size: 40px;
    font-weight: bold;
  }

  #isoCertifikati {
    display: block;
  }

  #aboutSection4 {
    height: 2000px;
  }

  .masinaAboutMobil {
    display: block;
  }

  .aboutFasciklaMobil img {
    height: 300px;
    margin-bottom: -30px;
    margin-top: 30px;
  }

  .masinaMobil {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .masinaMobil img{
    width: 100px;
    height: 100px;
  }

  #aboutSection3 {
    background-image: none;
    height: 6300px;
  }

  #aboutSection3eng {
    background-image: none;
    height: 6880px;
  }

  #videoDiv {
    margin-top: 300px;
    width: 400px;
  }
  .video-thumbnail p {
    font-size: 15px;
  }

  .video-thumbnail {
    margin-top: 30px;
  }

  #videoDiv img {
    height: 220px;
    margin-bottom: 200px;
  }

  .section3-img1 {
    display: none;
  }

  #aboutHero h1 {
    padding-top: 50px;
  }
}

@media (min-width: 700px) and (max-width: 800px) {
  .section4 {
    height: 1900px;
  }
  .section4-indicator-one, .section4-indicator-two, .section4-indicator-three {
    height: 200px !important;
  }
  .serviceList {
    padding-left: 120px;
  }
  .pointer-right {
    opacity: 0;
  }
  .tehno-img-left {
    position: absolute;
    left: 0px;
    bottom: 1%;
  }
  .tehno-img-left img {
    height: 100%;
    width: 100%;
  }
  .tehno-two {
    margin-top: 0;
    top: 2%;
    background-image: unset;
    height: 900px;
  }
}

@media (min-width: 1024px) and (max-width: 1026) {
  .section4 {
    background-image: url("../images/sec4Back.png");
    height: 1000px;
  }
  .tehno-img-left img {
    height: 50%;
    width: 50%;
  }
  #moreAboutButton {
    padding: 10px;
  }
  .block-section3 {
    padding-left: 120px;
  }
  .section2-text {
    margin-left: 0px;
  }
}

@media (min-width: 1920px) {

  #aboutSection3 {
    height:2730px;
  }
  .video-thumbnail {
    height:334px;
}
}
/*# sourceMappingURL=onama.css.map */