/*
[Master Stylesheet] 
Project:
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
:root{    
    --white-color :#ffffff;    
    --black-color :#000000;    
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;
    overflow-x:hidden;    
    font-family: "Mulish", sans-serif;
    background: rgba(7, 8, 28, 1);
}
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word;    
}
img, video {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;  
}
/* Scroll */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
} 
::-webkit-scrollbar-track {
    background-color: #141333;    
}
::-webkit-scrollbar-thumb {    
    height: 100px;
    background-image: linear-gradient(90deg, #A672FD 10%, #FC82AC 46.15%);
}
/* Scroll */
/* Bottom To Top CSS Start */
.cv_top_icon a {
    display: flex;
    background-image: linear-gradient(90deg, #765CFD -1.01%, #E14EBC 40.45%, #FE604D 78.15%, #FF9259 100%);
    box-shadow: 16px 13px 15px 0px rgba(255, 255, 255, 0.3) inset;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.cv_top_icon a svg {
    fill: var(--white-color);    
}
.cv_top_icon a.show {
    opacity: 1;
    visibility: visible;
}
/* Bottom To Top CSS End */

/* Button CSS Start */
.cv_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 78px;
    padding: 0px 30px;
    border-radius: 10px;
    border: none;
    font-size: 26px;
    font-weight: 800;
    color: var(--white-color);
    box-shadow: 16px 13px 15px 0px rgba(255, 255, 255, 0.3) inset;
    background: linear-gradient(90deg, #765CFD -1.01%, #E14EBC 40.45%, #FE604D 78.15%, #FF9259 100%);     
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s;
}
.cv_btn:hover {    
    transform: scale(0.95);  
}
/* Button CSS End */

/* Padder Top CSS*/
.pt5{
    padding-top: 5px;
}
.pt10{
    padding-top: 10px;
}
.pt15{
    padding-top: 15px;
}
.pt20{
    padding-top: 20px;
}
.pt25{
    padding-top: 25px;
}
.pt30{
    padding-top: 30px;
}
.pt35{
    padding-top: 35px;
}
.pt40{
    padding-top: 40px;
}
.pt45{
    padding-top: 45px;
}
.pt50{
    padding-top: 50px;
}
.pt55{
    padding-top: 55px;
}
.pt60{
    padding-top: 60px;
}
.pt65{
    padding-top: 65px;
}
.pt70{
    padding-top: 70px;
}
.pt75{
    padding-top: 75px;
}
.pt80{
    padding-top: 80px;
}

/* Padder Bottom CSS*/

.pb5{
    padding-bottom: 5px;
}
.pb10{
    padding-bottom: 10px;
}
.pb15{
    padding-bottom: 15px;
}
.pb20{
    padding-bottom: 20px;
}
.pb25{
    padding-bottom: 25px;
}
.pb30{
    padding-bottom: 30px;
}
.pb35{
    padding-bottom: 35px;
}
.pb40{
    padding-bottom: 40px;
}
.pb35{
    padding-bottom: 45px;
}
.pb50{
    padding-bottom: 50px;
}
.pb55{
    padding-bottom: 55px;
}
.pb60{
    padding-bottom: 60px;
}
.pb65{
    padding-bottom: 65px;
}
.pb70{
    padding-bottom: 70px;
}
.pb75{
    padding-bottom: 75px;
}
.pb80{
    padding-bottom: 80px;
}
.pall5{
    padding: 5px;
}
.pall10{
    padding: 10px;
}
.pall15{
    padding: 15px;
}
.pall20{
    padding: 20px;
}
.pall25{
    padding: 25px;
}
.pall30{
    padding: 30px;
}
.pall35{
    padding: 35px;
}
.pall40{
    padding: 40px;
}
.pall45{
    padding: 45px;
}
.pall50{
    padding: 50px;
}
/* Margin CSS*/
.marginAuto{
    margin: 0 auto;
}
.marginLeftAuto{
    margin-left: auto;
}
.marginRightAuto{
    margin-right: auto;
}
/* Margin Top CSS*/
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
.mt55{
    margin-top: 55px;
}
.mt60{
    margin-top: 60px;
}
.mt65{
    margin-top: 65px;
}
.mt70{
    margin-top: 70px;
}
.mt75{
    margin-top: 75px;
}
.mt80{
    margin-top: 80px;
}

/* Margin Bottom CSS*/
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb25{
    margin-bottom: 25px;
}
.mb30{
    margin-bottom: 30px;
}
.mb35{
    margin-bottom: 35px;
}
.mb40{
    margin-bottom: 40px;
}
.mb35{
    margin-bottom: 45px;
}
.mb50{
    margin-bottom: 50px;
}
.mb55{
    margin-bottom: 55px;
}
.mb60{
    margin-bottom: 60px;
}
.mb65{
    margin-bottom: 65px;
}
.mb70{
    margin-bottom: 70px;
}
.mb75{
    margin-bottom: 75px;
}
.mb80{
    margin-bottom: 80px;
}
.mapp5{
    margin: 5px;
}
.mapp10{
    margin: 10px;
}
.mapp15{
    margin: 15px;
}
.mapp20{
    margin: 20px;
}
.mapp25{
    margin: 25px;
}
.mapp30{
    margin: 30px;
}
.mapp35{
    margin: 35px;
}
.mapp40{
    margin: 40px;
}
.mapp45{
    margin: 45px;
}
.mapp50{
    margin: 50px;
}
/* Font Size*/
.fs10{
    font-size: 10px;
}
.fs11{
    font-size: 11px;
}
.fs12{
    font-size: 12px;
}
.fs13{
    font-size: 13px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs17{
    font-size: 17px;
}
.fs18{
    font-size: 18px;
}
.fs19{
    font-size: 19px;
}
.fs20{
    font-size: 20px;
}
.fs21{
    font-size: 21px;
}
.fs22{
    font-size: 22px;
}
.fs23{
    font-size: 32px;
}
.fs24{
    font-size: 24px;
}
.fs25{
    font-size: 25px;
}
.fs26{
    font-size: 26px;
}
.fs27{
    font-size: 27px;
}
.fs28{
    font-size: 28px;
}
.fs29{
    font-size: 29px;
}
.fs30{
    font-size: 30px;
}
.fs31{
    font-size: 31px;
}
.fs32{
    font-size: 32px;
}
.fs33{
    font-size: 33px;
}
.fs34{
    font-size: 34px;
}
.fs35{
    font-size: 35px;
}
.fs36{
    font-size: 36px;
}
.fs37{
    font-size: 37px;
}
.fs38{
    font-size: 38px;
}
.fs39{
    font-size: 39px;
}
.fs40{
    font-size: 40px;
}
.fs41{
    font-size: 41px;
}
.fs42{
    font-size: 42px;
}
.fs43{
    font-size: 43px;
}
.fs44{
    font-size: 44px;
}
.fs45{
    font-size: 45px;
}
.fs46{
    font-size: 46px;
}
.fs47{
    font-size: 47px;
}
.fs48{
    font-size: 48px;
}
.fs49{
    font-size: 49px;
}
.fs50{
    font-size: 50px;
}
.fs51{
    font-size: 51px;
}
.fs52{
    font-size: 52px;
}
.fs53{
    font-size: 53px;
}
.fs54{
    font-size: 54px;
}
.fs55{
    font-size: 55px;
}
.fs56{
    font-size: 56px;
}
.fs57{
    font-size: 57px;
}
.fs58{
    font-size: 58px;
}
.fs59{
    font-size: 59px;
}
.fs60{
    font-size: 60px;
}

/* Font Weight*/

.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.relative{
    position: relative;
}
.zindex1{
    z-index: 1;
}
.marginAuto{
    margin: auto;
}

.bg_cover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg_contain{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.whiteColor{
    color: var(--white-color);
}
.blackColor{
    color: var(--black-color);
}
.container{
    max-width: 1700px;
}
/* Heading */
.cv_top_heading{
    text-align: center;
    position: relative;
}
.cv_top_heading_text::before {
    content: '';      
    position: absolute;
    inset: 0;
    border-radius: 60px;
    transition: all 0.3s;
    z-index: -1;    
    border: 2px solid transparent;
	background: linear-gradient(85.45deg, #E209C4 3.01%, #FFB833 51.79%, #E209C4 128.27%)
		border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;    
}
.cv_top_heading_text{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);    
    border-radius: 60px;
    padding: 0px 25px;
    min-height: 53px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}
.cv_line_effect {
    inset: calc(0px);
    padding: 2px;
    background: var(--lqd-outline-glow-color-secondary,transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    position: absolute;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
}
.cv_line_effect_inner {
    background: conic-gradient(from 290deg at 50%,var(--lqd-outline-glow-color-secondary,transparent) 0%,var(--lqd-outline-glow-color,#fff) 20%,var(--lqd-outline-glow-color-secondary,transparent) 25%);
    animation: line-effect var(--lqd-outline-glow-duration,5s) linear infinite;
    display: inline-block;
    /* padding: 1px; */
    border-radius: 50px;
    inset-inline-start: 50%;
    top: 50%;
    aspect-ratio: 1/1;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    overflow: hidden;
}
@keyframes line-effect {
    0% {
        transform: translate(-88%,-50%) rotate(0deg)
    }

    33% {
        transform: translate(-12%,-50%) rotate(0deg)
    }

    50% {
        transform: translate(-12%,-50%) rotate(180deg)
    }

    83% {
        transform: translate(-88%,-50%) rotate(180deg)
    }

    to {
        transform: translate(-88%,-50%) rotate(360deg)
    }
}
.swiper {
    overflow: hidden;
}
/* Main Heading */
.cv_main_heading_text{
    font-size: 50px;
    font-weight: 800;
    background: linear-gradient(180deg, #E8E8E8 0%, #B6B6B6 100%);
    -webkit-background-clip: text;        
    -webkit-text-fill-color: transparent;
    background-clip: text; 
}
.cv_gredient_color{    
    background: linear-gradient(90deg, #A672FD 0%, #FC82AC 46.15%, #F9D5A5 100%);
    -webkit-background-clip: text;        
    -webkit-text-fill-color: transparent;
    background-clip: text;    
    background-size: 300% 300%; 
    background-position: 0% 50%;
    animation: gradientMove 5s linear infinite;
}

/* Heading */
/* Top bar Start */
.cv_top_bar_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(17px);
    padding: 14px 0;
    border-bottom: 1px solid #2c2d31;
}
.cv_top_bar_wrapper .container{
    max-width: 1820px;
}
.cv_top_bar_parent{
    gap: 10px;
}
.cv_logo {
    flex: none;
    z-index: 1;
}
.cv_top_bar_parent p {
    flex: none;
    position: absolute;    
    left: 0;
    width: 100%;
}
.cv_top_bar_parent p span{
    color: #fff600;    
}
div#gt_float_wrapper {
    top: 12px !important;
    right: 60px !important;
}
.gt_float_switcher {
    font-family: 'Mulish' !important;
    font-size: 16px !important;
    color: #222 !important;
    line-height: 16px !important;
    border-radius: 6px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    transform: rotate(0deg) !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(180deg) !important;
}
/* Top bar end */

/* Banner CSS */
.cv_banner_wrapper{
    background-image: url(../images/banner-bg.webp);    
    padding: 150px 0 80px 0;         
    overflow: hidden;
}
.cv_banner_wrapper::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(141 0 83 / 20%) 0%, rgb(0 83 143 / 20%) 30%, rgb(0 0 0) 70%);
    filter: blur(80px);
    animation: moveRotateBg 6s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes moveRotateBg {
  0%   { transform: translate(0%, 0%) rotate(0deg); }
  25%  { transform: translate(5%, -5%) rotate(90deg); }
  50%  { transform: translate(-5%, 5%) rotate(180deg); }
  75%  { transform: translate(8%, -3%) rotate(270deg); }
  100% { transform: translate(0%, 0%) rotate(360deg); }
}
.cv_banner_headings {
    position: relative;
}
.cv_banner_headings .cv_top_heading_text{
    text-transform: uppercase;
}
.cv_banner_headings .cv_main_heading_text{
    font-size: 60px;
}
.cv_banner_main_heading_text {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.cv_banner_main_heading_text .cv_gredient_color {
    background: linear-gradient(to right, #3156FF -50%, #0DFFC2 30.21%, #C226FF 60%, #0DFFC2 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
     background-size: 300% 300%; 
    background-position: 0% 50%;
    animation: gradientMove 5s linear infinite;
}
.cvAiRobot {
    display: inline-block;
    /* animation: glow 2s ease-in-out infinite;     */
    margin-top: -10px;
}

@keyframes glow {
  0% { filter: drop-shadow(0 0 5px #ffffffc4) drop-shadow(0 0 10px #ff00ffa6); }
  50% { filter: drop-shadow(0 0 10px #00ffffbd) drop-shadow(0 0 30px #ff00ffa6); }
  100% { filter: drop-shadow(0 0 5px #ffffffbd) drop-shadow(0 0 10px #ff00ffa6); }
}
.cv_banner_middle_flex {
    max-width: 1000px;
    width: 100%;
    flex: none;
}
.cv_banner_middle{
    max-width: 680px;
    width: 100%;    
    position: relative;
    border-radius: 20px;
    padding: 10px;
    backdrop-filter: blur(20px);  
    background: rgba(255, 255, 255, 0.1);  
    z-index: 1;
    flex: none;
}
.cv_banner_middle::before {
    content: '';      
    position: absolute;
    inset: 0;
    border-radius: 20px;    
    z-index: -1;    
    border: 2px solid transparent;
	background: linear-gradient(85.45deg, #E209C4 3.01%, #FFB833 51.79%, #E209C4 128.27%)
		border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}
.cv_banner_video iframe{
    border-radius: 10px;
    width: 100%;
    height: 100%;    
}
.cv_banner_tags ul li{    
    margin-bottom: 40px;
}
.cv_banner_tags ul li p{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 0 15px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;    
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(50px);
    gap: 10px;
    transition: all 0.3s;
    z-index: 1;
}
.cv_banner_tags ul li p:before{
    content: '';
    position: absolute;
    inset: 0;    
    border: 1px solid transparent;
	background: linear-gradient(85.45deg, #E209C4 3.01%, #FFB833 51.79%, #E209C4 128.27%)
		border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.4s;
}
.cv_banner_tags ul li p:hover{
    box-shadow: 0 0 30px 0 rgb(150, 58, 187, 0.8);    
}
.cv_banner_tags ul li p:hover:before{
    opacity: 1;
    visibility: visible;
}
.cv_banner_tags ul li:last-child{
    margin-bottom: 0;
}
.cv_banner_left {
    text-align: right;
}
.cv_banner_left .cv_banner_tags ul li:first-child p {
    margin-right: -30px;
}
.cv_banner_left .cv_banner_tags ul li:nth-child(2) p {
    margin-right: 30px;
}
.cv_banner_left .cv_banner_tags ul li:nth-child(3) p {
    margin-right: 88px;
}
.cv_banner_left .cv_banner_tags ul li:nth-child(4) p {
    margin-right: 30px;
}
.cv_banner_left .cv_banner_tags ul li:last-child p {
    margin-right: -30px;
}
.cv_banner_right{
    text-align: left;
}
.cv_banner_right .cv_banner_tags ul li:first-child p {
    margin-left: -30px;
}
.cv_banner_right .cv_banner_tags ul li:nth-child(2) p {
    margin-left: 30px;
}
.cv_banner_right .cv_banner_tags ul li:nth-child(3) p {
    margin-left: 87px;
}
.cv_banner_right .cv_banner_tags ul li:nth-child(4) p {
    margin-left: 30px;
}
.cv_banner_right .cv_banner_tags ul li:last-child p {
    margin-left: -30px;
}
.cv_banner_video_shape_left, .cv_banner_video_shape_right{ 
    max-width: 257px;   
    width: 100%;
    flex: none;
}
.cv_banner_video_shape_left {
    transform: rotate(180deg);
    margin-right: -30px;
}
.cv_banner_video_shape_right{
    margin-left: -30px;
}
.cv_common_buy_btn {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cv_common_buy_btn .cv_paymnt_cards, .cv_common_buy_btn .cv_paymnt_btns{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cv_common_buy_btn h4 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}
.cv_common_buy_btn h5 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 0px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    background: #FFFFFF1A;
    border-radius: 60px;
    margin: 15px 0 20px 0;
}
/* Banner CSS */

/* Step Section CSS Start */
.cv_step_wrapper {
    background-image: url(../images/step-bg.webp);
    background-position: top;
    padding: 340px 0 80px 0;
    margin-top: -280px;
}
.cv_step_wrapper .container {
    max-width: 1360px;
}
.sc_step_heading .cv_gredient_color {
    background: linear-gradient(90deg, #3156FF -30%, #0DFFC2 -12.79%, #C226FF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;    
    position: relative;
    text-decoration: underline;
    text-decoration-color: #9062ee;
    z-index: 1;
     background-size: 300% 300%; 
    background-position: 0% 50%;
    animation: gradientMove 5s linear infinite;
}
.sc_step_heading {
    max-width: 1000px;
    width: 100%;
    margin: auto;    
}
.cv_step_box {
    position: relative;
    background: rgba(15, 15, 15, 1);
    border-radius: 10px;    
    text-align: center;   
    transition: all 0.3s;      
}
.cv_step_shadow{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px; 
}
.cv_step_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px 30px 30px;
}
.cv_steps{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 146px;
    min-height: 46px;
    padding: 0 15px;
    margin-top: -20px;
    background: linear-gradient(180deg, #993BFF 0%, #DE3BFF 100%);
    border: 1px solid #B35BFF;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;    
    transition: all 0.4s;
}
.cv_step_inner h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: linear-gradient(90deg, #A672FD 10%, #FC82AC 46.15%, #F9D5A5 100%);
    font-size: 30px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    text-decoration: underline !important;
    text-decoration-color: #FC82AC !important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cv_description {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.cv_step_inner > img {
    display: block;
    margin: auto;
    width: auto;
    height: 197px;
    object-fit: contain;
}
.sv_step_arrow {
    position: absolute;
    top: 70px;
    right: -73px;
    z-index: 1;
}




.cv_step_box_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.cv_step_box_flex:nth-of-type(even){
    flex-direction: row-reverse;
}
.cv_step_box_content{
    background: #FFFFFF0F;
    border: 1px solid #FFFFFF33;
    border-radius: 16px;
    padding: 40px;
    width: 100%;
}
.cv_step_box_content h3 {
    font-size: 26px;
    font-weight: 800;
    text-decoration: underline;
    padding: 15px 0 10px;
}
.cv_step_box_content p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.cv_step_box_image{
    flex: none;
}
.cvStepArrow{
    display: block;
    margin: 30px auto;
}
.cv_step_parent .cvStepArrow {
    margin: 0 auto;
}
/* Step Section CSS End */

/* Voice Clone Section CSS Start */
.cv_voice_clone_wrapper{
    background-image: url(../images/voice-cloning-bg.webp);
    padding: 80px 0;
}
.cv_voice_clone_wrapper .container{
    max-width: 1530px;
}
.sc_voice_clone_heading {
    max-width: 1000px;
    width: 100%;    
}
.cv_voice_clone_video_box{    
    width: 100%;    
    position: relative;
    border-radius: 20px;
    padding: 10px;    
    background: rgba(255, 255, 255, 0.06);  
    z-index: 1;    
}
.cv_voice_clone_video_box::before {
    content: '';      
    position: absolute;
    inset: 0;
    border-radius: 20px;    
    z-index: -1;    
    border: 2px solid transparent;
	background: linear-gradient(85.45deg, #E209C4 3.01%, #FFB833 51.79%, #E209C4 128.27%)
		border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}
.cv_banner_video iframe{
    border-radius: 10px;
    width: 100%;
    height: 100%;    
}
iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.cv_voice_clone_box {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 40px;
}
.sc_feat_title{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    padding: 0 25px;    
    background: linear-gradient(90deg, #171717 0%, #290936 100%);
    position: relative;
    z-index: 1;
}
.sc_feat_title .cv_line_effect{
    border-radius: 10px;
}
.sc_feat_title::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    transition: all 0.3s;
    z-index: -1;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #993BFF 0%, #DE3BFF 90.91%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.sc_feat_title::after{
    content: '';
    width: 18px;
    height: 18px;
    background: rgba(154, 59, 255, 1);
    border-radius: 50px;
    border: 3px solid rgba(29, 29, 29, 1);
    position: absolute;
    top: -6px;
    left: -6px;
}
.sc_feat_title_text {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    background-size: 300% 300%;
    background-position: 0% 50%;
    animation: gradientMove 5s linear infinite;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
@keyframes gradientMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.cv_voice_clone_box p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-top: 30px;
}
/* Voice Clone Section CSS End */

/* Voice Slider Section CSS Start */
.cv_voice_slider_wrapper{
    background-image: url(../images/voice-slider-bg.webp);
    padding: 80px 0;
}
.sc_voice_slider_heading {
    max-width: 900px;
    width: 100%;
}
.sc_voice_slider_heading .cv_top_heading .cv_main_heading_text {
    padding-bottom: 50px;
}
.nav.nav-tabs {
    border: none !important;
    gap: 10px;
}
.nav-link{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 55px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(49px);
    border-radius: 8px !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    width: 100%;
}
.nav-link > img {
    width: 40px;
    height: auto;
    object-fit: contain;
}
.nav-link::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    transition: all 0.3s;
    z-index: -1;    
    background: linear-gradient(180deg, #993BFF 0%, #DE3BFF 100%); 
    border: 1px solid rgba(222, 59, 255, 1) !important;
    opacity: 0;
    visibility: hidden;
}
.nav-link.active:before{
    opacity: 1;
    visibility: visible;
}
.cv_voice_box{
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(39, 41, 75, 1);
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding: 25px;
}
.cv_voice_box.active{
    border: 1px solid rgba(222, 59, 255, 1);
}
.cv_voice_btns{
    flex: none;
}
.cv_voice_btns > img{
    cursor: pointer;
}
.cv_voice_name_wave > h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
}
.cv_voice_flex .swiper-wrapper {
	position: relative;
	-webkit-transition-timing-function:linear!important;
	-o-transition-timing-function:linear!important;
	transition-timing-function:linear!important;
	overflow: visible;        
}
.cv_voice_flex .swiper-slide{
    width: 371px;
}
.cv_voice_slider_bottom .container{
    max-width: 1600px;
}
.cv_voice_slider_bottom .cv_voice_clone_box{
    background: rgba(255, 255, 255, 0.06);
    border: none;
}
.cv_voice_slider_bottom .sc_feat_title_text {
    font-size: 30px;
    font-weight: 800;
}
.cv_voice_slider_bottom .cv_voice_clone_box p:last-child{
    padding-top: 0px;
}
.cvSwiper5, .cvSwiper6, .cvSwiper7 {
    padding: 1px 0px;
    margin: 0 50px;
}
.cvSwiper5 .swiper-slide, .cvSwiper6 .swiper-slide, .cvSwiper7 .swiper-slide{
    width: 240px;
}
.nav-tabs .swiper-wrapper {
    position: relative;
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
    overflow: visible;
}
.nav-tabs{
    position: relative;
}
.nav-tabs .swiper-button-next, .nav-tabs .swiper-button-prev {
    width: 40px;
    height: 40px;
}
.nav-tabs .swiper-button-next::after, .nav-tabs .swiper-button-prev::after{
    font-size: 15px;
}
.nav-tabs .swiper-button-next{
    right: 0px;
}
.nav-tabs .swiper-button-prev{
    left: 0px;
}
.tab-content {
    max-width: 1580px;
    width: 100%;
    margin: auto;
}
.custom-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1px 0;
}
.custom-slider-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform linear;
}

.custom-slide {
  flex: 0 0 auto;
  margin-right: 10px;
}

.custom-slider-wrapper .custom-button-prev, .custom-slider-wrapper .custom-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    z-index: 10;
    font-size: 25px;
    padding: 15px;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-slider-wrapper:hover .custom-button-prev,
.custom-slider-wrapper:hover .custom-button-next {
    opacity: 1;
    visibility: visible;
}
.custom-button-prev {
     left: 0px; 
     background: linear-gradient(90deg, #07081c 41%, rgba(0, 0, 0, 0.51) 84%, rgba(255, 255, 255, 0) 100%);
    }
.custom-button-next {
     right: 0px; 
     background: linear-gradient(-90deg,#07081c 41%,rgba(0, 0, 0, 0.51) 84%,rgba(255,255,255,0) 100%);
    }

.custom-button-prev, .custom-button-next {    
    font-size: 30px;
    color: #fff;
}
#customSlider1 .custom-button-prev, #customSlider1 .custom-button-next{
    height: 100%;
}
/* Voice Slider Section CSS End */

/* Video Coverflow slider */
.cv_voice_slider_wrapper .cvStepArrow {
    margin-top: 30px !important;
}
.cv_video_slider {
    padding: 0px 20px;
}
.cv_video_slider_inner{
    position: relative;
    overflow: hidden;
    padding: 40px 0px 50px 0;
    max-width: 1620px;
    width: 100%;
}
.cv_video_slider_inner .swiper-wrapper {    
    align-items: center;
}
.cv_video_slider_inner .swiper-slide{
  width: 440px;  
  opacity: 0.3;  
  pointer-events: none;
}
.cv_video_slider_inner .swiper-slide-active{
  width: 600px;
  opacity: 1;    
  pointer-events: all;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
}
.swiper-button-next, .swiper-button-prev{
    width: 50px;
    height: 50px;    ;
    background-image: linear-gradient(90deg, #765CFD -1.01%, #E14EBC 40.45%, #FE604D 78.15%, #FF9259 100%);
    box-shadow: 16px 13px 15px 0px rgba(255, 255, 255, 0.3) inset;    
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s;    
}
.swiper-button-next:after, .swiper-button-prev:after {    
    font-size: 18px;
    font-weight: 900;
    color: #fff;    
}
.cv_video_slider_inner:hover .swiper-button-next, .cv_video_slider_inner:hover .swiper-button-prev{
    opacity: 1;
    visibility: visible;
}
/* Video Coverflow slider */

/* Voice image slider */
.cv_voice_flex.sv_feature_voice_wrapper {
    max-width: 1580px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper.cvSwiper3, .swiper.cvSwiper4 {
    padding-bottom: 10px;
}
.sv_feature_voice_wrapper .swiper-slide {
    width: 180px !important;
}
.sv_feature_voice_box{
    background: #FFFFFF0F;
    border-radius: 16px;
    padding: 30px 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.sv_feature_box_line{    
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), linear-gradient(180deg, #993BFF -50%, #DE3BFF 100%);
    height: 8px;
    border-radius: 0 0 16px 16px;
    position: absolute;
    bottom: -8px;
    left: 30px;
    right: 30px;
    z-index: -1;
}
.sv_feature_voice_box_image{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #FFFFFF0F;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.sv_feature_voice_box_image > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.sv_feature_voice_box_inner .cv_voice_box {
    background: none;
    border: none;    
    justify-content: center;    
    padding: 0;
}
.sv_feature_voice_box_inner .cv_voice_btns {
    margin-top: -15px;
    position: relative;
    z-index: 1;
}
.sv_feature_voice_box_inner .cv_voice_btns > img {
    cursor: pointer;
    width: 36px;
    height: auto;
}
.sv_voice_name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-top: 15px;
    text-transform: capitalize;
}

/* Voice image slider */

/* Feature Section CSS Start */
.cv_feature_wrapper{
    background-image: url(../images/feature-video-bg.webp);
    padding: 80px 0;
}
.cv_feature_wrapper .container{
    max-width: 100%;
}
.sc_feature_heading{
    max-width: 880px;
    width: 100%;
}
.sc_feature_heading .cv_gredient_color {
    background: linear-gradient(90deg, #3156FF -20%, #0DFFC2 57.21%, #3156FF 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
     background-size: 300% 300%; 
    background-position: 0% 50%;
    animation: gradientMove 5s linear infinite;
}
.cv_feature_text {
    background: rgba(255, 255, 255, 0.06);
    padding: 40px;
    border-radius: 16px;
    max-width: 840px;
    width: 100%;
}
.cv_feature_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1576px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}  
.cv_feature_item:nth-of-type(2n+1){
    flex-direction: row-reverse;
}
.cv_feature_video{
    max-width: 700px;
    width: 100%;
    flex: none;
} 
.cv_feature_video_box{
    width: 100%;
    position: relative;
    border-radius: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.06);
    z-index: 1;
}
.cv_feature_video_box::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    z-index: -1;
    border: 2px solid transparent;
    background: linear-gradient(85.45deg, #E209C4 3.01%, #FFB833 51.79%, #E209C4 128.27%)
		border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.cv_feature_text p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-top: 20px;
}
.cv_feature_text p:nth-child(2){
    padding-top: 25px;
}
/* Feature Section CSS End */

/* Video Prompt Slider */
.ve_magic_slider_parent {
    position: relative;
    overflow: hidden;
}
.ve_magic_slider_video {
    border-radius: 10px;
    border: 2px solid #363235;
}
.ve_magic_slider_box {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    width: 100%;
    padding: 35px 10px 20px 20px;
    margin-top: 30px;    
    position: relative;
}
.ve_magic_slider_box h4 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(85.45deg, #E209C4 13.01%, #FFB833 100%, #E209C4 128.27%);    
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    border-radius: 60px;
    width: 90px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: -50px auto 0;
    z-index: 1;
}
.ve_magic_slider_box p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    overflow-x: hidden;
    max-height: 113px;
    padding-right: 5px;
}
.ve_magic_slider_parent .swiper-button-next, .ve_magic_slider_parent .swiper-button-prev{
    top: 30%;
}
.ve_magic_slider_parent:hover .swiper-button-next, .ve_magic_slider_parent:hover .swiper-button-prev{
    opacity: 1;
    visibility: visible;
}
/* Video Prompt Slider */

/* Feature1 Section CSS Start */
.cv_feature1_wrapper{
    background-image: url(../images/feature1/feature1-bg.webp);
    padding: 80px 0;
}
.cv_feature1_wrapper .container{
    max-width: 1340px;
}
.sc_feature1_heading{
    max-width: 950px;
    width: 100%;
}
.scFeatureArrowParent{
    margin-top: 50px;
}
.cv_feature1_wrapper .cv_voice_clone_video_box {
    max-width: 700px;   
    margin-top: 0; 
}
.cv_feature1_box {
    padding: 55px 30px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.cv_feature1_box::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    z-index: -1;
    border: 2px solid transparent;
    background: linear-gradient(85.45deg, #E209C4 3.01%, #FFB833 51.79%, #E209C4 128.27%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.cv_feature1_wrapper .cv_feature1_box:hover::before{    
    opacity: 1;
    visibility: visible;
}
.cv_feature1_box .cv_line_effect{
    border-radius: 10px;
}
.cv_feature1_box .cv_line_effect_inner {
    background: conic-gradient(from 290deg at 50%,#E209C4,transparent 0%,#cc39b8,#FFB833 20%,#fff,transparent 25%);
    animation: line-effect var(--lqd-outline-glow-duration,6s) linear infinite;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.cv_feature1_wrapper .cv_feature1_box:hover .cv_line_effect_inner{
    opacity: 1;
    visibility: visible;
}
.cv_feature1_main_parent {
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cvFeature1Box1{
    background-image: url(../images/feature1/bg1.png);
}
.cvFeature1Box2{
    background-image: url(../images/feature1/bg2.png);
}
.cvFeature1Box3{
    background-image: url(../images/feature1/bg3.png);
}
.cvFeature1Box4{
    background-image: url(../images/feature1/bg4.png);
}
.cvFeature1Box5{
    background-image: url(../images/feature1/bg5.png);
}
.cvFeature1Box6{
    background-image: url(../images/feature1/bg6.png);
}
.cvFeature1Box7{
    background-image: url(../images/feature1/bg7.png);
}
.cvFeature1Box8{
    background-image: url(../images/feature1/bg8.png);
}
.cvFeature1Box9{
    background-image: url(../images/feature1/bg9.png);
}
.cv_feature1_box_inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cv_feature1_img > img{
    transition: all 0.3s;
}
.cv_feature1_box:hover .cv_feature1_img > img{
    transform: translateY(-10px);
}
.cv_feature1_text h4{
    background: linear-gradient(180deg, #E8E8E8 0%, #B6B6B6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 26px;
    font-weight: 800;
    padding-top: 40px;
}
.cv_feature1_text p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-top: 10px;
}
.scFeatureArrowParent{
    gap: 10px;
}
.cv_video_arrow_left, .cv_video_arrow_right{
    opacity: 0.5;    
    width: 300px;
    height: auto;
    object-fit: contain;
    display: block;
}
.cv_video_arrow_left {
  animation: slide 2s linear infinite;  
  margin-left: -20px;
}
.cv_video_arrow_right {  
  animation: slide2 2s linear infinite;
  margin-right: -20px;
}

@keyframes slide {
  0%   { transform: translateX(0px); }
  50%  { transform: translateX(20px); }
  100% { transform: translateX(0px); }
}
@keyframes slide2 {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(-20px); }
  100% { transform: translateX(0); }
}
/* Feature1 Section CSS End */

/* Feature2 Section CSS Start */
.cv_feature2_wrapper{
    background-image: url(../images/feature2/feature2-bg.webp);
    padding: 80px 0;
}
.sc_feature2_heading{
    max-width: 990px;
    width: 100%;
}
.cv_feature2_slider_parent .swiper-wrapper .swiper-slide{
    width: 400px;
}
.cv_feature2_slider_parent .swiper-wrapper .swiper-slide .cv_feature1_box{
    min-height: 460px;    
}
.cv_feature2_wrapper .cv_feature1_box{
    background-image: url(../images/feature2/box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Feature2 Section CSS End */

/* Feature3 Section CSS Start */
.cv_feature3_wrapper{
    background-image: url(../images/feature3/feature3-bg.webp);
    padding: 80px 0;
}
.sc_feature3_heading{
    max-width: 710px;
    width: 100%;
}
.cv_feature3_wrapper .cvFeature1Box1{
    background-image: url(../images/feature1/bg1.png);
}
.cv_feature3_wrapper .cvFeature1Box2{
    background-image: url(../images/feature1/bg2.png);
}
.cv_feature3_wrapper .cvFeature1Box3{
    background-image: url(../images/feature1/bg3.png);
}
.cv_feature3_wrapper .cvFeature1Box4{
    background-image: url(../images/feature1/bg4.png);
}
.cv_feature3_wrapper .cvFeature1Box5{
    background-image: url(../images/feature1/bg5.png);
}
.cv_feature3_wrapper .cvFeature1Box6{
    background-image: url(../images/feature1/bg6.png);
}
.cv_feature3_wrapper .cvFeature1Box7{
    background-image: url(../images/feature1/bg7.png);
}
.cv_feature3_wrapper .cvFeature1Box8{
    background-image: url(../images/feature1/bg8.png);
}
.cv_feature3_wrapper .cvFeature1Box9{
    background-image: url(../images/feature1/bg9.png);
}
/* Feature3 Section CSS End */

/* Guarantee Section CSS Start */
.cv_guarantee_wrapper{
    background-image: url(../images/guarantee-bg.webp);
    padding: 80px 0;
}
.sc_guarantee_heading{
    max-width: 950px;
    width: 100%;
}
.cv_gurantee_box{
    max-width: 1170px;
    width: 100%;
    background: radial-gradient(34.99% 37.5% at 51.15% 7.7%, #963ABB 0%, #1A0630 100%);
    border: 1px solid rgba(83, 43, 126, 1);
    border-radius: 21px;
    padding: 40px 30px 50px 30px;
}
.cv_gurantee_text p{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding-top: 20px;
    max-width: 1025px;
    width: 100%;
    margin: auto;
}
/* Guarantee Section CSS End */

/* Table Section CSS Start */
.cv_table_wrapper{
    background-image: url(../images/table-bg.webp);
    padding: 80px 0;
}
.sc_table_heading{
    max-width: 750px;
    width: 100%;
}
.cv_table_parent{
    max-width: 1260px;
    width: 100%;
}
.cv_table_box_flex{
    gap: 50px;
}
.cv_basic_table, .cv_all_access_table{
    max-width: 600px;
    width: 100%;
    flex: none;
}
.cv_table_box{    
    background: rgba(16, 16, 16, 1);
    border-radius: 21px;
    padding: 10px 10px 50px 10px;
    position: relative;
    z-index: 1;
}
.cv_table_box::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 21px;
    z-index: -1;
    border: 2px solid transparent;
    background: linear-gradient(85.45deg, #E209C4 3.01%, #FFB833 51.79%, #E209C4 128.27%)
		border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.cv_table_header{
    position: relative;
    background: linear-gradient(180deg, #340762 0%, #101010 98.77%);
    border-radius: 10px;
    padding-top: 25px;
}
.cv_all_access_table .cv_table_header{
    background: linear-gradient(180deg, #471F06 0%, #101010 95.7%);
}
.cv_table_header > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cvTableHeaderBtn > img{
    flex: none;
}
.cvTableHeaderBtn > span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 193px;
    min-height: 60px;
    padding: 0 0px;
    border-radius: 60px;
    background: linear-gradient(180deg, #993BFF 0%, #DE3BFF 100%);
    border: 1px solid rgba(227, 123, 255, 1);
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}
.cv_all_access_table .cvTableHeaderBtn > span{
    background: linear-gradient(180deg, #FFC353 0%, #FF6D1F 100%);
    border: 1px solid rgba(255, 207, 132, 1);
}
.cv_table_list {
    margin-top: 30px;
}
.cv_table_list ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;    
    border-radius: 4px;
    padding: 15px 15px 15px 20px;
    margin-bottom: 10px;
}
.cv_table_list ul li p{
    font-size: 26px;
    font-weight: 700;
    color: #fff;    
}
.cv_table_list ul li:nth-child(even){
    background: rgba(26, 26, 26, 1);
}
.cv_table_list ul li:last-child{
    margin-bottom: 0;
}
.cv_table_list ul li img{
    flex: none;
}
.cv_table_box .cv_common_buy_btn .cv_btn{
    min-height: 74px;
    font-size: 20px;
}
.cv_all_access_table .cv_common_buy_btn .cv_btn{
    background: linear-gradient(90deg, #FDB25C -1.01%, #FF3B3B 40.45%, #FFA95D 78.15%, #FF247B 100%);
}
.cv_table_inner .cv_common_buy_btn h4 {
    font-size: 28px;
}
.cv_table_inner .cv_common_buy_btn h5 {
    font-size: 20px;
}
.LineThrough{
    text-decoration: line-through;
    text-decoration-color: #fff;
}
/* Table Section CSS End */

/* FAQ Section CSS Start */
.cv_faq_wrapper{
    background-image: url(../images/faq-bg.webp);
    padding: 80px 0;
}
.accordion-button:not(.collapsed) {    
    background-color: rgba(22, 22, 22, 1);
    box-shadow: none !important;
    border-radius: 6px !important;
    /* border: 1px solid rgba(255, 255, 255, 0.1) !important;     */
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.accordion-button {
    font-size: 22px !important;
    font-weight: 700;
    color: #fff !important;
    background-color: rgba(22, 22, 22, 1) !important;
    border-radius: 6px !important;
    gap: 10px;
}
.accordion-button > img {
    flex: none;
    margin-right: 10px;
}
.accordion-item {
    color: #fff;
    background-color: rgba(22, 22, 22, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;    
    margin-bottom: 20px;
    border-radius: 6px;
}
#accordionExample2 .accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-body p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.accordion-body p:last-child{
    margin-bottom: 0;
}
.accordion-button:focus {    
    box-shadow: none !important;
}
.accordion-button::after{
    background-image: url(../images/faq-arrow.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 8px;    
    /* transform: none !important; */
}
.accordion-body {
    max-height: 400px;
    overflow-x: hidden;
}
.accordion-body p a {
    text-transform: lowercase;
    color: #cf3bfe;
}
/* FAQ Section CSS End */

/* Footer Section CSS Start */
.cv_footer_wrapper{
    background-image: url(../images/footer-bg.webp);
    padding: 80px 0;
}
.cv_footer_top p {
    max-width: 810px;
    width: 100%;
    margin: auto;
    padding: 20px 0 30px 0;
}
.cv_footer_box{
    max-width: 1170px;
    width: 100%;
    margin: auto;
    background: radial-gradient(37.87% 21.5% at 51.15% -3.67%, #963ABB 0%, #1A0630 100%);
    border: 1px solid rgba(78, 43, 116, 1);
    border-radius: 21px;
    padding: 50px 30px;
}
.cv_footer_box p{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.cv_footer_box > p:nth-child(2) {
    gap: 10px;
    padding-top: 10px;
}
.cv_address{
    background: rgba(217, 217, 217, 0.10);
    border-radius: 60px;
    padding: 10px 30px;
    gap: 10px;
}
.cv_address > img{
    flex: none;
}
.cv_footer_box ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
}
.cv_footer_box ul li, .cv_footer_box ul li a{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s;
}
.cv_footer_box ul li a:hover{
    color: #cf3bfe;
}
/* Footer Section CSS End */

/* Responsive CSS Start */
@media(min-width: 576px){
    .cv_feature2_slider_parent .swiper-wrapper {
        position: relative;
        -webkit-transition-timing-function:linear!important;
        -o-transition-timing-function:linear!important;
        transition-timing-function:linear!important;
        overflow: visible;        
    }
}
@media(min-width: 768px){
    .nav-link:hover:before{
        opacity: 1;
        visibility: visible;
    }
    .custom-slider-wrapper .custom-button-prev,
    .custom-slider-wrapper .custom-button-next {        
        opacity: 0;
        visibility: hidden;        
    }
}
@media(max-width:1700px){
    .cv_banner_video_shape_left, .cv_banner_video_shape_right {
        max-width: 200px; 
    }
    .cv_banner_tags ul li {
        margin-bottom: 20px;
    }
    .cv_banner_left .cv_banner_tags ul li:first-child p {
        margin-right: -70px;
    }
    .cv_banner_left .cv_banner_tags ul li:nth-child(2) p {
        margin-right: -25px;
    }
    .cv_banner_left .cv_banner_tags ul li:nth-child(3) p {
        margin-right: 20px;
    }
    .cv_banner_left .cv_banner_tags ul li:nth-child(4) p {
        margin-right: -25px;
    }
    .cv_banner_left .cv_banner_tags ul li:last-child p {
        margin-right: -70px;
    }
    .cv_banner_right .cv_banner_tags ul li:first-child p {
        margin-left: -70px;
    }
    .cv_banner_right .cv_banner_tags ul li:nth-child(2) p {
        margin-left: -25px;
    }
    .cv_banner_right .cv_banner_tags ul li:nth-child(3) p {
        margin-left: 20px;
    }
    .cv_banner_right .cv_banner_tags ul li:nth-child(4) p {
        margin-left: -25px;
    }
    .cv_banner_right .cv_banner_tags ul li:last-child p {
        margin-left: -70px;
    }
    div#gt_float_wrapper { 
        right: 15px !important;
    }
}
@media(max-width:1550px){
    .cv_banner_video_shape_left, .cv_banner_video_shape_right {
        display: none; 
    }
    .cv_banner_tags ul li {
        margin-bottom: 20px;
    }
    .cv_banner_tags ul li p {
        margin: 0 !important;
    }
    .cv_banner_middle_flex {
        max-width: 750px; 
    }
}
@media(max-width:1440px){
    .cv_feature_video {
        max-width: 600px; 
    }
    .cv_feature_text {
        padding: 30px 15px 30px 30px;
    }
    .cv_table_box_flex {
        gap: 20px;
    }
    .cv_basic_table, .cv_all_access_table {
        max-width: 550px; 
    }
    .sv_step_arrow {
        display: none;
    }    
    .cv_step_box_content {
        width: auto;
    }
    .cv_step_box_image {
        flex: auto;
        max-width: 500px;
        width: 100%;
    }
    .cv_video_slider_inner .swiper-slide {
        width: 440px; 
    }
    .cv_video_slider_inner .swiper-slide-active {
        width: 600px; 
    }   
    .cv_video_arrow_left, .cv_video_arrow_right {
        width: 250px;
    } 
    .cv_video_arrow_right { 
        margin-right: 0;
    }
    .cv_video_arrow_left { 
        margin-left: 0;
    }
}
@media(max-width:1300px){
    .cv_banner_main_heading_text {
        font-size: 50px;
    }
    .cv_banner_middle_flex {
        max-width: 680px;
    }
    .cv_banner_middle {
        max-width: 650px;
    }
    .cv_voice_clone_box {
        padding: 30px;
    }
    .cv_voice_clone_box p {
        padding-top: 20px;
    }
    .sc_feat_title_text {
        font-size: 25px;
    }
}
@media(max-width:1199px){    
    .cv_banner_wrapper { 
        padding: 110px 0 80px 0;
    }
    .cv_banner_main_heading_text {
        font-size: 40px;
    }
    .cvAiRobot { 
        width: 50px;
        height: auto;
    }
    .cv_banner_tags ul li p {
        min-height: 50px; 
        font-size: 18px;
        font-weight: 600;        
        gap: 8px;        
    }
    .cv_banner_tags ul li p > img {
        width: 22px;
        height: auto;
    }
    .cv_banner_middle_flex {
        max-width: 630px;
    }
    .cv_banner_middle {
        max-width: 600px;
    }
    .cv_feature_text p {
        font-size: 16px;
        font-weight: 400; 
        padding-top: 15px;
    }
    .sc_feat_title_text {
        font-size: 22px;
        font-weight: 700;
    }
    .sc_feat_title {
        min-height: 50px;
        padding: 0 20px;
    }
    .cv_main_heading_text {
        font-size: 35px;
    }
    .sc_feature_heading {
        max-width: 700px; 
    }
    .cv_feature_item, .cv_feature_item:nth-of-type(2n+1) { 
        flex-direction: column;
    }
    .cv_voice_clone_parent .row {
        flex-direction: column-reverse;
    }
    .cv_feature_video {
        max-width: 840px;
    }
    .cv_basic_table, .cv_all_access_table {
        max-width: 520px;
    }
    .sc_step_heading {
        max-width: 800px; 
    }
    .cv_step_wrapper {
        padding: 300px 0 80px 0;
        margin-top: -260px;
    }
    .cv_step_inner h3 {
        font-size: 25px;
        font-weight: 700;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cv_step_inner {
        padding: 0 15px 15px 15px;
    }
    .cv_description {
        font-size: 16px;
    }
    .cv_step_box {
        min-height: 480px; 
    }
    .cv_voice_clone_video_box, .cv_voice_clone_box {
        max-width: 820px;
        width: 100%;
        margin: auto;
    }
    .sc_voice_clone_heading {
        max-width: 700px; 
    }
    .cv_voice_box {
        padding: 10px 20px;
    }
    .cv_voice_btns > img { 
        width: 50px;
        height: auto;
    }
    .cv_voice_name_wave > img {
        width: 200px;
        height: auto;
    }
    .cv_voice_flex .swiper-slide {
        width: 302px;
    }
    .sc_voice_slider_heading {
        max-width: 600px;     
    }
    .cv_voice_name_wave > h4 {        
        max-width: 200px;
    }
    .nav-link {
        min-height: 46px;
        padding: 0 15px;
        font-size: 16px;
    }
    .nav-link > img {
        width: 32px;         
    }
    .cv_voice_slider_bottom .sc_feat_title_text {
        font-size: 22px;
        font-weight: 700;     
    }
    .cv_voice_clone_box p { 
        font-size: 16px;
    }
    .sc_feature1_heading {
        max-width: 670px; 
        margin-bottom: 50px;
    }
    .cv_feature1_text h4 {
        font-size: 23px; 
    }
    .cv_feature1_text p {
        font-size: 18px; 
    }
    .cv_feature1_box {
        padding: 30px 10px;
    }
    .sc_feature2_heading {
        max-width: 650px; 
    }
    .cv_feature2_slider_parent .swiper-wrapper .swiper-slide .cv_feature1_box {
        min-height: 400px;
    }
    .sc_guarantee_heading {
        max-width: 750px; 
    }
    .sc_table_heading {
        max-width: 550px; 
    }
    .cvTableHeaderBtn > span {
        min-width: 170px;
        min-height: 50px;
        font-size: 22px;
        font-weight: 800; 
    }
    .cv_table_list ul li p {
        font-size: 22px;
        font-weight: 600; 
    }
    .cv_basic_table, .cv_all_access_table {
        max-width: 480px;
    }
    .cvTableMockupImage {
        width: 350px;
        height: 230px;
        object-fit: contain;
    }
    .cv_table_list ul li {
        gap: 15px;
    }
    .accordion-button {
        font-size: 18px !important;
    }
    .accordion-body p {
        font-size: 16px;
    }
    .accordion-button > img { 
        margin-right: 5px;
    }
    .cv_video_slider_inner .swiper-slide {
        width: 340px; 
    }
    .cv_video_slider_inner .swiper-slide-active {
        width: 500px; 
    } 
    h4.sc_feat_title_text > img {
        width: 30px;
        height: auto;
    }
    .cv_video_arrow_left, .cv_video_arrow_right {
        width: 150px;
    }
}
@media(max-width:1100px){
    .cv_banner_main_heading_text {
        font-size: 35px;
        max-width: 850px;
    }
    .cv_top_heading_text {
        min-height: 50px;
        font-size: 20px; 
    }
    .cv_top_bar_parent p {
        font-size: 20px;
    }
    .cv_banner_video_parent {
        padding-top: 40px;
    }  
    .cv_banner_tags ul li p {
        min-height: 44px;
        font-size: 16px;        
    }  
    .cv_banner_tags ul li p > img {
        width: 20px; 
    }
    .cv_banner_middle_flex {
        max-width: 600px;
    }
    .cv_banner_middle {
        max-width: 570px;
    }
    .cv_btn {
        min-height: 70px;
        padding: 0px 25px;
        font-size: 23px;
    }
    .cv_table_box .cv_common_buy_btn .cv_btn{
        min-height: 70px;
        padding: 0px 25px;
    }
    .cvAiRobot {
        width: 45px; 
    }    
}
@media(max-width:1024px){
    .cv_banner_middle_flex {
        max-width: 550px;
    }
    .cv_banner_middle {
        max-width: 510px;
    }    
    .cv_video_arrow_left, .cv_video_arrow_right {
        display: none;
    }
}
@media(max-width:991px){
    .cv_banner_video_parent {
        padding-top: 20px;
        display: block !important;
        justify-content: unset !important;
        align-items: unset !important;
        text-align: center;
    }
    .cv_banner_middle_flex {
        max-width: 100%;
        grid-row-start: 1;
        margin: auto;
    }
    .cv_banner_middle {
        max-width: 650px;
    }
    .cv_banner_right, .cv_banner_left {
        max-width: fit-content;
        width: 100%;
        display: inline-block;
        margin-top: 30px;
    }
    .cv_banner_right { 
        margin-left: 8px;
    }  
    .cv_banner_tags ul li {
        margin-bottom: 12px;
    }
    .cv_top_heading_text {
        min-height: 44px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .cv_common_buy_btn {
        margin-top: 30px;
    }
    .cv_btn {
        min-height: 60px;
        padding: 0px 20px;
        font-size: 22px;
    }
    .cv_table_box .cv_common_buy_btn .cv_btn{
        min-height: 60px;
        padding: 0px 20px;
    }
    .cv_top_bar_parent p {
        font-size: 18px;
        font-weight: 700;
    }
    .cv_footer_box {
        padding: 30px 15px;
    }
    .cv_footer_box ul li, .cv_footer_box ul li a {
        font-size: 16px;
    }
    .cv_footer_box ul {
        gap: 10px;
        margin-top: 20px; 
        flex-wrap: wrap;
    }
    .cv_step_wrapper {
        padding: 420px 0 80px 0;
        margin-top: -400px;
    }
    .cv_step_box { 
        margin-bottom: 20px;
    }
    .nav.nav-tabs { 
        flex-wrap: wrap;
    }
    .nav-link {
        min-height: 40px; 
        font-size: 14px;
    }
    .nav-link > img {
        width: 28px;         
    }
    .cv_table_box_flex { 
        flex-direction: column;
        align-items: center !important;
    }
    .cv_basic_table, .cv_all_access_table {
        max-width: 650px;
    }
    .cv_footer_top p {
        font-size: 18px;
    }
    .cv_footer_box p {
        font-size: 16px; 
    }
    .cv_step_box_flex, .cv_step_box_flex:nth-of-type(even) {
        flex-direction: column;
    }
    .cv_video_slider_inner .swiper-slide {
        width: 300px; 
    }
    .cv_video_slider_inner .swiper-slide-active {
        width: 450px; 
    } 
}
@media(max-width:767px){
    .cv_banner_main_heading_text {
        font-size: 30px;
        max-width: 700px;
    }
    .cv_top_bar_parent { 
        display: block !important;
    }
    .cv_top_bar_parent p {
        font-size: 16px;
        position: unset; 
        padding-top: 10px;
    }
    .cv_logo > img {
        width: 150px;
        height: auto;
        object-fit: contain;
    }
    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 8px !important; 
    }
    .cv_banner_wrapper {
        padding: 130px 0 80px 0;
    }    
    .cv_step_inner {
        padding: 0 15px 30px 15px;
    }
    .cv_step_box {
        min-height: auto;
        margin-bottom: 20px;
        max-width: 400px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .cv_step_wrapper {
        padding: 540px 0 80px 0;
        margin-top: -530px;
    }
    .cv_main_heading_text {
        font-size: 28px;
    }
    .sc_step_heading {
        max-width: 600px;
    }
    .cv_step_parent {
        margin-top: 50px;
    }
    .cv_voice_clone_parent {
        margin-top: 30px;
    }
    .sc_voice_slider_heading {
        max-width: 500px;
    }
    .nav.nav-tabs { 
        margin-top: 30px;
    }
    .sc_feature_heading .cv_main_heading_text{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .sc_feature1_heading {
        max-width: 530px;
        margin-bottom: 30px;
    }
    .cv_feature1_img > img { 
        width: 120px;
        height: 120px;
        object-fit: contain;
    }
    .cv_feature1_text h4 {
        font-size: 22px;
        padding-top: 20px;
    }
    .cv_feature1_text p {
        font-size: 16px;
    }
    .cv_feature2_slider_parent .swiper-wrapper .swiper-slide .cv_feature1_box {
        min-height: 350px;
    }
    .cv_feature2_slider_parent .swiper-wrapper .swiper-slide {
        width: 300px;
    }
    .cv_feature2_slider_parent {
        margin-top: 30px;
    }
    .sc_guarantee_heading {
        max-width: 550px; 
    }
    .cv_gurantee_box {
        padding: 30px 15px 30px 15px;
        margin-top: 30px;
    }
    .cv_gurantee_text p {
        font-size: 18px;
        padding-top: 10px; 
    }
    .cv_table_parent { 
        margin-top: 30px;
    }
    .cv_faq_main {
        margin-top: 30px;
    }
    .sc_feature3_heading {
        max-width: 410px; 
    }
    .cv_video_slider_inner .swiper-slide {
        width: 250px; 
    }
    .cv_video_slider_inner .swiper-slide-active {
        width: 350px; 
    } 
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 12px; 
    }
    .cv_common_buy_btn h4 {
        font-size: 30px;
        font-weight: 700; 
    }
    .cv_common_buy_btn h5 {
        font-size: 18px;
    }
    .nav-tabs .swiper-button-next, .nav-tabs .swiper-button-prev {
        width: 30px;
        height: 30px;
        /* top: 28px; */
    }
    .nav-tabs .swiper-button-next::after, .nav-tabs .swiper-button-prev::after {
        font-size: 12px;
    }
    .cvSwiper5, .cvSwiper6, .cvSwiper7 { 
        margin: 0 40px;
    }
}
@media(max-width:700px){
    .cv_banner_main_heading_text { 
        max-width: 550px;
    }
}
@media(max-width:575px){
    .cv_btn {
        min-height: 50px; 
        font-size: 20px;
    }
    .cv_table_box .cv_common_buy_btn .cv_btn{
        min-height: 50px;     
    }
    .cv_main_heading_text {
        font-size: 25px;
    }
    .cv_voice_btns > img {
        width: 40px; 
    }
    .cv_voice_name_wave > h4 {
        font-size: 15px;
        font-weight: 500; 
        max-width: 140px;
    }
    .cv_voice_name_wave > img {
        width: 150px; 
    }
    .cv_voice_flex .swiper-slide {
        width: 242px;
    }
    .sc_voice_slider_heading {
        max-width: 400px;
    }
    .cv_top_heading_text {
        min-height: 42px;
        font-size: 16px; 
        font-weight: 700;
        padding: 0 15px;
    }
    .cv_footer_top p {
        font-size: 17px;
    }    
    .cv_common_buy_btn h4 {
        font-size: 25px;        
    }
    .cv_common_buy_btn h5 {
        font-size: 16px;
        min-height: 38px;
    }
    .cv_table_inner .cv_common_buy_btn h4 {
        font-size: 23px;
    }
    .cv_table_inner .cv_common_buy_btn h5 {
        font-size: 16px;
    }  
    .cv_feature1_img > img {
        width: 100px;
        height: 100px; 
    }  
    .cv_feature1_text h4 {
        font-size: 18px;
        padding-top: 15px;
    }
    .cv_feature1_text p {
        font-size: 14px;
    }
    .cv_feature2_slider_parent .swiper-wrapper .swiper-slide .cv_feature1_box {
        min-height: 300px;
    }
    .cv_feature2_slider_parent .swiper-wrapper .swiper-slide {
        width: 250px;
    }
    .swiper.cvFeat2Slider2, .swiper.cvFeat3Slider2 {
        margin-top: 10px;
    }
}
@media(max-width:480px){
    .cv_voice_clone_wrapper, .cv_voice_slider_wrapper, .cv_feature_wrapper, .cv_feature1_wrapper, .cv_feature2_wrapper, .cv_feature3_wrapper, .cv_guarantee_wrapper, .cv_table_wrapper, .cv_faq_wrapper, .cv_footer_wrapper { 
        padding: 50px 0;
    }
    .cv_banner_main_heading_text {
        font-size: 25px;     
    }
    .cvAiRobot {
        width: 35px;
    }
    .cv_banner_headings .cv_top_heading_text { 
        min-height: 40px;
        font-size: 16px;
    }
    .cv_banner_tags ul li p {
        min-height: 40px;
        font-size: 15px;
        padding: 0 10px;
    }
    .cv_banner_tags ul li p > img {
        width: 18px;
    }
    .cv_banner_tags ul li {
        margin-bottom: 10px;
    }
    .cv_banner_right {
        margin-left: 3px;
    }
    .cv_banner_right, .cv_banner_left {
        margin-top: 20px;
    }
    .cv_btn {
        min-height: 46px;
        font-size: 17px;
    }
    .cv_banner_wrapper {
        padding: 130px 0 50px 0;
    }
    .cv_banner_middle::before {
        border: 1px solid transparent;
    }
    .cv_banner_middle {
        padding: 5px;
    }
    .cv_banner_video iframe {
        border-radius: 15px; 
    }
    .cv_paymnt_cards {
        margin-top: 15px;
    }
    .cv_step_wrapper {
        padding: 520px 0 50px 0;
        margin-top: -490px;
    }
    .cv_main_heading_text {
        font-size: 22px;
    }
    .cv_top_heading_text {
        min-height: 40px;
        font-size: 14px;     
    }    
    .cv_voice_clone_video_box::before {
        border: 1px solid transparent;
    }
    .cv_voice_clone_video_box {
        padding: 5px; 
    }
    iframe { 
        border-radius: 15px;
    }
    .cv_voice_clone_box {
        padding: 20px 10px 20px 20px;
    }
    .cv_voice_clone_box p { 
        font-size: 15px;
    }
    .sc_feat_title::before {
        border: 1px solid transparent; 
    }
    .cv_feature_text {
        padding: 20px 10px 20px 20px;
    }
    .cv_feature_item {
        gap: 10px; 
    }
    .cv_top_icon a {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px; 
    }
    .cv_top_icon a svg { 
        width: 16px;
        height: auto;
    }
    .cv_gurantee_img > img {
        width: 120px;
        height: auto;
    }
    .cv_gurantee_text p {
        font-size: 16px;
        padding-top: 10px;
        font-weight: 400;
    }
    .cvTableMockupImage {
        width: 300px;
        height: 200px; 
    }
    .cvTableHeaderBtn > span {
        min-width: 150px;
        min-height: 46px;
        font-size: 20px;
        font-weight: 700;
    }
    .cv_table_list ul li {
        padding: 10px 10px 10px 15px;
        margin-bottom: 5px;
        gap: 10px;
    }
    .cv_table_list ul li p {
        font-size: 18px;
        font-weight: 500;
    }
    .cv_table_list ul li img { 
        width: 20px;
        height: auto;
    }
    .cv_table_box {
        padding: 10px 10px 20px 10px; 
    }
    .cv_table_box .cv_common_buy_btn .cv_btn {
        min-height: 46px;
        font-size: 17px;
    }
    .accordion-button {
        font-size: 16px !important;
    }
    .accordion-body p {
        font-size: 14px;
    }
    .accordion-body {
        max-height: 200px; 
        padding-top: 0;
    }
    .accordion-button {
        padding: 10px 15px;
    }
    .accordion-item {
        margin-bottom: 15px; 
    }
    .cv_footer_top a img {
        width: 200px;
        height: auto;
        object-fit: contain;
    }
    .cv_footer_top p {
        font-size: 16px;
        padding: 15px 0 20px 0;
    }
    .cv_footer_box p {
        font-size: 15px;
    }
    .cv_footer_box ul li, .cv_footer_box ul li a {
        font-size: 15px;
    }
    .cv_step_box_content {
        padding: 20px; 
        width: 100%;
    }
    .cv_steps {
        min-width: 100px;
        min-height: 34px;
        font-size: 16px;
        font-weight: 700; 
    }
    .cv_step_box_content h3 {
        font-size: 20px;
        padding: 15px 0 5px;
    }
    .cv_step_box_content p {
        font-size: 16px;
        font-weight: 400; 
    }
    .cv_step_box_flex {
        gap: 20px;
    }
    .cvStepArrow { 
        margin: 20px auto;
        width: 80px;
        height: auto;
    }
    .cv_step_parent .cvStepArrow {
        width: auto;
        height: 70px;
    }
    .cv_video_slider_inner .swiper-slide-active {
        width: 100%;
    }
    .cv_common_buy_btn h4 {
        font-size: 22px;        
    }
    .sc_feat_title_text {
        font-size: 20px; 
    }
    .sc_feat_title {
        min-height: 44px;
        padding: 0 15px;
    }
    .cv_voice_clone_wrapper img.cvStepArrow {
        bottom: -30px !important;
    }
    .cv_video_slider_inner { 
        padding: 20px 0px 50px 0;        
    }
    .cv_video_slider .swiper-button-prev {
        left: 0;
    }
    .cv_video_slider .swiper-button-next {
        right: 0;
    }
    .sc_voice_slider_heading .cv_top_heading .cv_main_heading_text {
        padding-bottom: 20px;
    }
    .nav-link > img {
        width: 23px;
    }
    .cv_feature1_img > img {
        width: 80px;
        height: 80px;
    }
    .cv_feature2_slider_parent .swiper-wrapper .swiper-slide {
        width: 200px;
    }
    .cv_feature2_slider_parent .swiper-wrapper .swiper-slide .cv_feature1_box {
        min-height: 290px;
    }
}
@media(max-width:425px){
    .cv_btn{
        min-height: 42px;
        font-size: 16px;
        border-radius: 6px;
        padding: 0 15px;
    }
    .cv_banner_tags ul li p {
        min-height: 36px;
        font-size: 13px; 
    }
    .cv_banner_tags ul li p > img {
        width: 14px;
    }
    .cv_common_buy_btn > p {
        padding-top: 10px;
        font-size: 12px;
    }
    .cv_top_heading_text { 
        font-size: 13px;
    }
    .cv_btn, .cv_table_box .cv_common_buy_btn .cv_btn {
        min-height: 42px;
        font-size: 15px;
        border-radius: 6px;
        padding: 0 15px;
    }
    .sc_feat_title_text {
        font-size: 18px; 
    }
    .sc_feat_title {
        min-height: 40px; 
    }
    .cv_feature_text p {
        font-size: 14px; 
        padding-top: 10px;
    }
}
@media(max-width:375px){
    .cv_btn, .cv_table_box .cv_common_buy_btn .cv_btn {
        min-height: 38px;
        font-size: 14px; 
    }
    .cv_table_box .cv_common_buy_btn > p {        
        font-size: 11px;
    }
}
@media(max-width:350px){
    .cv_banner_tags ul li p {
        min-height: 32px;
        font-size: 11px; 
    }
}
/* Responsive CSS End */