body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

* {
    font-family: "Poppins", sans-serif !important;
}

button {
    outline: 0 !important;
    border: none !important;
}

a {
    text-decoration: none !important;
}

ul li {
    list-style: none;
}

.p-18 {
    padding: 18px;
}

.pb-11 {
    padding-bottom: 11px !important;
}

.mt-50 {
    margin-top: 50px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-24 {
    margin-right: 24px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pr-12 {
    padding-right: 12px;
}

.pl-12 {
    padding-left: 12px !important;
}

/* Loader CSS */
/* Loader CSS */
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, transparent 40%, #7D54D4);
    animation: animate 2s linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: #fff;
    border-radius: 50%;
    z-index: 1000;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    background: linar-gradient(45deg, transparent, transparent 40%, #7D54D4);
    border-radius: 50%;
    z-index: 1000;
    z-index: blur(10px);
}

.perloader {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1050;
}

/* End Loader CSS */

/* Start Header css  */
header {
    background-color: #FFFFFF !important;
    /* height: 48px; */
}

ul {
    margin-bottom: 0 !important;
}

.header-border-bottom {
    border-bottom: 2px solid #ECEAF1 !important;
    padding: 3px 0;
}

.bg-white {
    background-color: #fff;
}

.nav-links {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-links li a {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: #9E98AE;
}

.nav-links li a.active {
    color: #3F394E;
    font-weight: 600;
}

.nav-links li a:focus,
.nav-links li a:hover {
    color: #3F394E;
}

.nav-links li a:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 2px;
    width: 0%;
    background: #7E54D4;
    border-radius: 0;
    margin-top: 18px;
    transition: all 0.4s ease;
}

.nav-links li a.active:before,
.nav-links li a:hover:before {
    width: 95%;
}

.navbar-brand {
    margin-right: 6px !important;
}

.nav-link {
    padding: 0 25px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #9E98AE !important;
    text-transform: uppercase;
}

.nav-link.active {
    font-weight: 600 !important;
    color: #7E54D4 !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #7E54D4 !important;
}

.header-btn {
    border-radius: 40px;
    padding: 13px 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEFEFF;
    width: 136px;
    cursor: pointer;
}

.login {
    background: linear-gradient(98.81deg, #A77EFD -0.82%, #7D54D4 101.53%);
    box-shadow: 11px 28px 50px 0px #57369E26;
}

.signup {
    color: #7E54D4;
    background: #F2ECFF;
}

.bg-body-tertiary {
    background-color: #fff !important;
}

.navbar-toggler-icon {
    background-image: url(../images/Sort.webp) !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-brand {
    padding: 0;
}

.header-button {
    display: flex;
    justify-content: end;
    margin: 5px 0;
}

.navbar-collapse {
    justify-content: end;
}

/* End Header css  */

/* Start footer css */
footer {
    background: #FCFBFF;
    border-top: 1px solid #ECEAF1;
    padding: 70px 0 0 0;
}

.footer-area .footer-title {
    padding-right: 28px;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #8370A0;
    padding-top: 8.6px;
    margin-bottom: 0 !important;
}

footer .social-icons {
    padding-top: 20px;
}

footer .social-icons a img {
    padding: 0 13px 0 0;
}

footer .social-icons a {
    padding-bottom: 0 !important;
}


footer .footer-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #4A326F;
    padding-bottom: 39px;
}

footer a {
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #665286;
    display: block;
}

footer a:hover {
    color: #7E54D4;
}

footer a:last-child {
    padding-bottom: 0;
}

.copy-right {
    border-top: 1px solid #ECEAF1;
    background: #FFFFFF;
    margin-top: 50px;
}

.copy-right-area {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
}

.copy-right-area .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    color: #9E98AE;
}

.copy-right-area .input-text {
    border: 1px solid #ECEAF1;
    border-radius: 5px;
    padding: 21px 54px 21px 12px;
    height: 55px;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #A6A1B2;
    width: 361px;
    outline: 0 !important;
    background-color: #F8F4FF;
}

.copy-right-area .set-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* End footer css */

/* Start welcome section css */
.welcome-area {
    background: url(../images/welcome-bg.webp);
    background-size: cover;
    padding-top: 120px;
}

.welcome-area h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 105px;
    color: #4A326F;
    margin-bottom: 25px;
}

.welcome-area h1 span {
    font-weight: 700;
    color: #7E54D4;
}

.welcome-area p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 60px;
    color: #665286;
}

