@charset "UTF-8";
html {
  font-family: Nunito Sans;
}

a {
  text-decoration: none; /* 去除下划线 */
  color: inherit; /* 继承父元素的颜色 */
  outline: none; /* 去除聚焦时的轮廓 */
}
a:focus, a:active, a:hover {
  text-decoration: none; /* 鼠标悬停、聚焦和激活时不显示下划线 */
  outline: none; /* 移除焦点样式 */
  color: inherit !important;
}

.footer4-section-area {
  background: white !important;
  color: #12131a !important;
}
.footer4-section-area .footer-logo-area p {
  color: rgba(0, 0, 0, 0.7) !important;
}
.footer4-section-area #language-text:hover {
  color: white;
}
.footer4-section-area .footer-logo-area .list a {
  background: white;
}
.footer4-section-area .footer-logo-area .list a img {
  filter: drop-shadow(black -40px 0);
}
.footer4-section-area .footer-logo-area1 span,
.footer4-section-area .footer-logo-area1 ul li a,
.footer4-section-area .footer-logo-area2 span,
.footer4-section-area .footer-logo-area2 ul li a,
.footer4-section-area .footer-logo-area3 span,
.footer4-section-area .footer-logo-area3 ul li a {
  color: black !important;
}
.footer4-section-area .footer-logo-area2 ul li:hover a {
  color: rgba(0, 0, 0, 0.9) !important;
}
.footer4-section-area .pera p {
  color: black !important;
}
.footer4-section-area .copyright-area {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.footer4-section-area .copyright-area ul li a {
  color: black !important;
}

.banner-area {
  position: relative;
  margin-top: 77px;
  padding: 92px 0px 70px;
}
.banner-area .video_width {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
@media screen and (max-width: 700px) {
.banner-area {
  background: linear-gradient(to right, rgb(20, 9, 64), rgb(85, 6, 130));
}
  .banner-area .video_width {
    display: none;
  }
}
.banner-area .container .banner-area-text .ai-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}
.banner-area .container .banner-area-text .brand-name{
    background: linear-gradient(90deg, #ff2596, #ffc338);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 800;
      font-size: var(--banner-font-size);
    }
.banner-area .container .banner-area-text .ai-label {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  background-image: linear-gradient(#1c1c1c, #1c1c1c), linear-gradient(90deg, #ff6d6d, #ff00c8, #ffcc00);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #ffccff;
}
.banner-area .container .banner-area-text p:first-child {
  background: linear-gradient(90deg, #a54fff 0%, #ff6e2e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: var(--banner-font-size);
  margin-bottom: 12px;
}
.banner-area .container .banner-area-text h1 {
  color: white;
  font-weight: 800;
  font-size: var(--banner-font-h1-size) !important;
  margin-bottom: 32px;
  letter-spacing: 1px;
}
.banner-area .container .banner-area-text ul {
  margin-bottom: 43px;
}
.banner-area .container .banner-area-text ul li {
  display: flex;
  align-items: center;
  color: white;
  font-size: var(--banner-font-li-size);
  font-weight: 600;
  margin-bottom: 13px;
}
.banner-area .container .banner-area-text ul li span {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgb(235, 239, 59);
  margin-right: 11px;
  flex-shrink: 0;
}

.progress-wrap::after {
  color: black;
}

.colorful-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 4px;
  background: linear-gradient(94.07deg, #552ef4 0%, #eb5525 100%);
  color: white;
}

.border-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 11px;
  clip-path: inset(0 round 4px);
  border: 2px solid;
  border-image-source: linear-gradient(to right, rgb(85, 46, 244), rgb(235, 85, 37));
  border-image-slice: 2;
}

.btn-list {
  display: flex;
  margin-bottom: 12px;
  color: white;
}
.btn-list .banner-btn1 {
  display: flex;
  align-items: center;
  margin-right: 12px;
  font-weight: 600;
  padding: 12px 30px;
}
.btn-list .banner-btn1 img {
  height: 32px;
  width: 32px;
  margin-right: 10px;
}
.btn-list .banner-btn1 .btn-text1 {
  font-size: 18px;
  font-weight: 600;
}
.btn-list .banner-btn1 .btn-text2 {
  font-size: 12px;
  font-weight: 400;
}
.btn-list .banner-btn2 {
  padding: 14px 35px;
  display: flex;
  align-items: center;
  color: white;
}
.btn-list .banner-btn2 img {
  height: 32px;
  width: 32px;
  margin-right: 10px;
}
.btn-list .banner-btn2 span {
  font-size: 18px;
  font-weight: 600;
}

.btn-list-text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}
.img {
  max-width: 100%;
  max-height: 100%;
}
.work-on {
  display: flex;
  align-items: center;
}
.work-on span {
  color: white;
}
.work-on .support-list {
  display: flex;
  align-items: center;
}
.work-on .support-list .support-item {
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background: rgb(41, 40, 51);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.work-on .support-list .support-item img {
  height: 24px;
  width: 24px;
}

.nav-tabs-container-hold {
  display: none;
  width: 100%;
  height: 112px;
}

.nav-tabs-container {
  width: 100%;
  height: 112px;
  background: white;
}
.nav-tabs-container ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-tabs-container ul li {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: rgb(47, 46, 54);
  height: 100%;
  border-bottom: 4px solid transparent;
}
.nav-tabs-container ul .active {
  color: rgb(85, 46, 244) !important;
  border-bottom: 4px solid rgb(85, 46, 244);
}

.white-btn,
.blue-btn,
.orange-btn {
  padding: 18px 16px;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.white-btn img,
.blue-btn img,
.orange-btn img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.white-btn:hover,
.blue-btn:hover,
.orange-btn:hover {
  color: white !important;
}

.blue-btn {
  background: rgb(85, 46, 244);
  margin-right: 12px;
}

.orange-btn {
  background: rgb(235, 85, 37);
}

.white-btn {
  border: 1px solid white;
}

#VideoEnhancerAI {
  background: rgb(246, 244, 255);
  padding: 140px 0 64px;
}
#VideoEnhancerAI .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#VideoEnhancerAI .container .owl-thumbs {
  flex-shrink: 0;
}
#VideoEnhancerAI .head {
  padding: 0 64px;
  margin-bottom: 60px;
}
#VideoEnhancerAI .head h2 {
  font-weight: 800;
  font-size: var(--slider-heading-font-size);
  margin-bottom: 12px;
  text-align: center;
  color:#000000;
}
#VideoEnhancerAI .head h2 span {
  color:#552ef4;
}
#VideoEnhancerAI .head p {
  font-size: 18px;
  color: rgba(26, 26, 26, 0.7);
  text-align: center;
  padding-top: 20px;
}
#VideoEnhancerAI .thumbs-wrap {
  display: flex;
  justify-content: center;
  height: 80px;
}
#VideoEnhancerAI .thumbs-wrap ul {
  display: flex;
  height: 100%;
  margin-bottom: 32px;
  transition: all 0.3s linear;
}
#VideoEnhancerAI .thumbs-wrap ul li {
  height: 60%;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
