#main.container {
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden;
  padding: 0;
}

.hero-wrapper {
  background-image: url(/wp-content/uploads/2023/09/unipha-familia-home-hero.jpg);
  background-size: cover;
  background-position: center;
  aspect-ratio: 9/5;
}

.hero {
  height: 100%;
}

.hero > * {
  max-width: 440px;
  margin: 0;
}

.hero a {
  font-size: 22px;
  display: block;
  padding: 6px 24px;
  border-width: 2px;
}

.hero h5 {
  margin: 30px 0;
}

.home-products h2 {
  font-size: 28px;
  margin: 32px 0 0;
}

.home-products p {
  font-size: 20px;
  padding: 0 8px;
  line-height: 1.2;
}

.home-products {
  margin-top: -56px;
  z-index: 2;
  position: relative;
}

.home-products img {
  width: 90%;
  max-width: 224px;
}

.home-about {
  background-image: 
    linear-gradient(to bottom left, rgba(0, 0, 0, 0.6), transparent),
    url(/wp-content/uploads/2024/09/uniphar-about-bg.jpg);
background-position: top right;
  background-size: cover;
  background-position: center;
  aspect-ratio: 9/5;
}

.home-about .text-wrapper {
  width: 50%;
  /* background: rgba(23, 42, 82, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); */
  margin-top: -48px;
  padding: 12px;
  /* border-radius: 20px; */
}

.hero .text-wrapper {
  /* background: rgba(23, 42, 82, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  
  border-radius: 20px; */
  padding: 24px;
}

.home-slider img {
    width: 100%;
}

.home-slider .slick-next, .home-slider .slick-prev {
  width: 57px;
  height: 57px;
  z-index: 2;
}

.home-slider .slick-next::before {
  content: url(/wp-content/uploads/2024/04/uniphar-right-arrow.svg);
}

.home-slider .slick-prev::before {
  content: url(/wp-content/uploads/2024/04/uniphar-left-arrow.svg);
}

.home-slider .slick-next {
  right: 30px;
  
}

.home-slider .slick-prev {
  left: 30px;
  
}

@media(max-width: 991px) {
  .hero {
    margin-top: 60px;
  }

  .hero  h1 {
    font-size: calc(1.325rem + .9vw) !important;
  }

  .hero  h5 {
    margin: 16px 0;
  }

  .hero .text-wrapper {
    padding: 16px;
  }

  .home-products p {
    font-size: 18px; 
  }
}

@media(max-width: 767px) {
  .hero {
    margin-top: 112px;
  }

  .hero-wrapper {
    background-image: url(/wp-content/uploads/2023/10/uniphar-home-hero-mobile.jpg);
    background-position: center;
    aspect-ratio: 9/12;
  }

  .hero h1 {
    font-size: calc(1.725rem + .9vw) !important;
    margin-bottom: 20px;
  }

  .hero  h5 {
    display: none;   
  }

  .hero .text-wrapper {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .home-about {
    background-color: #2B4B9B;
    background-image: none;
  }

  .home-about .text-wrapper {
    margin-top: 0;
    width: 100%;
  }
}