.welcome-area .become-partner {
    background: linear-gradient(98.81deg, #A77EFD -0.82%, #7D54D4 101.53%);
    box-shadow: 11px 28px 50px 0px #57369E26;
    border-radius: 15px;
    padding: 20px 46px;
    height: 65px;
    font-size: 17px;
    font-weight: 600;
    line-height: 25.5px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #FEFEFF;
}

.welcome-area .card {
    border-radius: 16px;
    padding: 20px 0;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 0 !important;
    box-shadow: 40px 28px 80px 0px #00000014;

}

.welcome-area .card .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #383256;
    margin-bottom: 10px;
}

.video-img {
    /* background: #FFFFFF; */
    box-shadow: -16px 16px 100px 0px #BEACF501;
    background: #7E54D40D;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
}

.btn-close:focus {
    box-shadow: none !important;
}

.btn-close {
    background-image: none;
    color: #FFF;
    width: 0 !important;
    font-size: 24px;
}

.btn-close:hover {
    color: #fff !important;
}

.ripple {
    position: absolute;
    left: 44.5%;
    top: 39%;
    cursor: pointer;
}

.ripple::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.ripple::before {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.ripple::before,
.ripple::after {
    -webkit-animation: ripple 1.8s infinite;
    -moz-animation: ripple 1.8s infinite;
    -o-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    background-color: #ffffff57;
    border-radius: 100%;
    margin: -20px;
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modal-body {
    border-radius: 0;
    background-color: transparent;
}

.modal-header {
    border-radius: 0;
    background-color: transparent;
}

/* End welcome section css */

/* Start client testimonials CSS */
.client-testi {
    background-color: #FAFAFA;
    padding: 100px 0px;
}

.testi-title h5 {
    color: #3F394E;
    font-size: 46px;
    font-weight: 600;
    line-height: 69px;
    margin-bottom: 10px;
    text-align: center;
}

.testi-title p {
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.testi-box {
    max-width: 864px;
    width: 100%;
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 20px 60px 0px rgba(46, 33, 61, 0.08);
}

.item-info {
    display: flex;
    align-items: flex-start;
}

.test-info {
    margin-left: 50px;
}

.test-img img {
    box-shadow: -20px 20px 0px 0px #D9D9D9;
}

.test-line {
    border: 1px solid #4848484d;
    max-width: 230px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

.test-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
}

.test-info h3 {
    color: #484848;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

/* End client testimonials CSS */

/* Start brand section css */
.brand-area {
    padding-top: 100px;
}

.brand-area h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    color: #4A326F;
    margin-bottom: 50px;
}

.brand-area h3 span {
    font-weight: 700;
    color: #7E54D4;
}

.brand_logos {
    padding-top: 20px;
}

.brand_logos img {
    cursor: pointer;
    /* width: 150px !important; */
    filter: grayscale(1);
    margin: 0 auto;
    transition: .4s all;
}

.brand-area .owl-dots {
    display: none;
}

.brand_logos img:hover {
    filter: grayscale(0);
}

/* End brand section css */

/* benefits section css */
.benefits-area {
    padding-top: 150px;
}

.benefits-area h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 75px;
    color: #4A326F;
    margin-bottom: 120px;
    text-align: center;
}

.benefits-area h2 span {
    color: #7E54D4;
}

.benefits-area .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 1px #E5D9FF82;
    border-radius: 20px;
    padding: 61px 30px 10px 30px;
    height: 100%;
    border-width: 0;
    width: 100%;
}

.benefits-area .card .card-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    color: #553793;
    padding-bottom: 15px;
}

.benefits-area .card .card-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: center;
    color: #4A326F;
}

.benefits-area .card-img {
    background: #FFFFFF;
    box-shadow: 0px 0px 17px 0px #EDE4FF;
    border: 1px solid #EFE8FF;
    padding: 26px;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

/* End benefits section css */

/* Start Counter section css */
.counter-area {
    padding: 150px 0 0 0;
}

.counter-area .counter-card .counter-heading {
    font-size: 90px;
    font-weight: 600;
    line-height: 135px;
    text-align: center;
    color: #7E54D4;
    margin-bottom: 20px;
    text-shadow: 7px 7px 0 #7e54d433;
}

.counter-area .counter-card .counter-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #4A326F;
}

/* End Counter section css*/

