/************************
google font
************************/
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,400&display=swap");
/************************
variables
************************/
/************************
bacis styles
************************/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Saira", sans-serif;
  font-size: 16px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.container {
  width: 70%;
  margin: auto;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.container2 {
  width: 70%;
  margin: auto;
}

article h1 {
  color: #e71f25;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}

article p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
}

@media (max-width: 767px) {
  article p {
    font-size: 0.9rem;
  }
}

article p img {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  max-width: 300px;
}

@media (max-width: 767px) {
  article p img {
    margin-bottom: 20px;
  }
}

article p a {
  color: #e71f25;
}

article ul {
  margin-left: 50px;
}

article ul li {
  font-size: 1.2rem;
  list-style-type: square;
}

@media (max-width: 767px) {
  article ul li {
    font-size: 0.9rem;
  }
}

/************************
mixins
************************/
/************************
gallery 
************************/
.gallery {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.gallery .item {
  -webkit-box-flex: 47%;
      -ms-flex: 47%;
          flex: 47%;
  margin: 5px;
}

.gallery .item img {
  width: 100%;
}

/************************
topbar
************************/
.topbar {
  background-color: #231f20;
  color: white;
  height: 110px;
  border-bottom: 5px solid #e71f25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .topbar {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 400px;
  }
}

@media (min-width: 767px) and (max-width: 1103px) {
  .topbar {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (min-width: 1103px) and (max-width: 1400px) {
  .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    height: 200px;
  }
}

.topbar .logo {
  height: 110px;
  border-bottom: 5px solid #e71f25;
}

@media (max-width: 767px) {
  .topbar .logo {
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 1103px) {
  .topbar .logo {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
  }
}

@media (min-width: 1103px) and (max-width: 1400px) {
  .topbar .logo {
    height: 90px;
    width: 100%;
  }
}

.topbar .logo a img {
  height: 110px;
  border-bottom: 5px solid #e71f25;
}

@media (min-width: 1103px) and (max-width: 1400px) {
  .topbar .logo a img {
    height: 90px;
  }
}

.topbar .telephons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .topbar .telephons {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}

@media (min-width: 1103px) and (max-width: 1400px) {
  .topbar .telephons {
    margin-bottom: 10px;
  }
}

.topbar .telephons li {
  padding: 0px 10px;
}

.topbar .telephons li a {
  color: #e71f25;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .topbar .telephons li a {
    font-size: 1.5rem;
  }
}

@media (min-width: 1103px) and (max-width: 1400px) {
  .topbar .telephons li a {
    font-size: 1.5rem;
  }
}

.topbar .telephons li a:hover {
  color: white;
}

.topbar .socialNetworks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .topbar .socialNetworks {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.topbar .socialNetworks li {
  padding: 0px 10px;
}

.topbar .socialNetworks li a {
  color: white;
  font-size: 2.5rem;
}

@media (min-width: 1103px) and (max-width: 1400px) {
  .topbar .socialNetworks li a {
    font-size: 1.7rem;
  }
}

.topbar .socialNetworks li a .fa-facebook:hover {
  color: #4867aa;
  background-color: white;
  padding: 3px;
}

.topbar .socialNetworks li a .fa-whatsapp:hover {
  color: white;
  background-color: #2cd348;
  padding: 3px;
}

.topbar .socialNetworks li a .fa-viber:hover {
  color: white;
  background-color: #7d3daf;
  padding: 3px;
}

.topbar .socialNetworks li a .fa-instagram:hover {
  color: white;
  background-color: #db4184;
  padding: 3px;
}

/************************
header
************************/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #231f20;
  /************************
    navbar
    ************************/
}

header #menu-bar {
  display: none;
}

@media (max-width: 767px) {
  header #menu-bar:checked ~ .navbar {
    display: initial;
  }
}

header label {
  color: white;
  font-weight: 800;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  header label {
    display: initial;
  }
}

header .navbar ul #zakaziTehnicki {
  padding: 10px;
  background-color: #e71f25;
  border-radius: 10px;
}

header .navbar ul #zakaziTehnicki:hover {
  background-color: #0fd80f;
  color: #231f20;
}

header .navbar ul #akcijaHeader {
  padding: 10px;
  background-color: white;
  color: #e71f25;
  border-radius: 10px;
  width: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  header .navbar ul #akcijaHeader {
    width: 100%;
    text-align: left;
  }
}

header .navbar ul li {
  position: relative;
  float: left;
  padding: 10px;
  text-align: left;
  background: #231f20;
}

