@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');


body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.5);
    padding: 0.5em 1em;
    font-weight: 500;
}

.carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.carousel-indicators li.active {
    background-color: cornflowerblue;
}

#about {
    padding-bottom: 50px;
    font-family: "Hind Siliguri", sans-serif;
}

#about .section-title {
    text-align: center;
    padding: 30px 0;
    font-weight: 600;
    background: linear-gradient(#007bff, #3b02a5);
    color: #ffffff;
    margin-bottom: 20px;
}

#about .section-title h2 {
    font-weight: 600;
}

#about .content {
    font-size: 1.2rem;
}

footer .contact div {
    padding: 8px 0;
    display: flex;
}
footer .contact div > i {
    font-size: 1.5rem;
    margin-right: 10px;
}
footer .contact div > a {
    font-size: 1.2rem;
    color: white;
}
footer .contact div > a {
    font-size: 1.2rem;
    color: white;
}

footer .copyright {
    font-size: 0.9rem;
}

