@charset "UTF-8";

html {
    scroll-behavior: smooth;
}
body {
    scroll-behavior: smooth;
}

p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0;}
ul,ol{margin:0;padding:0;list-style:none;}
dt{font-weight:bold;}
dd{margin-left:0;}
hr{box-sizing:content-box;/* 1 */
height:0;/* 1 */
overflow:visible;/* 2 */
border-top-width:1px;margin:0;clear:both;color:inherit;}
address{font-style:inherit;}
a{background-color:transparent;text-decoration:none;color:inherit;}
b,strong{font-weight:bolder;}

/* base css */
.container,.container-xxl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.container-fluid{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .container-sm,.container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container-md,.container-sm,.container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container-lg,.container-md,.container-sm,.container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container-xxl,.container-lg,.container-md,.container-sm,.container {
        max-width:1240px
    }
}


/* `````````````````````````````````````` section-part1 ````````````````````````````````````````` */
.section-part1 {
    background-image: linear-gradient(180deg, #edeff5, #fff);
    position: relative;
    overflow: hidden;
    padding: 80px 0 70px;
    text-align: center;
}

.section-part1::before {
    content: '';
    position: absolute;
    width: 479px;
    height: 514px;
    right: 100px;
    top: -30px;
    background-image: url("../../images/ai-video-enhancer/discount-coupon/bg-part1.png");
    background-repeat: no-repeat;
}
.section-part1 .container-lg {
    position: relative;
    z-index: 1;
}
.crumbs {
    position: absolute;
    text-align: left;
    left: 0;
    top:-55px;
    font-size: 17px;
}
.crumbs a {
    color: #2691fc;
}
.crumbs a:hover {
    color: #2691fc;
    text-decoration: underline;
}
.section-part1-h1 {
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}
.section-part1-suhead {
    margin-bottom: 30px;
    line-height: 1.4;
}
.section-part1-flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-image: linear-gradient(180deg, #d8dbfa, #e8e9f6);
    border-radius: 20px;
    padding: 40px 45px;
    box-sizing: border-box;
    gap: 40px;
}
.section-part1-l {
    flex: 1;
    text-align: left;
}
.section-part1-l-title {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.section-part1-l-title a:hover {
    text-decoration: underline;
}
.section-part1-l-desc {
    color: #150a51;
    line-height: 1.3;
    margin-bottom: 25px;
}
.section-part1-l-pic img {
    max-width: 100%;
    height: auto;
}

.section-part1-r {
    background-color: #ffffff;
    padding: 40px 25px;
    box-sizing: border-box;
    border-radius: 15px;
}
.section-part1-r-list {
    padding: 0 50px;
    text-align: left;
}
.section-part1-r-item {
    position: relative;
    padding-left: 45px;
    color: #70583e;
    font-size: 19px;
    margin-bottom: 15px;
}
.section-part1-r-item.i-c {
    color: #414141;
}
.section-part1-r-item::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}
.section-part1-r-item.i-c::before {
    background-image: url("../../images/ai-video-enhancer/discount-coupon/i-c.png");
    background-repeat: no-repeat;
    background-position-x: 3px;
    background-position-y: 0px;
}
.section-part1-r-item.i-1::before {
    background-image: url("../../images/ai-video-enhancer/discount-coupon/i-icons.png");
    background-repeat: no-repeat;
    background-position-x: -8px;
    background-position-y: -10px;
}
.section-part1-r-item.i-2::before {
    background-image: url("../../images/ai-video-enhancer/discount-coupon/i-icons.png");
    background-repeat: no-repeat;
    background-position-x: -7px;
    background-position-y: -50px;
}
.section-part1-r-item.i-3::before {
    background-image: url("../../images/ai-video-enhancer/discount-coupon/i-icons.png");
    background-repeat: no-repeat;
    background-position-x: -7px;
    background-position-y: -90px;
}
.section-part1-r-line {
    width: 100%;
    height: 1px;
    background-color: #ebedf2;
    margin: 20px 0;
}


@media (max-width:1200px){
  
}
@media (max-width:992px){
    .section-part1-flex {
        flex-wrap: wrap;
    }
    .section-part1-l {
        flex: none;
        text-align: center;
        width: 100%;
    }
    .section-part1-l-title {
        justify-content: center;
    }
}
@media (max-width:768px){
    
}
@media (max-width:576px){
    .section-part1-r-list {
        padding: 0 10px;
    }
    .section-part1-r-item {
        font-size: 15px;
    }
}
/* ``````````````````````````````````````section-part2 `````````````````````````````` */
.section-part2 {
    background-color: #fff;
    padding-bottom: 55px;
    text-align: center;
}
.section-part2-title {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}
.section-part2-suhead {
    line-height: 1.4;
    margin-bottom: 40px;
}
.section-part2-head {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-bottom: 15px;
}
.section-part2-item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 15px;
    box-shadow: rgba(161, 161, 213, 0.8) 0px 0px 5px 0px, rgba(161, 161, 213, 0.8) 0px 0px 1px 0px;
}
.section-part2-item:nth-of-type(even) {
    box-shadow: rgba(161, 161, 213, 0.4) 0px 0px 5px 0px, rgba(161, 161, 213, 0.4) 0px 0px 1px 0px;
}
.section-part2-fill-1 {
    flex: 1;
}
.section-part2-fill-2 {
    flex: 1;
}
.section-part2-fill-3 {
    flex: 1;
}
.section-part2-fill-4 {
    flex: 1;
}
.section-part2-fill-5 {
    flex: 1;
}
.section-part2-fill-6 {
    flex-basis: 215px;
}

