a {
  text-decoration: none;
  color: var(--silver);
}

/* Main Cards and center css */
.all-movie-cards {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.post {
  /* border: 2px solid red; */
  margin: 8px 5px;
  max-width: 15.5%;
  background-color: var(--page-color);
  border-radius: 22px;
}
.post a {
  cursor: pointer;
}
.quick_link_div {
  margin: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.quick_link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  height: 40px;
  padding: 10px;
  border-radius: 20%;
  padding-left: 20px;
  padding-right: 20px;
}

.movie-thumbnail {
  /* border: 2px solid yellow; */
  width: 100%;
  position: relative;
}

.movie-thumbnail img {
  width: 100%;
  height: 400px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  opacity: 1;
  filter: alpha(opacity=40);
  transition: all 0.3s linear;
}

.movie-thumbnail img:hover {
  opacity: 0.7;
  filter: alpha(opacity=100);
}

.movie-title {
  width: 100%;
  text-align: center;
  padding: 10px 8px 25px 8px;
}

.movie-title {
  font-size: 17px;
}

.movie-title a {
  text-decoration: none;
  color: var(--white);
  transition: all 0.3s linear;
}

.movie-title a:hover {
  color: var(--default-fg-color);
}

.pagination-div {
  padding: 20px 0;
  background-color: var(--page-color);
  border-radius: 8px;
  margin-top: 18px;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination a {
  color: var(--white);
  margin: 5px 5px;
  text-decoration: none;
  background-color: var(--medium-dark);
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 1.4rem;
  transition: 0.3s linear;
}

.current {
  margin: 5px 5px;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 1.4rem;
}

.pagination .dot {
  color: var(--white);
  margin: 5px 5px;
  text-decoration: none;
  background-color: var(--medium-dark);
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 1.4rem;
  transition: 0.3s linear;
}

.pagination a:hover {
  color: var(--default-fg-color);
  background-color: var(--dark-gray);
}

.current {
  color: white !important;
  background-color: var(--default-bg-hover) !important;
}

.footer-first-section {
  /*margin: 10px 0 0 0 !important;*/
  /*border-top: 1px solid var(--silver);*/
}

#category {
  color: white;
  font-size: 2rem;
  margin: 50px 0 0 30px;
}

.horizontal-line {
  margin: 30px auto !important;
  width: 100%;
}

.category-inner {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}

#real-category {
  color: var(--default-bg-color);
  font-weight: bold;
  transition: 0.3s linear;
}

#real-category:hover {
  color: var(--default-bg-hover);
}

#category-overview {
  color: var(--gray-color);
  margin: 10px 20px 10px 20px;
  padding: 20px;
  font-family: Poppins, serif;
  background-color: var(--dark-slate-gray);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s linear;
  overflow: hidden;
}

#category-overview:hover {
  background-color: #161616;
}

.site-overview {
  overflow-wrap: break-word;
  /*border-top: 1px solid var(--silver);*/
  color: white;
  padding: 30px;
  border: 2px solid #ff0099;
  border-radius: 5px;
}

.site-overview-parent {
  background-color: var(--page-color);
  padding: 0 20px;
}

.site-overview h2 {
  font-size: 1.8rem;
  color: white;
}

.site-overview h2 a {
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s linear;
}
.site-overview h3 {
  font-size: 1.8rem;
  color: white;
}

.site-overview h3 a {
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s linear;
}

.site-overview p {
  margin: 15px 0;
  color: #e7e7e7;
  font-size: 1.1rem;
  font-family: "Poppins", serif;
}

.site-overview p a {
  color: #ff7e7e !important;
  font-weight: bold;
  font-size: 1.2rem;
  transition: 0.3s linear;
}

.site-overview a {
  color: #ff7e7e !important;
}

.site-overview a:hover {
  color: #f55e5e !important;
}

.site-overview p strong {
  color: #80d3ff !important;
  font-weight: bold;
}

.developer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  flex-direction: row;
}

.developer h3 {
  font-size: 1.4rem;
}

.developer-span {
  /*color: #ff4c4c;*/
  color: var(--default-fg-color);
}

.name-span {
  display: inline-block;
  font-weight: bold;
  background-image: linear-gradient(to right, #00e9c6, #d787ff, #5de0ff, #ff0202);
  -webkit-background-clip: text;
  color: transparent;
  animation: animateText 3s linear infinite;
  background-size: 200% auto;
}

#developer {
  /*color: #ffc469;*/
  color: #b4e3ff;
  max-width: 800px;
  width: 800px;
  padding: 8px 30px 8px 15px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  border-radius: 3px;
  background-color: #2e2e2e;
  text-align: center;
  box-shadow: 0 0 3px rgb(0 239 200);
  position: relative;
}

