@font-face {
    font-family: 'AnekBangla';
    src: url('https://www.raajrani.com/assets/css/fonts/AnekBangla.ttf') format('truetype');
}
body { 
    padding-top: 70px; 
    margin-bottom: 50px; 
    font-family: 'AnekBangla', sans-serif;
}
.dropdown-menu{background-color: #28a745;}
.navbar { background-color: #28a745; }
.navbar a { color: #fff !important;background: #28a745; }
.navbar a:hover { color: #fff !important;background: #30bf50; }
.hero-section { background: #e9f5ec; padding: 100px 0; text-align: center; }
.hero-section h1 { color: #28a745; }
footer { background-color: #28a745; color: #fff; position: fixed; bottom: 0; width: 100%; text-align: center; padding: 10px 0; }
footer p{
    padding:0px !important;
    margin:0px !important;
}
.carousel img { max-height: 400px; object-fit: cover; }
.carousel-item { padding: 20px 0; }
.carousel-control-prev, .carousel-control-next { width: 5%; }

.thumb .img-thumbnail img {
    transition: all 0.3s ease;
}

.thumb .img-thumbnail:hover img {
    border: 1.5px solid red;
    border-radius: 50%;
    transform: scale(2.15);
}

