@font-face {
  font-family: "Play";
  src: url(../fonts/Play-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Playb";
  src: url(../fonts/Play-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSansb";
  src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 100px;
  font-size: 3rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.7rem;
    margin-bottom: 60px;
  }
}

h3 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h3 {
    margin-bottom: 15px;
  }
}

hr {
  opacity: 1;
}

body {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  font-family: "OpenSans", sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body * {
  box-sizing: border-box;
}
body a,
body a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
body a:focus {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

.show {
  transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -webkit-transform: translate(0) !important;
}

.hide {
  transform: translate(0, -50px) !important;
}

.navbar {
  transition: 0.9s ease;
  transform: translate(0, -100%);
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
}
.navbar .navbar-nav {
  font-size: smaller;
  font-family: "Play";
  padding: 2px 0;
}
.navbar .navbar-nav a {
  color: rgba(0, 0, 0, 0.708);
  padding: 0 !important;
  margin: 0 6px !important;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .navbar .navbar-nav a {
    margin: 6px 0 !important;
  }
}
.navbar .navbar-nav a:hover {
  color: rgb(0, 0, 0);
  border-bottom: 2px solid rgb(0, 0, 0);
}
.navbar .navbar-nav a.nav-link.active {
  border-bottom: 2px solid black;
}
@media (max-width: 767px) {
  .navbar .navbar-nav a.nav-link.active {
    border: 2px solid black;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .nav-holder {
  padding: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .navbar #navbar-servis {
    z-index: -1;
    position: absolute;
    top: 0;
    padding: 50px 20px 20px;
    background-color: white;
    width: 50%;
    right: 0;
    text-align: center;
  }
}
.navbar .logo {
  display: flex;
  align-items: center;
}
.navbar .logo a {
  padding: 0;
  margin: 0;
}
.navbar .logo a img {
  height: 51px;
}
@media (max-width: 767px) {
  .navbar .logo a img {
    height: 41px;
  }
}
@media (min-width: 993px) {
  .navbar button {
    display: none !important;
  }
}
.navbar button span {
  height: 2px;
  width: 20px;
  margin: 5px 0;
  background-color: black;
  display: block;
}
.navbar .open {
  color: rgb(46, 139, 87);
  text-shadow: 0 0 4px rgba(56, 171, 106, 0.527), 0 0 8px rgba(85, 214, 141, 0.362);
}
.navbar .closed {
  color: rgb(139, 46, 46);
  text-shadow: 0 0 4px rgba(255, 0, 0, 0.527), 0 0 8px rgba(255, 0, 0, 0.362);
}
.navbar .r-vreme {
  margin-left: 10px;
  font-size: 0.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .navbar #telephone span {
    display: none !important;
  }
}
.navbar .my-toggler {
  background-color: #ffffff;
  border: 0;
  margin: 4px 6px 4px 0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 4px 10px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-align: center;
  -webkit-text-decoration: none #d1d5db solid;
          text-decoration: none #d1d5db solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.navbar .my-toggler:hover {
  background-color: rgb(249, 250, 251);
}
.navbar .my-toggler:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.navbar .my-toggler:focus-visible {
  box-shadow: none;
}

.hero-h {
  height: 80vh;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .hero-h {
    height: 70vh;
  }
}
.hero-h .back-h {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2px;
  height: 100%;
}
.hero-h .back-h .l {
  background-size: cover !important;
  background-position: center;
  background-image: url(../img/lap17.jpg);
}
.hero-h .back-h .s {
  background-size: cover !important;
  background-position: center;
  background-image: url(../img/desk5.jpg);
}
.hero-h .back-h .d {
  background-size: cover !important;
  background-position: center left;
  background-image: url(../img/lap19.jpg);
}
.hero-h .title-h {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  color: white;
  height: 100%;
  width: 100%;
}
.hero-h .title-h h1 {
  font-family: "Playb";
  margin: auto;
  text-align: center;
  font-size: 2rem;
  text-shadow: 0px 0px 22px rgba(159, 159, 159, 0.5098039216);
}
.hero-h .title-h h1 span {
  display: block;
  font-weight: bold;
  font-size: 5.2rem;
  font-family: "Segoe UI";
}
@media (max-width: 767px) {
  .hero-h .title-h h1 span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .hero-h .title-h h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  #about {
    padding: 20px 0;
  }
}
#about p {
  text-align: justify;
}
#about img {
  border-radius: 4px;
  width: 80%;
  margin: auto;
  height: auto;
}
@media (min-width: 768px) {
  #about img {
    position: absolute;
    top: 30%;
    width: 100%;
    display: none;
  }
}
#about .about-holder {
  position: relative;
  color: white;
  border-radius: 8px;
  width: 100%;
  padding: 130px 0;
}
@media (max-width: 767px) {
  #about .about-holder {
    padding: 90px 0;
  }
}
#about .about-holder::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0%;
  width: 80%;
  height: 100%;
  background-image: url(../img/part5.jpg);
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 767px) {
  #about .about-holder::after {
    width: 100%;
    left: 0;
  }
}
#about .about-holder .about-up {
  position: relative;
  border-radius: 6px 0 0 6px;
  background-color: rgba(0, 0, 0, 0.87);
  background-blend-mode: color;
  box-shadow: 13px 13px white, 13px -13px white;
  padding: 35px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  #about .about-holder .about-up {
    border: none;
    padding: 10px;
  }
}
#about .about-holder .about-down {
  position: relative;
  border-radius: 6px 0 0 6px;
  background-color: rgba(0, 0, 0, 0.87);
  background-blend-mode: color;
  box-shadow: 13px 13px white, 13px -13px white;
  padding: 35px;
}
@media (max-width: 767px) {
  #about .about-holder .about-down {
    border: none;
    padding: 10px;
  }
}

