/*----------------------------------------*/
/*  7.33 video
/*----------------------------------------*/
.tp-video-title-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  padding-right: 20px;
}
.tp-video-frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.tp-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-video-shadow::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(7, 21, 22, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tp-video-wrap {
  padding: 105px 30px 25px 30px;
  border-radius: 1000px 1000px 0px 0px;
  margin: 514px 30px 0 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-video-wrap {
    margin: 314px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-wrap {
    margin: 200px 0 0 0;
  }
}
.tp-video-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1010px;
  background: var(--tp-theme-1);
  border-radius: 1000px 1000px 0px 0px;
  bottom: -610px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-content-wrap br {
    display: none;
  }
}
.tp-video-6-bg {
  position: absolute;
  height: 529px;
  background: var(--tp-theme-1);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.tp-video-6-inner {
  border-radius: 12px;
  height: 720px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-6-inner {
    height: 520px;
  }
}
.tp-video-6-inner::before {
  position: absolute;
  content: "";
  background: rgba(2, 12, 12, 0.32);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-video-6-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-video-6-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-video-6-popup .popup-video {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--tp-common-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100px;
  animation: animate-pulse 3s linear infinite;
}
.tp-video-2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.tp-video-2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-2-mt {
    margin-top: 80px;
  }
}
.tp-video-2-content {
  padding: 70px 60px 45px 60px;
  border-radius: 32px 32px 0 0;
  backdrop-filter: blur(5px);
  background: linear-gradient(142deg, rgba(0, 0, 0, 0.08) 0%, rgba(4, 4, 4, 0.5) 100%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-2-content {
    margin-left: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-video-2-content {
    padding: 40px 20px 15px 20px;
  }
}
.tp-video-2-dec {
  font-weight: 400;
  font-size: 28px;
  line-height: 136%;
  color: var(--tp-common-white);
}
.tp-video-2-count {
  font-weight: 600;
  font-size: 70px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.tp-video-2-count span {
  font-size: 35px;
  color: #c4ee18;
}
