.hero_counter {
    background: url("/../home-assets/img/First-Section-Pattern-bg.png") no-repeat top center/ cover;
}

.counter_title h2 {
    font-size: 16px;
    width: 290px;
    margin: auto;
}

.counters_digits .digits-text {
    font-size: 24px;
}

.steps .content-item-box {
    border-left: 1px solid #eee;
}

.steps .content-item-box:nth-child(1) {
    border-left: 0px solid var(--white);
}

.sp-img-box {
    top: -14px;
    transform: rotate(108deg);
    right: 18em;
}

.sp-img-box img {
    filter: hue-rotate(250deg) saturate(6) contrast(0.6) brightness(0.9);
}

.hero-star-box .rating {
    padding: 2px 10px;
    border: 1px solid #e7f4ff;
}

.reviews-img-box img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #fff;
    margin-right: -13px;
    margin-left: -6px;
    transition: 0.4s all;
}

.reviews-img-box img:hover {
    transform: translateY(-6px);
}

.review-count-box {
    width: 40px;
    height: 40px;
    background: #f2295b;
    border: 2px solid #fff;
}

.rating-final small {
    font-size: 18px;
}


.home-hero-box {
    background: linear-gradient(to right, #d6f2ef, #ffffff, #ffe8eb);
}

.home-head-text span {
    display: inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, var(--theme-primary-color) 0%, var(--theme-secondary-color) 100%);
}

.home-button-top:hover {
    background: var(--theme-primary-color) !important;
    box-shadow: 0 0px 10px 4px rgb(193 193 193 / 80%);
    transform: scale(1.01);
    transition: 0.5s all;
}

.curious-list-new {
    transition: 0.5s all;
    box-shadow: 0px 28px 8px rgba(127, 148, 189, 0), 0px 18px 7px rgba(127, 148, 189, 0.01), 0px 10px 6px rgba(127, 148, 189, 0.05), 0px 5px 5px rgba(127, 148, 189, 0.09), 0px 1px 2px rgba(127, 148, 189, 0.1);
    border: 1px solid var(--theme-border-color);
}

.curious-list-new:hover {
    box-shadow: none;
}

.curious-list-new .text-subs {
    width: 25px;
    height: 25px;
    content: "";
    top: -10px;
    background: var(--heading-text-color);
    transition: 0.5s;
}

.curious-list-new .text-subs span {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}

.app-card__step.icon-an-arrow {
    position: absolute;
    top: 17px;
    right: -26px;
}

.icon-an-arrow svg path {
    animation: tw-fadeInOut 3s cubic-bezier(.165, .84, .44, 1) infinite;
}

@keyframes tw-fadeInOut {
    0%, to {
        opacity: .2
    }
    33.33% {
        opacity: 1
    }
}

.icon-an-arrow svg path {
    animation: tw-fadeInOut 3s cubic-bezier(.165, .84, .44, 1) infinite
}

.icon-an-arrow svg #path2 {
    animation-delay: .5s
}

.icon-an-arrow svg #path3 {
    animation-delay: 1s
}


.why-is-box-new {
    box-shadow: 0px 28px 8px rgba(127, 148, 189, 0), 0px 18px 7px rgba(127, 148, 189, 0.01), 0px 10px 6px rgba(127, 148, 189, 0.05), 0px 5px 5px rgba(127, 148, 189, 0.09), 0px 1px 2px rgba(127, 148, 189, 0.1);
    border: 1px solid #d3d8e080;
    transition: 0.5s all;
}

.why-is-box-new:hover {
    box-shadow: none;
}

.why-is-box-new .why-is-box-icon-div-new {
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.why-is-box-new:hover .why-is-box-icon-div-new {
    transform: scale(-1) rotate(180deg);
}

.various-text-box {
    background: #0a2540;
    /* box-shadow: 0 0 20px rgb(230 232 253); */
    border-radius: 10px;
    padding: 0px;
    text-align: left;
    margin: 10px 0;
    position: relative;
    transition: 0.2s;
    width: 100%;
    border: 1px solid #0a2540;
}

.picks-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -10px;
    left: -10px;
    border: 1px solid var(--theme-border-color);
}

