.mf-banner{
    background-image: url('/static/img/landing-page-img/mf-banner.webp?371023e665b1');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mf-landing-hero{
    padding: 11rem 0rem 0rem !important;
    margin-bottom: 3rem;
}

.landing-hero-section{
    padding: 32px 120px 48px;
    scroll-margin-top: 32px;
}

.landing-hero-section .learn-to-invest {
    color: #475467 !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 #D0D5DD;
}
.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);
}

.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;
    border-radius: 8px;
    padding: 12px 8px;
    /* font-size: 20px !important; */
    line-height: 27.32px;
    margin-top: 20px;
}

.showStats-mf{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: manrope;
    margin: 25px 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;
    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 32px;
}

.top-banner-img{
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-banner-img iframe{
    border-radius: 12px;
    border: 5px solid lightgray;
}

.managing-risk{
    font-weight: 500;
    position: absolute;
    left: 27px;
    top: 137px;
    height: 50px;
    width: 166px;
    border-radius: 16px;
    font-size: var(--font-size-18);
    padding: 10px;
    font-family: manrope;
    background: rgb(255, 255, 255);
    border: 1px solid #F2F4F7;
}

.managing-risk:hover , .profit-earned:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    cursor: auto !important;

}
.profit-earned:hover{
color: #667085 !important;
}
.profit-earned{
    position: absolute;
    top: 56px;
    right: 46px;
    width: 142px;
    text-align: justify;
    height: 85px;
    font-size: var(--font-size-18);
    font-weight: 500;
    color: #667085;
    font-family: 'Manrope';
    border-radius: 16px;
    background-color: white;
}

.profit-earned span{
    font-size: var(--font-size-28);
    font-weight: 600;
    color: #101828 !important;
}


/* referral landing css starts here */

.referral-landing-hero{
    height: calc(100vh - 60px);
    background: linear-gradient(119deg, #c0b1f8 0, #eae5fd 18%, #fff 52%, #fcaCF146 100%) no-repeat padding-box;
}
.referral-landing-hero .container{
    height: 100%;
}
.referral-landing-hero .row {
    padding: 3rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.referral-landing-hero .row h1{
    font-weight: 600;
    font-size: var(--font-size-44);
    line-height: 55px;
    margin: 14px 0px;
}
.referral-landing-hero .row p{
    font-family: manrope;
    color: var(--off_grey);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 24px;
}

.referral-landing-hero .row .btn{
    width: 150px;
    height: 38px;
    font-size: var(--font-size-18);
    font-family: manrope;
    font-weight: 600;
}
 
.referral-landing-hero .row .btn-dark{
    background-color: #1D2939;
}

.referral-landing-hero .row .btn-outline-dark:hover{
    background-color: #1D2939;
    color: white !important;
}

.how-refer-works{
    padding: 3rem 0rem;
    font-family: manrope;
}

.section-margin-top {
    scroll-margin-top: 100px;
}

.how-refer-works-heading{
    text-align: center;
    width: 100%;
}

.how-refer-works-heading h2{
    font-size: var(--font-size-30);
    font-weight: 600;
    margin-bottom: 8px;
}
.how-refer-works-heading p{
    color: var(--off_grey);
}
.how-refer-works .card{
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
    box-shadow: 0px 4px 24px 0px #0000000F;
}
.how-refer-works .card i{
    font-size: var(--font-size-24);
    margin-bottom: 1rem;
    color: #686e6d;
}
.how-refer-works .card h5{
    font-weight: 500;
    font-size: var(--font-size-20);
}

.how-refer-works .col-md-3:nth-child(1) .card{
    background: linear-gradient(91.69deg, #FFEBFC 0%, #D6CBFE 100%);
}

.how-refer-works .col-md-3:nth-child(2) .card{
    background: linear-gradient(224.79deg, #F2F4F7 -0.05%, #EFEBFF 100%);
}

.how-refer-works .col-md-3:nth-child(3) .card{
    background: linear-gradient(91.69deg, #FFEBFC 0%, #D6CBFE 100%);
}

/* referral landing css ends here */



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

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

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


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

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

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

.explore-investment-portfolio-heading p {
    font-weight: 400;
    font-family: manrope;
    font-size: var(--font-size-20);
    line-height: 28px;
    text-align: center;
    color: #EAECF0;
    margin: 0rem 0rem 3rem;
}

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

.explore-investment-portfolio .nav-pills {
    Padding: 4px 12px;
    width: max-content;
    background: var(--gray-blue-shade);
    border-radius: 16px;
    margin-bottom: 2rem !important;
}
.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: 8px 20px;
}

.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: 8px 20px;
}

.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 70px 10px 80px;
    font-size: var(--font-size-20);
    box-shadow: none !important;
    font-weight: 600;
    background-color: #252121;
    margin-top: 1rem;
}

.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::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 90%;
    height: 1px;
    background: var(--semi-gray);
}
.explore-investment-portfolio .card-header h4{
    font-size: var(--font-size-16);
    font-weight: 700;
    color: var(--white-blue-shade);
}
.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-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: 24px;
}

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


