/*  8.1 Video Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-video-area.video-inner-style {
    margin-bottom: 80px;
  }
}
.tp-video-thumb {
  width: 32.5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-video-thumb {
    width: 100%;
    margin-bottom: 0;
  }
}
.tp-video-thumb-wrap {
  transform-origin: top center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tp-video-thumb video {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.tp-video-thumb img {
  width: 100%;
}

.design-video-thumb {
  height: 850px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .design-video-thumb {
    height: 450px;
  }
}
.design-video-thumb img {
  margin-top: -150px;
}
@media (max-width: 767px) {
  .design-video-thumb img {
    margin-top: 100px;
  }
}

.st-video-item .creative-choose-text {
  top: 50px;
  left: 12%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-video-item .creative-choose-text {
    top: 10px;
    left: 0%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-video-item .creative-choose-text {
    display: none;
  }
}
.st-video-item .creative-choose-text p {
  color: var(--tp-common-brown);
}
.st-video-item .creative-choose-text p span {
  background-color: #F7F1EC;
}
.st-video-item .creative-choose-text-bottom::after {
  box-shadow: 0px -18px 0 0 #F7F1EC;
}
.st-video-item .creative-choose-avater-box {
  background-color: #F7F1EC;
}
.st-video-item .creative-choose-avater-box::after {
  bottom: 34px;
  box-shadow: 0px -18px 0 0 #F7F1EC;
}
.st-video-item .creative-choose-avater-info h4 {
  color: var(--tp-common-brown);
}
.st-video-item .creative-choose-avater-info span {
  color: var(--tp-common-brown);
}
.st-video-img {
  height: 900px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .st-video-img {
    height: 750px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .st-video-img {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-video-img {
    height: 470px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .st-video-img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .st-video-img {
    height: 240px;
  }
}
.st-video-img .dgm-testimonial-playbtn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  animation: none;
}
.st-video-img .dgm-testimonial-playbtn::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  z-index: -1;
  border-radius: 50%;
  transform: scale(1);
  border: 1px solid var(--tp-common-white);
  animation: video-border 1.5s linear infinite;
}
.st-video-text-slider {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-video-text-slider {
    bottom: 0;
  }
}
.st-video-text-wrapper .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.st-video-text-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  letter-spacing: -3.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-poppins);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-video-text-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .st-video-text-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .st-video-text-title {
    font-size: 35px;
  }
}
.st-video-text-title i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.4);
}

.tp-video-15-wrap {
  line-height: 0;
}
.tp-video-15-wrap video {
  height: 800px;
  width: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
/*   3.2 Video Style
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cst-video-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-video-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cst-video-thumb img {
    border-radius: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ais-list-ptb {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.ais-list-thumb {
  position: relative;
  overflow: hidden;
}
.ais-list-thumb img {
  width: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  border-radius: 16px;
}
.ais-list-thumb canvas {
  border-radius: 16px;
}
.ais-list-thumb-shape {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.ais-list-thumb-wrapper {
  margin-right: 80px;
}
@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), (max-width: 767px) {
  .ais-list-thumb-wrapper {
    margin-right: 0;
  }
}
.ais-list-wrap ul {
  display: block;
}
.ais-list-wrap ul li {
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  float: left;
  width: 50%;
  margin-bottom: 26px;
  color: var(--tp-common-black-7);
}
@media (max-width: 767px) {
  .ais-list-wrap ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Play button — base styles (used by this widget) */
.dgm-testimonial-playbtn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transform: translateY(-50%);
  display: inline-block;
  backdrop-filter: blur(14px);
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.dgm-testimonial-playbtn span {
  margin-left: 2px;
}
.dgm-testimonial-playbtn:hover {
  transform: translateY(-50%) scale(1.1);
}
