#section-one {
  position: relative;
  padding: 160px 0 80px 0;
  min-height: 1440px;
  background-color: #000;
  z-index: 1;
}
#section-one .video-wrapper {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  z-index: -1;
  width: 100%;
  z-index: 2;
}
#section-one .videoembed {
  width: 100%;
  background-color: #000;
}
#section-one .title-section {
  position: relative;
  max-width: 745px;
  margin: 0 auto;
  z-index: 3;
}
#section-one .eyebrow-text {
  font-size: 30px;
  font-weight: 500;
  color: #FF5F00;
  margin-bottom: 30px;
}
#section-one h1 {
  font-size: 101px;
  font-weight: 500;
  color: #F5F5FA;
  margin: 0 0 60px 0;
}
#section-one h1 span {
  color: #FF5F00;
}
#section-one p.subtitle {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #F5F5FA;
  margin: 0 0 60px 0;
  z-index: 3;
}
#section-one p.subtitle span {
  color: #FF5F00;
}



#section-two {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 840px;
  padding: 100px 0;
  overflow: hidden;
  background-color: #000;
  z-index: 1;
}
#section-two:after {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: -98;
}
#section-two .videoembed {
  position: absolute;
  top: 0;
  transform: none;
  z-index: -99;
  width: 100%;
  background: #333;
}
#section-two .eyebrow-text {
  font-size: 21px;
  font-weight: 500;
  color: #F5F5FA;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#section-two .eyebrow-text span {
  color: #FF5F00;
}
#section-two h2 {
  font-size: 84px;
  font-weight: 500;
  line-height: 100%;
  color: #F5F5FA;
  margin: 0 0 30px 0;
}
#section-two h2 span {
  color: #FF5F00;
}
#section-two p {
  font-size: 26px;
  line-height: 140%;
  margin: 0 0 20px 0;
}
#section-two p.subtitle {
  font-size: 30px;
  font-weight: 700;
}

#section-three {
  background-color: #000000;
  padding: 100px 0;
}
#section-three h2 {
  text-align: center;
  font-size: 67px;
  font-weight: 500;
  line-height: 100%;
  color: #F5F5FA;
  margin: 0 0 100px 0;
}
#section-three h2 span {
  color: #FF5F00;
}
#section-three img {
  display: block;
  max-width: 669px;
  width: 100%;
  height: auto;
}
#section-three .content-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 40px 0;
}
#section-three .content-wrapper.second {
  justify-content: end;
  text-align: right;
}
#section-three .content-wrapper p {
  display: block;
  max-width: 300px;
  width: 100%;
  clear: both;
}
#section-three .content-wrapper.first p {
  font-size: 32px;
}
#section-three .content-wrapper.first p span {
  color: #FF5F00;
}
#section-three video {
  display: block;
  width: 100%;
  height: auto;
}


#section-four {
  background-color: #101010;
  padding: 100px 0;
}
#section-four .slider-wrapper {
  text-align: center;
  background-color: #222222;
  padding: 60px 180px;
  border-radius: 20px;
}
#section-four h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
  color: #CACACA;
  margin: 0 0 60px 0;
}
#section-four img {
  display: block;
  max-width: 805px;
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
}
#section-four p {
  font-size: 20px;
  color: #CACACA;
  margin: 0;
}
#section-four .slick-prev {
  left: 100px;
  background-color: transparent !important;
}
#section-four .slick-next {
  right: 100px;
  background-color: transparent !important;
}


#section-five {
  background-color: #101010;
  padding: 100px 0;
}
#section-five h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  line-height: 100%;
  color: #CACACA;
  margin: 0 0 100px 0;
}
#section-five h2 span {
  color: #FF5F00;
}
#section-five h3 {
  text-align: center;
  color: #CACACA;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0 0 80px 0;
}
#section-five img {
  display: block;
  max-width: 950px;
  width: 100%;
  height: auto;
  margin: 0 auto 160px;
}
#section-five p {
  max-width: 1000px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  color: #CACACA;
  margin: 0 auto;
}
#section-five p span {
  color: #FF5F00;
}


#section-six {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 840px;
  padding: 100px 0;
  overflow: hidden;
  background: #101010;
  z-index: 1;
}
#section-six:after {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: -98;
}
#section-six .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
#section-six .image-wrapper img {
  display: block;
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#section-six .videoembed {
  position: absolute;
  top: 0;
  transform: none;
  z-index: -99;
  width: 100%;
  background: #333;
}
#section-six h2 {
  font-size: 84px;
  font-weight: 500;
  line-height: 100%;
  color: #F5F5FA;
  margin: 0 0 30px 0;
}
#section-six h2 span {
  color: #FF5F00;
}
#section-six p.subtitle {
  font-weight: 700;
  color: #FFFFFF;
}
#section-six p {
  font-size: 30px;
  font-weight: 400;
  color: #CACACA;
  line-height: 140%;
  margin: 0 0 20px 0;
}


