@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  scrollbar-width: none;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 10px; /* width of the scrollbar */
}
::-webkit-scrollbar-track {
  background: #ffffff; /* color of the track */
}
::-webkit-scrollbar-thumb {
  background: #cbdb29;
}
.container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 8px;
}
/* Start Searching */
#searching {
  margin-top: -5px;
  width: 98%;
  height: 360px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(images/Home/Databases/GISMA\ Banner\ Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 37px 39px;
  margin-bottom: 15px;
}
#searching > div > h1 {
  color: #fff;
  font-family: "Azo Sans Med";
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 65px;
  margin-bottom: 15px;
}
#searching > div > p {
  color: #fff;
  font-family: "Azo Sans Reg";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 31px;
}
/* Database Cards Design */
.card-wrapper {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 20px;
}
.card-wrapper .card {
  width: 100%;
  height: 504px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}
.card > .card-content {
  width: 80%;
  height: 100%;
  margin-left: 40px;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}
.card-content > h2 {
  color: #fff;
  font-family: "Azo Sans Med";
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.card-content > p {
  color: #fff;
  font-family: "Azo Sans Reg";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  display: none;
  transition: 0.25s ease-in-out;
}
.card-content > p,
h2::after {
  display: flex;
  padding-bottom: 35px;
  padding-top: 10px;
  flex-direction: column;
  text-decoration: none;
  transition: 0.25s ease-in;
}

.card-:hover {
  transform: translateY(0px all 0.5s ease-in-out);
  cursor: pointer;
  border-radius: 10px;
}
.card:hover .card-content > p,
h2::after {
  display: flex;
  padding-bottom: 35px;
  padding-top: 10px;
  flex-direction: column;
  text-decoration: none;
  transition: 0.25s ease-in;
}
.EBSCO {
  background: url(images/Home/Databases/External\ Resources.png);
}

.databases {
  background: url(images/Home/Databases/EBSCO.png);
}
.externalresources {
  background: url(images/Home/Databases/Specialised\ Database.png);
}
.card-wrapper .card {
  background-size: cover;
  background-repeat: no-repeat;
}
/* Explore Gisma Section */
#explore {
  width: 99%;
  margin-top: -20px;
  margin-bottom: 25px;
}
.upper-content {
  display: flex;
  align-items: center;
  padding-left: 48px;
  gap: 25px;
  margin-bottom: 10px;
  margin-top: 76px;
}
.upper-content > h3 {
  color: #000;
  font-family: "Azo Sans Med";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-bottom: 3px solid #cbdb29;
}
.upper-content > p {
  color: #000;
  font-family: "Azo Sans Reg";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.explore-card-wrapper {
  margin-top: 30px;
  width: 100%;
  padding-left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-bottom: 20px;
}
.studentportal {
  background: url(images/Home/Get_Inspired/Studentportal.jpg);
  background-size: cover;
  width: 100%;
}
.canvas {
  background: url(images/Home/Get_Inspired/Canvas.jpg);
  background-size: cover;
  width: 100%;
}
.textlinkInsparation {
  text-decoration: none;
}
.explore-card {
  width: 100%;
  height: 264px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  text-decoration: none;
}
.explore-card > h4 {
  width: 100%;
  color: #fff;
  font-family: "Azo Sans Med";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 2px solid #cbdb29;
  padding-bottom: 8px;
  margin-bottom: 12px;
  text-decoration: none;
}
.explore-card > p {
  color: #fff;
  font-family: "Azo Sans Reg";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
/* Recommendation Section */
#recommend-wrapper {
  width: 100%;
  height: 700px;
  background-color: #041e30;
  /*background-image: url(images/Home/Elements/RecomendationBackground.png);*/
  /*background: rgb(144,204,143);
  background: linear-gradient(90deg,#cbdb29 0%, rgba(144,204,143,1) 15%, rgba(42,123,126,1) 25%, rgba(4,30,60,1) 45%, rgba(4,30,60,1) 50%, rgba(4,30,60,1) 55%, rgba(42,123,126,1) 75%, rgba(144,204,143,1) 85%, #cbdb29 100%);

  /*background: rgb(5,25,32);
  background: linear-gradient(90deg, rgba(5,25,32,1) 0%, rgba(124,141,37,1) 35%,#cbdb29 50%, rgba(155,174,46,1) 65%, rgba(4,30,60,1) 100%);*/
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 50px;
}
.recommend-content {
  padding-left: 30px;
  margin-bottom: 40px;
}
.recommend-content > p {
  color: #fff;
  font-family: "Azo Sans Reg";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
.recommend-content > h5 {
  color: #fff;
  font-family: "Azo Sans Bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.recommended-card {
  width: 55%;
  height: 433px;
  flex-shrink: 0;
  padding: 20px;
  display: flex;
  gap: 10px;
  background: #fff;
  box-shadow: 0px 3.84px 19.2px 0px rgba(0, 0, 0, 0.29);
}
.recommended-card1 {
  width: 55%;
  height: 433px;
  flex-shrink: 0;
  padding: 20px;
  display: flex;
  gap: 10px;
  background: #fff;
  box-shadow: 0px 3.84px 19.2px 0px rgba(0, 0, 0, 0.29);
}

.recommend-content1 {
  padding-left: 30px;
  margin-bottom: 40px;
}
.recommend-content1 > p {
  color: #fff;
  font-family: "Azo Sans Reg";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
.recommend-content1 > h5 {
  color: #fff;
  font-family: "Azo Sans Bold";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.recommend-img {
  width: 283px;
  height: 383px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.recommended-card1 div h6 {
  color: #000;
  font-family: Inter;
  font-size: 17.28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.recommended-card1 div p {
  color: #000;
  font-family: Inter;
  font-size: 15.36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.recommended-card1 > div > div:nth-child(1) {
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}
.recommended-card1 .digital-img {
  width: 76px;
  height: 76px;
}
.recommended_card_content1 {
  padding-right: 70px;
  display: flex;
  flex-direction: column;
}
.img1 {
  background: url("");
}
.img2 {
  background: url("");
}
.img3 {
  background: url("");
}
.recommend-img {
  width: 283px;
  height: 383px;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.recommended-card div h6 {
  color: #000;
  font-family: "Azo Sans Med";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.long-text {
  color: #000;
  font-family: Inter;
  font-size: 15.36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 70px;
}

.long-text1 {
  color: #000;
  font-family: Inter;
  font-size: 15.36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 120px;
}
.recommended-card div p {
  color: #000;
  font-family: Inter;
  font-size: 15.36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  max-height: 4em;
}
.recommended-card > div > div:nth-child(1) {
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}
.middle-content {
  margin-top: 10px;
}
.recommended-card .digital-img {
  width: 76px;
  height: 76px;
}
.recommended_card_content {
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.findout {
  margin: 13px 0;
}
.text_decoration_FindOut {
  text-decoration: underline;
  color: #df0000;
}
#splide-container {
  width: 98%;
}
.splide__pagination__page {
  background: linear-gradient(to top, #cbdb29, rgb(185, 185, 185));
  width: 14px;
  height: 14px;
  margin: 5px;
}
.splide__pagination__page.is-active {
  background-color: #cbdb29;
}
.splide__pagination {
  bottom: -50px;
}
.splide__arrow {
  display: none !important;
}
.splide__slide {
  padding-right: 30px;
  transform: scale(0.88);
}
.splide__slide.is-active {
  transform: scaleY(1);
  z-index: 9;
}
/* CopyRight and Media Policy infotmation*/
.copyright {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 98%;
  margin-left: 50px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.textarea {
  display: flex;
  flex-direction: column;
  align-self: right;
  width: 45%;
}
.textarea h1 {
  font-family: "Azo Sans Reg";
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 40px;
}
.textarea p {
  font-family: "Azo Sans Reg";
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 25px;
  text-align: justify; /* For Edge */
  text-align-last: left;
}
.imagearea {
  align-self: left;
  width: 48%;
  height: auto;
}
/* Footer */
.footer-wrapper {
  width: 100%;
  height: 280px;
  flex-shrink: 0;
  background-color: #041e30;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-wrapper > footer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.footer-content {
  width: 100%;
  padding: 55px;
  display: flex;
  align-items: center;
  gap: 80px;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-logo {
  width: 400px;
  height: 200px;
  flex-shrink: 0;
}
.footer-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-left > p {
  width: 55%;
  flex-shrink: 0;
  color: #fff;
  font-family: "Azo Sans Reg";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-left: 5%;
}
.footer-links {
  width: 45%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
}
.footer-links > a {
  width: 70%;
  color: #fff;
  font-family: "Azo Sans Med";
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  margin: 0 10px;
}

.hide {
  display: none;
}
.show {
  display: flex;
}

/* Media Frame per each device */

@media only screen and (min-width: 2560px) and (max-width: 4000px) {
  #searching {
    height: 420px;
    margin-top: 15px;
    margin-bottom: 65px;
  }
  #searching > div > h1 {
    font-size: 65px;
  }
  #searching > div > p {
    font-size: 24px;
  }
  /* Card */
  .card-wrapper .card {
    height: 530px;
  }
  .card-content > h2 {
    font-size: 48px;
  }
  .card-content > p {
    font-size: 22px;
  }

  /* Get Inspired */
  #inspired {
    width: 99%;
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .upper-content > h3 {
    font-size: 32px;
  }
  .upper-content > p {
    color: #000;
    font-family: "Azo Sans Reg";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .inspired-card {
    height: 290px;
  }
  .inspired-card > h4 {
    font-size: 30px;
  }
  .inspired-card > p {
    font-size: 22px;
  }

  /* Recommendation Section */

  #recommend-wrapper {
    width: 100%;
    height: 800px;
  }
  .recommend-content {
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .recommend-content > p {
    font-size: 28px;
  }
  .recommended-card {
    width: 55%;
    height: 500px;
  }
  .img1 {
    background: url("https://libraryue.archiv.ue-germany.com/wp-content/themes/FutureTheme/images/UE_PPL_Books_Cover/February_2024/Book3.jpg"); /*Publication listed 1 */
  }
  .img2 {
    background: url("https://libraryue.archiv.ue-germany.com/wp-content/themes/FutureTheme/images/UE_PPL_Books_Cover/February_2024/Book1.jpg"); /* Publication listed 2 */
  }
  .img3 {
    background: url("https://libraryue.archiv.ue-germany.com/wp-content/themes/FutureTheme/images/UE_PPL_Books_Cover/February_2024/Book2.jpg"); /* Publication listed 3  */
  }
  .recommend-img {
    width: 25%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .long-text {
    color: #000;
    font-family: Inter;
    font-size: 15.36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20%;
  }
  .recommended-card > div > div:nth-child(1) {
    padding-bottom: 10px;
    border-bottom: 2px solid #df0000;
  }
  .middle-content {
    margin-top: 10px;
  }
  .recommended-card .digital-img {
    width: 76px;
    height: 76px;
  }
  .recommended_card_content {
    margin-top: 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
  }
  .findout {
    margin: 13px 0;
  }
  .text_decoration_FindOut {
    text-decoration: underline;
    color: #df0000;
  }
  #splide-container {
    width: 98%;
  }
  .splide__slide {
    padding: 1%;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 14px;
    height: 14px;
    margin: 5px;
  }
  .splide__pagination__page.is-active {
    background-color: #cfcfcf;
  }
  .splide__pagination {
    bottom: 45px;
  }
  .splide__arrow {
    display: none !important;
  }
  .splide__slide {
    padding-right: 30px;
    transform: scale(0.88);
  }
  .splide__slide.is-active {
    transform: scaleY(1);
    z-index: 9;
  }
  /* FOR YOU Most viewed publications this month */

  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 53%;
  }
  .custom-select {
    width: 180px;
    margin-top: 70px;
    font-family: "Azo Sans Reg";
    font-size: 18px; /* Change the font family */
    color: #fff;
    background: linear-gradient(135deg, #5c0132, #13001d, #250238, #5c0132);
    border-radius: 20px;
  }
  .option {
    height: 30px;
    width: 180px;
    font-family: "Azo Sans Reg";
    font-size: 18px; /* Change the font family */
    color: #fff;
    background: linear-gradient(135deg, #5c0132, #13001d, #250238, #5c0132);
  }
  .publication {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .publication_slider {
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 32px;
    padding: 30px;
    padding-bottom: 36px;

    /* for firefox */
    scrollbar-width: thin;
    scrollbar-color: #24062b #f1f1f1;
  }

  /* Webkit browsers (Chrome, Safari) */
  .publication_slider::-webkit-scrollbar {
    height: 12px;
  }

  .publication_slider::-webkit-scrollbar-thumb {
    background-color: #24062b;
    border-radius: 6px;
  }

  .publication_slider::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  .publication-card {
    width: 290px;
    height: 650px;
    flex-shrink: 0;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.29);
    padding: 18px;
  }

  .publication-card > div > h6 {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
  }

  .publication-card div p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .publication-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .splide__list {
    width: 93%;
  }

  .middle-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .book-img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background: url(https://libraryue.archiv.ue-germany.com/wp-content/themes/FutureTheme/images/Home/Elements/book1.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .publication-img {
    width: 100%;
    height: 341px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* Opening Times */
  .inner-opentimes {
    padding-top: 2%;
    display: flex;
    flex-direction: row;
    gap: 1%;
    margin: 20px;
  }
  .content-border {
    width: 33%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: 1050px;
  }
  .Berlin-time {
    width: 103%;
    margin-left: -10px;
    margin-top: -5px;
  }

  .timing-conent {
    display: flex;
    padding: 5%;
  }

  .right-inner-timming-conent > h1 {
    font-family: "Azo Sans Reg";
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 5px;
  }
  .right-inner-timming-conent > h2 {
    font-family: "Azo Sans Reg";
    font-size: 32px;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: #df0000;
    text-underline-offset: 6px;
    margin-bottom: 260px;
  }
  .right-inner-timming-conent {
    padding: 3%;
    border-right: 3px solid #df0000;
    padding: 3%;
  }
  .right-inner-timming-conent > p {
    font-family: "Azo Sans Reg";
    font-size: 20px;
    font-weight: 600;
  }
  .left-inner-timming-conent {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px;
  }
  .left-inner-timming-conent > div > h1 {
    font-family: "Azo Sans Reg";
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px;
  }
  .left-inner-timming-conent > div > p {
    font-family: "Azo Sans Reg";
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
  }

  /* Facilities */

  #outer-wrapper {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin-top: 100px;
    background: url(https://libraryue.archiv.ue-germany.com/wp-content/themes/FutureTheme/images/Home/Facilities/CopyRight.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .inner-wrapper {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0.2%, rgba(0, 0, 0, 0) 20%);
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
  }

  .btn-wrapper {
    display: flex;
    height: 90px;
  }

  .btn-wrapper > button {
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    font-family: "Azo Sans Med";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: white;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    border: transparent;
    cursor: pointer;
  }

  .inner-content {
    padding-top: 80px;
    width: 100%;
    height: calc(100% - 118px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .inner-content > p {
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 63px;
    margin-bottom: 30px;
  }

  .inner-content > div {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 16px;
  }

  .timing {
    padding-left: 110px;
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .inner-content .law-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .law {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .timing > h6,
  .law > h6 {
    width: 100%;
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 3px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 25px;
    text-decoration-color: red;
    text-decoration-thickness: 4px;
  }
  .timing > p {
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
  }

  .law > p2 {
    color: #fff;
    font-family: "Azo Sans Reg";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
  }

  .hide {
    display: none;
  }

  .show {
    display: flex;
  }

  .btn-wrapper .bg-trans {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
  }

  /* Footer */

  .footer-wrapper {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    /*background: url(https://libraryue.archiv.ue-germany.com/wp-content/themes/FutureTheme/images/Home/footer-bg.png);*/
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .footer-wrapper > footer {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, #000 3.03%, rgba(0, 0, 0, 0) 43%);*/
    display: flex;
    align-items: end;
  }

  .footer-content {
    width: 85%;
    display: flex;
    align-items: center;
    gap: 80px;
    margin-left: 30px;
  }

  .footer-left {
    display: flex;
    align-items: end;
    gap: 30px;
  }

  .footer-logo {
    width: 250px;
    height: 144px;
    flex-shrink: 0;
  }

  .footer-logo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .footer-left > p {
    width: 312px;
    flex-shrink: 0;
    color: #fff;
    font-family: "Azo Sans Reg";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
  }

  .footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
  }

  .footer-links > a {
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1800px) {
  #searching {
    height: 420px;
    margin-bottom: 12px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 48px;
    margin-bottom: 5px;
  }
  #searching > div > p {
    font-size: 26px;
  }
  .card-wrapper {
    gap: 12px;
  }
  .card-wrapper .card {
    width: 100%;
    height: 420px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
  }
  .card-content > h2 {
    font-size: 30px;
  }
  .card-content > p {
    font-size: 15px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 24px;
  }
  .upper-content > p {
    font-size: 20px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 15px;
  }
  #recommend-wrapper {
    height: auto;
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 240px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: 10px;
  }
  .publication_slider {
    gap: 20px;
  }
  .publication-card {
    width: 250px;
    height: 570px;
  }
  .publication-card > div > h6 {
    font-size: 15px;
  }
  .publication-card div p {
    font-size: 12px;
  }
  .publication-img {
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .custom-select {
    width: 165px;
    font-size: 15px; /* Change the font family */
  }
  .option {
    height: 30px;
    width: 165px;
    font-size: 15px; /* Change the font family */
  }
  .content-border {
    height: 750px;
  }
  .Berlin-time {
    width: 103%;
    margin-left: -7px;
    margin-top: -2px;
    height: 38%;
  }
  .right-inner-timming-conent > h1 {
    font-size: 28px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 28px;
    margin-bottom: 190px;
  }
  .right-inner-timming-conent {
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 14px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 18px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 12px;
  }

  .btn-wrapper > button {
    font-size: 25px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 60px;
    line-height: 70px;
  }
  .law > p2 {
    font-size: 18px;
  }
  .footer-logo {
    width: 210px;
    height: 120px;
  }
  .footer-left > p {
    width: 312px;
    font-size: 12px;
  }
  .footer-links > a {
    font-size: 16px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1500px) {
  #searching {
    height: 275px;
    margin-bottom: 12px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .card-wrapper {
    gap: 12px;
  }
  .card-wrapper .card {
    width: 100%;
    height: 380px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
  }
  .card-content > h2 {
    font-size: 30px;
  }
  .card-content > p {
    font-size: 15px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 24px;
  }
  .upper-content > p {
    font-size: 20px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 15px;
  }
  #recommend-wrapper {
    height: auto;
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 240px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: 10px;
  }
  .publication_slider {
    gap: 20px;
  }
  .publication-card {
    width: 250px;
    height: 570px;
  }
  .publication-card > div > h6 {
    font-size: 15px;
  }
  .publication-card div p {
    font-size: 12px;
  }
  .publication-img {
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .custom-select {
    width: 165px;
    font-size: 15px; /* Change the font family */
  }
  .option {
    height: 30px;
    width: 165px;
    font-size: 15px; /* Change the font family */
  }
  .content-border {
    width: 33%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: 750px;
  }
  .Berlin-time {
    width: 103%;
    margin-left: -6px;
    margin-top: -2px;
    height: 38%;
  }
  .right-inner-timming-conent > h1 {
    font-size: 28px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 28px;
    margin-bottom: 190px;
  }
  .right-inner-timming-conent {
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 14px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 18px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 12px;
  }

  .btn-wrapper > button {
    font-size: 25px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 60px;
    line-height: 70px;
  }
  .law > p2 {
    font-size: 18px;
  }
  .footer-logo {
    width: 210px;
    height: 120px;
  }
  .footer-left > p {
    width: 312px;
    font-size: 12px;
  }
  .footer-links > a {
    font-size: 16px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1331px) and (max-width: 1440px) {
  #searching {
    height: 270px;
    margin-bottom: 12px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 40px;
    margin-bottom: -5px;
  }
  #searching > div > p {
    font-size: 18px;
    margin-bottom: -5px;
  }
  .card-wrapper {
    gap: 12px;
  }
  .card-wrapper .card {
    width: 100%;
    height: 365px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
  }
  .card-content > h2 {
    font-size: 30px;
  }
  .card-content > p {
    font-size: 15px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 24px;
  }
  .upper-content > p {
    font-size: 20px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 15px;
  }
  #recommend-wrapper {
    height: auto;
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 240px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: 10px;
  }
  .publication_slider {
    gap: 20px;
    margin-top: -10px;
  }
  .publication-card {
    width: 250px;
    height: 570px;
  }
  .publication-card > div > h6 {
    font-size: 15px;
  }
  .publication-card div p {
    font-size: 12px;
  }
  .publication-img {
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .inner-opentimes {
    margin-top: -9px;
  }
  .custom-select {
    margin-top: 65px;
    width: 165px;
    font-size: 15px; /* Change the font family */
  }
  .option {
    height: 22px;
    width: 165px;
    font-size: 15px; /* Change the font family */
  }
  .content-border {
    width: 33%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: auto;
  }
  .Berlin-time {
    width: 103%;
    margin-left: -6px;
    margin-top: -2px;
    height: 38%;
  }
  .right-inner-timming-conent > h1 {
    margin-top: -10px;
    font-size: 28px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 28px;
    margin-bottom: 217px;
  }
  .right-inner-timming-conent {
    width: 55%;
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 14px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 18px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 14px;
  }
  #outer-wrapper {
    width: 100%;
    height: 550px;
    flex-shrink: 0;
    margin-top: 100px;
    background: url(https://libraryue.archiv.ue-germany.com/wp-content/themes/FutureTheme/images/Home/Facilities/CopyRight.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .inner-wrapper {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 1.1%, rgba(0, 0, 0, 0) 25%);
    box-shadow: 0px 1px 10.1px 0px rgba(0, 0, 0, 0.83);
  }

  .btn-wrapper {
    display: flex;
    height: 70px;
  }

  .btn-wrapper > button {
    font-size: 22px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 45px;
    line-height: 70px;
    text-underline-offset: 15px;
  }
  .law > p2 {
    font-size: 16px;
    line-height: 25px;
  }
  .footer-wrapper {
    width: 100%;
    height: 100px;
    flex-shrink: 0;
    /*background: url(https://libraryue.archiv.ue-germany.com/wp-content/themes/FutureTheme/images/Home/footer-bg.png);*/
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .footer-logo {
    width: 210px;
    height: 120px;
  }
  .footer-left > p {
    width: 312px;
    font-size: 12px;
  }
  .footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: -15px;
    margin-bottom: 30px;
  }
  .footer-links > a {
    width: 100%;
    font-size: 14px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1031px) and (max-width: 1300px) {
	
  #searching {
    height: 220px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 30px;
    margin-bottom: -5px;
  }
  #searching > div > p {
    font-size: 14px;
    margin-bottom: -5px;
  }

  .card-wrapper {
    gap: 8px;
  }
  .card-wrapper .card {
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
  }
  .card-content > h2 {
    font-size: 30px;
  }
  .card-content > p {
    font-size: 14px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 21px;
  }
  .upper-content > p {
    font-size: 17px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 13px;
  }
  #recommend-wrapper {
    height: auto;
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 240px;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: 10px;
  }
  .publication_slider {
    gap: 10px;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 34%;
  }
  .publication-card {
    width: 250px;
    height: 520px;
  }
  .publication-card > div > h6 {
    font-size: 13px;
  }
  .publication-card div p {
    font-size: 11px;
  }
  .publication-img {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .publication_of_Month_Upper {
    gap: 22%;
  }
  .custom-select {
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .option {
    height: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .content-border {
    width: 33%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: auto;
  }
  .Berlin-time {
    width: 103%;
    margin-left: -6px;
    margin-top: -2px;
    height: 38%;
  }
  .right-inner-timming-conent > h1 {
    font-size: 25px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 25px;
    margin-bottom: 190px;
  }
  .right-inner-timming-conent {
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 12px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 15px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 10px;
  }
  .btn-wrapper {
    display: flex;
    height: 70px;
  }
  .btn-wrapper > button {
    font-size: 18px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 44px;
    line-height: 60px;
  }
  .law > p2 {
    font-size: 14px;
    line-height: 25px;
  }
  .footer-logo {
    width: 190px;
    height: 110px;
  }
  .footer-left > p {
    width: 312px;
    font-size: 11px;
  }
  .footer-links > a {
    font-size: 13px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
}
/* Media Queries */

@media only screen and (min-width: 977px) and (max-width: 1030px) {
  #searching {
    height: 220px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 30px;
    margin-bottom: 1px;
  }
  #searching > div > p {
    font-size: 16px;
  }

  .card-wrapper {
    gap: 8px;
  }
  .card-wrapper .card {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
  }
  .card-content > h2 {
    font-size: 30px;
  }
  .card-content > p {
    font-size: 14px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 21px;
  }
  .upper-content > p {
    font-size: 17px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 13px;
  }
  #recommend-wrapper {
    height: auto;
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 260px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: 10px;
  }
  .publication_slider {
    gap: 10px;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 34%;
  }
  .publication-card {
    width: 250px;
    height: 520px;
  }
  .publication-card > div > h6 {
    font-size: 13px;
  }
  .publication-card div p {
    font-size: 11px;
  }
  .publication-img {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 23%;
  }
  .custom-select {
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .option {
    height: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .content-border {
    width: 33%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: auto;
  }
  .Berlin-time {
    width: 103%;
    margin-left: -6px;
    margin-top: -2px;
    height: 38%;
  }
  .right-inner-timming-conent > h1 {
    font-size: 25px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 25px;
    margin-bottom: 190px;
  }
  .right-inner-timming-conent {
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 12px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 15px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 10px;
  }
  .btn-wrapper {
    display: flex;
    height: 60px;
  }
  .btn-wrapper > button {
    font-size: 16px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 40px;
    line-height: 60px;
  }
  .law > p2 {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-logo {
    width: 190px;
    height: 110px;
  }
  .footer-left > p {
    width: 312px;
    font-size: 11px;
  }
  .footer-links > a {
    font-size: 13px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
	
  .explore-card-wrapper {
    padding-left: 0%;
    gap: 10px;
    grid-template-columns: 1fr;
  }

}
@media only screen and (min-width: 851px) and (max-width: 976px) {
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 30px;
    margin-bottom: 1px;
  }
  #searching > div > p {
    font-size: 16px;
  }

  .card-wrapper {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .card-wrapper .card {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
  }
  .card-content > h2 {
    font-size: 30px;
  }
  .card-content > p {
    font-size: 14px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 21px;
  }
  .upper-content > p {
    font-size: 17px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 13px;
  }
  #recommend-wrapper {
    height: auto;
  }
  .recommended-card {
    width: 65%;
    margin-bottom: 5%;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    gap: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3.84px 19.2px 0px rgba(0, 0, 0, 0.29);
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 260px;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: 10px;
  }
  .publication_slider {
    gap: 10px;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 34%;
  }
  .publication-card {
    width: 250px;
    height: 520px;
  }
  .publication-card > div > h6 {
    font-size: 13px;
  }
  .publication-card div p {
    font-size: 11px;
  }
  .publication-img {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 19%;
  }
  .custom-select {
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .option {
    height: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .content-border {
    width: 33%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: auto;
  }
  .Berlin-time {
    width: 103%;
    margin-left: -6px;
    margin-top: -2px;
    height: 38%;
  }
  .right-inner-timming-conent > h1 {
    font-size: 25px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 25px;
    margin-bottom: 190px;
  }
  .right-inner-timming-conent {
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 12px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 15px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 10px;
  }
  .btn-wrapper {
    display: flex;
    height: 60px;
  }
  .btn-wrapper > button {
    font-size: 16px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 38px;
    line-height: 70px;
  }
  .law > p2 {
    font-size: 14px;
    line-height: 25px;
  }
  .footer-logo {
    width: 160px;
    height: 100px;
  }
  .footer-left > p {
    width: 320px;
    font-size: 11px;
  }
  .footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  .footer-links > a {
    font-size: 12px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
	
  .explore-card-wrapper {
    padding-left: 0%;
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1600px) {
	
  header {
    padding-top: 0;
    padding-right: 12px;
    padding-left: 0px;
  }
	
}

@media (max-width: 1030px) {
	
  .explore-card-wrapper {
    padding-left: 1%;
    gap: 10px;
    grid-template-columns: 1fr;
  }
	
  header {
    padding-top: 0;
    padding-right: 12px;
    padding-left: 0px;
  }
	
}

@media (max-width: 976px) {
  .card-wrapper .card {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
	padding-bottom: 10px;
  }
}

@media only screen and (min-width: 710px) and (max-width: 850px) {
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 30px;
    margin-bottom: 1px;
  }
  #searching > div > p {
    font-size: 16px;
  }

  .card-wrapper {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .card-wrapper .card {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
  }
  .card-content > h2 {
    font-size: 30px;
  }
  .card-content > p {
    font-size: 14px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 19px;
  }
  .upper-content > p {
    font-size: 14px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 13px;
  }
  #recommend-wrapper {
    height: auto;
  }
  .recommended-card {
    width: 80%;
    margin-bottom: 5%;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    gap: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3.84px 19.2px 0px rgba(0, 0, 0, 0.29);
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 260px;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: 5px;
  }
  .publication_slider {
    gap: 10px;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 34%;
  }
  .publication-card {
    width: 250px;
    height: 520px;
  }
  .publication-card > div > h6 {
    font-size: 13px;
  }
  .publication-card div p {
    font-size: 11px;
  }
  .publication-img {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 10%;
  }
  .custom-select {
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .option {
    height: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .inner-opentimes {
    display: grid;
    grid-template-columns: 1fr;
  }
  .content-border {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: 310px;
    display: flex;
    flex-direction: row;
  }
  .Berlin-time {
    width: 250px;
    margin-left: 0px;
    margin-top: -1px;
    height: 320px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .right-inner-timming-conent > h1 {
    font-size: 25px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 25px;
    margin-bottom: 120px;
  }
  .right-inner-timming-conent {
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 11px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 14px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 10px;
  }
  .btn-wrapper {
    display: flex;
    height: 70px;
  }
  .btn-wrapper > button {
    font-size: 20px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 50px;
    line-height: 70px;
  }
  .law > p2 {
    font-size: 15px;
  }
  .footer-content {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 160px;
    height: 100px;
  }
  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: -50px;
  }
  .footer-left > p {
    width: 320px;
    font-size: 11px;
  }
  .footer-links {
    margin-left: 20%;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    row-gap: 10px;
  }
  .footer-links > a {
    font-size: 11px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
}
@media (max-width: 708px) {
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 28px;
    margin-bottom: 1px;
    line-height: 25px;
  }
  #searching > div > p {
    font-size: 12px;
    line-height: 20px;
  }

  .card-wrapper {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .card-wrapper .card {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
	padding-bottom: 10px;
  }
  .card-content > h2 {
    font-size: 30px;
  }
  .card-content > p {
    font-size: 14px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 21px;
  }
  .upper-content > p {
    font-size: 16px;
  }
  .inspired-card-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 10px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 13px;
  }
  #recommend-wrapper {
    height: auto;
  }
  .recommended-card {
    width: 85%;
    margin-bottom: 5%;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    gap: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3.84px 19.2px 0px rgba(0, 0, 0, 0.29);
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 260px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: 5px;
  }
  .publication_slider {
    gap: 10px;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 34%;
  }
  .publication-card {
    width: 250px;
    height: 520px;
  }
  .publication-card > div > h6 {
    font-size: 13px;
  }
  .publication-card div p {
    font-size: 11px;
  }
  .publication-img {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: column;
  }
  .custom-select {
    margin-top: 10px;
    margin-left: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .option {
    height: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .inner-opentimes {
    display: grid;
    grid-template-columns: 1fr;
  }
  .content-border {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: 310px;
    display: flex;
    flex-direction: row;
  }
  .Berlin-time {
    width: 250px;
    margin-left: 0px;
    margin-top: -1px;
    height: 320px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .right-inner-timming-conent > h1 {
    font-size: 25px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 25px;
    margin-bottom: 120px;
  }
  .right-inner-timming-conent {
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 11px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 14px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 10px;
  }
  .btn-wrapper {
    display: flex;
    height: 55px;
  }
  .btn-wrapper > button {
    font-size: 16px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 38px;
    line-height: 55px;
  }
  .law > p2 {
    font-size: 13px;
    line-height: 25px;
  }
  .footer-content {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 160px;
    height: 100px;
  }
  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: -50px;
  }
  .footer-left > p {
    width: 320px;
    font-size: 11px;
  }
  .footer-links {
    margin-left: 20%;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    row-gap: 10px;
  }
  .footer-links > a {
    font-size: 11px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
}
@media (max-width: 650px) {

  header {
    padding-top: 0;
    padding-right: 12px;
    padding-left: 0px;
  }
  
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 28px;
    margin-bottom: 1px;
    line-height: 25px;
  }
  #searching > div > p {
    font-size: 12px;
    line-height: 20px;
  }

  .card-wrapper {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .card-wrapper .card {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .card-content > h2 {
    font-size: 30px;
  }
  .card-content > p {
    font-size: 14px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 21px;
  }
  .upper-content > p {
    font-size: 16px;
  }
  .inspired-card-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 10px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 13px;
  }
  #recommend-wrapper {
    height: 900px;
  }
  .recommended-card {
    width: 85%;
    margin-bottom: 5%;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    gap: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3.84px 19.2px 0px rgba(0, 0, 0, 0.29);
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 260px;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: -10px;
  }
  .publication_slider {
    gap: 10px;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 34%;
  }
  .publication-card {
    width: 250px;
    height: 520px;
  }
  .publication-card > div > h6 {
    font-size: 13px;
  }
  .publication-card div p {
    font-size: 11px;
  }
  .publication-img {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: column;
  }
  .custom-select {
    margin-top: 10px;
    margin-left: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .option {
    height: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .inner-opentimes {
    display: grid;
    grid-template-columns: 1fr;
  }
  .content-border {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: 310px;
    display: flex;
    flex-direction: row;
  }
  .Berlin-time {
    width: 250px;
    margin-left: 0px;
    margin-top: -1px;
    height: 320px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .right-inner-timming-conent > h1 {
    font-size: 25px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 25px;
    margin-bottom: 120px;
  }
  .right-inner-timming-conent {
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 11px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 14px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 10px;
  }
  .btn-wrapper {
    display: flex;
    height: 70px;
  }
  .btn-wrapper > button {
    font-size: 20px;
  }
  .law {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 50px;
    line-height: 70px;
  }
  .law > p2 {
    font-size: 15px;
  }
  .footer-content {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 160px;
    height: 100px;
  }
  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: -50px;
  }
  .footer-left > p {
    width: 320px;
    font-size: 11px;
  }
  .footer-links {
    margin-left: 20%;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    row-gap: 10px;
  }
  .footer-links > a {
    font-size: 11px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
}
@media (max-width: 570px) {
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 28px;
    margin-bottom: 1px;
    line-height: 25px;
  }
  #searching > div > p {
    font-size: 12px;
    line-height: 20px;
  }

  .card-wrapper {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .card-wrapper .card {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .card-content > h2 {
    font-size: 26px;
  }
  .card-content > p {
    font-size: 14px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content > h3 {
    font-size: 21px;
  }
  .upper-content > p {
    font-size: 16px;
  }
  .inspired-card-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 10px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 13px;
  }
  #recommend-wrapper {
    height: 900px;
  }
  .recommended-card {
    width: 100%;
    margin-bottom: 5%;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    gap: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3.84px 19.2px 0px rgba(0, 0, 0, 0.29);
  }
  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 260px;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: -10px;
  }
  .publication_slider {
    gap: 10px;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 34%;
  }
  .publication-card {
    width: 250px;
    height: 520px;
  }
  .publication-card > div > h6 {
    font-size: 13px;
  }
  .publication-card div p {
    font-size: 11px;
  }
  .publication-img {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: column;
  }
  .custom-select {
    margin-top: 10px;
    margin-left: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .option {
    height: 30px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .inner-opentimes {
    display: grid;
    grid-template-columns: 1fr;
  }
  .content-border {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: 310px;
    display: flex;
    flex-direction: row;
  }
  .Berlin-time {
    width: 250px;
    margin-left: 0px;
    margin-top: -1px;
    height: 320px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .right-inner-timming-conent > h1 {
    font-size: 25px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 25px;
    margin-bottom: 120px;
  }
  .right-inner-timming-conent {
    padding: 3%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 11px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 14px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 10px;
  }
  .btn-wrapper {
    display: flex;
    height: 70px;
  }
  .btn-wrapper > button {
    font-size: 20px;
  }
  .law {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 50px;
    line-height: 70px;
  }
  .law > p2 {
    font-size: 15px;
  }
  .footer-content {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 160px;
    height: 100px;
  }
  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: -50px;
  }
  .footer-left > p {
    width: 320px;
    font-size: 11px;
  }
  .footer-links {
    margin-left: 20%;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    row-gap: 10px;
  }
  .footer-links > a {
    font-size: 11px;
  }
  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 15px;
  }
  #searching > div > h1 {
    font-size: 28px;
    margin-bottom: 1px;
    line-height: 25px;
  }
  #searching > div > p {
    font-size: 10px;
    line-height: 20px;
  }

  .card-wrapper {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10px;
  }
  .card-wrapper .card {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  .card-content > h2 {
    font-size: 24px;
  }
  .card-content > p {
    font-size: 14px;
  }
  .card:hover .card-content > p,
  h2::after {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .upper-content {
    margin-top: 40px;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding-left: 20px;
  }
  .upper-content > h3 {
    font-size: 16px;
  }
  .upper-content > p {
    font-size: 13px;
  }
  .inspired-card-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 5px;
  }
  .inspired-card {
    height: 230px;
  }
  .inspired-card > h4 {
    font-size: 20px;
  }
  .inspired-card > p {
    font-size: 13px;
  }
  #recommend-wrapper {
    height: 980px;
  }
  .recommended-card {
    width: 100%;
    margin-bottom: 5%;
    flex-shrink: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3.84px 19.2px 0px rgba(0, 0, 0, 0.29);
  }
  .recommend-content {
    padding-left: 10px;
    margin-bottom: 40px;
  }
  .recommend-content > p {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .recommend-content > h5 {
    font-size: 38px;
  }
  .recommended-card div h6 {
    font-size: 15px;
  }
  .long-text {
    font-size: 12px;
  }
  .recommended-card div p {
    font-size: 12px;
  }
  .recommend-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recommended-card .digital-img {
    width: 50px;
    height: 50px;
  }
  .splide__pagination__page {
    background: linear-gradient(to top, #df0000, #ffffff);
    width: 12px;
    height: 12px;
    margin: 5px;
  }
  .splide__pagination {
    bottom: -30px;
  }
  .publication {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
  }

  .publication_slider {
    gap: 10px;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: row;
    gap: 34%;
  }
  .publication-card {
    width: 250px;
    height: 520px;
  }
  .publication-card > div > h6 {
    font-size: 13px;
  }
  .publication-card div p {
    font-size: 11px;
  }
  .publication-img {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .publication_of_Month_Upper {
    display: flex;
    flex-direction: column;
  }
  .custom-select {
    margin-top: 10px;
    margin-left: 10px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .option {
    height: 20px;
    width: 150px;
    font-size: 13px; /* Change the font family */
  }
  .inner-opentimes {
    display: grid;
    grid-template-columns: 1fr;
  }
  .content-border {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
    height: 470px;
    display: flex;
    flex-direction: column;
  }
  .Berlin-time {
    width: 103%;
    margin-left: -6px;
    margin-top: -1px;
    height: 150px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .right-inner-timming-conent > h1 {
    font-size: 25px;
  }
  .right-inner-timming-conent > h2 {
    font-size: 25px;
    margin-bottom: 120px;
  }
  .right-inner-timming-conent {
    padding: 5%;
  }
  .left-inner-timming-conent {
    padding-left: 30px;
  }
  .right-inner-timming-conent > p {
    font-size: 11px;
  }
  .left-inner-timming-conent > div > h1 {
    font-size: 14px;
  }
  .left-inner-timming-conent > div > p {
    font-size: 10px;
  }
  .btn-wrapper {
    display: flex;
    height: 50px;
  }
  .btn-wrapper > button {
    font-size: 16px;
  }
  .law {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .timing > h6,
  .law > h6 {
    font-size: 34px;
    line-height: 70px;
  }
  .law > p2 {
    font-size: 11px;
    line-height: 20px;
  }
  .footer-content {
    width: 85%;
    height: 302px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 180px;
    height: 50px;
  }
  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: -35px;
  }
  .footer-left > p {
    width: 320px;
    font-size: 11px;
    margin-top: 10px;
  }
  .footer-links {
    margin-left: 0%;
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer-links > a {
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    display: block;
  }
  .outer-wrapper {
    height: 700px;
  }

  .footer-wrapper {
    height: 280px;
  }
  .poster_heading {
    font-size: 30px;
  }
}

@media (max-width: 378px) {

  header {
    padding-left: 0%;
    padding-right: 12px;
  }

  .container {
    height: 65px;
  }

  .card-wrapper .card {
	padding-bottom: 35px;
  }
	
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 0px;
  }

  #searching > div > p {
    font-size: 13px;
    line-height: 20px;
    padding-top: 3%;
  }
  .recommend-content > h5 {
    font-size: 27px;
  }

  .copyright {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 98%;
    margin-left: 4%;
    margin-top: 80px;
    margin-bottom: 50px
  }
  .textarea {
    display: flex;
    flex-direction: column;
    align-self: auto;
    width: 100%;
  }

  .textarea p {
    width: auto;
    font-family: "Azo Sans Reg";
    font-size: 13px;
    font-weight: 400;
    padding-left: 0%;
    padding-bottom: 25px;
    text-align: justify;
    text-align-last: left;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  #recommend-wrapper {
    height: 650px;
  }
  .splide__pagination {
    bottom: -30px;
  }

  .card {
    height: 300px;
    padding-bottom: 0%;
  }

  .card-content > p {
    padding-bottom: 0%;
    font-size: 12px;
  }

  .card-content > h2 {
    font-size: 22px;
  }
  .footer-left > p {
    width: 300px;
    font-size: 11px;
    padding-right: 21%;
    padding-bottom: 5%;
    
  }

  .footer-logo > img {
    padding-right: 5%;
  }
  
  .footer-wrapper {
    height: 450px;
  }
  .btn-wrapper {
    display: flex;
    height: 50px;
  }
  .btn-wrapper > button {
    font-size: 14px;
  }

  .footer-content {
    width: 100%;
    height: 100%;
    display: flex;
    grid-template-columns: 1fr;
    align-items: center;
    padding-top: 5%;
    gap: 50px;
  }

  .footer-logo {
    width: 180px;
    height: 100px;
    margin-right: 15%;
  }

  .footer-links {
    font-size: 10px;
    margin-left: 0px;
    padding: 20%;
    margin-right: 10%;
    width: 260px;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 10px;
  }

  .footer-links > a {
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 10px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
  }
  
}