@media (max-width: 500px) {
  p {
    font-size: 1.2rem !important;
  }
  li {
    font-size: 1.09rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .newlyadded{
    font-size:3.5rem !important;
    font-weight:800;
    width:60%
    padding-bottom:2.5rem;
  }
  header {
    background-image: url("assets/Frame 427318701 (10).jpg") !important;
    height: 90vh !important;
  }
  section {
    padding: 2rem 1rem !important;
  }
  .strectcher {
    padding: 0 0rem;
  }

  .footerlists {
    flex-wrap: wrap !important;
    padding: 4rem;
    text-align: center;
    gap: 1.3rem !important;
  }
  .alignrt {
    position: relative;
    bottom: 3.3rem;
  }
  .footerlists li:hover {
    color: white;
  }
  .footerlists li:first-child {
    padding-right: 7rem;
  }
  .footerlists li:nth-child(2) {
    padding-left: 9rem;
  }

  .hidder {
    display: block !important;
  }
  .hider {
    display: none;
  }
  .diifer {
    flex-direction: column !important;
    display: flex !important;
    align-items: center;
    gap: 2rem !important;
    margin-top: 2rem;
  }

  footer h3 {
    font-size: 1.8rem !important;
  }
  .col-md-4 p {
    font-size: 0.9rem !important;
  }
}
