:focus-visible {
    outline-color:var(--theme_focus_color);
    outline-style: groove;
}
.intro__section__main{
    display: flex;
    justify-content: space-between;
    width:100%;
    gap:3rem;
    position: relative;
}
.intro__section{
    display: flex;
    background: linear-gradient(86.48deg, #FFDEE9 0.91%, #FFFBF9 25.54%, #FFFFFF 62.36%, #DDF3FF 99.42%);
    border: .4rem solid rgba(255, 255, 255, 1);
    align-items: center;
    padding:0 2.4rem 0 0;
    width:100%;
    flex:1
}
.main__container.dashboard__main__container__sc {
    background: transparent;
    padding: 2rem;
}
.financial__video__sec img {
    margin: 0 auto;
    width: 23rem;
}

.intro__section__in{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    flex:1;
    gap:3.4rem;
}
.intro__left{
    display: flex;
    align-items: center;
    flex:1;
    width:100%;
    overflow: hidden;
    border-right: .1rem solid var(--border-gray);
    padding:1.6rem 1.6rem 2rem 0;
}
.profile__bank__info__lft{
    text-align: center;
    gap:2.4rem;
    display: flex;
    flex-direction: column;
}
.profile__bank__info__lft h2{
    font-size: var(--intro__heading__clamp);
    font-weight:var(--font_weight600);
    color:var(--primary_dark);
}
.profile__avathor__sec{
    margin-top: -2.6rem;
    position: relative;
    left: 1.3rem;
}
.profile__avathor__sec img {
    max-width: 32rem;
}
.profile__bank__info {
    flex: 1;
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.profile__completion{
    display: flex;
    flex-direction: column;
    gap:.8rem;
    margin-top:-1rem;
}
.profile__completion p{
    font-size: var(--font16);
    font-weight:var(--font_weight500);
    color:var(--primary_medium);
}

.acc__unlock__sec__border {
    width: 20.9rem;
    height: 5.2rem;
    margin: 1rem auto 0;
    display: flex;
    border-radius: 10.5rem;
    position: relative;
    overflow: hidden;
}

.acc__unlock__sec__border::before {
    content: '';
    position: absolute;
    inset: -.3rem;
    border-radius: inherit;
    border: .3rem solid transparent;
    background: linear-gradient(90deg, #9EE7EC 0%, #B897FF 100%);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
            mask-composite: exclude;
    padding: .3rem;
}

.acc__unlock__sec {
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(90deg, rgba(158, 231, 236, 0.15) 0%, rgba(184, 151, 255, 0.15) 100%);
    border-radius: inherit;
    position: relative;
    z-index: 1;
}

.profile__completion a{
    font-size: var(--font18);
    font-weight:var(--font_weight400);
    color:var(--primary_dark);
    align-items: center;
    gap:1.2rem;
    padding-left:.7rem;
    display: flex;
    width:100%;
}

.profile__completion a small{
    position: relative;
    z-index: 20;
    transition: transform 0.5s ease-in-out;

}
.unlock__img__main{
    width:3.7rem;
    height: 3.7rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    animation: moveleft 0.5s forwards;
}
    .profile__completion a:hover .unlock__img__main {
        animation: moveRight 0.5s forwards;
        transition: transform 0.5s ease-in-out;

    }
.profile__completion a.hover__realease small{
    order:1;
    margin-left:-10px;
    transition: transform 0.5s ease-in-out;
}

@keyframes moveleft {
    0% {
        transform: translateX(418%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes moveRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(418%);
    }
}
.unlock__img__main:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #9EE7EC 0%, #B897FF 100%);
    border-radius: 50%;
    z-index: 20;
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding: .2rem;
    inset:0;
}
.unlock__img__inner__gradient{
    background: linear-gradient(90deg, rgba(158, 231, 236, 0.30) 0%, rgba(184, 151, 255, 0.30) 100%);
    border-radius: inherit;
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.unlock__img__inner{
    width:2.3rem;
    height:2.3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFFFFF 16.06%, #E1E1E1 100%);
    box-shadow: 0px 1.44px 4.33px 0px rgba(69, 69, 69, 0.26);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2000;
}
.intro__progress__container {
    position: relative;
    width: 6.5rem;
    height: 6.5rem;
    margin:0 auto;
  }

  .intro__progress__container .progress-circle {
    width: 100%;
    height: 100%;
  }

  .intro__progress__container .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2.8;
  }
  .intro__section #progressController{
    display: none;
}
  .intro__progress__container .circle {
    fill: none;
    stroke: var(--secondary_pink);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 100, 100;
    transition: stroke-dasharray 0.3s;
  }

  .intro__progress__container .percentage {
    font-size: 0.6em;
    font-weight: var(--font_weight600);
    text-anchor: middle;
    fill: var(--secondary_pink);
  }
.unlock__img__inner .star__sec__in {
    position: absolute;
}
.unlock__img__inner .star__sec__in.starts__1{
    top: -0.8rem;
    left: 0.2rem;
}
.unlock__img__inner .star__sec__in.starts__2{
    right: 0.1rem;
    top: -0.1rem;
}
.unlock__img__inner .star__sec__in.starts__3{
    left: 0.4rem;
    top: 0.7rem;
}
.intro__right{
    display: flex;
    justify-content: space-between;
    flex:1;
    width:100%;
    flex-direction: column;
    gap:1rem;
    overflow: hidden;
}
.intro__right__info__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    gap:1rem;
}
.intro__right__info__top__lft{
    display: flex;
    flex-direction: column;
    gap:.8rem;
    flex:1;
    width:100%;
    overflow: hidden;
}
.intro__right__info__top__lft h3{
    font-size: var(--intro__heading__clamp);
    font-weight:var(--font_weight600);
    color:var(--primary_dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.intro__right__info__top__lft p{
    font-size: var(--font16);
    font-weight:var(--font_weight500);
    color:var(--primary_medium);
}
.intro__wallet__sec{
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.intro__wallet__sec p{
    font-size: var(--font16);
    font-weight:var(--font_weight500);
    color:var(--primary_medium);
}
.intro__wallet__sec h3{
    font-size: var(--font36);
    font-weight:var(--font_weight600);
    color:var(--primary_dark);
}
.wallet__balance__info {
    width: max-content;
    display: flex;
    align-items: center;
    gap:2rem;
}
.wallet__balance__info.with__amount{
    gap:1.2rem;
}
.amount__loading svg{
    animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.intro__right__info__bottom{
    display: flex;
    justify-content: space-between;
    width:100%;
    overflow: hidden;
}
.intro__right__info__bottom__left{
    display: flex;
    flex-direction: column;
    gap:.6rem;
    overflow: hidden;
    flex:1;
    width:100%;
}
.intro__right__info__bottom__left.rgt{
    text-align: right;
}
.intro__right__info__bottom__left p{
    font-size: var(--font16);
    font-weight:var(--font_weight500);
    color:var(--primary_medium);
}
.intro__right__info__bottom__left h4{
    font-size: var(--font18);
    font-weight:var(--font_weight600);
    color:var(--primary_dark);
}
.intro__slider__main .swiper-slide{
    height:unset;
}
.swiper__slider__sec{
    max-width:47rem;
    width:100%;
    position: relative;
    overflow: hidden;
    border: 0.4rem solid rgba(255, 255, 255, 1);
}
.slick-slide,
.swiper__slider__sec{
    height:33.1rem;
    overflow: hidden;
}

.green__slider{
    background:linear-gradient(90.75deg, #95ED99 0.6%, #A1ED95 99.4%);
}
.light__blue__slider{
    background:linear-gradient(90.75deg, #95E2ED 0.6%, #CBFFEF 99.4%);
}
.dark__blue__slider{
    background: linear-gradient(90.75deg, #BEEAFF 0.6%, #8DDAFF 99.4%);
}
.dark__pink__slider{
    background:linear-gradient(90.75deg, #ED95A5 0.6%, #FCCEE1 99.4%);
}
.light__pink__slider{
    background:linear-gradient(90.75deg, #E0B5FB 0.6%, #F9D3FF 99.4%);
}

.swiper__slider__sec .swiper-slide{
    text-align: center;
}
.intro__section__main .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
}
.intro__section__main .slick-dots li {
    list-style: none;
    margin: 15px 0;
}
.intro__section__main .slick-dots button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
    outline: 0;
}
.swiper__slider__sec .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets,
.intro__section__main .slick-dots {
    left: 1rem;
    right:auto;
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.intro__section__main .slick-dots li{
    margin:0;
    display: flex;
}
.intro__swiper__cnt h3{
    font-size: var(--font20);
    font-weight:var(--font_weight600);
    color:var(--pure_black);
}
.intro__swiper__cnt p{
    font-size: var(--font14);
    font-weight:var(--font_weight500);
    color:var(--primary_black);
}
.intro__swiper__cnt{
    display: flex;
    flex-direction: column;
    gap:.4rem;
    max-width:42.4rem;
    width:100%;
    margin:0 auto;
    text-align: center;
}
.swiper__cnt__main{
    display: flex;
    flex-direction: column;
    gap:2.4rem;
    height:100%;
    padding:.7rem 0 1rem 0;
    justify-content: center;
}
.swiper__round__sec{
    width:17.8rem;
    height:17.8rem;
    border-radius: 50%;
    border: .1rem dotted rgba(255, 255, 255, 1);
    margin:2rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.swiper__round__sec.without__border{
    border:0px;
    width:19.6rem;
    height:19.6rem;
}

.debit__card__1 {
    position: absolute;
    top: -1rem;
    left: -1.9rem;
    z-index: 1;
    animation: card__animation 2s infinite alternate;
    transition: transform 0.3s linear;
}

.swiper__animation__sec__hoversecond__child,
.swiper__animation__sec__hoverthird__child{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child .scanner__image__1{
    animation:scanner__animation 1.5s infinite alternate;
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .scanner__image__1,
.swiper__animation__sec__hoverthird__child:hover .gift__icon,
.swiper__animation__sec__hoverthird__child:hover .wallet__icon{
    display: none;
    transition: transform 0.3s linear;
}
.debit__card__vartical{
    width:10rem;
    height:5.7rem;
    display: none;
}
.swiper__animation__sec__hoverthird__child:hover .scanner__image__2{
    display: block;
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .debit__card__vartical{
    display:block;
    transition: transform 0.3s linear;
    animation:debitvertical__animation 1.5s infinite alternate;
    position: absolute;
    top:40%;
    transform:translateY(-50%);
}
@keyframes debitvertical__animation{
    0% {
        transform: translatex(-86px);
    }

    100% {
        transform: translatex(53px);
    }
}
.gift__icon {
    position: absolute;
    top: 5px;
    left: 20px;
}
.wallet__icon{
    position: absolute;
    right: 17px;
    bottom: 15px;
}
.wallet__icon,
.gift__icon,
.frame__tax,
.frame__graph,
.frame__card,
.upi__icon,
.qr__icon{
    animation:gift_scle 1s infinite alternate;
    transition: transform 0.3s linear;
}
.scanner__image__2{
    display: none;
}
.slick-slide img.scanner_2_img{
    position: relative;
    z-index: 2;
}
@keyframes gift_scle{
    0% {
        transform: scale(.8);
    }
    100% {
        transform: translateY(1);
    }
}
@keyframes scanner__animation{
    0% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.scan__qr {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.phone__frame {
    position: relative;
    z-index: 2;
    transform:translateX(55px) rotate(8deg) skew(16deg, -25deg) scale(.6);
    transition: transform 0.3s linear;
}
.qr__scanning{
    display: none;
}
.phone__frame svg{
    animation:scanner__animation 1.5s infinite alternate;
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .phone__frame{
    transform:translateX(55px) rotate(0deg) skew(0deg, 0deg) scale(.8);
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .phone__frame svg{
    animation:scanner__animationhover 1.5s infinite alternate;
    transition: all 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .phone__frame svg .qr__scanning{
    animation:qr__scanning__ani 1s infinite alternate;
    transition: animation 0.3s linear;
    display: block;
}
.upi__icon {
    position: absolute;
    right: 4rem;
    top: -1rem;
}
.qr__icon {
    position: absolute;
    bottom: 0;
    left: 4rem;
}
@keyframes qr__scanning__ani{
    0% {
        transform: translate(0px, -2px) rotate(0deg);
    }

    100% {
        transform: translate(0px, -20px) rotate(0deg);
    }
}
@keyframes scanner__animationhover{
    0% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(-20px);
    }
}
.payroll__cost{
    transform: skew(14deg, 11deg) rotate(-5deg) translate(30px, -32px);
    transition: all 0.3s linear;
    position: relative;
}
.payroll__arrow {
    position: absolute;
    bottom: -4rem;
    left: 1rem;
}
.payroll__lists{
    transform: skew(-2deg, -9deg) rotate(0deg) translateX(22px);
    transition: all 0.3s linear;
}
.swiper-slide-active .list__path,
.slick-active .list__path{
    animation:list__paths 1s alternate;
    transition: animation 0.3s linear;
}
.swiper-slide-active .list__path2,
.slick-active .list__path2{
    animation:list__paths2 1s alternate;
    transition: animation 0.3s linear;
}
.swiper__animation__sec__hoverthird__child .payroll__cost svg,
.swiper__animation__sec__hoverthird__child .payroll__lists svg{
    transition: all 0.3s ease-in;

}
.swiper__animation__sec__hoverthird__child:hover .payroll__cost{
    transform:skew(0deg, 0deg) rotate(0deg) translate(30px, -32px);
    transition: all 0.3s linear;
}
.swiper__animation__sec__hoverthird__child:hover .payroll__lists{
    transform:skew(0deg, 0deg) rotate(0deg) translateX(22px);
    transition: all 0.3s linear;
}
@keyframes list__paths{
    0%{
        transform: translateX(85px);
    }
    100%{
        transform: translateX(0px);
    }
}
@keyframes list__paths2{
    0%{
        transform: translateX(-85px);
    }
    100%{
        transform: translateX(0px);
    }
}
.payroll__wegofin {
    position: absolute;
    right: -2rem;
    top: 2rem;
    z-index: -1;
}
.frame__tax {
    position: absolute;
    right: 3rem;
    top: 0rem;
}
.frame__graph {
    position: absolute;
    bottom: 1rem;
    left: 2.6rem;
}
.frame__card {
    position: absolute;
    bottom: 0;
    right: 3rem;
}
.swiper__animation__sec__hoversecond__child:hover .debit__card__1,
.swiper__animation__sec__hoversecond__child:hover .debit__card__2 {
    animation: card__animationhover 2s linear;
    transition: animation 0.3s linear;
}
 .secondmain__slide__hoverd .debit__card__1{
    animation:card__animationhove 2s alternate infinite;
    transition: all 0.3s linear;
}
.secondmain__slide__hoverd .debit__card__2{
    animation:card__animationhovesecondcard 2s alternate infinite;
    transition: all 0.3s linear;
}

@keyframes card__animation {
    0% {
        transform: rotate(77deg) skew(-19deg) translateX(32px);
    }

    100% {
        transform: rotate(77deg) skew(-19deg) translateX(57px);
    }
}
@keyframes card__animationhove {
    0% {
        transform: translate(-30px, 40px);
    }

    100% {
        transform: translate(-30px, 54px);
    }
}
@keyframes card__animationhovesecondcard {
    0% {
        transform: translate(30px, 0px);
    }

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


@keyframes card__animationafterhover {
    0% {
        transform: rotate(77deg) skew(-19deg) translateX(32px);
    }
    100% {
        transform: rotate(77deg) skew(-19deg) translateX(57px);
    }
}

@keyframes card__animationhover {
    0% {
        transform: rotate(77deg) skew(0deg) translateY(0);
    }
    20% {
        transform: rotate(0) skew(0deg) translateY(0);
    }
    70% {
        transform: rotate(0deg) skew(0deg) translateY(0px);
    }
    100% {
        transform: rotate(0deg) skew(0deg) translateY(0px);
    }
}

@keyframes card__animationposthover {
    0% {
        transform: rotate(0deg) skew(0deg) translateY(0px);
    }
    100% {
        transform: rotate(77deg) skew(-19deg) translateX(32px);
    }
}
  @keyframes card__animation2 {
    0% {
        transform: rotate(118deg) skewX(45deg) translateX(-22px) scale(0.8);
    }

    100% {
        transform: rotate(118deg) skewX(45deg) translateX(-40px) scale(0.8);
    }
  }
.debit__card__2{
    position: absolute;
    bottom: 2rem;
    right: -1.5rem;
    animation: card__animation2 2s infinite alternate;
}
svg.link__icon,
svg.trophy__icon {
    position: absolute;
    top: -2.3rem;
    right: -1.9rem;
}
svg.trophy__icon{
    top: -0.9rem;
}

svg.play__backicon,
svg.iwifi__icon{
    position: absolute;
    bottom: -2.3rem;
    left: -2.9rem;
}
svg.iwifi__icon {
    top:auto;
    bottom: -6.3rem;
}
.swiper__round__sec__in{
    background:rgba(255, 255, 255, 0.55);
    width:15.8rem;
    height:15.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s linear;

}
.swiper__round__sec__in.second__slide{
    width:19.6rem;
    height:19.6rem;
}
@keyframes rotateScalePause {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1);
    }
    52% {
        transform: rotate(180deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.swiper__animation__sec {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    animation: rotateScalePause 5s linear infinite;
    transition: transform 0.3s ease-in-out;
}
.swiper__animation__sec__hover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    transition: transform 0.3s linear;
}
.swiper__animation__sec__hover:hover {
    transition: transform 0.3s ease-in-out;

    transform:scale(.7);

}
.swiper__animation__in{
    display: flex;
    justify-content: center;
}
.swiper__animation__in.swiper__card__2{
    justify-content: space-between;
    position: relative;
    top:-2rem;
}
.swiper__card__1,
.swiper__card__4{
    position: relative;
    top:-2rem;
}
.swiper__card__4{
    top:auto;
    bottom: 3.5rem;
}
.swiper__card__image__1,
.swiper__card__image__2{
    position: relative;
    left: -2.5rem;
}
.swiper__card__image__2{
    left:auto;
    right:-2.5rem;
}
.swiper__animation__in img,
.swiper__animation__in:hover img {
    animation: counterRotateScalePause 5s linear infinite;
    border-radius: 4rem;
}

@keyframes counterRotateScalePause {
    0% {
        transform: rotate(0deg) scale(1);
    }
    48% {
        transform: rotate(-180deg) scale(1);
    }
    52% {
        transform: rotate(-180deg) scale(1);
    }
    98%, 100% {
        transform: rotate(-360deg) scale(1);
    }
}
.two-column-layout .left__section{
    transform: translateX(-100%);
  }
  .two-column-layout .right__section{
    transform: translateX(-100%);
  }


  .two-column-layout .right-item {
      transform: translateX(100%);
  }
  .dashboard__sub__boxes {
      display: flex;
      gap:3rem;
      justify-content: space-between;
      margin-top:3rem;
      flex:1;
      position: relative;
      overflow: auto hidden;
  }
  .dashboard__sub__boxes__in,
  .dashboard__sub__boxes__in{
      display: flex;
      gap:3rem;
      flex:1;
  }
  .sub__boxes__clmn{
      position:relative;
      display: flex;
      overflow: hidden;
      flex:1;
  }

  .sub__boxxes__lft{
      padding:2.8rem 0 1.5rem 2.5rem;
  }
  .money__in__clmn{
      background: linear-gradient(101.5deg, #BA92F8 -0.71%, #C7A5FA 48.42%, #B68BF8 99.56%);
  }
  .money__out__clmn{
      background: radial-gradient(204.11% 337.01% at 11.93% -31.51%, #619DF8 0%, #88A1FF 49%, #619DF8 100%);
  }
  .money__recievable{
      background: radial-gradient(187.57% 337.16% at 14.6% -23.5%, #F66F59 0%, #FB8875 51.43%, #F66F59 100%);
  }
  .money__payable{
      background: radial-gradient(100.02% 427.08% at 1.25% 6.01%, #58C09C 0%, #65D8B0 49%, #58C09C 100%);
  }
  .sub__boxes__cnt{
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;

  }
  .sub__boxes__top p{
      font-family: var(--font-family);
      font-weight:var(--font_weight700);
      font-size:var(--font15);
      color:var(--bg_white);
      text-transform: uppercase;
  }
  .sub__boxes__top h2{
      font-family: var(--font-family);
      font-weight:var(--font_weight700);
      font-size:var(--font28);
      color:var(--bg_white);
  }
  .sub__boxes__bottom p{
      font-family: var(--font-family);
      font-weight:var(--font_weight500);
      font-size:var(--font14);
      color:var(--bg_white);
  }
  .svg___border {
      position: absolute;
      top: 0;
      left: 0;
      width:100%;
      height:100%;
  }
  .svg___border svg{
    width:100%;
    height:100%;
  }
  .sub__boxxes__rgt{
      display: flex;
      flex:1;
      width:100%;
      overflow: hidden;
      justify-content: flex-end;
  }
  .sub__boxes__bottom{
      display: flex;
      gap:.4rem;
      align-items: center;
  }
  .small__arrow__sec {
      display: flex;
      align-items: center;
  }
  @keyframes dash {
      to {
        stroke-dashoffset: 0;
      }
    }

  .svg___border g path {
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: dash 5s linear infinite;
    }
    .upanddownpath {
      animation: moveUpDown 2s infinite alternate;
    }

    @keyframes moveUpDown {
      0% {
        transform: translateY(-2px);
      }
      100% {
        transform: translateY(-30px);
      }
    }
    path.path1{
      animation: flow 1s linear infinite;
      animation-delay: 0s;
      transform-origin: 0px 0px;
    }


    path.path2{
      animation: flow 1s linear infinite;
      animation-delay: 0.3s;
      transform-origin: 0px 0px;
    }
    .dashboard__sub__boxes:hover path.path2,
    .dashboard__sub__boxes:hover path.path1,
    .dashboard__sub__boxes:hover path.path3,
    .dashboard__sub__boxes:hover path.path4,
    .dashboard__sub__boxes:hover .animated__chip__right,
    .dashboard__sub__boxes:hover .animate__chip,
    .dashboard__sub__boxes:hover .path__last,
    .dashboard__sub__boxes:hover .l__shape__coins__second,
    .dashboard__sub__boxes:hover .l__shape__coins,
    .dashboard__sub__boxes:hover .path___last__2,
    .dashboard__sub__boxes:hover .flow__coins__alternate{
        animation-play-state: paused;
    }



    .wqwq{
      transform: rotatez(-29deg);
      transform-origin: center center;
  }

    path.path3 {
      animation: flowx 1.5s ease infinite;
      animation-delay: 0s;
    }
    path.path4 {
      animation: flowx 1.5s ease infinite;
      animation-delay: 0.5s;
    }
    .animate__chip{
      animation: flowY 1.5s ease-in infinite;
    }
    .animated__chip__right{
      animation: flowY 1.5s ease-in infinite;
    }
    .flow__coins__alternate{
      animation: normalan 1.5s ease-in infinite;
    }
    .flow__coins,
    .l__shape__coins__last{
      display: none;
    }

    @keyframes normalan {
      0% {
          transform: translateY(-100%);
        }
        100% {
          transform: translateY(10px);
        }
    }

    @keyframes skewleft {
      0% {
          transform: translateY(-100%);
      }
      50% {
          transform: skew(-2deg, -7deg);

      }
      100% {
          transform: translateY(10px) skew(-2deg, -7deg);
      }
    }

    @keyframes flowY {
      0% {
          transform: translateY(0px);
      }

      50% {
          transform: translateY(-5px);
      }
      100%{
          transform: translateY(0px);
      }
    }
    @keyframes flow {
      0% {
          transform: translateY(-79px);
      }

      100% {
          transform: translate(-8px, 41px);
      }
    }

    @keyframes flowx {
      0% {
          transform: translate(-42px, -12px);
      }

      100% {
          transform: translate(-6px, 58px);
      }
    }


    .path__last{
      animation: flowlast 1s linear infinite;
      animation-delay: 0s;
      transform-origin: 0px 0px;
    }
    .path___last__2{
      animation: flowlast 1s linear infinite;
      animation-delay: 0.5s;
      transform-origin: 0px 0px;
    }
    @keyframes flowlast {
      0% {
          transform: translateY(-133px);
      }

      100% {
          transform: translate(0px, 6px);
      }
    }
    .l__shape__structure{
      transform: rotate(8deg);
      transform-origin: center center;
  }
    .l__shape__coins{
      animation: flowlhapes 1s linear infinite;
      animation-delay: 0.5s;
    }
    .l__shape__coins__second{
      animation: flowlhapesecond 1s linear infinite;
      animation-delay: 0.5s;
    }
    @keyframes flowlhapes {
      0% {
          transform: translate(28px, 19px);
      }
      50%{
          transform: translate(4px, 9px);
      }

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

    @keyframes flowlhapesecond {
      0% {
          transform: translate(63px, -29px);
      }

      50% {
          transform: translate(16px, 8px);
      }

      100% {
          transform: translate(0, 0);
      }
    }
    @keyframes fade {
      0%, 100% { opacity: 0; }
      50% { opacity: 1; }
    }
.dots__animation{
    min-width:21.7rem
}
.dots__animation__inner{
    display: flex;
    align-items: center;
    gap:1rem;
}
    .animate-opacity {
      animation: fade 3s infinite;
    }
    .dot-elastic {
        position: relative;
        width: 1rem;
        height: 1rem;
        border-radius: 5px;
        background-color: var(--primary_dark);;
        color: var(--primary_dark);;
        animation: dotElastic 1s infinite linear;
    }
    .dot-elastic::before, .dot-elastic::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }
    .dot-elastic::before {
        left: 3.1rem;
        width: 1rem;
        height: 1rem;
        border-radius: .5rem;
        background-color: var(--primary_dark);;
        color: var(--primary_dark);;
        animation: dotElasticBefore 1s infinite linear;
    }
    .dot-elastic::after {
        left: 1.5rem;
        width: 1rem;
        height: 1rem;
        border-radius: .5rem;
        background-color: var(--primary_dark);;
        color: var(--primary_dark);;
        animation: dotElasticAfter 1s infinite linear;
    }
    @keyframes dotElasticBefore{
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1.5);
    }
    50% {
        transform: scale(1, 0.67);
    }
    75% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}
    @keyframes dotElasticAfter{
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 0.67);
    }
    75% {
        transform: scale(1, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
.money__info__sec ul{
    display: flex;
    gap:1rem;
    overflow: auto hidden;
}
.money__info__sec ul li{
    flex:0 0 auto;
}
.money__info__sec ul li a{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap:.4rem;
    border: 0.5px solid var(--primary_dark);
    padding:.8rem;
    border-radius: 10.5rem;
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font16);
    color:var(--primary_dark);
}
.bank__account__head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bank__account__head h4{
      font-family: var(--font-family);
      font-weight:var(--font_weight600);
      font-size:var(--font18);
      color:var(--primary_dark);
}
.bank__account__head a{
      font-family: var(--font-family);
      font-weight:var(--font_weight500);
      font-size:var(--font14);
      color:var(--sec__primary__dark);
      display: flex;
      align-items: center;
      gap:.5rem;
}
.intro__section__in.alternate__info__sec .intro__right{
    flex:1;
    width:100%;
    border-right: 0.1rem solid var(--border-gray);
    padding:2rem 4.4rem 2rem 0rem;
}
.intro__section__in .intro__bank__acounts{
    flex:unset;
    width:34rem;
    display: flex;
    flex-direction: column;
    gap:1.2rem;
}
.bank__lists__sec ul{
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.bank__lists__sec ul li{
    display: flex;
    gap:1rem;
    align-items: center;
    position:relative;
}
.bank__lists__li{
    background: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    gap:1rem;
    padding:1.2rem .7rem 1.2rem 1.6rem;
}
.bank__lists__sec ul li:before{
    content:"";
    background:linear-gradient(92.34deg, rgba(200, 130, 149, 0.27) 1.24%, rgba(147, 147, 216, 0.27) 97.02%);
    position: absolute;
    inset:0;
    width:100%;
    height:100%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding:2px;
}
.intro__bank__name{
    display: flex;
    flex-direction: column;
    gap:.4rem;
}

.intro__bank__name h5{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font16);
    color:var(--primary_dark);
}
.intro__bank__name p{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font12);
    color:var(--sec__black);
}
.bank__content{
    height:18.1rem;
    overflow: hidden auto;
}
.addnew___bank__acnt__sec {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top:2rem;
}
.addnew___bank__acnt__sec a{
    border: 0.5px solid var(--primary_dark);
    border-radius: 10.5rem;
    padding: .8rem 1.2rem;
    display: flex;
    align-items: center;
    gap:1rem;
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font14);
    color:var(--primary_dark);
}
@-webkit-keyframes animateBubble {
    0% {
        top: 10px;
    }
    100% {
        top: 30px;
    }
}

@-moz-keyframes animateBubble {
    0% {
        top: 0px;
    }
    100% {
        top: 50px;
    }
}


@keyframes animateBubble {
    0% {
        top: 0px;
    }
    100% {
        top: 50px;
    }
}

@-moz-keyframes animateBubble2 {
    0% {
        top: 0;
    }
    100% {
        top: -50px;
    }
}


@keyframes animateBubble2 {
    0% {
        top: 0;
    }
    100% {
        top: -50px;
    }
}

@-moz-keyframes animateBubble3 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:-10px
    }
}


@keyframes animateBubble3 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        right:-10px
    }
}
@-moz-keyframes animateBubble4 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: 50px;
        right:23px
    }
}


@keyframes animateBubble4 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: 50px;
        right:23px
    }
}

@-moz-keyframes animateBubble5 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: 50px;
        right:23px
    }
}


@keyframes animateBubble5 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        left:23px
    }
}
@-moz-keyframes animateBubble6 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: -50px;
        right:23px
    }
}


@keyframes animateBubble6 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        left:23px
    }
}
@-moz-keyframes animateBubble7 {
    0% {
        top: 0;
        right:0;
    }
    100% {
        top: -50px;
        right:23px
    }
}


@keyframes animateBubble7 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        right:23px
    }
}

