/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
/* stylelint-disable-next-line selector-class-pattern */
.experience-assets-lotusHeader {
  width: 100%;
}

.lotus-headline-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  align-self: center;
}

.lotus-headline-container.non-sticky-wrapper {
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 98px;
}

.lotus-headline-container h1 {
  color: white;
}

.lotus-header {
  height: 665px;
  overflow: auto;
  display: flex;
  position: relative;
}

.lotus-headline {
  text-align: center;
  color: #fff;
}

.lotus-header-image {
  width: 100%;
}

.lotus-header::-webkit-scrollbar {
  display: none;
}

.lotus-header figure {
  margin: 0;
}

.image-overlay {
  position: relative;
  height: 300px;
}

.text-overlay {
  margin-top: 43px;
}

.image-slot {
  position: absolute;
  top: -50px;
  left: 8%;
}

.header-desc {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  padding-top: 20px;
}

.image-slot img {
  width: 350px;
}

.lotus-header-section .lotus-header-button {
  margin-top: 34px;
  background-color: #303e48 !important;
  color: #fff;
}

.lotus-header-section .lotus-header-button:hover {
  background-color: transparent !important;
  color: #303e48 !important;
  border: 1px solid #303e48 !important;
}

@media only screen and (min-width: 544px) {
  .lotus-headline-container {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-self: center;
  }
  .image-slot img {
    width: 332px;
  }
  .image-slot {
    top: -80px;
    left: 13%;
  }
  .lotus-header {
    height: 600px;
  }
  .image-overlay {
    height: 250px;
  }
  .text-overlay {
    padding-left: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .image-slot img {
    width: 400px;
  }
  .image-slot {
    top: -95px;
    left: 24%;
  }
  .text-overlay-section {
    display: flex;
  }
  .lotus-header {
    height: 705px;
  }
  .text-overlay {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .image-slot img {
    width: 440px;
  }
  .image-slot {
    top: -200px;
    left: 27%;
  }
  .lotus-header {
    height: 780px;
  }
}
