<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* * {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Poppins", sans-serif;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    color: white;
} */
.all {
    font-family: "Poppins", sans-serif;
    color: white;
}
.color-primary {
    color: rgba(217, 20, 84, 1);
}

.description {
    font-size: 1.25rem;
    font-weight: 400;
}

.tittle {
    color: white;
    background-color: rgba(0, 244, 191, 0.08);
    /* background-color: aqua; */
    border-radius: 0px 114px 114px 63px;
}

.bank {
    background-color: rgba(0, 246, 194, 1);
}

.pop {
    height: 600px;
    width: 100%;
}
.problem h2 {
    font-size: 3.25rem;
    font-weight: 400;

    color: #ffffff;
}
.problem p {
    font-size: 0.875rem;
    font-weight: 400;
    opacity: 0.7;
    color: #ffffff;
}

.scheme div {
    height: 250px;
}

.dashboard-feature div i {
    color: rgba(0, 244, 191, 1);
    border: 1px solid white;
    /* border-image: linear-gradient(45deg,rgb(20, 32, 40),rgba(255, 255, 255, 1)); */
}

.dashboard-feature {
    background-image: linear-gradient(
        rgba(54, 57, 59, 0.2),
        rgba(255, 255, 255, 0.2)
    );
}

.grad {
    background-image: radial-gradient(
        circle,
        rgba(0, 244, 191, 1),
        rgba(0, 0, 0, 1)
    );
    /* filter: blur(10px); */
}
.img-fluid {
    border-radius: 16px;
}
.poppins {
    font-size: 4rem;
}

.grad2 {
    background-image: linear-gradient(
        rgba(13, 13, 13, 1),
        rgba(0, 246, 194, 1)
    );
}

.color1 {
    background-color: rgba(255, 255, 255, 1);
}
.color2 {
    background-color: #868686;
}
.color3 {
    background-color: #141414;
}
.color4 {
    background-color: #0d0d0d;
}
.color5 {
    background-color: #00edbb;
}

.color6 {
    background-color: #09ab75;
}

.back {
    background-image: url("./assets/Paste content here (1).svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.blr {
    background: linear-gradient(
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0.1)
    );
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(15px);
    bottom: -16px;
    font-size: 0.8rem;
    font-weight: 400;
}
.blr-image {
    background-image: linear-gradient(rgba(13, 13, 13, 1), rgb(81, 158, 141));
}

.move-down {
    position: relative;
}

.website-screen {
    margin-top: 150px;
}

/* Small screens (â‰¥576px) */
@media (min-width: 576px) {
    .vs-design h2 {
        position: relative;
        top: 15%;
        font-size: 3rem;
    }
    .blr {
        background: linear-gradient(
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.1)
        );
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(15px);
        bottom: -16px;
        font-size: 0.8rem;
        font-weight: 400;
    }
    .poppins {
        text-align: center;
        font-size: 5rem;
    }
}

/* Medium screens (â‰¥768px) */
@media (min-width: 768px) {
    .vs-design h2 {
        position: relative;
        top: 15%;
        font-size: 5rem;
    }
    .blr {
        background: linear-gradient(
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.1)
        );
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(15px);
        bottom: -16px;
        font-size: 0.8rem;
        font-weight: 400;
    }
    .poppins {
        text-align: center;
        font-size: 5rem;
    }
}

/* Large screens (â‰¥992px) */
@media (min-width: 992px) {
    .vs-design h2 {
        position: relative;
        top: 15%;
        font-size: 7rem;
    }
    .move-down {
        position: relative;
        top: 100px;
    }
}

/* Extra-large screens (â‰¥1200px) */
@media (min-width: 1200px) {
    .vs-design h2 {
        position: relative;
        top: 15%;
        font-size: 9rem;
    }
    .poppins {
        font-size: 8rem;
    }
    .move-down {
        position: relative;
        top: 100px;
    }
    .blr {
        background: linear-gradient(
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.1)
        );
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(15px);
        bottom: -16px;
        font-size: 1rem;
        font-weight: 400;
    }
}
</pre></body></html>