/* Start Service section css */
.service-area {
    padding: 150px 0 0 0;
}

.service-area h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #4A326F;
    margin-bottom: 20px;
}

.service-area h3 span {
    color: #7E54D4;
}

.service-area p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #665286;
    margin-bottom: 111px;
}

.service-area .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-area .service-card img {
    margin-bottom: 35px;
    height: 174px;
    justify-content: center;
    display: flex;
    width: 100%;
    max-width: 155px;
}

.service-area .service-card .service-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #4B3B63;
    margin-bottom: 20px;
}

.service-button {
    border: 1px solid #7D54D4;
    background: #FFFFFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #7E54D4;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* End Service section css */

/*  Start manage section css  */
.manage-area {
    display: grid;
    background: rgba(250, 250, 252, 1);
    /* background-color: #000; */
    margin: 100px 0px;
    padding: 20px 0 0 0;
}

.manage-area .manage-order {
    background: linear-gradient(98.81deg, #A77EFD -0.82%, #7D54D4 101.53%);
    border-radius: 50px;
    padding: 130px 40px;
}

.manage-area .manage-heading {
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
    color: #FFFFFF;
    padding-bottom: 36px;
}

.manage-area .manage-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    color: #F4EDFF;
}

.manage-area .manage-img {
    position: absolute;
    right: 0px;
    padding-right: 0;
    z-index: 2;
    display: flex;
    justify-content: end;
}

/*  End manage section css  */

/* start Insurance section css */
.insurance-area .insurance-heading {
    padding-bottom: 30px;
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
    color: #4A326F;
}

.insurance-area .insurance-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 30px;
    color: #665286;
}

.insurance-area .insurance-sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8370A0;
    padding-bottom: 30px;
}

.insurance-area .arrow-insurance {
    position: absolute;
    justify-content: center;
    display: flex;
    top: 300px;
    animation: moveImage 5s linear infinite;
}

/* premium service CSS */
.premium-service {
    padding: 100px 0px 0 0;
    background: #F7F3FF;
    position: relative;
}

.premium-title h3 {
    font-size: 38px;
    font-weight: 600;
    line-height: 54px;
    color: #383256;
}

.premium-title span {
    color: #7E54D4;
}

.premium-title p {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
}

.premium-box {
    background-color: #fff;
    padding: 30px 25px;
    box-shadow: 7px 7px 80px 0px #471AAC40;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.pre-img {
    width: 105px;
    height: 105px;
    background: linear-gradient(98.81deg, #A77EFD -0.82%, #7D54D4 101.53%);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 14px 2px #A77EFDA1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.pre-des {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #604F88;
}

.premium-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width: 100%;
    opacity: 0.2;
}

.premium-bg img {
    width: 100%;
}

.per-ser-img {
    height: 500px;
    bottom: -100px;
}

.per-ser-img img {
    height: 100%;
}

/* End premium service CSS */

/* FAQ CSS */
.faq {
    padding: 50px 0px;
}

.faq-title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #4A326F;
    margin-bottom: 50px;
}

.accordion-item {
    margin-bottom: 20px;
    border: none !important;
    border-bottom: 1px solid #CBC8D0 !important;
    border-radius: none !important;
}

.accordion-button {
    padding: 25px 10px !important;
    font-weight: 500;
    line-height: 28px;
    font-size: 18px !important;
    color: #3F394E !important;
    border-radius: 0 !important;
    border-color: #CBC8D0 !important;
}

.accordion-button:focus {
    outline: none;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #7E54D4 !important;
}

.accordion-body {
    border: none !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 10px 10px 10px !important;
    color: #6F6C90;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion {
    --bs-accordion-btn-icon: url(../images/plus.webp) !important;
    --bs-accordion-btn-active-icon: url(../images/minus.webp) !important;
    --bs-accordion-btn-icon-width: 15.58px !important;
    --bs-border-radius: 0 !important;
    --bs-accordion-border-width: 0 !important
}

.blackBack {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000080;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 9;
}


/* ------------------------------------ Client review */
/*Slider Classes*/
/* Second slider */
.no-scroll {
    overflow: hidden;
}


.carousel-item .car-img {
    width: 96.07px;
    height: 96.07px;
    box-shadow: -8px 8px 0px 0px #D9D9D9;
    /* #D9D9D9 */
}

