/* ---------------------hyperlink general style-------------------- */
a {text-decoration: none;}
a:link {color: #B12704;}
a:hover {color: #1387bd;}
a:active {color: #ffae42;}

/* ------------------ icon fonts google -----------------------*/
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 48
}

/*--------------------scroll bar-----------------------------*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
  background: #ccc; 
}

::-webkit-scrollbar-thumb:hover {
  background: #bae1f3; 
}


/*-------------assistent navigation--------------------------*/
#scroll-btn {       
  opacity: 0;   
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #f5a201;
  position: fixed;
  bottom: 60%;
  right: 20px;    
  border: 2px solid #1387bd;
  border-radius: 20%; 
  font: bold 20px monospace;       
  transition: opacity 0.5s, transform 0.5s;
}
#scroll-btn.show {      
  opacity: 1;  
  transition: opacity 1s, transform 1s;     
}
#scroll-btn:hover {
  background-color: #033146;
  cursor: pointer;
}

/*-------------------- paragraf - general style-----------------*/
p {
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.a-text-bold {font-weight: bold;}
.a-text-italic {font-style: italic;}
.a-text-strightrought {text-decoration: line-through; color: #000;} 
.a-list-item {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
}

hr {
  background-color: #033146;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

/*-------------------header------------------------- */
.header {
  font-family: "Amazon Ember",Arial,sans-serif; 
  padding: 0px; 
  text-align: center; 
  background: white; 
  color: #004160;
}

h1 {
  overflow: hidden; 
  text-align: center; 
  font-weight: 530px;
  font-size: 30px;
  margin-left: 0px;
  text-shadow: 1px 1px #c59b08;
  margin-top: 8px;
}

  h1:before, 
  h1:after {
    background-color: goldenrod; 
    content: ""; 
    display: inline-block; 
    height: 3px; 
    position: relative; 
    vertical-align: middle;
    width: 50%; 
    z-index: 0;
  }

  h1:before {
    right: 18px; 
    margin-left: -50%;
  }

  h1:after {
    left: 18px; 
    margin-right: -50%;
  }

  h1 a {
    color: #004160;
    font-weight: 600;
  }
  h1 a:hover {
    text-decoration: none;
  }


h2 {
  font-family: "Proxima Nova",Montserrat,Arial,sans-serif; 
  font-size: 2vw;  
  padding: 0px; 
  text-align: left; 
  color: #B12704; 
  font-weight:600;
  margin-top:0px;
}

h3 {
  font-family: "Amazon Ember",Arial,sans-serif; 
  font-size: 20px;
  text-align: center; 
  background: white; 
  color: #ffae42;
}

h4 {
  font-family: "Amazon Ember",Arial,sans-serif; 
  font-size: 30px;
  font-weight: 550;
  text-align:left; 
  color: black;
  padding-left: 0px;
  margin-bottom: -15px;
}
  h4 a {
    font-size: 18px;
    color: #B12704;
  }
  h4 a:hover {
    text-decoration: none;
  }

h5 {
  font-family:  "Amazon Ember",Arial,sans-serif;
  margin:0px;
  padding: 0px;
  font-size: 24px;
  margin-top: -20px;
}

h6 {
  margin:0px;
  padding: 0px;
  font-size: 16px;
  font-family: "Proxima Nova"; 
}

h7 {
  font-weight: bold;
  font-family: "Amazon Ember",Arial,sans-serif; 
  font-size: 16px;
  color: black;
  text-decoration-line: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  text-decoration-color: goldenrod;
}
.layanan-kobuku {
  margin-left: 20px;
}

.hubungi-kami {
  margin-left: 10px;
}
.hubungi-kami ul li {
  margin-left:-25px;
}
.redaksi-kobuku {margin-left: 20px;}
  .redaksi-kobuku p {
    font-size: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 0px;
    margin-right: 20px;
    text-align: justify;
  }

/*------------tidak tersedia----------------*/
.tidak-tersedia {
  text-align: center;
  font-size: 14px;
}

/* ------------------navigasi----------------------- */
* {box-sizing: border-box;}

.topnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  background-color: #033146;
}

.topnav a {
  float: right;
  display: block;
  color: white;
  text-align: center;
  padding: 12px 12px;
  text-decoration: none;
  font-family: "Amazon Ember";
  font-size: 10px;
  font-weight:normal;
  width: 12%;
}

.topnav a:hover, .subnav:hover .subnavbtn {
  border: solid 1px #f5a201;
  border-radius: 2px;
  color: #f5a201;
}

.topnav a.active {
  float:left;
  background-color: #033146;
  color: white;
  width: 100px;
  padding-bottom:10px; 
  padding-top:12px;
}
.topnav-logo {
  padding: 0px;
}
  /*-----------------pencarian-search-----------------------*/
  .topnav .search-container {
    float: left;
    margin-left: 10px;
    border-radius: 0px;
  }

  .topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 12px;
    border: none;
  }

  .topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 5px;
    background: #f5a201;
    font-size: 12px;
    border: none;
    cursor: pointer;
  }

  .topnav .search-container button:hover {
    background: #1387bd;
  }

