@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marck+Script&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    padding: 0px 15px;
    max-width: 100%;
  }
}

body {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-family: "Playfair Display", serif;
}

h3 {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px;
}

form {
  border-radius: 5px;
}
@media (max-width: 768px) {
  form {
    padding: 10px 5px;
  }
}
form p {
  color: #1C1C1C !important;
}
form input,
form textarea {
  border: 1px solid #C5C5C5;
}
form .btn-cta {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
}
form .btn-cta ion-icon {
  font-size: 18px;
  font-weight: 600;
}

.filled-btn {
  background: #141414;
  height: 42px;
}

.sidemenu {
  width: 80%;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 50;
  background: white;
  padding: 10px;
  display: flex;
  justify-content: center;
  padding-top: 70px;
  opacity: 0;
  transition: 0.2s;
}
.sidemenu .close {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  padding: 10px 15px;
  background: #eee;
  height: 70px;
}
.sidemenu .close ion-icon {
  font-size: 35px;
}
.sidemenu ul {
  width: 100%;
  margin-top: 20px;
}
.sidemenu ul li {
  list-style: none;
  position: relative;
}
.sidemenu ul li .drop-down {
  padding-left: 5px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: none;
}
.sidemenu ul li .drop-down ul {
  display: flex;
  flex-direction: column;
}
.sidemenu ul li .drop-down ul li {
  width: 100%;
}
.sidemenu ul li .drop-down ul li a {
  border-bottom: 1px solid rgba(54, 54, 54, 0.1764705882);
  padding: 0px;
  display: block;
  padding: 15px;
  font-size: 16px;
}
.sidemenu ul li .drop-down ul li:last-child a {
  border: none;
}
.sidemenu ul li .drop-down-active {
  display: block;
}
.sidemenu ul li a {
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.08);
  color: #9D9D9D;
  display: flex;
  align-items: center;
  padding: 15px;
}
.sidemenu ul li a #drop-icon {
  margin-left: 10px;
}
.sidemenu ul li:last-child a {
  border: none;
}
.sidemenu ul li .active {
  font-weight: 900;
  color: black;
}

.sidemenu-active {
  right: 0;
  opacity: 1;
  transition: 0.3s;
}

