@font-face {
    font-family: Nunito;
    src: url('../fonts/KeepCalm-Medium.ttf');
    font-display: swap;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: Nunito;
    position: relative;
    z-index: 0;
}

figure {
    margin: 0;
}

.hero {
    background-image: url('../images/hero-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 750px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-top: 3rem;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}

.grand-parent-header {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 99999;
}

.parent-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero .custom-content {
    position: relative;
    z-index: 0;
}

.white {
    color: white;
}

.form-control:focus {
    color: white;
    background-color: #fff;
    border-color: white;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.heading-1 {
    color: #FFF;
    font-family: Nunito;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
    text-transform: uppercase;
}

.parent-tag {
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: capitalize;
    margin: 0px 0 0.4rem;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.parent-tag.white-tag {
    color: white;
}

.animate-charcter {
    background: linear-gradient(180deg, #6B60FF 0%, #25B192 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: textclip 8s linear infinite;
    background-image: linear-gradient(-225deg, #25B192 0%, #25B192 29%, #6B60FF 67%, #25B192 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s 
linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.custom-btn {
    padding: 14px 34px;
    border: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 42px;
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.custom-btn.green-btn {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    color: white;
}

.hero-rating {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

p {
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /*text-transform: capitalize;*/
}

.hero .custom-content p {
    margin: 0;
}

.hero .custom-content .parentBtns {
    margin: 1.6rem 0;
}

.child-top-header a {
    color: #FFF;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /*text-transform: capitalize;*/
    text-decoration: none;
}

.child-top-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

header {
    margin-top: 4px;
    position: relative;
    z-index: 999;
}

.header-parent-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.parentBtns {
    display: flex;
    align-items: center;
    gap: 2rem;
}

header .nav-link {
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    padding: 10px 0 8px;
    margin: 0 8px;
}

header .nav-link.active,
header .nav-link:hover {
    background: black;
    border-radius: 8px;
    text-decoration: none;
    color: white !important;
}

video.bg-video {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    filter: brightness(.7);
}

.video-parent {
    position: relative;
    z-index: 9;
}

section {
    position: relative;
    z-index: 0;
}

.py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.top-right-net {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

.main-heading.centered {
    text-align: center;
    margin: 0 0 1.7rem;
}

.parent-tag span.tag {
    background: linear-gradient(90deg, #5A51D6 0%, #25B192 67.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background-image: linear-gradient(-225deg, #fff 0%, #fff 29%, #f90 67%, #fff 100%); */
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s 
linear infinite;
}

.heading-2 {
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 55px;
    text-transform: uppercase;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 65px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    padding: 10px;
}

header .dropdown {
    position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #DA6A2F;
    color: white;
}

header .dropdown .nav-link.active {
    color: white !important;
}

header .nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.inner-dropdown-menu.row {
    padding-left: 0px;
    list-style: none;
}


header .dropdown-item {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
    color: white;
    font-style: normal;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #DA6A2F;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: black;
    color: white;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
}

header .dropdown-item {
    border: 1px solid #fff;
    margin: 4px auto;
    padding: 8px 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

#popup_form .close span {
    position: relative;
    top: -3px;
}

.key-features-seller-card .s-para {
    height: 120px;
    overflow-y: auto;
}

#popup_form {
    backdrop-filter: blur(5px);
}

.custom-btn.orange-btn:hover {
    background: #f37838;
    color: white;
    transition: all ease .3s;
}

div#step1-form button#next-to-step2:hover {
    color: white;
    background: #f37838;
}

.btn-submit:hover {
    color: white !important;
    background: black;
}

.form-wrap form ul.fields li button:hover {
    background: #f37838;
}

.loader img {
    margin: auto;
}

.logo-w {
    display: none;
}

header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}

header .container {
    position: relative;
    z-index: 99999;
}

.navbar-expand-lg .navbar-nav {
    margin-right: 1.5rem;
}

header#header.fixed {
    position: fixed;
    top: 5px;
    transition: all ease-in-out .7s;
    left: 0;
    right: 0;
    z-index: 9999999;
    margin-top: 0;
}

header#header.fixed nav.navbar .container {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    /* padding: 10px 10px; */
    /* border-radius: 10px; */
}

header#header.fixed nav.navbar .nav-link {
    color: white;
}

header#header.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: #DA6A2F;
}

header#header.fixed nav.navbar .navbar-brand {
    color: white;
}

header#header.fixed .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 80px;
}

header#header.fixed a.navbar-brand img {
    filter: brightness(0) invert(1);
}

header#header.fixed nav.navbar .nav-link.active {
    background: black;
}

