.slider-home {
    position: relative;
    height: 100vh;
    background: transparent;
}

.slider-text-logo {
    position: absolute;
    top: 7vw;
    left: 3vw;
    width: 450px;
    max-height: 100%;
    padding: 0;
    display: inline-block;
}

.slider-home-images-wrapper {
    max-width: 100%;
}

.home-slider-hydr-text-logo-img {
    width: 400px;
    padding: 0 50px 26px 50px;
    border-bottom: 1px solid #1ba7c8;
}

.home-slider-venzo-text-logo-img {
    margin-top: 20px;
    width: 200px;
}

.slider-about-us {
    top: 78%;
    right: 3vw;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: 'nexalight';
    font-weight: 10;
    line-height: 22px;
    border-right: 1px solid #1ba7c8;
}

.slider-about-us h3 {
    font-family: 'nexabold';
    letter-spacing: 3px;
}

/* HOME NEWS TITLE */

.home-title {
    position: relative;
    max-width: 75%;
    margin: auto;
    font-family: 'nexabold';
    height: 120px;
    letter-spacing: 3px;
}

.home-title p {
    color: #ffffff;
    z-index: 2;
    margin: auto;
    font-family: 'nexalight';
    font-size: 28px;
    background-color: rgb(7, 11, 13);
    padding-left: 40px;
    padding-right: 40px;
}

.home-title:before {
    display: block;
    background-color: rgb(7, 11, 13);
    position: absolute;
    left: -500%;
    top: 0;
    width: 2000vw;
    height: 100%;
    content: " ";
    z-index: 0;
    white-space: nowrap;
}

/* NEWS */

.home-news-row {
    position: relative;
    font-family: 'nexalight';
    margin: auto;
}

.home-news-current {
    margin: auto;
    margin-top: 70px;
    padding: 10px 40px 70px 40px;
}

#home-news-current-border-id {
    border-right: #1ba7c8 1px solid;
}

.home-news-current-top-title {
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 1.5px;
    margin: 0 0 45px 0

}

.home-news-current-top-title span {
    position: relative;
}

.home-news-current-top-title span:before {
  content: "";
  position: absolute;
  height: 1px;

  border-top: 1px solid #1ba7c8;
  top: 50%;
  width: 15px;
  left: -25px;
}

.home-news-current-top-title span:after {
    content: "";
    position: absolute;
    height: 1px;
    border-top: 1px solid #1ba7c8;
    top: 50%;
    width: 15px;
    right: -20px;
  }





.home-news-date-wrapper {
    padding: 0;
    width: 105px;
    height: 105px;
    background-image: url("../images/arched_outline_date.svg");
    background-size: contain;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}

.home-news-date-day {
    color: #ffffff;
    font-family: 'nexalight';
    font-size: 45px;
    margin: auto;
    padding-top: 9px;
    height: 62px;
}

.home-news-date-month {
    font-size: 15px;
    color: #ffffff;
    margin: auto;
}

.home-news-image-wrapper {
    width: 3px;
    padding: 0;
    background-image: url("../images/arched_outline_picture.svg");
    background-size:     contain;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}

.home-news-image-wrapper img {
    padding: 18px 10px 18px 10px ;
    border-radius: 32px;
}

.home-news-article-wrapper {
    margin: auto;
    display: inline-block;
    text-align: left;
    width: fit-content;
}

.home-news-article-title {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin: 0;
    width: 100%;
}

.home-news-article-paragraph {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin: 0 0 14px 30px;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%
}

#home-news-read-more-button {
    display: inline-block;
}

.home-news-article-paragraph::before {
    content: "";
    position: absolute;
    height: 1px;
    
    border-top: 1px solid #1ba7c8;
    
    width: 20px;
    right: 100%;
    margin-right: 8px;
    top: 42%;
}




.fancy {
    line-height: 0.5;
    text-align: center;
  }
  .fancy span {
    display: inline-block;
    position: relative;  
  }
  .fancy span:before,
  .fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    top: 0;
    width: 600px;
  }
  .fancy span:before {
    right: 100%;
    margin-right: 15px;
  }
  .fancy span:after {
    left: 100%;
    margin-left: 15px;
  }










.home-read-all-button {
    position: absolute;
}