@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Kalam&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,900;1,700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Kalam&family=Lobster&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,900;1,700&display=swap');
* {
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
    color: #000;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Gellix";

    overflow-x: hidden;
}

.last-word {
    opacity: 1;
    transition: opacity 0.5s ease;
    color: #563BFF ;
}

.last-word.hidden {
    opacity: 0;
}
.container.small {
    max-width: 1320px;
}

.container {
    max-width: 1490px;
}

.seen-onbanner {
    text-align: center;
    padding: 70px 0px 0px;
}
/*header css here*/
.mobileheader {
    display: none;
}
.desktop-btns {
    display: block;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999999;
}
.sidenav a {
    padding: 15px 20px 15px 30px;
    text-decoration: none;
    font-size: 20px;
    color: #444444;
    display: block;
    transition: 0.3s;
    text-align: left;
}
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    padding: 0;
}
.menu-link.active {
    color: #a594f9;
}
.vs-navside {
    display: block;
}
.mobileheader {
    max-width: 35px;
}
.menu-link:hover {
    color: #a594f9;
}
.nav-item.dropdown .dropdown-menu {
    padding: 10px 20px !important;
}


.nav-item.dropdown .dropdown-menu a {
    padding: 10px 0px !important;
}

.nav-item.dropdown .dropdown-menu a:hover {
    background: 0;
}


.her0main {
    position: relative;
}

.her0main::before {
    position: absolute;
    content: "";
    background: url(../images/hero-elementsleft.webp);
    height: 400px;
    width: 290px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 144px;
}

.herofly-text {
    color: #1F2024;
    font-family: Caveat;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    display: none;
    padding-bottom: 25px;
}


.her0main::after {
    position: absolute;
    content: "";
    background: url(../images/heroelements-right.webp);
    height: 430px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 144px;
}

.vs-header {
    padding: 12px 0px 20px;

}

.login-sidevs {
    margin-left: auto;
}

.main-navvs .nav-menu .nav-item {
    display: inline-block;
    list-style: none;
    margin-right: 45px;
}

.main-navvs .nav-menu .nav-item:last-child {
    margin-right: 0;
}

.main-navvs {
    margin-left: 120px;
}

.main-navvs .nav-menu .nav-item a,
.main-navvs .nav-menu .nav-item a,
.vs-header .login-btn {
    color: #121722;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: block;
    line-height: 18px;
}

.vs-header .login-btn {
    display: inline-block;
    margin-right: 24px;
}

.main-navvs .nav-menu .nav-item .active a {
    color: #7371FC;
}

.main-navvs .nav-menu .nav-item a:hover,
.vs-header .login-btn:hover {
    color: #7371FC;
}

.vs-navside {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: none;
}

.vs-earlyacess {
    color: #fffffa;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    transition: ease 0.3s;
    padding: 10px 20px;
    border-radius: 200px;
    background-image: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    background-size: 100% 100%;
}

.vs-earlyacess:hover {
    background-size: 150% 100%;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}


.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*header css ends here*/


/*hero banner css here*/

/* CSS for fade animation */
.fading {
    animation: fade 1s linear infinite alternate;
}

@keyframes fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



.chntetx {
    padding-left: 15px;
    color: #563BFF ;
    text-transform: capitalize;
}




.text-boxfly span {
    color: #1F2024;
    font-family: Caveat;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    padding-bottom: 2px;
    transform: rotate(-21.657deg);
}

.text-boxfly img {
    max-width: 50px;
    max-height: 80px;
    transform: rotate(-174.85deg);
    margin-left: 100px;
}

.text-boxfly {
    text-align: center;
    position: absolute;
    top: -65px;
    left: -340px;
}

.her0-top {
    text-align: center;
}

.her0banner {
    padding: 68px 0px 0px;
    position: relative;
}

.banner-vstitle {
    color: #7371FC;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 6px 19px;
    border-radius: 10px;
    border: 1px solid #7371FC;
    display: inline-block;
    margin-bottom: 14px;
}

.her0-title {
    color: #121722;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

.title-vsdeco {
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.title-vsdeco::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/brushes.png);
    width: 100%;
    height: 8px;
    background-repeat: no-repeat;
}

.her0-data {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: #575B63;
    margin-bottom: 33px;
}

.her0-btn {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 30px 18px;
    display: inline-block;
    border-radius: 200px;
    background-image: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    background-size: 100% 100%;
    transition: ease 0.3s;
    box-shadow: 0px 20px 35px 0px rgba(89, 31, 255, 0.29);
}

.her0-btn:hover {
    background-size: 150% 100%;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3 ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}

.hero-videomain {
    padding-top: 30px;
    text-align: center;
}

.video-box {
    position: relative;
    overflow: hidden;
}

.vd-spacing {
    padding: 5px;
    max-width: 865px;
    margin: auto;
    border-radius: 20px;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    position: relative;
    z-index: 9;
}


.btnfor-hero {
    position: relative;
    padding: 50px 0px 0px;
}377

.responsive-video {
    padding-bottom: 56.21%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}


.commonhero-bg {
    background: url(../images/hero-background.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.her0banner::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 485px;
    width: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    left: 0;
    bottom: 0;
}

.vd-spacing::after {
    position: absolute;
    content: "";
    width: 140px;
    height: 117px;
    background: url(../images/video-datpattern.png);
    right: -34px;
    bottom: -34px;
}

/*hero banner css ends here*/


/*faetures section css starts here*/

.features-main {
    padding: 0px 0px 80px 0px;
}

.new-clientask .common-vstitle {
    text-align: center;
    padding: 60px 0px;
    font-size: 42px;
}
.features-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1215px;
    margin: auto;
}

/*.ft-imgbx img {
    min-height: 53px;
    object-fit: scale-down;
}*/

/*.ft-imgbx {
    height: 100%;
}*/
.ft-imgspacing.amazon {
    position: relative;
    top: 14px;
}
.features-list .ft-listbx:last-child {
    padding-bottom: 0;
}