header .navbar ul li a {
  padding: 10px;
  font-weight: 800;
  font-size: 1.1rem;
  display: block;
  color: white;
}

@media (min-width: 1100px) and (max-width: 1400px) {
  header .navbar ul li a {
    font-size: 0.9rem;
  }
}

header .navbar ul li ul {
  position: absolute;
  left: 0;
  width: 200px;
  display: none;
}

header .navbar ul li ul li {
  width: 100%;
}

@media (max-width: 767px) {
  header .navbar ul li ul {
    position: relative;
    width: 100%;
  }
}

header .navbar ul li a:hover {
  background: #231f20;
  color: #e71f25;
}

@media (max-width: 767px) {
  header .navbar ul li {
    width: 100%;
  }
}

header .navbar ul li:hover ul {
  display: initial;
}

header .navbar ul li:focus-within ul {
  display: initial;
}

@media (max-width: 767px) {
  header .navbar {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: white;
    display: none;
  }
}

@media (max-width: 767px) {
  header {
    padding: 20px;
    text-align: center;
  }
}

/************************
akcija
************************/
.akcija {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .akcija {
    width: 100%;
  }
}

.akcija #baner {
  background-color: #e71f25;
  width: 100%;
  height: 500px;
  margin-top: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (max-width: 767px) {
  .akcija #baner {
    padding: 10px;
  }
}

@media (min-width: 767px) and (max-width: 1103px) {
  .akcija #baner {
    padding: 20px;
  }
}

.akcija #baner h4 {
  color: white;
  font-size: 4rem;
  width: 600px;
  text-align: center;
  margin-bottom: 50px;
  border: 5px solid white;
  cursor: pointer;
}

@media (max-width: 767px) {
  .akcija #baner h4 {
    font-size: 4rem;
    max-width: 300px;
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) and (max-width: 1103px) {
  .akcija #baner h4 {
    font-size: 4rem;
    max-width: 300px;
    margin-bottom: 20px;
  }
}

.akcija #baner p {
  color: white;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .akcija #baner p {
    font-size: 2rem;
  }
}

@media (min-width: 767px) and (max-width: 1103px) {
  .akcija #baner p {
    font-size: 2rem;
  }
}

/************************
slider
************************/
#slider {
  overflow: hidden;
}

#slider figure {
  position: relative;
  z-index: -1;
  width: 500%;
  margin: 0;
  left: 0;
  -webkit-animation: 10s slider infinite;
          animation: 10s slider infinite;
}

#slider figure img {
  width: 20%;
  height: 600px;
  float: left;
}

@media (max-width: 767px) {
  #slider figure img {
    height: 400px;
  }
}

@-webkit-keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
}

@keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
}

/************************
zakazi tehnicki forma
************************/
.contactForm {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (max-width: 767px) {
  .contactForm {
    width: 100%;
  }
}

.contactForm h1 {
  color: #e71f25;
  font-size: 2rem;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .contactForm h1 {
    font-size: 1.7rem;
    text-align: center;
  }
}

.contactForm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .contactForm form {
    width: 90%;
  }
}

.contactForm form input {
  width: 500px;
  text-align: center;
  margin-bottom: 20px;
  height: 50px;
  font-size: 1.2rem;
  border: 1px solid #e71f25;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .contactForm form input {
    width: 100%;
    font-size: 1rem;
    height: 40px;
  }
}

.contactForm form button {
  width: 500px;
  height: 50px;
  background-color: #e71f25;
  color: white;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .contactForm form button {
    width: 100%;
    font-size: 1rem;
    height: 40px;
  }
}

.contactForm form button:hover {
  background-color: #0fd80f;
}

.contactForm .logInSuccess {
  color: green;
}

.contactForm .logInUnsuccess {
  color: red;
}

/************************
map
************************/
.map {
  padding-top: 50px;
}

.map iframe {
  display: block;
}

/************************
footer
************************/
footer {
  padding: 20px 0;
  background-color: #e71f25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .contactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px 0;
}

@media (max-width: 767px) {
  footer .contactInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .contactInfo article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 30px;
  color: #231f20;
}

footer .contactInfo article h3 {
  font-size: 1.5rem;
}

footer .contactInfo article p {
  color: white;
  font-size: 1.1rem;
}

footer .contactInfo article hr {
  width: 100%;
  color: #231f20;
  margin-bottom: 30px;
}

footer .contactInfo article img {
  margin-top: 20px;
  max-width: 300px;
}

@media (max-width: 767px) {
  footer .contactInfo article img {
    max-width: 300px;
  }
}

.footerBottom {
  background-color: #231f20;
  color: white;
  padding: 20px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */