* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
/*font-family: "Manrope", sans-serif;*/
}

html {
  scroll-padding-top: 65px;
}

body {
  background-color: #f2f2f2 !important;
}

body.modal-open {
  overflow: visible !important;
  padding-right: 0 !important;
}

.above-header {
  background-color: #174782;
  color: #fff;
  padding: 24px 0;
}
.above-header .above-header-div {
  font-size: 15px;
  letter-spacing: 0.06rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.above-header .above-header-div-right {
  justify-content: end;
}

.clip-path-content {
  position: absolute;
  inset: 0;
  width: 85%;
  height: 100%;
  clip-path: polygon(8% 0, 86% 0, 74% 100%, 0 100%);
  padding: 20px 0;
  background-color: white;
  z-index: -1;
}

.header {
  padding: 20px 0;
  background-color: #96c55b;
  position: absolute;
  top: 71px;
  width: 100%;
  z-index: 100;
}
.header .header-logo {
  margin-left: -30px;
}
.header .navbar-collapse {
  justify-content: end;
}
.header .navbar-collapse .navbar-nav {
  margin-left: 90px !important;
}
.header .navbar-div-first {
  display: flex;
  gap: 60px;
  align-items: center;
}
.header .navbar-div-first .nav-link {
  font-size: 14px;
  color: #20202b;
}
.header .navbar-div-first .nav-link:hover {
  color: #212355;
  text-shadow: 1px 0 #212355;
}
.header .navbar-div-first .nav-link:active {
  color: #212355;
  text-shadow: 1px 0 #212355;
}
.header .navbar-div-first .nav-link.active {
  color: #212355;
  text-shadow: 1px 0 #212355;
}
.header .navbar-div-second {
  margin-left: 180px;
}
.header .navbar-div-second .phone-div-holder {
  display: flex;
  gap: 20px;
}
.header .navbar-div-second .phone-div-holder .phone-icon-div {
  background-color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .navbar-div-second .phone-div-holder .phone-icon-div i {
  font-size: 20px;
  color: #95c55b;
}
.header .navbar-div-second .phone-div-holder .phone-div {
  color: #fff;
  display: flex;
  gap: 3px;
  flex-direction: column;
  justify-content: center;
}
.header .navbar-div-second .phone-div-holder .phone-div p {
  font-weight: 500;
  margin: 0;
}

@keyframes fadeToBottom {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: fadeToBottom 0.8s ease;
}

.header.fixed {
  position: fixed;
  top: 0;
}

.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-section {
  position: relative;
  margin-top: 120px;
  margin-bottom: 200px;
}
.hero-section .hero-section-div-holder {
  padding-top: 190px;
  padding-bottom: 190px;
  color: #fff;
}
.hero-section .hero-section-div-holder .heading-div {
  position: relative;
  width: 780px;
}
.hero-section .hero-section-div-holder .heading-div img {
  position: absolute;
  bottom: 23%;
  right: 29%;
}
.hero-section .hero-section-div-holder h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 78px;
  margin: 0;
  padding-bottom: 55px;
  text-transform: capitalize;
}
.hero-section .hero-section-div-holder p {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.02rem;
  font-weight: 500;
  margin: 0;
  padding-bottom: 40px;
}
.hero-section .hero-section-div-holder .hero-button-holder {
  display: flex;
  gap: 15px;
  align-items: center;
}
.hero-section .hero-section-div-holder .hero-button-holder .hero-anchor {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: 15.5px 40px;
}
.hero-section .hero-section-div-holder .hero-button-holder .hero-anchor:hover {
  color: #174782;
  background-color: #fff;
  transition: 0.3s;
}
.hero-section .hero-section-div-holder .hero-button-holder .hero-arrow {
  cursor: pointer;
}
.hero-section .hero-box-holder-2 {
  display: none !important;
}
.hero-section .hero-box-holder {
  display: flex;
  justify-content: center;
  position: relative;
  top: 115px;
}
.hero-section .hero-box-holder .hero-box {
  background-color: rgba(255, 255, 255, 0.71);
  position: relative;
  height: 310px;
  width: 100%;
  border-radius: 60px;
  display: flex;
  align-items: center;
}
.hero-section .hero-box-holder .hero-box h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02rem;
  margin: 0;
  padding-bottom: 20px;
}
.hero-section .hero-box-holder .hero-box p {
  letter-spacing: 0.04rem;
  margin: 0;
}
.hero-section .hero-box-holder .hero-box .hero-box-1 {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hero-section .hero-box-holder .hero-box .hero-box-2-holder {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.68);
}
.hero-section .hero-box-holder .hero-box .hero-box-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hero-section .hero-box-holder .hero-box .hero-box-3 {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.hero-section .hero-box-holder .hero-box .hero-box-3 .hero-box-anchor {
  background-color: #fff;
  color: #174782;
  font-weight: 800;
  letter-spacing: 0.03rem;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 30px;
}
.hero-section .hero-box-holder .hero-box .hero-box-3 .hero-box-anchor:hover {
  color: #fff;
  background-color: #174782;
  transition: 0.3s;
}
.hero-section .hero-box-holder .hero-box .hero-box-3 .hero-arrow {
  cursor: pointer;
}
.hero-section .hero-box-holder .hero-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(20px);
  z-index: -1;
  border-radius: 150px;
}