.carousel-item-body {
    box-shadow: 0px 7.94px 23.82px 0px #2E213D14;
    background: #FFFFFF;
    padding: 27px 25px;
    display: flex !important;
    border-radius: 3.97px;
}

.carousel-item .paragraph {
    font-size: 13px;
    font-weight: 400;
    line-height: 14.53px;
    color: #484848;
    margin-bottom: 5px;
}

.carousel-item .test-start .car-img {
    width: 7.54px;
    height: 7.54px;
}

.carousel-item .test-line {
    margin: 7px 0 !important;
}

.carousel-item h3 {
    font-size: 12.7px;
    font-weight: 600;
    line-height: 19.06px;
    color: #484848;
    margin-bottom: 2px;
}

.carousel-item .client-specific {
    font-size: 8.35px;
    font-weight: 400;
    line-height: 12.53px;
    margin-bottom: 0;
    color: #484848;
}

.carousel-item .test-info1 {
    margin-left: 15px;
}


.client-container {
    display: block;
}

.client-second-carousel {
    display: none;
}

/* First Slider */
.cascade-slider_container {
    position: relative;
    width: 100%;
    margin: 100px auto;
    padding-top: 150px;
}

.cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
}

.cascade-slider_item.next {
    width: 65%;
    left: 50%;
    transform: translateY(-50%) translateX(-100%) scale(0.8);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.prev {
    width: 65%;
    left: 50%;
    transform: translateY(-50%) translateX(0%) scale(0.8);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.now {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 2;
}

.cascade-slider_arrow {
    display: inline-block;
    position: relative;
    top: 145px;
    cursor: pointer;
    z-index: 2;
}

/* .cascade-slider_arrow-left img {
    height: 40px;
    left: 40px;
} */

/* .cascade-slider_arrow-right img {
    height: 40px;
    left: 40px;
} */

.cascade-slider_nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.cascade-slider_dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #4196EF;
    margin: 3px;
    transition: all 0.5s;
    background: none;
    list-style: none;
    cursor: pointer;
    border-radius: 50px;
}

.cascade-slider_dot:hover {
    background: #2c8fab;
}

.cascade-slider_dot.cur {
    background: #2c8fab;
    width: 17px;
    height: 17px;

}

@media (max-width: 1024px) {
    .cascade-slider_item.now {
        width: 85%;
    }

    .cascade-slider_item.next {
        width: 76%;
        left: 56%;
        transform: translateY(-50%) translateX(-90%) scale(0.8);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        width: 76%;
        left: 44%;
        transform: translateY(-50%) translateX(-10%) scale(0.8);
        opacity: 1;
        z-index: 1;
    }

}


@media (min-width: 460px) and (max-width: 680px) {
    .cascade-slider_item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.3);
        transition: all 1s ease;
        opacity: 0;
        z-index: -1;
        text-align: center;
    }

    .cascade-slider_item.next {
        width: 70%;
        left: 50%;
        transform: translateY(-50%) translateX(-90%) scale(0.4);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        left: 53%;
        transform: translateY(-50%) translateX(-10%) scale(0.4);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.now {

        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.6);
        opacity: 1;
        z-index: 5;
    }

    .cascade-slider_arrow-left img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_arrow-right img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_nav {
        display: none;
    }

    .cascade-slider_arrow {
        top: 100px;
    }
}

@media (max-width: 460px) {
    .cascade-slider_item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.3);
        transition: all 2.5s ease;
        opacity: 0;
        z-index: -1;
        text-align: center;
    }

    .cascade-slider_item.next {
        left: 41%;
        transform: translateY(-50%) translateX(-80%) scale(0.4);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        left: 58%;
        transform: translateY(-50%) translateX(-20%) scale(0.4);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.now {
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.6);
        opacity: 1;
        z-index: 5;
    }

    .cascade-slider_arrow-left img {
        height: 60px;
        left: 30px;
    }

    .cascade-slider_arrow-right img {
        height: 60px;
        left: 30px;
    }

    .cascade-slider_nav {
        display: none;
    }

}

.test-info {
    text-align: left;
}


.testi-box {
    max-width: 864px;
    width: 100%;
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 20px 60px 0px rgba(46, 33, 61, 0.08);
    margin: 20px auto;
}

@media (max-width: 1024px) {
    .testi-box {
        padding: 40px;
        max-width: 90%;
    }
}


