@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --yellow: #fed201;
    --dark: #14213d;
    --white: #fff;
    --light: #a7b8dd;
    --br: 0.25rem;
    --br-lg:0.5rem;
}
a{
    text-decoration: none;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
}
nav.navbar{
    height: 70px;
}
.nav-item{
    margin-left: 1rem;
    font-weight: 500;
}
.nav-link:not(.btn){
    color: var(--dark) !important;
}
.home-slider{
    background-color: var(--yellow);
    position: relative;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.home-slider *{
    position: relative;
}
.home-slider::before{
    content: '';
    height: 100%;
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../img/home-img.jpg');
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background-position: right;
    background-size: cover;

}
.home-slider h1{
    font-size: 4rem;
    font-weight: 700;
    color: var(--dark);
    margin-top: -20px;
}
.home-slider .lead{
    font-size: 1.5rem;
    margin: 1.5rem 0 2rem;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    color: var(--dark);
}
h1,h2{
    font-weight: 700;
}
.close-mobile-menu{
    display: none;
}
.btn-login{
    border: 1px solid var(--dark);
    color: var(--dark) !important;
}
.btn-main{
    background-color: var(--dark);
    color: var(--white);
}
.btn{
    padding-inline: 1.25rem !important;
    font-weight: 500 !important;
}
.btn-yellow{
    background-color: var(--yellow);
    color: var(--dark);
}
.random1,.random2,.random3,.random4,.random5{
    display: block;
    position: absolute;
    opacity: 0.5;
    pointer-events: none;
}
.random1{
    height: 15rem;
    width: 15rem;
    border: 1rem solid #14213d11;
    left: -5rem;
    bottom: -5rem;
}
.random2{
    height: 35rem;
    width: 35rem;
    border: 1rem solid #14213d11;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5rem;
    border-radius: 50%;
}
.random3{
    border-bottom: 15rem solid transparent;
    border-top: 15rem solid transparent;
    border-right: 15rem solid transparent;
    border-left: 15rem solid #14213d11;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.how-it-works-card{
    padding: 4rem 1.5rem 1.5rem;
    margin-top: 1rem;
    border-radius: var(--br-lg);
    border: 2px solid var(--dark);
    height: 100%;
    position: relative;
}
.how-it-works-card p{
    margin-bottom: -20px;
    position: relative;
}
.hiw-card-icon{
    height: 4rem;
    width: 4rem;
    background-color: var(--white);
    border-radius: var(--br-lg);
    color: var(--dark);
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 3rem;
    padding: 0 0.5rem;
    margin: -6rem 0 0.5rem;
}
.hiw-step{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-text-stroke: 2px var(--dark);
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: 700;
    color: transparent;
    opacity: 0.125;
}
.hiw-card-icon img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.how-it-works-card h3{
    font-size: 1.25rem;
    width: max-content;
    max-width: 100%;
    background-image: linear-gradient(to right, var(--dark), var(--yellow));
    font-weight: 600;
    color: transparent;
    background-clip: text;
    letter-spacing: 1px;
}
.lc-1,.lc-2,.lc-3,.lc-4,.lc-5,.lc-6,.lc-7,.lc-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.lc-1{
    -webkit-line-clamp: 1;
}
.lc-2{
    -webkit-line-clamp: 2;
}
.lc-3{
    -webkit-line-clamp: 3;
}
.lc-4{
    -webkit-line-clamp: 4;
}
.lc-5{
    -webkit-line-clamp: 5;
}
.lc-6{
    -webkit-line-clamp: 6;
}
.lc-7{
    -webkit-line-clamp: 7;
}
.lc-8{
    -webkit-line-clamp: 8;
}
.why-us-card{
    background-color: var(--white);
    border-radius: var(--br-lg);
    padding: 1.5rem;
    box-shadow: 0 0 20px #14213d11;
    height: 100%;
    display: flex;
    gap: 1.5rem;
}

.why-us-card h3{
    font-size: 1.25rem;
}
.why-us-card p{
    margin-bottom: 0;
}
.why-us-c-icon{
    height: 5rem;
    width: 5rem;
    background-color: #f8f9fa;
    padding: 1rem;
    margin: 0 auto 1rem;
    border-radius: var(--br);
    border: 1px solid #14213d11;
}
.why-us-c-content{
    width: calc(100% - 6.5rem);
}
.why-us-c-icon img{
    height: 100%;
    width: 100%;
}
.fancy-card-main{
    position: relative;
    padding: 2.5rem 2rem 2.5rem 0;
    margin-top: 1rem;
}
.fancy-card-main *{
    position: relative;
}
.fancy-card-main::before{
    content: '';
    height: 100%;
    width: 75%;
    border-radius: var(--br-lg);
    background-image: url('../img/payment-.jpg');
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.fancy-card-card{
    background-color: var(--white);
    padding: 2rem;
    border-radius: var(--br-lg);
}
.trustee-card{
    background-color: var(--white);
    box-shadow: 0 0 10px #0002;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    text-align: center;
    border-radius: var(--br-lg);
    opacity: 0.75;
}
.trustee-card img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 50px;
}
.trustee-card:hover{
    opacity: 1;
}
.testimonial-card{
    background-color: var(--white);
    border-radius: var(--br-lg);
    padding: 2.5rem 1.5rem 1.5rem;
    position: relative;
}
.testimonial-card::before{
    content: '\201C';
    position: absolute;
    left: 1.5rem;
    top: 1rem;
    line-height: 0.75;
    font-family: sans-serif;
    font-size: 4rem;
    font-weight: 500;
    background-image: linear-gradient(to right, var(--dark), var(--yellow));
    max-width: max-content;
    color: transparent;
    background-clip: text;
}
.testimonial-card p{
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0;
    color: var(--dark);
}
.testimonialsSwiper .swiper-slide{
    border-radius: var(--br-lg) !important;
    overflow: hidden;
}
.testimonialsSwiper .swiper-slide-active{
    border: 1px solid var(--dark);
    /* transform: scaleX(1.5); */
}
.testimonial-author{
    display: flex;
    gap: 1rem;
    margin-top: 0.75rem;
    align-items: center;
}
.testimonial-star-rating{
    letter-spacing: 8px;
    color: orange;
    font-size: 0.75rem;
}
.testi-au-img{
    height: 4rem;
    width: 4rem;
    border-radius: var(--br-lg);
    overflow: hidden;
    padding: 4px;
    background-color: var(--white);
    box-shadow: 0 0 4px #0002;
}
.testi-au-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--br);
}
.testi-au-det{
    width: calc(100% - 5rem);
}
.testi-au-det small{
    font-size: 0.75rem;
}
.about-us-section{
    position: relative;
    overflow: hidden;
    min-height: 300px;
}
.about-us-section *{
    position: relative;
}
.about-us-section::before{
    content: '';
    position: absolute;
    background-image: linear-gradient(to top right, var(--dark), var(--yellow));
    height: 8000px;
    width: 8000px;
    left: 50%;
    border-radius: 50%;
    top: -7700px;
    transform: translateX(-50%);
}
.about-us-section :is(.random1,.random2,.random3){
    position: absolute;
}
.about-us-section .random2{
    height: 20rem;
    width: 20rem;
    bottom: 1rem;
    opacity: 1;
}
.about-us-section .random3{
    border-bottom: 10rem solid transparent;
    border-top: 10rem solid transparent;
    border-right: 10rem solid transparent;
    border-left: 10rem solid #14213d11;
    left: 0;
    top: 50%;
    transform: translateY(-70%);
}
.about-us-img-card{
    height: 100%;
    display: block;
    width: 100%;
    padding: 2rem 2rem 2rem 0;
    position: relative;
}
.about-us-img-card *{
    position: relative;
}
.about-us-img-card::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: var(--br-lg);
    width: 50%;
    background-image: url('../img/about-pg-img.jpg');
    background-position: center;
    background-size: cover;
}
.about-content-card{
    background-color: var(--white);
    padding: 2rem;
    border-radius: var(--br-lg);
    box-shadow: 0 0 10px #0002;
}
.about-content-card p:last-child{
    margin-bottom: 0;
}
.key-product-card{
    border-radius: var(--br-lg);
    background-color: #f8f9fa;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #0001;
    overflow: hidden;
    height: 100%;
}
.kpc-img{
    height: 10rem;
    border-bottom: 2px solid var(--white);
}
.kpc-img img{
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.kpc-content{
    padding: 1rem 1.5rem 1.5rem;
}
.kpc-content h3{
    font-size: 1.25rem;
}
.key-product-cta{
    background-image: url('../img/product-cta.jpg');
    background-position: center;
    background-size: cover;
    padding: 2rem;
    overflow: hidden;
    color: var(--white);
    font-size: 1.125rem;
    position: relative;
}
.key-product-cta *{
    position: relative;
}
.key-product-cta h2{
    color: var(--yellow);
    font-size: 1.75rem;
    line-height: 1.5;
}
.key-product-cta::before{
    content: '';
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, var(--dark), var(--yellow));
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.65;
}
.team-img{
    height: 7.5rem;
    width: 7.5rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow-anchor: hidden;
    padding: 3px;
    box-shadow: 0 0 10px #0001;
}
.team-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.team-card{
    padding: 1.5rem;
    border-radius: var(--br-lg);
    box-shadow: 0 0 20px #0001;
    text-align: center;
    background-color: var(--white);
    height: 100%;
}
.team-content h3{
    font-size: 1.25rem;
    color: var(--dark);
}
.team-socials{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.team-socials a{
    height: 2rem;
    width: 2rem;
    font-size: 0.8rem;
    line-height: 1;
    border: 1px solid var(--dark);
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--dark);
}
.team-socials i{
    line-height: 0;
    margin-bottom: -1px;
}
.accordion-item:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}
.faq-no{
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    left: -2.75rem;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
}
.accordion-button{
    font-size: 1.125rem;
    display: flex;
    font-weight: 500;
    color: #333 !important;
    position: relative;
    gap: 1rem;
    align-items: center;
    box-shadow: none !important;
    padding: 0.5rem 1rem 0.5rem 0 !important;
}
.accordion-button:not(.collapsed){
    color: var(--dark) !important;
}
.accordion-button::before{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: monospace;
}
.accordion-button:not(.collapsed)::before{
    content: '\2212';
}
.accordion-button.collapsed::before{
    content: '\002B';
}
.accordion-button::after{
    background-image: none !important;
}
.accordion-button:not(.collapsed) .faq-no{
    background-color: var(--yellow) !important;
    color: var(--dark) !important;
}
.footer-cta-app-img{
    display: block;
}
.footer-cta-app-img img{
    width: 100%;
    max-width: 200px;
}