.main-serv {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .main-serv {
    margin-top: 100px;
  }
}
.main-serv .serv-card {
  height: 100%;
  min-height: 200px;
  text-align: center;
  font-family: "Play";
  align-items: center;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-size: cover !important;
  background-position: left center;
  background-color: rgba(255, 255, 255, 0.89);
  background-blend-mode: color;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
.main-serv .serv-card h3 {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  padding: 0 20px;
}
.main-serv .serv-card i {
  margin: 20px 0;
  font-size: 3rem;
}
.main-serv .serv-card a {
  font-size: 1rem;
  background-image: linear-gradient(rgba(196, 195, 196, 0.84), rgba(21, 18, 25, 0.84) 100%);
  box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px, rgba(179, 132, 201, 0.4) 0 8px 12px;
  margin: 10px 0;
  padding: 3px 15px;
  color: white;
  border-radius: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.main-serv .serv-card a:hover {
  background-image: linear-gradient(rgba(225, 223, 225, 0.84), rgba(47, 41, 54, 0.84) 100%);
}
.main-serv .desktop-card {
  background-image: url(../img/desk6.jpg);
}
.main-serv .laptop-card {
  background-image: url(../img/lap8.jpg);
}
.main-serv #partner {
  font-size: 2rem;
  margin: 100px 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .main-serv #partner {
    font-size: 1rem;
    margin: 50px 0;
  }
}
.main-serv #partner a {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  display: flex;
}
.main-serv #partner a:hover {
  color: red;
}
.main-serv #partner span {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  display: flex;
}
.main-serv #partner img {
  margin: 0 10px;
}

.recovery {
  background-image: url(../img/lap20.jpg);
}

.remote {
  background-image: url(../img/rukovanje.jpg);
}

.inst-os {
  background-image: url(../img/windows02.jpg);
}

.opti-os {
  background-image: url(../img/optimizacija.jpg);
}

.sos {
  background-image: url(../img/intervencije.jpg);
}

.web {
  background-image: url(../img/codewomen.jpg);
}

.virus {
  background-image: url(../img/virusnovi.jpg);
}

.network {
  background-image: url(../img/network2.jpg);
}