@media (max-width: 480px) {
    .testi-box {
        padding: 20px;
        max-width: 100%;
        box-shadow: 0px 10px 30px 0px rgba(46, 33, 61, 0.1);
    }

    .manage-area .pt-70 {
        padding-top: 0px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 20% !important;
    }

    .text-content {
        font-size: 25px !important;
        padding-bottom: 15px !important
    }

    .manage-area {
        padding: 16px 0 0 0;
    }
}

@media (max-width: 320px) {
    .testi-box {
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0px 5px 15px 0px rgba(46, 33, 61, 0.1);
    }
}


@media (max-width: 1024px) {
    .test-info {
        margin-left: 40px;
        /* Adjust margin for tablets and large screens */
    }
}

@media (max-width: 768px) {
    .test-info {
        margin-left: 30px;
        /* Further reduce margin for medium screens */
    }

    .what-moda .moda-text {
        padding-top: 35px;
    }
}

@media (max-width: 480px) {
    .test-info {
        margin-left: 20px;
        /* Reduce margin for small screens */
    }

    .nav-links {
        padding-left: 15px;
        padding-right: 15px;
    }

    .store_btn {
        margin-bottom: 10px !important;
    }

}

@media (max-width: 320px) {
    .test-info {
        margin-left: 10px;
        /* Minimal margin for very small screens */
    }
}