#VideoEnhancerAI .thumbs-wrap ul li span {
  font-weight: 800;
  font-size: 20px;
}
#VideoEnhancerAI .thumbs-wrap ul .active {
  color: rgb(235, 85, 37);
}
#VideoEnhancerAI .thumbs-wrap ul .active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  border-radius: 1px;
  background: rgb(235, 85, 37);
}
#VideoEnhancerAI .slider-item {
  padding: 24px 30px;;
  border-radius: 24px;
  width: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 600px;
}
#VideoEnhancerAI .slider-item h3 {
  font-size: var(--slider-item-font-size);
  font-weight: 800;
  margin-bottom: 30px;
}
#VideoEnhancerAI .slider-item p {
  font-size: 18px;
  color: rgba(26, 26, 26, 0.92);
  margin-bottom: 15px;
  line-height: 30px;
}
#VideoEnhancerAI .slider-item .content a {
  color: #ef7b55;
}
#VideoEnhancerAI .slider-item .content a:hover{
  color: #ef7b55 !important;
  text-decoration-line: underline;
}
#VideoEnhancerAI .slider-item .btn-list {
  display: flex;
  margin-top: var(--slider-btn-margin-top);
}
#VideoEnhancerAI .slider-item .btn-list img {
  height: 24px;
  width: 24px;
  border-radius: 0;
  margin-right: 8px;
}
#VideoEnhancerAI .slider-item .btn-list .border-btn {
  color: black !important;
  font-weight: 600;
}
#VideoEnhancerAI .slider-item .btn-list .border-btn img {
  transform: translateX(24px);
  filter: drop-shadow(black -24px 0);
  z-index: -1;
}
#VideoEnhancerAI .slider-item .btn-list .colorful-btn {
  font-weight: 600;
  margin-right: 12px;
}