.search-card {
  position:relative;
  top: 20px;
  left: 70px;
  margin-right: 0px;
  width: auto;
  height: 60px;
  border-radius: 2px;
  padding: 4px;
  background-color: whitesmoke;
  border-bottom: 1px solid #fff;
  z-index: 4;
  text-align: left;
  opacity: 0.8;
  line-height: normal;
}
.search-card:hover {
  background-color: #bae1f3;
}
.search-card img {
  float: left;
  padding-right: 5px;
}
.search-list-title {
  font-size: 10px;
  color: black;
  padding-right: 10px;
  margin-bottom: 0;
  font-weight:bold;
  margin-top: 0px;
}
.search-list-author {
  font-size: 10px;
  color:#3b444b;
  margin: 0;
}
.hide {visibility: hidden;}

#myUL {
  list-style: none;
  display: none;
  font-size: 10px;
}

/* -------------------------------Chat Whatsapp----------------------
------------->floating-wpp.min.css & floating-wpp.min.js */
/*-----------buku favorit----------------*/
.fav-content ul li {
  list-style-type: none;
  margin-left: 0;
  text-align: center;
}

.fav-content .row {
  display: flex;
  flex-wrap: wrap;
}

.fav-content img {
  margin-top: -14px;
}

.fav-content {
  margin-left: 5%;

}
.fav-content .row .col-2 {
  margin-bottom: 20px;
}

/*buku terbaru - slideshow display-book 3D */
#slideshow {
  margin: 0 auto;
  padding-top: 20px;
  height: 280px;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
}

.slideshow-title {
  font-family: 'Allerta Stencil';
  font-size: 62px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 25%;
  letter-spacing: 3px;
  font-weight: 300;
}

.sub-heading {
  padding-top: 50px;
  font-size: 18px;
} 
  .sub-heading-two {font-size: 15px;} 
  .sub-heading-three {font-size: 13px;} 
  .sub-heading-four {font-size: 11px;} 
  .sub-heading-five {font-size: 9px;} 
  .sub-heading-six {font-size: 7px;} 
  .sub-heading-seven {font-size: 5px;} 
  .sub-heading-eight {font-size: 3px;} 
  .sub-heading-nine {font-size: 1px;}

.entire-content {
  margin: auto;
  width: 120px;
  perspective: 1000px;
  position: relative;
  padding-top: 20px;
  padding-left: 0px;
}

.content-carrousel {
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 30s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.content-carrousel figure {
  width: 80%;
  height: 145px;
  border: 1px solid #3b444b;
  overflow: hidden;
  position: absolute;
  border-radius: 5%;
}

.content-carrousel figure:nth-child(1) {transform: rotateY(0deg) translateZ(240px);} 
.content-carrousel figure:nth-child(2) {transform: rotateY(60deg) translateZ(240px);} 
.content-carrousel figure:nth-child(3) {transform: rotateY(120deg) translateZ(240px);} 
.content-carrousel figure:nth-child(4) {transform: rotateY(180deg) translateZ(240px);} 
.content-carrousel figure:nth-child(5) {transform: rotateY(240deg) translateZ(240px);} 
.content-carrousel figure:nth-child(6) {transform: rotateY(300deg) translateZ(240px);} 
.content-carrousel figure:nth-child(7) {transform: rotateY(360deg) translateZ(240px);} 

.shadow {
  position: absolute;
  box-shadow: 0px 0px 20px 0px #000;
  border-radius: 1px;
}

.content-carrousel img {
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;
}

.content-carrousel img:hover {
  transform: scale(1.1);
  transition: all 300ms;
}

@keyframes rotar {
  from {transform: rotateY(0deg);} 
  to {transform: rotateY(360deg);}
}

/*--------------------konten dan kolom (Buku Favorit)----------*/
.content1 { 
  margin-left: 0px;
  padding: 1px 10px; 
  text-align: center;
}

.content1 p, 
.content2 p {
  font-family:"Amazon Ember",Arial,sans-serif; 
  text-align: justify; 
  font-size: 13px;
}

.content1 p.inset, 
.content2 p.inset {
  border-style: inset; 
  border-width: 1px; 
  padding: 1px; 
  border-color: goldenrod;
}

.content1 ul, 
.content2 ul,
.main-content ul {
  list-style-type: none;
  margin-left: 0;
}

.content1 ol, 
.content2 ol,
.main-content ol {
  list-style-type: none;
}

.content1 .column {
  flex: 16.25%; 
  float: left; 
  width: 16.25%; 
  padding: 0.67px;
}

.content1 .row::after
.row::after
.author-list .row::after {
  content: ""; 
  clear: both; 
  display: table;
}

.content1 .row, 
.content2 .row
.author-list .row {
  display: flex;
  flex-wrap: wrap;
}

.contain {
  height: 150px;
  width: 120px;
  object-fit: contain;
  max-inline-size: 100%;
}


/*--------------kolom general-----------*/

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 0px;
}

