@media only screen and (max-width: 1200px) {
  /* about section */
  .highlight-common {
    height: 200px;
    width: 200px;
    margin: 15px 10px;
  }

  .main-highlight {
    width: 250px;
    aspect-ratio: 1/1;
  }

  .common-small-card > span {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 820px) {
  .nav-right {
    display: none;
  }

  .hamburger-container {
    display: inline;
    align-items: center;
    justify-content: center;
  }

  .hero-btn-common {
    padding: 5px 20px;
    font-size: small;
  }

  .timer-container { 
    font-size: small;
  }

  .timer-count-common {
    padding: 15px;
    margin: 5px;
  }

  .qr-container {
    padding: 0px 16px 0px 16px;
  }

  .about-cards {
    flex-direction: column;
  }
  .highlight-common {
    width: clamp(150px, 80vw, 500px);
  }

  /* contact us section */
  .contact-container {
    padding-top: 10vh;
  }
  /*contact section parent div*/
  .container-contact {
    display: flex;
    flex-direction: column;
  }

  .events-wave-svg {
    /* border: 2px solid red; */
    position: absolute;
    bottom: 0;
    width: 100%;
    /* transform: translateX(-1px); */
  }
}
