/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------- */

.video-intro {
  position: relative;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-intro video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  z-index: 0;
    margin:0 auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

}

.video-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
}

#jezici a p {
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 3px solid orange;
    border-top: 3px solid orange;
    color:black;
    transition: all 0.3s linear;
    width: 109px;
}
#jezici a {
    margin: 0 40px;
    color:black;
    transition: all 0.3s linear;
    text-shadow: 2px 2px 7px #808080;
}

#jezici a:hover p {
    border-bottom: 3px solid black;
    border-top: 3px solid black;
     
}

#jezici a p span {
    transition: all 0.3s linear;
    
}

#jezici a p:hover span {
    color:orange;    
}

/* za efekte dugmeta */
#jezici {
    display: none;
    font-family: "Lucida Console";
    font-weight: 700;
}


/* ------------------- BOOTSTRAP KOD ZA MENI I POZADINU NA POCETNOJ ------------------- */

html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

body {
    font-family: "Helvetica Neue",sans-serif;
    font-weight: lighter;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: 100vh;
    background: url(https://wallpaper.wiki/wp-content/uploads/2017/05/wallpaper.wiki-Beautiful-Full-HD-Wallpaper-Download-Free-PIC-WPE0010098.jpg) no-repeat 50% 50%;
    background-size: cover;
    opacity: 0.2;
    transform: scale(1.5); /* za efekat u liniji 427 */
}

header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}

.logo {
      /*
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 16px 46px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px; */
    
      position: fixed;
      float: left;
      width: 13%;
    margin-left: 60px;
}

.logo img {
    width: 100%;
    margin-top: 12px;
}

nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
    z-index: 99;
    top:0;
    
}

nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      transition: 1s;
}

nav.black ul {
      background: #000 !important;
}

nav ul li {
      display: inline-block;
      padding: 16px 20px;
}

nav ul li a {
      text-decoration: none !important;
      color: #fff !important;
      font-size: 16px;
    padding: 0 20px 10px;
    transition: all 0.3s linear;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}

@media(max-width: 786px) {

      

      nav ul {
            max-height: 0px;
            background: #000;
      }

      nav.black ul {
            background: #000;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 24px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }

}


/* ------------------- OVDE ZABRZAVA BOOTSTRAP ------------------- */

.active {
    border-bottom: 2px solid #ffd11a;
    transition: all 0.3s linear;
}



/* ------------------- POCINJE KOD ZA STRELICU "IDI DOLE" ------------------- */

section {
  /* position: relative; */
  width: 100%;
  height: 100%;
}


/*section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
} */

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
/* .demo a:hover {
  opacity: .5;
} */

#section07 a {
  padding-top: 80px;
}
#section07 a span {
  position: absolute;
  top: 0;
  /* left: 50%; */
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 4px solid #ffd11a;
  border-bottom: 4px solid #ffd11a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------- ZAVRSAVA KOD ZA STRELICU "IDI DOLE" ------------------- */

/* ------------------- KOD ZA HOVER UNDERLINE FROM CENTER DO EDGE I JOS NA ANCOR TAG DODAMO CLASS "underline-from-center" ------------------- */

.underline-from-center {
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
    overflow: hidden;
}

.underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ffd11a;
    height: 2px;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

  .underline-from-center:hover:before {
    left: 0;
    right: 0;
}
@import "lesshat";

/* ------------------- ZAVRSAVA KOD ZA HOVER UNDERLINE FROM CENTER DO EDGE ------------------- */

.jumbotron-fluid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color:  #d9d9d9;
    text-align: center;
    z-index: 2;
}

.jumbo {
    transition: all 0.3s ease;
}

.jumbo:hover {
    color:  white;
}

/* ------------------- .headeropacity je za dodavanje efekta "SCALE" na bacground header preko atributa u header transform: scale(1.5); linija:140 ------------------- */

.headeropacity {
    transition: all 1s ease;
    opacity: 1;   
    transform: scale(1);
}

.down1 {
    opacity: 0.5;
}

.strelica {
    position: fixed;
    right: 85px;
    bottom: 100px;
    z-index: 7;
    display: none;
}