footer{
    background-color: var(--dark);
    color: var(--light);
    line-height: 2.2;
}
footer :is(a, h3){
    color: var(--white);
}
footer a{
    color: var(--light);
}
footer a:hover{
    color: var(--yellow);
}
footer h3{
    font-size: 1.125rem;
    text-transform: uppercase;
}
.copyright{
    background-color: #ffffff06;
    font-size: 0.9rem;
}
.footer-ul{
    list-style: none;
    padding-left: 0;
}
.footer-socials{
    display: flex;
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    gap: 1.25rem;
}
.footer-socials a{
    height: 1.75rem;
    width: 1.75rem;
    background-color: var(--light);
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: var(--br);
}
.footer-socials a:hover{
    background-color: var(--white);
    color: var(--dark);
}
.hide-on-mobile{
    display: none;
}
.cta{
    background-image: url('../img/cta-bg.jpg'), linear-gradient(to right, var(--dark), var(--yellow));
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    padding: 2rem;
    overflow: hidden;
    color: var(--white);
    font-size: 1.125rem;
    position: relative;
}
.cta h2{
    color: var(--white);
    font-size: 2rem;
    line-height: 1.4;
}
.cta-image{
    width: 200px;
    aspect-ratio: 1/1;
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0 auto;
}
.cta-image *{
    position: relative;
}
.cta-image::before{
    content: '';
    height: 200px;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    border-radius: 50%;
}
.cta-image img{
    margin: 0 -0.5rem;
    width: 100%;
    height: 100%;
    max-width: 100px;
    object-fit: contain;
    filter: drop-shadow(0 0 0 white) drop-shadow(1px 0 0 white) drop-shadow(-1px 0 0 white) drop-shadow(0 1px 0 white) drop-shadow(0 -1px 0 white);
}
.cta-image img:nth-child(2){
    transform: scale(1.25);
    z-index: 10;
}
.accordion-item{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0.25rem 0 0.25rem 2.75rem !important;
    border-bottom: 1px solid var(--dark);
}
.accordion-button:not(.collapsed),.accordion-body{
    background-color: transparent !important;
    /* padding: 0 !important; */
    box-shadow: none !important;
}
.accordion-body{
    padding: 0 !important;
}

