.hero {
  position: relative;
  height: auto;
  min-height: 37rem;
  background-image: url('https://blend-arrow-landing-page.s3.eu-central-1.amazonaws.com/assets/images/hero.jpg');
  background-size: cover;
  display: flex;
  align-items: center;
}

.hero::before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  display: block;
  background-color: black;
  opacity: .5;
  z-index: 0;
}

.hero-caption {
  width: 45%;
  max-width: 100%;
  color: white;
}

.hero-caption h3 {
  font-size: 1rem;
  margin: 0;
}

.hero-caption h1 {
  font-size: 2.4rem;
  line-height: 1.15;
  margin: 16px 0;
}

.hero-caption button {
  margin-top: 1.5rem;
}

.promo-video {
  position: relative;
  width: 100%;
  min-height: 22.5rem;
  height: 100%;
}

.promo-video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.promo-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  transform: translate(-50%, -50%);
  display: block;
}

.promo-video iframe {
  width: 100%;
  height: 450px;
}

.promo-video-caption {
  padding: 2rem;
  min-height: 100%;
  background-color: var(--foreground-color);
  border: 1px solid var(--border-color);
  border-left-width: 0;
}

.promo-video-caption p {
  margin-top: 0;
}

.service-item {
  min-height: 100%;
  border: 1px solid var(--border-color);
  background-color: var(--background-color);
}

.service-item-header {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background-color: var(--foreground-color);
}

.service-item-header img {
  max-width: 65px;
  max-height: 65px;
  display: block;
  filter: invert(46%) sepia(5%) saturate(6756%) hue-rotate(170deg) brightness(80%) contrast(97%);
}

.service-item-header h6 {
  color: black;
  font-size: 1.1rem;
  display: block;
  font-weight: 500;
  margin: 0;
}

.service-item-content {
  padding: 1.5rem;
  min-height: 17rem;
}

.service-item-content ul {
  margin: 0;
  padding-left: .75em;
}

.service-item-content li:not(:first-child) {
  margin-top: 12px;
}

.references {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2.5rem 0;
  overflow-x: auto;
}

.references img {
  max-width: 270px;
  max-height: 70px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.customer-reviews {
  background-color: var(--primary-color);
}

.review {
  text-align: center;
  margin: 0 auto;
}

.review-img {
  width: auto;
  display: inline-block;
  height: 3rem;
}

.review-text {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
}

.review-footer p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.review-footer a {
  margin-top: 3em;
}

.reasons {
  color: white;
  background-image: url('https://blend-arrow-landing-page.s3.eu-central-1.amazonaws.com/assets/images/background-1.jpg');
  background-size: cover;
}

.reasons::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .5;
  z-index: 0;
}

.reasons h3 {
  font-size: 2.5rem;
  margin: 0 0 .75em 0;
  line-height: 1.25;
}

.reasons h2 {
  font-size: 8rem;
  margin: 0;
  line-height: 1;
}

.reasons p {
  max-width: 425px;
}

.custom-section-1 {
  position: relative;
  background-color: var(--foreground-color);
}

.custom-section-1-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: var(--primary-color);
}

.custom-section-1 .row {
  position: relative;
  z-index: 0;
}

.custom-section-1 .row [class^='col'] {
  position: relative;
  padding: 3rem 4rem;
}

.slider {
  position: relative;
}

.slider-button-group {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.slider-button {
  color: black;
  cursor: pointer;
  border: 0;
  padding: .5rem;
  background-color: white;
}

.slider-button svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.slider-1 {
  color: white;
  padding-bottom: 3.5rem;
}

.slider-1 .slider-button-group {
  position: absolute;
  right: 0;
  bottom: 0;
}

.slider-1 .slide h2 {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.2;
}

.slider-1 .logo {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.75rem;
}

.slider-2 .slider-button-group {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.slider-3 .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  color: white;
}

.slider-3 .slider-button svg {
  width: 40px;
  height: 40px;
}

.contact-form-modal {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 100%;
  width: 1000px;
  height: 100%;
  transform: translateX(-50%);
  background-color: white;
  z-index: 100;
  padding: 2rem;
  overflow: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}

.contact-form-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .6;
  z-index: 99;
}

@media only screen and (max-width: 75em) {
  .hero::before {
    width: 100%;
  }

  .hero-caption {
    width: 100%;
  }
}

@media only screen and (max-width: 64em) {
  .custom-section-1 .row [class^='col'] {
    padding: 2.5rem;
  }
}

@media only screen and (max-width: 48em) {
  .hero-caption {
    text-align: center;
  }
  
  .hero-caption button {
    width: 100%;
  }

  .hero-caption h1 br {
    display: none;
  }

  .promo-video {
    min-height: 18rem;
  }

  .promo-video-caption {
    padding: 1.5rem;
    border-top: 0;
    border-left-width: 1px;
  }

  .custom-section-1 .row [class^='col'] {
    padding: 2rem;
  }

  .slider-1 .slide h2 {
    font-size: 2rem;
  }

  .reasons h3 {
    font-size: 2rem;
  }

  .reasons h2 {
    font-size: 5rem;
  }

  .review {
    padding: 0 1.5rem;
  }

  .review-text {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 30em) {
  .hero-caption h1 {
    font-size: 2rem;
  }

  .custom-section-1 .row [class^='col'] {
    padding: 1.5rem;
  }
}