.nasi-prozvodi {
  background-color: #eeeeee;
  padding-top: 65px;
  padding-bottom: 100px;
  position: relative;
  overflow-x: hidden;
}
.nasi-prozvodi .col-lg-6 {
  z-index: 2;
}
.nasi-prozvodi .heading-holder {
  display: flex;
  justify-content: center;
}
.nasi-prozvodi .heading-holder .heading-div {
  width: 268px;
  position: relative;
}
.nasi-prozvodi .heading-holder .heading-div img {
  position: absolute;
  bottom: 39%;
  right: 6%;
}
.nasi-prozvodi h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02rem;
  color: #32323e;
  margin: 0;
  padding-bottom: 40px;
  text-align: center;
}
.nasi-prozvodi .nasi-prozvodi-p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: #32323e;
  padding-bottom: 60px;
  margin: 0;
  text-transform: capitalize;
}
.nasi-prozvodi .nasi-proizvodi-div-1 {
  margin-bottom: 56px;
}
.nasi-prozvodi .nasi-proizvodi-right-div-1 {
  margin-bottom: 60px;
}
.nasi-prozvodi .nasi-proizvodi-div {
  position: relative;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-star-holder {
  display: inline;
  position: absolute;
  top: 5%;
  right: 12%;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-star-holder .nasi-star::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(20px);
  z-index: -1;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-star-holder .nasi-star {
  display: flex;
  padding: 10px 35px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.71);
  align-items: center;
  gap: 5px;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-star-holder .nasi-star span {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02rem;
  color: #174782;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-star-holder .nasi-star i {
  color: #ff7a00;
  font-size: 18px;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder {
  display: flex;
  justify-content: center;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div {
  display: flex;
  width: 80%;
  position: absolute;
  bottom: 5%;
  align-items: center;
  justify-content: space-between;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div .nasi-proizvodi-heading-div {
  color: #fff;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div .nasi-proizvodi-heading-div h3 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.02rem;
  margin: 0;
  padding-bottom: 20px;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div .nasi-proizvodi-heading-div p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02rem;
  line-height: 22px;
}
.nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div .nasi-arrow {
  cursor: pointer;
}
.nasi-prozvodi .nasi-bg {
  position: absolute;
}
.nasi-prozvodi .nasi-bg-1 {
  bottom: 0;
  left: -1%;
  height: 100%;
  z-index: 1;
}
.nasi-prozvodi .nasi-bg-2 {
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

.gallery {
  padding-top: 110px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.gallery h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: #32323e;
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
}
.gallery p {
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: #32323e;
  text-align: center;
  margin: 0;
  padding-bottom: 130px;
}
.gallery .column-on-button {
  display: none;
}
.gallery .col-md-4 {
  padding: 0;
}
.gallery .col-md-4 .gallery-img-holder {
  overflow: hidden;
}
.gallery .col-md-4 .gallery-img-holder img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.gallery .col-md-4 .gallery-img-holder img:hover {
  transform: scale(1.1);
}
.gallery .gallery-btn-holder {
  text-align: center;
  padding-top: 100px;
}
.gallery .gallery-btn-holder .gallery-btn {
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: #fff;
  background-color: #95c55b;
  padding: 30px 60px;
  border: none;
  box-shadow: 0px 25px 20px -20px #95c55b;
  font-weight: 500;
}
.gallery .gallery-btn-holder .gallery-btn:hover {
  color: #95c55b;
  background-color: #fff;
  outline: 2px solid #95c55b;
  transition: 0.3s;
}

.counter-section {
  position: relative;
  padding: 120px 0;
  color: #fff;
}
.counter-section .counter-first {
  width: 30%;
}
.counter-section .counter-third {
  width: 20%;
}
.counter-section .counter-div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.counter-section .counter-div .counter-number {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0.02rem;
}
.counter-section .counter-div .counter-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}
.counter-section .counter-div .zadovoljnih {
  white-space: nowrap;
}

.video {
  padding-top: 120px;
  padding-bottom: 190px;
  position: relative;
}
.video h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin: 0;
  padding-bottom: 80px;
  color: #32323e;
  text-align: center;
}
.video .video-div-holder {
  position: relative;
  z-index: 2;
}
.video .video-div-holder .video-div {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.36);
  padding: 50px;
  border-radius: 75px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  backdrop-filter: blur(20px);
}
.video .video-div-holder .video-div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.video .video-btn {
  background-color: #174782;
  font-size: 18px;
  letter-spacing: 0.09rem;
  color: #fff;
  padding: 60px 90px;
  border: none;
  border-radius: 25px;
  position: absolute;
  right: 1%;
  bottom: 0;
}
.video .video-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

.zasto {
  position: relative;
  padding-top: 120px;
  padding-bottom: 230px;
  overflow-x: hidden;
}
.zasto .heading-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.zasto .heading-holder .heading-div {
  width: 500px;
  position: relative;
}
.zasto .heading-holder .heading-div h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: #fff;
  margin: 0;
}
.zasto .heading-holder .heading-div img {
  position: absolute;
  bottom: -23%;
  right: 12%;
}
.zasto .zasto-margin {
  margin-bottom: 200px;
}
.zasto .zasto-div-holder-left {
  margin-right: 20px;
}
.zasto .zasto-div-holder-right {
  margin-left: 20px;
}
.zasto .zasto-div-holder {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.zasto .zasto-div-holder h3 {
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin: 0;
  color: #174782;
}
.zasto .zasto-div-holder p {
  font-size: 14px;
  letter-spacing: 0.02rem;
  color: #8b8b8b;
  padding-bottom: 135px;
  margin: 0;
}
.zasto .zasto-div-holder .zasto-img-1-up {
  position: absolute;
  top: -20%;
  left: 38%;
}
.zasto .zasto-div-holder .zasto-img-1-down {
  position: absolute;
  right: 1%;
  bottom: -52%;
}

.zapocnite {
  padding: 130px 0;
  color: #fff;
  position: relative;
}
.zapocnite h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.02rem;
  margin: 0;
  padding-bottom: 50px;
}
.zapocnite p {
  font-weight: 600;
  letter-spacing: 0.03rem;
  margin: 0;
  line-height: 32px;
}
.zapocnite .col-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.zapocnite .col-right a {
  background-color: #fff;
  border-radius: 25px;
  color: #174782 !important;
  font-weight: 800;
  letter-spacing: 0.02rem;
  padding: 30px 120px;
  text-decoration: none;
  cursor: pointer;
}
.zapocnite .col-right a:hover {
  color: #fff !important;
  background-color: #174782;
  transition: 0.3s;
  outline: 2px solid #fff;
}

.footer {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #252525;
  color: #fff;
}
.footer .col-lg-4 {
  padding-right: 0;
}
.footer .col-lg-4 .footer-logo {
  margin-left: -50px;
}
.footer .col-lg-4 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.02rem;
  margin-bottom: 60px;
}
.footer .col-lg-4 .footer-socials {
  display: flex;
  gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer .col-lg-4 .footer-socials li .footer-fb {
  background-color: #95c55b;
}
.footer .col-lg-4 .footer-socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #174782;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
}
.footer .col-lg-4 .footer-socials li a i {
  font-size: 20px;
}
.footer .kontakt-column {
  padding-left: 80px;
  padding-right: 0;
  padding-top: 35px;
}
.footer .kontakt-column h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin-bottom: 50px;
}
.footer .kontakt-column .footer-kontakt-div {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 25px;
}
.footer .kontakt-column .footer-kontakt-div i {
  font-size: 20px;
  color: #95c55b;
}
.footer .kontakt-column .footer-kontakt-div .footer-icon {
  margin: 0;
}
.footer .kontakt-column .footer-kontakt-div p {
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.02rem;
  margin: 0;
}
.footer .rjesenja-column {
  padding-left: 60px;
  padding-top: 35px;
}
.footer .rjesenja-column h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin-bottom: 50px;
}
.footer .rjesenja-column ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer .rjesenja-column ul li {
  margin-bottom: 30px;
}
.footer .rjesenja-column ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02rem;
  color: #fff;
}
.footer .col-lg-2 {
  padding-top: 35px;
}
.footer .col-lg-2 h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin-bottom: 50px;
}
.footer .col-lg-2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer .col-lg-2 ul li {
  margin-bottom: 30px;
}
.footer .col-lg-2 ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02rem;
  color: #fff;
}
.footer .footer-border {
  border-bottom: 1px solid #d6d6d6;
  padding-top: 90px;
}
.footer .copyright-p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02rem;
  font-weight: 300;
  color: #fff;
  padding-top: 70px;
  margin: 0;
}
.footer .copyright-p b {
  color: #95c55b;
}