@media screen and (max-width:767px) {
    body{
        font-size: 14px;
    }
    .home-slider{
        min-height: unset;
        padding: 2.5rem 0 !important;
    }
    .home-slider::before{
        height: 100%;
        width: 100%;
        opacity: 0.25;
        clip-path: unset;
    }
    .navbar-collapse.collapse,.navbar-collapse.collapsing{
        height: 100vh !important;
        padding: 1rem;
        position: fixed !important;
        display: block;
        width: 300px;
        max-width: 100%;
        top: 0;
        background-color: var(--white);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: 0.25s ease left;
        transform-origin: left;
        right: -300px;
        z-index: 15;
        box-shadow: 0 0 10px #0002;
    }
    
    .navbar-collapse .btn{
        margin-bottom: 0.5rem;
    }
    .navbar-collapse.collapsing{
        left: -150px;
        transition: none;
    }
    .navbar-collapse.show,.navbar-collapse.collapsing{
        left: 0;
    }
    .navbar-toggler{
        border: none;
        box-shadow: none !important;
        outline: none;
        position: relative;
    }
    .close-mobile-menu{
        height: 2.5rem;
        width: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        line-height: 0;
        background-color: transparent;
        box-shadow: none;
        border: none;
        outline: none;
        color: var(--white);
        font-weight: 100 !important;
        position: absolute;
        right: 0.25rem;
        top: 0;
        z-index: 10;
        padding: 0 !important;
    }
    .home-slider{
        padding: 2rem 0;
    }
    .home-slider h1{
        font-size: 2rem;
    }
    .how-it-works-card{
        height: unset;
    }
    .why-us-card{
        gap: 1rem;
        padding: 1rem;
        height: unset;
        margin: 0.5rem 0;
    }
    .why-us-c-icon{
        width: 3rem;
        height: 3rem;
        padding: 0.5rem;
    }
    .why-us-c-content{
        width: calc(100% - 4rem);
    }
    .fancy-card-main{
        padding: 0;
    }
    .home-slider .lead{
        font-size: 1.125rem;
        margin: 0.5rem 0 1rem;
    }
    .hide-on-mobile{
        display: block;
    }
    .navbar-nav.ms-auto .nav-item{
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .how-it-works-card p{
        margin-bottom: 0;
    }
    .cta h2{
        font-size: 1.75rem;
    }
    .cta-image{
        margin: 3rem auto 1rem;
    }
}