@-moz-keyframes animateBubble8 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:23px
    }
}


@keyframes animateBubble8 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:23px
    }
}

@-moz-keyframes animateBubble9 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:-23px
    }
}


@keyframes animateBubble9 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: -50px;
        left:-23px
    }
}

@-moz-keyframes animateBubble10 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        left:-23px
    }
}


@keyframes animateBubble10 {
    0% {
        top: 0;
        left:0;
    }
    100% {
        top: 50px;
        left:-23px
    }
}


/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 4s linear infinite;
	-moz-animation: animateBubble 4s linear infinite;
	animation: animateBubble 4s linear infinite;
}

.x2 {
    -webkit-animation: animateBubble2 4s linear infinite;
	-moz-animation: animateBubble2 4s linear infinite;
	animation: animateBubble2 4s linear infinite;
    animation-delay: 0.3s;
}

.x3 {
    -webkit-animation: animateBubble3 2s linear infinite;
	-moz-animation: animateBubble3 2s linear infinite;
	animation: animateBubble3 2s linear infinite;
    animation-delay: 0.4s;
}

.x4 {
    -webkit-animation: animateBubble4 2s linear infinite;
	-moz-animation: animateBubble4 2s linear infinite;
	animation: animateBubble4 2s linear infinite;
    animation-delay: 0.5s;
}

