/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #f0f0f0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.logo img {
    height: 50px;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
}

.hero {
    background-image: url('hero-image.jpg');
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    color: #fff;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4285f4;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.features {
    display: flex;
    justify-content: space-around;
    padding: 50px 0;
}

.feature {
    text-align: center;
}

.feature img {
    width: 100px;
    height: 100px;
}

.announcements {
    padding: 50px 0;
}

.testimonials {
    background-color: #f7f7f7;
    padding: 50px 0;
    text-align: center;
}

.contact {
    background-color: #333;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

footer {
    background-color: #f0f0f0;
    padding: 20px 0;
    text-align: center;
}

footer nav a {
    color: #666;
    margin: 0 10px;
    text-decoration: none;
}

footer p {
    margin: 10px 0;
    color: #666;
}

.cta-button:hover {
    background-color: #2a5dba;
}

/* Coursel */
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  

 /* styles.css */
@font-face {
    font-family: 'Lato';
    src: url('আপনার_ফন্টের_পাথ/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

