@import "reddispace-share.css";

.hero-banner-video-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 99%;
  z-index: 1;
  background-color: rgb(0 0 0 / 0.38);
  left: 0;
  top: 0;
}

.pro-hero-banner-section {
  margin-top: 76px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  .custom-container {
    position: absolute;
    max-width: 90vw;
    padding-left: 2vw;
    padding-right: 0;
  }

  .hero-banner-right {
    margin-top: 170px;

    .section-image img {
      width: 100%;
    }
  }
}

.hero-bg-video {
  position: relative;
  width: 100%;
}

.hero-video-wrapper 
.banner-title,
.banner-subtitle {
  color: white;
}

.banner-subtitle {
  font-weight: bold;
  line-height: 1.5 !important;
}

.banner-title {
  font-size: 42px !important;
}

.bg-light {
  background-color: #ededed;
}

.bg-dark {
  background-color: #ddd;
}

.meet-reedispace-section {
  .reedispace-title {
    font-size: 32px !important;
    padding: 0 100px !important;
  }
  
  .reedispace-title {
    line-height: 1.5 !important;
  }
}

.text__focus {
  padding: 1rem;
  margin-bottom: 0.2rem;
  height: 7rem;
  &:first-child {
    height: auto;
    margin-top: 0.4rem;
  }
}

.reedispace-block-section .reedispace-desc {
  font-size: 24px !important;
}

.reedispace-desc p {
  font-size: 20px;
}

.banner-desc {
  max-width: 80%;
}

.lft-tech-img,
.pro-tech-space-section .o-button,
.product-tab-content.active,
.product-menu-wrap.product-tabs {
  display: none;
}

.pro-tech-space-section .rlt-tech-cont {
  width: 100%;
}

.tech-specs-wrapper .tech-specs-column {
  max-width: none;
}

.feature-loop-wrapper {
  align-items: start;
}

.rt-product-desc {
  text-align: center;
}

.related-product-item {
  h2 {
    height: 3.6rem;
  }

  .view-product-btn {
    display: none;
  }
}

.reedispace-cta-btn {
  border-radius: 0;
}
  
.reedispace-desc {
  padding-inline: 100px;
  line-height: 1.5 !important;
}

.cohoom-iframe-section {
  margin-top: -200px;
  padding: 0;
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.feature-item {
  flex: 1;
}

@media (max-width: 980px) {
  .pro-hero-banner-section {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .hero-banner-main {
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;
  }

  .hero-bg-video {
    max-width: none;
    width: auto;
    height: 100%;
  }

  .hero-banner-video-wrapper {
    height: 560px;
  }
  
  .hero-video-wrapper {
    .custom-container {
      max-width: 100vw;
      padding-left: 0;
      height: 100%;
    }
    .hero-banner-right {
      margin-top: 0;
    }

    .hero-banner-left,
    .hero-banner-right {
      width: 70%;
    }
  }

  .meet-reedispace-section {
    .reedispace-title {
      padding: 0 !important;
    }
  }

  .reedispace-desc {
    padding-inline: 0;
  }

  .banner-title {
    font-size: 30px !important;
  }

  .cohoom-iframe-section {
    margin-top: -120px;
  }

  .text__focus {
    height: auto;
    &:not(.has-background):last-of-type {
      padding-bottom: 1rem;
    }
  }

  .feature-item {
    flex: auto;
  }
}

@media (max-width: 1100px) {
  .features-left-side,
  .features-right-side,
  .features-center-image {
    width: 100%;
  }
}