header {
  width: 100%;
  height: 60px;
  z-index: 10;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.151);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .container .hamburger {
  width: 30px;
  display: none;
}
@media (max-width: 768px) {
  header .container .hamburger {
    display: block;
  }
}
header .container .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: black;
  margin-bottom: 5px;
}
header .container .hamburger span:last-child {
  margin: 0;
}
header .container .logo {
  height: 60px;
  width: 200px;
  display: flex;
  align-items: center;
}
header .container .logo a {
  font-family: "Playfair Display", serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: #232323;
}
header .container .logo a img {
  width: 130px;
  filter: invert(100%);
}
header .container nav {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header .container nav {
    display: none;
  }
}
header .container nav ul {
  display: flex;
  height: 100%;
  align-items: center;
}
header .container nav ul li {
  list-style: none;
  margin-right: 20px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .container nav ul li:last-child {
  margin: 0;
}
header .container nav ul li a {
  text-decoration: none;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: black;
  height: 60px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container nav ul li:hover {
  background: #eee;
  border: none;
}

.bg {
  width: 100%;
  background: url(http://st.depositphotos.com/1704244/1201/i/450/depositphotos_12015079-Old-paper-background.jpg);
  padding: 20px 0px;
  color: black;
  background-size: cover;
}

#about {
  margin-top: 60px;
}
#about .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  #about .box {
    flex-direction: column;
  }
}
#about .box .box-left {
  width: 350px;
}
@media (max-width: 1000px) {
  #about .box .box-left {
    width: 100%;
    padding: 0px 200px;
  }
}
@media (max-width: 768px) {
  #about .box .box-left {
    padding: 0px 0px;
  }
}
#about .box .box-left .image {
  width: 350px;
  height: 550px;
  overflow: hidden;
  border: 5px solid white;
  position: relative;
}
@media (max-width: 1000px) {
  #about .box .box-left .image {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #about .box .box-left .image {
    width: 100%;
    height: 550px;
  }
}
@media (max-width: 425px) {
  #about .box .box-left .image {
    display: none;
  }
}
#about .box .box-left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .box .box-left .image .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.52%, rgba(1, 1, 1, 0.51) 75.4%, #010101 100%);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 250px;
  padding: 0px 20px;
}
#about .box .box-left .image .quote-on-image {
  position: absolute;
  bottom: 0px;
  text-align: center;
  font-size: 20px;
  font-family: "Marck Script", cursive;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 4px #000000;
  padding: 15px 30px;
  letter-spacing: 1px;
}
#about .box .box-left .image .quote-on-image span {
  font-size: 25px;
  margin-top: 3px;
}
#about .box .box-left .mobile-image {
  display: none;
}
@media (max-width: 425px) {
  #about .box .box-left .mobile-image {
    display: block;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  #about .box .box-left .mobile-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about .box .box-left .mobile-image .gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.52%, rgba(1, 1, 1, 0.51) 75.4%, #010101 100%);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 200px;
    padding: 0px 20px;
  }
  #about .box .box-left .mobile-image .quote-on-image {
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-family: "Marck Script", cursive;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 4px #000000;
    padding: 15px 30px;
    letter-spacing: 1px;
  }
  #about .box .box-left .mobile-image .quote-on-image span {
    font-size: 25px;
    margin-top: 3px;
  }
}
#about .box .box-left .quote-wrap {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
#about .box .box-left .quote-wrap .bar {
  width: 6px;
  height: 55px;
  background: #FF7A00;
  margin-right: 10px;
}
#about .box .box-left .quote-wrap .quote {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #821F31;
}
#about .box .box-right {
  width: calc(100% - 420px);
}
@media (max-width: 1000px) {
  #about .box .box-right {
    width: 100%;
  }
}
#about .box .box-right .malayalam-bio {
  display: block;
}
#about .box .box-right .malayalam-bio h1 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #about .box .box-right .malayalam-bio h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #about .box .box-right .malayalam-bio h1 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  #about .box .box-right .malayalam-bio h1 {
    font-size: 24px;
  }
}
#about .box .box-right .malayalam-bio span {
  margin-bottom: 30px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: rgba(42, 68, 202, 0.911);
}
@media (max-width: 768px) {
  #about .box .box-right .malayalam-bio span {
    font-size: 14px;
  }
}
#about .box .box-right .malayalam-bio p {
  font-weight: 500;
  font-size: 15px;
  line-height: 33px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-text-decoration-color: #6e6e6e;
          text-decoration-color: #6e6e6e;
}
@media (max-width: 768px) {
  #about .box .box-right .malayalam-bio p {
    line-height: 30px;
  }
}
#about .box .box-right .malayalam-bio .list-head {
  font-size: 15px;
  font-weight: 800;
  color: rgba(14, 45, 200, 0.911);
  text-decoration: none;
}
#about .box .box-right .malayalam-bio ul li {
  display: block;
  padding: 100px 10px;
  border-left: 5px solid rgba(245, 169, 55, 0.911);
  padding: 10px 0px;
  padding-left: 10px;
  margin-bottom: 10px;
  background: #eee;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  color: black;
}
#about .box .box-right .malayalam-bio .quote-wrap {
  display: flex;
  align-items: center;
}
#about .box .box-right .malayalam-bio .quote-wrap .bar {
  width: 18px;
  height: 96px;
  background: #FF7A00;
  margin-right: 20px;
}
#about .box .box-right .malayalam-bio .quote-wrap .quote {
  font-style: italic;
  font-weight: 500;
  font-size: 23px;
  line-height: 33px;
  color: #821F31;
}
#about .box .box-right .translate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
#about .box .box-right .english-bio {
  display: none;
}
#about .box .box-right .english-bio h1 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #about .box .box-right .english-bio h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #about .box .box-right .english-bio h1 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  #about .box .box-right .english-bio h1 {
    font-size: 24px;
  }
}
#about .box .box-right .english-bio span {
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: rgba(42, 68, 202, 0.911);
}
@media (max-width: 768px) {
  #about .box .box-right .english-bio span {
    font-size: 14px;
  }
}
#about .box .box-right .english-bio p {
  font-weight: 500;
  font-size: 15px;
  line-height: 33px;
}

#latest-books {
  padding: 60px 0px;
}
#latest-books .card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#latest-books .card-wrapper .card {
  width: calc(33.3333333333% - 20px);
  background: #EEEEEE;
  padding: 20px;
  position: relative;
}
@media (max-width: 768px) {
  #latest-books .card-wrapper .card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
  #latest-books .card-wrapper .card {
    width: 100%;
  }
}
#latest-books .card-wrapper .card .image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#latest-books .card-wrapper .card .image img {
  width: 100%;
  height: 100%;
}
#latest-books .card-wrapper .card .tag {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 180px;
  height: 38px;
  font-weight: 700;
  font-size: 16px;
  background-color: rgba(48, 46, 46, 0.9);
  padding: 10px;
  color: white;
  display: flex;
  align-items: center;
}
#latest-books .card-wrapper .card .tag img {
  width: 100%;
  height: 100%;
}
#latest-books .card-wrapper .card .tag ion-icon {
  margin-right: 6px;
  font-size: 18px;
}
#latest-books .card-wrapper .card .book-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: black;
  display: block;
  text-decoration: none;
}
#latest-books .card-wrapper .card p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #636363;
  margin-bottom: 10px;
}
#latest-books .card-wrapper .card .price-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#latest-books .card-wrapper .card .price-holder .author {
  font-weight: 500;
  font-size: 14px;
}
#latest-books .card-wrapper .card .price-holder .price-wrap {
  display: flex;
  align-items: center;
}
#latest-books .card-wrapper .card .price-holder .price-wrap div {
  width: 20px;
  display: flex;
  align-items: center;
}
#latest-books .card-wrapper .card .price-holder .price-wrap div img {
  width: 100%;
}
#latest-books .card-wrapper .card .price-holder .price-wrap .price {
  font-weight: 500;
  font-size: 20px;
}
#latest-books .card-wrapper .card a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
}

