/********** Template CSS **********/
.head-brand span {
  font-family: tahoma;
  font-weight: 600;
  text-transform: capitalize;
}
.service-item p {
  text-transform: capitalize;
}
.vvpecial-book .owl-stage-outer {
  padding: 17px 0 17px 0px !important;
}
.vvpecial-book .w-90:hover {
  transform: scale(1.05);
  animation-duration: 13s;
  z-index: 1;
  transition: transform 0.5s ease;
}

@keyframes border-dance {
  0% {
    background-position:
      0px 0px,
      100% 100%,
      0px 100%,
      100% 0px;
  }
  100% {
    background-position:
      50% 0px,
      40% 100%,
      0px 00%,
      100% 50%;
  }
}

@media (max-width: 575.75px) {
  .navbar-light .navbar-brand {
    display: flex;
  }
  .book:hover {
    transform: scale(1.1);
  }

  .head-brand span {
    margin: auto;
    padding: 0px 0px 0px 5px;
  }
  .digitalIconPatch > div {
    width: 100px;
    height: 100px;

    left: -7%;
    bottom: -28px;
  }
  .digitalIconPatch > div > img {
    height: 53%;
    position: absolute;
    top: 12%;
    left: 24%;
  }
  .menubar {
    height: 48px;
  }
  .bg-red {
    background: #ae54c5 !important;
  }
  .navbar-light .navbar-nav .nav-link {
    border-radius: 5px;
    box-shadow:
      0 4px 0 #23926b,
      inset 0 2px 0 #86dab7;
    height: 37px;
    padding: 7px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 325px) and (max-width: 430px) {
  .book-container {
    margin: 35px 0 0 0px;
    position: relative;
    z-index: 99;
  }
  .book:hover {
    transform: scale(1.1);
  }
  .book-container.no-zindex {
    z-index: 1111; /* or 0 */
  }
  #book_filtes,
  #chap_filtes {
    margin: 22px;
  }
  #book_filtes > h6,
  #chap_filtes > h6 {
    position: relative;
    top: 11px;
  }
  .book:hover {
    transform: scale(1.01);
    z-index: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 640px) {
  .book-container {
    margin: 35px 0 0 0px;
    position: relative;
    z-index: 99;
  }
  .book-container.no-zindex {
    z-index: 1111; /* or 0 */
  }
  .book {
    width: 41%;
    margin: 4px 17px;
  }
  .book:hover {
    transform: scale(1.01);
    z-index: 1;
  }
  .bg-red {
    background-color: #ae54c5;
}
}