#Features {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(/assets-new/img/features/background.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#Features .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Features .container .head{
  padding: 100px 0;
}
#Features .container .head  h2 {
  font-size: var(--slider-heading-font-size);
  font-weight: 800;
  text-align: center;
  color: #000000;
}
#Features .container .head  h2 span{
  color: #552ef4;
}
#Features .container .head  p {
  font-size: 18px;
  color: rgba(26, 26, 26, 0.7);
  text-align: center;
  padding-top: 20px;
}
#Features .container .content  a {
  color:#eb5525;
}
#Features .container .content  a:hover {
  color:#eb5525;
  text-decoration: underline;
}
#Features .feature-list {
  width: 100%;
}
#Features .feature-list .feature-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
#Features .feature-list .feature-item h3 {
  font-size: var(--slider-item-font-size);
  font-weight: 800;
  margin-bottom: 12px;
}
#Features .feature-list .feature-item p {
  font-size: 18px;
  color: rgba(26, 26, 26, 0.92);
  line-height: 30px;
  margin-top: 20px;
}
#Features .feature-list .feature-item .btn-list {
  display: flex;
  margin-top: var(--slider-btn-margin-top);
}
#Features .feature-list .feature-item .btn-list img {
  height: 24px;
  width: 24px;
  border-radius: 0;
  margin-right: 8px;
}
#Features .feature-list .feature-item .btn-list .border-btn {
  color: black !important;
  font-weight: 600;
}
#Features .feature-list .feature-item .btn-list .border-btn img {
  transform: translateX(24px);
  filter: drop-shadow(black -24px 0);
  z-index: -1;
}
#Features .feature-list .feature-item .btn-list .colorful-btn {
  font-weight: 600;
  margin-right: 12px;
}
#Features .feature-list .feature-item > img {
  border-radius: 16px;
}
.title-with-badge {
  display: flex;
  align-items: center;
  gap: 12px; 
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #552ef4, #a777e3);
  color: white;
  padding: 10px 12px; /* 比原方案稍小的内边距 */
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.8em; /* 使徽章文字比标题小一些 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  line-height: 1; /* 防止行高影响对齐 */
  margin-bottom: 30px;
}

.new-tag {
  background: white;
  color: #6e8efb;
  padding: 4px 8px;
  border-radius: 10px;
  margin-right: 8px;
  font-size: 0.7em;
  font-weight: bold;
}

