/* Splash */
#index-splash {
  background: url("/images/index/index-splash_1.png") no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 800px;
  background-position-y: 80px;
  background-position-x: right;
  background-attachment: fixed;
}

.btn-red.pay-now {
  margin-top: 0px;
  font-size: 20px;
}

.trailer-video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  padding-left: 20px;
}

.trailer-home video {
  width: 50vw;
  margin: 40px auto;
}
#trailer .heading {
  text-align: center;
}

.trailer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

/* Subnav */
.index-splash-quote {
  text-align: center;
  color: white;
  padding: 10px;
  background: var(--charcoal);
}

.index-subnav-icons-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 80px;
}

.index-subnav-icons-container a {
  width: 25%;
  padding: 0 10px;
  max-width: 350px;
}

.index-subnav-item {
  /* height: 220px; */
  width: 100%;
  transition: all 300ms ease;
}

.index-subnav-item img {
  width: 100%;
}

.index-subnav-item:hover {
  box-shadow: 0px 2px 5px 2px rgb(241, 241, 241);
}

/* Feature */

.index-content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-content-info {
  width: 50%;
  padding: 20px 80px;
}

.index-content-info li {
  font-size: 14px;
}

.index-content-info h3 {
  margin: 20px 0;
}

.index-content-info p {
  margin: 30px 0;
  max-width: 500px;
}

.index-content-info .long-p {
  max-width: 700px;
}

.index-content-info button {
  display: block;
  margin: 10px 0;
}

.index-feature-parallax {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 500px;
  max-height: 500px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.index-feature-bcg {
  position: absolute;
  width: 100%;
  height: 140%;
  background: url("/images/index/getmeto21.jpg") no-repeat;
  background-size: cover;
  background-position-y: -40px;
  z-index: 1;
  top: 0;
  right: 0;
}

.index-feature-parallax.family {
  height: 600px;
  max-height: 600px;
}

.index-feature-bcg.family {
  background: url("/images/index/a message.png") no-repeat;
  background-size: cover;
}