.various-text-box.var-one {
    background: linear-gradient(to bottom, #FFA68D 0%, #FD3A84 100%) !important;
    border-color: #FD3A84;
}

.various-text-box.var-one:hover {
    border-color: #FD3A84;
}

.various-text-box.var-one:hover::before {
    background: linear-gradient(to bottom, #FFA68D 0%, #FD3A84 100%) !important;;
}

.various-text-box.var-one:hover .six-picks-icon-svg i {
    color: #E24841 !important;
}

.various-text-box.var-two {
    background: linear-gradient(to bottom, #00C0FF 0%, #5558FF 100%) !important;
    border-color: #5558FF;
}

.various-text-box.var-two:hover {
    border-color: #00C0FF;
}

.various-text-box.var-two:hover::before {
    background: linear-gradient(to bottom, #00C0FF 0%, #5558FF 100%) !important;
}

.various-text-box.var-two:hover .six-picks-icon-svg i {
    color: #3D99F5 !important;
}


.various-text-box.var-tree {
    background: linear-gradient(to bottom, #56AB2F 0%, #A8E063 150%) !important;
    border-color: #56AB2F;
}

.various-text-box.var-tree:hover {
    border-color: #56AB2F;
}

.various-text-box.var-tree:hover::before {
    background: linear-gradient(to bottom, #56AB2F 0%, #A8E063 150%) !important;
}

.various-text-box.var-tree:hover .six-picks-icon-svg i {
    color: #FF7919 !important;
}


.various-text-box.var-four {
    background: linear-gradient(to bottom, #FF81FF 0%, #A93AFF 100%) !important;
    border-color: #A93AFF;
}

.various-text-box.var-four:hover {
    border-color: #A93AFF;
}

.various-text-box.var-four:hover::before {
    background: linear-gradient(to bottom, #FF81FF 0%, #A93AFF 100%) !important;;
}

.various-text-box.var-four:hover .six-picks-icon-svg i {
    color: #624BD8 !important;
}

.various-text-box.var-five {
    background: linear-gradient(to bottom, #6FE7DD 0%, #3490DE 100%) !important;
    border-color: #3490DE;
}

.various-text-box.var-five:hover {
    border-color: #3490DE;
}

.various-text-box.var-five:hover::before {
    background: linear-gradient(to bottom, #6FE7DD 0%, #3490DE 100%) !important;
}

.various-text-box.var-five:hover .six-picks-icon-svg i {
    color: #10D0D5 !important;
}

.various-text-box.var-six {
    background: linear-gradient(to bottom, #FF416C 0%, #FF4B2B 100%) !important;
    border-color: #db3619;
}

.various-text-box.var-six:hover {
    border-color: #db3619;
}

.various-text-box.var-six:hover::before {
    background: linear-gradient(to bottom, #FF416C 0%, #FF4B2B 100%) !important;
}

.various-text-box.var-six:hover .six-picks-icon-svg i {
    color: #FF5975 !important;
}

.various-text-box.var-seven {
    background: linear-gradient(to bottom, #FF8008 0%, #FFC837 150%) !important;
    border-color: #FF8008;
}

.various-text-box.var-seven:hover {
    border-color: #FF8008;
}

.various-text-box.var-seven:hover::before {
    background: linear-gradient(to bottom, #FF8008 0%, #FFC837 150%) !important;
}

.various-text-box.var-seven:hover .six-picks-icon-svg i {
    color: #E2C740 !important;
}


.various-text-box.var-eight {
    background: linear-gradient(to bottom, #136A8A 0%, #267871 100%) !important;
    border-color: #136A8A;
}

.various-text-box.var-eight:hover {
    border-color: #136A8A;
}

.various-text-box.var-eight:hover::before {
    background: linear-gradient(to bottom, #136A8A 0%, #267871 100%) !important;
}

.various-text-box.var-eight:hover .six-picks-icon-svg i {
    color: #E2C740 !important;
}

.various-text-box.var-nine {
    background: linear-gradient(to bottom, #1488CC 0%, #2B32B2 100%) !important;
    border-color: #2B32B2;
}

.various-text-box.var-nine:hover {
    border-color: #2B32B2;
}

.various-text-box.var-nine:hover::before {
    background: linear-gradient(to bottom, #1488CC 0%, #2B32B2 100%) !important;
}

.various-text-box.var-nine:hover .six-picks-icon-svg i {
    color: #E2C740 !important;
}

.various-text-box a {
    display: block;
    padding: 15px;
}

.various-text-box a i, .various-text-box h3.picks-title, .various-text-box a p {
    color: var(--white) !important;
}

.various-text-box h3.picks-title {
    font-size: 17px;
    margin-top: 12px;
    line-height: 22px;
}

.various-text-box:hover {
    /*border: 2px solid var(--theme-primary-color);*/
    background: var(--white);
}


.various-text-box:hover::before {
    visibility: visible;
}

.various-text-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px;
    left: 0px;
    box-shadow: 0px 5px 20px 0px rgb(164 155 221 / 15%);
    margin: auto;
    border-radius: 32px;
    z-index: -1;
    transition: 0.2s;
    opacity: 0.5;
    background: transparent;
    transform: rotate(8deg);
    visibility: hidden;
}


.various-text-box:hover .six-picks-icon-svg svg {
    animation: 1s hithere;
}

@keyframes hithere {
    30% {
        transform: scale(1.2)
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1.2)
    }

    50% {
        transform: rotate(20deg) scale(1.2)
    }

    70% {
        transform: rotate(0) scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.various-text-box:hover.various-text-box:after {
    transform: rotateZ(140deg);
    transition: 0.5s all;
}

.various-text-box .button-hover-arrow svg {
    cursor: pointer;
    overflow: visible;
}

.various-text-box .button-hover-arrow svg polygon,
.various-text-box .button-hover-arrow svg path {
    transition: all 0.5s ease-in-out;
    fill: white;
}

.various-text-box .button-hover-arrow svg:hover polygon,
.various-text-box .button-hover-arrow svg:hover path {
    transition: all 1s ease-in-out;
    fill: white;
}

.various-text-box:hover .button-hover-arrow svg .arrow {
    animation: arrow-anim 2s ease-in-out infinite;
}

.various-text-box:hover .button-hover-arrow svg .arrow-fixed {
    animation: arrow-fixed-anim 2s ease-in-out infinite;
}

@keyframes arrow-anim {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    5% {
        transform: translateX(-0.1rem);
    }
    100% {
        transform: translateX(1rem);
        opacity: 0;
    }
}

@keyframes arrow-fixed-anim {
    5% {
        opacity: 0;
    }
    20% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

/**/

.changer-tabs-list .nav-link {
    color: var(--heading-text-color);
    width: 135px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    transition: 0s;
    margin-right: 10px;
    box-shadow: 0px 28px 8px rgba(127, 148, 189, 0), 0px 18px 7px rgba(127, 148, 189, 0.01), 0px 10px 6px rgba(127, 148, 189, 0.05), 0px 5px 5px rgba(127, 148, 189, 0.09), 0px 1px 2px rgba(127, 148, 189, 0.1);
    border: 1px solid var(--theme-border-color) !important;

}

.changer-tabs-list .nav-link:hover {
    background: rgb(146 19 242 / 12%);
    box-shadow: none;
}

.changer-tabs-list .nav-link.active {
    transition: 0.3s;
    background: linear-gradient(to right, var(--theme-primary-color) 0%, var(--theme-secondary-color) 150%) !important;
    color: var(--white) !important;
    box-shadow: none;
    border: none !important;
}

.changer-tabs-list .nav-link.active:hover {
    background: rgb(146 19 242 / 12%);
    box-shadow: none;
    color: var(--heading-text-color);
}


.facilitate-list {
    background: #e5f3ff;
    border: 1px solid var(--theme-border-color);
}

.setup-item {
    border: 1px solid var(--theme-border-color);
}

.facilitate-list .se-icons {
    left: -100px;
    z-index: 0;
}

.facilitate-list .setup-item.two {
    background: linear-gradient(to bottom, #FF81FF 0%, #A93AFF 100%) !important;
    border: none;
}

.nothing-item.one {
    background: linear-gradient(to bottom, #56AB2F 0%, #A8E063 150%) !important;
}

.nothing-item.two {
    background: linear-gradient(to bottom, #6FE7DD 0%, #3490DE 100%) !important;
}

.nothing-item.three {
    background: linear-gradient(to bottom, #FFA68D 0%, #FD3A84 100%) !important;
}

.nothing-inner-item h3 {
    font-size: 17px;
}

.nothing-inner-item {
    padding-bottom: 35px !important;
    transition: 0.5s all;
}

.nothing-inner-btn a {
    padding: 5px 20px;
}

.nothing-inner-btn {
    bottom: -12px;
}

.nothing-inner-btn a {
    transition: opacity 0.3s, transform 0.1s;
}

.nothing-inner-btn a:hover {
    transform: scale(0.95);
}

.nothing-item:hover .no-icons {
    transform: rotateX(90deg);
    transition: 0.5s all;
}

.nothing-item:hover .just-free p {
    opacity: 1;
    transition: 0.5s all;
}

.nothing-inner-btn.one a {
    background: linear-gradient(to bottom, #56AB2F 0%, #A8E063 150%) !important;
}

.nothing-inner-btn.two a {
    background: linear-gradient(to bottom, #6FE7DD 0%, #3490DE 100%) !important;
}

.nothing-inner-btn.three a {

    background: linear-gradient(to bottom, #FFA68D 0%, #FD3A84 100%) !important;
}

.just-free p {
    text-transform: uppercase;
    font-size: 90px;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 0;
    top: 70px;
    font-weight: 800;
    letter-spacing: 5px;
    opacity: 0.2;
    user-select: none;
    margin: auto;
    z-index: 0;
}


.cta-two-bg-box {
    background: #cdf9fe;
    z-index: 99;
    transition: 0.3s;
    position: relative;
}

.cta-two-bg-box:before {
    background-image: url(/../home-assets/img/Group-10241-1.png);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px;
    z-index: -2;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.ctn-one-btn {
    background: var(--white);
    position: relative;
    overflow: hidden;
    color: var(--theme-primary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    border: 2px solid transparent;
    padding: 11.5px 20px;
    height: auto;
    box-shadow: 0 6px 27px 14px rgba(0, 0, 0, .12);
    z-index: 4;
}

.ctn-one-btn.ctn-two-btn {
    background: var(--theme-secondary-color);
    color: var(--white);
}

.ctn-one-btn .btn-circle {
    position: absolute;
    width: 33.3334%;
    padding-bottom: 33.3334%;
    background-color: #fff;
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    transform: translateY(150%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
    left: -moz-calc((var(--n) - 1) * 33.3334%);
    left: calc((var(--n) - 1) * 33.3334%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: calc((var(--n) - 1) * .1s);
    -moz-transition-delay: -moz-calc((var(--n) - 1) * .1s);
    transition-delay: calc((var(--n) - 1) * .1s);
    z-index: 1;
}

.ctn-one-btn .btn-circle:first-child {
    --n: 1;
}

.btn .btn-circle:nth-child(2) {
    --n: 2;
}

.btn .btn-circle:nth-child(3) {
    --n: 3;
}

.ctn-one-btn:hover .btn-circle {
    -webkit-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    transform: translateY(0) scale(2);
    z-index: -3;
}

.ctn-one-btn:hover {
    color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
}

/**/
.expanding-flex-cards > .expanding-flex-cards-item {
    height: 310px;
    width: 50px;
    box-shadow: 0px 28px 8px rgba(127, 148, 189, 0), 0px 18px 7px rgba(127, 148, 189, 0.01), 0px 10px 6px rgba(127, 148, 189, 0.05), 0px 5px 5px rgba(127, 148, 189, 0.09), 0px 1px 2px rgba(127, 148, 189, 0.1);
    transition: all .3s ease;
}

.expanding-flex-cards-item.one {
    background: linear-gradient(to bottom, #FF81FF 0%, #A93AFF 100%) !important;
}

.expanding-flex-cards-item.two {
    background: linear-gradient(to bottom, #00C0FF 0%, #5558FF 100%) !important;
}

.expanding-flex-cards-item.three {
    background: linear-gradient(to bottom, #FF8008 0%, #FFC837 150%) !important;
}

.expanding-flex-cards-item.four {
    background: linear-gradient(to bottom, #FF416C 0%, #FF4B2B 100%) !important;
}

.expanding-flex-cards-item.five {
    background: linear-gradient(to bottom, #136A8A 0%, #267871 100%) !important;
}

.expanding-flex-cards-item.six {
    background: linear-gradient(to right, var(--theme-primary-color) 0%, var(--theme-secondary-color) 150%) !important
}

.expanding-flex-cards > .expanding-flex-cards-item.active {
    width: 700px;
}

.expanding-flex-cards > .expanding-flex-cards-item:not(.active) {
    cursor: pointer;
}

.expanding-flex-cards > .expanding-flex-cards-item:hover:not(.active) {
    transform: scale(1.05);
}

.expanding-flex-cards > .expanding-flex-cards-item > .expanding-flex-cards-item-footer {
    bottom: 15px;
    left: 20px;
    z-index: 1;
    transition: all .3s ease;
}

.expanding-flex-cards > .expanding-flex-cards-item:not(.active) > .expanding-flex-cards-item-footer {
    bottom: 12px;
    left: calc(50% - 15px);
    max-height: calc(25%);
    overflow: hidden;
}

.expanding-flex-cards > .expanding-flex-cards-item > .expanding-flex-cards-item-footer > .expanding-flex-cards-icon {
    width: 25px;
    height: 25px;
    color: var(--heading-text-color);
    font-weight: bolder;
    transition: all .3s ease;
    margin-left: 2px;
}

.expanding-flex-cards > .expanding-flex-cards-item > .expanding-flex-cards-icon-file {
    width: 30px;
    height: 30px;
    top: 10px;
    transition: 0.5s all;
}

.expanding-flex-cards > .expanding-flex-cards-item.active .expanding-flex-cards-icon-file {
    top: 40px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 0px 7px transparent, 0px 0px 0px 4px #cdcdcdad;
    border: 4px solid #dfdede;
}

.expanding-flex-cards > .expanding-flex-cards-item > .expanding-flex-cards-item-footer > .expanding-flex-cards-title {
    display: none;
    transition: all .3s ease;
}

.expanding-flex-cards > .expanding-flex-cards-item.active > .expanding-flex-cards-item-footer > .expanding-flex-cards-title {
    display: block;
}

.expanding-flex-cards > .expanding-flex-cards-item > .expanding-flex-cards-item-body {
    display: none;
    width: calc(100% - 34px);
    height: calc(75% - 20px);
    overflow: auto;
    align-items: center;
    justify-content: center;
}

.expanding-flex-cards > .expanding-flex-cards-item > .expanding-flex-cards-item-body p {
    font-size: 16px;
}

.expanding-flex-cards > .expanding-flex-cards-item.active > .expanding-flex-cards-item-body {
    display: flex;
    transform: scale(0);
    animation: expanding-flex-cards-item-body-reveal .8s ease forwards;
}

@keyframes expanding-flex-cards-item-body-reveal {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


@media (max-width: 991px) {
    .various-text-box a {
        padding: 6px;
    }

    .various-text-box h3.picks-title {
        margin-top: 10px;
    }

    .changer-tabs-list .nav-tabs {
        display: flex;
        justify-content: center;
    }

    .changer-tabs-list .nav-link {
        color: var(--heading-text-color);
        width: 104px;
        padding: 8px !important;
        margin: 10px 4px;
        font-size: 12px;
    }

    .changer-tabs-list .nav-link span svg {
        width: 45px;
        height: 35px;
    }

    .changer-tabs-cont-box {
        text-align: center;
    }

    .facilitate-list .se-icons {
        z-index: 0;
        left: -39px;
        bottom: -18px;
        top: inherit !important;
    }

    .unli-ch-img.text-lg-start svg {
        width: 340px;
    }
}


/*as seen on content*/
.seen-on-heading-box h2 {
    font-size: 15px;
}

.client-carousel-track {
    animation: clientCarouselScroll 75s linear infinite;
    width: max-content;
}

.client-logo-item {
    flex: 0 0 auto;
    margin: 0 10px; /* space between logos */
}

.client-logo-item img {
    width: 150px;
    filter: grayscale(1);
}

.client-logo-item img:hover {
    filter: grayscale(0);
}

/* DUPLICATE logos in CSS using ::after */
.client-carousel-track::after {
    content: '';
    display: flex;
}

.client-carousel-track::after {
    content: '';
    display: flex;
}

@keyframes clientCarouselScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
