﻿/** {
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
}*/

.hero_carousel {
  margin-top: 6rem;
  /* height: 100vh;*/
  /*height: 615px;*/
  height: 700px;
}

.hero_carousel_module {
  width: 100%;
  height: 100%;
}

.hero_carousel_container {
  /* width: 80%;
  width: 34%; */
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_carousel_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease-in 0.1s;
}

hero_carousel_innerContent {
  height: 100%;
}

.slide_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px;
  display: none;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.dots {
  position: absolute;
  /* top: 80%; */
  bottom: 10%;
  justify-content: center;
  align-items: center;
  /*left: 15%;*/
  /* transform: translateX(-50%); */
  display: flex;
}

.gen {
  /*left: 5% !important;*/
}

.dots__dot {
  border: none;
  background-color: hsla(0, 0%, 100%, 0.5);
  /* opacity: 0.7; */
  height: 0.2rem;

  border-radius: 15%;
  margin-right: 0.75rem;
  /* cursor: pointer; */
  transition: all linear 0.5s;
  position: relative;
}
.PL > .dots__dot {
  width: 10rem;
}
.gen > .dots__dot {
  width: 16rem;
}

.dots__dot:last-child {
  margin: 0;
}

@keyframes dotfill {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.dots__dot--active {
  position: absolute;
  /* background-color: #fff;*/
  /* background-color: #1a1919;*/
  opacity: 1;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
}

.gen > .dots__dot > .dots__dot--active {
  background-color: #fff;
  animation-name: dotfill;
  animation-duration: 9s;
}
.PL > .dots__dot > .dots__dot--active {
  background-color: #1a1919;
  animation-name: dotfill;
  animation-duration: 9s;
}

.cur_slide_num {
  color: white;
  font-family: Avenir-Black, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.hero_carousel_innerContent {
  position: relative;
  height: 100%;
}

.hero_video {
  position: relative;
}

.hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.hero_video > video {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
/*.responsive-image {
    width:100% !important;
}*/

/*.hero_content {*/
/*padding: 100px 0 50px 100px;*/
/*position: absolute;
    max-width: 40%;
    display: flex;
    padding: 0 0 5rem 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
/* max-width: 47rem;*/
/*top: 50%;
    transform: translateY(-50%);
}*/

.hero_content {
  /*padding: 100px 0 50px 100px;*/
  position: absolute;
  max-width: 50%;
  display: flex;
  padding: 0 0 5rem 10rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 47rem;
  left: 0;
}

.hero_heading {
  text-transform: uppercase;
  /*font-size: 72px;*/
  font-weight: 400;
  /*font-family: IndustryInc-Base, Helvetica, Arial, sans-serif;*/
}

.hero_copy {
  /*font-size: 16px;
  line-height: 22.4px;
  font-family: PTSans-Regular, Arial, sans-serif;*/
  width: 80%;
  margin: 1em 0 1em 0;
}

.herocarouselfontcolor_0 {
  color: #ffff !important;
}

.herocarouselfontcolor_1 {
  color: #1a1919 !important;
}

.hero_cta_wrapper {
  /*font-size: 10px;
  line-height: 11.5px;
  font-weight: 700;
  font-family: PTSans-Regular, Arial, sans-serif;
  background-color: #ffff;
  padding: 15px 30px;*/
  width: fit-content;
  /*margin-top: 45px;*/
}

.hero_cta_wrapper > a {
  color: #1a1919 !important;
  text-decoration: none;
  margin: 0.4rem 0;
}

.cta_btn {
  text-decoration: none;
}

@media (max-width: 913px) {
  .dots__dot {
    /*width: 10rem;*/
    flex: 1;
  }

  .hero_carousel {
    height: 560px;
  }

  .hero_video {
    height: 560px;
  }

  .hero_video > video {
    object-fit: cover;
    height: 100%;
  }

  .hero-image {
    object-fit: cover;
  }

  .hero_content {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 0 8rem 2rem;
    justify-content: center;
    max-width: 100%;
  }

  .dots {
    left: 6%;
    width: 90%;
  }
  .PL {
    left: 50%;
    width: 90%;
  }

  .hero_carousel_container {
    width: 100%;
    margin: auto;
  }

  .hero_carousel_module {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .c23-text {
    justify-content: center !important;
  }
  .hero_content {
    top: 50%;
    transform: translateY(-50%);
  }
  .gen {
    width: 390px;
    right: 5%;
  }
  .dots__dot {
    flex: 1;
  }
  .hero_video {
    height: 100%;
  }
  .hero_video > video {
    object-position: center;
    object-fit: cover;
    height: 100%;
  }
}
.pl_hero_carousal .hero_video > video {
  height: 100vh;
  max-height: calc(100vh - 6rem);
  object-fit: fill;
}
.c23-text .copy {
  margin-top: 16px;
}
@media (min-width: 1500px) {
  .hero_carousel {
    /*height:900px;*/
    height: 100vh;
  }
  .pl_hero_carousal .hero_video > video {
    object-fit: contain !important;
  }
}
/*image issue for HR*/
@media only screen and (min-width: 1280px) {
  .hero-image {
    object-fit: cover !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .hero-image {
    object-fit: cover !important;
  }
}
@media (max-width: 760px) {
  .hero_carousel {
    margin-top: 0;
  }
}
@media (min-width: 767px) {
  .hero_copy {
    /*font-size: 16px;
  line-height: 22.4px;
  font-family: PTSans-Regular, Arial, sans-serif;*/
    width: 80%;
    margin: 1em 0 1em 0;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .pl_hero_carousal .hero_video > video {
    max-height: calc(100vh - 38rem);

  }
}
