@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff2'),
      url('../fonts/PlayfairDisplay-SemiBold.woff2 ') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-ExtraBold.woff') format('woff2'),
      url('../fonts/PlayfairDisplay-ExtraBold.woff2') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff2'),
      url('../fonts/fonts/Poppins-Medium.woff2') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff') format('woff2'),
      url('../fonts/Poppins-Regular.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





body{
  /* background-color: #dfe7cb; */
}
  .filter{
    display: flex;
    /* justify-content: center; */
    padding-top:50px;
    padding-bottom: 50px;
    
  }  
  .filter-sec{
    width:100%;
    background-color: #f9f9f9;
    padding-bottom: 5rem;
  }
  .book-sec{
    width:100%;       
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    /* height: 100vh; */
  }  
  .medium {
    margin-left:3rem;
  }
  /* .standard{
    margin-right: 5rem;
  }     */
 .book {
    width: 145px;
    height: 210px;
    position:relative;
    text-align: center;
    margin: 18.5% 12.5%;
    /* bottom: 17px; */
  }
  .book-1 {
    width: 145px;
    height: 210px;
    position:relative;
    text-align: center;
    margin: 12.5% 10% 0% 12.5%;
    bottom: -25px;
  }
  .book-1 .book-cover {
    background-size: 100% 100% !important;
    }
    .full-img-tablet{
      display: none;
    }
    .full-img{
      display:flex;
    }
    .book-1:hover { cursor:pointer; }

    .book-1:hover .book-cover {
    transform: perspective(2000px) rotateY(-30deg);
    -webkit-transform: perspective(2000px) rotateY(-30deg);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: 
    inset 4px 1px 3px #ffffff60,
    inset 0 -1px 2px #00000080,
    10px 0px 10px -5px #00000030
    }
    
    .book-1:hover .effect {
    width: 40px;
    }
    
    .book-1:hover .light {
    opacity: 1;
    width: 70%;
    }
    .book-1:hover .title {
      opacity: 9;
      }
@media only screen and (max-width:992px){
  .full-img-tablet{
    display: flex;
  }
  .full-img{
    display: none;
  }
}
       
@media only screen and (max-width:768px){
  .full-img-tablet{
    display: none;
  }
  .book-1{
    margin:12.5% 10% 12.50% 12.5%;
  }
}
.book-cover {
  position: absolute;
  z-index:1;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background: #111;
  background-size:cover;
  border-radius: 3px;
  box-shadow: 
    inset 4px 1px 3px #ffffff60,
    inset 0 -1px 2px #00000080;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  object-fit: cover;
}

.cover1 {
background: url('http://fuel-design.com/media/uploads/publications/Soviet_Space_Dogs_cover.jpg');
}

.cover2 {
background: url('http://fuel-design.com/media/uploads/publications/Tattoo_Vol_I_cover.jpg');
}

.cover3 {
background: url('http://fuel-design.com/media/uploads/publications/CRIME_cover.jpg');
}

.book .book-cover {
background-size: 100% 100%;
}
.effect {
width: 20px;
height: 100%;
margin-left: 10px;
border-left: 2px solid #00000010;
background-image: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
transition: all .5s ease;
} 
.light {
width: 90%;
height: 100%;
position: absolute;
border-radius: 3px; 
background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
top: 0;
right:0;
opacity: .1;
transition: all .5s ease;
-webkit-transition: all .5s ease;
}

.book:hover { cursor:pointer; }

.book:hover .book-cover {
transform: perspective(2000px) rotateY(-30deg);
-webkit-transform: perspective(2000px) rotateY(-30deg);
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
box-shadow: 
inset 4px 1px 3px #ffffff60,
inset 0 -1px 2px #00000080,
10px 0px 10px -5px #00000030
}

.book:hover .effect {
width: 40px;
}

.book:hover .light {
opacity: 1;
width: 70%;
}

.book-inside{
width: calc(100% - 2px);
height:96%;
position:relative;
top: 2%;
border: 1px solid grey;
border-radius:3px;
background: white;
box-shadow: 
10px 40px 40px -10px #00000030,
inset -2px 0 0 grey,
inset -3px 0 0 #dbdbdb,
inset -4px 0 0 white,
inset -5px 0 0 #dbdbdb,
inset -6px 0 0 white,
inset -7px 0 0 #dbdbdb,
inset -8px 0 0 white,
inset -9px 0 0 #dbdbdb;
}

.title {
font-size:16px;
width: 100%;
color: #333;
text-align: center;
position: absolute;
top:-17px;
height: 1px;
display: flex;
align-items: flex-end;
opacity: 0;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}

.title p {
width: 100%;
margin:0;
line-height:1.3;
}


.book:hover .title {
opacity: 9;
}
.page{
width: 100%;
height: 400px; 
display: flex;
justify-content: center;
align-items: center;
background-color: white;
}
.page img{
width:100%;
/* width:auto; */
height: 100%;
display: block;
margin: 0 auto;
}
.sec-book{
margin-top: 5rem;
}

#prevBtn:only-child,
#nextBtn:only-child {
left: 10px;
right: initial;
}

