.block_wrapper .datum_top > span {
  opacity: 1;
  transition: 1.5s all;
  transition-delay: 0.5s; }
  .block_wrapper .datum_top > span.not_visible {
    opacity: 0; }

.block_wrapper.hero_img {
  min-height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .block_wrapper.hero_img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 130px 100vw;
    border-color: transparent transparent #fff transparent; }
  .block_wrapper.hero_img .overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: rgba(195, 220, 229, 0.8) !important; }
    .block_wrapper.hero_img .overlay .inner-content {
      height: 100%;
      position: relative; }
  .block_wrapper.hero_img .wrap_title {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    left: 50%; }
    .block_wrapper.hero_img .wrap_title:after {
      content: '';
      background-repeat: no-repeat;
      background-size: contain;
      height: 100%;
      width: 20%;
      opacity: 0.8;
      transform: rotate(180deg);
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 4;
      background-image: url(../../images/roze_lok.svg); }
    .block_wrapper.hero_img .wrap_title:before {
      content: '';
      background-repeat: no-repeat;
      background-size: contain;
      height: 100%;
      width: 20%;
      opacity: 0.8;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 4;
      background-image: url(../../images/roze_lok.svg); }
    .block_wrapper.hero_img .wrap_title h1 {
      color: #fff;
      font-family: "Playfair Display";
      font-size: 4.22222em !important;
      text-align: center;
      margin-bottom: 0;
      font-weight: 300;
      padding-bottom: 0.5em;
      position: relative;
      margin-top: 0; }
      .block_wrapper.hero_img .wrap_title h1:after {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 200px;
        height: 1px;
        background-color: #fff;
        transform: translateX(-50%);
        content: ''; }
    .block_wrapper.hero_img .wrap_title h3 {
      color: #fff;
      border-top: 0;
      padding-top: 0;
      margin-bottom: 0;
      font-family: "Poppins";
      text-align: center;
      text-transform: uppercase;
      font-weight: 300; }
    .block_wrapper.hero_img .wrap_title .podnapis_slika {
      margin-bottom: 2em;
      max-width: 55%; }
      .block_wrapper.hero_img .wrap_title .podnapis_slika img {
        max-width: 160px;
        margin: 0 0 0 auto; }
  .block_wrapper.hero_img .wrap_datum {
    text-align: center;
    color: #fff; }
    .block_wrapper.hero_img .wrap_datum span {
      padding: 0 10px; }
    .block_wrapper.hero_img .wrap_datum .datum_dan {
      color: #fff;
      font-size: 3.33333em;
      font-family: "Playfair Display"; }
    .block_wrapper.hero_img .wrap_datum .datum_mesec {
      color: #fff;
      font-size: 1.66667em; }
    .block_wrapper.hero_img .wrap_datum .datum_leto {
      color: #fff;
      font-size: 3.33333em;
      font-family: "Playfair Display"; }
