#hero-section {
  position: relative;
  display: flex;
  align-items: center;
  height: 720px;
}
#hero-section .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #101010;
  background: -webkit-linear-gradient(90deg, rgba(16, 16, 16, 0.8) 0%, rgba(16, 16, 16, 0.15) 100%);
  background: -moz-linear-gradient(90deg, rgba(16, 16, 16, 0.8) 0%, rgba(16, 16, 16, 0.15) 100%);
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.8) 0%, rgba(16, 16, 16, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010", endColorstr="#101010", GradientType=1);
  z-index: 1;
}
#hero-section .hero-section-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#hero-section .hero-section-content {

}
#hero-section .hero-section-content h1 {
  font-size: 52px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  color: #F5F5F5;
  margin: 0;
}
#hero-section .hero-section-content hr {
  max-width: 300px;
  margin: 20px 0;
  border: 0;
  height: 2px;
  background-color: #ff8400;
}
#hero-section .hero-section-content p {
  font-size: 30px;
  color: #ff8400;
  margin: 0 0 20px 0;
}

#o-meni {
  padding: 80px 0;
}
#o-meni h2.title {
  position: relative;
  width: fit-content;
  font-size: 38px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  color: #101010;
  line-height: 100%;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
}
#o-meni h2.title:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #ff8400;
}
#o-meni p {
  font-size: 18px;
  margin: 0 0 20px 0;
}
#o-meni ul {
  padding: 0;
  margin: 0 0 40px 0;
}
#o-meni ul p {
  margin: 0;
}

#proces-rada {
  padding: 80px 0 0 0;
}
#proces-rada h2.title {
  position: relative;
  width: fit-content;
  font-size: 38px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  color: #101010;
  line-height: 100%;
  margin: 0 0 40px 0;
  padding-bottom: 10px;
}
#proces-rada h2.title:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #ff8400;
}
#proces-rada .row .proces-rada-content {
  margin-bottom: 40px;
}
#proces-rada .row:last-of-type .proces-rada-content {
  margin-bottom: 0;
}
#proces-rada .proces-rada-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
#proces-rada .proces-rada-content hr {
  background-color: #101010;
  max-width: 100px;
  width: 100%;
  height: 2px;
  margin: 5px 0 20px;
  border: 0;
}
#proces-rada .proces-rada-content p {
  max-width: 500px;
  width: 100%;
  margin: 0;
}

#programi {
  padding: 80px 0 0 0;
}
#programi h2.title {
  position: relative;
  width: fit-content;
  font-size: 38px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  color: #101010;
  line-height: 100%;
  margin: 0 auto 40px;
  padding-bottom: 10px;
}
#programi h2.title:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #ff8400;
}
#programi .program-box-holder {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#programi .program-box-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  padding: 40px;
  background: rgb(16,16,16);
  background: -moz-linear-gradient(0deg, rgba(16,16,16,0.8) 0%, rgba(16,16,16,0.6) 40%, rgba(16,16,16,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(16,16,16,0.8) 0%, rgba(16,16,16,0.6) 40%, rgba(16,16,16,0) 100%);
  background: linear-gradient(0deg, rgba(16,16,16,0.8) 0%, rgba(16,16,16,0.6) 40%, rgba(16,16,16,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#101010",GradientType=1);
  transition: 0.3s linear all;
}
#programi .program-box-holder img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale();
  transition: 0.3s linear all;
}
#programi .program-box-content h3 {
  font-size: 24px;
  color: #F5F5F5;
  margin:0;
}
#programi .program-box-content p {
  color: #F5F5F5;
  margin: 0;
}
#programi .program-box-holder:hover .program-box-content {
  bottom: 6px;
}
#programi .program-box-holder:hover img {
  filter: none;
}

#kontakt {
  padding: 80px 0;
}
#kontakt h2.title {
  position: relative;
  width: fit-content;
  font-size: 38px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  color: #101010;
  line-height: 100%;
  margin: 0 0 40px 0;
  padding-bottom: 10px;
}
#kontakt h2.title:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #ff8400;
}
#kontakt h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 40px 0;
}
#kontakt img {
  display: block;
  width: 100%;
  height: auto;
}
#kontakt a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #101010;
  margin: 0 0 12px 0;
  font-size: 20px;
}
#kontakt a span {
  margin-left: 20px;
  transition: 0.1s linear all;
}
#kontakt a:hover span {
  color: #ff8400;
}
#kontakt a svg {
  transition: 0.1s linear all;
}
#kontakt a:hover svg {
  fill: #ff8400;
}
@media only screen and (max-width: 1440px) {
  #hero-section {
    height: 600px;
  }
}
