/* Rest of page styling*/
#mobile_top_cta{
    display: none !important;
}

.landing-hero-section{
    padding: 3rem 0rem;
    scroll-margin-top: 32px;
}

.landing-hero-section {
    padding: 24px 120px;
    height: calc(100vh - 145px);
    background-color: var(--grey-900);
}


.landing-hero-section .col-md-6:last-child{
    display: flex;
    justify-content: end;
    align-items: center;
}


.landing-hero-section .learn-to-invest {
    color: var(--grey-400) !important;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.36px;
    padding: 4px 12px;
    text-transform: uppercase;
    background: #ffffff00;
    border-radius: 80px;
    border: 1px solid var(
    --grey-700);
}
.landing-hero-section .maximum-design{
    color: var(--teal_dark) !important;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.36px;
    padding: 4px 12px;
    text-transform: uppercase;
    background: #ffffffc9;
    border-radius: 80px;
    border: 1px solid;
}
.landing-hero-section a span{
    font-weight: 700;
    line-height: 20px;
    color: var(--teal_medium);
}

.margin-Top-Div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: baseline;    
}


.landing-hero-section .hero-heading{
    font-weight: 600;
    font-size: 54px;
    line-height: 73.69px;
    margin: 14px 0px;
    color: white;
}
.landing-hero-section .hero-text{
    font-family: manrope;
    color: var(--grey-500);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 24px;
}
.landing-hero-section .btn-dark-wright{
    width: 334px;
    height: 50px;
    border-radius: 8px;
    padding: 12px 8px;
    font-size: 20px !important;
    line-height: 27.32px;
    /* margin-top: 20px; */
    background: linear-gradient(90deg, #D57BC8, #693A64);
    color: var(--grey-900);
    box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
}




.top-banner-img{
    position: relative;
    text-align: end;
    height: 584px;
    width: 480px;
    background: linear-gradient(180deg, #4f5b6b 42.18%, rgba(29, 41, 57, 0) 100%);
    border-radius: 24px;
}

.img-div {
    background-color: var(--white);
    padding: 8px;
    border-radius: 8px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #344054 !important;
}


.left-animation{
    animation: leftInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


.right-animation{
    animation: rightInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.right-animation1{
    animation: rightInAnimation1 ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.introduction-video{
    margin-top: 16px;
}

.introduction-video span{
    font-family: Manrope;
    font-size: var(--font-size-14);
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--grey-300) !important;margin-top: 10px;
}

.team-section {
    position: relative;
    /* background-color: var(--teal_light); */
    padding: 3rem 6rem 0rem;
    background: rgba(29, 41, 57, 1) !important;
}

.team-section .heading-tags h2{
    color: white;
    font-size: var(--font-size-30);
    margin-bottom: 12px;
}

.team-slide-inner-box {
    padding: 32px 64px;
    margin-top: 0.5rem;
    border-radius: 12px;
    background: rgba(52, 64, 84, 1) !important;
}

.border-round-award-img{
    display: none;
}

.team-slide-5 .award-container h3 {
    color: var(--grey-300) !important;
}

.team-section-inner .team-slide-1,
.team-section-inner .team-slide-2,
.team-section-inner .team-slide-3,
.team-section-inner .team-slide-4,
.team-section-inner .team-slide-5{
    padding: 0rem 3rem 2em;
    margin-bottom: 0rem;
    border-top-left-radius: 239px;
    border-top-right-radius: 239px;
    background: rgba(29, 41, 57, 1) !important;

}

.award-box a{
    background: rgba(52, 64, 84, 1);
    box-shadow: 6px 6px 16px 0px rgba(14, 24, 39, 0.4);
    box-shadow: -6px -6px 16px 0px rgba(64, 82, 103, 0.4);

}

.award-box p {
    color: white !important;
    font-family: Manrope;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}



@keyframes leftInAnimation {
    0% {
        margin-left: -100px;
    }

    100% {
        margin-left: 40px;
    }
}

@keyframes rightInAnimation {
    from{
        margin-left: 300px;
    }   
    to{
        margin-left: 140px;
    }
}

@keyframes rightInAnimation1 {
    from{
        margin-left:300px;
    }   
    to{
        margin-left:55px;
    }
}





.threebuttons{
    flex-direction: column;
}

.threebuttons_box{
    width: 100%;
}

.mf-block-home,.equity-block-home,.Pms-block-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 260px;
    margin-bottom: 38px;
    padding: 14px;
    border-radius: 14px;
    background: #1D2939;
    box-shadow: 6px 6px 16px 0px rgba(14, 24, 39, 0.7);
    box-shadow: -6px -6px 16px 0px rgba(39, 53, 70, 0.9);
}

.mf-inner-block , .equity-inner-block ,  .pms-inner-block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.mf-block-home svg:first-child{
    border-radius: 8px;
    background-color: var(--Teal-Medium, #96DDCC);
}

.equity-block-home svg:first-child{
    border-radius: 8px;
    background: var(--Purple-medium, #D9D0FC);
    width: 42px;
    height: 42px;
    padding: 8px;
}

.Pms-block-home svg:first-child{
    padding: 0px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border-radius: 8px;
    background:  var(--pink-Dark);
}

.mf-block-home h5, .equity-block-home h5,.Pms-block-home h5{
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #D0D5DD;
}

.mf-block-home p, .equity-block-home p,.Pms-block-home p{
    color: var(--grey-300);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    margin-bottom: 0;
    text-align: left;
}

.equity-block-home{
    margin-left: 140px;
}

.Pms-block-home{
    margin-left: 70px;
}


/* .top-banner-img{
    background-image: url('/static/img/home/index-hero-section.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 584px;
    width: auto;
    position: relative;
} */

.strip-img{
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 100%;
}

.cross-frame{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.cta-button-box{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}



.marquee {
    height: 36px;
    width: 180%;
    border: 1px solid #eed;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    background: var(--Grey-100, #F2F4F7);
}


.marquee--inner span img {
    width: 20px;
}

.orb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 37.7px;
    float: left;
    position: relative;
}


.marquee--inner span .orb p:nth-child(2) {
    font-weight: 800!important;
    margin: 0 8px;
}


.marquee--inner span .orb p {
    font-family: manrope;
    font-size: var(--font-size-12);
}

.marquee--inner span .orb p:nth-child(3) {
    margin: 0 8px;
}

.orb::after {
    content: "";
    position: absolute;
    right: -34px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #f2f4f7;
}



.investment_philosophy{
    padding: 3rem 7rem 1rem 7rem;
    background: rgba(16, 24, 40, 1);
  }
  .investment_philosophy .heading_text h3{
    color: white;
    text-align: center;
    font-family: Manrope;
    font-size:var(--font-size-36);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 18px;
  }

 .investment_philosophy .heading_text p{
      color: var(--grey-400);
    text-align: center;
    font-family: Manrope;
    font-size:var(--font-size-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

  .investment_philosophy .col-lg-4 {
    margin-bottom: 36px;
}

  .investment_philosophy .col-lg-4 .card{
    /* background: var(--Pink-light, #FFEBFC); */
    background: rgba(16, 24, 40, 1);
    box-shadow: 14px 14px 40px 0px rgba(5, 15, 30, 0.9);
    box-shadow: -9px -9px 28px 0px rgba(33, 53, 79, 0.32);
  }

.investment_philosophy .col-lg-4 .card h5{
    color:white;
}
  .investment_philosophy .col-md-4 h5{
    font-size: var(--font-size-18) !important;
  }
   .investment_philosophy .col-md-4 p{
    font-size: var(--font-size-12);
    font-family: 'Manrope';
  } 
  .investment_philosophy_inner .card{
    height: 233px;
    border: 0;
    padding: 64px 32px 24px;
    position: relative;
    border-radius: 16px;
    /* border: 1px solid var(--Grey-100, #F2F4F7); */
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  }

  .investment_philosophy_inner .card:hover {
    box-shadow: 0px -3px 24px 0px rgb(0 0 0 / 15%);
    transition: .3s ease all;
    margin-top: -3px;
}

  .investment_philosophy_inner .card-body {
    padding:0;
  }
  .investment_philosophy .col-lg-4 .card .card-img{
    position: absolute;
    width: auto;
    right: 0px;
    top: -1px;
    mix-blend-mode: luminosity;
  }
  .investment_philosophy_inner h5{
    font-weight:600;
    font-size: var(--font-size-24);
    color: var(--Grey-900, #101828);
    margin-bottom: 10px;
  }
  .investment_philosophy_inner p{
    font-family:'manrope';
    color: rgba(102, 112, 133, 1);
  } 
  
  .investment_philosophy .card-footer {
    padding: 24px 0px 0px;
    background-color: var(--grey-900);
    border-top: 0;
  }
  /* .investment_philosophy .card-footer a{
    color: #1D1D1D;
    transition: 1s all ease-out;
    font-family: 'Manrope';
    font-weight: 500;
    background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  } */
  .investment_philosophy .card-footer a:hover img{
    margin-left: 2px;
    transition: .3s all ease-in-out;
  }
  .investment_philosophy .card-footer a img{
    margin-bottom: .1rem;
  }




  .explore-investment-portfolios-heading h3{
    color:white;
    font-family: Manrope;
    font-size: 36px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
}

.explore-investment-portfolios-heading p{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--grey-400);
    padding: 18px 22px 0;
}
  .explore-investment-portfolios .card {
    border-radius: 0.25rem!important;
    border: 1px solid rgba(128, 128, 128, 0);
    box-shadow: 0 0 7px rgb(0 0 0 / 5%);
    transition: .3s ease-out;
}
.explore-investment-portfolios .card h4{
    font-weight: 600;
    font-size: var(--font-size-18);
    color: #ffffff;
}


.explore-investment-portfolios .card .inner-box-data p{
    margin-bottom: 0;
    font-family: manrope;
    color: #fffcfc;
    font-size: 13px;
}

.inner-box-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explore-investment-portfolios .card .inner-box-data h6{
    color: rgb(199 193 193);
    margin-bottom: 0;
    font-family: manrope;
}

.explore-investment-portfolios .card p{
    margin-bottom: 0;
}

.explore-investment-portfolios .card .card-header{
    border-bottom: 0;
    background: none;
    position: relative;
    padding: 30px 20px 20px;
}

.explore-investment-portfolios .card.pink-border .card-header::after {
    background: linear-gradient(94.03deg, #FFD6E9 0%, #FF9BD3 52.62%, #FFD6E9 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.explore-investment-portfolios .card.purple-border .card-header::after {
    background: linear-gradient(94.03deg, #E6D8FF 0%, #C3A6FF 52.62%, #E6D8FF 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.explore-investment-portfolios .card.green-border .card-header::after {
    background: linear-gradient(94.03deg, #D9F9F4 0%, #96DDCC 52.62%, #D9F9F4 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.explore-investment-portfolios .card .card-header p{
    color: #6c757d;
    font-family: manrope;
    font-size:15px;
}


.badge-dark {
    border-radius: 40px;
    border: 1px solid var(--Teal-Dark, #579888);
    background: var(--Grey-700, #344054);
    color: var(--Teal-Medium, #96DDCC);
    font-family: Manrope;
    font-size: 12px;
    padding: 2px 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.txt_red {
    background-color: #ffebfc00 !important;
    color: var(--teal_medium) !important;
} 
.explore-investment-portfolios .card  .btn-light {
    width: 100%;
    font-family: manrope;
    font-weight: 600;
}

.pink-border{
    background-color: var(--pink_light);
}

.perfect_portfolio {
    padding: 40px 120px;
    background: var(--grey-900) !important;
}
.explore-investment-portfolios .card {
    border-radius: 12px!important;
    border: 1px solid rgba(128, 128, 128, 0);
    box-shadow: 0 0 7px rgb(0 0 0 / 5%);
    transition: .3s ease-out;
    background: var(--grey-800);
}

#view-btn {
    display: block;
    margin: 20px auto;
    width: 80%;
    padding: 12px 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#view-btn:active {
    transform: translateY(0);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    /* background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%); */
}

.explore-investment-portfolio .nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.explore-investment-portfolio .nav-item .nav-link:hover{
    color: var(--white) !important;
}

.explore-investment-portfolio .active{
    color: rgb(11 11 11);
    background-color: var(--white);
    border-radius: 10px;
    padding: 10px 24px;
    font-family: manrope;
    font-weight: 500;
}


.explore-investment-portfolios .card .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    /* border: 1px solid #FF9BD3 !important; */
    background: var(--Grey-700, #344054);
    /* color: #cf328b; */
    font-family: Manrope;
}

.explore-investment-portfolios .card {
height: 300px;
}

.explore-investment-portfolios .inner-box-data{
margin-top: 5px;
}

.explore-investment-portfolios .btn-yellow-outline-wright {
    width: 100%;
    margin-top: 15px;
    height: 45px;
    font-family: 'Manrope';
    font-size: var(--font-size-16);
    font-weight: 600;
}


#portfolioContainer img,.graphClass{
    display: none;
}

.img-graph{
    display: block !important;
    width: 100%;
}

.img-graph img{
    max-width: 100%;
}

.explore-investment-portfolio{
    background: var(--navy_blue);
    padding: 48px 120px;
}

.explore-investment-portfolio-heading h2{
    color: white;
    font-weight: 600;
    font-size: var(--font-size-36);
    line-height: 65.57px;
    text-align: center;
    margin-bottom: 0rem;
}

.explore-investment-portfolio-heading p{
    font-weight: 400;
    font-family: manrope;
    font-size: var(--font-size-16);
    line-height: 28px;
    text-align: center;
    color: #98A2B3;
    margin: 0rem 0rem 1rem;
}
.explore-investment-portfolio .col-md-12{
    display: flex;
    justify-content: center;
}

.explore-investment-portfolio .nav-pills{
    Padding: 8px 12px;
    width: max-content;
    background: var(--gray-blue-shade);
    border-radius: 16px;
}
.explore-investment-portfolio .nav-pills .nav-link{
    font-size: var(--font-size-16);
    line-height: 24px;
    font-family: manrope;
    color: var(--grey-light-blue);
    padding: 10px 24px;
}

.explore-investment-portfolio .nav-pills .nav-link.active,
.explore-investment-portfolio .nav-pills .show>.nav-link {
    color: rgb(11 11 11);
    background-color: var(--white);
    border-radius: 10px;
    padding: 10px 24px;
}

.explore-investment-portfolio .card{
    background-color: var(--dark-grey-blue);
    border: 1px solid var(--semi-gray);
    border-radius: 10px;
    height: 248px;
}

.explore-investment-portfolio .btn-outline-wright{
    padding: 10px 32px 10px 48px;
    font-size: var(--font-size-14); 
}

.separating-dot{
    position: relative;
    margin-left: .5rem;
}
.separating-dot::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: var(--light_gray);
    top: 9px;
    left: -7px;
    border-radius: 50%;
}


.explore-investment-portfolio .card-header{
    border-bottom: 0px; 
    background-color: rgb(0 0 0 / 0%) !important;
    position: relative;
} 


.explore-investment-portfolio .card-header h4{
    font-size: var(--font-size-16);
    font-weight: 700;
    color: var(--white-blue-shade);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* background: #fff; */
}
.explore-investment-portfolio #pink-border{
    border-top:5px solid var(--pink_medium);
    border-radius: 10px;
}
.explore-investment-portfolio #teal-border{
    border-top:5px solid var(--teal_dark);
    border-radius: 10px;
}
.explore-investment-portfolio #purple-border{
    border-top:5px solid var(--purple_dark);
    border-radius: 10px;
}
.explore-investment-portfolio .card p{
    margin-bottom: 0;
    color: var(--light_gray);
    font-family: manrope;
    font-size: var(--font-size-13);
}

.explore-investment-portfolio .card:hover{
    box-shadow: 0px -3px 24px 0px rgb(0 0 0 / 15%);
    transition: .3s ease all;
    margin-top: -3px;
}

.explore-investment-portfolio .card-header .badge{
    font-family: manrope;
    border: 1px solid var(--teal-extra-light);
    border-radius: 40px;
    font-size: var(--font-size-12);
    font-weight: 600;
    line-height: 16.39px;
    background-color: var(--grey-shade);
    padding: 4px 12px;
    color: var(--cyan-medium);
    position: absolute;
    right: 17px;
    top: 15px;
}

.explore-investment-portfolio .card-body {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 12px;
    padding-top: 0;
}

.explore-investment-portfolio .card-body .inner-box-data{
    display: flex;
    justify-content: space-between;
}

.explore-investment-portfolio .card .card-body p{
    font-size: var(--font-size-12);
}

.explore-investment-portfolio .card .card-body h6{
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: 21.86px;
    color:var(--grey-light-blue);
}

.explore-investment-portfolio .card-body button{
    font-family: manrope;
    padding: 14px 24px 14px 24px;
    font-size: var(--font-size-16);
    font-weight: 600;
    border-radius: 5px;
}

.explore-investment-portfolio .col-md-4{
    margin-bottom: 1rem;
}

.explore-investment-portfolio .btn-outline-light {
    color: var(--white-blue-shade);
    border-color: var(--semi-gray);
    font-size: var(--font-size-14);
    font-weight: 600;
    padding: 10px 32px 10px 48px;
    border-radius: 10px;
    width: 186px;
    height: 44px;
}



.explore-investment-portfolio .btn-outline-wright:hover img{
    filter: invert(1);
}

/* Common Card Styles */
.explore-investment-portfolios .card {
    background: linear-gradient(135deg, #1e1e2e, #28293d);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.explore-investment-portfolios .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Card Borders */
.pink-pms-border {
    border-top: 5px solid #FF9BD3 !important;
    background: linear-gradient(135deg, #FFD6E9, #FF9BD3);
}

.purple-pms-border {
    border-top: 5px solid #C3A6FF !important;
    background: linear-gradient(135deg, #E6D8FF, #C3A6FF);
}

.teal-pms-border {
    border-top: 5px solid #96DDCC !important;
    background: linear-gradient(135deg, #D9F9F4, #96DDCC);
}

/* Badges */
.badge-pink-border {
    border: 1px solid #FF9BD3;
    color: #FF9BD3;
    background: rgba(255, 155, 211, 0.1);
}

.badge-purple-border {
    border: 1px solid #C3A6FF;
    color: #C3A6FF;
    background: rgba(195, 166, 255, 0.1);
}

.badge-green-border {
    border: 1px solid #96DDCC;
    color: #96DDCC;
    background: rgba(150, 221, 204, 0.1);
}

/* Buttons */
.btn-pink-outline-wright {
    background: transparent;
    border: 1px solid #FF9BD3;
    color: #FF9BD3;
    transition: all 0.3s ease-in-out;
}

.btn-pink-outline-wright:hover {
    background: #FF9BD3;
    color: #fff;
}

.btn-purple-outline-wright {
    background: transparent;
    border: 1px solid #C3A6FF;
    color: #C3A6FF;
    transition: all 0.3s ease-in-out;
}

.btn-purple-outline-wright:hover {
    background: #C3A6FF;
    color: #fff;
}

.btn-green-outline-wright {
    background: transparent;
    border: 1px solid #96DDCC;
    color: #96DDCC;
    transition: all 0.3s ease-in-out;
}

.btn-green-outline-wright:hover {
    background: #96DDCC;
    color: #fff;
}


/* Badge Style */
/* .badge-dark {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #F9DE7A;
    color: #F9DE7A;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
}

.badge .badge-pink-border{
    border: 1px solid #D57BC8;
    color: #D57BC8;
}

.badge .badge-purple-border{
    border: 1px solid #C0B1F8;
    color: #C0B1F8;
}
.badge .badge-teal-border{
    border: 1px solid #579888;
    color: #579888;
} */
/* Button Consistency */
/* .btn-light {
    background-color: transparent;
    border: 1px solid #F9DE7A;
    color: #F9DE7A;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background-color: #F9DE7A;
    color: #000;
} */

/* Inner Box Data Styling */
.inner-box-data {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.inner-box-data p {
    color: #B0B3C8;
    font-size: 12px;
}

.inner-box-data h6 {
    font-size: 16px;
    color: #fff;
}



.feature-in-the-news{
    padding: 15px 0px;
    background: rgba(29, 41, 57, 1);
}
.feature-in-the-news .heading-text{
    text-align: center;
}
.feature-in-the-news .heading-text h4{
    color: var(--light_gray);
    font-weight: 600;
    font-size: var(--font-size-24);
    line-height: 32.78px;
    text-align: Center;
}
.feature-in-the-news h2{
    color: white;
    font-weight: 400;
    font-size: var(--font-size-36);
    line-height: 57.37px;
    text-align: Center;
    width: 956px;
    height: 114px;
    margin: 2rem auto;
}

.feature-in-the-news a{
    display: block;
    height: 200px;
}

.feature-in-the-news img {
    display: block;
    width: auto !important;
    margin: 2rem auto 0rem;
}

.feature-in-the-news .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #464343;
}

.feature-in-the-news .carousel-indicators {
    bottom: -60px;
}

.wright-community{
    background-color: var(--purple_light);
    padding: 3rem 0rem;

}

.wright-community .carousel-inner {
    padding: 3rem 11rem;
}

.wright-community .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #464343;
}

.wright-community .carousel-indicators {
    bottom: -30px;
}

.wright-community h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 49px;
    text-align: center;
    margin-bottom: 0rem;
}
.wright-community .quote-img{
    width: 25.8px;
    height: 23.38px;
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.wright-community .card{
    border: 1px solid var(--purple_dark);
    border-radius: 13px;
    height: 265px;
    position: relative;
}
.quote-text{
    font-family: manrope;
    font-size: var(--font-size-16);
    line-height: 24px;
    margin-bottom: 2rem;
    color: var(--wrightblack);
}

 .client-img-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 197.78px;
    height:42.83px;
    font-family: manrope;
    position: absolute;
    bottom: 25px;
 }

.wright-community .client-img-box .client-img{
    max-width: 100% !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid rgb(228, 226, 226);
    margin-right: .3rem;
}
.wright-community .client-img-box h6{
    font-size: var(--font-size-15);
    font-weight: 600;
    color: var(--wrightblack);
}
.wright-community .client-img-box p{
    font-size: var(--font-size-13);
    font-weight: 600;
    color: var(--semi-light-grey);
}
.wright-community .owl-item img {
    display: block;
    max-width: 100% !important;
}

.wright-community  .owl-dots, 
.wright-community .owl-nav {
    text-align: center;
    margin-top: 2rem;
}

.wright-community .owl-dot.active, .wright-community .owl-dot.active, .owl-dot.active {
    background-color: var(--semi_grey);
}

.play-store-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.play-store-qr h4{
    margin-top: 2rem;
    font-size: var(--font-size-36);
    font-weight: 600;
    margin-bottom: 1rem;
}

.apps img:not(:last-child) {
    margin-bottom: 1rem;
}

.play-store-qr img{
    display: block;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.app-qr{
    padding: 3rem 120px 0px;
}
.app-qr .col-md-7 h3{
    font-size: var(--font-size-36);
    font-weight: 600;
    line-height: 56px;
    width: 608px;
}

.app-qr .col-md-7 p{
    font-size: var(--font-size-20);
    font-weight: 400;
    line-height: 32px;
    font-family: manrope;
 
}
.iPhone-pro{
    position: relative;
    z-index: 100;
}

.fancy-bg-img {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: -55px;
}



.ai-Risk-Modeling{
    padding: 36px 140px 48px;
    background: var(--Pink-light, #FFEBFC);
  }

.ai-Risk-Modeling h2{
    color: var(--Grey-900, #101828);
    text-align: center;
    /* Semibold (Heading)/H3 */
    font-family: Manrope;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 155.556% */
    margin-bottom: 36px;
}
  
  .blog-div-right{
    padding: 0px 16px 0px 0px;
  }
  
  
  .blog-div-right .card{
    padding: 16px;
    border-radius: 16px;
  }
  .blog-div-right .card-body{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .blog-div-right .card-body p{
    margin-bottom: 0;
  }
.blog-div-right .card .ai-top-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 16px;
}
  
  .blog-heading-ai{
    color: var(--Grey-900, #101828);
}
.truncate {
    width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background:#fff;
    }


  
  .blog-div-right .card .ai-top-img{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  
  .read{
    color: var(--Grey-400, #98A2B3);
  font-feature-settings: 'salt' on, 'liga' off;
  /* Semibold (Heading)/14 semibold */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  }
  
  .blog-text-ai{
    color: var(--Grey-500, #667085);
  
  /* Regular/16 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  }
  
  .blog-div-right .card-footer{
    background-color: white;
    border-top: 0;
    margin-top: 13px;
  }
  
  .blog-div-right .card-footer a{
    color: var(--Pink-Dark, #D57BC8);
    /* Semibold (Heading)/16 semibold */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  
  
  .next-back-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: white;
    padding: 14px 17px;
    border-radius: 50%;
  }
  
  .carousel-control-prev-icon {
    background-image: url(/static/img/newIcons/arrow-right.svg);
    transform: rotate(180deg);
    filter: grayscale(100%);
  }
  
  .carousel-control-next-icon {
    background-image:url('/static/img/newIcons/arrow-right.svg');
    filter: grayscale(100%);
  }


  .carousel-control-next, .carousel-control-prev{
    width: 4%;
  }
  
  .carousel-control-next {
    right: -100px;
}
    

.carousel-control-prev{
    left: -100px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #D57BC8 !important;
}






.faq_section{
    padding-top: 72px;
    padding-bottom: 80px;
    padding-left: 140px;
    padding-right: 140px;
    background-color:var(--Grey-900, #101828);
  }
  
  .faq_section .faq-heading{
    color: white;
    font-family: Manrope;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .faq_section .card{
    margin-bottom: 16px;
    border: 0;
    border-radius: 16px;
    /* background: var(--Gradient-Purple-pink-gradient, linear-gradient(92deg, #FFEBFC 0%, #D6CBFE 100%)); */
    background: rgba(29, 41, 57, 1);
  }
  
  
  .faq_section .card-header{
    background-color: rgba(109, 98, 98, 0);
    border: 0;
    padding: 24px 24px 16px;
  }
  
  
  
  .faq_section .card-body{
    padding: 0px 24px 24px;
  }
  
  .faq_section .btn-link{
    padding: 0;
    color: var(--grey-900, #101828);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  .faq_section .accordion .card:last-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 16px;
  }
  
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 16px;
  }
  
  .faq_section .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 16px;
  }
  
  .accordion-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq_section .card-header[aria-expanded=true] .btn-link{
    color: white;
  }

  .faq_section .card-header[aria-expanded=false] .btn-link{
    color: var(--grey-500);
  }

  .faq_section .card-header[aria-expanded=true] .minus-risk {
    display: block;
    border-radius: 32px;
    background: var(--Grey-700, #344054);
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
    box-shadow: -4px -5px 9px 0px rgba(16, 24, 40, 0.74) inset;
    box-shadow: 2px 2px 6px 0px rgba(255, 255, 255, 0.18) inset;
  }
  
  .faq_section .card-header[aria-expanded=true] .minus-risk img{
    transform: none;
    filter: invert(1);
  }
  
  .faq_section .card-header[aria-expanded=true] .plus-risk {
    display: none;
    transform: none;
  
  }
  
  
  .faq_section .card-header[aria-expanded=false] .minus-risk {
    display: none;
  }
  
  .faq_section .card-header[aria-expanded=false] .plus-risk {
    display: block;
    border-radius: 32px;
    /* background: var(--Purple-medium, #D9D0FC); */
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #96DDCC 0.13%, #579888 101.77%);
    box-shadow: -4px -5px 9px 0px rgba(77, 64, 17, 1) inset;
    box-shadow: 2px 3px 7px 0px rgba(255, 255, 255, 0.5) inset;
  }
  
  .faq_section .card-header[aria-expanded=false] {
    background-color: var(--grey-900);
  }
  
  
  .faq_section .card-body p{
    color: var(--grey-400);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px
  }
  

  


.all-about-section {
    background: var(--grey-900);
    padding: 40px 140px 40px;
    position: relative;
  }
  
  .all-about-section-text {
    display: inline-flex;
    padding: 40px 32px 32px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
    position: relative;
    z-index: 10;
    box-shadow: -9px -4px 28px 0px rgba(33, 53, 79, 0.32);
  }
  
  .all-about-text h2 {
    color: white;
    /* Semibold (Heading)/feature news */
    font-family: Manrope;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
  }
  
  .all-about-text p {
    color: white;
    /* Regular/20 regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
  }
  
  .readMoreLesstext h2 {
    margin-bottom: 16px;
    color: white;
    /* Semibold (Heading)/H4 */
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  
  
  .readMoreLesstext h3 {
    margin-bottom: 16px;
    color: white;
    /* Semibold (Heading)/H4 */
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .readMoreLesstext h4 {
    font-size: var(--font-size-18);
    color: white;
}
  
  .readMoreLesstext p,
  .readMoreLesstext li {
    color: var(--grey-400, #667085);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
  }
  
  
  .readMoreLesstext li {
    margin-left: 24px;
  }
  
  
  .all-about-section .bottom-fancy-img {
    position: absolute;
    left: 140px;
    bottom: 0;
  }
  
  .all-about-text {
    position: relative;
    z-index: 10;
  }
  
  .readMoreLess {
    font-size: var(--font-size-16) !important;
    cursor: pointer;
    font-weight: 700;
    color: #d57bc8 !important;
}

.know-more {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.know-more img {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.know-more:hover img {
    transform: translateX(5px);
}

a.know-more-1 {
    color: #D57BC8;
}

.know-more-2 {
    color: #579888;
}

.know-more-3 {
    color: #7760c9;
}

.know-more-4 {
    color: #7760c9;
}

.know-more-5 {
    color: #579888;
}

.know-more-6 {
    color: #D57BC8;
}

.know-more-1:hover { color: #B85EA3; }
.know-more-2:hover { color: #457F6D; }
.know-more-3:hover { color: #57439A; }
.know-more-4:hover { color: #674fb4; }
.know-more-5:hover { color: #62ad9b; }
.know-more-6:hover { color: #e48bd6; }

@media (max-width:1366px) {

    .landing-hero-section {
        padding: 12px 120px;
        height: calc(100vh - 114px);
    }
    .margin-Top-Div {
        justify-content: flex-start;
        margin-top: 3rem;
    }

    .landing-hero-section .hero-heading {
        font-size: var(--font-size-36);
        line-height: 48.69px;
    }

    .landing-hero-section .hero-text {
        font-size: var(--font-size-18);
        margin-bottom: 16px;
    }

    .showStats h6 {
        font-size: var(--font-size-24);
        font-weight: 600;
        line-height: 38.25px;
    }

    .showStats p {
        margin-bottom: 0;
        color: var(--off_grey);
        font-weight: 400;
        font-size: var(--font-size-14);
    }

    .top-banner-img {
        height: 430px;
        width: 389px;
    }

    .mf-inner-block, .equity-inner-block, .pms-inner-block {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0px;
    }
    .mf-block-home, .equity-block-home, .Pms-block-home {
        width: 214px;
        padding: 8px;
        margin-bottom: 28px;
    }

    .mf-block-home h5, .equity-block-home h5, .Pms-block-home h5 {
        font-size: 14px;
    }

    .mf-block-home p, .equity-block-home p, .Pms-block-home p {
        font-size: 10px;
        line-height: 16px;
    }

    .img-div svg{
        width: 35px;
        height: 35px;
    }
    .cta-button-box {
        position: absolute;
        top: 40px;
    }

    .Pms-block-home {
        margin-left: 55px;
    }
    .equity-block-home {
        margin-left: 94px;
    }


    .marquee {
        height: 30px;
    }

    .marquee--inner {
        margin: 3px 0;
    }

    .investment_philosophy {
        padding: 36px 120px 18px;
    }

    .investment_philosophy .heading_text h1 {
        font-size: var(--font-size-28);
        margin-bottom: 28px;
    }
    .investment_philosophy_inner .card {
        height: 192px;
        padding: 48px 32px 18px;
    }
    
    
    .investment_philosophy_inner h5 {
        font-size: var(--font-size-20);
        margin-bottom: 10px;
    }
    .investment_philosophy .col-lg-4 {
        margin-bottom: 32px;
    }

    .investment_philosophy_inner p {
        font-size: var(--font-size-12);
    }
    .investment_philosophy .card-footer a {
        font-size: var(--font-size-14);
    }

    .investment_philosophy .col-lg-4 .card .card-img {
        height: 90px;
        width: auto;        
    }

    .explore-investment-portfolio-heading h2 {
        font-size: var(--font-size-28);
        line-height: 48.57px;
    }

    .explore-investment-portfolio .nav-pills .nav-link {
        font-size: var(--font-size-14);
        line-height: 24px;
        padding: 8px 24px;
    }

    .explore-investment-portfolio .active {
        padding: 8px 24px;
    }

    .explore-investment-portfolio .card-body {
        gap: 12px;
    }

    .explore-investment-portfolio .card .card-body h6 {
        font-size: var(--font-size-14);
    }

    .explore-investment-portfolio .card-header h4 {
        font-size: var(--font-size-14);
        
        /* background: #fff; */
    }

    .explore-investment-portfolio .card p {
        font-size: var(--font-size-12);
    }

    .explore-investment-portfolio .card {
        height: 232px;
    }
    .explore-investment-portfolio .card-body button {
        padding: 10px 24px 11px 24px;
        font-size: var(--font-size-14);
    }

    .wright-community h2 {
        font-size: 28px;
    }

    .feature-in-the-news h2 {
        font-size: var(--font-size-28);
    }

    .blog-div-right .card .ai-top-img {
        height: auto;
    }

    .blog-heading-ai {
        font-size: var(--font-size-16);
    }

    .read {
        font-size: 10px;
        line-height: 12px;
    }

    .blog-text-ai {
        font-size: var(--font-size-12);
    }
    .blog-div-right .card-footer a {
        font-size: var(--font-size-12);
    }

    .app-qr .col-md-7 h3 {
        font-size: var(--font-size-28);
        line-height: 42px;
        margin-bottom: 16px;
    }
    .app-qr .col-md-7 p {
        font-size: var(--font-size-18);
        line-height: 32px;
        width: 500px;
    }

    .play-store-qr h4 {
        font-size: var(--font-size-28);        
    }
    .iPhone-pro {
        position: relative;
        z-index: 100;
        width: 273px;
        height: auto;
    }
}