header#header.fixed nav.navbar .custom-btn.green-btn {
    background: black;
}

/* header css */

.parent-form {
    border-radius: 10px 10px 10px 0px;
    border: 0px solid rgba(87, 201, 221, 0.87);
    opacity: 1;
    background: #00000096;
    padding: 25px 40px;
    position: relative;
    z-index: 1;
    /* animation: 4s linear infinite bf-animate; */
    width: 83%;
    margin-left: auto;
    position: relative;
    z-index: 0;
    /* transition: all ease .5s; */
    animation: 1s 
linear infinite bf-animate;
    box-shadow: 0 0 0px 0px #000000, 0 0 0px 0px #000000 inset;
    filter: drop-shadow(0px 0px 1px #000000);
    transition: all 0.7s 
ease;
}

.parent-form h6 {
    margin-bottom: 11px;
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    text-transform: capitalize;
}

.parent-form :is(input, textarea, select) {
    border-radius: 5px;
    border: 1px solid #54595F;
    background-color: transparent;
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: math-auto;
}

.parent-form :is(input, textarea, select)::placeholder {
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: math-auto;

}

.parent-form .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: rgba(87, 201, 221, 0.87);
}

.parent-form .custom-btn {
    width: 100%;
    opacity: 1;
}

.form-select:focus {
    border-color: rgba(87, 201, 221, 0.87);
    outline: 0;
    box-shadow: none;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: unset !important;
    color: inherit !important;
}