#services {
  margin-top: 200px;
}
@media (max-width: 767px) {
  #services {
    margin-top: 100px;
  }
}
#services p {
  text-align: justify;
  margin-bottom: 0;
}
#services .serv-lists {
  color: white;
  position: relative;
  width: 100%;
  padding: 90px 0;
}
@media (max-width: 767px) {
  #services .serv-lists {
    padding: 60px 0;
  }
}
#services .serv-lists::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-image: url(../img/desk2.jpg);
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 0;
}
@media (max-width: 767px) {
  #services .serv-lists::after {
    width: 100%;
  }
}
#services .serv-lists .lists-h {
  z-index: 1;
  margin: 50px 0;
  padding: 50px;
  border-radius: 6px 0 0 6px;
  background-color: rgba(38, 43, 49, 0.8);
  box-shadow: 13px 13px white, 13px -13px white;
}
@media (max-width: 767px) {
  #services .serv-lists .lists-h {
    border: none;
    background-color: rgba(30, 41, 44, 0.5);
    border-radius: 0;
    padding: 10px;
  }
}
#services .serv-lists .lists-h ul {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}
#services .serv-lists .lists-h ul li {
  padding: 5px 0;
}
#services .serv-lists .lists-h ul i {
  text-align: center;
  line-height: 1;
  min-width: 35px;
}
#services .serv-lists img {
  width: -webkit-fill-available;
  -o-object-fit: contain;
     object-fit: contain;
}
#services .services-h {
  margin-top: 200px;
  position: relative;
}
@media (max-width: 767px) {
  #services .services-h {
    margin-top: 100px;
  }
}
#services .services-h div.row {
  background-color: rgba(0, 0, 0, 0.314);
  background-size: cover;
  background-position: right;
  background-blend-mode: color;
}
#services .services-h div.row:first-child {
  border-radius: 6px 6px 0 0;
}
#services .services-h div.row:first-child .service-txt {
  border-radius: 0 6px 0 0;
}
#services .services-h div.row:last-child {
  border-radius: 0 0 6px 6px;
}
#services .services-h div.row:last-child .service-txt {
  border-radius: 0 0 0 6px;
}
#services .services-h .service-txt {
  background: rgba(1, 1, 1, 0.87);
  padding: 50px;
  color: white;
}
@media (max-width: 767px) {
  #services .services-h .service-txt {
    background: rgba(1, 1, 1, 0.5);
    padding: 10px 20px;
  }
}

#prices .table-h {
  padding: 0;
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: rgb(255, 255, 255);
  margin: auto;
}
@media (min-width: 768px) {
  #prices .table-h {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #prices .table-h {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#prices .table-h .table-responsive {
  font-family: "Play";
}
#prices .table-h .table-responsive table {
  padding: 0 15px;
}
#prices .table-h .table-responsive table caption {
  text-align: center;
  background-color: #212529;
  color: white;
  font-size: 1.4rem;
}
#prices .table-h .table-responsive table thead {
  color: gray;
  font-style: italic;
}
#prices .table-h .table-responsive table td {
  height: 110%;
}
#prices .table-h .table-responsive table td:first-child,
#prices .table-h .table-responsive table th:first-child {
  padding-left: 25px;
}
@media (max-width: 767px) {
  #prices .table-h .table-responsive table td:first-child,
  #prices .table-h .table-responsive table th:first-child {
    padding-left: 15px;
  }
}
#prices .table-h .table-responsive table td:last-child,
#prices .table-h .table-responsive table th:last-child {
  text-align: right;
  padding-right: 25px;
}
@media (max-width: 767px) {
  #prices .table-h .table-responsive table td:last-child,
  #prices .table-h .table-responsive table th:last-child {
    padding-right: 15px;
  }
}
#prices .table-h .table-responsive table tbody tr:hover {
  opacity: 1;
  background: #e2e2e2 !important;
}

footer {
  background-image: url(../img/kontakt2.jpg);
  background-size: cover !important;
  background-position: left center;
  background-color: rgba(255, 255, 255, 0.92);
  background-blend-mode: color;
  background-attachment: fixed;
  padding-top: 80px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  footer h2 {
    margin-bottom: 60px;
  }
}
footer .con-items {
  font-family: "Play";
}
footer .con-items h6 {
  margin-top: 20px;
  font-size: 1.2rem;
}
footer .con-items a,
footer .con-items p,
footer .con-items address {
  font-size: 0.9rem;
  display: block;
  margin: 0;
}
footer .con-items a:hover,
footer .con-items a i:hover {
  color: #275ea3;
}
footer .con-items .facelink {
  display: flex;
  margin: 10px 0;
}
footer .con-items .facelink i {
  margin-right: 10px;
  font-size: 40px;
}
footer #prava {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
}
footer .dev-brend {
  background-color: white;
  padding: 10px 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px -1px 7px 0px, rgba(0, 0, 0, 0.3) 0px 7px 18px -1px;
}
footer .dev-brend a {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
}
footer .dev-brend img {
  width: 150px;
}
footer #mapa {
  padding-top: 20px;
  z-index: 0;
  width: 100%;
  border-radius: 6px;
}
@media (max-width: 767px) {
  footer #mapa {
    width: 100%;
  }
}
footer #mapa iframe {
  border-radius: 6px;
  box-sizing: border-box;
  height: 370px;
  width: 100%;
  margin: auto;
  border: none;
}/*# sourceMappingURL=main.css.map */