.ft-listbx {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 38px;
}
.plans-vsmain {
    padding-bottom: 90px;
}
.featureslist-flex {
    padding-top:50px;
    display: flex;
    align-items: center;
    max-width: 1270px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.features-list {
    width: 50%;
}

.ft-listbx h5 {
    color: #1F2024;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.features-blockbtm {
    max-width: 1000px;
    margin: auto;
}
.gridimg-flx {
    padding-top: 115px;
}
.gridimg-spacing img {
    border-radius: 15px;
}

.gridimg-spacing {
    width: 25%;
    padding-left: 52px;
}

.gridimg-flx {
    display: flex;
    flex-wrap: wrap;
    margin-left: -52px;
}

.access-vstitle {
    color: #1F2024;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 18px;
}

.access-vsdata {
    color: #1F2024;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.access-vsbox {
    padding: 0px 0px 55px;
}
.instant-clientreq {
    padding-bottom: 100px;
    max-width: 1000px;
    margin: auto;
}
.common-offerbanner {
    padding: 60px 20px 72px;
    border-radius: 30px;
    background: url(../images/offer-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.normal-vsprice {
    color: #FFF;
    font-family: Gellix;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration-line: line-through;
    padding-bottom: 2px;
    display: inline-block;
}

.special-vsprice {
    text-align: center;
    font-family: Gellix;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 33.55%, #D94FD5 110.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 26px;
}


.offer-vsbtn {
   color: #FFF; /* Retaining white for clarity against vibrant colors */
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 45px 20px; /* Slightly increased padding for a more pronounced button */
    border-radius: 50px; /* Slightly reduced for a more button-like feel */
    background: linear-gradient(90deg, #48D1CC 18.26%, #3CB371 80.31%); /* Turquoise to MediumSeaGreen gradient */
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); /* Subtle shadow for a "lifted" effect */
    display: inline-block;
    background-size: 100% 100%;
    transition: all 0.3s ease; /* "all" to ensure every property change during hover is animated smoothly */
}

.offer-vsbtn:hover {
    color: #E0E0E0; /* A slightly darker shade of white for better contrast against the darker green */
    background: linear-gradient(90deg, #40C9B0, #329A5D); /* Slightly darker gradient for hover */
    transform: translateY(-2px); /* Slight upward lift on hover for a dynamic feel */
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.25); /* More pronounced shadow on hover for depth */
}

.card-options li {
    display: inline-block;
    margin-right: 14px;
}

.card-options li:last-child {
    margin-right: 0;
}

.gurrantee-offer span {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.4px;
    display: inline-block;
}

.gurrantee-offer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-flex {
    display: flex;
    justify-content: center;
    gap: 28px;
    align-items: center;
    padding: 28px 0px 32px;
}

.comapatible-box {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

/*faetures section css ends here*/


/*comparison section css starts here*/
.common-vstitle {
    color: #1F2024;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.31;
    margin-bottom: 0;
}

.comp-tpbox .common-vstitle {
    margin: 18px 0px 25px;
}

.common-vs-subtitle {
    color: rgba(18, 23, 34, 0.70);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.comp-tpbox {
    text-align: center;
    padding-bottom: 54px;
}

.comparison-main {
    padding: 192px 0px 205px;
    background: url(../images/comparison-banner.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 1090px;
    position: relative;
}

.comparison-main::before {
    position: absolute;
    background: #fff;
    height: 195px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.inner-container {
    max-width: 1295px;
    margin: auto;
}

.comparison-inner {
    border-radius: 30px;
    background: #341B86;
    padding: 125px 25px 166px;
    color: #fff;
    position: relative;
}

.comp-text-column {
    width: 53.5%;
    padding-right: 80px;
}

.comp-slider-column {
    width: 46.5%;
}

.comp-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.col-vscount {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    color: #FFF;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.5;
}

.comp-headtitle {
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.09;
    margin-bottom: 0;
}

.comp-headata {
    color: #C1BADA;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77;
    margin-bottom: 0;
}
.client-vsfeed {
    padding: 18px 35px 35px 25px;
    border-radius: 20px;
    background: #472CA0;
}
.client-vsbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding-top: 10px;
}
.client-vsname {
    color: #F57CF2;
    font-family: Caveat;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}
.compdata-fiff {
    color: #BAB9FF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.99;
    margin-bottom: 0;
}

.comp-typebtn {
    border-radius: 15px;
    background: #230A78;
    padding: 16px 33px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.4s ease;
    cursor: default;
}

.comp-typebtn:hover {
    color: #230A78;
    background: #fff;
}

.comp-databx {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.comp-border {
    padding: 10px;
    border-radius: 30px;
    background-image: linear-gradient(103deg, #563bff 0%, #7371fc 43.6%, #d94fd5 100%);
}

.comp-comparison-slider img-comparison-slider.rendered {
    outline: none;
    border: 0;
    border-radius: 20px;
    display: block;
}

.comp-comparison-slider img-comparison-slider.rendered img {
    width: 100%;
}

.comparison-inner .comp-row:nth-child(odd) {
    padding-top: 154px;
}

.comparison-inner .comp-row:nth-child(even) {
    padding-top: 120px;
}

.comparison-inner .comp-row:first-child {
    padding-top: 0px;
}

.comp-row.reverse {
    flex-direction: row-reverse;
}

.comp-row.reverse .comp-text-column {
    padding-left: 90px;
    padding-right: 0px;
}

.comparison-inner::before {
    width: calc(100% - 34px);
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 30px;
    opacity: 0.8;
    background: #7371FC;
    z-index: -1;
    left: 50%;
    bottom: -18px;
    transform: translate(-50%, -0%);
}

.comparison-inner::after {
    width: calc(100% - 100px);
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 30px;
    opacity: 0.6;
    background: #7371FC;
    z-index: -1;
    left: 50%;
    bottom: -36px;
    transform: translate(-50%, -0%);
}

.vswave {
    position: relative;
}

.vswave::before {
    width: calc(100% - 175px);
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 30px;
    opacity: 0.4;
    background: #7371FC;
    z-index: -1;
    left: 50%;
    bottom: -54px;
    transform: translate(-50%, -0%);
}

/*comparison section css ends here*/



/*vesus traditional css starts here*/
.versus-svmain .common-vstitle {
    text-align: center;
}
.vs-versusvs-box {
    text-align: center;
}
.versus-svmain .common-vstitle .title-vsdeco::before {
    background: url(../images/versus-brushes.png);
    background-repeat: no-repeat;
}
.common-vstitle.p-10 {
    padding-bottom: 10px;
}
.common-vstitle.coloured-versus {
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.versus-vsrow {
    padding-top: 60px;
}

.versus-vsflex {
    border-radius: 22px;
    border: 1px solid #F25353;
    background: #FFF2F2;
    padding: 45px 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}


.versus-vsflex::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 106px;
    background: url(../images/versus-dots.png) no-repeat;
    left: -26px;
    bottom: -22px;
    z-index: -1;
}

.versus-vsrow {
    max-width: 1080px;
    margin: auto;
}

.versus-points-column {
    width: 55%;
    padding-right: 68px;
}

.versus-img-column {
    width: 45%;
}

.versus-ptitle {
    color: #36379B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.47;
    margin-bottom: 18px;
}

.versus-points-column ul li {
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.9px;
    color: #5A5961;
    margin-bottom: 27px;
    padding-left: 30px;
    position: relative;
}

.versus-points-column ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/list-danger.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.versus-points-column ul li:last-child {
    margin-bottom: 0;
}

.versus-img-column img {
    border-radius: 10px;
}

.versus-vsrow.ai-powered {
    padding-top: 62px;
}

.versus-vsrow.ai-powered .versus-vsflex {
    border: 1px solid #5EBA75;
    background: #F4FBF6;
    flex-flow: row-reverse;
    flex-wrap: wrap;
}

.versus-vsrow.ai-powered .versus-points-column ul li::before {
    background: url(../images/list-success.svg);
    background-repeat: no-repeat;
}

.versus-vsrow.ai-powered .versus-points-column {
    padding-right: 0px;
    padding-left: 68px;
}

.versus-vsrow.ai-powered .versus-vsflex::before {
    left: unset;
    right: -26px;
}

.versus-btmcnt {
    max-width: 1055px;
    margin: auto;
    padding-top: 68px;
    text-align: center;
}

.versus-btmcnt .common-vs-subtitle:first-child {
    margin-bottom: 38px;
}

.versus-vsinner {
    padding-bottom: 96px;
}

/*vesus traditional css ends here*/



/*introducing creativio section css starts here*/


.intro-cvouter .common-vstitle .title-vsdeco {
    padding-bottom: 15px;
}

.intro-cvouter .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.intro-row {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
    margin-top: 48px;
    padding: 50px 25px 75px;
}

.intro-cvflex {
    max-width: 1155px;
    margin: auto;
    display: flex;
}

.intro-cvtext-column {
    width: 52%;
    padding-left: 74px;
}
.inrocv-imgcolumn {
    width: 48%;
}

.intro-cvflex {
    max-width: 1155px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inrto-txtlogo {
    width: 100px;
    height: 100px;
    background: #F2F4F7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.inrotxt-brtitle {
    color: #36379B;
    font-family: Gellix;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}

.introtxt-databx p {
    color: #5A5D65;
    font-family: Gellix;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}

.introtxt-databx p:first-child {
    margin-bottom: 28px;
}

.intro-topbx {
    text-align: center;
    max-width: 1140px;
    margin: auto;
    padding-bottom: 12px;
}

.intro-row.reverse .intro-cvflex {
    flex-flow: row-reverse;
}

.intro-row.reverse .intro-cvtext-column {
    padding-left: 0;
    padding-right: 74px;
}

.intro-cvouter {
    padding: 90px 25px 0px;
    position: relative;
}

.intro-cvouter::before {
    width: 100%;
    height: calc(100% - 202px);
    border-radius: 22px;
    background: linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}

.intro-btmdata-bx {
    max-width: 1055px;
    text-align: center;
    margin: auto;
    padding: 67px 0px 50px;
}

.common-bannerouter {
    max-width: 1000px;
    margin: auto;
}

/*introducing creativio section css ends here*/



/*steps section css here*/

.steptp-data .common-vstitle .title-vsdeco {
    padding-bottom: 15px;
}

.steptp-data .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.steptp-data {
    text-align: center;
    padding-bottom: 68px;
}

.steptp-data .common-vs-subtitle {
    margin-top: 44px;
}

.realstep-count.upload .real-stepinner {
    background: #EEEDFE;
}

.realstep-count.generate .real-stepinner {
    background: #FCEEFB;
}

.realstep-count.download .real-stepinner {
    background: #ECF7FF;
}

.realstep-count.upload .real-stepinner h4 {
    color: #7371FC;
}

.realstep-count.generate .real-stepinner h4 {
    color: #D94FD5;
}

.realstep-count.download .real-stepinner h4 {
    color: #4AAEF1;
}


.real-cvsteps {
    display: flex;
    align-items: center;
    max-width: 786px;
    margin: auto;
    flex-wrap: wrap;
}

.realstep-count {
    position: relative;
    width: 33.3%;
}

/*.realstep-count.upload .real-stepinner{
    left: calc(50% - 11.5px);
}


.realstep-count.generate .real-stepinner {
    left: calc(50% - 4.5px);
}

.realstep-count.download .real-stepinner {
    left: calc(50% + 6.5px);
}
.real-stepinner {
    border-radius: 25px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 210px;
    margin: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}*/


.real-stepinner h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}


/*.realstep-count.upload {
    background: url(../images/upload-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.realstep-count.generate {
    background: url(../images/generate-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.realstep-count.download {
    background: url(../images/download-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
*/

.realstep-count img {
    display: block;
    margin: auto;
}

.steps-btmsection {
    padding-top: 156px;
}

.steps-imgcolumn {
    width: 55%;
}

.stepstext-column {
    width: 45%;
    padding-left: 56px;
    max-width: 530px;
}

.steps-rowflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.count-cvstep {
    color: #7371FC;
    font-size: 16px;
    font-weight: 700;
    line-height: 12.6px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 12px;
    border: 1px solid #8483FC;
    background: #EEEDFE;
    padding: 10px 19px;
    display: inline-block;
    margin-bottom: 18px;
}

.stepstext-column .introtxt-databx p:first-child {
    margin-bottom: 0px;
}

.steps-rowflex.reverse {
    flex-flow: row-reverse;
    flex-wrap: wrap;
}

.steps-rowflex.reverse .stepstext-column {
    margin-right: auto;
}

.steps-rowflex.ptlow {
    padding-top: 117px;
}

.steps-rowflex.pthigh {
    padding-top: 173px;
}

.count-cvstep.pink {
    color: #D94FD5;
    border: 1px solid #D94FD5;
    background: #FCEEFB;
}

.steps-rowflex.reverse .steps-imgcolumn {
    text-align: right;
}

.steps-main {
    padding: 196px 0px 156px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
}

/*steps section css ends here*/


/*unlock potential css starts here*/
.pt-imgborder {
    border-radius: 20px;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    padding: 20px;
}

.pt-imgborder img {
    border-radius: 15px;
}

.pt-unlock-imgside {
    width: 50%;
}

.pt-unlocktext-side .common-vstitle {
    margin-bottom: 18px;
}

.pt-unlockflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pt-unlocktext-side {
    width: 50%;
    padding-right: 102px;
}

.pt-unlockinner {
    padding: 146px 0px 168px;
}

/*unlock potential css ends here*/


/*unmatched features section css here*/

.ft-unmatchtpbx {
    text-align: center;
}

.unmatched-bigimg {
    padding-bottom: 28px;
}

.ft-unmatchtpbx {
    text-align: center;
    max-width: 1140px;
    margin: auto;
}

.ft-unmatchtpbx .common-vstitle {
    color: #ffffff;
}

.ft-unmatch-row {
    padding-top: 78px;
}

.unmatchbx-spacing {
    width: 33.3%;
    padding-left: 48px;
    padding-bottom: 48px;
}

.unmatch-box {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
    padding: 26px 25px 38px 25px;
    height: 100%;
    text-align: center;
}

.ft-unmatchtitle {
    color: #36379B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.47;
    margin-bottom: 12px;
    margin-top: 33px;
}

.ft-unmatchdata {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
    color: #5A5D65;
}

.ft-unmatch-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -48px;
}

.unmatvh-btmdata {
    max-width: 1055px;
    margin: auto;
    text-align: center;
    padding: 18px 0px 45px;
}
.ft-unmatchbtmbx .common-offerbanner{
    background: url(../images/offer-banner-light.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}
.unmatvh-btmdata .common-vs-subtitle {
    color: #C1BADA;
    font-weight: 500;
}

.unmatvh-btmdata .common-vs-subtitle:first-child {
    margin-bottom: 38px;
    font-weight: 700;
}

.ft-unmatchedouter {
    position: relative;
    padding: 75px 25px 0px;
}

.ft-unmatchedouter::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 30px;
    background: #341B86;
    height: calc(100% - 168px);
    z-index: -1;
}


/*transfrom before section css starts here*/
.tranbf-topbx .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.tranbf-topbx .common-vstitle .title-vsdeco {
    padding-bottom: 15px;
}

.tranbf-topbx {
    text-align: center;
    padding-bottom: 66px;
}

.tranbf-spacingtitle p {
    color: #36379B;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}

.tranbf-spacingtitle {
    padding-bottom: 50px;
}

.tranbf-spacingtitle p span {
    color: #7371FC;
}

.tran-column {
    width: 50%;
    padding: 33px 52px 62px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tran-type {
    color: #4D4545;
    font-size: 18px;
    font-weight: 700;
    line-height: 12.9px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 15px;
    background: #FFF;
    padding: 16px 33px;
    margin-bottom: 12px;
    width: fit-content;
}

.tran-vsdata {
    color: #53565F;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    margin-bottom: 20px;
}

.tran-imgbox {
    margin-top: auto;
    border-radius: 30px;
    border: 11px solid rgb(255 255 255 / 30%);
}

.tran-imgbox img {
    display: block;
    border-radius: 18px;
}

.tranrow-flex {
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
}

.tran-column.after .tran-type {
    background: #4CAF65;
    color: #fff;
}


.transbf-wrapper .tranbf-row {
    padding-top: 106px;
}

.transbf-wrapper .tranbf-row:first-child {
    padding-top: 0px;
}

.tranbf-outer {
    padding: 166px 0px 132px;
}

/*unmatched features section ends here*/


/*bottom video section css starts here*/

.btmvideo-tpbox {
    text-align: center;
}

.bmvdo-title {
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(90deg, #A7A1FF 18.26%, #EC7DE9 80.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 9px;
}

.bmvdo-lowtitle {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.47;
    margin-bottom: 0;
}

.hero-vdobtm {
    padding-top: 76px;
}

.btmvideo-main .hero-vdobtm .text-boxfly {
    text-align: center;
    position: absolute;
    top: 66px;
    left: -268px;
}

.btmvideo-main .hero-vdobtm .vd-spacing::after {
    display: none;
}

.btmvideo-main .hero-vdobtm .text-boxfly span {
    color: #fff;
}

.btmvideo-main .hero-vdobtm .text-boxfly img {
    filter: invert(1);
}

.btmvideo-wrapper::before {
    position: absolute;
    content: "";
    height: calc(100% - 172px);
    width: 100%;
    border-radius: 30px;
    background: #341B86;
    left: 0;
    top: 0;
    z-index: -1;
}

.btmvideo-wrapper {
    position: relative;
    padding: 96px 25px 0px;
}

.btmvideo-main {
    padding-bottom: 114px;
}

.cursive-show {
    text-align: center;
    display: none;
}

.cursive-show span {
    font-family: Caveat;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 25px;
    display: inline-block;
}


/*price tag css stars here*/
.prctag-tpbox .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.prctag-tpbox .common-vstitle .title-vsdeco {
    padding-bottom: 23px;
}

.prctag-bgtitle {
    color: #1F2024;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 0;
}

.prctag-tpbox {
    text-align: center;
}

.prctag-databx h5 {
    color: #36379B;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.11;
    margin-bottom: 40px;
}

.prctag-databx {
    padding-top: 35px;
    max-width: 1110px;
    margin: auto;
}

.pricetg-box-spacing {
    width: 50%;
    padding-left: 32px;
    padding-bottom: 32px;
}

.pricetg-bxmain {
    padding: 35px 32px 48px 34px;
    border-radius: 15px;
    height: 100%;
    /*temp*/
    /*    min-height: 332px;*/
}

.pricetgbx-icon {
    border-radius: 10px;
    background: #FFF;
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricetgbx-title {
    color: #36379B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.33;
    margin: 20px 0px 10px;
}

.pricetgbx-data {
    color: rgba(18, 23, 34, 0.70);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}

.pricetg-boxes-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
    padding-top: 77px;
}

.pricetg-boxes-flex .pricetg-box-spacing:nth-child(odd) .pricetg-bxmain {
    background: #F0EEFF;
}

.pricetg-boxes-flex .pricetg-box-spacing:nth-child(even) .pricetg-bxmain {
    background: #FFEEFF;
}

.prctag-btmdata {
    max-width: 1150px;
    margin: auto;
    text-align: center;
    padding: 4px 0px 50px;
}

.prctag-btmdata .common-vs-subtitle:first-child {
    margin-bottom: 38px;
}

.prctag-main {
    padding-top: 262px;
    background: url(../images/comparison-banner.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 1090px;
    position: relative;
}

.prctag-main::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    height: 194px;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}

/*bottom video section css ends here*/


/*gurantee strip css starts here*/

.gurrantee-wrapper {
    padding: 188px 0px;
}

.gurrantee-outer {
    border-radius: 22px;
    background: linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
    padding: 85px 25px;
    max-width: 1210px;
    margin: auto;
}

.daysgurantee-title {
    font-family: Gellix;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.imagemb-dblock {
    display: none;
}

.gurrantee-inner {
    max-width: 1045px;
    margin: auto;
}


.gurantee-text-column {
    width: 60%;
}

.gurantee-flx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 55px;
}

.gurantee-img-column {
    width: 40%;
    text-align: center;
}

.gurantee-text-column p {
    color: rgba(18, 23, 34, 0.70);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 27px;
}

.gurantee-text-column p:last-child {
    margin-bottom: 0;
}

.gurantee-text-column p span {
    color: #563BFF;
    font-size: 21px;
    font-weight: 700;
}

/*gurantee strip css ends here*/


/*plans css here*/
.plans-tpbox .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.plans-tpbox {
    text-align: center;
}

.plans-tpbox .common-vstitle {
    color: #fff;
}

.plans-tpbox .common-vstitle.gradient .title-vsdeco {
    background: linear-gradient(90deg, #A7A1FF 18.26%, #EC7DE9 80.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.plan-maincard {
    border-radius: 30px;
    border: 1px solid #7371FC;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
}
.plan-spacing {
    width: 50%;
    padding-left: 40px;
}
.plan-cardrow {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -455px;
}

.plan-cardtopbx {
    text-align: center;
    padding: 36px 30px 54px;
    border-radius: 30px 30px 0px 0px;
    background: rgba(115, 113, 252, 0.44);
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
}
.plan-cardtopbx.business {
    background: rgba(217, 79, 213, 0.24);
}
.plan-cardtopbx .plan-cardtitle {
    color: #FFF;
    font-family: Gellix;
    font-size: 57px;
    font-weight: 700;
    line-height: 0.98;
    margin-bottom: 20px;
}
.plan-bximg {
    min-height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-cardtopbx .plan-cardsub {
    color: #FFFFFA;
    font-family: Gellix;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
}

.plan-listbx {
    padding: 56px 30px 0px 52px;
}

.plan-cardbtmbx {
    text-align: center;
    padding: 80px 30px 62px;
}

.responsive-video {
    padding-bottom: 56.21%;  /* Maintain the aspect ratio */
    height: 0;                /* This will ensure that the container does not collapse */
    overflow: hidden;
    position: relative;
    z-index: 3;
}


.vimeo-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.play-button {
    width: 60px;
    height: 60px;
    background: url('..images/creativio-thumbnail.webp') no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}



.plan-listbx ul li {
    color: #36379B;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.47;
    margin-bottom: 35px;
    padding-left: 44px;
    background: url(../images/list-check.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.plan-maincard.normal .plan-listbx ul li {
    background: url(../images/list-check-blue.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
}

.plan-listbx ul li:last-child {
    margin-bottom: 0;
}

.planold-price {
    color: #78797E;
    font-size: 27px;
    font-weight: 400;
    line-height: 0.98;
    text-decoration: line-through;
    margin-bottom: 18px;
    display: inline-block;
}

.plan-paymenttype {
    color: #36379B;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.47;
    margin-top: 4px;
}

.plan-cardbtmbx .common-vstitle .title-vsdeco::before {
    display: none;
}

.plan-cardbtmbx .common-vstitle .title-vsdeco {
    padding: 0;
}

.plan-buybtn a {
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    margin-top: 25px;
    box-shadow: 0px 20px 35px 0px rgba(89, 31, 255, 0.29);

}


.plan-cardbtmbx .payment-flex {
    padding: 44px 0px 40px;
}


.plans-inner{
    background: url(../images/plans-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 83px 0px 445px;
}

.plans-tpbox {
    text-align: center;
    padding-bottom: 56px;
}
/*plans css ends here*/


/*reasons to buy starts*/
.reasonsto-outer .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}


.reasons-spacing {
    width: 25%;
    padding-left: 28px;
}

.reasons-vsbox {
    text-align: center;
    padding: 32px 34px 42px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
    height: 100%;
}

.reasons-vstitle {
    color: #36379B;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin: 26px 0px 15px;
}

.reasons-vsdata {
    color: rgba(18, 23, 34, 0.70);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}

.reasons-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -28px;
    padding-top: 62px;
}

.reasonsto-outer {
    text-align: center;
}

.reasonsto-outer {
    text-align: center;
    border-radius: 22px;
    background: linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
    padding: 88px 25px 98px;
}

.reasonbtn-center {
    margin-top: 55px;
}

/*reasons to buy ends*/



/*footer css here*/

.footer-outer {
    padding: 69px 0px 48px;
}

.footer-nav li a {
    color: #fffffa;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: -0.14px;
}

.footer-nav li a:hover {
    color: #9493ff;
}

.footer-nav li {
    display: inline-block;
    margin-right: 45px;
}

.footer-nav li:last-child {
    margin-right: 0;
}

.footer-top-vs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logos {
    display: flex;
    gap: 23px;
    margin-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #412A88;
}

.btm-footer-txt {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer-btmvs {
    padding-top: 100px;
}

.low-footer-txt {
    color: #9493ff;
    font-size: 22px;
    font-weight: 700;
    line-height: 133%;
    margin-bottom: 17px;
}

.low-footerdata {
    color: #bebdc4;
    font-size: 15px;
    font-weight: 400;
    line-height: 188%;
    letter-spacing: 0.75px;
    margin-bottom: 0;
}

.footer-btmvs .row {
    justify-content: space-between;
}

.footer-endvs p {
    color: #bebdc4;
    font-size: 13px;
    font-weight: 400;
    line-height: 188%;
    letter-spacing: 0.65px;
    margin-bottom: 25px;
}

.footer-endvs p:last-child {
    margin-bottom: 0;
}

.footer-endvs {
    margin-top: 50px;
}

.footer-endvs p a {
    color: #38b7ff;
    font-size: 13px;
    font-weight: 400;
    line-height: 188%;
    letter-spacing: 0.65px;
}

.copy-stripvs {
    padding-top: 22px;
    text-align: center;
}

.copy-stripvs p {
    color: #bebdc4;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.14px;
    margin-bottom: 0;
}

.feature-box:hover {
    background: #b4adffba;
    transition: ease 0.4s;
    border-color: #b2a8ff;
    transform: translateY(-2px);
}

.feature-box:hover .vs-imgbx {
    background: rgba(255, 255, 255, 0.51);
    transition: ease 0.4s;
}

.feature-box .vs-imgbx {
    transition: ease 0.4s;
}

.footer-main {
    background: #1F0C5A;
    padding-top: 192px;
    position: relative;
}

.footer-main::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    left: 0;
    top: -1px;
    height: 194px;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}

/*footer css ends here*/


/* faq section starts here */

.faqvs-outer {
    padding: 98px 0px 88px;
}

.faqvs-title {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 52px;
    padding-left: 10px;
}

.faqvs-outer .accordion-item {
    margin-bottom: 40px;
    border-radius: 30px;
    border: 1px solid #7371FC;
    background: #FFF;
    overflow: hidden;
    padding: 30px 32px 30px 44px;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
}

.accordion-border {
    background: #57498a;
    border-radius: 20px;
}

.faqvs-outer .accordion-item .accordion-button {
    padding: 0;
    outline: none;
    border: 0;
    border-radius: 30px;
    background: none;
    color: #36379B;
    font-family: Gellix;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
}

.faqvs-outer .accordion-body {
    padding: 0;
}

.faqvs-outer .accordion-button:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.faqvs-outer .accordion-button:not(.collapsed) {
    background: none !important;
    color: #fff !important;
    box-shadow: none !important;
}

.faqvs-outer .accordion-body p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: -0.52px;
    padding: 20px 0px 0px 0px;
    margin-bottom: 0;
    text-align: left;
}

.faqvs-outer .accordion-item.bordervs {
    transition: 0.2s ease;
    background: linear-gradient(103deg, #563bff 0%, #7371fc 43.6%, #d94fd5 100%);
}

.faqvs-outer .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faqvs-outer .accordion-button.collapsed::after {
    background: url(../images/closed.svg) no-repeat !important;
    transform: rotate(0) !important;
    transition: 0.4s ease;
    filter: unset;
}

.faqvs-outer .accordion-button::after {
    background: url(../images/opened.svg) no-repeat !important;
    transform: rotate(0) !important;
    transition: 0.4s ease;
    filter: brightness(3.5);
}


.faqvs-inner .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.faqvs-inner {
    text-align: center;
}

.aqccordion-wrapper {
    padding-top: 98px;
    max-width: 920px;
    margin: auto;
}

/* faq section ends here */




/* upgarde page css starts here  */


.strip-count-middle {
    width: 40%;
}

.strip-count-left, .strip-count-right {
    width: 30%;
    background: #5433AD;
}

.count-strip {
    display: flex;
    flex-wrap: wrap;
}

.actual-upcount {
    color: rgba(255, 255, 255, 0.65);
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
}

.upstep-count {
    display: flex;
    align-items: center;
    gap: 10px;
}

.upstep-data {
    margin: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.upstep-data span {
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.up-stepbx {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    padding: 14px 0px;
    position: relative;
}

.strip-count-middle {
    width: 40%;
    background: #7371FC;
}

.up-stepbx::after {
    position: absolute;
    content: "";
    height: 100%;
    background: url(../images/upstep-left.png);
    bottom: 0;
    width: 65px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.strip-count-middle .up-stepbx::after{
    background: url(../images/upstep-middle.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.strip-count-right .up-stepbx::after{
display: none;

}

.up-hero-inner {
    padding: 50px 0px 107px;
}

.up-inner-databx {
    text-align: center;
}
.uphero-title {
    color: #FFF;
    text-align: center; 
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 42px;
}

.uphero-title span {
    background: linear-gradient(90deg, #A7A1FF 18.26%, #EC7DE9 80.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.up-subheading {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 20px;
    border: 1px dashed #6C52DD;
    background: #321A8E;
    padding: 11px 35px;
    max-width: 850px;
    margin: auto;
    display: none;
}

.up-subheading span {
    color: #D94FD5;
}

/* .up-videomain {
    padding-top: 60px;
} */

.up-videobx {
    max-width: 978px;
    margin: auto;
    border-radius: 18px;
    padding: 11px;
    background: linear-gradient(122deg, #FE94FB 30.59%, #BD7EFE 94.58%);
}

.up-main-banner {
background: url(../images/up-herobanner.png);
background-repeat: no-repeat;
background-size: cover;

}

.up-videobx .responsive-video iframe{border-radius: 8px;}

.up-package-section {
    padding: 97px 0px 162px 0px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
}

.up-package-topbx {
    text-align: center;
}

.package-unlock-title {
    color: #1F2024;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.61;
    margin: 0;
}

.up-common-btn {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.68;
    border-radius: 200px;
    background: linear-gradient(91deg, #5EBA75 4.39%, #32BEA6 89.48%);
    box-shadow: 0px 20px 24px 0px rgba(60, 84, 169, 0.14);
    padding: 14px 66px;
    display: inline-block;
    width: fit-content;
    margin: auto;
     transition: all .4s ease-in-out;
}

.package-discount {
    color: #36379B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.68;
    display: block;
    margin: 0;
}

.pacgage-spacing-gap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 50px;
}

.up-stepbx.active .actual-upcount{color: #fff;}

.up-common-btn:hover{background-position: 100% 0; color: fff;transition: all .4s ease-in-out;color: #fff; background: linear-gradient(90deg, #5C44FF 34.11%, #C357DE 69.31%);
    ; transform: translateY(-2px);}

.package-heading {
    text-align: center;
    font-family: Gellix;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    padding-bottom: 30px;
}

.package-heading span {
    background: linear-gradient(90deg, #5C44FF 34.11%, #C357DE 69.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.up-common-text {
    color: rgba(31, 32, 36, 0.70);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.73;
    margin-bottom: 0;
}

.up-package-list li {
    color: #121722;
    font-family: Gellix;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.51;
    padding: 20px 42px;
    border-bottom: 1px solid #DFD1FA;
}
.up-package-list li:last-child{border: 0;}
.package-table-right {
    width: 52%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.package-table-flex {
    display: flex;
    flex-wrap: wrap;
}

.table-upinner {
    text-align: center;
    border-radius: 20px;
    background: #F4ECFF;
}

.inner-table-heading {
    color: #36379B;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.69;
    margin: 0;
}

.package-minheight-bx {
    padding-top: 15px;
    min-height: 105px;
}

.package-table-left {
    width: 48%;
    margin-top: 105px;
}

.package-table {
    position: relative;
    padding: 0px 28px 58px 0px;
    max-width: 1220px;
    margin: 75px auto 0;
}

.package-table::before {
    width: 100%;
    height: calc(100% - 105px);
    background: #ffffff;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 30px;
    border: 1px solid #DFD1FA;
    left: 0;
    bottom: 0;
}

.up-package-inner {
    position: relative;
    z-index: 9;
}

.table-upinner.pro {
    background: linear-gradient(176deg, #5C44FF 6.74%, #C357DE 84.14%);
}

.table-upinner.pro ul.up-package-list li {
    color: #fff;
}

.table-upinner.pro  .inner-table-heading {
    color: #fff;
}

.package-table-right .up-package-list li{text-align: center;}

.up-package-btmbx {
    text-align: center;
    padding-top: 66px;
}

.uup-packaget-upgradetxt {
    color: rgba(31, 32, 36, 0.56);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.73;
    margin-bottom: 25px;
    display: inline-block;
}
.up-package-btmbx .up-common-text {
    max-width: 700px;
    margin: auto;
}

.thankyou-bxtop {
    text-align: center;
}

.up-thankyou-heading {
    text-align: center;
    font-family: Lobster;
    font-size: 88px;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(149deg, #5C44FF 24.11%, #C357DE 86.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
    margin: 42px 0px 16px;
}

.up-commonm-heading {
    color: #36379B;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 0;
}

.up-common-data {
    color: #1F2024;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.up-common-data.coloured {
    color: #36379B;
    font-weight: 700;
    font-size: 25px;
}
.up-thankyou-gap {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.up-thankyou-gap {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-top: 45px;
}

.thankyou-topimg {
    margin-top: -56px;
    max-width: 150px;
    max-height: 150px;
}

.up-thankyou-card {
    padding: 20px 22px 46px;
}

.thankyoy-cardtitle {
    color: #36379B;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    margin: 26px 0px 15px;
    padding: 0px 10px;
}

.thankyoy-cardtext {
    color: rgba(18, 23, 34, 0.70);
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.47;
    margin: 0;
}
.up-thankyou-card {
    border-radius: 32px;
}

.up-thankyou-card.card1 {
    background: rgba(94, 186, 117, 0.1);
}

.up-thankyou-card.card2 {
    background: rgba(86, 59, 255, 0.1);
}

.up-thankyou-card.card3 {
    background: rgba(31, 182, 255, 0.1);
}

.thankyou-card-grid {
    display: grid;
    gap: 62px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 70px;
}

.thankyou-bxinner {
    max-width: 1175px;
    margin: auto;
}

.up-thankyou-card > img {
    width: 100%;
}

.up-thankyou-section {
    padding-bottom: 123px;
    background: url(../images/thankyou-gradient.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
}

.up-testimonial-outer {
    border-radius: 22px;
    background: linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
    max-width: 1760px;
    margin: auto;
    padding: 112px 0px 87px;
}

.up-testimonial-topbx {
    text-align: center;
    max-width: 1340px;
    margin: auto;
}

.up-testigap {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-bottom: 48px;
}

.thankyou-payment-flex {
    display: flex;
    justify-content: center;
    gap: 28px;
    align-items: center;
    padding-top: 32px;
}

.uptest-box {
    border-radius: 20px;
    border: 1px solid var(--neutral-300, #EFF0F6);
    background: var(--neutral-100, #FFF);
    box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
    padding: 54px 60px 54px 54px;
}

.up-testi-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.27;
    margin-bottom: 13px;
}

.up-testi-data {
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66;
    color: #6F6C90;
    margin-bottom: 28px;
}

.up-author-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
}

.autor-up-type {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.11;
    display: block;
}

.up-testi-author-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
}

.up-testimonial-grid {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1600px;
    margin: auto;
    padding: 65px 20px 0px;
}

.up-aipro-topbx {
    text-align: center;
    max-width: 1160px;
    margin: auto;
}

.up-aipro-subheading {
    color: #36379B;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.23;
    margin: 0;
}

.up-aipro-topbx .package-heading {
    padding-bottom: 48px;
}

.up-aipro-gap {
    gap: 35px;
    display: flex;
    flex-direction: column;
    padding-top: 62px;
}

.up-aipro-topbx {
    text-align: center;
    max-width: 1160px;
    margin: auto;
    padding: 67px 0px 120px;
}

.progress {
    justify-content: flex-start;
    border-radius: 200px;
    background: #FFF;
    align-items: center;
    position: relative;
    display: flex;
    max-width: 735px;
    height: 12px;
    margin: auto;
}

.progress-value {
  animation: load 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
    border-radius: 200px;
    background: #7371FC;
  height: 12px;
  width: 0;
}

@keyframes load { 0% { width: 0; } 100% { width: 45%; } }


.up-aipro-progress-wrap {
    border-radius: 40px 40px 0px 0px;
    text-align: center;
    background: rgb(216,210,255);
    background: linear-gradient(36deg, rgba(216,210,255,1) 0%, rgba(215,225,246,1) 50%, rgba(214,242,237,1) 100%);
    padding: 62px 25px 0px;
}

.up-progress-gap {
    display: flex;
    flex-direction: column;
    gap: 46px;
    align-items: center;
}

.up-aipro-logo img{max-width: 100%;}

.up-progress-bar {
    width: 100%;
}

.textfor-progreess {
    color: #1F2024;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    padding-top: 5px;
}

.up-aipro-shadowimg {
    padding-top: 38px;
}
.up-intro-heading {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.up-testimonial-section {
    padding: 0px 25px;
}
.up-intro-tpbox {
    text-align: center;
    padding-bottom: 60px;
}

.up-intro-tpbox .up-commonm-heading{color: #fff;}

.up-intro-outer {
    border-radius: 0px 0px 22px 22px;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    padding: 98px 25px 62px;
}

.up-intro-outer .intro-cvtext-column {
    padding-left: 45px;
    width: 38%;
}

.up-intro-outer .intro-row.reverse .intro-cvtext-column {
    padding-right: 40px;
}

.up-intro-outer .inrocv-imgcolumn{width: 62%;}

.up-intro-outer .intro-row{margin-top: 40px;}
.up-intro-outer .intro-row.first-child{margin-top: 0;}


.up-intro-outer .inrocv-imgcolumn img{width: 100%;}

.up-intro-outer .inrto-txtlogo {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 11px;
    border: 1px solid rgb(199 199 255 / 20%);
    background: rgba(115, 113, 252, 0.07);
    box-shadow: 50px 60px 100px 0px rgba(0, 0, 0, 0.03);
}

.up-intro-outer .introtxt-databx p:first-child{margin-bottom: 0;}

.up-intro-outer .introtxt-databx  p{font-size: 20px;}


.up-aipro-btmbx {
    max-width: 1065px;
    margin: auto;
    text-align: center;
    padding-top: 84px;
}

.aipro-btmbx-heading {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0;
}

.up-aipro-btmgap .up-common-data {
    color: #fff;
    max-width: 810px;
    margin: auto;
}

.up-aipro-btmgap{display: flex; flex-direction: column; gap: 36px;}

.up-aipro.payment-flex {
    padding: 0px 0px 10px;
}

.up-aiprobtmbx-subheading {
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.31;
    margin: 0 auto;
    max-width: 760px;
}

.up-commonm-heading span{
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.up-addbonus-topbx {
    text-align: center;
    padding-bottom: 120px;
}

.up-addbonus-inner {
    border-radius: 22px;
    background: linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
    padding: 120px 25px 104px;
    position: relative;
}

.up-addbonus-heading {
    color: #36379B;
    font-size: 88px;
    font-weight: 700;
    line-height: 88px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 40px;
}

.up-addbonus-topbx .up-commonm-heading:first-child {
    padding-bottom: 10px;
}

.up-addbonus-section {
    padding: 165px 0px 126px;
}

.addbonus-imgicon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -88px;
}

.up-addbonus-row {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
    padding: 77px 25px;
    margin-bottom: 50px;
}
.up-addbonus-row:last-child{margin-bottom: 0;}

.up-addbonus-flex {
    max-width: 1155px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.addbonus-number {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.36;
    text-transform: uppercase;
    border-radius: 18px;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    padding: 12px 40px;
    display: inline-block;
    margin-bottom: 32px;
}

.addbonus-heading {
    color: #36379B;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.addbonus-data {
    color: rgba(18, 23, 34, 0.70);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

.addbonus-datagap {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.up-bonus-img-side {
    width: 50%;
    padding-right: 74px;
}

.up-bonus-img-side img {
    width: 100%;
}

.up-bonus-textside {
    width: 50%;
}

.up-addbonus-row:nth-child(odd) .up-bonus-img-side {
    padding-right: 0;
    padding-left: 74px;
}

.up-addbonus-row:nth-child(odd) .up-addbonus-flex {
    flex-direction: row-reverse;
}

.up-addbonus-row.last-child {
    margin-bottom: 0;
}

.addvalue-table-wrap {
    text-align: center;
    padding-top: 85px;
}

.addvalue-table-outer {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
    padding: 32px;
    margin-top: 44px;
}

.addvalue-table-count {
    border-radius: 13px;
    background: #7371FC;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
}

.addvalue-table-title {
    color: #121722;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0;
    text-align: left;
}

.addvalue-table-inflex {
    display: flex;
    align-items: center;
    gap: 37px;
}

.addvalue-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(115, 113, 252, 0.1);
    padding: 14px 20px 14px;
    border-radius: 12px;
}

.addvalue-actual {
    color: #36379B;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.54;
    border-radius: 10px;
    background: #FFF;
    padding: 10px 30px;
}

.addvalue-table-outer .addvalue-table-row {
    margin-bottom: 10px;
}


.up-total-valuerow {
    padding: 20px 30px;
    border-radius: 12px;
    background: rgba(94, 186, 117, 0.1);
}

.up-totalvalue-text, .up-totalvalue-amount {
    color: #1F2024;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.74;
    margin: 0;
    display: inline-block;
}

.up-totalvalue-amount{text-decoration: line-through;}

.up-total-flex.special .up-totalvalue-text, .up-total-flex.special .up-totalvalue-amount {
    color: #5EBA75;
}

.up-total-flex.special .up-totalvalue-amount{text-decoration: none; font-size: 56px; line-height: 1.12;}

.up-total-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.up-total-flex.special{padding-bottom: 0px; padding-top: 15px; border-top: 3px solid #fff;}

.up-td-stripdata {
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.43;
    max-width: 1195px;
    margin: 0 auto;
}

.up-todayoffer-tpstrip {
    border-radius: 40px 40px 0px 0px;
    background: #3E1FFF;
    padding: 50px 15px;
    text-align: center;
}

.up-todayoffer-flex {
    background: linear-gradient(91deg, rgba(62, 31, 255, 0.20) 4.39%, rgba(50, 190, 166, 0.20) 89.48%);
    padding: 70px 25px 77px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.up-todayoffer-img {
    width: 60%;
    padding-right: 30px;
}

.up-todayoffer-text {
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.text-rightnow {
    color: #36379B;
    text-align: center;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 0;
}

.text-pustandard {
    color: rgba(18, 23, 34, 0.70);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.28;
    margin-bottom: 0;
}

.up-todayoffer-btmtxt {
    color: rgba(18, 23, 34, 0.70);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.up-todayoffer-warning p {
    color: #F25353;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 0;
}

.up-todayoffer-warning {
    background: #FFEFEF;
    padding: 28px 15px;
    margin-top: 33px;
}

.up-moneyback-inner {
    text-align: center;
}

.up-moneyback-flex {
    padding-top: 46px;
    max-width: 1110px;
    margin: auto;
}

.up-moneyback-text {
    width: 57%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: left;
}

.up-moneyback-img {
    width: 43%;
    padding-left: 35px;
    text-align: right;
}

.up-moneyback-flex {
    padding-top: 46px;
    max-width: 1110px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.up-moneyback-text .up-common-data {
    font-size: 21px;
    line-height: 1.42;
}

.up-refund-icon {
    border-radius: 18px;
    background: rgba(115, 113, 252, 0.10);
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 95px;
    min-width: 95px;
}

.up-refund-text {
    color: #36379B;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

.refund-flex-row {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-radius: 30px;
    background: #F2EEFF;
    max-width: 1160px;
    margin: 35px auto 0;
}

.up-moneyback.payment-flex {
    padding: 30px 0px 0px 0px;
}

.up-moneyback-btmbx {
    padding-top: 40px;
}

.up-moneyback-section {
    padding: 103px 0px 98px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
}

.up-skipgone-inner .up-commonm-heading{
    text-align: center;
}

.up-skipgone-inner .up-commonm-heading.pb-15 {
    padding-bottom: 15px;
}

.up-skipgone-img {
    width: 50%;
    padding-right: 35px;
}

.upskipgone-text {
    width: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 37px;
}

.up-skipgone-flex {
    max-width: 1255px;
    display: flex;
    align-items: center;
    padding-top: 62px;
}

.upskipgone-text .up-common-data {
    color: #5A5D65;
    font-size: 21px;
    line-height: 1.75;
} 

.up-skipgone-flex:nth-child(even) {
    padding-top: 100px;
    flex-direction: row-reverse;
}

.up-skipgone-flex {
    max-width: 1255px;
    display: flex;
    align-items: center;
    padding-top: 62px;
    flex-wrap: wrap;
}

.up-skipgone-flex:nth-child(even) .up-skipgone-img {
    padding-right: 0;
    padding-left: 35px;
    text-align: right;
}

.up-skipgone-section {
    padding: 96px 0px 142px;
}

.up-prplans-outer {
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #341B86;
    padding: 85px 25px 110px;
}

.up-prplans-inner {
    max-width: 1140px;
    margin: auto;
    text-align: center;
}

.up-prplans-subheading {
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 8px;
    margin: 0;
    background: linear-gradient(90deg, #A7A1FF 18.26%, #EC7DE9 80.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.up-prplans-inner .up-addbonus-heading{padding: 0;}

.up-prplans-tpcard {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.up-prplans-tpcard .textfor-progreess{color: #fff;}


.pr-plancards-border {
    border-radius: 22px;
    background: linear-gradient(127deg, #563BFF 9.69%, #D94FD5 100.73%);
    box-shadow: 50px 60px 100px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(63px);
    padding: 22px;
    height: 100%;
    display: flex;
    position: relative;
}

.pr-plancards-tptitle {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.32;
    margin-bottom: 10px;
}

.pr-plancards-tptype {
    color: #FFF;
    font-family: Gellix;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 6.2px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #FFF;
    padding: 13px 22px;
    margin-bottom: 30px;
}

.pr-plancards-data {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.58;
    margin-bottom: 0;
}

.pr-plancards-tpbx {
    padding: 40px 0px 36px;
}

.pr-plans-commonbx {
    padding: 22px 35px 56px;
    border-radius: 20px;
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pr-planslistbx ul li {
    color: #121722;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.47;
    margin-bottom: 35px;
    position: relative;
    text-align: left;
    padding-left: 45px;
}
.pr-planslistbx ul li:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/pro-monthly.svg);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
}



.pr-planslistbx ul li:last-child {
    margin-bottom: 0;
}

.pr-plans-btmbx {
    padding-top: 30px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pr-price-plantype {
    color: #121722;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.47;
    display: block;
}

.pr-plans-buybtn {
    color: #FFF;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.12;
    border-radius: 200px;
    background: linear-gradient(127deg, #7862FF 9.69%, #D94FD5 100.73%);
    box-shadow: 0px 20px 24px 0px rgba(60, 84, 169, 0.14);
    display: inline-block;
    padding: 10px 100px 18px;
    transition: 0.3s ease;
    width: fit-content;
    margin: auto;
}

.pr-plans-buybtn:hover{background: linear-gradient(80deg, #7862FF 9.69%, #D94FD5 80.73%); color: #FFF;}


.pr-plancards-grid {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 60px;
}

.pr-plancards-box {
    display: flex;
    flex-direction: column;
}

.pr-plancards-border.yearly {
    background: linear-gradient(259deg, #563CF1 1.59%, #42AB99 91.83%);
}

.pr-plancards-border.yearly .pr-plans-buybtn {
    background: linear-gradient(91deg, #3E1FFF 4.39%, #32BEA6 89.48%);
}

.pr-plancards-border.yearly .up-prplans-subheading{
    background: linear-gradient(91deg, #3E1FFF 4.39%, #32BEA6 89.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.pr-plancards-border.yearly .pr-planslistbx ul li:before {
    background: url(../images/pro-yearly.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.up-faqs .faqvs-outer {
    padding: 86px 0px 50px;
}

.faq-skipwaarning-wrapper {
    max-width: 1160px;
    margin: auto;
    padding: 60px 25px;
    border-radius: 30px;
    background: #F2EEFF;
    margin-top: 130px;
}

.faq-skipwaarning-inner {
    max-width: 1000px;
    margin: auto;
}

.faq-skipwarning-text {
    color: #36379B;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 2.22;
    margin-bottom: 0;
}

.faq-skipwarning-btn {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7;
    border-radius: 10px;
    background: #7371FC;
    width: 100%;
    display: inline-block;
    padding: 17px;
}
.faq-skipwarning-btn:hover{color: #fff;}
.faq-skipwaarning-inner {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.popular-up-absolute {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-family: Gellix;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    border-radius: 0px 0px 20px 20px;
    background: #1FB6FF;
    padding: 8px 32px;
}

/* upgarde page css ends here  */


/* free trail page css statrs here */

.freehero-container {
    max-width: 1555px;
    margin: auto;
    padding: 0px 15px;
}

.freehero-topbox {
    text-align: center;
}

.freehero-title {
    color: #121722;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 14px;
}

.freehero-title span {
    background: linear-gradient(90deg, #583DFF 2.41%, #C656DD 66.93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.freehero-subtitle {
    color: rgba(18, 23, 34, 0.70);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.83;
    margin: 0;
}

.freehero-topbox .banner-vstitle {
    margin-bottom: 30px;
}

.frrehero-videoside {
    width: 53%;
}

.freehero-generate {
    width: 47%;
    padding-left: 50px;
}

.freehero-flexwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    padding-top: 38px;
}

.cvgenerate-filedrop {
    border-radius: 18px;
    border: 1px dashed #563BFF;
    background: linear-gradient(180deg, rgba(228,221,247,1) 0%, rgba(241,227,244,1) 61%, rgba(252,248,249,1) 91%);
    height: 192px;
    position: relative;
}

.cv-filedrop-text {
    color: #563BFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
}

.cv-filedrop-imgbtn {
    color: #7371FC;
    text-align: center;
    font-family: Gellix;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    padding: 16px 44px 20px;
    border-radius: 200px;
    background: #FFF;
    display: inline-flex;
    gap: 15px;
    align-items: end;
}

.cv-filedrop-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    position: absolute;
    width: fit-content;
    height: fit-content;
    inset: 0;
    margin: auto;
}

.select-file {
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 9;
    position: relative;
    cursor: pointer;
}

.cvgenerate-samples-wrap {
    padding: 28px 0px;
}

.cvgenerate-samplestext {
    color: rgba(18, 23, 34, 0.70);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
}

.cvgenerate-samples-grid {
    display: grid;
    gap: 27px;
    grid-template-columns: repeat(4, 1fr);
    max-width: 500px;
    margin: auto;
    padding-top: 20px;
}

.free-trialhero-section {
    padding: 68px 0px 127px;
}
.cv-generateimgbx {
    padding: 1px;
    background: transparent;
    border-radius: 15px;
    cursor: pointer;
}
.cv-generateimgbx.active{background: linear-gradient(rgba(217, 79, 213, 1), rgba(86, 59, 255, 1))}
.cv-generateimgbx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.trial-page-herobtn {
    color: #FFF;
    font-family: Gellix;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.68;
    border-radius: 200px;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    padding: 11px 112px 17px;
    display: block;
    box-shadow: 0px 20px 35px 0px rgba(89, 31, 255, 0.29);
    transition: 0.3s ease;
    width: fit-content;
    margin: auto;
}

.trial-page-herobtn:hover{color: #F2F4F7; transform: translateY(-2px); background: linear-gradient(31deg, #563BFF 11.01%, #7371FC 28.55%, #D94FD5 110.04%);}

.freehero-generate-btmtxt {
    margin: 0;
    color: rgba(18, 23, 34, 0.70);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 14px;
}


.trial-gridbox {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 7px 38px 0px rgba(155, 148, 195, 0.11);
    padding: 25px 25px 40px;
    text-align: center;
    height: 100%;
}

.trial-gridbox-heading {
    color: #36379B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.47;
    margin: 0;
    padding-top: 33px;
}
.trial-gridbox-data {
    color: rgba(18, 23, 34, 0.70);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
    padding-top: 16px;
}
.trial-grid-wrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}

.trial-grid-section {
    padding: 110px 0px 10px;
}

.trial-grid-btnbox {
    padding-top: 65px;
}

.trial-grid-btnbox .comapatible-box {
    padding-top: 27px;
}

.comp-trailtpbox {
    text-align: center;
}

.common-italic-text {
    color: #563BFF;
    font-family: Caveat;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    display: block;
    padding: 48px 0px;
}

.comp-filedrop-filedrop {
    border-radius: 18px;
    border: 1px dashed #563BFF;
    background: linear-gradient(180deg, rgba(228,221,247,1) 0%, rgba(241,227,244,1) 61%, rgba(252,248,249,1) 91%);
    height: 450px;
    position: relative;
}

.comp-filedrop-wrapper {
    max-width: 1105px;
    margin: auto;
}

.comp-filedrop-content {
    position: absolute;
    width: fit-content;
    height: fit-content;
    inset: 0;
    margin: auto;
}

.comp-filechoose-text {
    color: #1F2024;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-top: 25px;
}

.com-chooseicon {
    padding-bottom: 45px;
}

.comp-filedrop-btm {
    padding-top: 60px;
}

.comp-filedrop-endtext {
    color: #36379B;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.37;
    margin-bottom: 13px;
}

.comp-filedrop-end {
    padding: 94px 0px;
}

.comp-trailtpbox .common-vstitle {
    margin: 18px 0px 25px;
}
.comp-trailtpbox .common-vstitle.coloured-versus{margin: 0;}
.steps-trial-btnbox {
    padding-top: 67px;
}

.free-trail-page .versus-vsinner {
    padding-bottom: 0px;
}

.free-trail-page .steps-main {
    padding: 108px 0px 78px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
}

.free-trail-page .tranbf-outer {
    padding: 92px 0px 132px;
}

.free-trail-page .ft-unmatchedmain {
    padding-top: 138px;
}

.free-trail-page .ft-unmatchedouter::before{height: 100%;}

.unmatchbtmbx-trial-btnbox {
    padding-top: 46px;
}
.unmatchbtmbx-trial-btnbox .freehero-generate-btmtxt {
    color: rgba(255, 255, 255, 0.7);
}

.free-trail-page .btmvideo-wrapper::before{height: 610px;}

.btmvideo-trial-btnbox {
    padding-top: 62px;
}

.free-trail-page .btmvideo-main {
    padding-bottom: 134px;
}

.free-trail-page .faqvs-outer{padding-top: 0px;}

.vsmain-trialmodal  .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
    position: relative;
}

.modal-content .btn-close {
    color: #fff;
    filter: invert(1);
    position: absolute;
    right: -20px;
    top: -20px;
}

.vsmain-modal-row input {
    border-radius: 18px;
    border: 1px solid rgba(86, 59, 255, 0.35);
    background: #FFF;
    padding: 33px 43px;
    color: rgba(31, 32, 36, 0.44);
    font-size: 24px;
    line-height: 24px;
}
.vsmain-modal-row input:focus{outline: 0;}
.vsmain-modal-row {
    display: grid;
    gap: 27px;
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 0px 45px;
}

.vsmain-trialmodal.modal{ background: rgba(24, 24, 24, 0.86);}

.file-select1-error {
    position: relative;
    text-align: center;
    top: 10px;
    color: #f00;
    display: none;
}
.file-select2-error {
    position: relative;
    top: 20px;
    color: #f00;
    display: none;
}

/* new changes  */

.pf-text-custom span {
    color: #FFF;
    font-family: Caveat;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    transform: rotate(-21.657deg);
}

.pf-text-custom img {
    max-width: 50px;
    max-height: 80px;
    transform: rotate(-174.85deg);
    margin-left: 100px;
    filter: invert(1);
    display: block;
}
.pf-text-custom {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: -55px;
    top: 65px;
}

.up-videomain {
position: relative;
}

.discount-border-text {
    border-radius: 8px;
    background: #C3C2FF;
    padding: 8px;
}

.package-bordertxt {
    border-radius: 20px;
    border: 1px dashed #F23232;
    background: #FFE9E9;
    color: #F23232;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    max-width: 645px;
    margin: auto;
    line-height: normal;
    padding: 20px 25px 25px;
    margin-bottom: 35px;
}

.up-package-section .up-common-text {
    max-width: 995px;
    margin: auto;
}

.form-pfcheckbx form label {
    color: #7615FD;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

input#pfcheckbx {
    width: 50px;
    height: 50px;
    border: 0;
}

.form-pfcheckbx form {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding-top: 60px;
}
.up-skipgone-img  img {
    width: 100%;
}