.promo-text::after {
  content: "→";
  margin-left: 6px;
  transition: transform 0.2s ease;
}
.button-container {
  display: flex;
  justify-content: center;  
  align-items: center;  
  width: 100%;   
}
.title-with-badge:hover .promo-text::after {
  transform: translateX(3px);
}
#OtherFeatures {
  background: rgb(246, 244, 255);
  padding: 100px 40px;
}
#OtherFeatures .container .head {
  text-align: center;
}
#OtherFeatures .container .head h2 {
  margin-bottom: 70px;
  font-size: var(--slider-heading-font-size);
  font-weight: 800;
  text-align: center;
}
#OtherFeatures .container .head h2 span {
color:#552ef4;
}
#OtherFeatures .container .other-feature-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#OtherFeatures .container .other-feature-list .other-feature-item {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 10px;
  border-radius: 20px;
  background: white;
}
#OtherFeatures .container .other-feature-list .other-feature-item:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(90deg, #eb5525, #552ef4);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 5px 18px rgba(255, 0, 204, 0.2);;
  transition: all 0.3s ease;
}

#OtherFeatures .container .other-feature-list .other-feature-item > img {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
}
#OtherFeatures .container .other-feature-list .other-feature-item h3 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 4px;
  text-align:center;
}
#OtherFeatures .container .other-feature-list .other-feature-item p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 20px;
  line-height: 1.8rem;
}

#Tricks {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  background: rgb(18, 19, 26);
  background-image: url(/assets-new/img/features/tricks.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#Tricks h2 {
  font-size: var(--slider-heading-font-size);
  color: white;
  font-weight: 800;
  margin-bottom: 100px;
  text-align: center;
}
#Tricks .trick-list {
  animation: move 30s linear infinite;
}
#Tricks .trick-list .line-one,
#Tricks .trick-list .line-two {
  display: flex;
}
#Tricks .trick-list .line-one li,
#Tricks .trick-list .line-two li {
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  height: 252px;
  width: 432px;
  margin: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#Tricks .trick-list .line-one li > img,
#Tricks .trick-list .line-two li > img {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border-radius: 8px;
}
#Tricks .trick-list .line-one li .bottom,
#Tricks .trick-list .line-two li .bottom {
  display: none;
  position: absolute;
  bottom: 2px;
  width: calc(100% - 4px);
  height: 240px;
  box-sizing: border-box;
  padding: 14px 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 17, 74, 0) 0%, rgba(28, 17, 74, 0.5) 30%, #1c114a 100%);
  color: white;
}
#Tricks .trick-list .line-one li .bottom .title,
#Tricks .trick-list .line-two li .bottom .title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 4px;
}
#Tricks .trick-list .line-one li .bottom p,
#Tricks .trick-list .line-two li .bottom p {
  display: block;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
#Tricks .trick-list .line-one li .bottom img,
#Tricks .trick-list .line-two li .bottom img {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
#Tricks .trick-list .line-one {
  transform: translateX(216px);
}

#Tutorial {
  padding: 100px 0;
}
#Tutorial h2 {
  font-size: var(--slider-heading-font-size);
  margin-bottom: 80px;
  color: black;
  font-weight: 800;
  text-align: center;
}
#Tutorial .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#Tutorial .container .left {
  flex: 1;
  margin-right: 20px;
  margin-bottom: 20px;
}
#Tutorial .container .left .step {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
#Tutorial .container .left .step-circle {
  height: 40px;
  width: 40px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Tutorial .container .left .step-circle .circle {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: rgb(237, 237, 237);
  color: white;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
#Tutorial .container .left .step-title {
  color: black;
  font-weight: 800;
  font-size: 20px;
}
#Tutorial .container .left .step .active {
  color: rgb(85, 46, 244) !important;
}
#Tutorial .container .left .step .active-circle {
  background: rgb(85, 46, 244) !important;
}
#Tutorial .container .left .step-block {
  display: flex;
  margin-bottom: 12px;
}
#Tutorial .container .left .step-block .step-process {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin-right: 12px;
  min-height: 72px;
  flex-shrink: 0;
}
#Tutorial .container .left .step-block .step-process .process {
  height: 100%;
  width: 2px;
  background: rgb(237, 237, 237);
}
#Tutorial .container .left .step-block .step-process .process-item {
  width: 100%;
  height: 0%;
  background: rgb(85, 46, 244) !important;
  transition: all 0.3s ease-in-out;
}
#Tutorial .container .left .step-block .content {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
#Tutorial .container .left .btn-list {
  display: flex;
  margin-top: 20px;
}
#Tutorial .container .left .btn-list img {
  height: 24px;
}
#Tutorial .container .left .btn-list .colorful-btn {
  margin-right: 12px;
}
#Tutorial .container .left .btn-list .colorful-btn img {
  margin-right: 8px;
}
#Tutorial .container .left .btn-list .border-btn {
  color: black !important;
  font-weight: 600;
  overflow: hidden;
}
#Tutorial .container .left .btn-list .border-btn img {
  margin-left: 8px;
  transform: translateX(24px);
  filter: drop-shadow(black -24px 0);
}

