@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap');

/*  font-family: "Manrope", sans-serif; */
:root {
    --primaryColor: #1c1c57;
    --secondryColor: #08ce8a;
    --bodyPara: #73739a;
    --primaryFont: "Manrope", sans-serif;
    --grayBg: #F7F7FC;
}

/* .fasilities__inner .active .icon img {
    filter: unset !important;
} */
body * {
    font-family: var(--primaryFont);
}
.mt-50{
    margin-top: 50px !important;
}
.founder-name{
    display: none;
}
.bg-base{
    background: var(--base) !important;
}
.highlight-text{
    color: #fff !important;
    font-weight: 700;
    font-size: 22px !important;
}

.error-message {
    position: absolute !important;
    margin-left: auto !important;
    margin-top: 6px;
}

.banner__section::before {
    /* height: 440px !important; */
    height: 45% !important;
}

#frontEndCheckPlan {
    height: 44px !important;
}

.partner-section {
    margin-top: 16px !important;
}

.shake-new {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

.shake1 {
    animation: shake-animation1 4.72s ease infinite;
    transform-origin: 50% 50%;
}

.about-title {
    font-family: var(--primaryFont);
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 22px;
}

@keyframes shake-animation1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0px, -10px);
    }

    75% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0);
    }

    1.78571% {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }

    3.57143% {
        transform: translate3d(3, 2px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }

    5.35714% {
        transform: translate3d(6px, 5px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }

    7.14286% {
        transform: translate3d(9, 7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }

    8.92857% {
        transform: translate3d(12px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }

    10.71429% {
        transform: translate3d(13px, 14px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }

    25.71429% {
        transform: translate3d(9px, 7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }

    50.71429% {
        transform: translate3d(-4px, 5px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }

    75.71429% {
        transform: translate3d(-2px, 2px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }

    100% {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform-style: preserve-3d;
    }
}

.mega-menu-link.active .icon img {
    background: transparent !important;
    filter: brightness(25) !important;
}

.download-before::before {
    position: absolute;
    content: '';
    width: 770px;
    min-height: 770px;
    min-width: 770px;
    background-image: linear-gradient(153deg, #9599ff, #767bf8);
    border-radius: 9999px;
    bottom: -9.953px;
    right: -24%;
    z-index: -1;
}

.h-btn,
.app-download a {
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.h-btn:hover,
.app-download a:hover {
    transform: translateY(-10px) !important;
}

.hpara {
    color: var(--bodyPara);
    font-family: var(--primaryFont);
}

.footer__widget .widget__link .link::before {
    display: none !important;
}

.partner-text {
    font-weight: 500;
    font-size: 22px;
}

.partner-logo-sec {
    display: flex;
    justify-content: space-between;
}

.partner-logo-sec img {
    width: 140px !important;
    object-fit: contain;
}
.mobile__recharge .d-flex.justify-content-between h6 {
    margin-bottom: 0 !important;
}
.mobile__recharge .d-flex.justify-content-between {
    align-items: center;
    margin-bottom: 18px;
}
@media screen and (min-width: 1400px) {
    .founder-name{
        display: block;
    }
}
@media screen and (min-width: 991px) {
    .download-before::before {
        position: absolute;
        content: '';
        width: 770px;
        min-height: 770px;
        min-width: 770px;
        background-image: linear-gradient(153deg, #9599ff, #767bf8);
        border-radius: 9999px;
        bottom: -9.953px;
        right: -24%;
        z-index: -1;
    }

    .download-sec {
        overflow: hidden;
        z-index: 99;
    }
}

.part-sec {
    border-bottom: 1px solid #E3E3FD;
    padding: 14px 0px;
}

.send-sec {
    padding: 60px 0px;
}

.home-circle {
    width: 600px;
    height: 600px;
    background-image: linear-gradient(152.59deg, #e9eaff, #6d72f6);
    border-radius: 50%;
}

.send-money-left-sec {
    position: relative;
}

.send-sec {
    padding: 100px 0px 60px 0px;
}

.cr-img {
    position: absolute;
    top: 0;
}



.subtitle-warpper {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.line {
    width: 40px;
    height: 2px;
    margin-right: 16px;
    background: var(--secondryColor);
}

.sub-title {
    color: var(--secondryColor);
    font-weight: 800;
    font-family: var(--primaryFont);
    font-size: 16px;
}

.title {
    font-size: 40px;
    font-family: var(--primaryFont);
    color: var(--primaryColor);
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 24px;
    display: block;
}

.txt {
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
}

.check-sec {
    margin-top: 36px;
}

.check {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.check span {
    font-family: var(--primaryFont);
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: 500;
}

.h-btn {
    background-color: #6d72f6;
    color: #fff;
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 14px;
    padding: 26px 40px;
    font-weight: 800;
    line-height: 1.111em;
    transition: box-shadow .3s, transform .3s, background-color .3s;
    font-family: var(--primaryFont);
}

.h-btn:hover {
    color: #fff;
    background-color: #5055df;
    box-shadow: 0 10px 30px rgba(74, 58, 255, .15);
}

.btn-sec {
    margin-top: 50px;
}

.bgf {
    background: #fff;
    border: 1px solid #ececfc;
    box-shadow: 0 3px 18px 0 rgba(74, 58, 255, .11);
    color: #5055df;
}

.tab-sec {
    background: var(--grayBg);
    padding: 40px 0px;
}

.nav-pills {
    display: block !important;
}

.nav-pills .nav-link {
    padding: 25px 47px;
    border-radius: 6px;
}

.nav-pills .nav-link .title {
    color: rgb(181, 181, 212);
    transition: all .3s ease-in-out;
}

.nav-pills .nav-link.active .title {
    color: var(--primaryColor);
}

.nav-pills .nav-link.active {
    background: #fff !important;
    box-shadow: 0 18px 30px 0 rgba(28, 28, 87, .05) !important;
}

.tab-sub {
    display: none;
}

.nav-pills .nav-link.active .tab-sub {
    display: block !important;
}

.fs-16 {
    font-size: 16px;
}

.tab-img img {
    max-width: 300px;
}

.tab-img {
    left: 25%;
}

.cta {
    padding: 74px 0px;
    background: #6d72f6;
}

.text-gray {
    color: #ececfe !important;
}

.bgs {
    background: var(--secondryColor);
}

.cta-img-container img {
    max-width: 330px;
}

.why {
    padding: 40px 0px;
    background: var(--grayBg);
}

.why-card {
    background: #fff;
    text-align: center;
    padding: 58px 0px;
    box-shadow: 0 18px 30px 0 rgba(28, 28, 87, .05);
    border-radius: 9px;
    margin-bottom: 24px;
}

.why-img-sec img {
    max-width: 75px;
}

.fs-24 {
    font-size: 24px !important;
}

.card-sec {
    margin-top: 40px;
}

.card {
    position: relative;
    padding: 60px 0px;
    z-index: 99;
}

.bofore-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 42%;
    width: 100%;
    background: #6d72f6;
    z-index: -1;
}

.bg-gray {
    background: var(--grayBg) !important;
}

.testimonial {
    padding: 60px 0px;
}

.testimonial-user-img {
    width: 80px !important;
    min-height: 80px;
    min-width: 80px;
    border-radius: 25px;
    margin-right: 25px;
}

.user-info {
    display: flex;
    align-items: center;
}

.name {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 18px;
    font-family: var(--primaryFont);
}

.app-download a {
    margin-right: 24px;
    padding: 22px 34px;
    background: #fff;
    border-radius: 14px;
    display: inline-block;
}

/* about page (changes by alok kumar gochhayat)  */
.about-hero {
    padding: 120px 0px 100px 0px;
    background-image: linear-gradient(to bottom, #f7f7fc, #fff 50%);
}
.time-line {
    position: relative;
}

.time-line::before {
    position: absolute;
    content: '';
    top: 220px;
    bottom: 0;
    width: 2px;
    height: 50px;
    background-color: #b5b5d4 !important;
    min-height: 772px;
    left: 50%;
}

.time-line-img {
    position: relative;
}

.time-line-dots {
    z-index: 1;
    width: 47px;
    max-height: 47px;
    min-height: 47px;
    min-width: 47px;
    border: 3px solid #fff;
    border-radius: 9999px;
    position: absolute;
    box-shadow: 0 11px 23px rgba(109, 114, 246, .32);
}

.one-dot {
    left: 48.3% !important;
    top: 150px;
}

.two-dot {
    left: 48.3% !important;
    top: 463px;
}

.three-dot {
    left: 48.3% !important;
    top: 800px;
}

.mission-vision-section {
    margin-bottom: 60px;
}

.fs-62 {
    font-size: 58px !important;
    line-height: 70px !important;
}

.blue-wapper .sub-title {
    color: #6472f6 !important;
}

.blue-wapper .line {
    background: #6472f6 !important;
}

.about-diivider {
    margin: 67px 0px 67px 0px !important;
    width: 100% !important;
    min-height: 1px;
    background: #d9d9e9 !important;
}

.pink-color {
    color: #6d72fc;
}

.fs-56 {
    font-size: 56px !important;
}

.about-banner-img {
    border-radius: 54px;
    object-fit: cover;
    margin-top: 70px;
    transition: all 0.5s ease-in-out;
    overflow: hidden !important;
}

.about-banner-img:hover {
    transform: scale(0.9);
    overflow: hidden;
}

.our-team-sec {
    padding: 60px 0px;
}

.team-img {
    border-radius: 14px !important;
}

.our-team {
    margin-bottom: 20px;
}

/* about page end  */
@media screen and (min-width: 991px) and (max-width: 2000px) {
    .fz-18 {
        font-size: 15px !important;
    }
    .banner__section .pratext {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1467px) {
    .send-circle {
        height: 500px !important;
        width: 500px !important;
    }

    .cr-img-card {
        width: 650px !important;
    }
    
}

/* responsive  */
@media screen and (min-width:767px) and (max-width: 1167px) {
    .banner__section::before{
        height: 35% !important;
    }
    .tab-fullwidth img{
        max-width: 100% !important;
    }
    .mob-tab-img{
        display: none;
        margin-bottom: 20px;
    }
    .hitch-static {
        margin-bottom: 12px;
    }
    .save-img1 img{
        max-width: 100%;
    }
    #hitchTabSec .tab-content > .active {
        display: none;
      }
      .nav-link.active .mob-tab-img {
        display: block !important;
      }
      .bofore-bg::before {
        max-width: 100%;
        bottom: inherit;
        min-height: 25%;
      }
      .cr-img-card {
        max-width: 100%;
        bottom: inherit;
        min-height: 25%;
        border-radius: 12px;
        margin-bottom: 16px;
      }
      .download-before::before{
        display: none;
      }
      .cta-img-container{
        text-align: center !important;
        margin-top: 12px;
      }
      #bindNum .col-lg-12 {
        width: 100% !important;
      }
      .bbps-cat .pratext{
        white-space: nowrap !important;
         overflow: hidden;
         text-overflow: ellipsis;
      }
}
@media screen and (max-width: 1167px) {
    .partner-text {
        font-size: 18px !important;
        text-align: center;
        margin-bottom: 20px;
    }
    .hitch-static {
        position: static !important;
    }
}
@media screen and (max-width: 767px) {
    .fasilities__inner {
        justify-content: start !important;
    }

    .time-line-center {
        display: none !important;
    }

    .fasilities__inner .fasilities__item {
        width: 48% !important;
    }

    .save-img1 img {
        max-width: 100% !important;
    }

    .cta {
        z-index: 99;
        overflow: hidden;
    }

    .download-before::before {
        position: absolute;
        content: '';
        width: 300px;
        min-height: 300px;
        min-width: 300px;
        background-image: linear-gradient(153deg, #9599ff, #767bf8);
        border-radius: 9999px;
        bottom: -9.953px;
        right: -24%;
        z-index: -1;
    }

    /* .footer__bottom__link {
        display: block !important;
    } */

    .footer__bottom .footer__bottom__link li a {
        margin-bottom: 6px !important;
        display: block !important;
    }

    .btn-sec {
        margin-top: 26px !important;
    }

    .why,
    .testimonial,
    .card,
    .cta {
        padding: 30px 0px;
    }

    .bharat-pay {
        right: 14px !important;
        width: 60px;
    }

    .btn-app {
        text-align: center;
    }

    .btn-app a {
        margin-bottom: 16px;
    }

    #pills-tabContent {
        margin-bottom: 24px;
    }

    .tab-img img {
        max-width: 160px;
    }

    .partner-logo-sec {
        display: block !important;
        text-align: center;
    }

    .partner-logo-sec img {
        max-width: 70px;
        margin-right: 10px;
        margin-bottom: 16px;
    }

   

    .home-circle {
        width: 330px;
        height: 330px;
    }

    .send-sec {
        padding: 0px 0px 10px 0px;
    }

    .subtitle-warpper {
        margin-top: 28px;
        margin-bottom: 10px;
    }

    .sub-title {
        font-size: 15px;
    }

    .title,
    .fs-62 {
        font-size: 23px !important;
        margin-bottom: 14px !important;
    }

    .fs-62 {
        line-height: 28px !important;
    }

    .about-section {
        padding: 60px 0px 60px 0px !important;
    }

    .main-counter .txt {
        text-align: center !important;
    }

    .about-diivider {
        margin: 24px 0px 24px 0px !important;
    }

    .about-banner-img {
        margin-top: 24px;
    }

    .txt {
        font-size: 16px;
    }

    .download .h-btn {
        display: block;
        margin-bottom: 15px;
    }

    .bofore-bg::before {
        max-width: 100%;
        bottom: inherit;
        min-height: 25%;
    }

    .cr-img-card {
        max-width: 100% !important;
    }
}

/* min 991 px  */
@media screen and (min-width: 991px) {
    .testimonial .why-card {
        height: 380px !important;
    }
    .our-story-card.right {
        margin-left: 60px !important;
    }

    .about-card {
        text-align: start !important;
        display: flex !important;
        align-items: center !important;
    }

    .our-story-card.left {
        margin-right: 60px;
    }

    .our-team-sec .title {
        font-size: 32px !important;

    }

    .about-card .why-txt {
        margin-left: 40px;
    }

    .save-img {
        top: -76px !important;
    }

    .nav-pills .nav-link .title {
        font-size: 37px;
    }

    .cr-img-card {
        width: 680px;
        border-radius: 16px;
    }

    .pl-95 {
        padding-left: 95px !important;
    }

    .user-info {
        /* margin-left: -70px; */
    }

    .mob-tab-img {
        display: none;
    }
}

@media screen and (max-width: 567px) {
    .about-title{
        font-size: 17px !important;
    }
    .mm {
        margin-top: 20px !important;
    }

    .our-story-card {
        margin-bottom: 24px !important;
    }

    .hide-on-mobile,
    .time-line::before {
        display: none !important;
    }

    .error-message {
        margin-top: 0px !important;
    }

    .mob-tab-img .home-circle {
        width: 244px;
        height: 244px;
    }

    .mob-tab-img .tab-img img {
        max-width: 110px !important;
    }

    .mob-tab-img .tab-img {
        left: 27% !important;
    }

    .mob-tab-img {
        margin-bottom: 24px;
        display: none;
    }

    .nav-link.active .mob-tab-img {
        display: block !important;
    }

    #hitchTabSec .tab-content>.active {
        display: none;
    }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
    .our-story-card {
        height: auto !important;
    }

   /* .why .why-card {
        height: 395px;
    }*/

    .mission-vision-section .title {
        font-size: 32px !important;
    }

    .one-dot,
    .two-dot,
    .three-dot {
        left: 48% !important;
    }

}

@media screen and (min-width:991px) and (max-width: 1500px) {
    .banner__section .pb__40 {
        padding-bottom: 0px !important;
    }

    .send-sec {
        padding: 36px 0px 60px 0px !important;
    }
}
@media screen and (min-width: 1610px) {
    .banner__section::before {
        height: 340px !important;
    }
    
}