option {
    border-radius: 5px;
    border: 1px solid #54595F;
    background-color: rgba(0, 0, 0, 0.3215686275);
    opacity: 0.6;
    color: #FFF !important;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* cta-counter */
.cta-counter {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 2rem 2rem;
    margin: 2rem 0 0;
}

.counter-child {
    display: flex;
    align-items: center;
    height: 150px;
    gap: 14px;
    border-radius: 0;
    overflow: hidden;
    flex-direction: column;
}

p.counter-number {
    margin: 0;
    color: black;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.6px;
}

.counter-child figure {
    justify-content: center;
}

.counter-child span {
    color: #000;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

/* cta-counter */

/* ghostwriting-solutions-slider  */

.parent-ghostwriting-solutions-slider {
    position: relative;
    z-index: 0;
}

.ghostwriting-solutions-slider {
    height: 670px;
    position: relative;
    z-index: 0;
}

.services-card {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #FFF;
    height: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    overflow: hidden;
}

figure.arrow-white {
    position: absolute;
    right: 0;
    top: 200px;
    border-radius: 50px 0 0 50px;
    background: #E6FAFC;
    border: 1px solid #FFF;
    padding: 5px;
    margin: 0;
}

figure.services-img img {
    width: 100%;
    transition: all ease .5s;
}

.services-card.first-services-card {
    padding: 22px;
    background: transparent;
    border-color: transparent;
    padding: 0;
    border-radius: 0;
}

.services-card .content-card {
    padding: 18px 18px;
}

.services-card .content-card p {
    margin: 0;
}

.services-card.first-services-card .custom-btn {
    display: inline;
}

.services-card.first-services-card p {
    margin-bottom: 1rem;
}

figure.services-img {
    margin: 0;
    width: 106px;
    height: 106px;
    flex-shrink: 0;
    background: linear-gradient(-225deg, #5A51D6 0%, #5A51D6 29%, #25B192 50%, #5A51D6 100%);
    border-radius: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: textclip 10s 
linear infinite;
    background-clip: border-box;
    background-size: 200% auto;
}

header .btn-parent {
    margin-top: 0;
}

.services-card .heading-3 {
    color: #000;
}

.services-card .content-card p {
    color: black;
    height: 90px;
    overflow-y: auto;
}

.parent-why-chcoice-list {
    padding-right: 3rem;
}

.inner-parent-why-choice {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 50% 50%;
    width: 90%;
    gap: 20px;
    margin-top: 2rem;
}

.list-child-why-choice-us {
    width: auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 20px 0 rgba(207, 207, 207, 0.28);
    display: inline-flex;
    padding: 28px 40px 28px 28px;
    align-items: flex-end;
    gap: 12px;
    width: 100%;
}

.list-child-why-choice-us figure {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}


/* review css */
.review-card {
    border: 0px solid var(--Dark, #232F3E);
    padding: 25px 25px 25px;
    margin: 0rem 0 0rem;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    height: 200px;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.review-card figure.client-profile {
    margin-top: 0rem;
    /* margin-bottom: 1.5rem; */
    margin-left: 0rem;
    position: relative;
    top: -40px;
    display: none;
}

.review-card p {
    color: black;
    /* font-weight: 400; */
    height: 90px;
    overflow: auto;
    margin-top: 0rem;
}

.review-footer {
    border-top: 2px solid #232f3e9e;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-details p {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.client-details h6 {
    margin: 0;
    color: #000;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.review-card figure.client-profile img {
    border: 1px solid black;
    border-radius: 60px;
    overflow: hidden;
}

.swiper-slide-active .review-card {
    /* background: linear-gradient(90deg, #5A51D6 0%, #25B192 67.1%); */
}

.swiper-slide-active .review-card p {
    /* color: white; */
}

.swiper-slide-active .review-card .client-details h6 {
    /* color: white; */
}

.swiper-slide-active .review-card .review-footer {
    /* border-color: #ffffffad; */
}

.review-slider {
    width: 110%;
}

/* review css */

/* cta-foam css */
.cta-foam {
    /*background: url(../images/footer_form.webp);*/
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-foam .custom-form {
    background: transparent;
    width: 100%;
    margin: 1rem auto 0;
    padding: 0;
    clip-path: none;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.90) 100%), lightgray 50% / cover no-repeat;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 50px 40px;
}

.cta-foam .custom-form input {
    margin: 0rem 0 2rem;
    height: 50px;
}

.cta-foam .custom-form textarea {
    height: 200px;
}

.cta-foam .custom-form textarea,
.cta-foam .custom-form input {
    padding: 14px 14px;
    background: transparent;
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    text-transform: math-auto;
}

.bottom-btn {
    margin: 2rem 0 0;
}

.faqs .accordion-item {
    margin: 0 0rem 1rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.faqs .accordion-item .accordion-header .accordion-button.collapsed {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.cta-box {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    padding: 6px 6px;
}

.bottom-card-cta {
    padding: 1rem 2rem;
}

.bottom-card-cta p {
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    line-height: 22px;
}

.bottom-card-cta h6 {
    font-weight: 600;
    font-size: 20px;
}

button.accordion-button {
    color: red;
}

.accordion-button:not(.collapsed) {
    color: var(--white-color);
    font-weight: 600;
    box-shadow: none;
    background-color: var(--orange-color);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    /* filter: brightness(0) invert(1); */
}

.faqs .accordion-item p {
    font-size: 16px;
}

.accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

footer {
    border-radius: 100px 100px 0px 0px;
    background: black;
    padding: 5rem 0px 20px;
}

.parent-footer-links {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.navigation-links h6 {
    font-size: 20px;
    font-weight: 400;
    color: rgb(102, 204, 255);
}

.navigation-links ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.wrapper.bottom-footer {
    border-top: 1px solid white;
    margin: 3rem 0 0;
    padding: 1rem 0 0;
    text-align: center;
}

.wrapper.bottom-footer p.white {
    font-size: 14px;
    margin: 0;
}

.footer-first-line p.white {
    margin: 2rem 0 6px;
}

/* cta-foam css */

/* footer css */
footer {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 0 0;
}

.footer-content {
    text-align: center;
    width: 74%;
    margin: auto;
}

.parent-cta-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid white;
    padding: .5rem 0 2rem;
}

.address {
    display: flex;
    gap: 16px;
    align-items: center;
}

.address a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.footer-content h6 {
    color: #FFF;
    font-family: "Golos Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.parents-security {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 2rem 0 0;
}

.security-card {
    display: flex;
    align-items: center;
    gap: 15px;
}

.security-card h4 {
    font-family: "Golos Text";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.security-card.end-payment {
    flex-direction: column;
    align-items: end;
    gap: 3px;
}

.security-card p {
    margin: 0;
    width: 80%;
}

figure.secure-payments {
    text-align: center;
    margin: 2rem 0;
}

p.bottom-footer {
    text-align: center;
    margin: 0;
}

.security-card figure {
    display: contents;
}

.security-card.end-payment h4 {
    font-size: 18px;
}

a.navbar-brand {
    color: #FFF;
    font-family: "Golos Text";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
}

.parent-frames {
    position: relative;
    z-index: 0;
}

figure.frame-2 {
    position: absolute;
    top: -30px;
    right: 0;
    transition: all linear 1s;
    animation: ball 2s linear infinite alternate;
}

@keyframes ball {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

figure.frame-3 {
    position: absolute;
    bottom: -20px;
    right: 0;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

@keyframes ball2 {
    0% {
        transform: translate(10px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

figure.frame-1 img {
    width: 90%;
    height: 413px;
    flex-shrink: 0;
}

.sharping .heading-6 {
    border-bottom: 2px solid #004468;
}

/* footer css */


/* header css */
.parent-form:before {
    position: absolute;
    inset: 0;
    border-radius: 5px;
    box-shadow: 0 4px 15.2px 0 rgba(0, 0, 0, 0.25);
    content: "";
    z-index: -1;
    border-radius: 5px;
    background: linear-gradient(90deg, #5A51D6 0%, #25B192 67.1%);
    width: 102%;
    height: 102%;
    inset: -5px;
}

.parent-form:after {
    background-image: url('../images/form-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    content: "";
    z-index: -1;
}


/* services css */
figure.loud-speaker {
    position: absolute;
    right: 20px;
    top: 35px;
    transition: all 0.7s 
ease;
    animation: 3s 
linear infinite bf-animate-up-down;
}

header nav.navbar .container {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    padding: 10px 10px;
    border-radius: 10px;
}

figure.hero-arrow {
    position: absolute;
    right: -120px;
    bottom: -50px;
    z-index: -1;
    transition: all 0.7s 
ease;
    animation: 3s linear infinite bf-animate-up-down;
}


@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #25B192);
        /* transform: translateY(-5px) */
    }

    50% {
        filter: drop-shadow(0px 0px 5px #fff);
        /* transform: translateY(0) */
    }

    80% {
        filter: drop-shadow(0px 0px 5px #6B60FF);
    }
}


@keyframes bf-animate-up-down {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #25B192);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #fff);
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #6B60FF);
    }
}


.hero:before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
    content: "";
}

.black {
    color: black;
}

.counter-child figcaption {
    text-align: center;
}

.services-sec {
    background-image: url('../images/services-we-offer.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* services css */


/* about us css */
.know-about-us {
    position: relative;
    z-index: 0;
}

figure.about-us-right {
    position: absolute;
    right: -1rem;
    bottom: -7px;
    top: unset;
    height: 90%;
    border-radius: 688px;
    width: 580px;
    height: 580px;
    text-align: end;
    display: flex;
    align-items: end;
    justify-content: end;
    overflow: hidden;
}

figure.about-us-right img {
    height: 89%;
}

.bg-colored-tag {
    border-radius: 10px;
    background: linear-gradient(-225deg, #5A51D6 0%, #5A51D6 29%, #25B192 50%, #5A51D6 100%);
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 4px 10px;
    display: inline-flex;
    margin: 0 0 12px;
    animation: textclip 10s linear infinite;
    background-clip: border-box;
    background-size: 200% auto;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

a.cta-btns {
    color: white;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

span.circle-linear-mark.left-bottom {
    border-radius: 305px;
    background: linear-gradient(-225deg, #5A51D6 0%, #5A51D6 29%, #25B192 50%, #5A51D6 100%);
    width: 360px;
    height: 360px;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    left: -40px;
    z-index: -1;
    animation: textclip 10s 
linear infinite;
    background-clip: border-box;
    background-size: 200% auto;
}

.parent-video {
    height: auto;
    width: auto;
}

.parent-video video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    width: 688px;
    height: 688px;
}

.know-about-us .custom-content p {
    width: 90%;
}

/* about us css */

/* services-css */
a {
    text-decoration: none;
    color: initial;
}

.heading-3 {
    color: #000;
    font-family: Nunito;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

span.services-number {
    color: #000;
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.1;
}


.services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 0 10px;
}

figure.services-img img {
    object-fit: cover;
    width: 58px;
    height: 57.999px;
}

.services-card.last-services-card {
    width: 632px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 26px;
    justify-content: center;
}

/* services-css */

/* recent work css */

.parent-content-header {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 0 2rem;
    align-items: center;
}

.top-left-net {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.projects-card {
    width: 100%;
    position: relative;
    z-index: 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    height: 486px;
}

.projects-content {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 12px;
    bottom: 20px;
    /* width: 231px; */
    /* height: 57px; */
    /* flex-shrink: 0; */
    /* border-radius: 5px; */
    /* border: 1px solid #FFF; */
    /* background: #190417; */
    /* padding: 10px 8px; */
}

.projects-content .heading-3 {
    color: white;
    margin: 0;
    text-transform: capitalize;
}

.projects-content .heading-3 span {
    display: block;
    /* font-size: 14px; */
}

.projects-content .custom-btn.green-btn {
    padding: 0 0;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.projects-card:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 41.47%, rgba(0, 0, 0, 0.70) 76.92%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.process-card-slider {
    height: 370px;
}

figure.projects-figure img {
    width: 100%;
}

.parent-center-porjects-cards {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.parent-center-porjects-cards .projects-card {
    height: 48%;
}

.projects-card-slider {
    height: auto;
    width: 1800px;
}

.video-sec {
    background-image: url('../images/play-discover-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.parent-content-header {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 0 2rem;
    align-items: center;
}

.left-side-content .parentBtns {
    margin-top: 1.5rem;
}

.projects-content p {
    margin: 0;
}

/* recent work css */


/* packages css  */

.for-top-layers {
    position: relative;
}

.for-top-layers .left-bubble-layers {
    position: absolute;
    left: 0;
    top: -110px;
    z-index: -1;
}

.for-top-layers .bubble-layers-3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.packages-card {
    border-radius: 20px;
    border: 0px solid #2E3031;
    background: #FFF;
    padding: 0px;
}

.packages-card .heading {
    overflow: hidden;
    color: #6B60FF;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

.packages-header .pricing {
    color: #2E3031;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.packages-card .packages-header .custom-btn.white-btn {
    border-radius: 4px;
    width: 100%;
    font-weight: 600;
    margin: 1rem 0 2rem;
    justify-content: center;
    border: 1.5px solid #2E3031;
}

.packages-card ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    overflow-y: auto;
    max-height: 400px;
    padding: 18px 12px 18px 18px;
    margin-right: 14px;
    height: 300px;
}

span.pkg-details {
    color: #fff;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
}

.packages-card ul li {
    display: flex;
    align-items: start;
    gap: 6px;
}

.custom-btn.white-btn {
    background: white;
    color: black;
}


.packages-card ul li .pkg-icon {
    border-radius: 22px;
    width: 26px;
    height: 26px;
    width: 36.258px;
    height: 24.363px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packages-card {
    position: relative;
    z-index: 0;
    transition: all ease .5s;
    /* overflow: hidden; */
    border-radius: 16.319px;
    background: #190417;
}

.packages-card:before {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: #190417;
    z-index: -1;
    transition: all ease .5s;
    opacity: 1;
    border-radius: 20px;
}

.packages-card.active:before {
    opacity: 1;
    height: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.packages-card:after {
    top: -6px;
    left: -4px;
    right: 0;
    height: 102%;
    width: 102%;
    content: "";
    position: absolute;
    z-index: -2;
    transition: all ease .5s;
    opacity: 1;
    border-radius: 16.319px;
    background: linear-gradient(-225deg, #5A51D6 0%, #5A51D6 29%, #25B192 50%, #5A51D6 100%);
    animation: textclip 10s 
linear infinite;
    background-clip: border-box;
    background-size: 200% auto;
}

.swiper.packages-slider {
    padding: 1rem 8px;
}

span.best-values {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background-image: url('../images/best-value.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 165.776px;
    height: 52.158px;
    flex-shrink: 0;
    position: absolute;
    top: 10px;
    left: -28px;
    padding-right: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .7rem;
}

.packages-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 4px solid #6B60FF;
    padding: 16px 18px 16px;
}

.packages-footer a.anchar {
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.packages-header {
    border-bottom: 4px solid #6B60FF;
    padding: 1rem 18px 2px;
}

.packages-card.best-values-parent {
    /* padding-top: 3rem; */
}

.swiper-slide.swiper-slide-active .packages-card {
    /*transform: scale(1.1);*/
}

.swiper-slide.swiper-slide-active .packages-card:after {
    /* background: #202B50; */
}

.swiper-slide.swiper-slide-active .packages-card * {
    /* border-color: #6B60FF; */
}

.packages-section .parent-heading.centered {
    margin-bottom: 0rem;
}

.packages-section {
    background-image: url(../images/pricing-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.packages-card ul {
    scrollbar-width: thin;
    scrollbar-color: #6B60FF #190417;
}

span.best-values {
    display: none;
}

/* packages slider */


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #6B60FF #f0f0f0;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
}

*::-webkit-scrollbar-thumb {
    background-color: #6B60FF;
    border-radius: 10px;
    border: 3px solid #25B192;
}

/* ===== Scrollbar CSS ===== */

/* showcase css  */
.showchase-section {
    position: relative;
    z-index: 0;
}

.showchase-section .bubble-layers-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.showchase-section .circle-layers-2 {
    position: absolute;
    right: 0;
    top: -260px;
    z-index: -1;
}

.parent-showcase-books {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0 0rem;
}

.parent-showcase-books .showcase-card p {
    color: black;
}

.showcase-cards-parent {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.showcase-card {
    background: #202B50;
    border-radius: 6px;
    padding: 16px 14px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
}

.showcase-card p {
    color: white;
    /* font-weight: 400; */
    margin-bottom: 0;
}



.cards-number {
    /* background: #202B50; */
    border: 3px solid white;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.13px;
    background: linear-gradient(-225deg, #5A51D6 0%, #5A51D6 29%, #25B192 50%, #5A51D6 100%);
    color: #FFF;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    animation: textclip 10s 
linear infinite;
    background-clip: border-box;
    background-size: 200% auto;
}

.showcase-card .read-more-btn {
    justify-content: start;
}


.showcase-books-slider span.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    color: #6B60FF;
    background: #6B60FF;
    color: white;
    border: 1px solid #6B60FF;
    font-weight: 700;
    opacity: 1;
}

.read-more-btn.white {
    color: white;
}

.read-more-btn.white img {
    filter: brightness(0) invert(1);
}

.numbers-parents {
    position: absolute;
    top: -80px;
    right: 30px;
    z-index: 0;
}

.numbers-parents::before {
    position: absolute;
    z-index: -1;
    content: "";
    /* background: transparent; */
    /* border: 1px solid #6B60FF; */
    width: 170px;
    height: 170px;
    top: 20px;
    background-image: url('../images/lines-cta-sec.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.numbers-parents::after {
    /* position: absolute; */
    /* z-index: -1; */
    /* content: ""; */
    background: transparent;
    border: 1px solid #25B192;
    width: 120px;
    top: 20px;
}


figure.showcase-book {
    position: relative;
    z-index: 1;
    width: 500px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 330px;
    background: lightgray 50% / cover no-repeat;
    overflow: hidden;
}

.right-showcase-parent .numbers-parents::before {
    left: 0px;
}

.left-showcase-parent .numbers-parents::before {
    left: -90px;
}

.showcase-cards-parent.left-showcase-parent .numbers-parents {
    left: 30px;
}

.showcase-cards-parent.left-showcase-parent .showcase-card {
    padding-left: 15px;
    padding-right: 10px;
}

.showcase-books-slider.swiper {
    width: 240px;
    height: 320px;
}

.showcase-books-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.showcase-books-slider .swiper-slide:nth-child(1n) {
    background-color: #6B60FF;
}

.showcase-books-slider .swiper-slide:nth-child(2n) {
    background-color: #25B192;
}

.showcase-books-slider .swiper-slide:nth-child(3n) {
    background-color: #6B60FF;
}

.showcase-books-slider .swiper-slide:nth-child(4n) {
    background-color: #25B192;
}

.showcase-books-slider .swiper-slide:nth-child(5n) {
    background-color: #6B60FF;
}

.showcase-books-slider .swiper-slide:nth-child(6n) {
    background-color: #25B192;
}

.showcase-books-slider .swiper-slide:nth-child(7n) {
    background-color: #6B60FF;
}

.showcase-books-slider .swiper-slide:nth-child(8n) {
    background-color: #25B192;
}

.showcase-books-slider .swiper-slide:nth-child(9n) {
    background-color: #6B60FF;
}

.showcase-books-slider .swiper-slide:nth-child(10n) {
    background-color: #25B192;
}

.showcase-books-slider {
    display: none;
}

figure.speaker-2 {
    position: absolute;
    top: 50%;
    left: 10px;
    transition: all linear 1s;
    animation: ball 2s linear infinite alternate;
}

figure.girl-sliping-books {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 240px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.speaker-2 img {
    max-width: 140px;
}

figure.showcase-book video {
    object-fit: cover;
}

.showcase-cards-parent .showcase-card:nth-child(02) .numbers-parents {
    top: unset;
    bottom: -80px;
}

.showcase-cards-parent .showcase-card:nth-child(02) .numbers-parents:before {
    left: 30px;
    top: -97px;
}

.showcase-cards-parent .showcase-card:nth-child(01) .numbers-parents:before {
    left: 40px;
    top: -97px;
    transform: rotate(1deg);
}

.showcase-cards-parent .showcase-card:nth-child(01) .numbers-parents:before {
    transform: rotateX(180deg) translate(0px, -76px);
}

.showcase-cards-parent.left-showcase-parent .showcase-card:nth-child(01) .numbers-parents:before {
    transform: rotateX(180deg) rotateY(180deg) translate(190px, -76px);
}

.showcase-cards-parent.left-showcase-parent .showcase-card:nth-child(02) .numbers-parents:before {
    transform: rotateX(0deg) rotateY(180deg) translate(190px, 4px);
}

/* showcase css  */

/* form css */

.cta-sec {
    background: black;
    height: 350px;
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

figure.cta-girl {
    position: absolute;
    right: 20px;
    bottom: 0;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}


.email-subscribe {
    position: relative;
    z-index: 0;
    width: 80%;
    margin-right: auto;
    margin-top: 2rem;
}

.email-subscribe .custom-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 50px;
}

.email-subscribe input {
    border-radius: 0;
    background: #FFF;
    height: 70px;
    width: 100%;
    border: 0px solid #202B50;
    border-radius: 62px;
    color: #000;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: math-auto;
}

.form-check-input[type=checkbox] {
    height: 16px;
}

/* form css */


/* why choice us css */
ul.list-style {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0;
    width: 100%;
    list-style: none;
    list-style-image: url(../images/list-arrow.webp);
    background-repeat: no-repeat;
    margin-bottom: 16px;
    height: auto;
    overflow-y: auto;
    margin: 1rem 0 0rem;
    list-style-position: inside;
    font-weight: 600;
    color: black;
}

.why-choice-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 233px;
    flex-shrink: 0;
    position: relative;
    z-index: 0;
    gap: 1rem;
}

span.choices-number {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: linear-gradient(-225deg, #5A51D6 0%, #5A51D6 29%, #25B192 50%, #5A51D6 100%);
    border-radius: 220px;
    overflow: hidden;
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 12px;
    top: 12px;
    animation: textclip 10s 
linear infinite;
    background-clip: border-box;
    background-size: 200% auto;
}

.why-choice-card .heading-3 {
    margin: 0;
}

.why-choice-slider {
    height: 510px;
    padding: 10px;
}


.why-choice-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choice-card {
    overflow: hidden;
}

/* why choice us css */


/* team css */
section.our-team {
    background: black;
}

.our-team-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    display: inline-block;
    padding: 14px 14px;
    width: 100%;
    height: 280px;
    margin-top: 10rem;
}

.our-team-card .custom-btn.green-btn {
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.team-details p {
    color: black;
    margin: 0;
}

.team-details .heading-3 {
    margin: 0;
}

.team-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 1.5rem;
}

figure.team-menber-pic {
    width: 80%;
    margin: auto;
    margin-top: -10rem;
}

.our-team-slider {
    height: 450px;
}

/* team css */


/* faqs  */
button.accordion-button {
    border-radius: 5px;
    background: linear-gradient(90deg, #5A51D6 0%, #25B192 67.1%);
}

.accordion-body {
    border-radius: 5px;
    border: 1px solid #6B60FF;
    background: #FFF;
    margin: 12px 0px 12px;
    color: #000;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 157.143% */
    text-transform: capitalize;
}

.accordion-item {
    border: 0;
}

.accordion-item {
    margin: 0 0 12px;
}

button.accordion-button {
    color: #FFF !important;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal;
    text-transform: uppercase;
}

.accordion-button::after {
    background-color: white;
    border-radius: 22px;
    width: 30px;
    height: 30px;
    padding: 15px 15px;
    background-position: center;
}

.accordion-button:not(.collapsed)::after {
    color: black !important;
}

/* faqs  */

/* testimoniasl css */
.swiper-pagination-bullet-active {
    border-radius: 24px;
    background: linear-gradient(90deg, #5A51D6 0%, #25B192 67.1%);
    scale: 2;
}

.review-slider {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.review-section {
    background-image: url('../images/tesi-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.cta-foam .custom-form textarea::placeholder,
.cta-foam .custom-form input::placeholder {
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: math-auto;
}

.custom-form p {
    text-align: center;
    margin: 1.5rem 0 0;
}

/* testimoniasl css */

/* footer css  */

.news-letter {
    text-align: center;
    margin: 3rem 0 3rem;
}

.news-letter-foam {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    grid-template-columns: 22% 22% 22%;
    margin: 2rem 0 0;
}

.news-letter-foam input {
    border-radius: 10px;
    background: linear-gradient(90deg, #6B60FF 0%, #25B192 100%);
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: math-auto;
    width: 100%;
    height: 50px;
    flex-shrink: 0;
    padding: 8px 14px;
    border: 0;
}

.news-letter-foam input::placeholder {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: math-auto;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parent-bottom-footer ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

.parent-bottom-footer ul a {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    font-family: Nunito;
}

a {
    text-decoration: none;
}

.parent-bottom-footer p {
    margin: 0;
    padding: 0;
}

.bottom-footer {
    background: transparent;
    padding: 1rem 0;
}

.news-letter .heading-1-1 {
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: uppercase;
}

.news-letter .custom-btn.green-btn {
    border-radius: 10px;
}

a.navbar-brand img {
    filter: brightness(0) invert(1);
}

.footer-content h6 {
    margin: 0 0 1.5rem;
}

.swiper-pagination-bullet {
    background: grey;
}

.swiper-pagination-bullet-active {
    background: #25B192 !important;
    color: white !important;
    opacity: 1 !important;
}

.loader {
    text-align: center;
}
/* footer css  */

.news-letter-foam label.error {
    display: none !important;
}

.parent-bottom-footer {
    justify-content: space-evenly;
    margin: 0px 0px 20px;
}

.heading-1 .animate-charcter {
    background-image: linear-gradient(-225deg, #25B192 0%, #ffffff 29%, #6B60FF 67%, #25B192 100%);
}