/* Responsive Css */

@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
  p,
  .footer-desc {
    font-size: 16px;
  }
  .navbar-brand {
    max-width: 150px;
  }
  .card-img {
    overflow: hidden;
    height: 360px;
}
}
@media (min-width: 1024px) {
  .carousel-caption h1 {
    font-size: 62px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  p,
  .footer-desc {
    font-size: 14px;
  }
  .navbar-brand {
    max-width: 130px;
  }
  .carousel-caption {
    max-width: 385px;
  }
  .footer {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
  }
  p,
  .footer-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .navbar-brand {
    max-width: 130px;
  }
  .carousel-caption {
    max-width: 385px;
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 18px;
    line-height: 35px;
  }
}
@media (max-width: 450px) {
  .slider-img {
    min-height: 510px;
  }
  .hero-btn {
    margin-bottom: 12px;
    width: 100%;
  }
  .navbar-brand {
    max-width: 110px;
  }
  .poster {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-nav .nav-item .nav-link {
    border-bottom: 2px solid rgb(255, 255, 255);
  }
  .nav-link:hover {
    border-bottom: 2px solid black !important;
  }
}
@media (max-width: 768px) {
  .navbar-nav .nav-item {
    margin: 12px 0px;
  }
  .navbar-collapse {
    margin-top: 30px;
  }
  .contact-info-boxes {
    padding: 12px;
    margin: 15px 10px;
    width: 180px;
    height: 150px;
    font-size: 14px;
  }
  .contact-info-boxes i {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .contact-wrapper h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .contact-wrapper p {
    font-size: 12px;
    line-height: 16px;
  }
  .address-wrapper i {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .zigzag-second,
  .zigzag-fourth {
    flex-direction: column-reverse !important;
  }
  .zigzag-second-wrapper,
  .zigzag-fourth-wrapper {
    margin: 30px 0;
  }
  .footer {
    margin-top: 30px;
  }

  /* Category Page */
  .poster {
    height: 25vh;
  }
}

@media (max-width: 540px) {
  .card-img {
    height: auto;
  }
  .gallery-card .card-body h6 {
    font-size: 20px;
    line-height: 25px;
  }
  .gallery-card .card-body p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 425px) {
  /* .card-img {
    height: 240px;
  } */
  .gallery-card .card-body h6 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 22px;
  }
  .gallery-card .card-body p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .gallery-card .card-body h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .gallery-card .card-body p {
    font-size: 12px;
    line-height: 16px;
  }
  /* .card-img {
    height: 210px;
  } */
}
@media (max-width: 320px) {
  .gallery-card .card-body h6 {
    font-size: 12px;
    line-height: 20px;
  }
  .gallery-card .card-body p {
    font-size: 12px;
    line-height: 14px;
  }
}
