.carousel-item {
  height: 93vh;
  min-height: 300px;
  background-size: cover;
}

#section-0 .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.carousel-caption {
  bottom: 35%;
}

.carousel-caption h5 {
  font-size: 64px;
  color: #05916e;
  text-transform: uppercase;
  letter-spacing: 20px;
  margin-top: 25px;
  font-family: 'Lato';
  font-weight: 300;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: #05916e;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #05916e;
}

.carousel-indicators .active {
  background-color: #05916e;
}

.carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 2px;
  font-family: 'Lato';
  font-weight: 100;
}

.carousel-caption a {
  text-transform: uppercase;
  background: transparent;
  padding: 10px 30px;
  display: inline-block;
  color: #05916e;
  margin-top: 15px;
  border: 3px solid #05916e;
  border-radius: 10px;
}

.navbar-nav a {
  font-family: 'Lato';
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.nav-scrolled {
  background-color: rgba(85, 85, 85, 0.808);
}

.navbar-light .navbar-brand {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #528adf;
}

.btn:hover {
  background: #05916e;
  color: #f5f5f5;
  font-weight: 400;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #528adf;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav {
  text-align: center;
}

.nav-link {
  padding: .2rem 1rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #528adf;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #528adf;
}

.w-100 {
  height: 100vh;
}

#section-1 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
  font-family: 'Lato';
  color: #1b1b1b;
  overflow: hidden;
}

#section-1 .gral-brand {
  color: #528adf;
  font-weight: 500;
}

#section-1 .desni-deo {
  border-left: 2px solid #528adf;
}

#section-1 .btn-o-nama {
  color: #fff;
  padding-top: 7px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#528adf), to(#6295e0));
  background-image: linear-gradient(to right bottom, #528adf, #6295e0);
  border: 1px solid #fff;
  height: 45px;
  border-radius: 6rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 150px;
  font-size: 17px;
}

#section-1 .btn-o-nama:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  background: #05916e;
  color: #f5f5f5;
  font-size: 18px;
}

#section-1 .btn-o-nama:hover::after {
  -webkit-transform: scaleX(9.4) scaleY(1.6);
          transform: scaleX(9.4) scaleY(1.6);
  opacity: 0;
}

#section-1 .btn-o-nama:active,
#section-1 .btn:focus {
  outline: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

#section-2 {
  background-color: #7c7c7c;
  font-family: 'Lato';
}

#section-2 .display-2 {
  color: #528adf;
  font-family: 'Lato';
  font-weight: 400;
  letter-spacing: 3px;
}

#section-2 .card {
  margin-bottom: 10px;
  background-color: #528adf;
  font-weight: 300;
}

#section-2 .card .card-block {
  color: #fff;
}

#section-2 .card .card-block .far {
  font-size: 50px;
}

#section-2 .card:hover {
  background-color: #ebebeb;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
}

#section-2 .card:hover .card-block:hover {
  color: #528adf;
}

#section-2 .card:hover::after {
  -webkit-transform: scaleX(9.4) scaleY(1.6);
          transform: scaleX(9.4) scaleY(1.6);
  opacity: 0;
}

#myCarousel > a.carousel-control.right.carousel-control-next > i {
  color: #05916e;
}

#myCarousel > a.carousel-control.left.carousel-control-prev > i {
  color: #05916e;
}

#section-3 {
  background-color: #f1f1f1;
  height: 600px;
}

#section-3 .display-2 {
  color: #0961e6;
}

#section-3 .carousel {
  margin: 50px auto;
  padding: 0 70px;
}

#section-3 .carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
}

#section-3 .carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

#section-3 .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

#section-3 .carousel .testimonial {
  padding: 30px 0 10px;
}

#section-3 .carousel .overview {
  font-style: italic;
}

#section-3 .carousel .overview b {
  text-transform: uppercase;
  color: #7AA641;
}

#section-3 .carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 30%;
  background: none;
}

#section-3 .carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

#section-3 .carousel .carousel-indicators {
  bottom: -40px;
}

#section-3 .carousel-indicators li,
#section-3 .carousel-indicators li.active {
  width: 7px;
  height: 1px;
  margin: 1px 3px;
  border-radius: 50%;
}

#section-3 .carousel-indicators li {
  background: #999;
  border-color: transparent;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

#section-3 .carousel-indicators li.active {
  background: #555;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

#section-3 #myCarousel > div > div.item.carousel-item.active {
  height: 600px;
}

.footer {
  background-color: #333;
  padding: 5rem 0;
  font-size: 1.4rem;
  color: #f7f7f7;
}

.footer__navigation {
  border-top: 1px solid #777;
  padding-top: 2rem;
  display: inline-block;
}

.footer__list {
  list-style: none;
}

.footer__item {
  display: inline-block;
}

.footer__item:not(:last-child) {
  margin-right: 1.5rem;
}

