@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;
}
::-webkit-scrollbar {
  width: 10px; /* width of the scrollbar */
}
::-webkit-scrollbar-track {
  background: #ffffff; /* color of the track */
}
::-webkit-scrollbar-thumb {
  background: rgb(97, 180, 205);
}
.container {
  width: 100%;
  height: 100%;
  padding-top: 55px;
}

/* Start Searching */
#searching {
  margin-top: 12px;
  width: 98%;
  height: 300px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background: url(images/Home/Databases/BBSI_Banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.27);
  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;
}

/* Card */
.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: 480px;
  flex-shrink: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}

/* Added overlay using a pseudo-element */
.card-wrapper .card::before {
  content: ''; /* Creates an empty pseudo-element */
  position: absolute; /* Positions the overlay absolutely within the card */
  top: 0; /* Aligns the overlay to the top of the card */
  left: 0; /* Aligns the overlay to the left of the card */
  right: 0; /* Aligns the overlay to the right of the card */
  bottom: 0; /* Aligns the overlay to the bottom of the card */
 /* background-color: rgba(169, 169, 169, 0.1);  128, 128, 128Gray with 50% opacity */
  z-index: 1; /* Ensures the overlay is above the background but below the text */
}

.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;
  position: relative; /* Position text above the overlay */
  z-index: 2; /* Ensures text is above the overlay */
}
.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-: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;
}

