:root {
    --white: #fff;
    --black: #000;
    --primary-color: #2C599D;
    --linear-color: linear-gradient(90deg, #55047A 0%, #99068F 100%);
    --yellow: #FBDF3C;
    overflow-x: hidden;
}

body.p-0.m-0.smooth-scroll {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

ul {
    list-style: none;
}

h1 span {
    display: block;
}

.whishlist UL LI + LI {
    display: none;
}

/* our-approach css */
/* ===== Scrollbar CSS ===== */
/* Firefox */
#scrollBtn {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #2c599d;
    color: white;
    font-size: 22px;
    cursor: pointer;
    z-index: 999;
}

a {
    text-decoration: none !important;
}

.container {
    max-width: 1380px;
}

body {
    font-family: "Poppins", sans-serif;
}

h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-family: "Jost", sans-serif;
}

h2 , h3 {
    font-family: "Jost", sans-serif;
    /* text-transform: uppercase; */
}

p {
    font-size: 17px;
    font-weight: 400;
}

h5 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

html.smooth-scroll {
    scroll-behavior: smooth;
}

.contentmain h5 {
    color: var(--black);
    font-size: 20px;
}

.contentmain h3 {
    color: var(--black);
    font-size: 50px;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.custombtn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 10px;
    background: linear-gradient(90deg, #55047A, #fff, #b209a7, #99068F);
    background-size: 300% 300%;
    animation: borderAnimation 4s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.custombtn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(255, 0, 200, 0.4), 0 0 20px rgba(138, 0, 255, 0.3);
    z-index: -1;
}

@keyframes borderAnimation {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.custombtn {
    font-family: "Jost", sans-serif;
    overflow: hidden;
    background: linear-gradient(90deg, #b109a7, #b509aa, #23002f, #99068F);
    box-shadow: 0 0 8px rgba(255, 0, 200, 0.5), 0 0 15px rgba(138, 0, 255, 0.4);
    background-size: 300% 300%;
    /* animation: borderMove 4s linear infinite; */
    color: var(--white);
    font-size: 14px;
    position: relative;
    transition: all 0.7s ease;
    z-index: 2;
    font-weight: 500;
    padding: 17px 31px;
    display: flex;
    max-width: fit-content;
    text-transform: capitalize;
    align-items: center;
    /* margin-left: 20px; */
    border-radius: 10px;
}

.custombtn:after {
    transition: all 0.7s ease;
    /* border: 2px solid var(--yellow); */
    content: "";
    width: 100%;
    height: 100%;
    right: -24px;
    position: absolute;
    z-index: -2;
    display: none;
}

.custombtn:hover:after {
    transition: all 0.7s ease;
    background: var(--yellow);
    content: "";
    width: 100px;
    height: 100%;
    right: 0;
    position: absolute;
}

/* HEADER CSS START */
.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand span {
}

ul.navbar-nav {
    margin: 0px auto !important;
    gap: 35px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.navbar-brand {
    padding: 0;
    width: 175px;
    height: 50px;
}

.nav-link {
    font-weight: 400;
    padding: 0px !important;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 17px;
    font-family: "Jost", sans-serif;
}

.form-inline .input-group span.input-group-text {
    color: #fff;
    /* padding: 15px 15px; */
    border-radius: 40px;
    z-index: 1;
    background: linear-gradient(90deg, #55047A, #800587, #800587, #55047A);
    font-size: 20px;
    height: 50px;
    width: 50px;
    margin-right: 36px;
}

.form-inline .input-group {
    position: relative;
    width: fit-content;
}

section.Section-01 {
    background: url('../images/bg-1.png');
    padding-top: 9rem;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4rem;
}

.Headermain {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
}

.ml5 {
    position: relative;
    font-weight: 600;
    font-size: 42px;
    font-family: "Jost", sans-serif;
    color: #6D059D;
    text-transform: capitalize;
    line-height: 15px;
}

.ml5 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
    line-height: 1em;
}

.ml5 .line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background-color: #270019;
    transform-origin: 0.5 0;
}

.ml5 .ampersand {
    font-style: italic;
    font-weight: 400;
    width: 1em;
    margin-right: -0.1em;
    margin-left: -0.1em;
}

.ml5 .letters {
    display: inline-block;
    opacity: 0;
}

.grand-parent-hero-girl {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ICON-animations img {
    position: absolute;
    transition: all 0.6s ease;
}

/* Tiktok */
.ICON-animations img:nth-child(1) {
    top: 60px;
    left: -40px;
    width: 110px;
    animation: float1 4s ease-in-out infinite;
}

/* Amazon */
.ICON-animations img:nth-child(2) {
    top: 80px;
    right: -50px;
    width: 120px;
    animation: float2 5s ease-in-out infinite;
}

/* Graph */
.ICON-animations img:nth-child(3) {
    bottom: 40px;
    right: -50px;
    width: 148px;
    animation: float3 4.5s ease-in-out infinite;
}

/* Dashboard Box */
.ICON-animations img:nth-child(4) {
    bottom: 121px;
    left: -31px;
    width: 225px;
    animation: float4 6s ease-in-out infinite;
}

/* Mouse hover effect */
.grand-parent-hero-girl:hover .ICON-animations img:nth-child(1) {
    transform: translateY(-20px) translateX(-10px) rotate(-8deg);
}

.grand-parent-hero-girl:hover .ICON-animations img:nth-child(2) {
    transform: translateY(-15px) translateX(15px) rotate(10deg);
}

.grand-parent-hero-girl:hover .ICON-animations img:nth-child(3) {
    transform: translateY(15px) translateX(10px) rotate(-10deg);
}

.grand-parent-hero-girl:hover .ICON-animations img:nth-child(4) {
    transform: translateY(-10px) translateX(-15px);
}

/* Auto floating animations */
@keyframes float1 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float2 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float3 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float4 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(18px);
    }

    100% {
        transform: translateY(0px);
    }
}

img.work-img-4 {
    /* width: 477px; */
    height: 466px;
    object-fit: cover;
}

.grand-grand-parent-hero-girl {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.grand-grand-parent-hero-girl {
    position: relative;
}

.grand-grand-parent-hero-girl:before {
    right: 20px;
    position: absolute;
    content: "";
    /* background: url('../images/bg-shadow.png'); */
    height: 750px;
    width: 750px;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -109px;
}

/* =========================
   GLOBAL
========================= */
.ecm-container {
    width: 100%;
    max-width: 1625px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* =========================
   BRAND SECTION
========================= */
.ecm-brand-section {
    background: #170021;
    overflow: hidden;
    position: relative;
    padding-bottom: 66px;
}

/* TOP FORM */
.ecm-top-form {
    /* background:linear-gradient(90deg,#ff00ff,#a000ff); */
    padding: 20px 25px;
}

.ecm-top-form form {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ecm-input-box {
    background: #fff;
    border-radius: 8px;
    height: 56px;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 18px;
    box-sizing: border-box;
    position: relative;
}

.ecm-input-box i {
    color: #888;
    font-size: 14px;
    margin-right: 12px;
}

.ecm-input-box img {
    width: 24px;
    margin-right: 12px;
}

.ecm-input-box input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    background: none;
}

.ecm-main-btn {
    border: none;
    min-width: 220px;
    height: 56px;
    border-radius: 8px;
    background: #23002f;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .4s;
}

.ecm-main-btn:hover {
    transform: translateY(-4px);
    background: #000;
}

/* HERO */
.ecm-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding-top: 70px;
}

/* LEFT */
.ecm-hero-left {
    width: 45%;
    position: relative;
}

.ecm-image-frame {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.ecm-gradient-border {
    position: absolute;
    inset: 68px;
    border: 8px solid transparent;
    border-image: linear-gradient(45deg,#ff008c,#ffae00,#6f00ff) 1;
    transform: rotate(-8deg);
    z-index: 1;
    animation: ecmRotate 5s linear infinite;
    display: none;
}

.ecm-image-frame img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.ecm-chart-box {
    position: absolute;
    top: 40px;
    left: -40px;
    width: 150px;
    z-index: 5;
    animation: floatY 3s ease-in-out infinite;
    opacity: 0;
}

.ecm-chart-box img {
    /* width:100%; */
    /* border-radius:12px; */
    /* background:#fff; */
    /* padding:10px; */
}

.ecm-profit-box {
    position: absolute;
    right: -133px;
    bottom: 87px;
    /* background:#fff; */
    /* padding:16px 22px; */
    /* border-radius:14px; */
    z-index: 5;
    /* box-shadow:0 20px 50px rgba(0,0,0,.25); */
    animation: floatY 4s ease-in-out infinite;
}

.ecm-profit-box span {
    display: block;
    color: #777;
    font-size: 13px;
}

.ecm-profit-box h3 {
    margin: 5px 0 0;
    font-size: 34px;
    color: #000;
}

/* RIGHT */
.ecm-hero-right {
    width: 55%;
}

.ecm-small-title {
    color: #d400ff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.ecm-main-heading {
    font-size: 39px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.ecm-paragraphs p {
    width: 83%;
    color: #d5d5d5;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
    font-family: "Jost", sans-serif;
}

.ecm-btns {
    display: flex;
    gap: 18px;
    margin-top: 35px;
}

.ecm-btn-fill, .ecm-btn-outline {
    padding: 16px 34px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.ecm-btn-fill {
    background: linear-gradient(90deg,#ff00ff,#8d00ff);
    color: #fff;
}

.ecm-btn-outline {
    border: 2px solid #ff00ff;
    color: #fff;
}

.ecm-btn-fill:hover, .ecm-btn-outline:hover {
    transform: translateY(-5px);
}

/* =========================
   SERVICES
========================= */
.ecm-services-section {
    background: #170021;
    padding-bottom: 120px;
    overflow: hidden;
}

.ecm-services-heading {
    text-align: center;
    margin-bottom: 50px;
}

.ecm-service-mini {
    color: #B109B7;
    font-size: 18px;
}

.ecm-service-title {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin: 10px 0 15px;
    font-weight: 800;
}

.ecm-service-desc {
    color: #cfcfcf;
    max-width: 850px;
    margin: auto;
    line-height: 1.8;
}

/* GRID */
.ecm-services-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 18px;
}

.ecm-service-card {
    min-height: 300px;
    border-radius: 20px;
    padding: 16px;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.ecm-service-card:nth-child(1) {
    background: #DDDCFF;
}

.ecm-service-card:nth-child(2) {
    background: #FFE870;
}

.ecm-service-card:nth-child(3) {
    background: #d9fff7;
}

.ecm-service-card:nth-child(4) {
    background: #DDDCFF;
}

.ecm-service-card:nth-child(5) {
    background: #dbe46f;
}

.ecm-service-card:nth-child(6) {
    background: #FFDDB5;
}

.ecm-service-card:hover {
    transform: translateY(-12px) scale(1.03);
}

.ecm-card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.ecm-card-content h3 {
    color: #595DCA;
    font-size: 21px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
}

.ecm-card-img {
    text-align: center;
    margin-top: 24px;
    display: flex;
    justify-content: end;
}

.ecm-card-img img {
    width: 100%;
    max-width: 173px;
    transition: .5s;
}

.ecm-service-card:hover .ecm-card-img img {
    transform: translateY(-8px) rotate(-5deg);
}

.ecm-bottom-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.ecm-bottom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 58px;
    border-radius: 10px;
    background: linear-gradient(90deg,#ff00ff,#8700ff);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .4s;
}

.ecm-bottom-btn:hover {
    transform: translateY(-6px);
}

/* =========================
   ANIMATIONS
========================= */
@keyframes floatY {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes ecmRotate {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width: 1200px) {
    .ecm-services-grid {
        grid-template-columns:repeat(3,1fr);
    }

    .ecm-main-heading {
        font-size: 44px;
    }

    .ecm-service-title {
        font-size: 42px;
    }
}

@media(max-width: 991px) {
    .ecm-top-form form {
        flex-wrap:wrap;
    }

    .ecm-input-box {
        width: calc(50% - 10px);
        flex: none;
    }

    .ecm-main-btn {
        width: 100%;
    }

    .ecm-hero-wrapper {
        flex-direction: column;
        display: none;
    }

    .ecm-hero-left, .ecm-hero-right {
        width: 100%;
    }

    .ecm-main-heading {
        font-size: 38px;
    }

    .ecm-service-title {
        font-size: 34px;
    }

    .ecm-services-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 767px) {
    .ecm-input-box {
        width:100%;
    }

    .ecm-services-grid {
        grid-template-columns: 1fr;
    }

    .ecm-main-heading {
        font-size: 25px;
    }

    .ecm-service-title {
        font-size: 25px;
    }

    .ecm-btns {
        flex-direction: column;
    }

    .ecm-chart-box {
        width: 100px;
        left: -10px;
    }

    .ecm-profit-box {
        padding: 12px 18px;
    }

    .ecm-profit-box h3 {
        font-size: 24px;
    }
}

/* =========================================================
   SECTION
========================================================= */
.stx-success-section {
    background: radial-gradient(circle at top right,#5e004f 0%,transparent 35%), #160021;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.stx-container {
    width: 100%;
    max-width: 1350px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* =========================================================
   HEADING
========================================================= */
.stx-heading-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.stx-mini-title {
    color: #ff00ff;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.stx-main-title {
    color: #fff;
    font-size: 56px;
    font-weight: 900;
    margin: 0 0 15px;
}

.stx-desc {
    color: #c7bdd2;
    max-width: 700px;
    margin: auto;
    line-height: 1.8;
}

/* =========================================================
   TABS
========================================================= */
.stx-tabs-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.stx-tab-btn {
    border: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    height: 60px;
    padding: 0 28px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.stx-tab-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#ff00ff,#7600ff);
    opacity: 0;
    transition: .4s;
}

.stx-tab-btn.active::before {
    opacity: 1;
}

.stx-tab-btn span {
    position: relative;
    z-index: 5;
}

.stx-tab-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.stx-tab-icon i {
    font-size: 15px;
}

.stx-tab-text {
    font-size: 15px;
    font-weight: 700;
}

/* =========================================================
   MOBILE SHOWCASE
========================================================= */
.stx-mobile-showcase {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    position: relative;
}

/* SIDE PHONES */
.stx-phone-group {
    display: flex;
    gap: 18px;
    align-items: flex-end;
}

.stx-left-group {
    transform: translateY(-20px);
}

.stx-right-group {
    transform: translateY(-20px);
}

.stx-phone-card {
    width: 130px;
    height: 270px;
    border-radius: 24px;
    overflow: hidden;
    border: 5px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
    transition: .5s;
    position: relative;
}

.stx-phone-card::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 12px;
    background: #111;
    border-radius: 0 0 10px 10px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 5;
}

.stx-phone-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stx-phone-card:hover {
    transform: translateY(-15px) scale(1.05);
}

/* CENTER MOBILE */
.stx-center-mobile {
    position: relative;
    width: 420px;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.stx-hand-img {
    width: 100%;
    position: relative;
    z-index: 2;
    animation: floatHand 5s ease-in-out infinite;
}

/* SCREEN */
.stx-mobile-screen {
    position: absolute;
    width: 182px;
    height: 393px;
    overflow: hidden;
    border-radius: 28px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: #fff;
}

.stx-mobile-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

/* =========================================================
   ANIMATIONS
========================================================= */
@keyframes floatHand {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width: 1200px) {
    .stx-mobile-showcase {
        flex-direction:column;
        align-items: center;
    }

    .stx-left-group, .stx-right-group {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width: 768px) {
    .stx-main-title {
        font-size:34px;
    }

    .stx-center-mobile {
        width: 300px;
    }

    .stx-mobile-screen {
        width: 128px;
        height: 278px;
        top: 35px;
    }

    .stx-phone-card {
        width: 95px;
        height: 200px;
    }

    .stx-tabs-wrapper {
        gap: 10px;
    }

    .stx-tab-btn {
        width: 100%;
        justify-content: center;
    }
}

.ecx-container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* =========================================================
   MAIN SECTION
========================================================= */
.ecx-growth-section {
    background: #1F0012;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

/* =========================================================
   TOP WRAPPER
========================================================= */
.ecx-growth-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: end;
}

/* LEFT */
.ecx-mini-title {
    display: block;
    color: #ff00ea;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 700;
}

.ecx-main-title {
    color: #fff;
    font-size: 39px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.ecx-desc {
    color: #c9bfd4;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 15px;
}

.ecx-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 56px;
    border-radius: 10px;
    background: linear-gradient(90deg,#ff00ff,#8d00ff);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
    transition: .4s;
}

.ecx-main-btn:hover {
    transform: translateY(-5px);
}

/* RIGHT */
.ecx-growth-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ecx-feature-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px 18px;
    border: 1px solid rgba(255,0,255,.5);
    border-radius: 14px;
    background: linear-gradient( 44deg, #99068f8c, #55047a00);
    backdrop-filter: blur(8px);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.ecx-feature-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
    transform: translateX(-100%);
}

.ecx-feature-box:hover::before {
    transform: translateX(100%);
    transition: 1s;
}

.ecx-feature-box:hover {
    transform: translateY(-6px);
    border-color: #ff00ff;
}

.ecx-icon-box {
    width: 80px;
    height: 63px;
    border-radius: 12px;
    /* background:linear-gradient(180deg,#ff00ff,#5f00ff); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ecx-icon-box i {
    color: #fff;
    font-size: 22px;
}

.ecx-feature-content h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 20px;
}

.ecx-feature-content p {
    margin: 0;
    color: #d0c5db;
    font-size: 14px;
}

/* =========================================================
   LAPTOP
========================================================= */
.ecx-laptop-wrapper {
    margin-top: 90px;
    position: relative;
}

.ecx-bg-lines {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center,rgba(255,0,255,.2),transparent 60%);
    animation: rotateBg 20s linear infinite;
}

.ecx-laptop-box {
    /* width:850px; */
    /* max-width:100%; */
    margin: auto;
    position: relative;
    z-index: 5;
}

.ecx-laptop-screen img {
    width: 100%;
    /* background:#fff; */
    /* border:16px solid #111; */
    /* border-bottom:12px solid #111; */
    /* border-radius:18px; */
    overflow: hidden;
    /* padding:30px; */
    /* min-height:360px; */
}

.ecx-chart-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.ecx-chart-tabs span {
    background: #f1f1f1;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.ecx-stats-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.ecx-stats-grid h4 {
    margin: 0 0 10px;
    color: #777;
}

.ecx-stats-grid strong {
    font-size: 32px;
}

.ecx-chart-area {
    height: 180px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.ecx-line {
    position: absolute;
    width: 120%;
    height: 3px;
    border-radius: 20px;
}

.ecx-line.line1 {
    background: #2ec5ff;
    top: 90px;
    animation: lineMove1 6s ease-in-out infinite;
}

.ecx-line.line2 {
    background: #7b00ff;
    top: 120px;
    animation: lineMove2 6s ease-in-out infinite;
}

.ecx-laptop-base {
    /* width:100%; */
    /* height:40px; */
    /* background:linear-gradient(180deg,#ccc,#777); */
    /* border-radius:0 0 30px 30px; */
    /* transform:perspective(500px) rotateX(-30deg); */
}

/* =========================================================
   SECOND SECTION
========================================================= */
.ecx-second-wrapper {
    margin-top: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.ecx-second-card {
    position: relative;
    max-width: 450px;
}

.ecx-second-card > img {
    width: 100%;
    border-radius: 20px;
}

.ecx-small-graph {
    position: absolute;
    left: -40px;
    top: 40px;
    width: 140px;
    animation: floatY 4s ease-in-out infinite;
}

.ecx-small-graph img {
    width: 100%;
    border-radius: 16px;
}

.ecx-growth-box {
    position: absolute;
    bottom: 20px;
    right: -30px;
    background: #fff;
    padding: 18px;
    border-radius: 16px;
    width: 180px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    animation: floatY 5s ease-in-out infinite;
}

.ecx-growth-box span {
    display: block;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

.ecx-growth-box img {
    width: 100%;
}

/* BUTTONS */
.ecx-btn-wrap {
    display: flex;
    gap: 18px;
    margin-top: 30px;
}

.ecx-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 56px;
    border-radius: 10px;
    border: 2px solid #ff00ff;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.ecx-outline-btn:hover {
    transform: translateY(-5px);
}

/* =========================================================
   SUCCESS STORIES
========================================================= */
.ecx-success-wrapper {
    margin-top: 150px;
}

.ecx-success-heading {
    text-align: center;
}

.ecx-success-title {
    color: #fff;
    font-size: 48px;
    margin: 0 0 15px;
    font-weight: 900;
}

.ecx-success-desc {
    color: #cbbfd8;
    max-width: 700px;
    margin: auto;
    line-height: 1.8;
}

/* TABS */
.ecx-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.ecx-tab-btn {
    border: none;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    height: 52px;
    padding: 0 30px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    transition: .4s;
}

.ecx-tab-btn.active, .ecx-tab-btn:hover {
    background: linear-gradient(90deg,#ff00ff,#8d00ff);
    border-color: transparent;
}

/* SLIDER */
.ecx-slider-wrapper {
    margin-top: 70px;
    overflow: hidden;
}

.ecx-slider-track {
    display: flex;
    gap: 25px;
    animation: scrollSlider 16s linear infinite;
    align-items: flex-end;
}

.ecx-phone-slide {
    min-width: 220px;
    height: 420px;
    border-radius: 28px;
    overflow: hidden;
    border: 5px solid #eee;
    background: #fff;
    transition: .5s;
    transform: scale(.9);
    opacity: .6;
}

.ecx-phone-slide.active-center {
    transform: scale(1.08);
    opacity: 1;
}

.ecx-phone-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================================
   ANIMATIONS
========================================================= */
@keyframes lineMove1 {
    0% {
        clip-path: path("M0,120 C150,10 350,200 700,90");
    }

    50% {
        clip-path: path("M0,80 C250,180 450,10 700,120");
    }

    100% {
        clip-path: path("M0,120 C150,10 350,200 700,90");
    }
}

@keyframes lineMove2 {
    0% {
        clip-path: path("M0,90 C180,180 350,10 700,100");
    }

    50% {
        clip-path: path("M0,110 C200,20 450,180 700,80");
    }

    100% {
        clip-path: path("M0,90 C180,180 350,10 700,100");
    }
}

@keyframes floatY {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30%);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width: 1100px) {
    .ecx-growth-wrapper, .ecx-second-wrapper {
        grid-template-columns:1fr;
    }

    .ecx-main-title {
        font-size: 44px;
    }
}

@media(max-width: 768px) {
    .ecx-main-title {
        font-size:32px;
    }

    .ecx-success-title {
        font-size: 32px;
    }

    .ecx-btn-wrap {
        flex-direction: column;
    }

    .ecx-stats-grid {
        grid-template-columns: 1fr;
    }

    .ecx-phone-slide {
        min-width: 180px;
        height: 340px;
    }

    .ecx-small-graph {
        width: 100px;
        left: -10px;
    }

    .ecx-growth-box {
        width: 140px;
        right: 0;
    }
}

/* =========================================
GLOBAL
========================================= */
.testimonial-section, .consultation-section, .footer-section {
    background: #22002d;
}

/* =========================================
TESTIMONIAL SECTION
========================================= */
.testimonial-section {
    padding: 80px 0 70px;
}

.main-heading {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.heading-para {
    color: #cdb8d7;
    font-size: 13px;
    margin-bottom: 50px;
}

.testimonial-card {
    background: linear-gradient(180deg,#52006c,#2b0038);
    border: 1px solid rgba(255,0,255,.18);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    min-height: 260px;
    transition: .5s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.testimonial-card img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
}

.testimonial-card p {
    color: #d9c6e2;
    font-size: 13px;
    line-height: 22px;
}

.stars {
    color: #ffcc00;
    margin-top: 18px;
    letter-spacing: 4px;
}

.swiper-pagination {
    margin-top: 35px;
    position: relative !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #ff00ff !important;
}

/* =========================================
CONSULTATION
========================================= */
.consultation-section {
    padding: 20px 0 0;
    overflow: hidden;
}

.consultation-box {
    background: linear-gradient(180deg,#d117ff,#8400ad);
    padding: 28px;
    border-radius: 4px;
    max-width: 430px;
    position: relative;
    z-index: 5;
}

.consultation-box h2 {
    color: #fff;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.consultation-box p {
    color: #eeddf5;
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 18px;
}

.consultation-box input, .consultation-box textarea {
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 11px 14px;
    margin-bottom: 12px;
    font-size: 12px;
}

.consultation-box textarea {
    height: 65px;
    resize: none;
}

.consultation-box button {
    width: 120px;
    height: 38px;
    border: none;
    background: #2c0038;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    transition: .4s;
}

.consultation-box button:hover {
    background: #000;
    transform: translateY(-3px);
}

/* RIGHT */
.consultation-right {
    position: relative;
    min-height: 500px;
}

.next-box {
    position: absolute;
    left: 0;
    top: 120px;
    width: 280px;
    border: 1px solid rgba(255,255,255,.12);
    padding: 22px;
    z-index: 4;
}

.next-box::before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 4px;
    height: 100%;
    background: #ff00ff;
}

.next-box h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.next-box p {
    color: #d8c5e3;
    font-size: 12px;
    line-height: 20px;
}

.girl-image {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 460px;
    z-index: 2;
    animation: girlFloat 4s ease-in-out infinite;
}

/* =========================================
FOOTER
========================================= */
.footer-section {
    padding: 55px 0 20px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.footer-about h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
}

.footer-about p {
    color: #ccb8d7;
    font-size: 11px;
    line-height: 21px;
}

.footer-links h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    color: #d8c6e3;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding-left: 14px;
    transition: .4s;
}

.footer-links ul li a::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #ff00ff;
}

.footer-links ul li a:hover {
    color: #fff;
    padding-left: 18px;
}

/* PAYMENT */
.payment-icons {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.payment-icons img {
    /* width:38px; */
    border-radius: 3px;
}

/* SOCIAL */
.social-icons {
    display: flex;
    gap: 0px;
    margin-top: 18px;
}

.social-icons a {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .4s;
    text-decoration: none;
}

.social-icons a:hover {
    background: #ff00ff;
    transform: translateY(-4px);
}

/* BOTTOM */
.footer-bottom {
    /* border-top:1px solid rgba(255,255,255,.08); */
    /* margin-top:40px; */
    padding-top: 18px;
    position: relative;
    text-align: center;
}

.footer-bottom p {
    color: #ccb8d7;
    font-size: 11px;
    margin: 0;
}

.scroll-top-btn {
    width: 42px;
    height: 42px;
    background: #770092;
    border: 2px solid #be00ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
}

/* =========================================
ANIMATION
========================================= */
.scroll-animation {
    opacity: 0;
    transform: translateY(80px);
    transition: 1s;
}

.active-animation {
    opacity: 1;
    transform: translateY(0);
}

@keyframes girlFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* =========================================
RESPONSIVE
========================================= */
@media(max-width: 991px) {
    .consultation-box {
        max-width:100%;
        margin-bottom: 50px;
    }

    .consultation-right {
        min-height: auto;
        text-align: center;
    }

    .next-box {
        position: relative;
        width: 100%;
        top: 0;
        margin-bottom: 30px;
    }

    .girl-image {
        position: relative;
        right: 0;
        width: 100%;
        max-width: 360px;
    }
}

@media(max-width: 576px) {
    .main-heading {
        font-size:32px;
    }

    .consultation-box h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .next-box h3 {
        font-size: 24px;
    }

    .consultation-box {
        padding: 22px;
    }

    .footer-about, .footer-links {
        margin-bottom: 25px;
    }

    .girl-image {
        max-width: 280px;
    }
}

.topform {
    padding: 34px 0px;
    background: linear-gradient(90deg, #b109a7, #b509aa, #23002f, #99068F);
}

.ecm-profit-box img {
    width: 65%;
}

.btn-style1 {
    background: linear-gradient(45deg, #55047A, #99068F);
}

.bg-layer {
    position: absolute;
    bottom: 83px;
    right: 0;
    left: 35px;
}

.bg-layer img {
    width: 100%;
}

.flex-btn {
    display: flex;
    justify-content: center;
}

.ecx-icon-box img {
    width: 100%;
}

.ecm-service-card:nth-child(1) h3 {
    color: #595DCA;
}

.ecm-service-card:nth-child(2) h3 {
    color: #777310 ;
}

.ecm-service-card:nth-child(3) h3 {
    color: #1F7D6C;
}

.ecm-service-card:nth-child(4) h3 {
    color: #595DCA;
}

.ecm-service-card:nth-child(5) h3 {
    color: #777310;
}

.ecm-service-card:nth-child(6) h3 {
    color: #8D4C11;
}

.secondsame .ecm-chart-box {
    opacity: 1;
    position: absolute;
    top: 329px;
    left: 4px;
    width: 256px;
    z-index: 5;
    animation: floatY 3s ease-in-out infinite;
}

.secondsame .men-item img {
    width: 100%;
    height: 620px;
}

.secondsame .ecm-image-frame {
    max-width: unset;
}

/* SECTION-05 css start */
.Section-05 .nav-tabs li a {
    animation: borderAnimation 4s linear infinite;
    gap: 10px;
    font-family: "Jost", sans-serif;
    overflow: hidden;
    background: linear-gradient(300deg, #2C021A, #3D0137);
    box-shadow: 0 0 8px rgba(255, 0, 200, 0.5), 0 0 15px rgba(138, 0, 255, 0.4);
    background-size: 300% 300%;
    /* animation: borderMove 4s linear infinite; */
    color: var(--white);
    font-size: 18px;
    position: relative;
    transition: all 0.7s ease;
    z-index: 2;
    font-weight: 500;
    padding: 14px 40px;
    display: flex;
    max-width: fit-content;
    text-transform: capitalize;
    align-items: center;
    /* margin-left: 20px; */
    border: 1px solid #99068F;
    border-radius: 5px;
    transition: all .3s ease;
}

.Section-05 .nav-tabs li a:hover {
    background: linear-gradient( 90deg, #ff00c8 0%, #8a00ff 100% );
    border-color: transparent;
    transition: all .3s ease;
}

.Section-05 .nav-tabs a.active {
    background: linear-gradient( 90deg, #ff00c8 0%, #8a00ff 100% );
    box-shadow: 0 0 20px rgba(255,0,200,.35);
    border-color: transparent;
    transition: all .3s ease;
}

.Section-05 ul.nav.nav-tabs {
    margin-bottom: 60px;
    border: transparent;
    justify-content: center;
    gap: 50px;
}

.Section-05 {
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background: #170021;
    padding-bottom: 138px;
}

section.Section-05 .ecm-service-desc {
    text-align: center;
    padding-bottom: 25px;
}

.contnt .ecm-service-title {
    text-align: center;
}

.slick-slide img {
    width: 255px;
}

.slider-mobile {
    margin: 0px 45px;
}

/* BLOg css start */
.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url("https://img.icons8.com/ios/50/000000/arrow-left.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next {
    right: 0;
    background: url("https://img.icons8.com/ios/50/000000/arrow-right.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slider__item {
    padding: 0px 15px;
}

.BlogBox {
    position: relative;
}

.blog-main {
    position: absolute;
    bottom: 35px;
    text-align: start;
    padding: 14px 13px 0 35px;
    z-index: 2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.image-bar img {
    /* width: 100%; */
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

/* .slick-slider {
  margin:0 -15px;
}
.slick-slide {

  text-align:center;
  margin-right:15px;
  margin-left:15px;
} */
.blog-main h5 {
    color: #fff;
    font-size: 26px;
}

.blog-main p {
    color: #fff;
    margin-bottom: 0px;
    line-height: 24px;
    opacity: 80%;
    font-size: 17px;
    width: 78%;
    color: #fff;
    font-weight: 300;
    margin-top: 26px;
}

.topbar {
    z-index: 1;
    position: absolute;
    left: 50px;
}

.topbar h6 {
    display: flex;
    height: 77px;
    background: linear-gradient(-1deg, #EE322A, #FF7D61);
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    width: 65px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.topbar h6 span {
    display: block;
}

.BlogSec .slick-arrow {
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 66px;
    z-index: 1;
}

.BlogSec .slick-next:before, .slick-prev:before {
    color: #000;
    font-size: 34px;
}

.BlogSec .slick-next, .slick-prev {
    top: unset;
    position: absolute;
    bottom: -160px;
}

.BlogSec .slick-prev {
    right: 50%;
    left: unset;
}

.BlogSec .slick-next {
    right: unset;
    left: 51%;
}

.BlogBox:hover .image-bar img {
    /* border: 1px solid #f34a3b; */
    transition: all 0.2s ease;
    border-radius: 20px;
}

.BlogBox:hover .blog-main {
    bottom: 60px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.BlogBox:after {
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    /* background: linear-gradient(-1deg, #EE322A, #FF7D61); */
    height: 0%;
    top: 50%;
    width: 0%;
    right: 50%;
    border-radius: 18px;
    z-index: 0;
    opacity: 0.7;
    border-radius: 100%;
}

.BlogBox:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.BlogBox:hover .topbar h6 {
    background: #000;
    transition: all 0.4s ease;
}

/* .BlogSec .slick-arrow:hover {
  color: #fff;
  background: linear-gradient(-1deg, #EE322A, #FF7D61);
  transition: all 0.4s ease;
} */
/* .BlogSec .slick-arrow:hover:before {
  transition: all 0.4s ease;
  color: white;
} */
.Tabsarea {
    margin: 0px 30px;
}

.imghand {
    z-index: 1;
    position: absolute;
    bottom: -140px;
    right: 265px;
}

.imghand img {
    width: 84%;
}

.blogslider {
    position: relative;
    z-index: 1;
}

/* ======================
FAQ SECTION
====================== */
.faq-section {
    background: linear-gradient(45deg, #55047A, #99068F);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

/* Wave Pattern */
.faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/bg-3.png');
    top: 0;
    right: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-tag {
    color: #ff57ff;
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.faq-heading {
    font-size: 50px;
    font-weight: 700;
    margin: 10px 0 20px;
    color: #fff;
}

.faq-text {
    color: #d3d3d3;
    max-width: 500px;
}

.faq-img {
    border-radius: 10px;
    overflow: hidden;
}

.faq-img img {
    width: 100%;
    border-radius: 10px;
}

.faq-container {
    font-family: "Jost", sans-serif;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    background: linear-gradient(to left, #650276, #3D0137);
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #6f0f8c;
    cursor: pointer;
    font-family: "Jost", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(to left, #64108B, #99068F);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: linear-gradient(to left, #64108B, #99068F);
    transition: all 0.4s ease;
    padding: 0 20px;
    line-height: 1.6;
    color: #555;
}

.faq-item.active .faq-answer {
    transition: all 0.4s ease;
    max-height: fit-content;
    padding: 15px 20px;
    color: #fff;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-item.active .faq-question {
    color: #fff;
    transition: all 0.6s ease;
    background: linear-gradient(to left, #64108B, #99068F);
}

button:focus {
    outline: none;
}

.bg-drk {
    background: #1A012D;
}

.testimonialbox {
    border-radius: 22px;
    background: linear-gradient(to left, #650276, #3D0137);
    position: relative;
    min-height: 260px;
    padding: 38px 48% 30px 20px;
    border: 1px solid #bb06d7;
    overflow: hidden;
}

.testi-content p {
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-family: "Jost", sans-serif;
}

.testi-content span {
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding-bottom: 11px;
    font-family: "Jost", sans-serif;
    color: #F300E3;
}

figure.Testi-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 46%;
    z-index: 4;
    margin: 0;
}

figure.Testi-img img {
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}

.testimonial-slider {
    padding: 30px 20px;
}

.custmstar {
    width: unset !important;
}

.Testimonial-sec .owl-dots {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -70px;
}

.Testimonial-sec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(45deg, #7848F4, #FF5C81);
}

.Testimonial-sec .owl-theme .owl-dots .owl-dot span {
    margin-right: 7px;
    width: 17px;
    height: 17px;
    background: #959595;
}

.Testimonial-sec .owl-dots:focus {
    outline: none;
    border: none;
}

section.Testimonial-sec {
    position: relative;
    padding: 54px 0px 108px;
}

@media (max-width: 767px) {
    .testimonialbox {
        min-height: 378px;
        padding: 28px 24px 210px;
    }

    figure.Testi-img {
        top: auto;
        right: 0;
        bottom: 0;
        width: 78%;
        height: 245px;
    }

    figure.Testi-img img {
        object-position: right bottom;
    }
}

.testimonial-top {
    margin-bottom: 30px;
}

/* FORM */
.textcontact {
    background: linear-gradient(180deg, #8a00a8 0%, #7b0095 25%, #ab05c6 55%, #bc0fd1 80%, #4a0050 100%);
    padding: 30px;
    border-radius: 15px;
    /* backdrop-filter: blur(10px); */
    position: relative;
    z-index: 2;
}

.textcontact input, .textcontact textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    background: #fff;
    color: #fff;
}

.textcontact input::placeholder, .textcontact textarea::placeholder {
    color: #453F4A;
    font-size: 15px;
}

.textnew h5 {
    font-size: 45px;
    /* text-align: center; */
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
}

section.Contact-sec .ecm-service-title {
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
}

section.Contact-sec .ecm-service-desc {
    text-align: center;
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
}

/* BUTTON */
.submit-btn {
    text-transform: uppercase;
    width: fit-content;
    padding: 20px 70px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(45deg, #55047A, #55047A);
    color: #fff;
    font-weight: 500;
    margin: auto;
}

.textnew p {
    color: #fff;
    font-size: 16px;
}

.textnew {
    position: relative;
    text-align: center;
}

.textnew:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 500px;
    background: #55047A;
    left: -36px;
    z-index: 0;
    bottom: -50px;
}

.textnew:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 530px;
    background: #9c01bb;
    left: -37px;
    z-index: 0;
    top: -39px;
}

.imggirl {
    height: 675px;
    /* width: 100%; */
    position: absolute;
    top: -297px;
    right: -145px;
}

section.Contact-sec {
    padding-bottom: 95px;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

/* ======================
   FOOTER
====================== */
.main-footer {
    background: #1F0012;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-family: "Jost", sans-serif;
}

.footer-top {
    padding: 70px 0 50px;
}

.footer-logo {
    font-family: 'Oswald',sans-serif;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-text {
    color: #cfcfcf;
    line-height: 1.9;
    font-size: 14px;
}

.footer-title {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    margin-bottom: 25px;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #d6d6d6;
    text-decoration: none;
    font-size: 16px;
    transition: .3s;
    display: inline-block;
    font-family: "Jost", sans-serif;
}

.footer-links a:hover {
    color: #d100ff;
    transform: translateX(8px);
}

.footer-links a i {
    color: #d100ff;
    font-size: 10px;
    margin-right: 8px;
}

/* Payment */
.payment-icons img {
    /* height:28px; */
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 3px;
}

/* Social */
.social-icons {
    margin-top: 25px;
}

.social-icons a {
    width: 53px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    transition: .4s;
}

.social-icons a:hover {
    background: #d100ff;
    transform: translateY(-5px);
}

/* Bottom Bar */
.footer-bottom {
    background: url('../images/bg-footer.png');
    padding: 90px 0 30px;
    position: relative;
    background-position: center;
    /* height: 151px; */
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.bottom-links a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.bottom-links a:hover {
    opacity: .8;
}

/* Scroll Top */
.scroll-top {
    width: 85px;
    height: 85px;
    background: #1F0012;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 27px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    border: 4px solid #1F0012;
    transition: .4s;
}

.scroll-top:hover {
    background: #d100ff;
    color: #fff;
    text-decoration: none;
}

@media(max-width: 991px) {
    .footer-column {
        margin-bottom:40px;
    }

    .footer-title {
        font-size: 26px;
    }
}

@media(max-width: 767px) {
    .footer-top {
        text-align:center;
    }

    .social-icons {
        justify-content: center;
    }

    .bottom-links {
        margin-top: 15px;
    }

    .bottom-links a {
        margin: 0 8px;
    }

    .footer-logo {
        font-size: 30px;
    }
}

.footer-bottom:after {
    right: 49.8%;
    position: absolute;
    content: "";
    height: 60px;
    width: 4px;
    /* background: #ffffff; */
    top: 79px;
}

.ftr-logo {
    width: 80%;
}

/* INNER SEC CSS START */
.Section-01.Innersec {
    background: url('../images/bginner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Innersec .buttonflexs {
    justify-content: center;
}

.ecm-container.container-new {
    max-width: 1410px;
}

.listnew {
    padding-left: 0px;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* background: #e6e6e7; */
    padding: 40px 0px 0;
    width: 100%;
    gap: 15px;
}

#counter .item {
    background: linear-gradient(90deg, #55047A, #b209a7, #99068F);
    width: 218px;
    padding: 21px 5px;
    /* margin: 10px; */
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
}

#counter .item .count {
    color: #fff;
    margin-bottom: 5px;
    font-size: 71px;
}

#counter .item h3 {
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    text-align: start;
    padding-left: 9px;
}

.guranty {
    display: inline-flex;
    justify-content: space-around;
    /* width: 100%; */
    gap: 50px;
    align-items: center;
    margin-top: 24px;
}

.contn p {
    position: relative;
    color: #fff;
    width: 100%;
    line-height: 20px;
    font-weight: 600;
}

.contn p:after {
    border-radius: 30px;
    position: absolute;
    content: "";
    background: #fff;
    height: 10px;
    width: 10px;
    left: -20px;
    top: 6px;
}

.anmimg {
    animation: rotate_text 10s linear infinite;
}

@keyframes rotate_text {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
    }
}

.hnd {
    position: relative;
    bottom: 0;
}

.hnd img {
    width: unset;
}

.section-ab .ecm-brand-section {
    background: #1F0012;
    padding-bottom: 0;
}

.buttonflexs {
    display: flex;
    gap: 20px;
}

.bedge img {
    width: 50px;
    filter: grayscale(1);
    transition: all 0.6s ease;
}

.Storyul li {
    display: flex;
}

.bedge {
    display: flex;
    gap: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btext span {
    color: #D604C8;
    font-size: 16px;
    font-weight: 400;
}

.btext p {
    line-height: 28px;
    width: 90%;
    font-size: 18px;
    padding-top: 4px;
}

.bedge:hover img {
    transition: all 0.6s ease;
    filter: none;
}

ul.Storyul {
    padding-left: 0;
}

.secnew {
    padding-bottom: 40px !important;
}

section.ecm-brand-section.secnew .ecm-paragraphs p {
    width: 100%;
}

.hndnew {
    bottom: -126px;
}

section.ecm-brand-section.secnew .ecm-hero-wrapper {
    padding-top: 44px;
}

.right-100 {
    text-align: center;
    width: 100%;
}

.right-100 p {
    width: 100%;
}

.pt-new {
    padding-top: 50px;
}

.justify-conten {
    justify-content: center;
}

section.Section-01.Innersec .buttonflexs {
    justify-content: center;
}

.Frists p {
    color: #fff;
    text-align: center;
    width: 88%;
    margin: auto;
}

.contact-box {
    text-align: center;
}

.content-text a p {
    color: #C4C1C1;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 400;
}
figure.ICON-animations {
    display: none;
}
.contct {
    padding: 83px 0px 50px;
    background: #1A012D;
}

/* TABS CSS START */
.chngebg {
    padding-bottom: 10px;
    background: url('../images/bg-3.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flext {
    display: flex;
    justify-content: center;
}

.cbutto {
    padding: 60px 0 45px;
    justify-content: center;
    display: flex;
    width: 100%;
}
cm-service-card:nth-child(2) {
    background: #FFE870;
}

.ecm-service-card:nth-child(3) {
    background: #d9fff7;
}

.ecm-service-card:nth-child(4) {
    background: #DDDCFF;
}

.ecm-service-card:nth-child(5) {
    background: #dbe46f;
}

.ecm-service-card:nth-child(6) {
    background: #FFDDB5;
}

.ecm-service-card:hover {
    transform: translateY(-12px) scale(1.03);
}

.ecm-card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.ecm-card-content h3 {
    color: #595DCA;
    font-size: 21px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
}

.ecm-card-img {
    text-align: center;
    margin-top: 24px;
    display: flex;
    justify-content: end;
}

.ecm-card-img img {
    width: 100%;
    max-width: 173px;
    transition: .5s;
}

.ecm-service-card:hover .ecm-card-img img {
    transform: translateY(-8px) rotate(-5deg);
}

.ecm-bottom-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.ecm-bottom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 58px;
    border-radius: 10px;
    background: linear-gradient(90deg,#ff00ff,#8700ff);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: .4s;
}

.ecm-bottom-btn:hover {
    transform: translateY(-6px);
}

/* =========================
   ANIMATIONS
========================= */
@keyframes floatY {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes ecmRotate {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width: 1200px) {
    .ecm-services-grid {
        grid-template-columns:repeat(3,1fr);
    }

    .ecm-main-heading {
        font-size: 44px;
    }

    .ecm-service-title {
        font-size: 42px;
    }
}

@media(max-width: 991px) {
    .ecm-top-form form {
        flex-wrap:wrap;
    }

    .ecm-input-box {
        width: calc(50% - 10px);
        flex: none;
    }

    .ecm-main-btn {
        width: 100%;
    }

    .ecm-hero-wrapper {
        flex-direction: column;
        display: none;
    }

    .ecm-hero-left, .ecm-hero-right {
        width: 100%;
    }

    .ecm-main-heading {
        font-size: 38px;
    }

    .ecm-service-title {
        font-size: 34px;
    }

    .ecm-services-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 767px) {
    .ecm-input-box {
        width:100%;
    }

    .ecm-services-grid {
        grid-template-columns: 1fr;
    }

    .ecm-main-heading {
        font-size: 25px;
    }

    .ecm-service-title {
        font-size: 25px;
    }

    .ecm-btns {
        flex-direction: column;
    }

    .ecm-chart-box {
        width: 100px;
        left: -10px;
    }

    .ecm-profit-box {
        padding: 12px 18px;
    }

    .ecm-profit-box h3 {
        font-size: 24px;
    }
}

/* =========================================================
   SECTION
========================================================= */
.stx-success-section {
    background: radial-gradient(circle at top right,#5e004f 0%,transparent 35%), #160021;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.stx-container {
    width: 100%;
    max-width: 1350px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* =========================================================
   HEADING
========================================================= */
.stx-heading-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.stx-mini-title {
    color: #ff00ff;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.stx-main-title {
    color: #fff;
    font-size: 56px;
    font-weight: 900;
    margin: 0 0 15px;
}

.stx-desc {
    color: #c7bdd2;
    max-width: 700px;
    margin: auto;
    line-height: 1.8;
}

/* =========================================================
   TABS
========================================================= */
.stx-tabs-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.stx-tab-btn {
    border: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    height: 60px;
    padding: 0 28px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.stx-tab-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#ff00ff,#7600ff);
    opacity: 0;
    transition: .4s;
}

.stx-tab-btn.active::before {
    opacity: 1;
}

.stx-tab-btn span {
    position: relative;
    z-index: 5;
}

.stx-tab-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.stx-tab-icon i {
    font-size: 15px;
}

.stx-tab-text {
    font-size: 15px;
    font-weight: 700;
}

/* =========================================================
   MOBILE SHOWCASE
========================================================= */
.stx-mobile-showcase {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    position: relative;
}

/* SIDE PHONES */
.stx-phone-group {
    display: flex;
    gap: 18px;
    align-items: flex-end;
}

.stx-left-group {
    transform: translateY(-20px);
}

.stx-right-group {
    transform: translateY(-20px);
}

.stx-phone-card {
    width: 130px;
    height: 270px;
    border-radius: 24px;
    overflow: hidden;
    border: 5px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
    transition: .5s;
    position: relative;
}

.stx-phone-card::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 12px;
    background: #111;
    border-radius: 0 0 10px 10px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 5;
}

.stx-phone-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stx-phone-card:hover {
    transform: translateY(-15px) scale(1.05);
}

/* CENTER MOBILE */
.stx-center-mobile {
    position: relative;
    width: 420px;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.stx-hand-img {
    width: 100%;
    position: relative;
    z-index: 2;
    animation: floatHand 5s ease-in-out infinite;
}

/* SCREEN */
.stx-mobile-screen {
    position: absolute;
    width: 182px;
    height: 393px;
    overflow: hidden;
    border-radius: 28px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: #fff;
}

.stx-mobile-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

/* =========================================================
   ANIMATIONS
========================================================= */
@keyframes floatHand {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width: 1200px) {
    .stx-mobile-showcase {
        flex-direction:column;
        align-items: center;
    }

    .stx-left-group, .stx-right-group {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width: 768px) {
    .stx-main-title {
        font-size:34px;
    }

    .stx-center-mobile {
        width: 300px;
    }

    .stx-mobile-screen {
        width: 128px;
        height: 278px;
        top: 35px;
    }

    .stx-phone-card {
        width: 95px;
        height: 200px;
    }

    .stx-tabs-wrapper {
        gap: 10px;
    }

    .stx-tab-btn {
        width: 100%;
        justify-content: center;
    }
}

.ecx-container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* =========================================================
   MAIN SECTION
========================================================= */
.ecx-growth-section {
    background: #1F0012;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

/* =========================================================
   TOP WRAPPER
========================================================= */
.ecx-growth-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: end;
}

/* LEFT */
.ecx-mini-title {
    display: block;
    color: #ff00ea;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 700;
}

.ecx-main-title {
    color: #fff;
    font-size: 39px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.ecx-desc {
    color: #c9bfd4;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 15px;
}

.ecx-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 56px;
    border-radius: 10px;
    background: linear-gradient(90deg,#ff00ff,#8d00ff);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
    transition: .4s;
}

.ecx-main-btn:hover {
    transform: translateY(-5px);
}

/* RIGHT */
.ecx-growth-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ecx-feature-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px 18px;
    border: 1px solid rgba(255,0,255,.5);
    border-radius: 14px;
    background: linear-gradient( 44deg, #99068f8c, #55047a00);
    backdrop-filter: blur(8px);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.ecx-feature-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
    transform: translateX(-100%);
}

.ecx-feature-box:hover::before {
    transform: translateX(100%);
    transition: 1s;
}

.ecx-feature-box:hover {
    transform: translateY(-6px);
    border-color: #ff00ff;
}

.ecx-icon-box {
    width: 80px;
    height: 63px;
    border-radius: 12px;
    /* background:linear-gradient(180deg,#ff00ff,#5f00ff); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ecx-icon-box i {
    color: #fff;
    font-size: 22px;
}

.ecx-feature-content h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 20px;
}

.ecx-feature-content p {
    margin: 0;
    color: #d0c5db;
    font-size: 14px;
}

/* =========================================================
   LAPTOP
========================================================= */
.ecx-laptop-wrapper {
    margin-top: 90px;
    position: relative;
}

.ecx-bg-lines {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center,rgba(255,0,255,.2),transparent 60%);
    animation: rotateBg 20s linear infinite;
}

.ecx-laptop-box {
    /* width:850px; */
    /* max-width:100%; */
    margin: auto;
    position: relative;
    z-index: 5;
}

.ecx-laptop-screen img {
    width: 100%;
    /* background:#fff; */
    /* border:16px solid #111; */
    /* border-bottom:12px solid #111; */
    /* border-radius:18px; */
    overflow: hidden;
    /* padding:30px; */
    /* min-height:360px; */
}

.ecx-chart-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.ecx-chart-tabs span {
    background: #f1f1f1;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.ecx-stats-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.ecx-stats-grid h4 {
    margin: 0 0 10px;
    color: #777;
}

.ecx-stats-grid strong {
    font-size: 32px;
}

.ecx-chart-area {
    height: 180px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.ecx-line {
    position: absolute;
    width: 120%;
    height: 3px;
    border-radius: 20px;
}

.ecx-line.line1 {
    background: #2ec5ff;
    top: 90px;
    animation: lineMove1 6s ease-in-out infinite;
}

.ecx-line.line2 {
    background: #7b00ff;
    top: 120px;
    animation: lineMove2 6s ease-in-out infinite;
}

.ecx-laptop-base {
    /* width:100%; */
    /* height:40px; */
    /* background:linear-gradient(180deg,#ccc,#777); */
    /* border-radius:0 0 30px 30px; */
    /* transform:perspective(500px) rotateX(-30deg); */
}

/* =========================================================
   SECOND SECTION
========================================================= */
.ecx-second-wrapper {
    margin-top: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.ecx-second-card {
    position: relative;
    max-width: 450px;
}

.ecx-second-card > img {
    width: 100%;
    border-radius: 20px;
}

.ecx-small-graph {
    position: absolute;
    left: -40px;
    top: 40px;
    width: 140px;
    animation: floatY 4s ease-in-out infinite;
}

.ecx-small-graph img {
    width: 100%;
    border-radius: 16px;
}

.ecx-growth-box {
    position: absolute;
    bottom: 20px;
    right: -30px;
    background: #fff;
    padding: 18px;
    border-radius: 16px;
    width: 180px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    animation: floatY 5s ease-in-out infinite;
}

.ecx-growth-box span {
    display: block;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

.ecx-growth-box img {
    width: 100%;
}

/* BUTTONS */
.ecx-btn-wrap {
    display: flex;
    gap: 18px;
    margin-top: 30px;
}

.ecx-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 56px;
    border-radius: 10px;
    border: 2px solid #ff00ff;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .4s;
}

.ecx-outline-btn:hover {
    transform: translateY(-5px);
}

/* =========================================================
   SUCCESS STORIES
========================================================= */
.ecx-success-wrapper {
    margin-top: 150px;
}

.ecx-success-heading {
    text-align: center;
}

.ecx-success-title {
    color: #fff;
    font-size: 48px;
    margin: 0 0 15px;
    font-weight: 900;
}

.ecx-success-desc {
    color: #cbbfd8;
    max-width: 700px;
    margin: auto;
    line-height: 1.8;
}

/* TABS */
.ecx-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.ecx-tab-btn {
    border: none;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    height: 52px;
    padding: 0 30px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    transition: .4s;
}

.ecx-tab-btn.active, .ecx-tab-btn:hover {
    background: linear-gradient(90deg,#ff00ff,#8d00ff);
    border-color: transparent;
}

/* SLIDER */
.ecx-slider-wrapper {
    margin-top: 70px;
    overflow: hidden;
}

.ecx-slider-track {
    display: flex;
    gap: 25px;
    animation: scrollSlider 16s linear infinite;
    align-items: flex-end;
}

.ecx-phone-slide {
    min-width: 220px;
    height: 420px;
    border-radius: 28px;
    overflow: hidden;
    border: 5px solid #eee;
    background: #fff;
    transition: .5s;
    transform: scale(.9);
    opacity: .6;
}

.ecx-phone-slide.active-center {
    transform: scale(1.08);
    opacity: 1;
}

.ecx-phone-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================================
   ANIMATIONS
========================================================= */
@keyframes lineMove1 {
    0% {
        clip-path: path("M0,120 C150,10 350,200 700,90");
    }

    50% {
        clip-path: path("M0,80 C250,180 450,10 700,120");
    }

    100% {
        clip-path: path("M0,120 C150,10 350,200 700,90");
    }
}

@keyframes lineMove2 {
    0% {
        clip-path: path("M0,90 C180,180 350,10 700,100");
    }

    50% {
        clip-path: path("M0,110 C200,20 450,180 700,80");
    }

    100% {
        clip-path: path("M0,90 C180,180 350,10 700,100");
    }
}

@keyframes floatY {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-30%);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width: 1100px) {
    .ecx-growth-wrapper, .ecx-second-wrapper {
        grid-template-columns:1fr;
    }

    .ecx-main-title {
        font-size: 44px;
    }
}

@media(max-width: 768px) {
    .ecx-main-title {
        font-size:32px;
    }

    .ecx-success-title {
        font-size: 32px;
    }

    .ecx-btn-wrap {
        flex-direction: column;
    }

    .ecx-stats-grid {
        grid-template-columns: 1fr;
    }

    .ecx-phone-slide {
        min-width: 180px;
        height: 340px;
    }

    .ecx-small-graph {
        width: 100px;
        left: -10px;
    }

    .ecx-growth-box {
        width: 140px;
        right: 0;
    }
}

/* =========================================
GLOBAL
========================================= */
.testimonial-section, .consultation-section, .footer-section {
    background: #22002d;
}

/* =========================================
TESTIMONIAL SECTION
========================================= */
.testimonial-section {
    padding: 80px 0 70px;
}

.main-heading {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.heading-para {
    color: #cdb8d7;
    font-size: 13px;
    margin-bottom: 50px;
}

.testimonial-card {
    background: linear-gradient(180deg,#52006c,#2b0038);
    border: 1px solid rgba(255,0,255,.18);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    min-height: 260px;
    transition: .5s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.testimonial-card img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
}

.testimonial-card p {
    color: #d9c6e2;
    font-size: 13px;
    line-height: 22px;
}

.stars {
    color: #ffcc00;
    margin-top: 18px;
    letter-spacing: 4px;
}

.swiper-pagination {
    margin-top: 35px;
    position: relative !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #ff00ff !important;
}

/* =========================================
CONSULTATION
========================================= */
.consultation-section {
    padding: 20px 0 0;
    overflow: hidden;
}

.consultation-box {
    background: linear-gradient(180deg,#d117ff,#8400ad);
    padding: 28px;
    border-radius: 4px;
    max-width: 430px;
    position: relative;
    z-index: 5;
}

.consultation-box h2 {
    color: #fff;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.consultation-box p {
    color: #eeddf5;
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 18px;
}

.consultation-box input, .consultation-box textarea {
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 11px 14px;
    margin-bottom: 12px;
    font-size: 12px;
}

.consultation-box textarea {
    height: 65px;
    resize: none;
}

.consultation-box button {
    width: 120px;
    height: 38px;
    border: none;
    background: #2c0038;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    transition: .4s;
}

.consultation-box button:hover {
    background: #000;
    transform: translateY(-3px);
}

/* RIGHT */
.consultation-right {
    position: relative;
    min-height: 500px;
}

.next-box {
    position: absolute;
    left: 0;
    top: 120px;
    width: 280px;
    border: 1px solid rgba(255,255,255,.12);
    padding: 22px;
    z-index: 4;
}

.next-box::before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 4px;
    height: 100%;
    background: #ff00ff;
}

.next-box h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.next-box p {
    color: #d8c5e3;
    font-size: 12px;
    line-height: 20px;
}

.girl-image {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 460px;
    z-index: 2;
    animation: girlFloat 4s ease-in-out infinite;
}

/* =========================================
FOOTER
========================================= */
.footer-section {
    padding: 55px 0 20px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.footer-about h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px;
}

.footer-about p {
    color: #ccb8d7;
    font-size: 11px;
    line-height: 21px;
}

.footer-links h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    color: #d8c6e3;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding-left: 14px;
    transition: .4s;
}

.footer-links ul li a::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #ff00ff;
}

.footer-links ul li a:hover {
    color: #fff;
    padding-left: 18px;
}

/* PAYMENT */
.payment-icons {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.payment-icons img {
    /* width:38px; */
    border-radius: 3px;
}

/* SOCIAL */
.social-icons {
    display: flex;
    gap: 0px;
    margin-top: 18px;
}

.social-icons a {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .4s;
    text-decoration: none;
}

.social-icons a:hover {
    background: #ff00ff;
    transform: translateY(-4px);
}

/* BOTTOM */
.footer-bottom {
    /* border-top:1px solid rgba(255,255,255,.08); */
    /* margin-top:40px; */
    padding-top: 18px;
    position: relative;
    text-align: center;
}

.footer-bottom p {
    color: #ccb8d7;
    font-size: 11px;
    margin: 0;
}

.scroll-top-btn {
    width: 42px;
    height: 42px;
    background: #770092;
    border: 2px solid #be00ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
}

/* =========================================
ANIMATION
========================================= */
.scroll-animation {
    opacity: 0;
    transform: translateY(80px);
    transition: 1s;
}

.active-animation {
    opacity: 1;
    transform: translateY(0);
}

@keyframes girlFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* =========================================
RESPONSIVE
========================================= */
@media(max-width: 991px) {
    .consultation-box {
        max-width:100%;
        margin-bottom: 50px;
    }

    .consultation-right {
        min-height: auto;
        text-align: center;
    }

    .next-box {
        position: relative;
        width: 100%;
        top: 0;
        margin-bottom: 30px;
    }

    .girl-image {
        position: relative;
        right: 0;
        width: 100%;
        max-width: 360px;
    }
}

@media(max-width: 576px) {
    .main-heading {
        font-size:32px;
    }

    .consultation-box h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .next-box h3 {
        font-size: 24px;
    }

    .consultation-box {
        padding: 22px;
    }

    .footer-about, .footer-links {
        margin-bottom: 25px;
    }

    .girl-image {
        max-width: 280px;
    }
}

.topform {
    padding: 34px 0px;
    background: linear-gradient(90deg, #b109a7, #b509aa, #23002f, #99068F);
}

.ecm-profit-box img {
    width: 65%;
    display: none;
}

.btn-style1 {
    background: linear-gradient(45deg, #55047A, #99068F);
}

.bg-layer {
    position: absolute;
    bottom: 83px;
    right: 0;
    left: 35px;
}

.bg-layer img {
    width: 100%;
}

.flex-btn {
    display: flex;
    justify-content: center;
}

.ecx-icon-box img {
    width: 100%;
}

.ecm-service-card:nth-child(1) h3 {
    color: #595DCA;
}

.ecm-service-card:nth-child(2) h3 {
    color: #777310 ;
}

.ecm-service-card:nth-child(3) h3 {
    color: #1F7D6C;
}

.ecm-service-card:nth-child(4) h3 {
    color: #595DCA;
}

.ecm-service-card:nth-child(5) h3 {
    color: #777310;
}

.ecm-service-card:nth-child(6) h3 {
    color: #8D4C11;
}

.secondsame .ecm-chart-box {
    opacity: 1;
    position: absolute;
    top: 329px;
    left: 4px;
    width: 256px;
    z-index: 5;
    animation: floatY 3s ease-in-out infinite;
}

.secondsame .men-item img {
    width: 100%;
    height: 620px;
}

.secondsame .ecm-image-frame {
    max-width: unset;
}

/* SECTION-05 css start */
.Section-05 .nav-tabs li a {
    animation: borderAnimation 4s linear infinite;
    gap: 10px;
    font-family: "Jost", sans-serif;
    overflow: hidden;
    background: linear-gradient(300deg, #2C021A, #3D0137);
    box-shadow: 0 0 8px rgba(255, 0, 200, 0.5), 0 0 15px rgba(138, 0, 255, 0.4);
    background-size: 300% 300%;
    /* animation: borderMove 4s linear infinite; */
    color: var(--white);
    font-size: 18px;
    position: relative;
    transition: all 0.7s ease;
    z-index: 2;
    font-weight: 500;
    padding: 14px 40px;
    display: flex;
    max-width: fit-content;
    text-transform: capitalize;
    align-items: center;
    /* margin-left: 20px; */
    border: 1px solid #99068F;
    border-radius: 5px;
    transition: all .3s ease;
}

.Section-05 .nav-tabs li a:hover {
    background: linear-gradient( 90deg, #ff00c8 0%, #8a00ff 100% );
    border-color: transparent;
    transition: all .3s ease;
}

.Section-05 .nav-tabs a.active {
    background: linear-gradient( 90deg, #ff00c8 0%, #8a00ff 100% );
    box-shadow: 0 0 20px rgba(255,0,200,.35);
    border-color: transparent;
    transition: all .3s ease;
}

.Section-05 ul.nav.nav-tabs {
    margin-bottom: 60px;
    border: transparent;
    justify-content: center;
    gap: 50px;
}

.Section-05 {
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background: #170021;
    padding-bottom: 138px;
}

section.Section-05 .ecm-service-desc {
    text-align: center;
    padding-bottom: 25px;
}

.contnt .ecm-service-title {
    text-align: center;
}

.slick-slide img {
    width: 255px;
}

.slider-mobile {
    margin: 0px 45px;
}

/* BLOg css start */
.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url("https://img.icons8.com/ios/50/000000/arrow-left.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next {
    right: 0;
    background: url("https://img.icons8.com/ios/50/000000/arrow-right.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slider__item {
    padding: 0px 15px;
}

.BlogBox {
    position: relative;
}

.blog-main {
    position: absolute;
    bottom: 35px;
    text-align: start;
    padding: 14px 13px 0 35px;
    z-index: 2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.image-bar img {
    /* width: 100%; */
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

/* .slick-slider {
  margin:0 -15px;
}
.slick-slide {

  text-align:center;
  margin-right:15px;
  margin-left:15px;
} */
.blog-main h5 {
    color: #fff;
    font-size: 26px;
}

.blog-main p {
    color: #fff;
    margin-bottom: 0px;
    line-height: 24px;
    opacity: 80%;
    font-size: 17px;
    width: 78%;
    color: #fff;
    font-weight: 300;
    margin-top: 26px;
}

.topbar {
    z-index: 1;
    position: absolute;
    left: 50px;
}

.topbar h6 {
    display: flex;
    height: 77px;
    background: linear-gradient(-1deg, #EE322A, #FF7D61);
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    width: 65px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.topbar h6 span {
    display: block;
}

.BlogSec .slick-arrow {
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 66px;
    z-index: 1;
}

.BlogSec .slick-next:before, .slick-prev:before {
    color: #000;
    font-size: 34px;
}

.BlogSec .slick-next, .slick-prev {
    top: unset;
    position: absolute;
    bottom: -160px;
}

.BlogSec .slick-prev {
    right: 50%;
    left: unset;
}

.BlogSec .slick-next {
    right: unset;
    left: 51%;
}

.BlogBox:hover .image-bar img {
    /* border: 1px solid #f34a3b; */
    transition: all 0.2s ease;
    border-radius: 20px;
}

.BlogBox:hover .blog-main {
    bottom: 60px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.BlogBox:after {
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    /* background: linear-gradient(-1deg, #EE322A, #FF7D61); */
    height: 0%;
    top: 50%;
    width: 0%;
    right: 50%;
    border-radius: 18px;
    z-index: 0;
    opacity: 0.7;
    border-radius: 100%;
}

.BlogBox:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.BlogBox:hover .topbar h6 {
    background: #000;
    transition: all 0.4s ease;
}

/* .BlogSec .slick-arrow:hover {
  color: #fff;
  background: linear-gradient(-1deg, #EE322A, #FF7D61);
  transition: all 0.4s ease;
} */
/* .BlogSec .slick-arrow:hover:before {
  transition: all 0.4s ease;
  color: white;
} */
.Tabsarea {
    margin: 0px 30px;
}

.imghand {
    z-index: 1;
    position: absolute;
    bottom: -140px;
    right: 265px;
}

.imghand img {
    width: 84%;
}

.blogslider {
    position: relative;
    z-index: 1;
}

/* ======================
FAQ SECTION
====================== */
.faq-section {
    background: linear-gradient(45deg, #55047A, #99068F);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

/* Wave Pattern */
.faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/bg-3.png');
    top: 0;
    right: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-tag {
    color: #ff57ff;
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.faq-heading {
    font-size: 50px;
    font-weight: 700;
    margin: 10px 0 20px;
    color: #fff;
}

.faq-text {
    color: #d3d3d3;
    max-width: 500px;
}

.faq-img {
    border-radius: 10px;
    overflow: hidden;
}

.faq-img img {
    width: 100%;
    border-radius: 10px;
}

.faq-container {
    font-family: "Jost", sans-serif;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    background: linear-gradient(to left, #650276, #3D0137);
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #6f0f8c;
    cursor: pointer;
    font-family: "Jost", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(to left, #64108B, #99068F);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: linear-gradient(to left, #64108B, #99068F);
    transition: all 0.4s ease;
    padding: 0 20px;
    line-height: 1.6;
    color: #555;
}

.faq-item.active .faq-answer {
    transition: all 0.4s ease;
    max-height: fit-content;
    padding: 15px 20px;
    color: #fff;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-item.active .faq-question {
    color: #fff;
    transition: all 0.6s ease;
    background: linear-gradient(to left, #64108B, #99068F);
}

button:focus {
    outline: none;
}

.bg-drk {
    background: #1A012D;
}

.testimonialbox {
    border-radius: 22px;
    background: linear-gradient(to left, #650276, #3D0137);
    position: relative;
    min-height: 260px;
    padding: 38px 48% 30px 20px;
    border: 1px solid #bb06d7;
    overflow: hidden;
}

.testi-content p {
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-family: "Jost", sans-serif;
}

.testi-content span {
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding-bottom: 11px;
    font-family: "Jost", sans-serif;
    color: #F300E3;
}

figure.Testi-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 46%;
    z-index: 4;
    margin: 0;
}

figure.Testi-img img {
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}

.testimonial-slider {
    padding: 30px 20px;
}

.custmstar {
    width: unset !important;
}

.Testimonial-sec .owl-dots {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -70px;
}

.Testimonial-sec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(45deg, #7848F4, #FF5C81);
}

.Testimonial-sec .owl-theme .owl-dots .owl-dot span {
    margin-right: 7px;
    width: 17px;
    height: 17px;
    background: #959595;
}

.Testimonial-sec .owl-dots:focus {
    outline: none;
    border: none;
}

section.Testimonial-sec {
    position: relative;
    padding: 54px 0px 108px;
}

@media (max-width: 767px) {
    .testimonialbox {
        min-height: 378px;
        padding: 28px 24px 210px;
    }

    figure.Testi-img {
        top: auto;
        right: 0;
        bottom: 0;
        width: 78%;
        height: 245px;
    }

    figure.Testi-img img {
        object-position: right bottom;
    }
}

.testimonial-top {
    margin-bottom: 30px;
}

/* FORM */
.textcontact {
    background: linear-gradient(180deg, #8a00a8 0%, #7b0095 25%, #ab05c6 55%, #bc0fd1 80%, #4a0050 100%);
    padding: 30px;
    border-radius: 15px;
    /* backdrop-filter: blur(10px); */
    position: relative;
    z-index: 2;
}

.textcontact input, .textcontact textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    background: #fff;
    color: #fff;
}

.textcontact input::placeholder, .textcontact textarea::placeholder {
    color: #453F4A;
    font-size: 15px;
}

.textnew h5 {
    font-size: 45px;
    /* text-align: center; */
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
}

section.Contact-sec .ecm-service-title {
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
}

section.Contact-sec .ecm-service-desc {
    text-align: center;
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
}

/* BUTTON */
.submit-btn {
    text-transform: uppercase;
    width: fit-content;
    padding: 20px 70px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(45deg, #55047A, #55047A);
    color: #fff;
    font-weight: 500;
    margin: auto;
}

.textnew p {
    color: #fff;
    font-size: 16px;
}

.textnew {
    position: relative;
    text-align: center;
}

.textnew:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 500px;
    background: #55047A;
    left: -36px;
    z-index: 0;
    bottom: -50px;
}

.textnew:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 530px;
    background: #9c01bb;
    left: -37px;
    z-index: 0;
    top: -39px;
}

.imggirl {
    height: 675px;
    /* width: 100%; */
    position: absolute;
    top: -297px;
    right: -145px;
}

section.Contact-sec {
    padding-bottom: 95px;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

/* ======================
   FOOTER
====================== */
.main-footer {
    background: #1F0012;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-family: "Jost", sans-serif;
}

.footer-top {
    padding: 70px 0 50px;
}

.footer-logo {
    font-family: 'Oswald',sans-serif;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-text {
    color: #cfcfcf;
    line-height: 1.9;
    font-size: 14px;
}

.footer-title {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    margin-bottom: 25px;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #d6d6d6;
    text-decoration: none;
    font-size: 16px;
    transition: .3s;
    display: inline-block;
    font-family: "Jost", sans-serif;
}

.footer-links a:hover {
    color: #d100ff;
    transform: translateX(8px);
}

.footer-links a i {
    color: #d100ff;
    font-size: 10px;
    margin-right: 8px;
}

/* Payment */
.payment-icons img {
    /* height:28px; */
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 3px;
}

/* Social */
.social-icons {
    margin-top: 25px;
}

.social-icons a {
    width: 53px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    transition: .4s;
}

.social-icons a:hover {
    background: #d100ff;
    transform: translateY(-5px);
}

/* Bottom Bar */
.footer-bottom {
    background: url('../images/bg-footer.png');
    padding: 90px 0 30px;
    position: relative;
    background-position: center;
    /* height: 151px; */
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.bottom-links a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.bottom-links a:hover {
    opacity: .8;
}

/* Scroll Top */
.scroll-top {
    width: 85px;
    height: 85px;
    background: #1F0012;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 27px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    border: 4px solid #1F0012;
    transition: .4s;
}

.scroll-top:hover {
    background: #d100ff;
    color: #fff;
    text-decoration: none;
}

@media(max-width: 991px) {
    .footer-column {
        margin-bottom:40px;
    }

    .footer-title {
        font-size: 26px;
    }
}

@media(max-width: 767px) {
    .footer-top {
        text-align:center;
    }

    .social-icons {
        justify-content: center;
    }

    .bottom-links {
        margin-top: 15px;
    }

    .bottom-links a {
        margin: 0 8px;
    }

    .footer-logo {
        font-size: 30px;
    }
}

.footer-bottom:after {
    right: 49.8%;
    position: absolute;
    content: "";
    height: 60px;
    width: 4px;
    /* background: #ffffff; */
    top: 79px;
}

.ftr-logo {
    width: 80%;
}

/* INNER SEC CSS START */
.Section-01.Innersec {
    background: url('../images/bginner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Innersec .buttonflexs {
    justify-content: center;
}

.ecm-container.container-new {
    max-width: 1410px;
}

.listnew {
    padding-left: 0px;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* background: #e6e6e7; */
    padding: 40px 0px 0;
    width: 100%;
    gap: 15px;
}

#counter .item {
    background: linear-gradient(90deg, #55047A, #b209a7, #99068F);
    width: 218px;
    padding: 21px 5px;
    /* margin: 10px; */
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
}

#counter .item .count {
    color: #fff;
    margin-bottom: 5px;
    font-size: 71px;
}

#counter .item h3 {
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    text-align: start;
    padding-left: 9px;
}

.guranty {
    display: inline-flex;
    justify-content: space-around;
    /* width: 100%; */
    gap: 50px;
    align-items: center;
    margin-top: 24px;
}

.contn p {
    position: relative;
    color: #fff;
    width: 100%;
    line-height: 20px;
    font-weight: 600;
}

.contn p:after {
    border-radius: 30px;
    position: absolute;
    content: "";
    background: #fff;
    height: 10px;
    width: 10px;
    left: -20px;
    top: 6px;
}

.anmimg {
    animation: rotate_text 10s linear infinite;
}

@keyframes rotate_text {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
    }
}

.hnd {
    position: relative;
    bottom: 0;
}

.hnd img {
    width: unset;
}

.section-ab .ecm-brand-section {
    background: #1F0012;
    padding-bottom: 0;
}

.buttonflexs {
    display: flex;
    gap: 20px;
}

.bedge img {
    width: 50px;
    filter: grayscale(1);
    transition: all 0.6s ease;
}

.Storyul li {
    display: flex;
}

.bedge {
    display: flex;
    gap: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btext span {
    color: #D604C8;
    font-size: 16px;
    font-weight: 400;
}

.btext p {
    line-height: 28px;
    width: 90%;
    font-size: 18px;
    padding-top: 4px;
}

.bedge:hover img {
    transition: all 0.6s ease;
    filter: none;
}

ul.Storyul {
    padding-left: 0;
}

.secnew {
    padding-bottom: 40px !important;
}

section.ecm-brand-section.secnew .ecm-paragraphs p {
    width: 100%;
}

.hndnew {
    bottom: -126px;
}

section.ecm-brand-section.secnew .ecm-hero-wrapper {
    padding-top: 44px;
}

.right-100 {
    text-align: center;
    width: 100%;
}

.right-100 p {
    width: 100%;
}

.pt-new {
    padding-top: 50px;
}

.justify-conten {
    justify-content: center;
}

section.Section-01.Innersec .buttonflexs {
    justify-content: center;
}

.Frists p {
    color: #fff;
    text-align: center;
    width: 88%;
    margin: auto;
}

.contact-box {
    text-align: center;
}

.content-text a p {
    color: #C4C1C1;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 400;
}

.contct {
    padding: 83px 0px 50px;
    background: #1A012D;
}

/* TABS CSS START */
.chngebg {
    padding-bottom: 10px;
    background: url('../images/bg-3.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flext {
    display: flex;
    justify-content: center;
}

.cbutto {
    padding: 60px 0 45px;
    justify-content: center;
    display: flex;
    width: 100%;
}