.strelica img {
    width: 50px;
    border: 3px solid silver;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

.strelica img:hover  {
   /* top:-5px; */
    border: 3px solid black;
    -webkit-box-shadow: 0px 0px 13px 0px silver;
            box-shadow: 0px 0px 13px 0px silver;
}

.container-fluid {
    background: black;
    padding: 0 !important;
}


.usluge {
    padding:0 0 20px;
}

.usluge h1 {
    text-align: center;
    padding: 50px 0;
    background: #ffbf00;
    font-size: 40px;
}

.jedan {
    width: 70%;
    margin: 150px auto;
}

.jedan img {
    width: 30%;
    float: left;
    margin: 0 50px 50px 0px;
    box-shadow: 20px 18px 0px 0px #ffbf00;
}

.drugaciji {
    float: right;
    width: 56%;
}

.drugaciji h2 {
    color:#ffbf00;
    margin-bottom: 30px;
}

.drugaciji p {
    font-size: 20px;
    color: white;
}

.cijena {
    border-top: 2px solid #ffbf00;
    font-size: 23px !important;
    display: inline-block;
    margin-top: 30px;
}

.cijena p {
    border-right: 2px solid #ffbf00;
    display: inline-block;
    font-size: 23px !important;
    padding: 15px;
}

.cijena a {
    padding: 15px;
    font-size: 23px;
    color: white;
    transition: all .3s linear;
}
.cijena a:hover {
    color:#b30000;
    text-decoration: none;
}

.obrnuti1 img {
    float:right;
    margin: 0 22px 50px 0px;
}

.obrnuti2 {
    float: left;
    text-align: right;
}






.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/*
.jedan {
    border: 2px solid black;
    width: 30%;
    box-shadow: 0px 0px 20px 0px #495057;
    padding: 20px;
    color: black;background: #ffbf00;
    box-shadow: 20px 18px 11px 0px #4e441c;
    position: relative;
    left: 300px;
    margin: 50px 0;
}

.jedan img {
    width: 100%;
}

.jedan h2 {
    text-align: center;
    padding: 13px 0;
    border-bottom: 1px dashed black;
}

.jedan p {
    text-align: center;
    padding:  10px 0;
    font-size: 20px;
}

.drugaciji {
    width: 100%;
    border-top: 1px solid black;
    padding:  20px 0 0;
    color: black;
}

.drugaciji p {
    width: 49%;
    float: left;
    padding:  0;
    margin: 0;
    font-size: 23px;
    text-align: center;
    border-right: 1px solid black;
    font-weight: 700;
}

.drugaciji a {
    width: 49%;
    text-decoration: none;
    color: black;
    text-align: center;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    transition: all 0.3s linear;
}

.drugaciji a:hover {
    color: #b30000;
    text-decoration: none;
    transition: all 0.3s ease;
}
*/




footer {
    padding: 40px 0 0;
    background: #000;
}

.cont-foot {
    padding: 40px 50px!important;
}

.social p {
    color: #ffd11a;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
}

.social {
    background: #000;
}

.social a {
    display: grid;
    text-decoration: none;
    color: #ffd300;
    text-align: center;
    padding: 10px 10px 18px 10px;
    transition: all 0.3s linear;
    width: 80px;
    justify-content: space-around
}

.social a i {
    font-size: 25px;
    color: #fff;
}

.social a:hover {
    transform: scale(1.3);
    text-decoration: none;
    color: #fff;
}

.row1 {
    display: flex;
    justify-content: space-around;
}

.footer2 {
    background: #1a1a1a;
    color: white;
}

.footer2 p {
    margin: 0;
    text-align: center;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 2.3;
}

.footer2 p span {
    color: #ffd300;
}

.footer2 p a {
    border: 1px solid #ffd300;
    padding: 10px;
    color: #ffd300;
    text-decoration: none;
    border-radius: 7px;
    transition: all .3s linear;
}

.footer2 p:hover a {
    text-decoration: none;
    border: 1px solid red;
    color: #fff;
}

/* ------------------- @MEDIA PRAVILA ------------------- */

@media (max-width:900px) and (min-width:787px) {
    nav ul li {
        display: inline-block;
        padding: 16px 0px;
        padding-right: 13px;
    }
}

@media (max-width:1440px) and (min-width:787px) {
    .logo img {
        width: 100%;
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
        margin-top: 0;
    }
    .logo {
        position: absolute;
        width: 20%;
        transform: translateY(-50%);
        top: 50%;
    }
}

@media (min-width:1024px) {
    .logo {
        width: 214px;
    }
}

@media (max-width:786px) and (min-width:426px) {
    .logo {
            position: fixed;
            top: 0;
            margin-top: 3px;
            height: 90px;
            width: 214px;
            margin-left: 0;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
    }
    
}


@media (max-width:400px) {
    #jezici a {
        margin: 0 13px;
    }
    
}

@media (max-width:425px) {
    .logo {
        width: 48%;
        margin-left: 30px;
        margin-top: 0px;
        top: 13px;
    }
    
    .logo img {
    width: 100%;
    margin-top: 0px;
    }
    
    .jedan {
        width: 88%;
    }
    
    .jedan img {
        width: 94%;
    }
    
    .drugaciji {
        width: 98%;
        text-align: center;
    }
    
    .cijena p {
        padding: 11px;
    }
    
    .cijena a {
        padding: 11px;
    }
    
    .usluge h1 {
        padding: 35px 0;
    }
}

@media (max-width: 375px) {
    .logo {
    width: 55%;
    margin-left: 14px;
    margin-top: 0px;
    top: 12px;
    }
}

@media (max-width:320px) {
    .logo {
    width: 59%;
    margin-left: 15px;
    margin-top: 0px;
    top: 15px;
    }
}