.footer__link:link,
.footer__link:visited {
  color: #f7f7f7;
  background-color: #333;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer__link:hover,
.footer__link:active {
  color: #1987ee;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) scale(1.3);
}

.footer__copyright {
  border-top: 1px solid #777;
  padding-top: 2rem;
  width: 80%;
  float: right;
}

@media all and (max-width: 699px) and (min-width: 520px) {
  .carousel-caption h5 {
    font-size: 35px;
  }
  .carousel-caption p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 360px) {
  .carousel-caption h5 {
    font-size: 25px;
  }
  .carousel-caption .p-text {
    display: none;
  }
  .carousel-caption a {
    font-size: 15px;
  }
  #section-1 p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 520px) {
  .carousel-caption h5 {
    font-size: 30px;
  }
  .carousel-caption .p-text {
    font-size: 12px;
  }
  .carousel-caption a {
    font-size: 12px;
  }
}

@media all and (max-width: 990px) {
  .section-kontakt #map iframe {
    height: 300px !important;
    width: 300px !important;
  }
}

@media (min-width: 576px) {
  #section-services-1 .card {
    width: 80%;
    margin: auto;
  }
  #section-services-1 .card .card-text {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-nav .ml-auto {
    background: rgba(0, 0, 0, 0.5);
  }
  .navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: #fff;
  }
}

.section-o-nama {
  background-color: #f1f1f1;
  font-family: 'Lato';
}

.navbar-other {
  background-color: rgba(85, 85, 85, 0.808);
}

.section-o-nama .display-3 {
  color: #05916e;
  text-transform: uppercase;
}

.section-o-nama .card {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
  width: 90% !important;
  border: 1px solid #05916e;
}

.section-o-nama .card p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.section-cenovnik {
  font-family: 'Lato';
}

.section-cenovnik h1 {
  margin: 90px 0px 90px 0 !important;
  color: #05916e;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.section-cenovnik .table {
  margin: 90px 0px 90px 0px !important;
}

.section-cenovnik .table th {
  color: #05916e;
}

.section-cenovnik .table .cena {
  color: #05916e;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.section-1-usluge {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7))), url("/img/usluge.jpg");
  background: linear-gradient(to left rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("/img/usluge.jpg");
  background-size: cover;
  overflow: hidden;
  font-family: 'Lato';
}

.section-1-usluge .display-3 {
  margin-top: 100px;
  color: #05916e;
}

.section-1-usluge .row:nth-last-child(1) {
  margin-bottom: 120px;
}

.section-1-usluge .card-title {
  color: #05916e;
}

.section-1-usluge .text {
  color: #aaaaaa;
}

.section-1-usluge .border-1 {
  width: 205px;
  height: 2px;
  background-color: #0961e6;
  margin: 40px auto;
}

.section-1-usluge .icon-container {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid #05916e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 30px;
  margin-top: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.section-1-usluge .icon-container .far {
  line-height: 65px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 26px;
  color: #05916e;
}

.section-1-usluge .icon-container .fas {
  line-height: 65px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 26px;
  color: #05916e;
}

.section-1-usluge .col-sm-4:hover .icon-container:hover {
  background-color: #aaaaaa;
  color: #05916e;
}

.section-1-usluge .modal {
  font-family: 'Lato';
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 145, 110, 0.4)));
  background: linear-gradient(to right rgba(5, 145, 110, 0.6), rgba(5, 145, 110, 0.4));
}

.section-1-usluge .modal .modal-content {
  background-color: #e7e7e7;
}

.section-1-usluge .modal .modal-header {
  border-color: #0961e6;
}

.section-1-usluge .modal .modal-title {
  color: #0961e6;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-1-usluge .modal .modal-body {
  color: #464646;
  font-weight: 400;
  font-size: 18px;
}

.section-1-usluge .modal .modal-footer {
  border-color: #0961e6;
}

.section-1-usluge .modal .modal-footer .btn {
  background-color: #0961e6;
  color: #f5f5f5;
}

.section-kontakt {
  margin-top: 120px;
}

.section-kontakt .display-4 {
  margin-top: 60px;
  color: #05916e;
  text-transform: uppercase;
}

.section-kontakt .col-sm-6 {
  margin-top: 60px;
}

.section-kontakt #map iframe {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 0 1rem 3rem rgba(5, 145, 110, 0.4);
          box-shadow: 0 1rem 3rem rgba(5, 145, 110, 0.4);
}

.section-kontakt h4 {
  color: #0961e6;
  text-transform: uppercase;
}

.section-kontakt .border-b {
  width: 55%;
  height: 1px;
  margin: 0px auto;
  border-bottom: 1px solid #05916e;
}

.section-kontakt span {
  color: #0961e6;
  font-size: 20px;
}

.section-kontakt #map > iframe {
  height: 500px;
  width: 500px;
}
/*# sourceMappingURL=styles.css.map */