| Current Path : /home/users/unlimited/www/testing.codeskitter.site/five/ |
| Current File : /home/users/unlimited/www/testing.codeskitter.site/five/index.html |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Generated Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>5 Minute Loan</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&family=Inter:wght@400;500;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="global.css">
<style id="sections-styles">
/* CSS for section section:header */
.header-section {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
padding-top: 28px;
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
position: relative;
width: 291px;
height: 182px;
top: -30px;
left: -40px;
}
.logo-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.logo-img-1 {
position: absolute;
width: 275px;
height: 49px;
top: 133px;
left: 16px;
}
.logo-img-2 {
position: absolute;
width: 144px;
height: 122px;
top: 0;
left: 0;
}
.main-nav ul {
display: flex;
gap: 46px;
}
.main-nav a {
color: var(--text-light);
font-size: 16px;
font-weight: 500;
}
.header-actions {
display: flex;
gap: 18px;
}
.btn {
padding: 4px 10px;
border-radius: 7px;
font-size: 16px;
font-weight: 500;
box-shadow: 0px 4px 25.6px 0px rgba(0, 0, 0, 0.25);
text-align: center;
}
.btn-primary {
background-color: var(--primary-orange);
color: var(--white);
padding: 4px 20px;
}
.btn-secondary {
background-color: var(--black);
color: var(--white);
padding: 4px 20px;
}
.mobile-nav-toggle {
display: none;
background: none;
border: none;
color: white;
font-size: 2rem;
cursor: pointer;
}
@media (max-width: 1024px) {
.main-nav, .header-actions {
display: none;
}
.mobile-nav-toggle {
display: block;
}
.logo {
width: 145px;
height: 91px;
top: 0;
left: -20px;
}
.logo-img-1 { width: 137px; height: 24px; top: 66px; left: 8px; }
.logo-img-2 { width: 72px; height: 61px; }
}
/* CSS for section section:hero */
.hero-section {
position: relative;
height: 867px;
display: flex;
align-items: center;
overflow: hidden;
color: var(--white);
}
.hero-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
}
.hero-background::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(256deg, rgba(255, 255, 255, 0) 7.91%, rgba(255, 153, 51, 0.7) 93.89%);
z-index: -1;
}
.hero-background img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-content-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.hero-content {
max-width: 850px;
}
.hero-title {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 75px;
line-height: 1.2;
letter-spacing: 2.25px;
margin-bottom: 32px;
}
.hero-features {
display: flex;
flex-direction: column;
gap: 9px;
margin-bottom: 60px;
}
.hero-features li {
display: flex;
align-items: center;
gap: 9px;
font-size: 18px;
font-weight: 500;
}
.hero-cta-group {
display: flex;
align-items: stretch;
}
.btn-get-started, .btn-apply-now {
display: flex;
justify-content: center;
align-items: center;
height: 71px;
color: var(--white);
}
.btn-get-started {
width: 168px;
border: 2px solid var(--white);
border-radius: 14px 0 0 14px;
font-weight: 900;
font-size: 18px;
text-align: center;
line-height: 1.5;
}
.btn-apply-now {
width: 252px;
background-color: var(--primary-orange);
border-radius: 0 14px 14px 0;
font-weight: 700;
font-size: 26px;
}
.welcome-form-container {
position: absolute;
right: 100px;
top: 50%;
transform: translateY(-15%);
z-index: 20;
}
.welcome-form {
width: 351px;
background-color: var(--white);
border-radius: 0px 50px 0px 50px;
box-shadow: 0px 4px 40.6px 0px rgba(0, 0, 0, 0.44);
padding: 25px;
color: var(--text-dark);
}
.form-header h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 5px;
}
.form-header p {
font-size: 10px;
color: var(--text-gray);
line-height: 1.7;
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
position: relative;
}
.form-group label {
position: absolute;
top: -8px;
left: 12px;
background: var(--white);
padding: 0 4px;
font-size: 12px;
color: var(--text-medium-gray);
font-weight: 500;
}
.form-group input, .form-group textarea {
width: 100%;
border: 1px solid var(--primary-dark-blue);
border-radius: 6px;
padding: 8px 12px;
font-size: 14px;
}
.form-group input { height: 32px; }
.form-group textarea { height: 90px; resize: vertical; }
.phone-input-wrapper {
display: flex;
align-items: center;
gap: 5px;
padding: 0 12px;
border: 1px solid var(--primary-dark-blue);
border-radius: 6px;
height: 32px;
}
.phone-input-wrapper img { width: 15px; height: 15px; }
.phone-input-wrapper span { font-size: 12px; font-weight: 500; color: var(--primary-dark-blue); }
.phone-input-wrapper input { border: none; padding: 0; height: auto; }
.btn-submit {
width: 100%;
background-color: var(--primary-dark-blue);
color: var(--white);
border: none;
padding: 8px;
border-radius: 0px 10px 0px 10px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
}
.chat-icon {
position: absolute;
right: 80px;
bottom: 50px;
width: 69px;
height: 69px;
z-index: 50;
}
.chat-icon-wrapper {
position: relative;
width: 100%;
height: 100%;
filter: drop-shadow(0px 4px 13px rgba(0, 0, 0, 0.65));
}
.chat-icon-wrapper .chat-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.chat-icon-wrapper .chat-fg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 41px;
height: 41px;
}
@media (max-width: 1200px) {
.hero-content-container { flex-direction: column; text-align: center; }
.hero-content { margin-bottom: 40px; }
.welcome-form-container { position: static; transform: none; margin-top: 30px; }
.hero-features { align-items: center; }
.hero-cta-group { justify-content: center; }
}
@media (max-width: 768px) {
.hero-section { height: auto; padding: 150px 0 50px; }
.hero-title { font-size: 48px; }
.btn-get-started { width: 120px; height: 60px; font-size: 16px; }
.btn-apply-now { width: 180px; height: 60px; font-size: 20px; }
.welcome-form { width: 100%; }
.chat-icon { right: 20px; bottom: 20px; }
}
/* CSS for section section:about */
.about-section {
background-color: rgba(255, 255, 255, 0.34);
padding: 100px 0;
position: relative;
overflow: hidden;
}
.about-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.bg-shape {
position: absolute;
opacity: 0.5;
}
.shape-1 { top: -20%; left: -15%; width: 150%; filter: blur(300px); }
.shape-2 { top: -40%; left: -5%; width: 40%; filter: blur(400px); }
.shape-3 { top: -50%; right: -10%; width: 35%; filter: blur(500px); }
.shape-4 { top: 10%; right: 20%; width: 30%; filter: blur(300px); }
.shape-5 { bottom: -30%; left: -10%; width: 45%; filter: blur(300px); }
.shape-6 { bottom: -20%; right: 10%; width: 30%; filter: blur(400px); }
.shape-7 { bottom: 20%; right: 5%; width: 20%; filter: blur(300px); }
.shape-8 { bottom: -40%; left: 20%; width: 35%; filter: blur(400px); }
.about-container {
position: relative;
z-index: 2;
}
.about-content {
max-width: 706px;
margin-bottom: 40px;
}
.about-title {
font-size: 50px;
font-weight: 700;
color: var(--white);
line-height: 1.48;
margin-bottom: -16px;
}
.about-subtitle {
font-size: 18px;
font-weight: 500;
color: var(--black);
text-shadow: 0px 4px 72.6px rgba(0,0,0,0.79);
line-height: 4.1;
}
.about-description {
font-size: 16px;
font-weight: 400;
color: var(--white);
line-height: 1.625;
}
.about-features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 20px;
}
.feature-card {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 14px;
padding: 20px;
display: flex;
align-items: center;
gap: 20px;
position: relative;
overflow: hidden;
box-shadow: 0px -1px 34.8px 0px rgba(0,0,0,0.08);
}
.feature-card.full-width {
grid-column: 1 / -1;
}
.feature-card-icon-bg {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 100px;
height: 120px;
background-color: var(--black);
}
.feature-card-icon {
width: 44px;
height: 44px;
object-fit: contain;
z-index: 1;
margin-left: 28px;
}
.feature-card-text {
z-index: 1;
color: var(--white);
}
.feature-card-text h3 {
font-family: 'Inter', sans-serif;
font-weight: 800;
font-size: 16px;
margin-bottom: 5px;
}
.feature-card-text p {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
}
@media (max-width: 768px) {
.about-title { font-size: 36px; }
.about-features-grid { grid-template-columns: 1fr; }
}
/* CSS for section section:calculator */
.calculator-section {
position: relative;
padding: 80px 0;
color: var(--white);
}
.calculator-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
}
.calculator-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.calculator-bg::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(178deg, rgba(255, 153, 51, 0) 0%, #eb5607 66.03%);
z-index: -1;
}
.section-title {
font-size: 36px;
font-weight: 600;
text-align: center;
margin-bottom: 60px;
}
.calculator-wrapper {
display: flex;
gap: 20px;
justify-content: center;
}
.calculator-panel, .clarity-panel {
padding: 40px;
background: rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4px);
border-radius: 0px 80px 21px 80px;
flex: 1;
max-width: 625px;
}
.clarity-panel {
background: rgba(0, 0, 0, 0.11);
}
.calculator-panel h3, .clarity-panel h3 {
font-size: 25px;
font-weight: 700;
margin-bottom: 40px;
}
.clarity-panel h3 { text-align: center; }
.clarity-panel p {
text-align: center;
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
}
.slider-group {
margin-bottom: 30px;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 20px;
}
.slider-group label {
font-size: 22px;
font-weight: 500;
}
.slider-container {
height: 10px;
position: relative;
}
.slider-track {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 74px;
height: 100%;
width: 100%;
}
.slider-progress {
background-color: var(--primary-orange);
border-radius: 74px;
height: 100%;
}
.slider-thumb {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 35px;
height: 35px;
background: url('images/23_1617.svg') no-repeat center center;
background-size: contain;
cursor: pointer;
}
.slider-value {
font-size: 22px;
font-weight: 700;
}
.clarity-details {
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 30px;
}
.detail-item {
display: flex;
justify-content: space-between;
font-size: 22px;
font-weight: 500;
}
.repayment-box {
border: 1px solid var(--white);
border-radius: 8px;
padding: 10px;
text-align: center;
margin-bottom: 40px;
background: rgba(255, 255, 255, 0.04);
}
.repayment-box span {
display: block;
font-size: 16px;
font-weight: 500;
}
.repayment-box strong {
display: block;
font-size: 22px;
font-weight: 600;
}
.btn-apply-now-clarity {
display: block;
width: 100%;
padding: 15px;
background: var(--primary-orange);
color: var(--white);
text-align: center;
font-size: 16px;
font-weight: 700;
border-radius: 13px;
}
@media (max-width: 1024px) {
.calculator-wrapper {
flex-direction: column;
align-items: center;
}
.calculator-panel, .clarity-panel {
width: 100%;
max-width: 600px;
}
}
@media (max-width: 768px) {
.slider-group {
grid-template-columns: 1fr;
text-align: center;
gap: 10px;
}
.slider-group label {
grid-row: 1;
}
.slider-container {
grid-row: 2;
}
.slider-value {
grid-row: 3;
}
}
/* CSS for section section:loan-features */
.loan-features-section {
background-color: var(--primary-orange);
padding: 60px 0;
}
.loan-features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 30px;
}
.loan-feature-card {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
border: 2px solid var(--black);
border-radius: 21px;
padding: 30px 20px;
text-align: center;
color: var(--white);
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
}
.card-icon-wrapper {
position: relative;
width: 68px;
height: 68px;
margin-bottom: 15px;
}
.card-icon-wrapper .icon-bg {
width: 100%;
height: 100%;
}
.card-icon-wrapper .icon-fg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 40px;
max-height: 40px;
}
.loan-feature-card h3 {
font-size: 20px;
font-weight: 700;
}
.loan-feature-card p {
font-size: 18px;
font-weight: 500;
line-height: 1.5;
flex-grow: 1;
}
.card-line {
width: 48px;
height: 1px;
background-color: var(--white);
margin-top: auto;
}
/* CSS for section section:how-it-works */
.how-it-works-section {
background-color: var(--primary-dark-blue);
padding: 80px 0;
position: relative;
overflow: hidden;
}
.how-it-works-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.how-it-works-bg img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.3;
}
.how-it-works-bg .bg-blur {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
filter: blur(800px);
opacity: 0.5;
}
.how-it-works-section .container {
position: relative;
z-index: 1;
}
.how-it-works-section .section-title {
color: var(--white);
line-height: 1.5;
max-width: 662px;
margin-left: auto;
margin-right: auto;
}
.process-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}
.process-card {
background-color: rgba(0, 0, 0, 0.6);
border: 1px solid var(--white);
border-radius: 59px 0px 50px 0px;
padding: 40px 20px;
text-align: center;
color: var(--white);
}
.process-icon-wrapper {
width: 79px;
height: 75px;
background: linear-gradient(180deg, #ffffff 0%, #eb5607 100%);
border: 1px solid var(--white);
border-radius: 40px 0px 40px 0px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 30px;
}
.process-icon-wrapper img {
max-width: 48px;
max-height: 48px;
}
.process-card h3 {
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
}
.process-card p {
font-size: 14px;
font-weight: 400;
line-height: 1.5;
}
/* CSS for section section:qualifications */
.qualifications-section {
padding: 80px 0;
background-color: rgba(255, 255, 255, 0.34);
position: relative;
overflow: hidden;
}
.qualifications-bg-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: var(--primary-orange);
}
.qualifications-bg-shapes .bg-shape {
position: absolute;
opacity: 0.3;
}
.qualifications-section .section-title {
color: var(--white);
text-align: center;
margin-bottom: 20px;
}
.section-description {
color: var(--white);
font-size: 16px;
font-weight: 500;
text-align: center;
max-width: 720px;
margin: 0 auto 50px;
line-height: 1.5;
}
.qualifications-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}
.qualification-card {
position: relative;
border-radius: 8px;
overflow: hidden;
height: 330px;
color: var(--white);
display: flex;
align-items: flex-end;
padding: 20px;
}
.qualification-card img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.qualification-card .card-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 53.6%);
}
.qualification-card p {
position: relative;
z-index: 1;
font-size: 18px;
font-weight: 600;
text-align: center;
width: 100%;
}
/* CSS for section section:footer */
.footer-section {
position: relative;
color: var(--white);
padding-top: 100px;
background: linear-gradient(175deg, #3d3eaa 0%, #c7607d 205.94%);
overflow: hidden;
}
.footer-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
opacity: 0.2;
}
.footer-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.footer-container {
position: relative;
z-index: 1;
padding-bottom: 50px;
}
.footer-grid {
display: grid;
grid-template-columns: 1.5fr 1fr 1.5fr 1fr;
gap: 40px;
}
.footer-col h4 {
font-size: 22px;
font-weight: 600;
margin-bottom: 30px;
}
.footer-col ul {
display: flex;
flex-direction: column;
gap: 18px;
}
.footer-col a, .footer-col p, .footer-col span {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
}
.about-col p {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.5;
margin-bottom: 24px;
}
.footer-logo {
display: block;
margin-bottom: 20px;
position: relative;
width: 212px;
height: 133px;
margin-left: -10px;
}
.footer-logo-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.footer-logo-img-1 {
position: absolute;
width: 200px;
height: 36px;
top: 97px;
left: 11px;
}
.footer-logo-img-2 {
position: absolute;
width: 105px;
height: 89px;
top: 0;
left: 0;
}
.social-links {
display: flex;
gap: 21px;
align-items: center;
}
.social-links a img {
width: 24px;
height: 24px;
object-fit: contain;
}
.contact-list li {
display: flex;
align-items: flex-start;
gap: 12px;
}
.contact-list img {
width: 24px;
margin-top: 3px;
}
.contact-list span strong {
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.sub-footer {
background: linear-gradient(90deg, #eb5607 0%, #fa7d00 68.8%);
padding: 15px 0;
font-family: 'Poppins', sans-serif;
font-size: 18px;
font-weight: 300;
}
.sub-footer-container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
@media (max-width: 1024px) {
.footer-grid {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 768px) {
.footer-grid {
grid-template-columns: 1fr;
text-align: center;
}
.about-col, .social-links, .contact-list li {
align-items: center;
justify-content: center;
text-align: center;
}
.contact-list li {
flex-direction: column;
gap: 5px;
}
.footer-logo {
margin-left: auto;
margin-right: auto;
}
.sub-footer-container {
flex-direction: column;
text-align: center;
}
}
</style>
<script src="global.js" defer></script>
</head>
<body>
<header class="header-section">
<div class="container header-container">
<a href="#" class="logo">
<!--merged image-->
<div class="logo-wrapper">
<img src="images/0935388018d3b12a044b1694e61a4ce4a9c7fbae.png" alt="5 Minute Loan logo part 1" class="logo-img-1">
<img src="images/0935388018d3b12a044b1694e61a4ce4a9c7fbae.png" alt="5 Minute Loan logo part 2" class="logo-img-2">
</div>
</a>
<nav class="main-nav">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="header-actions">
<a href="#" class="btn btn-primary">Apply Now</a>
<a href="#" class="btn btn-secondary">Repay Loan</a>
</div>
<button class="mobile-nav-toggle" aria-label="Toggle navigation">☰</button>
</div>
</header>
<section id="home" class="hero-section">
<div class="hero-background">
<img src="images/daa1a6b1e2b12c6920168f54719fadd8676d7f8d.png" alt="Cityscape background">
</div>
<div class="container hero-content-container">
<div class="hero-content">
<h1 class="hero-title">Taking Loan in just<br>5 Minutes</h1>
<ul class="hero-features">
<li><img src="images/23_1448.svg" alt="bullet point"><span>Only for salaried</span></li>
<li><img src="images/23_1451.svg" alt="bullet point"><span>100% Paperless</span></li>
<li><img src="images/23_1454.svg" alt="bullet point"><span>Directly Credited in Bank account</span></li>
</ul>
<div class="hero-cta-group">
<a href="#" class="btn-get-started">
Get<br>Started
</a>
<a href="#" class="btn-apply-now">
APPLY NOW
</a>
</div>
</div>
<div class="welcome-form-container">
<div class="welcome-form">
<div class="form-header">
<h2>WELCOME!</h2>
<p>Torem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate libero et velit interdum, ac aliquet odio mattis. Class aptent taciti sociosqu a</p>
</div>
<form>
<div class="form-group">
<label for="full-name">full name</label>
<input type="text" id="full-name">
</div>
<div class="form-group">
<label for="email">email</label>
<input type="email" id="email">
</div>
<div class="form-group">
<label for="phone-number">Phone number</label>
<div class="phone-input-wrapper">
<img src="images/23_1561.svg" alt="India flag">
<span>+91</span>
<input type="tel" id="phone-number">
</div>
</div>
<div class="form-group">
<label for="message">message</label>
<textarea id="message"></textarea>
</div>
<button type="submit" class="btn-submit">SUBMIT</button>
</form>
</div>
</div>
</div>
<a href="#" class="chat-icon">
<!--merged image-->
<div class="chat-icon-wrapper">
<img src="images/23_1466.svg" alt="Chat icon background" class="chat-bg">
<img src="images/23_1467.svg" alt="Chat icon" class="chat-fg">
</div>
</a>
</section>
<section id="about" class="about-section">
<div class="about-bg-shapes">
<!--merged image-->
<img src="images/23_1485.svg" alt="blur shape" class="bg-shape shape-1">
<img src="images/23_1484.svg" alt="blur shape" class="bg-shape shape-2">
<img src="images/23_1488.svg" alt="blur shape" class="bg-shape shape-3">
<img src="images/23_1487.svg" alt="blur shape" class="bg-shape shape-4">
<img src="images/23_1486.svg" alt="blur shape" class="bg-shape shape-5">
<img src="images/23_1491.svg" alt="blur shape" class="bg-shape shape-6">
<img src="images/23_1490.svg" alt="blur shape" class="bg-shape shape-7">
<img src="images/23_1489.svg" alt="blur shape" class="bg-shape shape-8">
</div>
<div class="container about-container">
<div class="about-content">
<h2 class="about-title">Get loan in just <br>5 Minutes</h2>
<p class="about-subtitle">5Minuteloan ( Brand of Agrim Fincap Pvt Ltd)</p>
<p class="about-description">Tired of lenders collecting your information only to deny your applications? At 5 Minute Loan, we're proud to offer a solution that's notably better, designed to exceed your expectations.</p>
</div>
<div class="about-features-grid">
<div class="feature-card">
<div class="feature-card-icon-bg"></div>
<img src="images/53924ef54e8b5ab160a047ad2649cdb7d4c433bb.png" alt="Fast Approval Icon" class="feature-card-icon">
<div class="feature-card-text">
<h3>Fast Approval</h3>
<p>Complete our online application in just 5 minutes, with quick approvals granted.</p>
</div>
</div>
<div class="feature-card">
<div class="feature-card-icon-bg"></div>
<img src="images/53924ef54e8b5ab160a047ad2649cdb7d4c433bb.png" alt="Funds Transfer Icon" class="feature-card-icon">
<div class="feature-card-text">
<h3>Funds Transfer</h3>
<p>Receive your approved funds instantly , allowing you to tackle expenses without delay.</p>
</div>
</div>
<div class="feature-card full-width">
<div class="feature-card-icon-bg"></div>
<img src="images/53924ef54e8b5ab160a047ad2649cdb7d4c433bb.png" alt="Customer Support Icon" class="feature-card-icon">
<div class="feature-card-text">
<h3>Customer Support</h3>
<p>Our customer support team is available from 10:00 AM to 6:30 PM IST to assist you with any questions or concerns all throughout the process.</p>
</div>
</div>
</div>
</div>
</section>
<section id="calculator" class="calculator-section">
<div class="calculator-bg">
<img src="images/de306c7a10fe9946f61478a1ab2f521e573b0e1c.png" alt="City background for calculator">
</div>
<div class="container">
<h2 class="section-title">Plan Your Loan with Ease</h2>
<div class="calculator-wrapper">
<div class="calculator-panel">
<h3>Loan Calculator</h3>
<div class="slider-group">
<label>Loan amount:</label>
<div class="slider-container">
<div class="slider-track">
<div class="slider-progress" style="width: 62%;"></div>
<div class="slider-thumb" style="left: 62%;"></div>
</div>
</div>
<span class="slider-value">₹50,000</span>
</div>
<div class="slider-group">
<label>Tenure (days):</label>
<div class="slider-container">
<div class="slider-track">
<div class="slider-progress" style="width: 62%;"></div>
<div class="slider-thumb" style="left: 62%;"></div>
</div>
</div>
<span class="slider-value">30</span>
</div>
<div class="slider-group">
<label>Daily Interest Rate:</label>
<div class="slider-container">
<div class="slider-track">
<div class="slider-progress" style="width: 62%;"></div>
<div class="slider-thumb" style="left: 62%;"></div>
</div>
</div>
<span class="slider-value">0.75%</span>
</div>
</div>
<div class="clarity-panel">
<h3>Clarity in Lending</h3>
<p>Understand your full financial obligation before applying.</p>
<div class="clarity-details">
<div class="detail-item">
<span>Tenure:</span>
<span>30 days</span>
</div>
<div class="detail-item">
<span>Daily Interest Rate:</span>
<span>0.75%</span>
</div>
</div>
<div class="repayment-box">
<span>Total Repayment</span>
<strong>₹61250</strong>
</div>
<a href="#" class="btn-apply-now-clarity">APPLY NOW</a>
</div>
</div>
</div>
</section>
<section class="loan-features-section">
<div class="container">
<div class="loan-features-grid">
<div class="loan-feature-card">
<div class="card-icon-wrapper">
<img src="images/23_1671.svg" class="icon-bg" alt="">
<img src="images/2e727570684c83cb41212aa4e187908bdf12ab60.png" class="icon-fg" alt="Loan Amount Icon">
</div>
<h3>Loan Amount</h3>
<p>Loan from<br>₹5000 - ₹100000</p>
<div class="card-line"></div>
</div>
<div class="loan-feature-card">
<div class="card-icon-wrapper">
<img src="images/23_1679.svg" class="icon-bg" alt="">
<img src="images/762146d725444716fa10ca335c5f88388875b50e.png" class="icon-fg" alt="Loan Tenure Icon">
</div>
<h3>Loan Tenure</h3>
<p>Tenure from 7 to 40 days</p>
<div class="card-line"></div>
</div>
<div class="loan-feature-card">
<div class="card-icon-wrapper">
<img src="images/23_1687.svg" class="icon-bg" alt="">
<img src="images/c0f074aae85a560599bfb7a237ed46d8b4fcb877.png" class="icon-fg" alt="Paperless Icon">
</div>
<h3>100% Paperless</h3>
<p>100% Paperless Verification</p>
<div class="card-line"></div>
</div>
<div class="loan-feature-card">
<div class="card-icon-wrapper">
<img src="images/23_1695.svg" class="icon-bg" alt="">
<img src="images/29abfebd4317da078e818a22a6d91b38edfc8613.png" class="icon-fg" alt="Instant Loan Icon">
</div>
<h3>Instant Loan</h3>
<p>Swift Payout</p>
<div class="card-line"></div>
</div>
<div class="loan-feature-card">
<div class="card-icon-wrapper">
<img src="images/23_1703.svg" class="icon-bg" alt="">
<img src="images/a8e01e819d498c862d6336ab6d529992eb31d77b.png" class="icon-fg" alt="Unsecured Loan Icon">
</div>
<h3>Unsecured Loan</h3>
<p>Start now</p>
<div class="card-line"></div>
</div>
</div>
</div>
</section>
<section class="how-it-works-section">
<div class="how-it-works-bg">
<img src="images/704aabd1e99c2e67ea3da417596f1e5719a6829d.png" alt="Abstract background">
<img src="images/23_1710.svg" alt="Blur effect" class="bg-blur">
</div>
<div class="container">
<h2 class="section-title">Good CREDIT, BAD CREDIT WE DON’T DISCRIMINATE!</h2>
<div class="process-grid">
<div class="process-card">
<div class="process-icon-wrapper">
<img src="images/66f7926a39e6fe56fc739e86bb2c7df6e592221c.png" alt="Apply Online Icon">
</div>
<h3>Apply Online</h3>
<p>click on apply now, fill out our quick and easy online application</p>
</div>
<div class="process-card">
<div class="process-icon-wrapper">
<img src="images/3c0aed1455821a55f37fe2f6cd61df2f706d63c2.png" alt="Loan Approval Icon">
</div>
<h3>Loan Approval</h3>
<p>Our team reviews and approves your loan in just 5 minutes.</p>
</div>
<div class="process-card">
<div class="process-icon-wrapper">
<img src="images/18841347d067ea190350384e22a78fd23f8bd1b2.png" alt="Paperless Verification Icon">
</div>
<h3>Paperless Verification</h3>
<p>We do paperless verification even for our first-time users.</p>
</div>
<div class="process-card">
<div class="process-icon-wrapper">
<img src="images/408bae36a1a1886869a94c625c63825eeb1f0a04.png" alt="Receive Funds Icon">
</div>
<h3>Receive Funds</h3>
<p>Funds are deposited into your bank account instantly.</p>
</div>
</div>
</div>
</section>
<section class="qualifications-section">
<div class="qualifications-bg-shapes">
<!--merged image-->
<img src="images/23_1522.svg" alt="blur shape" class="bg-shape shape-1">
<img src="images/23_1521.svg" alt="blur shape" class="bg-shape shape-2">
<img src="images/23_1525.svg" alt="blur shape" class="bg-shape shape-3">
<img src="images/23_1524.svg" alt="blur shape" class="bg-shape shape-4">
<img src="images/23_1523.svg" alt="blur shape" class="bg-shape shape-5">
<img src="images/23_1528.svg" alt="blur shape" class="bg-shape shape-6">
<img src="images/23_1527.svg" alt="blur shape" class="bg-shape shape-7">
<img src="images/23_1526.svg" alt="blur shape" class="bg-shape shape-8">
</div>
<div class="container">
<h2 class="section-title">Who qualifies for our loans?</h2>
<p class="section-description">Don't lose hope if you could not get your loans approved till now! Reach out to us, apply now and get it transferred instantly. We specialize in offering quick, hassle-free loans when traditional lenders turn you away.</p>
<div class="qualifications-grid">
<div class="qualification-card">
<img src="images/fa1033443c5c317e69b84662b63d6c22be8f79a2.png" alt="Person who couldn't secure a loan">
<div class="card-overlay"></div>
<p>Those who couldn't secure a loan anywhere else.</p>
</div>
<div class="qualification-card">
<img src="images/99d0f760df36e45ba696edda77f142883b6483a2.png" alt="Laptop showing low credit score">
<div class="card-overlay"></div>
<p>Individuals with a low credit score.</p>
</div>
<div class="qualification-card">
<img src="images/211c35b303b10042c9209d2fc1785574623a937d.png" alt="Person rejected by other lenders">
<div class="card-overlay"></div>
<p>People Rejected by Other Lenders</p>
</div>
</div>
</div>
</section>
<footer id="contact" class="footer-section">
<div class="footer-bg">
<img src="images/38167616ce266359ad371ee88601e4388e4b8d46.png" alt="Footer background">
</div>
<div class="container footer-container">
<div class="footer-grid">
<div class="footer-col about-col">
<a href="#" class="footer-logo">
<!--merged image-->
<div class="footer-logo-wrapper">
<img src="images/0935388018d3b12a044b1694e61a4ce4a9c7fbae.png" alt="5 Minute Loan logo part 1" class="footer-logo-img-1">
<img src="images/0935388018d3b12a044b1694e61a4ce4a9c7fbae.png" alt="5 Minute Loan logo part 2" class="footer-logo-img-2">
</div>
</a>
<p>SpeedoLoan, a product of AGRIM FINCAP PRIVATE LIMITED (an RBI-registered NBFC), is a fast, reliable, and user-friendly loan platform that offers instant loan approvals, quick fund transfers, and expert support—making borrowing simple, secure, and stress-free.</p>
<div class="social-links">
<a href="#"><img src="images/23_1762.svg" alt="WhatsApp"></a>
<a href="#"><img src="images/23_1764.svg" alt="Facebook"></a>
<a href="#"><img src="images/23_1766.svg" alt="LinkedIn"></a>
<a href="#"><img src="images/23_1768.svg" alt="Twitter"></a>
</div>
</div>
<div class="footer-col">
<h4>Quick Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Grievance</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Contact Us</h4>
<ul class="contact-list">
<li><img src="images/23_1738.svg" alt="Phone"><span><strong>Mobile No -</strong> +91 9090999941 / +91 9099909941</span></li>
<li><img src="images/23_1743.svg" alt="Email"><span><strong>Email Id -</strong> info@speedoloan.com / info@speedoloan.com</span></li>
<li><img src="images/23_1748.svg" alt="Address"><span><strong>Address:</strong> 276,m First Floor, Gagan Vihar, Shadra Delhi</span></li>
<li><img src="images/23_1752.svg" alt="Address"><span><strong>Corporate Address:</strong> F-40, Sector-6, Noida-201301</span></li>
</ul>
</div>
<div class="footer-col">
<h4>Open Hours</h4>
<p>Monday to Saturday – 10 Am to 6:30 Pm”</p>
</div>
</div>
</div>
<div class="sub-footer">
<div class="container sub-footer-container">
<span>Privacy policy . Terms Of Service</span>
<span>Copyright © 2025 <a href="#">UX/UI designer</a></span>
</div>
</div>
</footer>
</body>
</html>