body {
  font-family: "Noto Serif Bengali", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
a {
  color: #000 !important;
  text-decoration: none !important;
}
a:hover {
  color: red !important;
}
img {
  max-width: 100%;
  height: auto !important;
}
.navbar {
  border-bottom: 2px solid #a6110d;
}
.logo {
  width: 200px;
}
.videobg {
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
}
.bottomTitle {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.97) 100%
  );
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-shadow: 1px 1px 1px #000;
  line-height: normal;
  position: absolute;
  bottom: 0px;
  border-radius: 0.375rem;
  overflow: hidden;
  flex: 1;
}
.bottomTitle a {
  color: white !important;
  text-decoration: none;
}
.bottomTitle a:hover {
  color: red !important;
}
.cover {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
}
.cover1 {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
}
.cover2 {
  width: 100%;
  height: 100px !important;
  object-fit: cover;
}
.cover3 {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
}
.catName {
  border-bottom: 2px solid #f00;
}
.social-media {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 22px;
}
.social-media li {
  padding: 4px;
}
.social-media li a {
  padding: 4px 8px;
  background-color: #000;
  border-radius: 4px;
  color: #ffffff;
}
.social-media li a i {
  font-size: 14px;
}