.catalogue {
  background: url(images/Home/Databases/Bsbi\ Catalogue.png);
}
.catalogue:hover {
  background: url(images/Home/Databases/Bsbi\ Catalogue.png);
  transition: 0.25s ease-in;
}
.ebook {
  background: url(images/Home/Databases/EBSCO.png);
}
.ebook:hover {
  background: url(images/Home/Databases/EBSCO.png);
  transition: 0.25s ease-in;
}
.database {
  background: url(images/Home/Databases/Database.png);
}
.database:hover {
  background: url(images/Home/Databases/Database.png);
  transition: 0.25s ease-in;
}
.card-wrapper .card {
  background-size: cover;
  background-repeat: no-repeat;
}
/* Get Inspired */
#inspired {
  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 rgb(97, 180, 205);
}
.upper-content > p {
  color: #000;
  font-family: "Azo Sans Reg";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.inspired-card-wrapper {
  margin-top: 30px;
  width: 100%;
  padding-left: 20px;
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.academictabs {
  background: url(images/Home/Get_Inspired/AcademicTabs.jpg);
  border-radius: 10px;
  width: 100%;
}
.publishing {
  background: url(images/Home/Get_Inspired/Studentportal.jpg);
  border-radius: 10px;
  width: 100%;
}
.student {
  background: url(images/Home/Get_Inspired/Canvas.jpg);
  border-radius: 10px;
  width: 100%;
}
.textlinkInsparation {
  text-decoration: none;
}
.inspired-card {
  width: 100%;
  height: 264px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(
    179deg,
    rgba(0, 0, 0, 0) 7.05%,
    #000 65.8%,
    #000 100.28%
  );
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  text-decoration: none;
}
.inspired-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 rgb(97, 180, 205);
  padding-bottom: 8px;
  margin-bottom: 12px;
  text-decoration: none;
}
.inspired-card > p {
  color: #fff;
  font-family: "Azo Sans Reg";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

/* Recommendation Section */

#recommend-wrapper {
  width: 100%;
  height: 700px;
  background: rgb(97, 180, 205);
  background: linear-gradient(
    90deg,
    rgba(97, 180, 205, 1) 0%,
    rgba(43, 78, 112, 1) 26%,
    rgba(30, 53, 89, 1) 35%,
    rgba(28, 50, 86, 1) 50%,
    rgba(27, 48, 84, 1) 62%,
    rgba(40, 72, 105, 1) 74%,
    rgba(95, 175, 201, 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;
  border-radius: 5px;
  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;
  border-radius: 5px;
  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, #85b3ef, #ffffff);
  width: 14px;
  height: 14px;
  margin: 5px;
}
.splide__pagination__page.is-active {
  background-color: #cfcfcf;
}
.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;
}
/* Facilities */
#outer-wrapper {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-top: 100px;
  background: url(images/Home/Facilities/Copyright.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, #000 1.5%, rgba(0, 0, 0, 0) 100%);
  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: #000000;
  text-align: center;
  font-family: "Azo Sans Med";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 9.1px 0px rgba(0, 0, 0, 0.43);
  border: transparent;
}
.inner-content {
  padding-top: 50px;
  width: 100%;
  height: calc(100% - 118px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-content > p {
  color: #000000;
  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: 50px;
  font-style: normal;
  font-weight: 500;
  /*line-height: 86px;
  border-bottom: 4px solid #df0000;*/
  padding-bottom: 3px;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 25px;
  text-decoration-color: #2d4e7a;
  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: #ffffff;
}
.location {
  width: 100%;
  padding: 48px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
  margin-right: 20%;
}
.campuslocation {
  width: auto; /* Allows it to fill available space */
  flex-grow: 1; /* Ensures equal width distribution */
  height: auto;
  border: 4px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 9.1px 0px rgba(255, 255, 255, 0.43);
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Centers content vertically */
  text-align: center; /* Ensures text is centered */
  padding: 20px; /* Adds spacing inside the div */
}
.campuslocation h1, 
.campuslocation p {
  width: 100%;
  color: #fff;
}
.campuslocation h1 {
  font-family: "Azo Sans Med";
  font-size: 30px;
  font-weight: 200;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 4px;
  margin-bottom: 50px; /* Adds spacing between h1 and p */
}
.campuslocation p {
  font-family: "Azo Sans Reg";
  font-size: 18px;
  font-weight: 100;
}
/* Optional: Ensuring equal width if multiple campus locations exist */
.campus-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Adjusts spacing between divs */
}

/* Footer */

.footer-wrapper {
  width: 100%;
  height: 280px;
  flex-shrink: 0;
  /*background: url(images/Home/footer-bg.png);*/
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-wrapper > footer {
  width: 100%;
  height: auto;
  /* background: linear-gradient(180deg, #000 3.03%, rgba(0, 0, 0, 0) 43%);*/
  display: flex;
  align-items: end;
  padding-top: 5%;
}
.footer-content {
  width: 100%;
  padding: 55px;
  padding-top: 10px;;
  display: flex;
  align-items: center;
  gap: 80px;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  
}
.footer-logo {
  width: 50%;
  height: 144px;
  flex-shrink: 0;
}
.footer-logo > img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.footer-left > p {
  width: 50%;
  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: flex;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  justify-content: center; 
  flex-wrap: wrap; /* Allow links to wrap if needed */
}
.footer-links > a {
  color: #fff;
  font-family: "Azo Sans Med";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  margin: 0 10px;
}

@media only screen and (min-width: 1501px) and (max-width: 1800px) {
  #searching {
    height: 420px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  #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: 18px;
  }
  .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: 40px;
    line-height: 70px;
  }
  .law > p2 {
    font-size: 18px;
  }
  .footer-logo {
    width: 50%;
    height: 120px;
  }
  .footer-left > p {
    width: 50%;
    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: 12px;
  }
  #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: 90px;
  }
  .law > p2 {
    font-size: 18px;
  }
  .footer-logo {
    width: 50%;
    height: 120px;
  }
  .footer-left > p {
    width: 50%;
    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: 12px;
  }
  #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: 50%;
    height: 120px;
  }
  .footer-left > p {
    width: 50%;
    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: 12px;
  }
  #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: 50%;
    height: 110px;
  }
  .footer-left > p {
    width: 50%;
    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: 12px;
  }
  #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: 100%;
    height: 110px;
  }
  .footer-left > p {
    width: 50%;
    font-size: 11px;
  }
  .footer-links > a {
    font-size: 13px;
  }
  .outer-wrapper {
    height: 560px;
  }

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