.load-more-port-stock{
    padding: 10px 32px 10px 48px;
    font-size: var(--font-size-14);
    background-color: var(--Grey-900);
}

.explore-stock-Portfolio .card{
    border: 0 !important;
}


.explore-investment-portfolio .btn-outline-wright:hover img , 
.explore-investment-portfolio .load-more-port-stock:hover img{
    filter: invert(1);
}




.canvas-div , .live-return-blur{
    position: relative;
}

.blur-elements {
    filter: blur(6px);
    position: relative;
}

.live-return-blur .login-view{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-family: manrope;
    font-weight: 600;
    font-size: var(--font-size-14);
    cursor: pointer;
}



.feature-in-the-news{
    padding: 80px 0px;
}
.feature-in-the-news .heading-text{
    text-align: center;
}
.feature-in-the-news .heading-text h4{
    color: #101828;
    font-weight: 600;
    font-size: 36px;
    line-height: 32.78px;
    text-align: Center;
}
.feature-in-the-news h2 {
    color: #101828;
    font-weight: 500;
    font-size: var(--font-size-24);
    text-align: Center;
    margin: 1rem auto;
    font-style: italic;
    font-family: DM Serif Display !important;
}

.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: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #667085;
}

.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;
    color: #667085;
}
.iPhone-pro{
    position: relative;
    z-index: 100;
}

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


.pms-form-div-container{
    padding: 32px 48px;
}


.pms-form-div{
    padding: 32px;
    border-radius: 16px;
    background: white;
    color: black;
    font-family: manrope;
    border: 1px solid grey;
}

.pms-form-div .form-group{
    margin-bottom: 0;
}

.pms-form-div p {
    font-size: var(--font-size-14);
    text-align: center;
    color: var(--Grey-400, #98A2B3);
    margin-bottom: 0rem;
}

.pms-form-div  .form-control{
    border:0;
    background: #F9FAFB;
    height: 46px;
    border-radius: 8px;
    color: black;
    border: 1px solid #D0D5DD;
}


.pms-form-div .badge-dark {
    color: white;
    background: var(--Grey-600, #475467);
    cursor: pointer;
}


.pms-flex-baseline{
    align-items: baseline;
}

.pms-flex-baseline .subs-fee {
    margin: 0 22px;
}

/* .iPhone-pro {
    position: absolute;
    z-index: -1;
    width: 1183.9999990375438px;
    height: 887.9999992781578px;
    top: -82%;
    left: -40%;
    transform: rotate(21.6deg);
    padding-right: 30%;
    padding-top: 29%;
  }
  
  .fancy-bg-img {
      position: absolute;
      bottom: 0;
      z-index: -2;
      left: 31px;
  }
  
  .app-qr{
      padding-top: 10rem;
  } */

@media (max-width:1440px){
 
    .explore-investment-portfolio-heading h2 {
        font-size: var(--font-size-30);
        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: 230px;
    }
    .explore-investment-portfolio .nav-pills .nav-link {
        font-size: var(--font-size-14);
        padding: 8px 22px;
    }
    .explore-investment-portfolio .active {
        padding: 6px 20px;
        font-size: var(--font-size-14);
    }
    .explore-investment-portfolio .card-body button {
        padding: 14px 24px 14px 24px;
        font-size: var(--font-size-16);
    }
    .explore-investment-portfolio .btn-outline-light {
        padding: 8px 32px 8px 44px;
        border-radius: 7px;
        width: 181px;
        height: 38px;
    }
    .feature-in-the-news .heading-text h4 {
        font-size: var(--font-size-22);
    }
    .feature-in-the-news h2 {
        font-size: var(--font-size-24);
    }
    .wright-community h2 {
        font-size: var(--font-size-30);
    }
    .quote-text {
        font-size: var(--font-size-14);
    }
}   


@media (max-width:1366px){
    .explore-investment-portfolio .card-body button{
        font-family: manrope;
        padding: 10px 12px 10px 12px;
        font-size: var(--font-size-14);
        font-weight: 600;
        border-radius: 5px;
    }
    .explore-investment-portfolio .card-body {
        gap: 12px;
    }
    .explore-investment-portfolio .card {
        height: 190px;
    }
}


#successInterestModal{
    padding: 1rem;
}

#successInterestModal .modal-dialog{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#success_interest p{
    font-family: manrope;
    text-align: center;
}