.col-1 {width: 18%;}
.col-2 {width: 16.66%;}
.col-3 {width: 24%;}
.col-4 {width: 33.33%;}
.col-5 {width: 34%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 65%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.col-2 {margin-left: auto; margin-right: auto;}
.col-3 {margin-left: auto; margin-right: auto;}
.col-1 {margin-left: auto; margin-right: auto;}
.col-5 {margin-left: auto; margin-right: auto;}
.col-6 {margin-left: auto; margin-right: auto;}


/*---------------segera terbit - comingsoon-----------*/
.content2 { 
  margin-left: 0px;
  padding: 1px 16.67px; 
}

.segera-terbit a {color: #B12704;}
.segera-terbit a:hover {color:#1387bd}
.coming-soon p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
}

.author-photo-segera {
  border-radius: 50%;   
  float: left;
  padding:30px;
  margin-left: 20px;
  padding-bottom: 50px ;
}
.cover-buku-segera {
 float: none;
 padding-left: 10px; padding-right: 10px;
 display: inline-block;
}

.pre-order {color: orangered; font-size: 14px;}

/*konten utama - produk buku*/
.main-title {
  font-size: 22px;
  margin-top: -10px;
}
.main-subtitle {
  font-size: 14px;
}

.karya {
  color: grey; font-size: 70%;
}

.main-col a {color: orangered;}
.main-col a:hover {color: #1387bd;}

.col-3 ul, .col-2 ul, .col-5 ul, .col-6 ul {
  margin-left: 0px; padding: 0px;
}

.main-cover {
  max-height: 300px;
  max-inline-size: 100%;
  padding-left: 20px;
  padding-right: 10px;
  margin-left: 0px;
}

.main-col {
  padding-left: 5px;
  padding-right: 10px ;
  float: left;
}

.available-in {
  font-size: 12px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
}

.shop-logo {
  margin-left: 0;
  margin-top: 0;
  width: 80%;
}

.button1 {
  background-color: white;
  border: 1px solid gold;
  color: #004160;
  padding: 2px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 65px;
  height: 50px;
  font-size: 10px;
}

.button1:hover {
  background-color: #f5a201;
  color: white;
}
.button1 a {color: #004160;}
.button1 a:hover {color: white;}

.product-detail {padding-left: 20px;}
  .product-detail p {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 12px;}
.product-description {text-align: justify; padding-right: 20px; margin-bottom: 20px;}
  .product-description p {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 12px;}
.author-bio {text-align: justify; margin-bottom: 20px;}
  .author-bio p {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 12px;}
.nukilan {padding-left: 35%;}

.sub-content ul li {
  list-style-type: none;
  margin-left: 0;
  text-align: center;
}

.sub-content .row {
  display: flex;
  flex-wrap: wrap;
}

.sub-content img {
  margin-top: -14px;
}

.sub-content {margin-left: 20px;}


/*-----------blockquote------------------*/
.quote{
  font-size: 0.9rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: auto;
  padding: 2px;
  padding-top: 8px;
  box-sizing: border-box;
  background-color: #013c58;
  border: 2px solid #000;
  border-radius: 15px;
  max-width: 80%;
  position: relative;
  margin-top: 28px;
  margin-bottom: 20px;
  text-align: center;
}

blockquote{
  color: whitesmoke;
  font-style: italic;
  position: relative;
}

.left{
  position: absolute;
  top: 2px;
  left: 5px;
  width: 20px;
  font-size: 6rem;
  color: #f5a201;
  line-height: 20px;
}

cite{
  font-size: 0.8rem;
  color: #ffba42;
  position: relative;
  bottom: 5px;
}

/*read more-less*/
#more1, #more2 {display: none;}
#myBtn1, #myBtn2 {
  font-size: 11px; 
  float: left;
  background-color: #033146;
  border-color: #033146;
  border-radius: 5px;
  color:white;
}

.booktitle1 {
  color: #033146; 
  font-family: "Amazon Ember",Arial,sans-serif;
  font-weight: 550;
  font-size: 12px;
} 

a:hover .booktitle1  {color: #1387bd;}

.bookauthor1 {
  font-family:"Proxima Nova"; 
  font-weight: 550;
  font-size: 12px;
} 
.bookauthor1 a {color:#ffae42;}
.bookauthor1 a:hover {color:#1387bd;}

.price {
  font-family: Verdana, Geneva, Tahoma, sans-serif; 
  margin-top: 2px;
  font-size: 12px;
}

.normal-price {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
  margin-top: 2px;
  font-size: 12px;
}

/* card hover reveal -----------program dan layanan kobuku------*/
.container2 {
  align-items: left;
  display: flex;
  height: 240px;
  float: left;
}

.card {
  height: 50px;
  overflow: hidden;
  transition: 0.5s;
  /*    */
  box-shadow: 0 5px 5px #ffba42;
  margin-left: 8px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.card:hover {
  height: 240px;
}

.card__top {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  color: #f5a201;
  align-items: center;
  height: 50px;
  width: 140px;
  background: #033146;
  transition: 0.8s;
}

.card__top > h6 {
  font-size: 12px;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.fas {
  font-size: 12px;
  text-align: center;
}

.card:hover > .card__top {
  background: #bae1f3;
  color: #000082;
}

.card__bottom {
  height: 240px;
  width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 5px;
  background: #013c58;
  padding-top: 0px;
  
}

.card__bottom > p {
  color: #eee;
  font-size: 12px;
  line-height: 1.2em;
}

.card__bottom a {
  background: #fff;
  color: #f5a201;
  display: inline-block;
  text-decoration: none;
  padding: 8px 10px;
  transition: 0.5s;
  
}

.card__bottom a:hover {
  background: #f5a201;
  color: #fff;
  
}


/*-------------------back-home kembali ke beranda-----------------------*/

.back-home { text-align: center;}
.back-home a {
  font-size: 12px;
  color: #878a8b;
}
.back-home a:hover {color:#f5a201}

/*------------------- user-card , author-card, author-list, flip-card ---------*/

.author-list {
  padding: 0px;
}

.flip-card {
  background-color: transparent;
  width: 500px;
  height: 215px;
  padding: 10px;
  position: relative;
  padding-left: 80px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 black;
  margin-left: 20px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back, .flip-card-front2 {
  position:absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: whitesmoke;
  color: black;
  
}

.flip-card-front2 {
  background-color: #bae1f3;
  color: black;
}

.flip-card-front img, .flip-card-front2 img {
  float: left;
  padding: 15px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
}

.flip-card-back {
  background-color: #033146;
  color: white;
  transform: rotateY(180deg);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.flip-card-front p, .flip-card-front2 p {
  font-size: 12px;
  text-align: justify;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px;
}

.button2 {
  background-color: #004160;
  border: 1px solid gold;
  color: white;
  padding: 2px 1px;
  text-align: center;
  text-decoration: none;
  display:inline-block;
  margin: 2px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 75px;
  height: 100px;
  font-size: 7px;
}

.button2 img {
  height: 65px; 
  width: 58px; 
  padding-right: 5px; 
  padding-left: 5px;
}

.button2:hover {
  background-color: white;
  color: #004160;
}

.kartu-penulis {
  text-decoration:none; 
  color: white; 
  font-size: 10px;
  font-weight: 500;
}

/* product slider carousel */

.book-card {
  position: relative;
  width: 140px;
  height: 206px;
  border-radius: 3%;
  padding: 10px;
  padding-top: 7px;
  background-color: #e2ebe3;
}
.book-card:hover {border: solid 1px #1387bd;}

.book-card .booktitle1 {
  font-size: 10px;
  padding-top: 2px;
  color: #000082;
}

.book-card .bookauthor1 {
  font-size: 10px; color: #B12704;
}

.carousel-inner {
  background-color: white;
  left: 0;
}

.carousel-indicators {bottom: -40px;}
.carousel .carousel-indicators li {background-color: #033146;}

.content-katalog { 
  padding: 5px; 
  text-align: center;
}

.content-katalog ul li {
  list-style-type: none;
  margin-left: 0;
}

.content-katalog ol { list-style-type: none;}

.book-card a:hover {text-decoration: none;}
.content-katalog .row {
  display: flex;
  flex-wrap: wrap;
}
.MultiCarousel { 
  float: left; 
  overflow: hidden; 
  padding: 15px; 
  padding-top: 5px; 
  width: 100%; 
  position:relative; 
}
    .MultiCarousel .MultiCarousel-inner {
      transition: 1s ease all; 
      float: left;
    }
        .MultiCarousel .MultiCarousel-inner .item { 
          float: left; 
          margin-right: 0; 
          margin-right: 0;
        }
        .MultiCarousel .MultiCarousel-inner .item > div {
          position: relative;
          width: 140px;
          height: 206px;
          padding: 10px;
          background-color: transparent;
        }
        
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { 
      position:absolute; 
      border-radius:20%;
      top:calc(50% - 20px); 
    }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
          pointer-events: none; 
          background:whitesmoke; 
          color: lightgray; 
          font-weight: bold; 
          font-family:monospace;
        }
      .btn-primary {
        background:#033146; 
        border-color: #f5a201;
        color: white; 
        font-weight: bold; 
        font-family:monospace; 
        border-width: 2px;
      }
      .btn-primary:hover {background-color: #f5a201;}

/*---------------------------footer--------------------------*/
.footer {
  background:#033146; 
  padding: 1px; 
  margin-bottom: -10px;
  font-family: 'Play', sans-serif; 
  text-align:center;
  margin-top: 20px;
  margin-left: -8px;
  margin-right: -8px;
}

.footer .row {
  margin:0% 0%; 
  padding:0% 0%; 
  color:gray; 
  font-size:12px;
}
.footer p {font-size: 12px;}

.footer .row a {
  text-decoration:none; 
  color:gray; 
  transition:0.5s;
}

.footer .row a:hover {color:#fff;}
.footer .row ul li {
  display:inline-block; 
  padding-top: 1px; 
  margin-right: 34px;
}

.footer .row a i {
  font-size:2em; 
  margin:0% 1%;
}  

.footer-icon img {
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}

.footer .row p {
  margin:10px 40px; 
  margin-left: 34px;
}  
/*---------------footer katalog-----------------*/
.footer-catalog {
  background:#033146; 
  padding: 1px; 
  margin-bottom: -10px;
  font-family: 'Play', sans-serif; 
  text-align:center;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.footer-catalog .row {
  margin:0% 0%; 
  padding:0% 0%; 
  color:gray; 
  font-size:11px;
}
.footer-catalog p {font-size: 11px;}

.footer-catalog .row a {
  text-decoration:none; 
  color:gray; 
  transition:0.5s;
}

.footer-catalog .row a:hover {color:#fff;}
.footer-catalog .row ul li {
  display:inline-block; 
  padding-top: 1px; 
  margin-right: 34px;
}

.footer-catalog .row a i {
  font-size:2em; 
  margin:0% 1%;
}  

.footer-icon img {
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}

.footer-catalog .row p {
  margin:10px 40px; 
  margin-left: 34px;
}  
/*------------------sub-katalog---------------------*/
.sub-katalog ul li {
  list-style-type: none;
  margin-left: 0;
  text-align: center;
}

.sub-katalog .row {
  display: flex;
  flex-wrap: wrap;
}

.sub-katalog img {
  margin-top: 0px;
}

.sub-katalog {
  margin-left: 5%;

}
.sub-katalog .row .col-2 {
  margin-bottom: 20px;
}


/*-------------------user rating---------------*/
/* Perempuan Adalah Ibu - Rating */
.rate-PAI {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-PAI:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-PAI:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-PAI:not(:checked) > label:before {content: '★ ';}
.rate-PAI > input:checked ~ label {color: #ffc700;}
.rate-PAI:not(:checked) > label:hover,
.rate-PAI:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-PAI > input:checked + label:hover,
.rate-PAI > input:checked + label:hover ~ label,
.rate-PAI > input:checked ~ label:hover,
.rate-PAI > input:checked ~ label:hover ~ label,
.rate-PAI > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Sekadar Cerita Duniawi - Rating */
.rate-SCD {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-SCD:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-SCD:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-SCD:not(:checked) > label:before {content: '★ ';}
.rate-SCD > input:checked ~ label {color: #ffc700;}
.rate-SCD:not(:checked) > label:hover,
.rate-SCD:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-SCD > input:checked + label:hover,
.rate-SCD > input:checked + label:hover ~ label,
.rate-SCD > input:checked ~ label:hover,
.rate-SCD > input:checked ~ label:hover ~ label,
.rate-SCD > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Sisifus Berhenti Mendorong Batu - Rating */
.rate-SBMB {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-SBMB:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-SBMB:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-SBMB:not(:checked) > label:before {content: '★ ';}
.rate-SBMB > input:checked ~ label {color: #ffc700;}
.rate-SBMB:not(:checked) > label:hover,
.rate-SBMB:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-SBMB > input:checked + label:hover,
.rate-SBMB > input:checked + label:hover ~ label,
.rate-SBMB > input:checked ~ label:hover,
.rate-SBMB > input:checked ~ label:hover ~ label,
.rate-SBMB > label:hover ~ input:checked ~ label {color: #c59b08;}

/* kaimana - Rating */
.rate-Kaimana {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-Kaimana:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-Kaimana:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-Kaimana:not(:checked) > label:before {content: '★ ';}
.rate-Kaimana > input:checked ~ label {color: #ffc700;}
.rate-Kaimana:not(:checked) > label:hover,
.rate-Kaimana:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-Kaimana > input:checked + label:hover,
.rate-Kaimana > input:checked + label:hover ~ label,
.rate-Kaimana > input:checked ~ label:hover,
.rate-Kaimana > input:checked ~ label:hover ~ label,
.rate-Kaimana > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Rumahku Mentari - Rating */
.rate-RM {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-RM:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-RM:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-RM:not(:checked) > label:before {content: '★ ';}
.rate-RM > input:checked ~ label {color: #ffc700;}
.rate-RM:not(:checked) > label:hover,
.rate-RM:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-RM > input:checked + label:hover,
.rate-RM > input:checked + label:hover ~ label,
.rate-RM > input:checked ~ label:hover,
.rate-RM > input:checked ~ label:hover ~ label,
.rate-RM > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Menuju Jalan Pulang - Rating */
.rate-MJP {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-MJP:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-MJP:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-MJP:not(:checked) > label:before {content: '★ ';}
.rate-MJP > input:checked ~ label {color: #ffc700;}
.rate-MJP:not(:checked) > label:hover,
.rate-MJP:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-MJP > input:checked + label:hover,
.rate-MJP > input:checked + label:hover ~ label,
.rate-MJP > input:checked ~ label:hover,
.rate-MJP > input:checked ~ label:hover ~ label,
.rate-MJP > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Gadis Kecil yang Menggambar Telaga - Rating */
.rate-GKyMT {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-GKyMT:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-GKyMT:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-GKyMT:not(:checked) > label:before {content: '★ ';}
.rate-GKyMT > input:checked ~ label {color: #ffc700;}
.rate-GKyMT:not(:checked) > label:hover,
.rate-GKyMT:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-GKyMT > input:checked + label:hover,
.rate-GKyMT > input:checked + label:hover ~ label,
.rate-GKyMT > input:checked ~ label:hover,
.rate-GKyMT > input:checked ~ label:hover ~ label,
.rate-GKyMT > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Lelaki dan Ilusi - Rating */
.rate-LdI {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-LdI:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-LdI:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-LdI:not(:checked) > label:before {content: '★ ';}
.rate-LdI > input:checked ~ label {color: #ffc700;}
.rate-LdI:not(:checked) > label:hover,
.rate-LdI:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-LdI > input:checked + label:hover,
.rate-LdI > input:checked + label:hover ~ label,
.rate-LdI > input:checked ~ label:hover,
.rate-LdI > input:checked ~ label:hover ~ label,
.rate-LdI > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Melankolia Bunga Bunga - Rating */
.rate-MBB {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-MBB:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-MBB:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-MBB:not(:checked) > label:before {content: '★ ';}
.rate-MBB > input:checked ~ label {color: #ffc700;}
.rate-MBB:not(:checked) > label:hover,
.rate-MBB:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-MBB > input:checked + label:hover,
.rate-MBB > input:checked + label:hover ~ label,
.rate-MBB > input:checked ~ label:hover,
.rate-MBB > input:checked ~ label:hover ~ label,
.rate-MBB > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Nananini - Rating */
.rate-Nananini {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-Nananini:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-Nananini:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-Nananini:not(:checked) > label:before {content: '★ ';}
.rate-Nananini > input:checked ~ label {color: #ffc700;}
.rate-Nananini:not(:checked) > label:hover,
.rate-Nananini:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-Nananini > input:checked + label:hover,
.rate-Nananini > input:checked + label:hover ~ label,
.rate-Nananini > input:checked ~ label:hover,
.rate-Nananini > input:checked ~ label:hover ~ label,
.rate-Nananini > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Perburuan Cinta1 - Rating */
.rate-PC1 {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-PC1:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-PC1:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-PC1:not(:checked) > label:before {content: '★ ';}
.rate-PC1 > input:checked ~ label {color: #ffc700;}
.rate-PC1:not(:checked) > label:hover,
.rate-PC1:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-PC1 > input:checked + label:hover,
.rate-PC1 > input:checked + label:hover ~ label,
.rate-PC1 > input:checked ~ label:hover,
.rate-PC1 > input:checked ~ label:hover ~ label,
.rate-PC1 > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Perburuan Cinta - Rating */
.rate-PC {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-PC:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-PC:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-PC:not(:checked) > label:before {content: '★ ';}
.rate-PC > input:checked ~ label {color: #ffc700;}
.rate-PC:not(:checked) > label:hover,
.rate-PC:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-PC > input:checked + label:hover,
.rate-PC > input:checked + label:hover ~ label,
.rate-PC > input:checked ~ label:hover,
.rate-PC > input:checked ~ label:hover ~ label,
.rate-PC > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Bibliografi Beranotasi: Benturan di Lahan Gambut - Rating */
.rate-Gambut {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-Gambut:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-Gambut:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-Gambut:not(:checked) > label:before {content: '★ ';}
.rate-Gambut > input:checked ~ label {color: #ffc700;}
.rate-Gambut:not(:checked) > label:hover,
.rate-Gambut:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-Gambut > input:checked + label:hover,
.rate-Gambut > input:checked + label:hover ~ label,
.rate-Gambut > input:checked ~ label:hover,
.rate-Gambut > input:checked ~ label:hover ~ label,
.rate-Gambut > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Panduan Assesmen - Rating */
.rate-assesmen {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-assesmen:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-assesmen:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-assesmen:not(:checked) > label:before {content: '★ ';}
.rate-assesmen > input:checked ~ label {color: #ffc700;}
.rate-assesmen:not(:checked) > label:hover,
.rate-assesmen:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-assesmen > input:checked + label:hover,
.rate-assesmen > input:checked + label:hover ~ label,
.rate-assesmen > input:checked ~ label:hover,
.rate-assesmen > input:checked ~ label:hover ~ label,
.rate-assesmen > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Peristiwa Mujur dan Dosa yang Kita Punya - Rating */
.rate-PMujur {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-PMujur:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-PMujur:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-PMujur:not(:checked) > label:before {content: '★ ';}
.rate-PMujur > input:checked ~ label {color: #ffc700;}
.rate-PMujur:not(:checked) > label:hover,
.rate-PMujur:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-PMujur > input:checked + label:hover,
.rate-PMujur > input:checked + label:hover ~ label,
.rate-PMujur > input:checked ~ label:hover,
.rate-PMujur > input:checked ~ label:hover ~ label,
.rate-PMujur > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Peristiwa Mujur dan Dosa yang Kita Punya1 - Rating */
.rate-PMujur1 {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-PMujur1:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-PMujur1:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-PMujur1:not(:checked) > label:before {content: '★ ';}
.rate-PMujur1 > input:checked ~ label {color: #ffc700;}
.rate-PMujur1:not(:checked) > label:hover,
.rate-PMujur1:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-PMujur1 > input:checked + label:hover,
.rate-PMujur1 > input:checked + label:hover ~ label,
.rate-PMujur1 > input:checked ~ label:hover,
.rate-PMujur1 > input:checked ~ label:hover ~ label,
.rate-PMujur1 > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Keterampilan Membatik - Rating */
.rate-membatik {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-membatik:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-membatik:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-membatik:not(:checked) > label:before {content: '★ ';}
.rate-membatik > input:checked ~ label {color: #ffc700;}
.rate-membatik:not(:checked) > label:hover,
.rate-membatik:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-membatik > input:checked + label:hover,
.rate-membatik > input:checked + label:hover ~ label,
.rate-membatik > input:checked ~ label:hover,
.rate-membatik > input:checked ~ label:hover ~ label,
.rate-membatik > label:hover ~ input:checked ~ label {color: #c59b08;}

/* Kerotak Tulang-Tulang - Rating */
.rate-KTT {display: flex; flex-direction: row-reverse; justify-content: center;}
.rate-KTT:not(:checked) > input {position:absolute; clip:rect(0,0,0,0);}
.rate-KTT:not(:checked) > label {
  float:right; 
  width:1em; 
  overflow:hidden; 
  white-space:nowrap;
  cursor:pointer;  
  font-size:16px; 
  color:#ccc;
}
.rate-KTT:not(:checked) > label:before {content: '★ ';}
.rate-KTT > input:checked ~ label {color: #ffc700;}
.rate-KTT:not(:checked) > label:hover,
.rate-KTT:not(:checked) > label:hover ~ label {color: #deb217;}
.rate-KTT > input:checked + label:hover,
.rate-KTT > input:checked + label:hover ~ label,
.rate-KTT > input:checked ~ label:hover,
.rate-KTT > input:checked ~ label:hover ~ label,
.rate-GKyMT > label:hover ~ input:checked ~ label {color: #c59b08;}


/*---------------------media screen (desktop, tablet, handphone)---------------*/
@media screen and (max-width: 1024px) {
 .content1 .column {width: 33.33%; flex: 33.33%;}
 .content2 .column {width: 50%; flex: 50%;}
 .flip-card {width: 90%; padding-left: 10px}
 .content-katalog {object-fit: contain; margin-left: -40px;}
 .quote-box {width: 80%; height: 80%; font-size: 70%;}
 .main-cover {height: 100%; padding-left: 20px;}
 .product-description {margin-left: 20px; margin-right: 20px;}
 .author-bio {font-size: 10px; padding-top: 10px; margin-right: 20px;}
 .author-name-card{font-size:13px}; 
 .product-detail {font-size: 70%; padding-top: 20px;}
 .row {margin-right: 0px; margin-left: 0px;}
 .sub-content .book-card {width:95%;}
}

@media screen and (max-width: 600px) {
 .content1 .column, .content2 .column {width: auto;}; 
 .content1 .row, .content2 .column {flex-direction: column;} 
 .content1 .header, .content2 .header {float: none; display: block; text-align: center;}
 .content1 p, .content2 p, #myBtn1, #myBtn2, #preorder, #normalprice {font-size: 11px; line-height: 16px;}
 .sidebar {width: 50%; height: auto; position: relative;} 
 .sidebar a {float: none; text-align: left} 
 .content1, .content2 {margin-left: 0;}
 .content-katalog {object-fit: contain; margin-left: -31px;}
 .item2 {grid-auto-flow: column;}
 .topnav a {font-size: 8px;}
 .topnav a.active {width: 60px;}
 .topnav-logo img {width: 35px;}
 .topnav input[type=text] {font-size: 8px;}
 .topnav .search-container button {font-size: 8px;}
 .search-card {top: 15px;left: -20px;}
 .sidebar a {font-size: 12px;} 
 .price{font-size: 70%;}
 .col-2 {width: 50%; flex-direction: column; padding: 3px;}
 .col-3 {width: 50%; flex-direction: column; flex: 50%;}
 .col-3 .product-detail {width: 120%; flex-direction: column; flex: 30%;}
 .col-4 {width: 100%; flex-direction: column; flex: 100%;}
 .col-1 {width: 50%; flex-direction: column; flex: 50%;}
 .col-5 {width: 100%; flex-direction: column; flex: 50%;}
 .col-6 {width: 100%; flex-direction: column; flex: 50%;}
 .author-photo-segera {width:50%;}
 h1 {font-size: 20px;}
 h2 {font-size: 80%;}
 h4 {font-size: 12px;}
 .pre-order {font-size: 70%;}
 .main-col {padding-left: 0px; margin-left: 0;}
 .product-detail {font-size: 8px; padding-top: 10px;}
 .product-description, .author-bio {padding-top: 10px;}
 .product-description {margin-right: 5px; font-size: 8px}
 .author-bio {font-size: 85%; margin-left: 0px; padding-top: 10px;}
 .biodata {font-size: 8px;}
 .main-cover {width: 80%; height: 80%; padding-left: 20px;}
 .quote-box {width: 70%; height: 70%; font-size: 70%;}
 .button1 {
    padding: 1px 1px;
    margin: 1px 1px;
    transition-duration: 0.4s;
    width: 50px;
    height: 42px;
    font-size: 9px;
  }
  .flip-card {
    width: 90%;
    height: 170px;
    padding-left:0;
  }
  .flip-card p {margin: 5px}
  .flip-card img {margin: 5px}
  .flip-card-front p, .flip-card-front2 p {font-size: 10px;}
  .author-name-card{font-size:12px}; 

  #slideshow {
    height: 300px;
    width: 55%;
  }
  .entire-content {
    margin: auto;
    width: 240px;
    perspective: 1000px;
    position: relative;
    padding-top: 10px;
    padding-left: 35px;
  }
  .content-carrousel {width: 65%;}
  .content-carrousel figure {
    width: 65%;
    height: 160px;
    border: 1px solid #3b444b;
    overflow: hidden;
    position: absolute;
  }
  .content-carrousel figure:nth-child(1) {transform: rotateY(0deg) translateZ(125px);} 
  .content-carrousel figure:nth-child(2) {transform: rotateY(60deg) translateZ(125px);} 
  .content-carrousel figure:nth-child(3) {transform: rotateY(120deg) translateZ(125px);} 
  .content-carrousel figure:nth-child(4) {transform: rotateY(180deg) translateZ(125px);} 
  .content-carrousel figure:nth-child(5) {transform: rotateY(240deg) translateZ(125px);} 
  .content-carrousel figure:nth-child(6) {transform: rotateY(300deg) translateZ(125px);} 
  .content-carrousel figure:nth-child(7) {transform: rotateY(360deg) translateZ(125px);}
  
} 

@media screen and (min-width: 600px) {
  .topnav a {font-size: 13px;} 
  .sidebar a {font-size: 13px;}
}

@media (max-width:720px) {
  .footer{padding:2%;}
  .footer .row a i{margin:0% 2%;}
}

@media (max-width:300px) {
  .flip-card {height: 170px;}
  .flip-card p {margin: 2px;}
  .flip-card img {margin: 2px;}
  .author-name-card{font-size:9px;} 
  .flip-card-front p, .flip-card-front2 p {font-size: 9px;}
  .main-col {max-width: 280px;}
  .col-2 {width: 20%; flex-direction: column; flex:100%;}
  .col-3 {width: 20%; flex-direction: column; flex:100%; padding: 15px; padding-bottom: 5px; padding-top: 5px;}
  .col-6 {width: 100%; flex-direction: column; flex:50%; padding: 15px;padding-bottom: 5px;padding-top: 5px}
  .book-card {
    width: 100px;
    height: 200px;
    padding: 6px;
    background-color: whitesmoke;
  }
  .book-card .bookauthor1, .book-card .booktitle1 {
    font-size: 9px;
  }
  .topnav .search-container {
    display:none;
  }
  .cover-buku-segera {width: 60%;}
  .author-photo-segera {width:30%; padding: 5px}

  #slideshow {
    height: 260px;
    width: 30%;
  }
  .entire-content {
    margin: auto;
    width: 240px;
    perspective: 1000px;
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    margin-left: -50px;
  }
  .content-carrousel {width: 65%;}
  .content-carrousel figure {
    width: 40%;
    height: 100px;
    border: 1px solid #3b444b;
    overflow: hidden;
    position: absolute;
  }
  .content-carrousel figure:nth-child(1) {transform: rotateY(0deg) translateZ(70px);} 
  .content-carrousel figure:nth-child(2) {transform: rotateY(60deg) translateZ(70px);} 
  .content-carrousel figure:nth-child(3) {transform: rotateY(120deg) translateZ(70px);} 
  .content-carrousel figure:nth-child(4) {transform: rotateY(180deg) translateZ(70px);} 
  .content-carrousel figure:nth-child(5) {transform: rotateY(240deg) translateZ(70px);} 
  .content-carrousel figure:nth-child(6) {transform: rotateY(300deg) translateZ(70px);} 
  .content-carrousel figure:nth-child(7) {transform: rotateY(360deg) translateZ(70px);}
}


