/* resposive  */
@media screen and(min-width:769px) {
  .carousel__item {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {

  .header-bar .navigation-component li {
    flex: 100%;
  }
  .carousel-container {
    margin: 0 0;
  }
  .swiper-button-prev-1 {
    left: 0;
  }
  .swiper-button-next-1 {
    right: 0;
  }
  .swiper-button-prev-2 {
    left: 0;
  }
  .swiper-button-next-2 {
    right: 0;
  }
  .swiper-button-prev-3 {
    left: 0;
  }
  .swiper-button-next-3 {
    right: 0;
  }
  .allbookview{
    justify-content: center;
  }
  #header-bar {
    padding: 0 1rem;
  }
  .iaLogo,
  .language-component {
    padding: 1rem;
  }
  .iaLogo img {
    display: none;
  }
  .page-banner-black {
    padding: 0 1rem;
  }
  .header-bar .logo-component .logo-icon {
    max-width: 220px;
    height: 80px !important;
  }
  .search-component {
    visibility: hidden;
  }
  #footer-links div {
    flex: 0 0 45%;
    padding: 1rem;
  }
  .footer-details {
    padding: 1rem;
  }
  .footer #footer-details {
    padding: 1rem;
  }
}
@media screen and (max-width: 528px) {
  .header-bar .logo-component .logo-icon {
    height: 60px !important;
  }
  div.tutorial__item a {
    height: 110px;
    width: 100%;
  }
  #footer-links div {
    flex: 0 0 45%;
    padding: 1rem;
  }
  #footer-links ul li a {
    max-width: 400px;
  }
  footer #footer-details {
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  img#archive-logo {
    margin-right: 10px;
    padding: 0;
    max-width: 200px;
    position: relative;
    left: -10px;
  }
  .carousel__item {
    margin: 0;
  }
  .carousel-container{
    padding: 3px 0px;
  }
}
@media screen and (max-width: 328px) {
  #footer-links div {
    flex: 0 0 80%;
    padding: 1rem;
  }
  #footer-links ul li a {
    max-width: 250px;
  }
  footer #footer-details {
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  img#archive-logo {
    margin-right: 10px;
    padding: 0;
    max-width: 200px;
    position: relative;
    left: -10px;
  }
  .book {
    max-width: 160px;
  }
}

@media (min-width: 960px) {
  .header-bar .navigation-component {
    display: flex;
    flex: 1 1;
    order: 2;
  }
}
@media screen and (max-width: 960px) {
  .swiper-backface-hidden .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .carousel-container-decorated{
    background-color: transparent;
  }
}