#success_interest img{
    width: 100px;
    margin-bottom: 0.5rem;
}




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

@media (min-width: 1200px) {
    .container{
      max-width: 1305px
    }
    
  }

  @media (max-width:1060px){
.app-qr{
    padding: 0px 20px;
}
}

@media(max-width: 1150px){
    .landing-hero-section {
        padding: 32px 20px 48px;
    }
}

/* --- Begin: testimonials-section styles from portfolio_landing.html (landing-pages.css) --- */
.testimonials-section {
    background-color: var(--purple_light);
    padding: 3rem 0rem;
}
.testimonials-section .section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #101828;
    font-weight: 700;
    font-family: Manrope;
}
.testimonials-section .carousel-indicators {
  position: absolute;
  bottom: -60px;
}
.testimonials-section .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D0D5DD;
  margin: 0 5px;
}
.testimonials-section .carousel-indicators .active {
  background-color: #667085;
}
.testimonials-section .carousel-inner {
  margin-bottom: 40px;
}
.testimonials-section .row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
.testimonials-section .testimonial-video-contanier,
.testimonials-section .testimonial-card-contanier {
  flex: 0 0 auto;
  margin: 0 10px;
}
.testimonials-section .testimonial-video {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D0D5DD;
    border-radius: 11px;
    overflow: hidden;
    padding: 5px;
    margin: 0 auto;
    width: 196.98px;
    height: 258.55px;
    background: #fff;
}
.testimonials-section .testimonial-video iframe {
    border-radius: 10px;
    border: none;
    width: 172.98px;
    height: 234.55px;
}
.testimonials-section .testimonial-card-contanier {
    width: 300px;
}
.testimonials-section .testimonial-card {
    height: 258px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.testimonials-section .quote {
    height: 23.38px;
    width: 25.8px;
}
.testimonials-section .testimonial-card p.mt-3 {
    width: 100%;
    height: 96px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #101828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.testimonials-section .testimonial-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 20px;
}
.testimonials-section .testimonial-info img.client-img {
    display: block;
    width: 41.78px;
    height: 41.78px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonials-section .client-name {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 2px;
    font-weight: 600;
}
.testimonials-section .client-title {
    font-size: 12px;
    color: #666;
    margin: 0;
}
.testimonials-section .slick-slide {
    margin: 10px;
}
.testimonials-section .slick-prev:before,
.testimonials-section .slick-next:before {
    color: gray;
}
/* --- End: testimonials-section styles from portfolio_landing.html (landing-pages.css) --- */
:root {
    /* new color palletes */
     --White: #FFF;
     --pink-light: #FFEBFC;
     --pink-Dark: #D57BC8;
     --pink-medium:#FAA8F1;
    
     --Teal-light: #E5FFFB;
     --teal-medium: #96DDCC;
     --teal-dark: #579888;
    
     --purple-light: #EFEBFF;
     --purple-medium: #D9D0FC;
     --purple-dark: #C0B1F8;
    
     --grey-50: #F9FAFB;
     --grey-100: #F2F4F7;
     --grey-200: #EAECF0;
     --grey-300:#D0D5DD;
     --grey-400: #98A2B3;
     --grey-500: #667085;
     --grey-600: #475467;
     --grey-700: #344054;
     --grey-800: #1D2939;
     --grey-900: #101828;
    
     --Success-Light: #EAFFEC;
     --Success-Medium:#41B873;
     --Error-Light: #FFEAEA;
     --Error-Medium: #D92F2F;
     --Sage-light: #F8FFE5;
     --Sage-Medium: #9EA683;
      /* new color palletes */
    
    
      --font-size-8: 8px;
      --font-size-10: 10px;
      --font-size-12: 12px;
      --font-size-14: 14px;
      --font-size-15: 15px;
      --font-size-16: 16px;
      --font-size-18: 18px;
      --font-size-20: 20px;
      --font-size-22: 22px;
      --font-size-24: 24px;
      --font-size-26: 26px;
      --font-size-28: 28px;
      --font-size-30: 30px;
      --font-size-32: 32px;
      --font-size-34: 34px;
      --font-size-36: 36px;
      --font-size-38: 38px;
      --font-size-40: 40px;
      --font-size-42: 42px;
    
    }
    
    .btn-dark-wright{
        border-radius: 8px;
        font-weight: 600 !important;
        background: #1D2939;
        border: 1px solid var(--Grey-600, #475467);
        font-family: manrope;
        color: var(--White, #FFF);
    }

    .btn-dark-wright:hover{
        background-color: var(--White, #FFF);
        color: var(--Grey-800, #1D2939);
    }

    @keyframes shine {
        0% {left: -100px}
        20% {left: 100%}
        100% {left: 100%}
    }
    
    .btn-outline-wright{
        border-radius: 10px;
        border: 1px solid var(--Grey-600, #475467);
        background: rgba(29, 41, 57, 0.20);
        display: inline-flex;
        padding: 10px 32px 10px 48px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        color: var(--Grey-50, #F9FAFB);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 171.429% */
    }
    
    .btn-outline-wright:hover{
        background-color: var(--Grey-50, #F9FAFB); 
        border-color: rgba(29, 41, 57, 0.20); 
    }
    
    
    .btn-light-wright{
        display: flex;
        width: 330.333px;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
    }
    
    
    .btn-white-wright{
        background-color: white;
        border-radius: 8px;
        font-family: manrope;
        padding: 14px 32px;
        font-weight: 600;
        border: 0;
        color: var(--Grey-900, #101828);
    }
    
    .btn-grey-wright{
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    
    .btn-white-wright{
        border-radius: 8px;
        border: 1px solid #fff;
        background: var(--White, #ffffff);
        color: #151414;
        font-feature-settings: 'salt' on, 'liga' off;
        /* Medium/14 medium */
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        line-height: 24px; /* 171.429% */
    }
    
    
    .btn-yellow-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
        
    }

    .pms-get-started {
        position: relative;
        overflow: hidden;
    }

    .pms-get-started:before {
            content: '';
            position: absolute;
            width: 100px;
            height: 100%;
            background-image: linear-gradient(
                120deg,
                rgba(255,255,255, 0) 30%,
                rgba(255,255,255, .8),
                rgba(255,255,255, 0) 70%
            );
            top: 0;
            left: -100px;
            animation: shine 3s infinite linear;
        }
    
    
    .btn-yellow-outline-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #F9DE7A;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }
    

    .btn-teal-wright{
        background: linear-gradient(180deg, rgb(87, 152, 136) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
    }

    .btn-teal-outline-wright{
        background: linear-gradient(180deg, rgba(87,152,136,1) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        -webkit-background-clip: text;
        background-clip: text;
        color: var(--grey-300) !important;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #579888;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }

    .btn-purple-wright{
        background: linear-gradient(90deg, #D57BC8, #693A64);
        color: white;
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /* button class */