/* <!------------------------product heading----------------------------> */
.video-overlay {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 20px;
  background: transparent;
  color: white;
}
.product-heading.shrink {
  height: 300px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.product-heading-video.shrink {
  position: fixed;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.product-heading.shrink .video-overlay {
  padding-top: 0px;
  transition: padding 0.4s ease;
  position: relative;
  z-index: 2;
}

.product-heading.shrink .image-position {
  transform: scale(0.65);
  transition: transform 0.4s ease;
}
/* <!-------------------product details -------------------> */

.product-background-box {
  width: 100%;
  height: 474px;
  background-image: url("../images/inverter/5kw-Hybrid-Inverter-5Kwh-Storage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product-details {
  padding: 80px 0;
  background-color: transparent;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-background-box {
    background-position: -160px center;
    padding: 48px 0 !important;
  }
}
@media (max-width: 1200px) {
  .product-background-box {
    background-image: none;
    background-color: #fff;
    height: auto;
  }

  .product-details {
    padding: 0;
    background-color: #fff;
  }
  .product-text {
    margin: 0 !important;
  }
  .product-mobile-img {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .product-img-wrapper {
    display: block;
  }
  .product-text p {
    padding: 48px 22px 0 22px;
  }
  .mobile-image {
    display: block;
  }
  .web-image {
    display: none;
  }
}

/* ----------------------features---------------------------- */
.features-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000;
  text-transform: capitalize !important;
}
@media (max-width) {
  .features-text:first-child {
    text-align: left !important;
    font-size: 15px;
    max-width: 100%;
  }
}
/* <!----------------------specifications ---------------------------> */
.specification-image {
  max-width: 330px;
  max-height: 330px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.carousel {
  margin-left: 70px;
}
@media (max-width: 768px) {
  .carousel {
    margin-left: 0;
  }
}
.spec-table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #bfbfbf !important;
  width: 100%;
  max-width: 700px;
}
.table-responsive {
  border: 1px solid #bfbfbf !important;
  border-radius: 10px;
}
.spec-table th,
.spec-table td {
  padding: 5px 14px;
}
.spec-table th {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #2b2d37;
}
.spec-section th {
  background-color: #f7f9fb;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b2d37;
  font-size: 14px;
  line-height: 38px;
  padding: 5px 14px;
}

.spec-table td {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #6b748c;
  border-left: 2px solid #bfbfbf;
}