#section-seven {
  position: relative;
  background-color: #0C0C0F;
  padding: 100px 0 180px 0;
}
#section-seven h3 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0;
}
#section-seven h3 span {
  color: #FF5F00;
}
#section-seven .eyebrow-text {
  font-size: 21px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
}
#section-seven h2 {
  font-size: 67px;
  font-weight: 500;
  line-height: 100%;
  color: #F5F5FA;
  margin: 0 0 90px 0;
}
#section-seven h2 span {
  color: #FF5F00;
}
#section-seven .slick-track {
  display: flex !important;
}
#section-seven .slick-slide {
  height: inherit !important;
}
#section-seven .our-customers-slide {
  height: 100%;
  position: relative;
  background-color: #000000;
  padding: 25px;
  margin: 0 15px;
  border: 1px solid #5252524D;
  border-radius: 25px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  transform: translate3d(0, 0, 0);
}
#section-seven .testimonial-top-section {
  display: flex;
}
#section-seven .testimonial-image img {
  display: block;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
#section-seven .testimonial-author .name {
  font-size: 20px;
  color: #FF6F19;
  margin: 0;
}
#section-seven .testimonial-author .job-title {
  font-size: 16px;
  font-weight: 300;
  min-height: 48px;
}
#section-seven .testimonial-content .quote {
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  min-height: 168px;
  margin: 0 0 25px 0;
}
#section-seven .testimonial-bottom-part a {
  display: inline-block;
}

#section-eight {
  background-color: #0C0C0F;
}
#section-eight .proglove-awards-slider {
  position: relative;
}
#section-eight img {
  margin: 0 auto;
  max-width: 240px;
}
#section-eight .slick-slide {
  height: 225px !important;
}
#section-eight .slick-slide img {
  height: 100%;
}

#section-nine {
  background: url(/wp-content/uploads/2025/03/section-eleven-pattern-image.png) top right no-repeat, #0C0C0F;
  padding: 100px 0 150px 0;
}
#section-nine h2 {
  font-size: 45px;
  font-weight: 500;
  color: #FF5F00;
  margin: 0 0 45px 0;
}
#section-nine p {
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  color: #CACACA;
  margin: 0 0 45px 0;
}
#section-nine .primary-button-transparent {
  display: inline-block;
  cursor: pointer;
}



.modal-wrapper {
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  cursor: pointer;
}
.modal-holder {
  background-color: #FAFAFA;
  padding: 50px;
  border-radius: 25px;
  max-width: 720px;
  cursor: default;
}


#footer-top-wrapper {
  display: none;
}

/* ---- slide in animation ---- */
.hidden-fade {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(30px);
  transition: opacity 0.4s ease-in, transform ease-in .8s;
  transition-delay: .2s;
}
.show-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
  transition: opacity 0.4s ease-out, transform ease-out .8s;
  transition-delay: .2s;
}

@media only screen and (min-width: 1921px) {
  #section-one .video-wrapper {
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }

  #section-two .videoembed {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 1600px) {
  #section-one {
    min-height: 1280px;
  }

  #section-six {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1440px) {
  #section-one {
    min-height: 950px;
  }
  #section-one h1 {
    font-size: 84px;
  }
  #section-one .video-wrapper {
    max-width: 990px;
    left: 50%;
    transform: translateX(-50%);
  }

  #section-two {
    min-height: unset;
  }
  #section-two .videoembed {
    height: 100%;
    width: auto;
  }

  #section-six {
    min-height: 600px;
    background: url(/wp-content/uploads/2024/03/testimonials-background-image.jpg) center center no-repeat;
    background-size: cover;
  }
  #section-six .videoembed {
    display: none;
  }
  #section-six .absolute-image {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  #section-two .eyebrow-text {
    font-size: 18px;
  }
  #section-two h2 {
    font-size: 67px;
  }
  #section-two p {
    font-size: 21px;
  }

  #section-five img {
    margin: 0 auto 80px;
  }

  #section-six h2 {
    font-size: 67px;
  }

  #section-seven .eyebrow-text {
    font-size: 18px;
  }
  #section-seven h2 {
    margin: 0 0 60px 0;
  }

  #section-nine {
    padding: 100px 0;
  }
  #section-nine p {
    font-size: 21px;
  }
}

@media only screen and (max-width: 992px) {
  #section-one {
    min-height: 1040px;
  }
  #section-one .video-wrapper {
    bottom: 40px;
  }

  #section-four .slider-wrapper {
    padding: 60px;
  }

  #section-eight img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 768px) {
  #section-one {
    min-height: 880px;
  }
  #section-one .eyebrow-text {
    text-align: center;
  }
  #section-one h1 {
    font-size: 48px;
    text-align: center;
  }

  #section-two h2 {
    font-size: 48px;
  }

  #section-three h2 {
    font-size: 48px;
    line-height: 100%;
    margin: 0 0 40px 0;
  }
  #section-three .content-wrapper {
    justify-content: center;
  }
  #section-three .content-wrapper p {
    max-width: unset;
    text-align: center;
    font-size: 24px;
  }
  #section-three .content-wrapper p:last-of-type {
    margin: 0;
  }

  #section-four .slider-wrapper {
    padding: 30px;
  }

  #section-six h2 {
    font-size: 48px;
  }

  #section-seven h2 {
    font-size: 48px;
    line-height: 100%;
  }

  .modal-holder {
    padding: 20px;
    margin: 40px 40px 160px 40px;
    overflow: auto;
    width: auto;
    height: 80%;
  }
}