#gallery {
  padding-bottom: 60px;
}
#gallery h3 {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px;
}
#gallery .card-wrapper {
  width: 100%;
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 425px) {
  #gallery .card-wrapper {
    -moz-column-count: 2;
         column-count: 2;
  }
}
#gallery .card-wrapper .card {
  margin-bottom: 20px;
}
#gallery .card-wrapper .card .thumbnail {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  #gallery .card-wrapper .card .thumbnail {
    height: 180px;
  }
}
#gallery .card-wrapper .card .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery a {
  font-weight: 500;
  font-size: 22px;
  color: #232323;
  float: right;
}

#videos {
  padding-bottom: 10px;
}
@media (max-width: 1000px) {
  #videos {
    padding-bottom: 60px;
  }
}
#videos .card-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#videos .card-wrapper .card {
  width: calc(33.3333333333% - 20px);
  height: 250px;
}
@media (max-width: 768px) {
  #videos .card-wrapper .card {
    width: calc(50% - 20px);
    margin-bottom: 25px;
  }
}
@media (max-width: 425px) {
  #videos .card-wrapper .card {
    width: 100%;
    height: 200px;
  }
}
#videos .card-wrapper .card video {
  width: 100%;
  height: 100%;
  position: relative;
}
#videos .card-wrapper .card .icon {
  width: 50px;
  position: absolute;
  top: 100px;
  z-index: 50;
  display: none;
}
#videos .card-wrapper .card .icon img {
  width: 100%;
}