@media (max-width: 1030px) {
  .card-wrapper {
   grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .footer-left > p {
    width: 40%;
    text-align: center;
  }

  .inspired-card-wrapper {
    padding: 0%;
    gap: 22px;
    flex-direction: column;
  }

  .footer-content {
    width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    /*padding: 40px 30px;*/
  }

  .footer-links > a {
    text-align: center;
  }

  .footer-links {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-wrapper {
    height: auto;
    flex-direction: column;
  }

  .outer-wrapper {
    height: auto;
  }

  .inner-content {
    height: auto;
    padding: 70px 20px;
  }

  .btn-wrapper > button {
    height: 100px;
  }

  .btn-wrapper .bg-trans {
    background-color: transparent;
  }

  .footer-wrapper {
    height: auto;
  }

  .inner-content > div {
    flex-direction: column;
    gap: 45px;
    margin-top: 40px;
  }

  .inner-content > p {
    margin: 0;
    text-align: center;
  }

  .timing > p,
  .law > p {
    text-align: center;
  }

  .timing {
    width: 60%;
    text-align: center;
    align-items: center;
  }

  .law {
    align-items: center;
  }

  .location {
    padding: 10%;
    margin: 0%;
    grid-template-columns: 1fr; /* Change to a single column layout */
  }

  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 12px;
  }
}

@media (max-width: 1029px) {

  .card-wrapper {
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
	
}	

@media (max-width: 976px) {
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 12px;
  }
  #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(auto-fill, minmax(250px, 1fr));
    /*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: 20px;
  }
  .card-content > h2 {
    font-size: 23px;
  }
	
  .card-content > p {
    font-size: 12px;
  }
  .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;
  }

  .catalogue::before {
    content: ''; /* Creates an empty pseudo-element */
    position: absolute; /* Positions the overlay absolutely within the card */
    top: 0; /* Aligns the overlay to the top of the card */
    left: 0; /* Aligns the overlay to the left of the card */
    right: 0; /* Aligns the overlay to the right of the card */
    bottom: 0; /* Aligns the overlay to the bottom of the card */
    background-color: rgb(81, 185, 213, 0.5); /*  128, 128, 128 with 50% opacity */
    z-index: 1; /* Ensures the overlay is above the background but below the text */
  }
	
  .ebook::before {
    content: ''; /* Creates an empty pseudo-element */
    position: absolute; /* Positions the overlay absolutely within the card */
    top: 0; /* Aligns the overlay to the top of the card */
    left: 0; /* Aligns the overlay to the left of the card */
    right: 0; /* Aligns the overlay to the right of the card */
    bottom: 0; /* Aligns the overlay to the bottom of the card */
    background-color: rgb(111, 143, 157, 0.5); /*  128, 128, 128 with 50% opacity */
    z-index: 1; /* Ensures the overlay is above the background but below the text */
  }
	
  .database::before {
    content: ''; /* Creates an empty pseudo-element */
    position: absolute; /* Positions the overlay absolutely within the card */
    top: 0; /* Aligns the overlay to the top of the card */
    left: 0; /* Aligns the overlay to the left of the card */
    right: 0; /* Aligns the overlay to the right of the card */
    bottom: 0; /* Aligns the overlay to the bottom of the card */
    background-color: rgb(62, 87, 118, 0.5); /* (40, 63, 97, 0.5)  128, 128, 128 with 50% opacity */
    z-index: 1; /* Ensures the overlay is above the background but below the text */
  }
	
  .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: 100%;
    height: 100px;
  }
  .footer-left > p {
    width: 50%;
    font-size: 11px;
  }
  .footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  .footer-links > a {
    font-size: 9px;
  }
  .outer-wrapper {
    height: 560px;
  }

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

 
@media (max-width: 850px) {
  
  .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
	
	
}
@media only screen and (min-width: 710px) and (max-width: 850px) {
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 12px;
  }
  #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: 20px;
  }
  .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: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 100%;
    height: 100px;
  }
  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: -50px;
    width: 100%;
  }
  .footer-left > p {
    width: 50%;
    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: 12px;
  }
  #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: 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: 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: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 50%;
    height: 100px;
  }
  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: -50px;
    width: 100%;
  }
  .footer-left > p {
    width: 50%;
    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) {
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 12px;
  }
  #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: 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: 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: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 100%;
    height: 100px;
  }
  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: -50px;
    width: 100%;
  }
  .footer-left > p {
    width: 50%;
    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: 12px;
  }
  #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: 35px;
  }
  .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: 1%;
  }
  .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: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 100%;
    height: 100px;
  }
  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: -50px;
    width: 100%;
  }
  .footer-left > p {
    width: 50%;
    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 only screen and (min-width: 321px) and(max-width: 569px) {
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 12px;
  }
  #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;
    padding-bottom: 35px;
  }
  .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: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-left: 30px;
  }
  .footer-logo {
    width: 100%; /* Set the width to 40% of the footer-left */
    max-width: 235px; /* Optional: Set a maximum width to prevent it from getting too large */
    height: auto; /* Maintain aspect ratio */
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: -35px;
    width: 100%;
  }
  .footer-left > p {
    width: 100%;
    text-align: center;
  }
  
  .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: 700px;
  }

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

  .location {
    grid-template-columns: 1fr; /* Change to a single column layout*/
    padding: 0%;
    margin-top: 20px;
  }
}

