/* #nav-menu-container{
    display: none;
} */
.mf-banner{
    background-image: url('/static/img/landing-page-img/mf-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.landing-hero-section {
    padding: 32px 120px 48px;
    scroll-margin-top: 32px;
}
.landing-hero-section .hero-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.landing-hero-section a{
    font-size: var(--font-size-12);
    padding: 4px 12px;
    margin: 8px 0;
    font-family: manrope;
    border: 1px solid var(--light_grey);
    border-radius: 80px;
    color: var(--grey-900);
}
.landing-hero-section a span{
    font-weight: 700;
    line-height: 20px;
    color: var(--teal_medium);
}

.landing-hero-section .hero-heading{
    font-weight: 600;
    font-size: 44px;
    line-height: 50.69px;
    margin: 14px 0px;
}
.landing-hero-section .hero-text{
    font-family: manrope;
    color: var(--off_grey);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}
.landing-hero-section .btn-dark-wright{
    width: 334px;
    height: 50px;
    padding: 12px 8px;
    font-size: 20px;
    line-height: 27.32px;
    margin-top: 20px;
}


.showStats-mf{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: manrope;
    margin: 32px 0;
}

.showStats-mf h6{
    font-size: var(--font-size-28);
    font-weight: 600;
    line-height: 38.25px;
}
.showStats-mf p{
    margin-bottom: 0;
    color: var(--off_grey);
}

.showStats{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: manrope;
    margin: 18px 0 0px;
}

.showStats h6{
    font-size: var(--font-size-28);
    font-weight: 600;
    line-height: 38.25px;
}
.showStats p{
    margin-bottom: 0;
    color: var(--off_grey);
    font-weight: 400;
    font-size: var(--font-size-16);
}

.off-text{
    font-size: var(--font-size-20);
    font-family: manrope;
    margin-top: 1rem !important;
    color: #575457;
}
.off-text span{
    color: var(--teal_dark);
}
.subs-fee{
    margin: 0 2rem;
}

.top-banner-img{
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}
.top-banner-img iframe{
    border-radius: 12px;
    border: 5px solid lightgray;
}


.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;
}


.graph-options-landing .active{
    background-color: var(--white);
    color: black !important;
}

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

.explore-investment-portfolio{
    background:var(--navy_blue);
    padding: 4rem;
    
}

.explore-investment-portfolio .col-md-12{
    display: flex;
    justify-content: center;
}


#graphOptionsLanding .nav-item{
    border: 1px solid var(--semi-gray);
    margin: 1rem 1rem;
    color: var(--off_white);
    padding: 10px 41px;
    border-radius: 10px;
    font-family: manrope;
}

.explore-investment-portfolio h2{
    font-size: var(--font-size-48);
    font-weight: 600;
    color: var(--white);
    text-align: center;
}
.explore-investment-portfolio p{
    font-size: var(--font-size-20);
    text-align: center;
    margin: 2rem 0;
    color: var(--light_gray);
    font-family: manrope;
}

.show-info{
    display: flex;
    justify-content: center;
    align-items: center;margin-top: 2rem;
}

.show-info div{
    border: 1px solid var(--semi-gray);
    background-color: var(--extra-dark-gray);
    border-radius: 10px;
    padding: 10px 32px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-info div:nth-child(2){
    margin:0 2rem;
}

.show-info div p{
    margin: 0;
    font-size: var(--font-size-16);
}
.show-info div p span{
    color: var(--white);
    font-size: var(--font-size-22);
    font-weight: 700;
    margin-left: 1rem;
}

.note-text{
    font-size: var(--font-size-14);
    width: 950px;
    text-align: left;
    margin:2rem auto;
}


.show-index{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.show-index p{
    margin-bottom: 0;
    color: var(--White, #FFF);
    text-align: right;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 5px;
}

.current-portfolio , .portfolio-index{
    display: flex;
    justify-content: center;
    align-items: center;
}

.current-portfolio-line, .portfolio-index-line{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: var(--grey-800, #1D2939);
    position: relative;
    z-index: 1;
}
.current-portfolio-line::after , .portfolio-index-line::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 3px;
    z-index: 10;
}

.current-portfolio-line::after {
    background: var(--teal_medium);   
}

.portfolio-index-line::after{
    background-color: var(--white);
}

.btn-light-wright{
    margin-top: 3rem;
}
.feature-in-the-news{
    padding: 96px 0px;
}
.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 .heading-text p {
    font-size: var(--font-size-16);
    line-height: 20px;
    color: var(--dark_grey);
    font-family: manrope;
    font-weight: 500;
    margin: 0rem 0rem 2rem;
}
.feature-in-the-news h2{
    color: var(--wrightblack);
    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-around;
    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-top: 3rem;
}
.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;
}

@media (max-width:1440px){
    .landing-hero-section{
        padding: 32px 120px;
    }
    .landing-hero-section .hero-heading {
        font-size: var(--font-size-44);
        line-height: 50.69px;
    }
   
    .explore-investment-portfolio-heading h2 {
        font-size: var(--font-size-30) !important;
        line-height: 30.57px;
        margin-bottom: .5rem;
    }
    .explore-investment-portfolio-heading p {
        font-size: var(--font-size-16);
        line-height: 20px;
        margin: 0rem 0rem 2rem;
    }
    .explore-investment-portfolio .card-header h4 {
        font-size: var(--font-size-16);
    }
    .explore-investment-portfolio .card p {
        font-size: var(--font-size-11);
    }
    .separating-dot::after {
        left: -7px;
    }
    .explore-investment-portfolio .card .card-body h6 {
        font-size: var(--font-size-14);
    }
    .explore-investment-portfolio .card .card-body p {
        font-size: var(--font-size-12);
    }
    .explore-investment-portfolio .card {
        height: 190px;
    }
    .explore-investment-portfolio .nav-pills .nav-link {
        font-size: var(--font-size-14);
        padding: 8px 22px;
    }
    .explore-investment-portfolio .active {
        padding: 8px 24px;
        font-size: var(--font-size-14);
    }
    .explore-investment-portfolio .card-body button {
        padding: 5px 9px 5px 10px;
        font-size: var(--font-size-14);
    }
    .explore-investment-portfolio .btn-outline-light {
        padding: 8px 32px 8px 44px;
        border-radius: 7px;
        width: 181px;
        height: 38px;
    }
    .explore-investment-portfolio .nav-item {
        margin: 1rem .5rem !important;
        padding: 10px 24px !important;
        font-size: var(--font-size-14) !important;
    }
    .note-text {
        font-size: var(--font-size-12) !important;
        width: 736px;
        text-align: left !important;
        margin: 1rem auto 0rem !important;
    }
    .subscribe-button {
        font-size: var(--font-size-18) !important;
        padding: 14px 24px;
        width: 280px;
        height: 40px;
        margin-top: 2rem;
    }
    .show-info div:nth-child(2) {
        margin: 0 1rem;
    }
    .feature-in-the-news .heading-text h4 {
        font-size: var(--font-size-30);
        margin-bottom: 12px;
    }
    .feature-in-the-news h2 {
        font-size: var(--font-size-30);
    }
    .wright-community h2 {
        font-size: var(--font-size-30);
    }
    .show-info div p {
        margin: 0;
        font-size: var(--font-size-14);
    }
    
    .show-info div {
        padding: 5px 23px;
        height: 65px;
    }

    .quote-text {
        font-size: var(--font-size-14);
    }
}   



@media (min-width:768px) {
    .landing-hero-section .hero-heading{
        width: 500px;
    }
}