
body {
    /* font-family: Arial, sans-serif; */
    font-family: 'Baikal';
}

.navbar-brand {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.logo {
    height: 70px;
    margin-right: 8px;
}

/* Hero Section */
.hero-section {
    background-color: #eef2f5; 
}

.hero-section h1 {
    font-size: 2.5rem;
    color: #333;
}

.hero-section .lead {
    font-size: 1.5rem;
    color: #666;
}

.hero-section button {
    font-weight: bold;
}

.qr-code {
    height: 30px;
    width: 30px;
}
/* main */
.overview-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #f8f9fa;
}
.overview-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.overview-section p {
    font-size: 1.25rem;
    color: #555;
}
.stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.stat-card {
    margin: 15px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 250px;
}
.stat-card h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}
.stat-card p {
    font-size: 1rem;
    color: #666;
}
/* discount start */

/* contact start  */


.contact-section {
    padding: 50px 0;
    background-color: #f0f2f3;
}

.heading {
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
}

.sub-heading {
    font-size: 1.2rem;
    color: #6c757d;
    margin-top: -10px;
}

.qr-code img {
    width: 100px;
    height: 100px;
}

.form-container {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-label {
    color: #1e2022;
    font-weight: 800;
}

.form-control, .form-select {
    border-radius: 10px;
}

.btn-outline-dark {
    border-radius: 10px;
    font-weight: bold;
}

/*investment start  */
.investment-section {
    padding: 50px 20px;
    background-color: #f1f6fa;
    text-align: center;
}
.investment-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.investment-section p {
    font-size: 1.1rem;
    color: #777;
    margin-bottom: 40px;
}
.card {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
}
.card:hover {
    transform: translateY(-5px);
}
.card img {
    width: 100%;
    height: auto;
}
.card-body h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.card-body p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 20px;
}
.btn-custom {
    background-color: #fff;
    border: 1px solid #007bff;
    color: #007bff;
    border-radius: 25px;
    padding: 5px 15px;
}
.btn-custom:hover {
    background-color: #007bff;
    color: #fff;
}
.card-footer {
    background-color: transparent;
    border-top: none;
    padding-top: 15px;
}
.logo-group img {
    max-width: 30px;
    margin: 0 10px;
}
/* footer start */
.footer {
    background-color: #f1f6fa;
    padding: 20px 20px;
    text-align: center;
}
.footer h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}
.footer-links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.footer-column {
    margin: 15px;
    text-align: left;
}
.footer-column h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.footer-column p, .footer-column a {
    font-size: 0.9rem;
    color: #777;
    margin: 0;
    text-decoration: none;
}

.social-links a {
    margin-right: 10px;
  }
  
  .social-icon {
    width: 30px;
    height: auto;
  }
  
.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}
.footer-bottom p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}
/* invest */