@media (max-width: 1330px) {
  .searching > div > h1 {
    font-size: 50px;
  }

  .footer-content {
    width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    /*padding: 40px 30px;*/
  }

  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .footer-left > p {
    width: 40%;
    text-align: center;
  }

  .card-content > h2 {
    font-size: 40px;
  }

  .recommend-content > p {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .recommend-content > h5 {
    font-size: 54px;
  }

  .btn-wrapper > button {
  }

  .timing > h6,
  .law > h6 {
    font-size: 64px;
    line-height: 90px;
  }

  .footer-logo {
    width: 50%;
    height: 130px;
  }

  .outer-wrapper {
    height: 560px;
  }

  .footer-wrapper {
    height: 450px;
  }
}

/* Media Queries */

@media (max-width: 1210px) {

  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 12px;
  }
  .searching > div > h1 {
    font-size: 45px;
  }

  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .footer-left > p {
    width: 40%;
    text-align: center;
  }

  .footer-content {
    width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    /*padding: 40px 30px;*/
  }

  .searching > div > p {
    font-size: 21px;
  }

  .card-content > h2 {
    font-size: 30px;
  }

  .recommend-content > h5 {
    font-size: 50px;
  }

  .recommend-content > p {
    margin-bottom: 10px;
  }

  .upper-content > h3 {
    font-size: 32px;
  }

  .upper-content {
    padding-left: 32px;
    margin-bottom: 24px;
    margin-top: 60px;
  }

  .timing > h6,
  .law > h6 {
    font-size: 56px;
    line-height: 90px;
    margin-bottom: 15px;
  }

  .timing > p,
  .law > p {
    font-size: 18px;
    line-height: 32px;
  }

  .btn-wrapper > button {
    font-size: 22px;
  }

  .btn-wrapper {
    height: 100px;
  }

  .outer-wrapper {
    height: 700px;
  }

  .footer-wrapper {
    height: 360px;
  }

  .footer-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-content {
    width: 100%;
    gap: 70px;
  }
}

@media (max-width: 860px) {
  .upper-content {
    flex-direction: column;
    align-items: start;
    padding-left: 15px;
    margin-bottom: 24px;
    margin-top: 44px;
    gap: 20px;
  }
	
  .card-content > p {
    font-size: 13px;
  }

  /*.footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 5%;
  }*/
	
.footer-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

  .footer-left > p {
    width: 50%;
    text-align: center;
    padding-top: 3%;
  }

 .footer-logo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
	
  .searching > div > h1 {
    font-size: 37px;
    line-height: 50px;
  }

  .searching > div > p {
    font-size: 18px;
    line-height: 26px;
  }

  .card-content > h2,
  .upper-content > h3 {
    font-size: 22px;
  }

  .upper-content > p {
    font-size: 22px;
  }

  .upper-content {
    gap: 16px;
  }

  .publication-card {
    width: 270px;
    height: 620px;
    padding: 15px;
  }

  .publication-img {
    height: 300px;
  }

  .timing > h6,
  .law > h6 {
    font-size: 30px;
    line-height: 70px;
    margin-bottom: 12px;
  }

  .footer-logo {
    width: 50%; /* Set the width to 50% of the footer-left */
    max-width: 235px; /* Optional: Set a maximum width to prevent it from getting too large */
    height: auto; /* Maintain aspect ratio */
  }

 /* .footer-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 55px;
    margin-left: 0%;
  }*/

  .footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
	
  .inner-content > p {
    font-size: 20px;
  }

  .recommend-wrapper {
    height: auto;
    padding: 60px 15px;
  }

  .recommended-card {
    width: 90%;
    height: auto;
    padding: 18px;
    flex-direction: column;
  }

  .recommend-img {
    width: 100%;
    height: 290px;
  }

  .recommend-content > p {
    font-size: 16px;
    margin-bottom: 13px;
  }

  .recommend-content > h5 {
    font-size: 38px;
  }

  .recommend-content {
    padding-left: 0;
    margin-bottom: 28px;
  }

  .location {
    padding: 10%;
    margin: 0%;
    grid-template-columns: 1fr; /* Change to a single column layout */
  }

  .footer-links {
    width: 100%;
    margin-left: 0px;
    margin-right: 0%;
    display: block;
    text-align: center;
  }

  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 12px;
  }
}