#TechSpec {
  display: flex;
  align-items: center;
  justify-content: center;
}
#TechSpec .tutorial-content {
  width: 85%;
  border-radius: 24px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
  background: rgb(28, 33, 39);
  background-image: url(/assets-new/img/features/require.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#TechSpec .tutorial-content h2 {
  font-size: var(--slider-heading-font-size);
  font-weight: 800;
  margin-bottom: 12px;
  text-align: center;
}
#TechSpec .tutorial-content a {
color:#eb5525;
}
#TechSpec .tutorial-content a:hover{
color:#eb5525 !important;
text-decoration: underline;
}
#TechSpec .tutorial-content .device-require {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#TechSpec .tutorial-content .device-require ul .head {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 20px;
}
#TechSpec .tutorial-content .device-require ul .item {
  margin-bottom: 12px;
}
#TechSpec .tutorial-content .device-require ul .item .label {
  font-weight: 800;
  font-size: 16px;
}
#TechSpec .tutorial-content .device-require ul .item .value {
  font-weight: 400;
  font-size: 16px;
  word-wrap: break-word;
}
#TechSpec .tutorial-content .device-require ul:nth-child(1) {
  width: 300px;
  margin-left: 0;
}
#TechSpec .tutorial-content .device-require ul:nth-child(1) .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#TechSpec .tutorial-content .device-require ul:nth-child(1) .item .label {
  flex: 1;
}
#TechSpec .tutorial-content .device-require ul:nth-child(1) .item .value {
  flex: 1.5;
  text-align: right;
}
#TechSpec .tutorial-content .device-require ul:nth-child(2), #TechSpec .tutorial-content .device-require ul:nth-child(3) {
  width: 280px;
}
#TechSpec .tutorial-content .device-require ul:nth-child(4) {
  width: 376px;
}
#TechSpec .tutorial-content p {
  font-weight: 600;
  font-size: var(--device-font-size);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 80px;
  text-align: center;
}

#ClientsSay {
  padding: 100px 0;
  position: relative;
  background-image: url(/assets-new/img/features/clients-bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#ClientsSay .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: white;
}
#ClientsSay .container .left h2 {
  font-size: var(--clients-font-size);
  font-weight: 800;
  background: linear-gradient(94.07deg, #552ef4 0%, #eb5525 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
#ClientsSay .container .left p {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
#ClientsSay .container .left .colorful-btn {
  display: inline-flex;
}
#ClientsSay .container .left .colorful-btn img {
  margin-right: 8px;
  height: 24px;
  width: 24px;
}
#ClientsSay .container .right {
  display: flex;
  flex-wrap: wrap;
}
#ClientsSay .container .right .card {
  position: relative;
  width: 400px;
  padding: 20px;
  margin: 10px;
  border: none !important;
  background: radial-gradient(circle at 20% 80%, rgb(247, 225, 226), transparent 60%), radial-gradient(circle at 80% 20%, rgba(172, 162, 247, 0.5), transparent 60%);
}
#ClientsSay .container .right .card .star img {
  height: 15px;
  width: 15px;
}
#ClientsSay .container .right .card .title {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 12px;
}
#ClientsSay .container .right .card .content {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}

