/* for top bar  */
@media (max-width: 992px) {
  .top-bar {
    display: none;
  }
  .collapse {
    display: flex;
    flex-direction: column;
    background-color: #252525;
    color: whtie;
    border-radius: 0.3rem;
    padding: 2rem 0;
  }
  .nav-link {
    color: white !important;
  }
  i.fa-solid.fa-magnifying-glass.toggleClass {
    color: white;
  }
  .block {
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-left: 0 !important;
    padding: 0;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.1rem;
  }
  h3 {
    font-size: 1.3rem;
    
  }
  .footer-menu {
   
    justify-content: center;
}
.text{
    text-align: center;
}
.footer-inner {
    margin-top: 3rem;
}
.main {
   
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
}