.x5 {
    -webkit-animation: animateBubble5 2s linear infinite;
	-moz-animation: animateBubble5 2s linear infinite;
	animation: animateBubble5 2s linear infinite;
    animation-delay: 0.6s;
}

.x6 {
    -webkit-animation: animateBubble6 2s linear infinite;
	-moz-animation: animateBubble6 2s linear infinite;
	animation: animateBubble6 2s linear infinite;
    animation-delay: 0.7s;
}

.x7 {
    -webkit-animation: animateBubble7 2s linear infinite;
	-moz-animation: animateBubble7 2s linear infinite;
	animation: animateBubble7 2s linear infinite;
    animation-delay: 0.8s;
}

.x8 {
    -webkit-animation: animateBubble8 2s linear infinite;
	-moz-animation: animateBubble8 2s linear infinite;
	animation: animateBubble8 2s linear infinite;
    animation-delay: 0.9s;
}

.x9 {
    -webkit-animation: animateBubble 2s linear infinite;
	-moz-animation: animateBubble 2s linear infinite;
	animation: animateBubble 2s linear infinite;
    animation-delay: 1s;
}

.x10 {
    -webkit-animation: animateBubble 2s linear infinite;
	-moz-animation: animateBubble 2s linear infinite;
	animation: animateBubble 2s linear infinite;
    animation-delay: 1.2s;
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

    background: rgba(184, 151, 255, 1);

    height: .9rem;
	position: absolute;
	width: .9rem;
    -webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.acc__unlock__sec__border__main{
    position: relative;
    width: 20.9rem;
    height: 6.7rem;
    margin:0 auto;
}

.star__sec{
    position: absolute;
    left:1.9rem;
    top:1.2rem;
    z-index: 20;
    transition-delay: 1s
}
.acc__unlock__sec__border__main:hover .star__sec{
    left:auto;
    right:1.9rem;
    transition-delay: 1s;
}
.swiper__slider__sec .swiper-pagination-bullet,
.intro__section__main .slick-dots button{
    opacity: 0.7;
    display: inline-block;
    transition-property: height;
    transition-duration: .5s;
    background: rgba(255, 255, 255, 1);
    width:.8rem;
    height:.8rem;
}
.swiper__slider__sec .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.intro__section__main .slick-dots li.slick-active button {
    opacity: 1;
    background: #ffffff;
    height: 2rem;

    border-radius: 1.8rem;
    transition-property: height;
    transition-duration: .5s;
}
.financial__team__section{
    margin-top:4rem;
}
.financial__team__section__in{
    display:flex;
    gap:2.4rem;
    position: relative;
}
.financial__team__sep.left__translate{
    display: grid;
    gap: 2.4rem;
    grid-template-columns: auto auto;
}
.financial__team__sep.right__translate{
    display: grid;
    gap: 2.4rem;
    grid-template-columns: auto auto auto;
}
.financial__team__section__clmn {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--bg_white);
}
.avthor__footer__section__sc {
    padding: 0.7rem;
    padding-top: 0;
}
.financial__team__section__clmn__in{
    overflow: hidden;
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.financial__video__sec{
    flex:1;
}
.financial__video__sec video{
    cursor:auto;width:100%;height:100%;border-top-left-radius:4rem;border-top-right-radius:4rem;display:block;object-fit:cover;background-color:rgba(0, 0, 0, 0);object-position:50% 50%;
}
.traslate__sec{
    display: flex;
    align-items: center;
    margin-top:.7rem;
    position: relative;
}
.traslate__sec__inner{
    position: absolute;
    left: 0;
}
.translate__cnt__sec__main{
    padding-left:4rem;
    flex: 1;
    width: 100%;
}
.translate__play__sec{
    width:5.2rem;
    height:5.2rem;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3.43px solid var(--bg_white);
}
.blue__translate .translate__play__sec{
    background: var(--light__blue__bg__alternate);
}
.blue__translate .translate__cnt__sec{
    background: var(--light__blue__bg__alternate);
}
.darkblue__translate .translate__play__sec{
    background: var(--dark__blue__bg__alternate);
}
.darkblue__translate .translate__cnt__sec{
    background: var(--dark__blue__bg__alternate);
}
.green__translate .translate__play__sec{
    background: var(--light__green__bg__alternate);
}
.green__translate .translate__cnt__sec{
    background: var(--light__green__bg__alternate);
}
.pink__translate .translate__play__sec{
    background: var(--pink__translate);
}
.pink__translate .translate__cnt__sec{
    background: var(--pink__translate);
}
.middle__bg__translate .translate__play__sec{
    background: var(--middle__blue__border);
}
.middle__bg__translate .translate__cnt__sec{
    background: var(--middle__blue__border);
}

.translate__cnt__sec{
    flex: 1;
    width: 100%;
    overflow: hidden;
    padding:1.3rem 1.9rem 1.3rem 1.8rem;
    display: flex;
}
.translate__cnt__sec p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font16);
    color:var(--video__cnt);
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
span.cursor {
    display: none;
}

  .video-active .translate__cnt__sec p span{
    width:100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
  .video-active .translate__cnt__sec p{
    width:max-content;
    overflow: hidden;
    white-space: nowrap;
    display:flex;
    align-items: center;
    position: relative;
  }
  .video-active span.cursor {
    display: inline-block;
    background-color: #000;
    margin-left: 0.6rem;
    width: 2px;
    height: 16px;
    margin-top:3px;
    animation: blink 1s infinite;
  }

  @keyframes blink {
    0%  { background-color: #000; }
    49% { background-color: #000; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #000; }
  }
p.audio__second__para{
    display: none;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}
@keyframes blinking-cursor {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes cursor {
    from { width: 0; }
    to { width: 100%; }
}
@keyframes moveLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
.flip {
    position: relative;
}
.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.flip > .front {
    transform: rotateY(0deg);
  }
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(0deg);
  }
  .flip:hover > .front {
    transform: rotateY(180deg);
  }
  .back__section__show .traslate__sec,
  .back__section__showing .traslate__sec,
  .back__section__showing .play__pause__sec{
    display:none;
  }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg);
  }
.flip > .front,
.flip > .back {
  display: block;
  color: white;
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  background: #fff;
  border-radius: 5rem;
}

.back__inner{
    height: 100%;
    border-radius: 2rem;
    padding:2rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    border: 1px solid;
}
.green__bg__back{
    border-color:var(--flip__green__border);
    background: var(--flip__green__bg);
}
.blue__bg__back{
    border-color:var(--blue__bg);
    background: var(--flip__blue__bg);
}
.darkblue__bg__back{
    border-color:var(--darkblue__bg);
    background: var(--dark__blue__bg__alternate);
}
.pink__bg__back{
    border-color:var(--pink__bg__border);
    background: var(--pink__bg);
}
.middle__bg__back{
    border-color:var(--middle__blue__border);
    background: var(--middle__blue__bg);
}
.back__inner__cnt{
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width:100%;
}
.back__layer__head {
    display: flex;
    justify-content: space-between;
}
.back__layer__left {
    display: flex;
    align-items: center;
    gap:1.2rem;
}
.back__layer__left p{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font14);
    margin:0;
    text-transform: capitalize;
}
.green__bg__back .back__layer__left p{
    color:var(--green__text);
}
.blue__bg__back .back__layer__left p{
    color:var(--green__text);
}
.darkblue__bg__back .back__layer__left p,
.middle__bg__back .back__layer__left p{
    color:var(--dark__blue__txt);
}
.pink__bg__back .back__layer__left p{
    color:var(--pink__bg__text);
}