#ShowList {
  width: 100%;
  padding: 68px 0 160px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgb(28, 33, 39);
  background-image: url(/assets-new/img/features/show-bg.webp);
  background-repeat: no-repeat;
  background-position: 0% 160%;
  color: white;
}
#ShowList h2 {
  font-size: var(--slider-heading-font-size);
  font-weight: 800;
  margin-bottom: 60px;
  text-align: center;
}
#ShowList .show-list-slider .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ShowList .show-list-slider .show-list-item {
  cursor: pointer;
  border-radius: 8px;
  margin: 6px;
  width: 372px;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(145.42deg, rgb(27, 29, 38) 0%, rgb(27, 29, 38) 100%), linear-gradient(145.42deg, #552ef4 0%, #eb5525 100%);
  overflow: hidden;
}
#ShowList .show-list-slider .show-list-item .show-list-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
}
#ShowList .show-list-slider .show-list-item .show-list-body img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 24px;
}
#ShowList .show-list-slider .show-list-item .show-list-body .title {
  width: 100%;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 18px;
  text-align: left;
}
#ShowList .show-list-slider .owl-stage-outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5%;
  background: linear-gradient(90deg, rgb(28, 33, 39), rgba(0, 0, 0, 0.2));
  z-index: 1;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
#ShowList .show-list-slider .owl-stage-outer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 5%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgb(28, 33, 39));
  z-index: 1;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
#ShowList .colorful-btn {
  margin-top: 42px;
}
#ShowList .colorful-btn img {
  height: 24px;
  width: 24px;
  margin-left: 8px;
}

#Faqs {
  padding: 100px 0 80px;
}
#Faqs .head {
  margin: 0 0 80px 0;
}
#Faqs .head p {
  text-align: center;
}
#Faqs .head h2 {
  font-weight: 800;
  font-size: var(--slider-heading-font-size);
  margin-bottom: 20px;
  text-align: center;
}
#Faqs .head p {
  text-align: center;
  font-size:18px;
  color:rgba(26, 26, 26, 0.7);
}
#Faqs .head a {
  color: #eb5525;
}
#Faqs .head a:hover {
  color: #eb5525;
  text-decoration: underline;
}
#Faqs .faq-item {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgb(224, 224, 224);
  margin-bottom: 12px;
  cursor: pointer;
}
#Faqs .faq-item h3 {
  font-size: 20px;
  font-weight: 800;
}
#Faqs .faq-item .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
#Faqs .faq-item .content p{
  margin-top: 15px;
}
#Faqs .faq-item.active h3 {
  color: rgb(120, 89, 246);
  margin-bottom: 8px;
}
#Faqs .faq-item.active .content {
  max-height: 1000px;
  font-size: 18px;
  color: rgb(44, 44, 44);
  padding-top: 10px;
}
#Faqs .faq-item:hover {
  background: #f2f2f2;
}
#Faqs .faq-item ul li {
padding-top: 10px;
}


#Download {
  background: linear-gradient(93.76deg, #552ef4 0%, #eb5525 100%);
  padding: 100px 0;
}
#Download .container h2 {
  font-size: var(--download-font-size);
  color: white;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 800;
}
#Download .container .btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
#Download .container .btn-list a:nth-child(2) {
  margin-left: 12px;
}

