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

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

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

.product-heading.shrink .image-position {
  transform: scale(0.55);
  transition: transform 0.4s ease;
}
@media (max-width: 768px) {
  .image-position {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* <!-------------------product details -------------------> */

.product-background-box {
  width: 100%;
  height: auto;
  background-image: url("../images/wifi/Desktop-wifi-mini.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -5px center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-background-box {
    background-position: -160px center;
  }
}

@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: 90%;
    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: 700;
  letter-spacing: 0.02em;
  color: #393939;
  text-transform: capitalize !important;
}
.features-box p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #6b748c;
}
/* <!----------------------specifications ---------------------------> */
.specification-image {
  max-width: 330px;
  max-height: 250px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  object-fit: cover;
}
.specification-text {
  font-size: 15px;
}
.carousel {
  margin-left: 70px;
}
@media (max-width: 768px) {
.carousel{
  margin-left: 0;
}
}
/* <!---------------Reliable Power Backup for Multiple Devices-------------> */
.multiple-devices {
  background-image: linear-gradient(
    to right,
    #c6cdd3 33.33%,
    #eff3f6 66.66%,
    #eff4f8 100%
  );
}
.multiple-devices-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #6b748c;
}
.device-icon {
  width: 37px;
  height: 37px;
}
.device-icon img {
  width: 100%;
  height: 100%;
}
.device-text,
.sub-devices-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #393939;
  margin-top: 35px;
  text-align: center;
}
.sub-devices-text {
  margin: 0 25px;
  text-align: center;
}