.flip__cnt__info ul li{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--flip__info__list__border);
    padding:.8rem 0;
}
.flip__cnt__info ul li:first-child{
    border-top:0;
}
.flip__cnt__info ul li p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font12);
    color:var(--flip__info__list);
}
.darkblue__bg__back .flip__cnt__info ul li p{
    color:var(--darkblue__bg__back__list__color);
}

.flip__cnt__info ul li .flip__cnt__rgt p{
    font-weight:var(--font_weight600);
    color: var(--sec__primary__dark);
}
.green__bg__back .avathor__icon{
    border-color:var(--green__bg);
    background: var(--light__green__bg);
}
.blue__bg__back .avathor__icon{
    border-color:var(--blue__bg);
    background: var(--light__blue__bg);
}
.darkblue__bg__back .avathor__icon{
    border-color:var(--darkblue__bg);
    background: var(--dark__blue__bg__alternate);
}
.pink__bg__back .avathor__icon{
    border-color:var(--pink__border);
    background: var(--pink__bg);
}
.middle__bg__back .avathor__icon{
    border-color:var(--middle__blue__borders);
    background: var(--middle__blue__border);
}
.avathor__icon{
    width:4.8rem;
    height:4.8rem;
    border-radius: 50%;
    position: absolute;
    left: .4rem;
    transition: all 0.9s ease;
    border: 2px solid;
}
.text__consultant {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.text__consultant a{
    background: var(--video__cnt);
    display: flex;
    align-items: center;
    width:100%;
    border-radius: 3.4rem;
    padding: 0.4rem 0 0.4rem 6.4rem;
    height:5.6rem;
    gap:.9rem;
    position: relative;
    transition: all 0.9s ease;
}
.avathor__cnt{
    flex:1;
    width:100%;
}
.avathor__cnt p{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font16);
    color:var(--bg_white);
}
.text__consultant a:hover .avathor__icon {
    left: calc(100% - 5.3rem);
}
.text__consultant a:hover{
    padding-left:0;
}
.text__consultant a:hover .avathor__cnt{
    text-align: center;
}

