/* =======================================
   Responsive Design (Max Width Queries)
======================================= */

@media (max-width: 1200px) {
  .about .about-img-wrapper .img-wrapper,
  .services .service-item .img-wrapper {
    width: 100%;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 28px;
  }
  .py {
    padding: 80px 0;
  }
  .about .about-img-wrapper .img-wrapper {
    width: 100%;
  }
  .banner .banner-1,
  .banner .banner-2,
  .banner .banner-3 {
    height: 70vh;
  }
  .poster-1 form .rent-item {
    flex-direction: column;
    border-radius: 30px;
  }
  .poster-1 form select,
  .poster-1 .rent-item a {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 768px) {
  .header-nav nav ul {
    flex-direction: column;
    background-color: var(--bg-dark);
    padding: 20px;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
  }
  .header-nav.active nav ul {
    display: flex;
  }
  .header-nav {
    flex-direction: column;
  }
  .about .about-title,
  .about .about-img-wrapper {
    text-align: center;
  }
  .product .img-cnt h5,
  .product .img-cnt p {
    font-size: 16px;
  }
  .product .img-cnt ul li {
    font-size: 12px;
  }
  .banner .banner-viewd,
  .banner .banner-rentn,
  .about .banner-viewd {
    font-size: 13px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
  .poster-1 form .rent-item {
    padding: 10px;
  }
  .product .img-cnt {
    padding: 10px;
  }
  .about .about-cnt p {
    font-size: 12px;
  }
  .about .about-cnt span {
    padding: 6px 10px;
    font-size: 12px;
  }
  .catagory .img-wrapper h5 {
    font-size: 16px;
  }
}
