@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }
.glavni {
    max-width: 1920px;
    margin: 0 auto;
    }
.section-1 {
    width: 100%;
    min-height: 400px;
    background-image: url(images/dncp_baner_right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
    }
.section-2 {
    width: 100%;
    text-align: center;
    }
.section-3 {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}
  .section-4 {
    width: 100%;
    text-align: left;
}
.section-4 h2 {
    text-align: left;
}
.section-4 p {
    text-align: left;
}
.section-5 {
    width: 100%;
    text-align: left;
}
.section-5 h2 {
    text-align: left;
}
.section-5 p {
    text-align: left;
}
.section-6 {
    width: 100%;
    text-align: left;
}
.section-6 h2 {
    text-align: left;
}
.section-6 p {
    text-align: left;
}
.section-7 {
    width: 100%;
    text-align: center;
}
.section-7 h3 {
    padding-top: 1rem;
}
.section-7 p {
    text-align: left;
}
.section-8 {
    width: 100%;
    text-align: left;
}
.section-8 p {
    text-align: left;
    padding-bottom: 0rem;
    font-weight: 600;
}
h1 {
    font-size: 4rem;
    color: #000000;
    text-align: center;
    padding-top: 1rem;
    font-weight: 500;
}
h2 {
    font-size: 4rem;
    color: #000000;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 500;
}
h3 {
    font-weight: 600;
    text-align: left;
}
p {
    font-size: 1.6rem;
    color: #000000;
    text-align: center;
    padding-bottom: 2rem;
}
.logo {
    max-width: 400px;
  }

  .icons-bar {
    background-color: #0d274d;
    color: #fff;
    padding: 1rem 0;
  }

  .icons-bar i {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.25rem;
  }

  .icon-text {
    font-size: 0.9rem;
  }

  .blur-box {
    position: relative;
    max-width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #000;
    z-index: 1;
    text-align: left;
  }
  .blur-box .logo {
    max-width: 30%;

  }
  .glow-image {
    filter: drop-shadow(0 0 10px rgb(255, 255, 255));
  }

    @media (max-width: 768px) {
.section-1 {
    min-height: 0px;
    background-size: 690px;
}
.section-2 h2 {
    text-align: center;
}
.section-4 h2 {
    text-align: center;
}
.section-5 h2 {
    text-align: center;
}
.section-5 p {
    padding-bottom: 0rem;
}
.section-6 h2 {
    text-align: center;
}
.section-7 h2 {
    padding-top: 0rem;
}
h1 {
    padding-top: 0rem;
    font-size: 2.2rem;
    text-align: center;
}
h2 {
    font-size: 2.2rem;
    text-align: center;
    padding-top: 1rem;
}
p {
    font-size: 1.4rem;
    text-align: left;
}
.blur-box .logo {
    max-width: 70%;

  }
  .blur-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    color: #000;
    z-index: 1;
    text-align: left;
  }
  .glow-image {
    filter: drop-shadow(0 0 5px rgb(255, 255, 255))
    drop-shadow(0 0 10px rgb(255, 255, 255))
    drop-shadow(0 0 15px rgb(255, 255, 255));
  }
  .glow-text {
    color: #000000;
    text-shadow:
      0 0 5px rgb(255, 255, 255),
      0 0 10px rgb(255, 255, 255),
      0 0 20px rgb(255, 255, 255),
      0 0 40px rgb(255, 255, 255);
  }
}