.video-category {
  margin-bottom: 2.5rem;
}
.video-category .tagcloud a svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  margin-top: -1px;
}
.video-card {
  background-color: var(--smoke-color2);
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  padding: 0;
  border: 1px solid var(--smoke-color2);
  border-radius: 15px;
  text-align: center;
}

.video-card .video-img {
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: var(--smoke-color2);
  border-radius: 15px 15px 0 0;
  aspect-ratio: 4/3;
  z-index: 2;
}
.video-card .video-img.radiu-lr-15 {
  border-radius: 15px 15px 0 0;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease;
}

.video-card:hover .video-overlay {
  background: rgba(0, 0, 0, 0.65);
}
.play-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

.video-card:hover .play-button {
  transform: scale(1.2);
}
.video-card .video-img img {
  transition: all ease 0.4s;
  transform: scale(1);
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.video-card .video-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1px;
}
.video-card .video-content {
  padding: 1rem;
}
.video-card .video-title a {
  color: inherit;
}
.video-card:hover .video-title a {
  color: var(--theme-color);
}
.video-card .video-title .video-title-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  min-height: calc(1.5em * 2);
  max-height: calc(1.5em * 2);
  width: 100%;
  font-size: 14px;
}
.video-card:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.video-details {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 14px;
}
.video-page-title {
  text-align: center;
  margin-bottom: 40px;
}
.video-description {
  padding: 30px 0;
}
.video-player{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.video-player video{
    width:100%;
    aspect-ratio:16/9;

    display:block;

    background:#000;

    border-radius:10px;

    object-fit:contain;

    overflow:hidden;
}
.video-details .video-area-title svg {
  width: 14px;
  height: 14px;
}
.video-details .video-area-title {
    display:flex;
    align-items:center;
    gap:8px;

    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;

    color:#0b6efd;

    margin-bottom:18px;
}
.video-details .product-title {
  text-align: center;
  padding-top: 30px;
}
.video-details .product-link {
  text-align: center;
  padding: 20px;
}
.video-details .product-link .btn {
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 300;
}
.video-details .product-link .btn:before {
  border-radius: 6px;
}
.video-details .content-parameter {
  margin-top: 30px;
}
.video-details .content-parameter .table td {
  font-size: 13px;
  color: var(--gray-color);
  padding-top: 4px;
  padding-bottom: 4px;
}
.video-details .content-parameter .readmore {
  text-align: center;
}
.video-details .content-parameter .readmore a {
  font-size: 14px;
  line-height: 1.313;
  font-weight: 400;
  padding: 0 0 0 1rem;
  margin-bottom: 1rem;
  font-family: var(--body-font);
  color: var(--theme-color);
  display: inline-flex;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
  align-items: center;
}
.video-details .content-parameter .readmore a:before {
  content: "";
  font-weight: 500;
  left: 0;
  transform: translateY(0);
  width: 15px;
  height: 11px;
  display: inline-block;
  border: none;
  color: inherit;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M439.1 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L371.2 256 233.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L179.2 256 41.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M439.1 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L371.2 256 233.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L179.2 256 41.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;

  background-color: CurrentColor; 
}
.product-applications {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.product-applications-item {
  position: relative;
  display: inline-flex;
  padding: 8px;
  background-color: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #eee;
  outline: none;
}
.product-applications-img img {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}
.app-tooltip {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background-color: rgba(33, 37, 41, 0.9);
  color: #fff;
  padding: 0 12px;
  font-size: 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 10;
}
.product-applications-item:hover .app-tooltip,
.product-applications-item:focus .app-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.product-tags {
  font-size: 14px;
}
.product-tags span {
  font-weight: 600;
  font-size: 0.875rem;
  margin-right: 5px;
}
.product-tags a {
  color: var(--body-color);
  display: inline-block;
  border: 1px solid var(--border-color);
  padding: 0px 10px;
  margin: 3px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.product-tags a:hover {
  color: #fff;
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