.section-part2-list-head {
    font-size: 19px;
    color: #737373;
    line-height: 1.3;
}

.list-discount {
    font-size: 25px;
    color: #ff5628;
    line-height: 1.3;
}
.list-offers {
    font-size: 21px;
    color: #353535;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.list-upgrade {
    font-size: 19px;
    color: #404040;
    line-height: 1.3;
}
.list-price {
    font-size: 19px;
    color: #404040;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.list-price del {
    font-size: 19px;
    color: #898989;
    line-height: 1.3;
}
.list-save {
    font-size: 19px;
    color: #09940f;
    line-height: 1.3;
}
.list-copy-code {
    color: #ffffff;
    background-color: #fb8a06;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px 28px;
    border-radius: 10px;
    box-sizing: border-box;
}
.button-copy-code {
    flex: 1;
    text-align: left;
}
.button-tips {
    font-size: 15px;
    line-height: 1.3;
}
.button-code {
    font-size: 21px;
    line-height: 1.3;
}


@media (max-width:1200px){
  
}
@media (max-width:992px){
    .section-part2-list-head {
        font-size: 15px;
    }
    .list-discount {
        font-size: 19px;
    }
    .list-offers {
        font-size: 15px;
    }
    .list-upgrade {
        font-size: 17px;
    }
    .list-price {
    font-size: 17px;
    }
    .list-price del {
    font-size: 17px;
    }
    .list-save {
    font-size: 17px;
    }
    .button-code {
        font-size: 17px;
    }
}
@media (max-width:768px){
    
}
@media (max-width:576px){
    .section-part2-fill-1 {
        flex: none;
    }
    .section-part2-fill-2 {
        flex: none;
    }
    .section-part2-fill-3 {
        flex: none;
    }
    .section-part2-fill-4 {
        flex: none;
    }
    .section-part2-fill-5 {
        flex: none;
    }
    .section-part2-fill-6 {
        flex-basis: 215px;
    }
    .section-part2-item {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 5px;
    }
    .section-part2-head {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 15px;
    }
}
/* `````````````````````````````````````` section-part3 ````````````````````````````````````````` */
.section-part3 {
    background-color: #f5f5f5;
    padding: 70px 0;
    text-align: center;
}
.section-part3-title {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}
.section-part3-suhead {
    margin-bottom: 15px;
    line-height: 1.4;
}
.section-part3-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.section-part3-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    border-radius: 5px;
    padding: 0 60px;
    background-color: #3d7eff;
    color: #ffffff;
    font-size: 23px;
}
.section-part3-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.section-part3-list-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.section-part3-item {
    position: relative;
}
.section-part3-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}
.section-part3-item-title {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-part3-item-desc {
    line-height: 1.4;
    text-align: left;
    display: none;
}
.section-part3-cover.active {
    filter: blur(2px)
}




@media (max-width:1400px){
  
}
@media (max-width:1200px){
    .section-part3-list {
        flex-wrap: wrap;
    }
}
@media (max-width:992px){

}
@media (max-width:768px){
    
}
@media (max-width:576px){
    
}
/* `````````````````````````````````````` section-part4 ````````````````````````````````````````` */
.section-part4 {
    padding-top: 90px;
    padding-bottom: 50px;
    text-align: center;
    background: url("../../images/ai-video-enhancer/discount-coupon/bg-part4.jpg") no-repeat center top #f6f6f6;
    background-size: 100% auto;
}
.section-part4-title {
    font-weight: 700;
    margin-bottom: 70px;
    line-height: 1.2;
}

.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: #b3b3b3;
}
.section-part4-name {
    font-size: 21px;
    line-height: 1.4;
    color: #ffffff;
}
.section-part4-adress {
    font-size: 17px;
    line-height: 1.4;
    color: #b3b3b3;
}

