/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/*******************************************************************
DIN NEXT Font
*******************************************************************/
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#dei-hero {
  color: #fff;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#dei-hero .container {
  position: relative;
}
#dei-hero .container::after {
  content: '';
  width: 3000px;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#dei-hero .dei-hero__carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  background-position: center 0px;
  background-repeat: no-repeat;
  max-width: 2000px !important;
}
#dei-hero .dei-hero__carousel:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 90%);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 1024px) {
  #dei-hero .dei-hero__carousel:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}
@media (min-width: 1800px) {
  #dei-hero .dei-hero__carousel:after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 200px), /* left fade */ linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 200px);
    /* right fade */
    background-repeat: no-repeat;
    background-size: 200px 100%, 200px 100%;
    background-position: left top, right top;
    z-index: 2;
  }
}
#dei-hero .dei-hero__carousel .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#dei-hero .dei-hero__content {
  height: 620px;
  position: relative;
}
@media (min-width: 1024px) {
  #dei-hero .dei-hero__content {
    height: 750px;
  }
}
@media (min-width: 1440px) {
  #dei-hero .dei-hero__content {
    height: 800px;
  }
}
#dei-hero .dei-hero__content__heading {
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
}
#dei-hero .dei-hero__content__heading h1 {
  width: 460px;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 auto 20px auto;
}
#dei-hero .dei-hero__content__heading h1 span {
  display: inline-block;
  background-clip: text;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  animation: gradientAnimation 3s linear infinite alternate;
}
@media (min-width: 768px) {
  #dei-hero .dei-hero__content__heading h1 {
    width: auto;
    text-align: center;
    margin: 20px auto;
    max-width: 480px;
  }
}
@media (min-width: 1440px) {
  #dei-hero .dei-hero__content__heading h1 {
    font-size: 96px;
    max-width: 880px;
  }
}
@media (max-width: 480px) {
  #dei-hero .dei-hero__content__heading h1 {
    max-width: 480px;
    width: 100%;
  }
}
@media (min-width: 480px) {
  #dei-hero .dei-hero__content__heading__banner {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 45.11%, rgba(255, 255, 255, 0) 97.74%);
  }
}
#dei-hero .dei-hero__content__heading__banner a {
  display: block;
  text-decoration: none;
  color: #B3B6B7;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px;
}
@media (min-width: 992px) {
  #dei-hero .dei-hero__content__heading__banner a {
    font-size: 32px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #dei-hero .dei-hero__content__heading__banner {
    padding: 8px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
#dei-hero .hero-rainbow {
  height: 175px;
  position: relative;
  z-index: 1;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