@media (max-width: 650px) {
  .searching {
    padding: 37px 28px;
  }

  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 12px;
  }

  .searching > div > h1 {
    font-size: 32px;
  }

  .footer-left {
    gap: 0px;
    flex-direction: column;
    width: 100%;
  }

  .timing > h6,
  .law > h6 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .inner-content > p {
    font-size: 16px;
  }

  .timing > p,
  .law > p {
    font-size: 17px;
    line-height: 26px;
  }

  .footer-logo {
    width: 50%; /* Set the width to 50% of the footer-left */
    max-width: 235px; /* Optional: Set a maximum width to prevent it from getting too large */
    height: auto; /* Maintain aspect ratio */
  }

  .footer-links > a {
    width: auto;
    font-size: 12px;
  }

  .footer-links {
    width: 100%;
    margin-left: 0px;
    margin-right: 0%;
    display: block;
    text-align: center;
  }

  .btn-wrapper > button {
    font-size: 19px;
  }

  .recommend-content > p {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .recommend-content > h5 {
    font-size: 37px;
  }

  .inspired-card > h4 {
    font-size: 22px;
  }

  .upper-content > p {
    font-size: 18px;
  }

  .card-content > h2,
  .upper-content > h3 {
    font-size: 22px;
  }

  .inspired-card {
    padding: 30px 20px;
  }

  .btn-wrapper > button {
    height: 84px;
  }

  .footer-left > p {
    width: 50%;
    text-align: center;
  }

  .location {
    padding: 10%;
    margin: 0%;
    grid-template-columns: 1fr; /* Change to a single column layout */
  }
}

@media (max-width: 40px) {
  .searching > div > p {
    font-size: 14px;
    line-height: 22px;
  }

  .recommend-content > h5 {
    width: 100%;
    font-size: 32px;
  }
}

@media (max-width: 569px) {
  .recommend-content > h5 {
    font-size: 27px;
  }
  .footer-wrapper {
    height: 390px;
  }

  .footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 290px;
  }

  .footer-logo {
    width: 100%; /* Set the width to 50% of the footer-left */
    max-width: 235px; /* Optional: Set a maximum width to prevent it from getting too large */
    height: auto; /* Maintain aspect ratio */
  }

  .footer-left > p {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }

  .footer-links {
    width: 100%;
    margin-left: 0px;
    display: block;
    text-align: center;
  }

  .footer-links > a {
    color: #fff;
    font-family: "Azo Sans Med";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    display: block; /* Make each link a block element */
  }

  .location {
    
    grid-template-columns: 1fr; /* Change to a single column layout */
    padding: auto;
  }

  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 5px;
  }
}

@media (max-width: 440px) {
  
  .footer-content {
	margin-left: 0px;
  }
}

@media (max-width: 320px) {
  .burger-menu {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
  }
  header {
    padding-left: 0%;
    padding-right: 5%;
  }

  .card-content > p {
    font-size: 12px;
  }

  .recommend-content > h5 {
    font-size: 27px;
  }
  .footer-wrapper {
    height: 450px;
  }

  .footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-left: 0px;
  }

  .footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .footer-logo {
    width: 100%; /* Set the width to 50% of the footer-left */
    max-width: 235px; /* Optional: Set a maximum width to prevent it from getting too large */
    height: auto; /* Maintain aspect ratio */
    margin-right: 30px;
  }

  .footer-left > p {
    width: 230px;
    font-size: 11px;
    padding-right: 0%;
    padding-bottom: 5%;
    margin-right: 3%;
  }
  .inspired-card-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0px;
  }

  .footer-links {
    font-size: 10px;
    margin-left: 0px;
    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: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    display: block; /* Make each link a block element */
  }

  .inner-content {
    width: 100%;
    height: 100%;
    padding-bottom: 2px;

  }

  .location {
    grid-template-columns: 1fr; /* Change to a single column layout*/
    padding: 0%;
    margin-top: 20px;
  }

  .law {
    width: 85%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 15%;
  }

  .inner-opentimes {
    display: grid;
    grid-template-columns: 1fr;
  }
  
  #searching {
    height: 200px;
    margin-bottom: 8px;
    margin-top: 5px;
  }
}