@charset "UTF-8";

html,body { scroll-behavior: smooth;}
img{max-width: 100%;height: auto;}

*{margin:0;padding: 0;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;line-height: 1;}
ul,ol{list-style:none;}
dt{font-weight:bold;}

hr{box-sizing:content-box; height:0; overflow:visible;border-top-width:1px;clear:both;color:inherit;}
address{font-style:inherit;}
a{background-color:transparent;text-decoration:none;color:inherit;}
.text-center{text-align: center;}
.link{border-bottom: 1px dashed currentColor;}


/* ----------------------- */
h1{line-height: 1;padding: 70px 0 25px;}
.main-savings {position: relative;background: #000000;padding-bottom: 100px;}
.main-savings .container-xl{position: relative;z-index: 3;}
.crumbs {padding: 20px 0 0;} 
.crumbs a { color: #2691fc; } 
.crumbs a:hover { color: #2691fc; text-decoration: underline; }
h1 span{position: relative;}
h1 span.more-top::before {top: -48px;}
.savings-guar{display: flex;justify-content: space-evenly;color: #ada495;}
.savings-guar >div{display:flex;align-items: center;column-gap: 15px;}
.savings-guar >div::before{content: "";display: inline-block; background: url(../images/ai-video-enhancer/discount-coupon-chris25/icons1-new.png);background-position: -10px -10px;}
.savings-guar div.secure::before{width: 36px; height: 39px;}
.savings-guar div.value::before{width: 39px; height: 39px;background-position-x: -66px;}
.savings-guar div.money::before{width: 42px; height: 30px;background-position-x: -125px;}
.savings-guar div.life::before{width: 49px; height: 42px;background-position-x: -187px;}
.change-btns{display: flex;justify-content: center;gap:20px;padding:50px 0 85px;}
.change-btns a{display: inline-block;color: #ffffff;border: 2px solid #6397ff;border-radius: 8px;cursor: pointer;padding: 0 50px;display: inline-flex;align-items: center;justify-content: center;min-height: 50px;}
.change-btns a:hover,.change-btns a.active{background: #3d7eff;color: #fff;border-color:#3d7eff;}
.saving-aive{background:linear-gradient(rgba(79, 60, 28, 0.2),#000 40%);background-clip: padding-box, border-box;background-origin: padding-box, border-box;box-sizing:border-box;border-radius: 18px;position: relative;}
.saving-aive::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #4d4d4d, transparent 80%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.saving-aive-top{display: flex;justify-content: space-between; position: relative;padding: 50px 100px 40px;gap: 35px;position: relative;z-index: 1;}
.aive-top-title{display: flex;column-gap: 10px;padding-bottom: 15px;align-items: center;}
.aive-top-title >div{display: flex;flex-direction: column;row-gap:10px;justify-content: center;}
.aive-top-text{flex: 1;}
.aive-top-mess {color: #908678;}

.saving-aive-function{margin: 70px 0 0;position: relative;z-index: 3;}
.aive-function-box{display: flex;align-items: center;justify-content:space-evenly;}
.aive-function-left,.aive-function-right{color: #646a7d;border: 2px solid currentColor;width: 54px;height: 54px;box-sizing: border-box; border-radius: 27px;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.aive-function-left span,.aive-function-right span{display: inline-block;width: 10px;height:10px;border-left: 2px solid currentColor;color: #646a7d;border-bottom: 2px solid currentColor;transform: rotate(45deg);}
.aive-function-right span{transform: rotate(225deg);}
.aive-function-imgs{width: 1013px;overflow: hidden;}
.aive-function-imgs-warper{display: flex;transition: all 0.2s ease;}
.aive-function-imgs-warper img{border-radius: 15px;flex: 1;}
.aive-function-imgs-warper iframe{flex-shrink: 0;border-radius: 15px;}
.aive-function-btns{border: 1px solid #22211d;width: max-content; margin: 30px auto 40px;border-radius: 30px;padding: 4px;}
.aive-function-btns span{line-height: 42px;display: inline-block;padding: 0 20px;border-radius: 21px;color: #ccc;cursor: pointer;}
.aive-function-btns span.active{margin-top: -1px;cursor: auto;background-color: #e7e7e6;color: #070503;}
.aive-function-text p{display: none;color: #cccccc;text-align: center;}
.aive-function-text p.active{display: block;}

/* ```````````````````````````` */
.ytb-container {
    width: 388px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.ytb-container::after {
    content: '';
    display: block;
    width: 32px;
    height: 24px;
    background: url("../images/ai-video-enhancer/discount-coupon-chris25/i-ytb.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ytb-container img {
    border-radius: 10px;
    width: 100%;
}

.compare-license {
    padding: 0 100px;
    position: relative;
    z-index: 2;
}

.compare-license-thead {
    margin-bottom: 3px;
    padding: 15px 40px;
}
.compare-license-tbody {
    background-color: #1f1f1c;
    color: #949493;
    margin-bottom: 3px;
    border-radius: 10px;
    padding: 0 40px;
    height: 132px;
    position: relative;
}
.compare-license-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.col-1 {
    width: 240px;
}
.col-2 {
    width: 85px;
}
.col-3 {
    width: 150px;
}
.col-4 {
    width: 225px;
}

.compare-license-title {
    font-size: 25px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
.compare-license-col1-type {
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
}
.compare-license-col1-name {
    font-size: 17px;
    color: #fe9a0c;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 7px;
}
.compare-license-col1-desc {
    font-size: 13px;
    color: #797977;
    line-height: 1.4;
}
.compare-license-col4-button {
    background: linear-gradient(90deg, #fe690d, #feb405);
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #fff;
    gap: 10px;
    border-radius: 10px;
}
.compare-license-col3-desc {
    font-size: 15px;
    color: #797977;
    line-height: 1.4;
}
.compare-license-col3-down {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.4;
}
.compare-license-col2-discout {
    font-size: 27px;
    color: #fb8a06;
    line-height: 1.2;
    font-weight: 700;
}
.compare-license-col2-orgrin {
    font-size: 15px;
    color: #949493;
    line-height: 1.4;
}
.compare-license-th {
    font-size: 17px;
    color: #524b40;
    line-height: 1.4;
}
.aive-top-off {
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, #198bff, #5707a9);
    line-height: 27px;
    text-align: center;
    height: 27px;
    padding: 0 20px;
    border-radius: 0 10px 0 10px;
}
.aive-top-off2 {
    position: absolute !important;
    right: 0px;
    top: 0px;
    background: linear-gradient(45deg, #198bff, #5707a9);
    line-height: 34px;
    text-align: center;
    width: 241px;
    height: 34px;
    border-radius: 0 18px 0 18px;
}

.saving-function-title {
    font-size: 25px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
.saving-function-desc {
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}


@media (max-width:992px){
    .saving-aive-top {
        flex-wrap: wrap;
        justify-content: center;
    }
    .aive-top-text {
        flex: none;
        width: 100%;
    }
    .compare-license {
        padding: 0;
    }
    .savings-guar {
        flex-wrap: wrap;
        gap: 10px;
    }
    .aive-function-btns {
        max-width: 100%;
    }
}

/* --------------------------- */
.main-bundle{border-top: 1px solid #453e34;background: #000000 url(../images/ai-video-enhancer/discount-coupon-chris25/bundle-bg-new.png) no-repeat center top;padding: 75px 0 85px;background-position-y: -50%;}
.main-bundle h2+p{padding: 10px 0;}
.bundle-box{display: flex;justify-content: center;align-items: flex-start; gap:45px;margin: 30px 0 0;}
.bundle-itme{background:linear-gradient(#050403,#050403),linear-gradient(180deg,#312a22,#774c08,#362c20);border-radius: 20px;position: relative;border: 2px solid transparent;background-clip: padding-box, border-box; background-origin: padding-box, border-box;padding: 55px 55px 40px;text-align: center;width: 520px;box-sizing: border-box;}
.item-bg{position: absolute!important;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;}
.item-bg::before{content: "";position: absolute;left:0;top: 50%; width: 550px;height: 550px; background:rgba(131,83,7, 0.25);filter: blur(80px);opacity: 0.95;transform: translate(-50%,-50%) rotate(45deg);z-index:0;}
.bundle-itme:nth-child(1) .item-bg::before{transform:translate(20%,-50%) rotate(45deg);}
.bundle-itme >div,.bundle-itme >h3,.bundle-item-ul{position: relative;}
.bundle-itme .aive-top-off{position: absolute;}
.bundle-itme-logo{display: flex;justify-content: center;align-items: center;gap: 10px;}
.bundle-itme-logo span{width: 17px;height: 17px;display: inline-block;color: #9d8052;background: linear-gradient(to bottom,currentColor,currentColor) no-repeat center /17px 3px,linear-gradient(to bottom,currentColor,currentColor) no-repeat center/3px 17px;}
.bundle-itme h3{padding: 8px 0 10px;}
.bundle-itme h3+p{color: #b3ada2;position: relative;}
.bundle-itme .buy-btn{margin: 0 55px;}
.bundle-item-line{border-top: 1px solid #878177;margin: 30px 0 5px;}
.bundle-item-prot{padding: 25px 0 10px;text-align: left;display: flex;align-items:center;gap: 10px;}
.bundle-item-prot::before { content: "";display: inline-block; width: 8px; height: 13px; border-right: 2px solid #22b566; border-bottom: 2px solid #22b566; transform: rotate(45deg);}
.bundle-item-prot span{color: #fe9a0c;}
.bundle-item-prot del{color: #878177;}
.bundle-item-ul{text-align: left;color: #b3ada2;padding-left: 22px;}
.bundle-bottom-gura{position: absolute!important;bottom:0;left:30px;transform: translateY(100%);}
.bundle-gura-txt{display: flex;justify-content: space-evenly;padding: 25px 0;}
.bundle-gura-txt div{display: flex;align-items: center;gap: 5px;}
.bundle-gura-txt span{font-size: 13px;color: #808080;line-height: 1.3;}

.aive-top-price-t{color:#fe9a0c;padding: 20px 0 5px;}
.aive-top-price-save del{color: #878177;}
.aive-top-price-save{padding-bottom: 18px;}
.buy-btn a{background: linear-gradient(to right,#fe690d,#feb405);border-radius: 9px;height: 50px;display: flex;justify-content: center;column-gap: 15px; align-items: center;font-size: 19px;color: #fff;}
.buy-btn a::before{content: url(../images/svg-icons/buy.svg); width: 36px;height: 28px;}
.buy-btn a>div{text-align: left;}
.buy-btn a span{font-size: 13px;display: block;line-height: 1;}
.buy-btn+.buy-btn-mess{color: #878177;padding-top: 8px;}

@media(max-width:979px){
    .bundle-box{flex-wrap: wrap;gap: 140px;}
    .bundle-itme{width: 80%;}
}
@media(max-width:767px){
    .bundle-itme{width: 90%;padding: 55px 25px 40px;}
}
@media(max-width:479px){
    .bundle-itme{width: 100%;padding: 55px 10px 40px;}
}
/* ----------------- */

/* ----------------- */
.main-trust{background: linear-gradient(#080603,#000000);padding: 70px 0;}
.container-fluid h2{margin-bottom:50px; text-align:center;}
.main-trust .section-part4-title.less-dis {margin-bottom: 0;padding-bottom: 15px;}
.main-trust-desc {margin-bottom: 80px;text-align: center;}
.main-trust-desc>a {color: #6397ff;}
.main-trust-desc>a:hover {text-decoration: underline;}
.component-AITools-carousel-container {width: 100%;overflow: hidden;position: relative;}
.component-AITools-list-carousel {display: flex;align-items: stretch;width: calc((355px + 70px) * 10);animation: slide 30s linear infinite;}
.component-AITools-list-carousel:hover {animation-play-state: paused;}
.component-AITools-carousel-item {width: 355px;margin-right: 70px;flex-shrink: 0;position: relative;}
@keyframes slide {0% {transform: translateX(0);}100% {transform: translateX(calc((-355px - 70px) * 5));}}
.section-part4-title {
    font-weight: 700;
    padding:30px 0 45px;
    line-height: 1.2;
    text-align: center;
}

.section-part4-item {
    text-align: left;
}
.section-part4-stat {
    margin-bottom: 10px;
}
.section-part4-desc {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.4;
    color: #b2b2b2;
}
.section-part4-name {
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
}
.section-part4-adress {
    font-size: 17px;
    line-height: 1.4;
    color: #a3a3a3;
}


.main-choose{background: url(../images/ai-video-enhancer/discount-coupon-chris25/bg2-new.jpg) no-repeat center top #f4f4f4;background-size: 100%;padding: 70px 0 40px;}
.choose-text{border: 1px solid #2b2d2b;border-radius: 20px;display: grid;grid-template-columns: repeat(3 ,1fr);margin-top: 40px;}
.choose-text-item{padding: 25px 40px;text-align: center;}
.choose-text-item:nth-child(2){border-left: 1px solid currentColor;border-right: 1px solid currentColor;color: inherit;}
.choose-text-item p{color: #959595;}
.choose-text-item div{padding: 10px 0;}
.choose-img{text-align: center;margin: 57px 0 0;}
.choose-number span{font-size: 62px;background: linear-gradient(90deg,#5707a9,#1c85fb);color: transparent;background-clip: text;font-weight: bold;line-height: 1;}
.choose-number var{color: #294dc7;font-style: normal;font-size: 17px;padding-left: 20px;}
.choose-number{font-size: 15px;color: #838383;position: relative;}
.choose-number >div{position: absolute;}
.choose-number .millin{left: -30px;top: 55px;text-align:left;}
.choose-number .hours{left: -30px;top:180px;text-align:left;}
.choose-number .speed{right: -100px;top:115px;}
.choose-number .speed span{font-size: 81px;}
@media(max-width:1200px){
    .choose-number >div{position: relative;display: inline-block;margin: 0 10px;}
    .choose-number .millin,.choose-number .hours,.choose-number .speed{left: 0;top: 0;right: 0;}
    .main-choose .container-xl:nth-child(1){background: #000;}
}
@media(max-width:767px){
    .choose-text{grid-template-columns: 1fr;}
}

.section-part4-cooperator-desc {
    color: #775939;
    padding-top: 10px;
    margin-bottom: 90px;
}
.section-part4-cooperator img {
    max-width: 100%;
    height: auto;
}
.section-part4-suhead {
    text-align: left;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.section-part4-faq-list {
    text-align: left;
    color: #000;
}
.section-part4-faq-q {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-top: 15px;
}
.section-part4-faq-a p {
    font-size: 17px;
    margin-bottom:15px;
    line-height: 1.4;
}
.section-part4-faq-a a {
    color: #2691fc;
    text-decoration: underline;
}
.section-part4-faq-a ol {
    list-style: auto;
    padding-left: 20px;
     margin-bottom:15px;
}
.section-part4-faq-a ol li {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.4;
}
/* -------------- */




.canvas-wrapper {
    width: 100%;
    position: absolute;
    aspect-ratio: 16 / 9;
    background: #0a0e15;
    transition: background-color 0.1s;
    margin-top: 0;
    z-index: 0;
    top:0;
    left: 0;
}
#canvas {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.glass-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: transparent;
    pointer-events: none;
    z-index: 5;
}
.fade-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: linear-gradient(to top, 
        var(--bg-color, #000000) 0%,
        var(--bg-color, #000000) 20%,
        transparent 100%);
    pointer-events: none;
    z-index: 8;
}


/* `````````````````````````````````````````````` */
.Modals_Container * {
    box-sizing: border-box;
}
.Modals_Container {
    z-index: 9999;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 1.5rem 2.5rem 2.5rem;
    display: none;
    position: fixed;
    inset: 0%;
    transform-style: preserve-3d; 
    will-change: filter, transform, opacity; /* 提示浏览器优化 */
}

.modals-close-wrap {
    z-index: 100;
    pointer-events: none;
    justify-content: flex-end;
    display: flex;
    position: relative;
    align-self: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
}
.modals-close {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    pointer-events: auto;
    color: #808080;
    cursor: pointer;
    background-color: #181716;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    display: inline-flex;
}
.tnb-link-text {
    color: #d9d9d9;
    flex: none;
    margin: -.5em;
    padding: .5em;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2em;
}
.modals-embed {
    z-index: 50;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.tnb-modal-overlay {
    background-color: rgba(0 0 0 / 1);
    opacity: .75;
    cursor: pointer;
    position: absolute;
    inset: 0%;
    opacity: .75;
    will-change: opacity;
}
.modals-position {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.modals-embed-item {
    display: none;
    border-radius: 20px 0 20px 20px;
    overflow: hidden;
    width: 90vw;
    max-width: 1280px;
    min-width: 0;
}
.modals-embed-item.active {
    display: block;
}

.modals-embed-item iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}