@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=Google+Sans+Code:ital,wght,MONO@0,300..800,1;1,300..800,1&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Noto+Sans+Bengali:wght@100..900&display=swap');

body {

	font-family: "Noto Sans Bengali", "Google Sans Flex" , sans-serif;
  text-align: justify;
  font-weight: 400;

	}

.latin {
	font-family: "Google Sans Flex" , sans-serif;
}

/* Bootstrap sets its own font-weight on these (.lead=300, .display-*=300,
   headings=500), which overrides body's font-weight. Inherit instead so the
   single `body { font-weight }` value controls all of them. */
.lead,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6,
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}



.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}
a {
  text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
	}

pre, code, kbd, samp {
  font-family: "Google Sans Code", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

/* -------------------------------------------------------------- Small print */
.small-print {
  border-top: 1px solid var(--bs-border-color);
  padding: 28px 0;
  color: var(--bs-secondary-color);
  font-size: 14px;
  text-align: left;
}
.small-print p { margin-bottom: 6px; }
.small-print a { color: var(--bs-secondary-color); }
.small-print a:hover { color: var(--bs-emphasis-color); }

.site-footer a {
  color: var(--bs-secondary-color);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.site-footer a:active {
  color: var(--bs-emphasis-color);
  text-decoration: underline;
  text-underline-offset: .15em;
}

.site-footer a:visited {
  color: var(--bs-secondary-color);
}
