/* LANDING CSS */

.carousel-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  max-width: 1920px;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.feature-container {
  /* width: 920px; */
  overflow: hidden;
  max-width: 1920px !important;
  margin-left: auto;
  margin-right: auto;
  /* display: none; */
}

.feature-box {
  color: #999999;
  height: 320px;
  background-position: left;
  background-repeat: no-repeat;
  background-position-x: -300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden !important;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.feature-box:hover {
  background-color: #F1331b;
  /* background-color: #42A5F5; */
  color: #FFFFFF;
}


.feature-desc-row {
  position: absolute;
  width: 100%;
  max-width: 1920px;
}

.feature-desc {
  height: 960px;
  /* position: absolute; */
  z-index: 100;
}

.feature-desc .container-fluid {
  height: inherit;
  width: inherit;
}

.feature-img {
  height: 320px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: -300px;
  mix-blend-mode: multiply;
}

.feature-overlay {
  height: 320px;
  width: 100%;
  display: block;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(32, 32, 32, 0.1);
  z-index: 10;
}

/* .feature-overlay:hover {
  background-color: #42A5F5;
} */

.feature-overlay .pr-4 {
  z-index: 100;
}

.feature-overlay h1 {
  font-size: 64px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-right: -8px;
}

.feature-overlay p {
  font-size: 20px;
  letter-spacing: 2px;
}

/* Depreciated */
.feature-link {
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: #999999;
}

.feature-link:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #FFFFFF;
}

.feature-overlay a {
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: #999999;
}

.feature-overlay a:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #FFFFFF;
}

/* MEDIA */
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
  
  .feature-box,
  .feature-img,
  .feature-overlay {
      height: 180px;
  }
  
  .feature-overlay h1 {
      font-size: 28px;
      letter-spacing: 2px;
      margin-right: 0;
  }
  
  .feature-overlay p {
      font-size: 12px;
      letter-spacing: 1px;
  }

  #heroicon1 {
    left: 18% !important;
  }
  #heroicon2 {
      right: 18% !important;
  }
  .heroicon {
      border: 6px solid #CCCCCC !important;
  }
  .heroicon3 {
      width: 100% !important;
      border: 6px solid #CCCCCC !important;
  }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 992px) {
  /* .carousel-inner img {
    height: 360px;
  } */

  .feature-desc-row {
    position: relative;
  }
  .feature-desc {
    height: 320px;
    text-align: center;
  }
}