@media (max-width: 1024px) {
    .test-line {
        max-width: 200px;
        /* Adjust max-width for tablets and large screens */
        margin-top: 25px;
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .test-line {
        max-width: 180px;
        /* Further reduce max-width for medium screens */
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .cascade-slider_item.next {
        opacity: 0;
    }

    .cascade-slider_item.prev {
        opacity: 0;
    }

    .testi-box {
        max-width: 100%;
        padding: 15px 10px;
    }

    .item-info {
        display: flex;
        align-items: flex-start;
    }

    .cascade-slider_item.now {
        /* width: 100%; */
        transform: translateY(-50%) translateX(-50%) scale(1);
    }
}

@media (max-width: 480px) {
    .test-line {
        max-width: 150px;
        /* Reduce max-width for small screens */
        margin-top: 15px;
        margin-bottom: 8px;
    }
}

@media (max-width: 320px) {
    .test-line {
        max-width: 120px;
        /* Minimal max-width for very small screens */
        margin-top: 10px;
        margin-bottom: 5px;
    }
}


/* 
@media (max-width: 1024px) {
    .cascade-slider_arrow {
        top: 160px;
    }
}

@media (max-width: 768px) {
    .cascade-slider_arrow {
        top: 150px;
    }
} */

@media (max-width: 480px) {
    .cascade-slider_arrow {
        top: 95px;
        /* Reduce top position for small screens */
    }
}

@media (max-width: 320px) {
    .cascade-slider_arrow {
        top: 80px;
        /* Minimal top position for very small screens */
    }
}


@keyframes moveImage {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(5%) scale(1);
        opacity: 0.8;
    }
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



/* Shoppers css */

/* .modal {
    --bs-modal-width: 1400px !important;
} */
.text-content {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: #7E54D4;
    padding-bottom: 56px;
    text-transform: uppercase;
}

/* 
iframe {
    width: 100%;
    height:100%;
} */

.welcome-area .shop-text {
    font-size: 68px;
}

.store_btn {
    margin-bottom: 50px;
}

.store_btn img {
    width: 210px;
}

.what-moda {
    padding-top: 100px;
}

.what-moda .moda-text {
    font-size: 45px;
    font-weight: 600;
    line-height: 75px;
    color: #4A326F;
    margin-bottom: 5px;
}

.what-moda .moda-text span {
    color: #7E54D4;
}

.what-moda p {
    color: #665286;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.moda-step-1 {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.step-info {
    margin-left: 20px;
}

.step-info h3 {
    color: #43297B;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}

.step-info p {
    color: #665286;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

/* .video-box img {
    width: 550px;
} */

.user-testimonial {
    padding: 100px 0px 80px 0;
}

.user-testimonial-title {
    text-align: center;
}

.user-testimonial-title h3 {
    color: #4A326F;
    font-size: 40px;
    font-weight: 600;
    line-height: 75px;
}

.user-testimonial-title h3 span {
    color: #7E54D4;
}

.user-testimonial-title p {
    color: #383256;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#testimonial_slider {
    max-width: 580px;
    margin: auto;
    /* height: 550px; */
}

.testimonial_slide_box {
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}

.testimonial_slide_box .rating {
    display: flex;
    /* width: 20px; */
}

.testimonial_slide_box .review {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #484848;
}

.testimonial_slide_box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #484848;
}

.avtar_faces {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 92%;
}

.avtar_faces img {
    max-width: 100%;
}

.testimonial_block {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
    height: 485px;
    display: flex;
    align-items: center;
}

.user-testimonial .owl-carousel .owl-nav button.owl-next,
.user-testimonial .owl-carousel .owl-nav button.owl-prev,
.user-testimonial .owl-carousel button.owl-dot {
    display: block;
    width: 8px;
    height: 3px;
    background-color: #BDAAF5 !important;
    border-radius: 15px;
    margin: 0 5px;
    border-radius: 2px;
}

.user-testimonial .owl-carousel .owl-dots button.active {
    background: #7E54D4 !important;
    width: 21px;
    height: 3px;
}

.user-testimonial .owl-dots {
    display: flex;
    justify-content: center;
}

.user-testimonial .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.easy-step h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 75px;
    text-align: center;
    color: #7E54D4;
    margin-bottom: 100px;
}

.easy-step {
    padding: 100px 0px;
}

.easy-img {
    display: flex;
    justify-content: center;
}

.easy-img img {
    width: 290px;
    height: 575px;
}

.easy-info h2 {
    font-size: 40px;
    font-weight: 700;
    color: #5D4490;
    line-height: 70px;
}

.easy-info p {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    color: #412E67;
}

.easy-arrow1 {
    position: absolute;
    top: 28%;
    right: 76%;
    z-index: -2;
}

.easy-arrow2 {
    position: absolute;
    z-index: -2;
    top: 62%;
    left: 10%;
}

.image-bg {
    /* background-color: #7E54D40D; */
    padding: 0px 152px 0 152px;
    border-radius: 50px;
}

.moda-img {
    background-image: url(../images/modabg-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.moda-img1 {
    background-image: url(../images/modabg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.moda-img3 {
    background-image: url(../images/modabg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:1200px) {

    .row-eq-height {
        display: flex;
    }
}

.animate__moda {
    -webkit-animation-name: moda;
    animation-name: moda;
}

@keyframes moda {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}


@keyframes moda1 {

    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}



.animate__animated.animate__delay-02s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animate__animated {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/* .logo {
    width: 160px;
} */

.card1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.card2 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.card3 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.card4 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    ;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}




.premi-img {
    height: 550px;
    object-fit: contain;
}

.manage-image {
    object-fit: contain;
    width: 90%;
    display: block;
}

.manage-image1 {
    display: none;
}

.modal-content {
    background: transparent !important;
    border: 0 !important;
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px !important;
        margin-right: auto;
        margin-left: auto;
    }
}


.announcement-modal {
    background: #F5F6FC !important;
    border-radius: 10px !important;
    padding: 25px !important;
}

.announcement-modal .modal-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #7E54D4;
}

.announcement-modal .announcement-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
}

.announcement-modal .modal-body {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-close1 {
    --bs-btn-close-bg: url(../images/close-outline.webp) !important
}

.welcome-video {
    position: relative;
    width: 100%;
    padding-bottom: 62.25%;
    height: 0;
    overflow: hidden;
}

.video-img {
    width: 100%;
    height: auto;
    display: block;
}

.ripple {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 23px 14px !important;
    border: none;
}

.video-overlay iframe {
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.card-none {
    display: grid;
}

.insurance-img {
    width: 500px;
    height: 500px;
}

.modal-dialog-centered {
    margin: 0 auto !important;
}


@media (max-width: 768px) {
    .nav-links {
        padding-left: 8px;
        padding-right: 8px;
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .navbar .container {
        padding: 5px 0 !important;
    }
}

.whatsapp-button {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 90px;
}

.whatsapp-button img {
    width: 54px;
    height: 54px;
}

.whatsapp-button img:hover {
    transform: scale(1.1);
}

/* Стили для мобильных устройств */
@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 20px;
        right: 85px;
    }
    
    .whatsapp-button img {
        width: 50px;
        height: 50px;
    }
}

/* Стили для маленьких экранов */
@media (max-width: 480px) {
    .whatsapp-button {
        bottom: 20px;
        right: 80px;
    }
    
    .whatsapp-button img {
        width: 45px;
        height: 45px;
    }
}