@font-face {
  font-family: "Montserrat-Regular";
  src: url("../css/Montserrat-Regular.ttf");
}

*,
*::before,
*::after {
  font-family: "Montserrat-Regular";
  font-weight: 900;
  font-size: 16px;
}
html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  overflow-x: hidden;
}
.hidden-loading {
  display: none;
}
.loadingss {
  z-index: 10000000000000;
  width: 100vw;
  height: 100vh;
position: fixed;
  overflow: hidden;
  top: 0;
  left:0 ;
  background-color: white;

}

.bookjs{
  position: fixed;
  z-index: 100000000000000000000000000000;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  perspective: 20000px;
  width: 180px;
  height: 220px;
  animation: as 4s ease infinite;
  transform:rotateX(20deg) translate(-50%,-50%);

}
.bookjs span::after{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  background-color: rgb(41, 8, 73);
  height: 220px;
  top: 0;
  left: 50%;
  filter: blur(5px);
transform: translate(-50%,0);
}
.bookjs span{
  position: absolute;
  display: block;
  width: 180px;
  height: 220px;
  z-index: 1000;

  background-color: rgb(255, 253, 253);
  border: 2px solid rgb(47, 5, 90);
}
.bookjs span:nth-of-type(1){
  transform: rotateY(9deg);
}
.bookjs span:nth-of-type(2){
  transform: rotateY(18deg);
}
.bookjs span:nth-of-type(3){
  transform: rotateY(27deg);
}
.bookjs span:nth-of-type(4){
  transform: rotateY(36deg);
}
.bookjs span:nth-of-type(5){
  transform: rotateY(45deg);
}
.bookjs span:nth-of-type(6){
  transform: rotateY(54deg);
}
.bookjs span:nth-of-type(7){
  transform: rotateY(63deg);
}
.bookjs span:nth-of-type(8){
  transform: rotateY(72deg);
}
.bookjs span:nth-of-type(9){
  transform: rotateY(81deg);
}
.bookjs span:nth-of-type(10){
  transform: rotateY(90deg);
}
.bookjs span:nth-of-type(11){
  transform: rotateY(99deg);
}
.bookjs span:nth-of-type(12){
  transform: rotateY(108deg);
}
.bookjs span:nth-of-type(13){
  transform: rotateY(117deg);
}
.bookjs span:nth-of-type(14){
  transform: rotateY(126deg);
}
.bookjs span:nth-of-type(15){
  transform: rotateY(135deg);
}
.bookjs span:nth-of-type(16){
  transform: rotateY(144deg);
}
.bookjs span:nth-of-type(17){
  transform: rotateY(153deg);
}
.bookjs span:nth-of-type(18){
  transform: rotateY(162deg);
}
.bookjs span:nth-of-type(19){
  transform: rotateY(171deg);
}
.bookjs span:nth-of-type(20){
  transform: rotateY(180deg);
}
@keyframes as {
  0%{
      transform:rotateX(10deg) translate(-50%,-50%) rotateY(0deg);
  }
  100%{
      transform:rotateX(10deg) translate(-50%,-50%) rotateY(180deg);
  }
}
.inner-page {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: white;
}
.inner-page img {
  width: 100%;
  height: auto;
}
.hard {
  width: 1000px;
  height: 1000px;
  background-color: rgb(68, 11, 4);
}
.my-page {
  background-color: white;
  overflow: hidden;
}

/*  Default  */
a,
a:hover {
  text-decoration: none;
}

.best-books-star .fa {
  color: #ff0000;
  background-color: #ff0000;
}

.bg {
  background-color: #d6ae7b;
}
.bgBlack {
  background-color: #000000;
}
.textBlack {
  color: #000000;
}
.textWhite {
  color: #ffffff;
}
.textGrey {
  color: grey;
}
.outer {
  color: #ffc107;
}