@keyframes move {
  0% {
    transform: translateX(-216px);
  }
  100% {
    transform: translateX(-2456px);
  }
}
@media (min-width: 1400px) {
  html {
    --banner-font-size: 24px;
    --banner-font-h1-size: 52px;
    --banner-font-li-size: 24px;
    --slider-heading-font-size: 40px;
    --slider-item-font-size: 36px;
    --slider-btn-margin-top: 60px;
    --device-font-size: 24px;
    --clients-font-size: 68px;
    --download-font-size: 44px;
  }
  .banner-area .container .banner-area-text {
    width: 902px;
  }
  .thumbs-wrap {
    width: 100%;
  }
  #VideoEnhancerAI .head {
    width: 82%;
  }
  #VideoEnhancerAI .slider-item img {
    width: 586px;
    height: 404px;
    border-radius: 12px;
  }
  #VideoEnhancerAI .slider-item .slider-content {
    width: 662px;
  }
  #Features .container .head {
    width: 82%;
  }
  #Features .container .feature-item .feature-content {
    width: 636px;
  }
  #Features .container .feature-item > img {
    height: 440px;
    width: 720px;
  }
  #Features .container .feature-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #Features .container .feature-item:last-child {
    margin-bottom: 170px;
  }
  #OtherFeatures .other-feature-item {
    width: 336px;
  }
  #Tricks .trick-list .line-one li:hover,
  #Tricks .trick-list .line-two li:hover {
    background: linear-gradient(108.81deg, #552ef4 0%, #eb5525 100.72%);
  }
  #Tricks .trick-list .line-one li:hover .bottom,
  #Tricks .trick-list .line-two li:hover .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #Tricks .trick-list:hover {
    animation-play-state: paused;
  }
  #TechSpec .container .right img {
    width: 700px;
  }
  #TechSpec .tutorial-content {
    padding: 60px 100px 112px;
  }
  #ClientsSay .left {
    width: 376px;
  }
  #ClientsSay .right {
    width: 900px;
    justify-content: flex-end;
  }
  #ClientsSay .right .card:nth-child(4) {
    margin-right: 70px;
  }
  #ClientsSay .right .card:hover::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    border-radius: 8px;
    background: linear-gradient(105.69deg, #552ef4 0%, #eb5525 100%);
    padding: 1px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  }
  #Tutorial .container .left {
  flex: 1;
  margin-right: 40px;
  margin-bottom: 20px;
}
  #ShowList .owl-next,
  #ShowList .owl-prev {
    position: absolute;
    top: 50%;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
  }
  #ShowList .owl-next img,
  #ShowList .owl-prev img {
    height: 17px;
    width: 10px;
  }
  #ShowList .owl-prev {
    left: 0;
    transform: translate(-150%, -60%);
  }
  #ShowList .owl-prev img {
    transform: translateX(-15%);
  }
  #ShowList .owl-next {
    right: 0;
    transform: translate(150%, -60%);
  }
  #ShowList .owl-next img {
    transform: rotateZ(180deg) translateX(-15%);
  }
  #ShowList .show-list-slider .show-list-item:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: scale(1.01);
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  #OtherFeatures .other-feature-item {
    width: 48% !important;
  }
  #TechSpec .device-require {
    padding-left: 100px;
  }
  #TechSpec .device-require .item {
    width: 70%;
  }
  #ClientsSay .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer4-section-area .footer-logo-area1 {
    padding-left: 20px !important;
  }
}
@media (max-width: 1400px) {
  html {
    --banner-font-size: 20px;
    --banner-font-h1-size: 42px;
    --banner-font-li-size: 20px;
    --slider-heading-font-size: 36px;
    --slider-item-font-size: 32px;
    --slider-btn-margin-top: 30px;
    --device-font-size: 16px;
    --clients-font-size: 54px;
    --download-font-size: 40px;
  }
  .nav-tabs-container,
  .nav-tabs-container-hold {
    display: none;
  }
  .thumbs-wrap {
    width: auto;
  }
  .thumbs-wrap li {
    flex-shrink: 0;
  }
  #VideoEnhancerAI {
    padding-top: 70px;
  }
  #VideoEnhancerAI .head {
    width: 100%;
    padding: 0;
  }
  #VideoEnhancerAI .slider-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  #VideoEnhancerAI .slider-item .slider-content {
    width: 100%;
    margin-top: 30px;
  }
  #Features .container h2 {
    width: 100%;
  }
  #Features .container .feature-item .feature-content {
    width: 100%;
  }
  #Features .container .feature-item > img {
    width: 100%;
    margin-bottom: 30px;
  }
  #Features .container .feature-item:last-child {
    margin-bottom: 85px;
  }
  #OtherFeatures .other-feature-item {
    width: 100%;
  }
  #Tricks .trick-list .line-one li.active,
  #Tricks .trick-list .line-two li.active {
    background: linear-gradient(108.81deg, #552ef4 0%, #eb5525 100.72%);
  }
  #Tricks .trick-list .line-one li.active .bottom,
  #Tricks .trick-list .line-two li.active .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #Tricks .trick-list.active {
    animation-play-state: paused;
  }
  #Tutorial .container .right img {
    width: 100%;
  }
  #TechSpec .tutorial-content {
    padding: 60px 20px;
  }
  #TechSpec .tutorial-content ul {
    margin-bottom: 60px;
    width: 100% !important;
  }
  #TechSpec .tutorial-content ul:last-child {
    margin-bottom: 0;
  }
  #ClientsSay .left {
    width: 100%;
    margin-bottom: 70px;
  }
  #ClientsSay .right {
    width: 100%;
  }
  #ClientsSay .right .card {
    width: 100% !important;
    margin: 10px 0 !important;
  }
  #ClientsSay .right .card:active::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    border-radius: 8px;
    background: linear-gradient(105.69deg, #552ef4 0%, #eb5525 100%);
    padding: 1px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  }
  #ShowList .show-list-slider .show-list-item:active {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: scale(1.01);
    background-clip: none;
  }
}
@media (max-width: 480px) {
  .colorful-btn {
    padding: 10px 14px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  background-color: var(--ztc-text-text-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader3 {
  background: var(--ztc-text-text-1) !important;
}

.loading-container,
.loading {
  height: 120px;
  position: relative;
  width: 120px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--ztc-text-text-4) transparent
    var(--ztc-text-text-4);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.preloader3 .loading {
  border-color: transparent var(--ztc-text-text-4) transparent
    var(--ztc-text-text-4) !important;
  border: 1px solid transparent;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 70px;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 .ai-banner {
   position: fixed;
   bottom: -100px;
   left: 50%;
   transform: translateX(-50%);
   background: rgba(0, 0, 0, 0.54);
   color: white;
   padding: 8px 70px;
   border-radius: 30px;
   display: flex;
   align-items: center;
   gap: 15px;
   z-index: 1000;
   backdrop-filter: blur(6px);
   box-shadow: 0 5px 25px rgba(138, 94, 225, 0.4);
   transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
   max-width: 90%;
   border: 1px solid rgba(255, 255, 255, 0.25);
   overflow: hidden;
}

.ai-banner.visible {
  bottom: 10px;
}
.ai-banner .btn-list {
  display: flex;
  color: white;
  margin-bottom: 0;
}
.ai-banner .btn-list img {
  height: 24px;
  width: 24px;
  border-radius: 0;
  margin-right: 8px;
}
.ai-banner .btn-list .blue-btn{
padding: 12px 16px !important;
}
.banner-text {
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
  margin-right: 20px;
}
.close-btn {
 position: absolute;
 top: 8px;
 right: 8px;
 background: rgba(255, 255, 255, 0.3);
 border: none;
 color: white;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 transition: all 0.3s;
 font-size: 12px;
 line-height: 1;
 z-index: 3;
}
.close-btn:hover {
background: rgba(255, 255, 255, 0.5);
 transform: rotate(90deg) scale(1.1);
        }
@media (max-width: 768px) {
.ai-banner {
 display: none;
}
}
/*# sourceMappingURL=index-new.css.map */