.modal-custom-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.contact-form-holder .contact-form-header {
  display: flex;
  justify-content: space-between;
}
.contact-form-holder h3 {
  margin-bottom: 30px;
}
.contact-form-holder form {
  text-align: center;
}
.contact-form-holder input {
  width: 98%;
  color: #3d4449;
  font-size: 16px;
  letter-spacing: 0.02rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #3d4449;
  margin-bottom: 20px;
  border-radius: 3px;
}
.contact-form-holder input:focus-visible {
  outline: none;
}
.contact-form-holder input::placeholder {
  color: #3d4449;
  font-size: 16px;
  letter-spacing: 0.02rem;
}
.contact-form-holder textarea {
  width: 98%;
  color: #3d4449;
  font-size: 16px;
  letter-spacing: 0.02rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #3d4449;
  border-radius: 3px;
  resize: none;
  margin-bottom: 10px;
}
.contact-form-holder textarea:focus-visible {
  outline: none;
}
.contact-form-holder textarea::placeholder {
  color: #3d4449;
  font-size: 16px;
  letter-spacing: 0.02rem;
}
.contact-form-holder button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02rem;
  color: #3d4449;
  background-color: #f5f5f5;
  text-decoration: none;
  padding: 25px 50px;
  outline: none;
  border: none;
}

