@import url("https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap");
* {
    font-family: "Tiro Bangla", serif;
    --headerHight:42px;
  }
@media (max-width:991px){
    * {
        font-family: "Tiro Bangla", serif;
        --headerHight:50px;
      }
}


a{
    text-decoration: none !important;
}

span.nav-link::after {
  content: none;
}

.my-choice {
  background: #ffcc00;
  border-radius: 25px 5px;
}
.dark-bars {
  background-color: #414143;
  width: 140px;
  margin-right: 0px;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 0% 100%);
}
span.nav-link.text-dark.text-white {
    padding: 5px 7px;
    padding-left: 45px;
}
.nav-item-menu {
    padding: 2px 7px;
    height: var(--headerHight);
}
li.submenu1 {
    height: var(--headerHight);
}
li.submenu1 a {
    font-size: 15px !important;
}


.booktitle {
  background: #ced9df;
  text-align: right;
  padding-right: 20px;
  position: absolute;
  width: 60%;
  right: 6px;
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 10% 100%);
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 3px;
  z-index: 10000000000000000;
  cursor: pointer;
}

.hr-1 {
  width: 5%;
  margin-top: -4px;
  color: #d96551;
  border-top: 3px solid;
  opacity: 1;
  /* border-width: 4px; */
}

.fborder h2 {
  font-size: 18px;
  line-height: 44px;
}
.fborder2 h2 {
  font-size: 18px;
  line-height: 44px;
}
.fborder a {
  font-size: 18px;
  line-height: 44px;
  color: black;

}
.fborder2 a {
  font-size: 18px;
  line-height: 44px;
  color: black;
}
.fmiddle {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.fborder h2 {
  border-bottom: 1px solid var(--red);

}

.fborder2 {
  border-bottom: 1px solid #000000b0;
}
.fborder.fright {
  margin-top: 21px;
}
div#footer {
  background-color: #ced9df;
  padding-top: 30px;
  margin-top: 0px;
  padding-bottom: 15px;
}
.copyright {
  background: #F45A42;
  /* text-align: center; */
}
.shareIcon a {
  font-size: 27px;
  padding: 0px 2px;
}
.title_footer {
  text-align: center;
  padding-top: 20px;
}

.table-data {
  border-left: 5px solid #ced9df;
  border-bottom: 2px solid #FFD5CE;
  color: #000;
}

.category-book-details {
  color: #8d8d8d;
}

.hoverMenu {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #f7f7f7;
  border: none;
  margin-top: 0;
  padding-top: 0px;
}


#hoverMenu {
  display: none;
}
/* --------- */

p.mb-0.position-absolute.pre-view {
  top: -67px;
  right: -28px;
  border-radius: 50%;
  background: #E0E564;
  padding: 15px;
  color: black;
  clip-path: polygon(50% 2%, 79% 13%, 94% 34%, 96% 66%, 80% 90%, 50% 100%, 20% 90%, 4% 68%, 3% 36%, 22% 11%);
}
