.home-slider__headings {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff; }
  @media (min-width: 768px) and (max-height: 665px) {
    .home-slider__headings {
      margin-left: 60px;
      max-width: 460px !important; } }

.home-slider__heading {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.7rem; }
  @media (min-width: 768px) {
    .home-slider__heading {
      font-size: 2.6rem;
      line-height: 2.8rem; } }
  @media (max-height: 825px) {
    .home-slider__heading {
      font-size: 25px;
      line-height: 1.7rem; } }

.home-slider {
  margin-bottom: 0 !important; }
  .home-slider .slick-arrow {
    z-index: 1;
    background: none; }
    .home-slider .slick-arrow:before {
      color: #fff; }
  .home-slider .slick-slide {
    justify-content: center;
    font-weight: 500;
    font-size: 0.8rem;
    position: relative; }
  .home-slider .slick-next,
  .home-slider .slick-prev {
    width: 65px;
    height: 65px; }
    .home-slider .slick-next:before,
    .home-slider .slick-prev:before {
      content: ''; }
  .home-slider .slick-next {
    right: 3%; }
    .home-slider .slick-next:before {
      left: 13px; }
  .home-slider .slick-next,
  .home-slider .slick-next:hover {
    background: transparent url("/wp-content/themes/smc-main/assets/home-slider-arrow-right.svg") no-repeat center center !important; }
  .home-slider .slick-prev {
    left: 3%;
    background-image: url("/wp-content/themes/smc-main/assets/home-slider-arrow-left.svg"); }
    .home-slider .slick-prev:before {
      right: 13px; }
  .home-slider .slick-prev,
  .home-slider .slick-prev:hover {
    background: transparent url("/wp-content/themes/smc-main/assets/home-slider-arrow-left.svg") no-repeat center center !important; }
  .home-slider .slick-dots {
    display: flex;
    bottom: -20px;
    text-align: left; }
    .home-slider .slick-dots li {
      width: 100%;
      background: #eee;
      margin: 0;
      height: 10px;
      bottom: 10px; }
      .home-slider .slick-dots li button {
        display: none; }
      .home-slider .slick-dots li:hover {
        background: #3a0186;
        opacity: 0.8; }
    .home-slider .slick-dots .slick-active {
      background: #3a0186; }

.home-slider__headings {
  bottom: 90px;
  left: 180px;
  bottom: 45px;
  left: 50px;
  max-width: 495px;
  padding: 30px 35px; }
  @media (min-height: 825px) {
    .home-slider__headings {
      padding: 35px 40px; } }
  @media (max-width: 768px) {
    .home-slider__headings {
      left: 25px;
      bottom: 25px;
      width: calc(100% - (25px * 2));
      padding: 25px 30px; } }

.home-slider__scroll-container {
  position: absolute;
  bottom: 35px;
  right: 45px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center; }
  .home-slider__scroll-container img {
    display: block;
    width: 90px;
    height: 90px; }
  @media (max-width: 768px) {
    .home-slider__scroll-container {
      display: none; } }

.home-slider__scroll-more {
  text-transform: uppercase;
  margin-right: 1.25rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600; }
  @media (max-width: 768px) {
    .home-slider__scroll-more {
      display: none; } }

#scroll-down,
.home-slider__scroll-container svg {
  width: 30px;
  height: auto;
  margin-bottom: 0; }

.home-slider__heading {
  margin-bottom: 8px; }

.home-slider__subheading {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px; }
  @media (max-width: 768px) {
    .home-slider__subheading {
      font-size: 1rem;
      line-height: 1.5rem; } }

.home-slider__image {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 400px !important;
  width: 100vw;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 50%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 50%, black 100%); }
  @media (min-width: 768px) {
    .home-slider__image {
      height: 90.4vh; } }