.two__column__layout .first{
    transform: translateX(-12.8vw);
}
.two__column__layout .second{
    transform: translateX(-12.8vw);
}
.two__column__layout .third{
    transform: translateX(11vw);
}
.two__column__layout .fourth{
    transform: translateX(11vw);
}
.two__column__layout .fifth{
    transform: translateX(29vw);
    display: none;
}
.two__column__layout .intro__left__translate,
.two__column__layout .subboxes__left__translate,
.two__column__layout .left__translate{
    position: absolute;
    right: 68vw;
}
.two__column__layout .subboxes__right__translate,
.two__column__layout .right__translate{
    position: absolute;
    left: 66vw;
}

.seperate__div,
.seperate__div__main{
    width: 0;
    display: none;
}
.two__column__layout .seperate__div,
.two__column__layout .seperate__div__main{
    width:50vw;
    display: block;
    height:100%;
}
.two__column__layout .seperate__div__main{
    width:17vw;
}

.two__column__layout .financial__team__sep.right__translate,
.two__column__layout .financial__team__sep.left__translate{
    display: flex;
}
body.two__column__layout,
html.two__column__layout{
    position: fixed;
    inset: 0;
    overflow: hidden;
}
.play__pause__sec {
    display: flex;
    justify-content: flex-end;
}
.play__pause__sec svg{
    width:25px;
    height: 25px;
}
.mute__sec{
    display: none;
}
.play__pause__sec.mute-video svg.unmute__sec{
    display: none;
}
.play__pause__sec.mute-video svg.mute__sec{
    display: flex;
}
.dashboard__avathor__name__sc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 3rem;
}
.chat__popup{
    position:fixed;
    width:100%;
    height:100%;
    inset:0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 54px 0px rgba(42, 42, 42, 0.14);
    background: linear-gradient(90deg, #D9D9D9 5.6%, rgba(128, 166, 117, 0) 58.48%, rgba(78, 72, 55, 0) 62.86%, #D9D9D9 92.14%);
}
.chat__pop__inn{
    max-width:69.6rem;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:1.6rem;

}
.chat__pop__lft{
    width:8rem;
}
.chat__pop__lft ul{
    display: flex;
    flex-direction: column;
    gap:.6rem;
}
.chat__avathor__sec{
    width:8rem;
    height:8rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat__avathor__sec.dark__blue{
     background: radial-gradient(108.39% 88.79% at 50% 50%, #BFE2FF 0%, #FFFFFF 39.96%);
}
.chat__pop__rgt{
    background:linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border:.1rem solid var(--chat__border);
    flex:1;
    width:100%;
    padding:1rem;
    position: relative;
    overflow: hidden;
}
.chat__pop__rgt__head{
    display: flex;
    gap:3rem;
    padding:1.4rem 3rem 0 3rem;
    position: relative;
}
.chat__pop__close{
    position: absolute;
    right:0;
    top:0;
}
.head__avathor{
    width:9rem;
}
.head__avathor__info{
    display: flex;
    flex-direction: column;
    gap:.2rem;
    justify-content: center;
    flex:1;
    width:100%;
    overflow: hidden;
    position: relative;
}
.chat__pop__rgt__head h3{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font28);
    color:var(--primary_dark);
}
.chat__pop__rgt__head h2{
    font-family: var(--font-family);
    font-weight:var(--font_weight700);
    font-size:var(--font34);
    color:var(--primary_dark);
}
.lign__green__circle{
    width: 16.2rem;
    height: 16.2rem;
    border-radius: 50%;
    position: absolute;
    top: -8rem;
    background: var(--green__circle);
    right: 10rem;
}
.lign__green__circlealter{
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    position: absolute;
    top: 10rem;
    background: var(--green__circle);
    right: -3rem;
}
.chat__pop__chat__sec{
    background: var(--chat__sec__bg);
    padding:1rem;
}
.chat__main__row{
    display: flex;
    gap:1.2rem;
    padding:1rem 0;
    margin-bottom:1rem;
}
.ticket__chat__avathor{
    width:4.8rem;
    height:4.8rem;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    background: rgba(237, 255, 246, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticket__chat__main__cnt{
    flex:1;
    width:100%;
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.ticket__chat__main__cnt__in{
    max-width: 42.8rem;
    width:100%;
    background: var(--chat__bg);
    padding:.8rem 1.6rem;
    border-radius: .8rem;
}
.ticket__chat__main__cnt__in p,
.great__choice__sec p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font14);
    color:var(--chat__cnt__color);
}
.looking__for__sec{
    padding:1rem 2rem;
    margin-bottom:1rem;
}
.looking__for__sec__cnt{
    display: flex;
    flex-direction: column;
    gap:.8rem;
}
.chat__time__sec p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font12);
    color:var(--chat__cnt__color);
}
.looking__for__sec__cnt h6{
    font-family: var(--font-family);
    font-weight:var(--font_weight500);
    font-size:var(--font12);
    color:var(--gray__color__alter);
}
.looking__for__sec__cnt ul{
    display: flex;
    gap:1.2rem;
}
.looking__for__sec__cnt ul li{
    border:0.5px solid var(--chat__list__border);
    flex:0 0 auto;
    padding:.4rem 2.4rem;
    border-radius: 4rem;
}
.chat__scroll__row{
    display: flex;
    gap:1.2rem;
    padding:1rem 0;
}
.chat__scroll__avathor__sec{
    width:4.8rem;
    height:4.8rem;
    border-radius: 2rem;
    border:1px solid #fff;
    background:linear-gradient(134.22deg, #E2FFFD 18.32%, #58CED9 103.74%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.chat__scroll__msg__cnt{
    flex:1;
    width:100%;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.send__msg .chat__scroll__msg__cnt__in{
    background: var(--chat__inn__bg);
}

.chat__scroll__msg__cnt__in{
    width:fit-content;
    padding:.8rem 1.6rem;
    margin-left: 8.2rem;
    border-radius: .8rem;
}
.chat__scroll__msg__cnt__in p{
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font14);
    color:var(--chat__in__txt);
}
.chat__scroll__msg__cnt.send__msg{
    align-items: flex-end;
}
.send__msg .chat__time__sec{
    text-align: right;
}
.recieved__msg .chat__scroll__msg__cnt{
    order: 2;
}
.recieved__msg .chat__scroll__avathor__sec{
    order:1;
}
.recieved__msg .chat__scroll__msg__cnt__in{
    margin-left:unset;
    margin-right:8.2rem;
    background: var(--bg_white);
}
.great__choice__sec{
    background: var(--bg_white);
    width:max-content;
    padding:.8rem 1.6rem;
}
.ticket__submit__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:1rem;
    margin-top:1rem;
}
.ticket__text__area{
    flex:1;
    width:100%;
    position: relative;
}
.ticket__text__area textarea{
    background: rgba(247, 246, 248, 1);
    padding:.4rem 1.5rem;
    width:100%;
    height:5.4rem;
    resize: none;
    border: none;
    font-family: var(--font-family);
    font-weight:var(--font_weight400);
    font-size:var(--font16);
    color:var(--chat__in__txt);
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.ticket__text__area textarea:focus{
    border:none;
    border:0;
    outline: none;
    outline: 0;
}
.ticket__send__btn__sec{
    width:5.4rem;
    height:5.4rem;
    border-radius: 50%;
    background: var(--ticket__send__btn__bg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ticket__text__area textarea:-ms-input-placeholder {
    color:var(--placeholder__color);
    transform: translateY(10px);
}
.ticket__text__area textarea::-moz-placeholder {
    color:var(--placeholder__color);
    transform: translateY(10px);

  }
.ticket__text__area textarea::-webkit-input-placeholder {
    color:var(--placeholder__color);
    transform: translateY(10px);
}
.chat__scroll__sec{
    max-height:31.2rem;
    overflow: hidden auto;
}
.chat__tabitems{
    display: none;
}
.chat__tabitems.active__chat__item{
    display: block;
}
.audio__bars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:.1rem
}
.baraudio {
    background: #000;
    bottom: .1rem;
    height: .3rem;
    width: .2rem;
    border-radius: 1rem;
    display: none;
    animation: sound 0ms -600ms linear infinite alternate;
}
.video-active .baraudio{
    display: block;
}
.video-active .translate__play__sec svg{
    display: none;
}

@keyframes sound {
    0% {
       opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 30px;
    }
}

.baraudio:nth-child(1)  { left: 1px; animation-duration: 474ms; }
.baraudio:nth-child(2)  { left: 15px; animation-duration: 433ms; }
.baraudio:nth-child(3)  { left: 29px; animation-duration: 407ms; }
.baraudio:nth-child(4)  { left: 43px; animation-duration: 458ms; }
.baraudio:nth-child(5)  { left: 57px; animation-duration: 400ms; }
.baraudio:nth-child(6)  { left: 71px; animation-duration: 427ms; }
.baraudio:nth-child(7)  { left: 85px; animation-duration: 441ms; }
.baraudio:nth-child(8)  { left: 99px; animation-duration: 419ms; }


.third_new_svg .swiper__round__sec.without__border{
    width: 34rem;
    height: auto;
    margin-top: 0;
}
.third_new_svg .swiper__round__sec__in.second__slide{
    width: 34rem;
    height: 100%;
    background: transparent;
}
.swiper__cnt__main.third_new_svg {
    gap: 1rem;
}
.svg_last_anim {
    width: 27rem;
    margin: 0px auto;
}
.swiper__cnt__main.last_svg_wrap {
    gap: 1rem;
}

@media (max-width:1700px){
    .slick-slide, .swiper__slider__sec {
        height: 42.1rem;
    }
    .swiper__round__sec__in {
        width: 20.8rem;
        height: 20.8rem;
    }
    .swiper__round__sec {
        width: 23.8rem;
        height: 23.8rem;
    }
    .swiper__round__sec__in.second__slide {
        width: 24.6rem;
        height: 23.6rem;
    }
    .swiper__round__sec.without__border {
        width: 25.6rem;
        height: 25.6rem;
    }
}
@media(max-width:1600px){
.intro__section__in.alternate__info__sec .intro__right {
    padding: 2rem 1.3rem 0 0rem;
}
.slick-slide, .swiper__slider__sec {
    height: 44.1rem;
}
}

@media(min-width:1025px) and (max-width:1500px){
    .money__info__sec ul{
        padding: 1rem 0.5rem 1rem 0;
    }
}

@media(min-width:1440px) and (max-width:1600px){

    .intro__section__in{
        flex:1;
        width: auto;
        justify-content: flex-end;
        margin-left:auto;
    }
    .intro__section__in .intro__bank__acounts {
        width: 30rem;
    }
    /* .profile__bank__info{
        justify-content: flex-start;
    } */
    .profile__avathor__sec{
        height: 100%;
        display: flex;
        align-items:center;
    }
}

@media(min-width:1439px){
    .avathor__tab__sec{
        display: none;
    }
}
@media(max-width:1439px){
    .intro__section {
        padding-left: 2.4rem;
    }
    .money__info__sec ul{
        max-width: 40rem;
    }
    .money__info__sec svg{
        width:2rem;
        height:2rem;
    }
    .intro__right__info__top__rgt{
        width:50px;
    }
    .intro__section__in.alternate__info__sec .intro__right{
        padding-right:1.4rem;
        flex:2;
        width:100%;
    }
    .intro__section__in .intro__bank__acounts {
        width: 30rem;
        flex: unset;
    }
    .profile__avathor__sec{
        display: none;
    }
    .profile__bank__heading {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .avathor__tab__sec{
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        border: .2rem solid #fff;
        background: linear-gradient(134.22deg, #E2FFFD 18.32%, #58CED9 103.74%);
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .avathor__tab__sec img{
        width:100%;
        height: 100%;
        object-fit: scale-down;
    }
    .profile__name__sec{
        flex:1;
        width:100%;
        text-align: left;
    }
    .financial__team__section__in{
        overflow: auto hidden;
    }
    .financial__team__section__clmn {
        flex: unset;
        min-width: 32.8rem;
    }
    .money__info__sec ul{
        max-width:49rem;
    }
}
@media(max-width:1300px){
    .intro__section__in.alternate__info__sec .intro__right {
        padding-bottom:2.4rem;
    }
    .intro__right__info__bottom {
        flex-direction: column;
        gap: 1rem;
    }
    .intro__right__info__bottom__left.rgt {
        text-align: left;
    }
    .intro__section__main{
        flex-direction: column;
    }
    .swiper__slider__sec {
        max-width: 100%;
    }
    .swiper__round__sec {
        width: 27.8rem;
        height: 25.8rem;
    }
    .swiper__round__sec__in {
        width: 21.8rem;
        height: 20.8rem;
    }
    .svg_last_anim {
        width: 35rem;
    }

}

.two__column__layout .financial__team__section__clmn{
    width:auto;
    min-width: unset;
}
