
@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  /* navbar css for mobile start */
  .boxes{
    flex-direction: column;
  }
  .nav-toggler {
    display: block;
  }
  .site-navbar {
    min-height: 60px;
  }
  .site-navbar ul {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 80px;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.901);
    max-height: 0;
    overflow: hidden;
    transition: 0.8s ease-in-out;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 25px;
    color: white;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
  }
  .site-navbar ul li a:hover {
 color: #ef661e;
 background-color: #ffffff;
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }
  .carouselImg{
    height: 40vh;
    object-fit: fill;
  }
  /* navbar css for mobile end */
}
@media (max-width:569px){
  .section-title h3{
    width: 100%;
    font-size: 30px;
  }
  .section-title h2{
    font-size: 30px;
  }
  .boxes p{
    width: 100%;
  }
  .aboutUsImage{
    width: 350px;
  }
}