.remove-developer {
  position: absolute;
  top: -4px;
  right: 8px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  transition: 0.3s linear;
}

.remove-developer:hover {
  color: var(--default-fg-color);
}

#developer a {
  color: #ff6767;
  transition: 0.3s linear;
  font-weight: bold;
}

#developer a:hover {
  color: var(--default-fg-color);
}

.developer-div {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#abt-me {
  margin-top: 28px;
}

.hire-me {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.hire-me h4 {
  color: #80d3ff;
  font-size: 1.3rem;
}

.hire-me h4 a {
  color: #ff7e7e;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s linear;
}

.hire-me h4 a:hover {
  color: var(--default-fg-color);
}

@keyframes animateText {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media screen and (max-width: 9500px) {
  .post {
    max-width: 16%;
  }

  .movie-title a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1670px) {
  .movie-title a {
    font-size: 1.2rem;
  }
  .movie-thumbnail img {
    height: 360px;
  }
}
@media screen and (max-width: 1670px) {
  .post {
    max-width: 19%;
  }
}

@media screen and (max-width: 1488px) {
  .movie-thumbnail img {
    height: 340px;
  }
}

@media screen and (max-width: 1380px) {
  .post {
    max-width: 19.1%;
  }
}

@media screen and (max-width: 1250px) {
  .movie-thumbnail img {
    height: 320px;
  }
}

@media screen and (max-width: 1180px) {
  .post {
    max-width: 23.7%;
  }
}

@media screen and (max-width: 1077px) {
  .movie-thumbnail img {
    /*height: 320px;*/
  }
}

@media screen and (max-width: 900px) {
  .post {
    max-width: 31%;
  }
}

@media screen and (max-width: 780px) {
  .movie-thumbnail img {
    height: 280px;
  }

  .movie-title a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 740px) {
  .movie-thumbnail img {
    height: 270px;
  }
}

@media screen and (max-width: 700px) {
  .movie-thumbnail img {
    height: 260px;
  }
}

@media screen and (max-width: 540px) {
  .post {
    max-width: 45%;
  }

  .movie-thumbnail img {
    height: 320px;
  }

  .movie-title a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  /*.movie-thumbnail img {*/
  /*    height: 280px;*/
  /*}*/
  .developer h3 {
    font-size: 1.1rem;
  }

  .hire-me h4 {
    font-size: 1.1rem;
  }

  .hire-me h4 a {
    font-size: 16px;
  }

  .site-overview-parent {
    padding: 0 8px;
  }

  .movie-title a {
    font-size: 1.1rem;
  }

  .site-overview {
    padding: 20px 10px;
  }

  .site-overview h3 {
    text-align: center;
  }

  .site-overview p {
    font-size: 1rem;
  }

  #category {
    margin: 50px 0 0 10px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  .movie-thumbnail img {
    height: 270px;
  }

  .movie-title a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 460px) {
  .movie-thumbnail img {
    height: 240px;
  }

  .movie-title a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 450px) {
  .movie-thumbnail img {
    height: 250px;
  }

  .movie-title a {
    font-size: 1rem;
  }

  .name-span-parent {
    display: block;
  }

  .hire-me h4 {
    text-align: center;
    margin-bottom: 10px;
  }

  .hire-me h4 .other-span {
    display: block;
  }
}

@media screen and (max-width: 370px) {
  .post {
    max-width: 47%;
    margin: 8px 4px !important;
    border-radius: 13px;
  }

  .movie-thumbnail img {
    height: 220px;
    font-size: 1.1rem;
  }

  #developer {
    font-size: 0.9rem;
  }

  .movie-title a {
    font-size: 15px;
    padding: 10px 2px 20px 2px;
  }

  .movie-title {
    line-height: 18px;
  }

  .site-overview h3 {
    font-size: 1.5rem;
  }

  .developer h3 {
    font-size: 1rem;
  }

  .site-overview p {
    font-size: 15px;
  }

  .site-overview p a {
    font-size: 16px;
  }

  .hire-me h4 {
    font-size: 16px;
  }
  .hire-me h4 a {
    font-size: 14px;
  }
}

@media screen and (max-width: 300px) {
  .movie-thumbnail img {
    height: 180px;
  }
}

@media screen and (max-width: 270px) {
  .post {
    max-width: 90%;
  }

  .movie-thumbnail img {
    height: 290px;
  }
}