@media only screen and (max-width: 1399px) {
  .header .clip-path-content {
    clip-path: polygon(0 0, 88% 0, 74% 99%, 0 100%);
  }
  .header .navbar-collapse .navbar-nav {
    margin-left: 60px !important;
  }
  .header .navbar-div-first {
    gap: 40px;
  }
  .header .navbar-div-second {
    margin-left: 130px;
  }
  .counter-section .counter-div .zadovoljnih {
    white-space: wrap;
  }
  .counter-section .counter-div .counter-number {
    font-size: 70px;
  }
  .counter-section .counter-div .counter-text {
    font-size: 16px;
  }
  .video .video-btn {
    padding: 55px 80px;
    right: 0;
  }
  .zapocnite p {
    font-size: 14px;
  }
  .footer .col-lg-4 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .header .bg {
    background-position: 60.5%;
  }
  .header .navbar-collapse .navbar-nav {
    margin-left: 30px !important;
  }
  .header .navbar-div-first {
    gap: 30px;
  }
  .header .navbar-div-second {
    margin-left: 50px;
  }
  .hero-section .hero-box-holder .hero-box h3 {
    font-size: 18px;
  }
  .hero-section .hero-box-holder .hero-box p {
    font-size: 14px;
  }
  .nasi-prozvodi .nasi-proizvodi-div .nasi-star-holder {
    right: 6%;
  }
  .nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div {
    width: 88%;
  }
  .nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div .nasi-proizvodi-heading-div h3 {
    font-size: 24px;
  }
  .nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div .nasi-proizvodi-heading-div p {
    font-size: 12px;
  }
  .nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-arrow img {
    width: 60px;
    height: 60px;
  }
  .counter-section .counter-first {
    width: 32%;
  }
  .counter-section .counter-two {
    width: 23%;
  }
  .counter-section .counter-div .counter-number {
    font-size: 63px;
  }
  .counter-section .counter-div .counter-text {
    font-size: 14px;
  }
  .video .video-btn {
    padding: 38px 55px;
    right: 0;
  }
  .zasto .zasto-div-holder .zasto-img-1-up {
    width: 120px;
    top: -16%;
    left: 36%;
  }
  .zasto .zasto-div-holder .zasto-img-1-down {
    bottom: -31%;
  }
  .zasto .zasto-div-holder p br {
    display: none;
  }
  .zapocnite h2 {
    font-size: 30px;
  }
  .zapocnite p br {
    display: none;
  }
  .footer .col-lg-4 p br {
    display: none;
  }
  .footer .kontakt-column {
    padding-left: 35px;
  }
  .footer .kontakt-column .footer-kontakt-div p {
    font-size: 14px;
  }
  .footer .rjesenja-column ul li a {
    font-size: 14px;
  }
  .footer .col-lg-2 ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    top: 0;
  }
  .header .bg {
    background-position: 55%;
  }
  .header .navbar-nav {
    gap: 0px;
  }
  .header .navbar-div-first {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .header i {
    font-size: 32px;
  }
  .header .col-10 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .header .mobile-btn {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .header .navbar-toggler {
    border: none;
  }
  .header .navbar-toggler i {
    color: black;
  }
  .header .navbar-toggler .open-menu,
  .header .navbar-toggler .close-menu {
    height: 27px;
    width: 35px;
    cursor: pointer;
    display: none;
  }
  .header .navbar-toggler .close-menu {
    display: none;
  }
  .header .navbar-toggler[aria-expanded=false] .close-menu,
  .header .navbar-toggler[aria-expanded=true] .open-menu {
    display: none;
  }
  .header .navbar-toggler[aria-expanded=false] .open-menu,
  .header .navbar-toggler[aria-expanded=true] .close-menu {
    display: initial;
  }
  .header .navbar-collapse {
    flex-basis: auto !important;
    flex-grow: 0 !important;
    transition: none;
  }
  .header .navbar-collapse .navbar-nav {
    margin-left: 0 !important;
  }
  .header .collapsing {
    transition: none !important;
  }
  .header .navbar-collapse.collapse.show {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    display: inline;
    z-index: -1;
  }
  .header .navbar-collapse {
    display: none;
    visibility: none;
  }
  .header ul {
    transform: translateY(30%);
  }
  .header ul li {
    padding-bottom: 20px;
  }
  .header .navbar-nav .header-button {
    margin: 0;
  }
  .header .navbar-nav .header-button:hover {
    margin: 0;
  }
  .header .navbar-div-second {
    margin-left: 0;
    justify-content: center;
  }
  .header .navbar-div-second .phone-div-holder {
    justify-content: center;
    background-color: #95c55b;
    width: 80%;
    padding: 10px 0;
    border-radius: 22px;
  }
  .header .navbar-div-second .phone-div-holder .phone-icon-div {
    width: 48px;
    height: 48px;
  }
  .header .navbar-div-second .phone-div-holder .phone-icon-div i {
    font-size: 16px;
  }
  .header .navbar-div-second .phone-div-wrapper {
    display: flex;
    justify-content: center;
  }
  .above-header {
    display: none;
  }
  .hero-section {
    margin-top: 110px;
  }
  .hero-section .hero-box-holder-1 {
    display: none !important;
  }
  .hero-section .hero-box-holder-2 {
    display: flex !important;
  }
  .hero-section .hero-section-div-holder .heading-div {
    width: 680px;
  }
  .hero-section .hero-section-div-holder h1 {
    font-size: 52px;
  }
  .hero-section .hero-section-div-holder .heading-div img {
    width: 236px;
    right: 30%;
    bottom: 26%;
  }
  .hero-section .hero-box-holder .hero-box {
    flex-direction: column;
  }
  .hero-section .hero-box-holder .hero-box p {
    font-size: 13px;
  }
  .hero-section .hero-box-holder .hero-box p br {
    display: none;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-2-holder {
    background-color: transparent;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-3 {
    width: 50%;
  }
  .hero-section .hero-box-holder .hero-box-wrapper {
    display: flex;
    justify-content: space-evenly;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .nasi-prozvodi .nasi-proizvodi-div .nasi-img {
    width: 100%;
  }
  .nasi-prozvodi .nasi-proizvodi-div-1 {
    margin-bottom: 60px;
  }
  .nasi-prozvodi .nasi-proizvodi-div-2 {
    margin-bottom: 60px;
  }
  .nasi-prozvodi .nasi-proizvodi-right-div-1 {
    margin-bottom: 60px;
  }
  .nasi-prozvodi .nasi-bg {
    display: none;
  }
  .counter-section .counter-div {
    margin-left: 30px;
  }
  .counter-section .counter-first {
    width: 50%;
  }
  .counter-section .counter-two {
    width: 50%;
  }
  .counter-section .counter-third {
    width: 50%;
  }
  .video .video-div-holder .video-div {
    width: 110px;
    height: 115px;
  }
  .video .video-div-holder .video-div img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 28px;
  }
  .video .video-btn {
    padding: 30px 40px;
    font-size: 14px;
  }
  .video .video-bg {
    display: none;
  }
  .zasto {
    padding-bottom: 200px;
  }
  .zasto .zasto-div-holder-left {
    margin-right: 0;
  }
  .zasto .zasto-div-holder-right {
    margin-left: 0;
  }
  .zasto .col-lg-6 {
    margin-bottom: 180px;
  }
  .zasto .zasto-margin-last {
    margin-bottom: 0;
  }
  .zasto .zasto-div-holder .zasto-img-1-up {
    left: 40%;
  }
  .zasto .zasto-div-holder .zasto-img-1-down {
    bottom: -52%;
    right: 4%;
  }
  .zapocnite .col-lg-8 {
    margin-bottom: 50px;
  }
  .zapocnite .col-right {
    justify-content: start;
  }
  .footer .col-lg-4 {
    padding-right: 12px;
  }
  .footer .rjesenja-column {
    padding-left: 12px;
    padding-top: 100px;
  }
  .footer .col-lg-2 {
    padding-top: 100px;
    padding-left: 35px;
  }
  .footer .copyright-p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header .bg {
    background-position: 60%;
  }
  .hero-section .hero-section-div-holder {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .hero-section .hero-section-div-holder h1 {
    font-size: 38px;
    line-height: 70px;
  }
  .hero-section .hero-section-div-holder p br {
    display: none;
  }
  .hero-section .hero-section-div-holder .heading-div {
    width: 500px;
  }
  .hero-section .hero-section-div-holder .heading-div img {
    width: 174px;
    right: 30%;
    bottom: 30%;
  }
  .hero-section .hero-box-holder .hero-box h3 {
    font-size: 16px;
  }
  .hero-section .hero-box-holder .hero-box p {
    font-size: 12px;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-1 img {
    width: 32px;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-2-holder img {
    width: 32px;
  }
  .hero-section .hero-box-holder .hero-box-3 .hero-box-anchor {
    font-size: 14px;
  }
  .counter-section .counter-div {
    margin-left: 0;
  }
  .counter-section .counter-div .counter-number {
    font-size: 52px;
  }
  .counter-section .counter-div .counter-text {
    font-size: 12px;
  }
  .video .video-div-holder .video-div {
    width: 80px;
    height: 80px;
    padding: 0;
  }
  .video .video-div-holder .video-div img {
    width: 22px;
  }
  .video .video-btn {
    padding: 20px 23px;
    font-size: 12px;
  }
  .zasto .zasto-div-holder .zasto-img-1-up {
    left: 37%;
  }
  .zasto .zasto-div-holder .zasto-img-1-down {
    bottom: -43%;
    right: 1%;
  }
  .footer {
    padding-top: 80px;
  }
  .footer .kontakt-column {
    padding-top: 100px;
    padding-left: 12px;
  }
  .footer .col-lg-2 {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .header .bg {
    background-position: 63%;
  }
  .hero-section {
    margin-bottom: 160px;
  }
  .hero-section .hero-section-div-holder {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .hero-section .hero-section-div-holder .heading-div {
    width: 340px;
  }
  .hero-section .hero-section-div-holder .heading-div img {
    width: 128px;
    right: 29%;
    bottom: 37%;
  }
  .hero-section .hero-section-div-holder h1 {
    font-size: 26px;
    line-height: 50px;
  }
  .hero-section .hero-section-div-holder p {
    font-size: 14px;
  }
  .hero-section .hero-box-holder .hero-box-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    align-items: center;
  }
  .hero-section .hero-box-holder .hero-box {
    height: 320px;
  }
  .hero-section .hero-box-holder .hero-box h3 {
    font-size: 14px;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-1 {
    width: 80%;
    gap: 10px;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-1 img {
    margin-left: 10px;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-2-holder {
    width: 80%;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-2-holder .hero-box-2 {
    gap: 10px;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-2-holder img {
    margin-left: 10px;
  }
  .hero-section .hero-box-holder .hero-box h3 {
    padding-bottom: 10px;
  }
  .hero-section .hero-box-holder .hero-box .hero-box-3 {
    width: 80%;
  }
  .nasi-prozvodi {
    padding-bottom: 80px;
  }
  .nasi-prozvodi .heading-holder .heading-div {
    width: 180px;
  }
  .nasi-prozvodi .heading-holder .heading-div img {
    width: 106px;
    bottom: 39%;
    right: 2%;
  }
  .nasi-prozvodi h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .nasi-prozvodi .nasi-prozvodi-p {
    font-size: 13px;
  }
  .nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div .nasi-proizvodi-heading-div h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-proizvodi-text-div .nasi-proizvodi-heading-div p br {
    display: none;
  }
  .nasi-prozvodi .nasi-proizvodi-div .nasi-proizvodi-text-holder .nasi-arrow img {
    width: 44px;
    height: 44px;
  }
  .gallery {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .gallery h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .gallery p {
    font-size: 13px;
    padding-bottom: 80px;
  }
  .gallery .gallery-btn-holder {
    padding-top: 60px;
  }
  .counter-section {
    padding: 80px 0;
  }
  .counter-section .counter-div {
    margin-left: 50px;
  }
  .counter-section .counter-first {
    width: 100%;
  }
  .counter-section .counter-two {
    width: 100%;
  }
  .video {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .video h2 {
    font-size: 22px;
    padding-bottom: 50px;
  }
  .video .video-div-holder .video-div {
    width: 50px;
    height: 50px;
  }
  .video .video-div-holder .video-div img {
    width: 16px;
  }
  .video .video-btn {
    font-size: 10px;
    padding: 14px 11px;
  }
  .zasto {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .zasto .heading-holder .heading-div {
    width: 350px;
  }
  .zasto .heading-holder .heading-div h2 {
    font-size: 22px;
  }
  .zasto .heading-holder .heading-div img {
    width: 153px;
    right: 5%;
  }
  .zasto .zasto-div-holder .zasto-img-1-up {
    width: 80px;
    top: -10%;
    left: 38%;
  }
  .zasto .zasto-div-holder .zasto-img-1-down {
    bottom: -30%;
    right: 0%;
  }
  .zasto .zasto-div-holder h3 {
    padding-top: 70px;
    font-size: 20px;
    padding-bottom: 30px;
  }
  .zasto .zasto-div-holder p {
    font-size: 12px;
    padding-bottom: 115px;
  }
  .zasto .col-lg-6 {
    margin-bottom: 110px;
  }
  .zapocnite {
    padding: 80px 0;
  }
  .zapocnite h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .zapocnite p {
    font-size: 13px;
    line-height: 28px;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer .col-lg-4 {
    text-align: center;
  }
  .footer .col-lg-4 .footer-logo {
    margin-left: 0;
  }
  .footer .col-lg-4 .footer-socials {
    justify-content: center;
  }
  .footer .kontakt-column {
    text-align: center;
  }
  .footer .kontakt-column .footer-kontakt-div {
    margin-left: 90px;
  }
  .footer .rjesenja-column {
    text-align: center;
  }
  .footer .col-lg-2 {
    text-align: center;
  }
  .footer .footer-border {
    padding-top: 40px;
  }
  .footer .copyright-p {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=styles.css.map */
