/* modal popup */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    max-width: 900px;
    background: #fff;
    padding: 20px;
}
.my-modal-content{
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.my-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.my-modal-body {
    position: relative;
    padding: 15px;
}
@media (min-width: 768px){
    .my-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
/* modal popup end */
/* font */
.light-font{
    font-weight: 300 !important;
}
.regular-font{
    font-weight: 400 !important;
}
.medium-font{
    font-weight: 500 !important;
}
.semibold-font{
    font-weight: 600 !important;
}
.bold-font{
    font-weight: 700 !important;
}
.extrabold-font{
    font-weight: 800 !important;
}
.black-font{
    font-weight: 900 !important;
}
/* font color */
.color-white{
    color: #fff !important;
}
.color-black{
    color: #000 !important;
}
.color-dark{
    color: #585858 !important;
}
.color-darkest{
    color: #1a1a1a !important;
}
.color-gradient-1{
    background: linear-gradient(180deg, #838383 0%, #FFFFFF 50%, #AAAAAA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/* background color */
.bg-white{
    background-color: #fff !important;
}
.bg-black{
    background-color: #000 !important;
}
.bg-darkest{
    background-color: #1a1a1a !important;
}
.bg-lightest{
    background-color: #f6f6f6 !important;
}

.border-gradient{
    border: 1px solid;
    border-image-source: linear-gradient(225deg, #F3F3F3 0%, #736F71 34.18%, #FEFEFE 81.05%, #C6C5C3 97.66%) !important;
}

/* global */
@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: .9;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.9);
        opacity: .9;
    }
}
body{
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.02em;
}
.small{
    font-size: 13px;
    line-height: 18px;
}
.smaller{
    font-size: 11px;
    line-height: 15.4px;
}
p{
    margin-bottom: 0.5rem;
}
h1, .h1{
    font-size: 61px;
    line-height: 73px;
    font-weight: 700;
    letter-spacing: 0.01em;
}
h2, .h2{
    font-size: 49px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0.01em;
}
h3, .h3{
    font-size: 39px;
    font-weight: 700;
    line-height: 46.8px;
    letter-spacing: 0.01em;
}
h4, .h4{

}
h5, .h5{
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0.03em;
}
a{
   color: #000; 
   text-decoration: none;
}
a:hover{
    color: #000;
}
.btn{
    background-color: transparent;
    border: 1px solid #989898;
    border-radius: 4px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a;
}
.btn:hover{
    color: #1a1a1a;
}
.btn.btn-inverse{
    background-color: #fff;
    border-color: #fff;
}
.btn.btn_pulse {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    animation: 1s pulse infinite alternate ease-in-out;
}
:focus-visible{
    outline: none;
}
.image-wrap img{
    max-width: 100%;
}
ul li{
    margin-bottom: 0.5rem;
}
.list-unstyled.has-icon li{
    margin-bottom: 1rem;
    position: relative;
    padding-left: 34px;
}
.list-unstyled.has-icon li:last-child{
    margin-bottom: 0;
}
.list-unstyled.has-icon li::before{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-radio.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-left: -34px;
}
.header{
    z-index: 9;
}
.nav .nav-item{
    margin-right: 32px;
}
.nav .nav-item:last-child{
    margin-right: 0;
}
.nav .nav-link{
    color: #000;
    padding: 8px;    
    position: relative;
}
.mobile-nav {
    background-color: transparent;
    border: 0;
}
.brands-carousel .slick-slide{
    margin-right: 1.5rem;
}
.brands-carousel .image-wrap{
    background-color: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    padding: 8px;
}
.brands-carousel .image-wrap img{
    margin: auto;
}
.amount-raised{
    font-size: 100px;
    line-height: 121px;
    letter-spacing: 0.01em;
}
.count-digit-amountprocessed {
    display: inline-flex;
    overflow: hidden;
}

.digit {
    display: inline-block;
    position: relative;
    width: 0.65em; /* Adjust based on your font size */
    height: 1em;
    line-height: 1em;
    text-align: center;
    overflow: hidden;
}
.digit.digit-comma{
    width: 0.2em;
}

.digit span {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 0.5s ease-in-out;
}

.benefit-blocks{
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.benefit-blocks .benefit-block{
    width: 20%;
    flex-shrink: 1;
    padding: 16px;
    border: 1px solid #fefefe;
}

.page-index #section-1{
    background-image: url(../images/bg-hero.png);
    background-size: cover;
    background-position: center;
}
.page-index #section-3{
    background-image: url(../images/bg-image-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.page-index #section-4{
    background-image: url(../images/bg-image-2.png);
    background-size: cover;
    background-position: center;
}
.page-index #section-4 .container-fluid{
    backdrop-filter: blur(16px);
    background-color: rgb(0 0 0 / 40%);
}
@media (min-width: 992px){
    .logo-and-menu{
        column-gap: 64px;
    }
    .nav .nav-link{
        color: #fff;
    }
    .nav .nav-link.active{
        background: linear-gradient(180deg, #838383 0%, #FFFFFF 50%, #AAAAAA 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    .nav .nav-link:hover::after,
    .nav .nav-link.active::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px; /* Thickness of the underline */
        width: 100%;
        background: linear-gradient(225deg, #F3F3F3 0%, #736F71 34.18%, #FEFEFE 81.05%, #C6C5C3 97.66%);
    }
}
@media (max-width: 991px) {
    .mobile-dropdown-menu{
        border-radius: 0 0 8px 8px;
        box-shadow: 0px 7px 4px 0px #00000008;
    }
    .mobile-dropdown-menu .nav{
        padding: 32px 0;
    }
    .mobile-dropdown-menu .nav .nav-item{
        margin-right: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #989898; 
    }
    .mobile-dropdown-menu .nav .nav-item:last-child{
        border-bottom: 0;
    }
    .mobile-dropdown-menu .nav .nav-link{
        padding: 8px 0.75rem;
    }
    .benefit-blocks{
        display: flex;
        flex-wrap: wrap;
    }
    .benefit-blocks .benefit-block{
        width: calc(33% - 9px);
    }
}
@media (max-width: 767px) {
    h1, .h1{
        font-size: 51px;
        line-height: 63px;
    }
    h3, .h3{
        font-size: 32px;
        line-height: 40px;
    }
    .benefit-blocks .benefit-block{
        width: calc(50% - 8px);
    }
    .amount-raised{
        font-size: 49px;
        line-height: 61px;
    }
}
@media (max-width: 575px) {
    .benefit-blocks .benefit-block{
        width: 100%;
    }
}

/* common pages */
.section-page-banner{
    padding-top: 12rem;
    padding-bottom: 6rem;
}
.section-page-banner .container{
    max-width: 420px;
}
.form-control{
    padding: 12px;
    border: 1px solid #989898;
    border-radius: 4px;
}
.faq{
    border-top: 1px solid #ddd;
}
.faq:last-child{
    border-bottom: 1px solid #ddd;
}
.faq-question{
    font-weight: 700;
    padding: 20px 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
.faq-question::after{
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 25px;
    background-image: url(../images/icon-chevron-down.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.faq-question.active::after{
    transform: rotate(180deg);
}
.faq-answer{
    padding: 0 0 20px;
    color: #585858;
}
.page-contact .section-page-banner{
    background-image: url(../images/bg-page-banner.png);
    background-size: cover;
    background-position: center;
}