#nextBtn:only-child {
left: initial;
right: 10px; 
}

#prevBtn.last-page {
left: 10px;
}
.modal-body{
overflow:hidden;  
overflow-y: hidden !important;     
}
.shadow-1{
box-shadow: 0px 29px 27px rgba(0, 0, 0, 0.8);
  width: 100%;
  height:1%;
}

.book-bg-1{
background-image: url(../images/shelves-02.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;

}
.book-bg-2{
background-image: url(../images/shelves-03.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28); */
}
.book-bg-3{
background-image: url(../images/shelves-03.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28); */
}
.book-bg-4{
background-image: url(../images/shelves-04.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28); */
}
.book-bg-5{
background-image: url(../images/shelves-02.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28); */
}
.book-bg-6{
background-image: url(../images/shelves-03.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
}
.book-bg-7{
  background-image: url(../images/shelves-03.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100% auto;
  }
.header-title{
width:98%;
font-weight:bold;
font-size:22px;
text-align: center;

}
.btn-close{
width:2%;
}
.social-icons{
display: flex;
justify-content:space-evenly;
}
.social-icons img{
height:17px;
width:17px;
}
.social-icons a{
color: #1e3050;
}
/* .....new-css..... */

.navbar-brand{
 padding-top: 1rem;
 padding-bottom: 1rem;
}
.navbar-brand img{
  width:50%;
  height:auto;
}
.nav-link.active:after{
  content: '';
  border-bottom: 2px solid #b57e45;
  width: 15px;
  display: block;
  /* margin: 0 auto; */
}
.nav-link.active:after,
.nav-link:hover:after {
  content: '';
  border-bottom: 2px solid #b57e45;
  width: 15px;
  display: block;
}
.nav-link{
  font-size: .9rem !important;
  margin-right:1rem;
  /* color: #000; */
  font-family: 'Poppins';
  font-weight: normal;
  color: #000 !important;
}
.nav-link.purchase{
  color: #fff !important;
    background-color: #b57e45;
    border-color: #b57e45;
    margin-left:20px;
    font-family: 'Poppins';
    /* font-weight: normal;  */
    font-weight: 600; 
    letter-spacing: 1.2px;
    font-size: .8rem !important;
} 
.nav-link.purchase:hover,.nav-link.purchase:active,.nav-link.purchase:focus{
  color: #fff;
  background-color: #D89754;
  border-color: #D89754;
  box-shadow: unset;
}
.nav-link.purchase.active:after, .nav-link.purchase:hover:after{
  content: '';
  border-bottom: unset;
  width: unset;  
}
/* .common-dropdown{
  background-color:#B57E45 ;
  color:#fff;
  padding: 8px 20px;
  border-radius: 9px;
  border:unset;
} */
.dropdown-toggle::after {
  display: none;
}
.dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #B57E45;
  color: #fff;
  padding: 3px 18px 3px 12px;
  border-radius: 9px;
  border: none;
  background-image: url(../images/Arrow-1.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  background-size: 12px 12px;
  width:auto;
}
.dropdown:hover,.dropdown:active,.dropdown:focus{
  background-color: #D89754;
  border-color: #D89754;
}
.dropdown-toggle {
  padding-right: 25px;
  color: #fff;
  width: 150px; /* Adjust the width as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
  
}
.dropdown-toggle:hover,.dropdown-toggle:active,.dropdown-toggle:focus{
  color:#fff;
  box-shadow: unset;
}
.dropdown-item:focus, .dropdown-item:hover{
  background: #B57E45;
  color:#fff;  
}
.page-title{
  width: 100%;
  padding: 1rem;
  border-top: 2px solid #B57E45;
  border-bottom: 2px solid #B57E45;
}
.main-title h1{
 font-weight: bold;
 color:#B57E45;
 font-family: 'Playfair Display';
}
.book-catalogue-title{
  color: #000;
  font-family: 'Playfair Display';
  font-weight: 600;
}
.footer{
  border-top:2px solid rgba(137, 137, 137, .2);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer-image{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
.footer-image img{
  width:100%;
  height: auto;
}

.footer-links h5{
  font-family: 'Poppins';
  /* font-weight: normal; */
  color:#898989;
  font-weight: 500;

}
.footer-links ul{
  padding-left: 0rem;
}
.footer-links ul li {
  list-style: none;
}

.footer-links ul li a{
  /* list-style: none; */
  font-family: 'Poppins';
  color:#898989;
  font-weight: 300;
  text-decoration: none;
  font-size: 16px;
}
.footer-links ul li a:hover, .footer-links ul li a:active, .footer-links ul li a:focus{
  color:#000;
}
.copyright{
  background-color: #e19649;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.copyright p{
  margin-bottom: 0px;
  color: #fff;
}
.copyright-title p{
  font-family: 'Poppins';
  font-weight: 500;
}
.powered-by{
  background-color: #b57e45 !important;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

.powered-by a{
  color: #fff;
  text-decoration: none;
}
.powered-by-title p{
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 100;
}

.powered-by p{
  margin-bottom: 0px;
  color: #fff;
}
.copyright a{
  color: #fff;
  text-decoration: none;

}
.copyright a:hover{
  color:#F9D4AE;
}
.navbar-light .navbar-toggler-icon{
  background-image: unset;
}
.navbar-toggler-icon {
background-color: transparent;
border: none;
width: 20px; /* Adjust the width of the toggler icon */
height: 2px; /* Adjust the height of the middle line */
position: relative;
background-color: #333;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
content: "";
display: block;
width: 24px; /* Adjust the width of the lines */
height: 2px; /* Adjust the height of the lines */
background-color: #333; /* Adjust the color of the lines */
position: absolute;
right: 0;
}

.navbar-toggler-icon::before {
top: -6px; /* Adjust the position of the top line */
}
.navbar-toggler-icon::after {
bottom: -6px; /* Adjust the position of the bottom line */
}
.navbar-toggler:focus{
box-shadow:unset;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
background-color: transparent;
border: none;
width: 20px;
height: 2px;
position: relative;
background-color: #B57E45;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
content: "";
display: block;
width: 24px;
height: 2px;
background-color: #B57E45; /* Change the color for the active state */
position: absolute;
right: 0;
}
.navbar-light .navbar-toggler{
  border-color:unset;
  border: unset;
}
/* Ensure the navbar has a higher z-index than the content */
.book-part{
 
}
.res-footer-link{
  display: flex;
  justify-content: center;
}
@media (min-width: 1197px) and (max-width: 1400px){
  .nav-link.purchase{
  font-size: .8rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1250px){
  .medium {
    margin-left: 2rem !important;
}
}
@media only screen and (max-width:992px){ 
.book-sec{
height:auto;
}
.book-bg-1{
background-image: url(../images/shelves-02.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28); */
}
.book-bg-2{
background-image: url(../images/shelves-03.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;  
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28);  */
}
.book-bg-3{
background-image: url(../images/shelves-04.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28); */
}
.book-bg-4{
background-image: url(../images/shelves-02.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28); */
}
.book-bg-5{
background-image: url(../images/shelves-03.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28); */
}
.book-bg-6{
background-image: url(../images/shelves-04.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
/* box-shadow:0px 39px 44px rgba(0, 0, 0, 0.28); */
}
.book-bg-7{
  background-image: url(../images/shelves-02.svg);
background-repeat: no-repeat;
background-position-y: bottom;
background-size: 100% auto;
}
.sec-book{
margin-top: 0rem;
}
.nav-link.purchase{
  color: #000 !important;
    background-color: unset;
    border-color: unset;
    margin-left:unset; 
    font-weight: normal;
    letter-spacing: auto;
    font-size: .9rem !important;
  
}
.nav-link.purchase:hover,.nav-link.purchase:active,.nav-link.purchase:focus{
  color: #D89754 !important;
  background-color:unset ;
  border-color: unset;
  box-shadow: unset;
}
.btn.purchase{
  border:unset;
}
}
@media (max-width: 800px) {
.modal-body{
overflow-y: auto !important;        
}
}
@media (max-width: 767px) {
.book {
width: 220px;
height: 330px;  
}
.book-1{
  width: 220px;
  height: 270px;  
  }
  .res-footer-link{
    display:flex;
    justify-content: center;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
.title {
top: -15px;

}
.book{
margin: 22% 0%;
width: 140px;
height: 220px;

}
/* .book-1{
  margin: 22% 0%;
  width: 140px;
  height: 220px;
  
  } */
.book-sec{
padding-top: 20px;
padding-bottom: 20px;
}
.page img{
width:100%;
height:100%
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.title {
top: -13px;

}
.book{
margin:21.5% 12.5%;
}
.navbar-brand{
  width:20%;

}
.navbar-brand img{
  width:100%;
  
}
/* .book-1{
  margin:21.5% 12.5%;
  } */
}
@media only screen and (max-width:992px){
  .nav-link{
    display: flex;
    justify-content: end;
    border-bottom: 1px solid #B57E45 ;
    padding-top:1rem;
    padding-bottom: 1rem;
  }
  .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  .navbar-nav{
    margin:0px 30px;
  }
  .nav-link.active::after, .nav-link:hover::after{
    border-bottom: unset;
    width:unset;
  }
  .nav-link.active::after, .nav-link:hover,.nav-link:active, .nav-link:focus{
    color: #B57E45 !important;
  }
  .navbar {
    z-index: 1000;
  }
  
  /* Set initial position for the collapsed navbar */
  .navbar-collapse {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1001;
    transform: translateY(0);
    background-color: #fff;
  }
  
  /* Style for the open navbar */
  .navbar-collapse.show {
    /* transform: translateY(0); */
  }
  
  /* Prevent content from overlapping with the navbar */
  .content {
    margin-top: 70px; /* Adjust this value to match the height of the navbar */
  }
  .footer-image img {
    width: 100%;
    height: auto;
}
}
@media (max-width: 768px) {
.title {
top: -12px;
/* opacity: 1; */
}
.book{
margin: 15% 2.5%;
}
.book-sec{
padding-top: 20px;
padding-bottom: 20px;
}
.medium {
margin-left:1rem;
}
.standard{
margin-right: 1rem;
}
.book-bg-1{
background-image: unset !important;
}
.book-bg-2{
background-image: unset !important;
}
.book-bg-3{
background-image: unset !important;
}
.book-bg-4{
background-image: unset !important;
}
.book-bg-5{
background-image: unset !important;
}
.book-bg-6{
background-image: unset !important;
}
.footer-links{
  margin-top:2rem;
}
.navbar-brand img{
  width:40%;
}
.footer-image img {
  width: 100%;
  height: auto;
}
.footer-links h5{
  font-size: 1rem !important;
    }
}
@media (max-width: 576px){
.book-part{
display: flex;
justify-content: center;
}
.book {
width: 270px;
height: 420px;
}
.book-1{
  width: 305px;
  height: 370px;
  }
.navbar-brand{
  width:30%
}
.navbar-brand img{
  width:100%;
}
.navbar-nav{
  margin: 0px 10px;
}
.footer-image img {
  width: 100%;
  height: auto;
}
.footer-links{
  text-align: center;
}
.footer-links h5{
  font-size: 1.25rem !important;
}
}
@media (max-width: 405px){
.book-catalogue-title h1{
font-size: 24px !important;
}
}
@media (max-width: 400px){
  .filter{
    flex-direction: column;
    justify-content: center;
  }
  .medium{
    margin-left: 0rem;
    margin-top:2rem;
    display:flex;
    justify-content: center;
  }
  .standard {
    display: flex;
    justify-content: center;
    margin-right: 0rem;
  }
}

  