#contact {
  padding: 60px 0px 35px 0px;
}
@media (max-width: 1000px) {
  #contact {
    padding: 0px 0px 60px 0px !important;
  }
}
#contact .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  #contact .box {
    flex-direction: column;
  }
}
#contact .box .box-left {
  width: 55%;
}
@media (max-width: 1000px) {
  #contact .box .box-left {
    width: 100%;
    order: 2;
  }
}
#contact .box .box-left .contact-details h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
#contact .box .box-left .contact-details ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#contact .box .box-left .contact-details ul li {
  width: 45%;
  list-style: none;
  display: flex;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1215686275);
}
@media (max-width: 768px) {
  #contact .box .box-left .contact-details ul li {
    width: 100%;
    border-bottom: 1px solid rgba(54, 54, 54, 0.1215686275);
  }
}
#contact .box .box-left .contact-details ul li img {
  width: 27px;
  height: 27px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #contact .box .box-left .contact-details ul li img {
    width: 22px;
    height: 22px;
  }
}
#contact .box .box-left .contact-details ul li div {
  display: flex;
  flex-direction: column;
}
#contact .box .box-left .contact-details ul li div span {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #contact .box .box-left .contact-details ul li div span {
    margin-bottom: 5px;
  }
}
#contact .box .box-left .contact-details ul li div a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: black;
  display: flex;
}
#contact .box .box-left .contact-details ul li div a span {
  color: black;
  display: block;
  margin-left: 2px;
}
#contact .box .box-left .contact-details ul li div p {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: black;
  margin-bottom: 30px;
}
#contact .box .box-left .contact-details ul li .social-media-links {
  width: 100%;
  display: flex;
}
#contact .box .box-left .contact-details ul li .social-media-links .icons {
  flex-direction: row;
  display: flex;
  align-items: center;
}
#contact .box .box-left .contact-details ul li .social-media-links .icons a {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
  border-radius: 100%;
}
#contact .box .box-left .contact-details ul li .social-media-links .icons a img {
  width: 20px;
  height: 20px;
  margin-right: 0px;
}
#contact .box .box-left .youtube-link {
  width: 100%;
  background: #D9D9D9;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  flex-wrap: wrap;
}
#contact .box .box-left .youtube-link .profile {
  width: 15%;
}
#contact .box .box-left .youtube-link .profile .profile-image {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  padding: 4px;
  background: white;
  position: relative;
}
#contact .box .box-left .youtube-link .profile .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact .box .box-left .youtube-link .profile .profile-image .icon {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  position: absolute;
  top: 38px;
  right: -12px;
}
#contact .box .box-left .youtube-link .profile .profile-image .icon img {
  width: 100%;
}
#contact .box .box-left .youtube-link .channel-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
}
#contact .box .box-left .youtube-link .channel-name span {
  font-weight: 400;
  font-size: 14px;
  color: #414040;
}
#contact .box .box-left .youtube-link .channel-name .name {
  font-weight: 500;
  font-size: 18px;
}
#contact .box .box-left .youtube-link .subscribe-btn {
  width: 28%;
  display: flex;
  align-items: center;
}
@media (max-width: 425px) {
  #contact .box .box-left .youtube-link .subscribe-btn {
    width: 100%;
    margin-top: 10px;
  }
}
#contact .box .box-left .youtube-link .subscribe-btn button {
  width: 100%;
  height: 33px;
  background: #FF0000;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  border: none;
}
#contact .box .box-right {
  width: 40%;
}
@media (max-width: 1000px) {
  #contact .box .box-right {
    width: 100%;
    order: 1;
  }
}
#contact .box .box-right .form-wrap {
  background: #132044;
  padding: 10px 10px;
  margin-top: 50px;
  color: white;
}
@media (max-width: 1000px) {
  #contact .box .box-right .form-wrap {
    margin-top: 0px;
  }
}
#contact .box .box-right .form-wrap p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  padding-top: 10px;
}
#contact .box .box-right .form-wrap .contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact .box .box-right .form-wrap .contact-form input {
  width: calc(50% - 10px);
  height: 50px;
  margin-bottom: 25px;
  padding: 15px;
  background: #F7F7F7;
}
@media (max-width: 425px) {
  #contact .box .box-right .form-wrap .contact-form input {
    width: 100%;
  }
}
#contact .box .box-right .form-wrap .contact-form textarea {
  width: calc(50% - 10px);
  height: 50px;
  margin-bottom: 25px;
  padding: 15px;
  background: #F7F7F7;
  font-family: "Inter", sans-serif;
}
@media (max-width: 425px) {
  #contact .box .box-right .form-wrap .contact-form textarea {
    width: 100%;
  }
}
#contact .box .box-right .form-wrap .contact-form .large-textarea {
  width: 100%;
  height: 140px;
}
#contact .box .box-right .form-wrap .contact-form .btn-holder {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#contact .box .box-right .form-wrap .contact-form .btn-holder .btn-cta {
  padding: 0PX 20px;
  height: 41px;
  background: white;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .box .box-right .form-wrap .contact-form .btn-holder .btn-cta ion-icon {
  margin-left: 5px;
}

footer {
  width: 100%;
  padding: 45px;
  background: #F0F0F0;
}
footer span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
}
footer span .icon {
  width: 25px;
}
footer span .icon img {
  width: 100%;
}

#book-details {
  margin-top: 100px;
  margin-bottom: 60px;
}
#book-details .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #book-details .box {
    flex-direction: column;
  }
}
#book-details .box .box-left {
  width: 40%;
}
@media (max-width: 768px) {
  #book-details .box .box-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
#book-details .box .box-left .card {
  width: 100%;
}
#book-details .box .box-left .card .image {
  width: 100%;
  margin-bottom: 20px;
}
#book-details .box .box-left .card .image img {
  width: 100%;
}
#book-details .box .box-left .card a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
}
#book-details .box .box-right {
  width: 55%;
  padding-top: 5px;
}
@media (max-width: 768px) {
  #book-details .box .box-right {
    width: 100%;
  }
}
#book-details .box .box-right h3 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #book-details .box .box-right h3 {
    display: none;
  }
}
#book-details .box .box-right .title {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 768px) {
  #book-details .box .box-right .title {
    display: none;
  }
}
#book-details .box .box-right .title .amount {
  font-weight: 400;
  font-size: 22px;
}
#book-details .box .box-right .responsive-title {
  display: none;
}
@media (max-width: 768px) {
  #book-details .box .box-right .responsive-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  #book-details .box .box-right .responsive-title h3 {
    display: flex;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 23px;
  }
  #book-details .box .box-right .responsive-title .price {
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0px;
  }
}
#book-details .box .box-right .summary {
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  #book-details .box .box-right .summary {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}
#book-details .box .box-right h6 {
  font-weight: 400;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #book-details .box .box-right h6 {
    text-align: center;
  }
}
#book-details .box .box-right p {
  font-weight: 400;
  font-size: 17px;
  color: #636363;
  line-height: 33px;
}
@media (max-width: 768px) {
  #book-details .box .box-right p {
    text-align: center;
  }
}
#book-details .box .box-right p .bold-text {
  font-weight: 700;
  font-size: 22px;
  color: #232323;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-float {
  margin-top: 16px;
}/*# sourceMappingURL=styles.css.map */