.home-prin {
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .home-prin-slider {
    height: 100%;
  }
  .home-prin-item {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .home-prin-item figure {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .home-prin-item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .home-prin-item .container-fluid {
    position: relative;
    z-index: 3;
    margin-top: 60px;
  }
  .home-prin-item-wrap {
    width: 65%;
    max-width: 950px;
  }
  .home-prin-item-wrap h1 {
    color: #fff;
    font-size: 110px;
    font-weight: 100;
    font-family: 'Barlow-Semi-Condensed-Thin';
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
  }
  @media (max-width: 1600px) {
    .home-prin-item-wrap h1 {
      font-size: 50px;
    }
  }
  .home-prin-item-wrap p {
    padding-top: 30px;
    position: relative;
    margin: 30px 0 0 0;
    line-height: 1.3;
    color: #4293F6;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Barlow-Semi-Condensed';
  }
  .home-prin-item-wrap p:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 5px;
    width: 100px;
    background: #4293F6;
    transition: all 0.5s ease-in-out;
  }
  @media (max-width: 1600px) {
    .home-prin-item-wrap p {
      font-size: 25px;
    }
  }
  @media (max-width: 1024px) {
    .home-prin-item-wrap p {
      font-size: 22px;
    }
  }
  @media (max-width: 1024px) {
    .home-prin-item-wrap {
      width: 100%;
    }
  }
  .home-prin-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-prin-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}  