.component-AITools-carousel-container {width: 100%;overflow: hidden;position: relative;margin-bottom: 70px;}
.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-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;
}
.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;
}



@media (max-width:1200px){
    .section-part4 {
        background: url("../../images/ai-video-enhancer/discount-coupon/bg-part4.jpg") no-repeat center top #f6f6f6;
        background-size: auto 900px;
    }
}
@media (max-width:992px){

}
@media (max-width:768px){
    
}
@media (max-width:576px){
    
}
/* `````````````````````````````````````` section-part5 ````````````````````````````````````````` */
.section-part5 {
    background:linear-gradient(#f6f6f6 340px, #090909 0) no-repeat;
}

.faq-content {background-color:#ffffff;border-radius:20px;padding:50px;box-shadow:rgba(99,99,99,0.2) 0px 2px 8px 0px;}
.section-part4-title {margin-bottom:50px; text-align:center; line-height:1;font-weight: 600;}
.qes_one{border-top:1px solid #e6e6e6;padding:18px 0 8px;text-align:left;}
.qes_one .t{font-size:21px;cursor:pointer;padding:0 30px 15px 0;position:relative;color:#000;}
.qes_one .t i{position:absolute;right:0;top:0px;display:inline-block;width:31px;height:31px;border-radius:50%;color:#414141;background:#ffffff;}
.qes_one .t i:after{position:absolute;left:50%;top:50%;content:"";display:inline-block;width:19px;height:19px;background:linear-gradient(currentColor,currentColor) no-repeat center / 100% 3px,linear-gradient(currentColor,currentColor) no-repeat center / 3px 100%;transform:translate(-50%,-50%);}
.qes_one .qes_ans{color:#737480;display:none;}
.qes_one .qes_ans p{margin-bottom: 5px;font-size: 17px;}
.qes_one .qes_ans ul {margin-bottom: 5px;}
.qes_one .qes_ans ul li{position: relative;padding-left: 15px;}
.qes_one .qes_ans ul li::before{position: absolute;content: '';display: block;width: 5px;height: 5px;background-color: #333;left: 0;top: 10px;border-radius: 50%;}
.qes_one.focus .t i{color:#ffffff;background:#000000;}
.qes_one.focus .t i:after{background:linear-gradient(currentColor,currentColor) no-repeat center / 100% 3px;}
.qes_one.focus .qes_ans{display:block;}
.qes_one a{color:#2691fc;}
@media (max-width: 1140px) {
	.faq-wrap {width: 96%;}
    .faq-content {padding: 30px 20px;}
}

@media (max-width:1400px){
  
}
@media (max-width:992px){

}
@media (max-width:768px){
    
}
@media (max-width:576px){
    
}

