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;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
  color:#000;
  text-decoration:none;
}
a:hover {
  color:#666;
}
img {
    max-width: 100%;
    height: auto !important;
}
blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}
.blockquote-footer {
	margin-top:0!important;	
}
.display-3 {
 letter-spacing: -0.02em!important;	
}
.blockquote {
  border-left: none;
  font-style: normal;
}
.logo {
  width: 370px;
}
.img {
  width: 100%;
}
.roundImg {
  width:150px;
  height:150px;
  overflow:hidden;
  border-radius:50%;
}
.cover-round {
  width: 150px;
  height: 150px!important;
  object-fit: cover;
}
.cover1 {
  width: 100%;
  height: 200px!important;
  object-fit: cover;
}
.cover2 {
  width: 100%;
  height: 300px!important;
  object-fit: cover;
}
.coverex {
  width: 100%;
  height: 60px!important;
  object-fit: cover;
}
.cover3 {
  width: 100%;
  height: 90px!important;
  object-fit: cover;
}
.cover4 {
  width: 100%;
  height: 500px!important;
  object-fit: cover;
}
.cover5 {
  width: 100%;
  height: 400px!important;
  object-fit: cover;
}
.cover6 {
  width: 100%;
  height: 150px!important;
  object-fit: cover;
}
.round-corner1 {
  border-top-right-radius: .25rem;
}
.round-corner2 {
  border-bottom-right-radius: .25rem;
}
.bg-dark a {
  color: white;
}
.glance {
  background: #610e14;
}
.bg_mz {
  background: #ab0613;
  color: white;
}
.bg_mz a {
  color:#fff;
}
.bg_mz a:hover {
  color:#e8e8e8;
}
.bg2 {
  background: #f1f1f1;
}
.bg3 {
  background: #155e75;
  color: white;
}
.bg4 {
  background: #214D66;
  color: white;
}
.bg4 a {
  color:#fff;
}
.bg5 {
  background: #222222;
  color: white;
}
.bg6 {
  background:#F5F4EF;
}
.pointer {
  cursor:pointer;
}
.dropdown-menu {
  z-index:1090!important;
}
.paper {
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
.videoButton {
  width: 35px;
  height: 35px;
  background: rgba(232,232,232,.9);
  border-radius: 50%;
  position:absolute;
  top:5px;
  left:5px;
}
.bottomTitle {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(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: 16px;
    border-radius: 3px;
    overflow: hidden;
    flex: 1;
}
.bottomTitle a {
  color: #fff;
}
.sectitle {
  color: #ab0613;
}
.sectitle a {
  color: #ab0613;
}
.line {
  width: 30%;
  height: 3px;
  float: left;
  border-bottom: 1px solid #faadb3;
  margin: 5px 0;
}
.lineBold {
  width: 30%;
  height: 3px;
  float: left;
  border-bottom: 5px solid #ab0613;
  margin: 5px 0;
}
.subtitle {
  color: #ab0613;
}
.subtitleLight {
  color: #f6a2a9;
}
.comment {
  cursor: pointer;
}
.video-list {
	width: 100%;
	height: 320px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.video-row {
	padding-bottom: 5px; border-bottom: 1px solid #666; margin-bottom: 5px; cursor: pointer;
}
.video-row:hover {
	background: #000;
}
.custom-border {
    border-right:1px solid #dee2e6;
    border-bottom:none;
  }
.custom-border2 {
    border-right:1px solid #dee2e6;
  }
.footer-bg {
  background
} 
.modal-dialog {
  max-width:1920px!important;
}
.hidden {
  display: none;
}
.box {
  box-shadow: 0 0 16px 10px #f4f4f4;
}
.socialIcon {
  transition: transform 0.5s;
}

.socialIcon:hover {
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .g-5,
  .gx-5 {
    --bs-gutter-x: 0;
  }
  .custom-border {
    border-right:none;
    border-bottom:1px solid #dee2e6;
  }
  .custom-border2 {
    border-right:none;
  }
  .cover {
    width: 100%;
    height: 150px!important;
    object-fit: cover;
  }
  .cover4-mob {
    width: 100%;
    height: 250px!important;
    object-fit: cover;
  }
}
}
