/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML / BODY */
html, body {
  height: auto;
  overflow-x: hidden;
  font-family: 'Montserrat', serif;
}

/* HERO SECTION */
.hero {
  min-height: 100vh;
  min-height: 100svh; /* mobile safe */
  padding: 20px 20px;
  background-image: url("./Slike/Index/back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* INNER CONTENT */
.iner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.wrapproject {
  /*background: rgba(0, 0, 0, 0.45);*/
  padding: 40px 30px;
  border-radius: 14px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

/* LOGO */
.logo {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 10px;
}

/* TEXT */
.naslov {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 20px;
}

.podnaslov {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 20px;
}

.podnaslov2 {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
}

/* RESPONSIVE ≤ 1300px */
@media (max-width: 1300px) {

.wrapproject {
  /*background: rgba(0, 0, 0, 0.45);*/
  padding: 40px 30px;
  border-radius: 14px;
  max-width: 900px;
  width: 100%;
  text-align: center;
    margin-top: 20px;
}
  .logo {
  max-width: 400px;
  height: auto;
  margin-bottom: 10px;
  }

  .naslov {
    font-size: 34px;
    line-height: 42px;
  }
}

/* RESPONSIVE ≤ 767px */
@media (max-width: 767px) {
.wrapproject {
  /*background: rgba(0, 0, 0, 0.45);*/
  padding: 40px 30px;
  border-radius: 14px;
  max-width: 900px;
  width: 100%;
  text-align: center;
    margin-top: 20px;
    padding: 30px 20px;
}
  .hero {
    padding: 50px 15px;
  }

  .wrapproject {
    padding: 30px 20px;
  }
  
   .logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
  }

  .naslov {
    font-size: 26px;
    line-height: 34px;
  }

  .podnaslov {
    font-size: 18px;
    line-height: 26px;
  }

  .podnaslov2 {
    font-size: 12px;
  }
}