.inner {
  color: rgba(59, 55, 55, 0.856);
}
.pt100 {
  padding-top: 100px;
}
.pt120 {
  padding-top: 120px;
}
.pt150 {
  padding-top: 150px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb130 {
  padding-bottom: 130px;
}
.pb150 {
  padding-bottom: 150px;
}

.borderRadius10 {
  border-radius: 10px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar-fixed {
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 1px #be9156;
}

.flipbook_class_item {
  border: 1px solid #ddd;
  width: 500px;
  height: 700px;
  background-color: #efefef;
}

@media (min-width: 1200px) {
  .news1 {
    height: 420px;
  }
  .news2,
  .news3 {
    height: 210px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .news1 {
    height: 230px;
  }
  .news2,
  .news3 {
    height: 230px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .news1 {
    height: 300px;
  }

  .news2,
  .news3 {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .news1 {
    height: 250px;
  }
  .news2,
  .news3 {
    height: 250px;
  }
}

.headerText h1 {
  font-size: 2.8em;
}
.headerText h5 {
  font-size: 1.8em;
}

/* --------------------------------------------------------------------
#index
--------------------------------------------------------------------  */
.zoomImg {
  transition: 1205ms linear;
}
.zoomImg:hover {
  transform: scale(1.1, 1.1);
}

/*Scrol top*/
.btn-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  background-color: #ffffff;
  border: 2px solid #000;
  color: #eeeeee;
  border-radius: 50%;
  font-weight: bold;
}
.btn-top:hover {
  background-color: #fcfcfc;
  color: white;
}

.article_card:hover img {
  transform: scale(1.123, 1.123);
  transition: 1.5s ease-in-out;
}
.article_card .article_card_h5 {
  position: absolute;
  text-align: left;
  padding-left: 15px;
  bottom: 5px;
}

/* border  */
.boxed-md.boxed-padded {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-right: 20px;
}
.boxed-md {
  border-top: 3px solid #3b52b8;
  margin-bottom: 5px;
  margin-top: 10px;
}

.boxed-md > .text-center .h1 {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.h1 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 30px;
}
.boxed-md > .text-center {
  margin-top: -20px;
  margin-bottom: 13px;
}

.counters {
  margin: 20px;
}
.counter {
  background: transparent;
  color: #ffffff;
  display: inline-block;
  width: 150px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  margin: 5px;
}
.counter > p {
  text-transform: uppercase;
  background: transparent;
  padding: 8px;
}
.counter span {
  display: block;
  height: 95px;
  font-size: 60px;
  line-height: 95px;
}
.headerText {
  top: 0px;
  position: relative;
  color: #ffffff;
  font-size: 80px;
}
@media (max-width: 992px) {
  .counter {
    width: 120px;
  }
  .headerText {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .counter {
    width: 100px;
  }
  .headerText {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  .counter {
    width: 70px;
  }
  .headerText {
    font-size: 50px;
  }
  .counter span {
    height: 70px;
    font-size: 25px;
  }
  .counter {
    margin: 1px;
  }
  .counter > p {
    font-size: 12px;
  }
}

.profile-card:hover .profile-img img {
  transform: scale(1.27);
}
.profile-card .profile-img img {
  width: 100%;
  height: 50px;
  transition: transform 1s;
}

.profile-card .profile-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 141%;
  text-align: center;
  overflow: hidden;
  /* background-color: lightcoral; */
}
.profile-card .profile-content .title > span {
  display: block;
  margin: 5px 0;
  font-size: 10px;
  text-transform: capitalize;
}
.profile-card .profile-content .social-link {
  margin: 0;
  padding: 10px 0px 10px 0px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(100px);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  background-color: rgb(187, 184, 184);
}
.profile-card:hover .social-link {
  opacity: 1;
  transform: translateY(0);
}

.profile-card .profile-content .social-link li a {
  text-decoration: none;
}

/* ???????????????????????????????????????????? */
/* profile-card-best */

.profile-card-best:hover .profile-img img {
  transform: scale(1.27);
}
.profile-card-best .profile-img img {
  width: 100%;
  height: 50px;
  transition: transform 1s;
}

.profile-card-best .profile-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 115.5%;
  text-align: center;
  overflow: hidden;
  /* background-color: lightcoral; */
}
.profile-card-best .profile-content .title > span {
  display: block;
  margin: 5px 0;
  font-size: 10px;
  text-transform: capitalize;
}
.profile-card-best .profile-content .social-link {
  margin: 0;
  padding: 17px 0px 20px 0px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(100px);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  background-color: rgb(187, 184, 184);
}
.profile-card-best:hover .social-link {
  opacity: 1;
  transform: translateY(0);
}

.profile-card-best .profile-content .social-link li a {
  text-decoration: none;
}

#ads .card-notify-badge {
  position: absolute;
  left: -10px;
  top: -20px;
  background: #f2d900;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
  z-index: 1;
}
#ads .card-notify-year {
  position: absolute;
  right: -10px;
  top: -20px;
  background: #248f29;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  padding: 15px 0 0 0;
}

#ads .card:hover {
  /* background: #fff; */
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}

#bestbook .card-notify-year {
  position: absolute;
  right: -10px;
  top: -20px;
  background: #ff0606;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  padding: 15px 0 0 0;
}

#bestbook .card:hover {
  /* background: #fff; */
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.bbb_viewed {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #ffffff;
}

.bbb_viewed_title_container {
  padding-right: 20px;
  padding-bottom: 20px;
}
.card_image img {
  height: 250px;
}

/* Dropdown Button */

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content1 {
  min-width: 200px;
}
.dropdown-content2 {
  min-width: 220px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropbtn {
  color: #000;
}

.tabbable-panel {
  border: 1px solid #eee;
  padding: 0px 15px 15px 15px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 15px;
  margin-left: 20px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #3b52b8;
}

.category_ul li:hover {
  background-color: #dddddd;
  cursor: pointer;
}

/*review*/
.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars > label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars > label:hover,
.review-form .input-rating .stars > label:hover ~ label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars > label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #dadada;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars > label:hover:before,
.review-form .input-rating .stars > label:hover ~ label:before {
  content: "\f005";
  color: #ffb656;
}

.review-form .input-rating .stars > input:checked label:before,
.review-form .input-rating .stars > input:checked ~ label:before {
  content: "\f005";
  color: #ffb656;
}
