@media (max-width: 991px) {
  .menus {
    opacity: 0;
    flex-direction: column;
    position: absolute;
    top: 76px;
    right: 0;
    background: white;
    width: 100%;
    height: 0;
    text-align: center;
    padding: 20px 0;
    gap: 20px;
  }

  .menus.active {
    opacity: 100%;
    height: 275px;
    z-index: 10;
  }

  .hamburger {
    display: block;
  }

  .menu_btn {
    width: 80%;
    justify-content: center;
    margin: 10px auto;
  }
  .logo_nav {
    width: 80px;
  }
  .hero_container {
    text-align: center;
    width: 100%;
    flex-direction: column;
  }
  .hero_top_heading {
    justify-content: center;
  }
  .heading {
    font-size: 50px;
    line-height: 52px;
  }
  .hero_section {
    padding: 50px 0;
  }
  .hero_desc {
    font-size: 18px;
  }
  .hero_btn {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    font-size: 16px;
    position: initial;
    transform: none;
  }
  .wcu_lists {
    flex-direction: column;
  }
  .wcu {
   border: none !important;
   background-color: var(--white);
  }
  .wcu_li {
    text-align: center;
    padding: 20px;
  }
  .wcu_section {
    padding: 50px 0;
  }
  .gallery_container {
    flex-direction: column;
    gap: 0;
  }
  .gallery_left {
    width: 100%;
    text-align: center;
  }
  .sbuttons {
    justify-content: center;
  }
  .gallery_section {
    padding: 50px 0;
  }
  .contact_container {
    flex-direction: column-reverse;
  }
  .contact_left {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact_section {
    padding: 50px 0;
    text-align: center;
  }
  address {
    text-align: start;
  }
  .footer_container {
    flex-direction:column;
    text-align: center;
  }
  footer {
    padding: 40px 0;
  }
  .footer-socials {
    flex-direction: row;
  }
  .hero_container {
    padding: 0;
  }
  .header-socials {
    flex-direction: row;
    left: 50%;
    bottom: 0;
    top: auto;
    border-radius: 5px 5px 0 0;
    
  }
  .wcu_section {
    margin-top: 0;
  }
  
  .ds-ul {
    margin-top: 20px;
  }
  .ds-li {
    width: calc(50% - 10px);
  }
  .footer-socials {
    justify-content: center;
  }
  .hero_right {
   position: initial;
   transform: none;
   max-width: none;
   padding: 20px;

  }
  .wcu_container {
    flex-direction: column;
  
  }
.wcu_section {
  text-align: center;
}
.wcu_ul {
  gap:20px
}
.ch {
  display: block;
}
}
@media (max-width: 551px) {
  .hero_top_heading {
    flex-direction: column;
  }
  .gallery_left {
    flex-direction: column;
  }
  .heading {
    font-size: 36px;
    line-height: 38px;
  }
  .hero_btn {
    margin-top: 40px;
  }
  .logo_nav {
    width: 60px;
  }

  .input-field {
    width: 100%;
  }
  .btn-primary {
    padding: 15px;
    font-size: 16px;
  }
  .address_container {
    flex-direction: column;
  }
  address {
    text-align: center;
  }
  .desc_container .desc {
    text-align: center;
  }
  .ds-li {
    width: 100%;
  }
  .gallery_section .heading {
    text-align: center;
  }
  address {
    flex-direction: column;
    font-size: 14px;
    padding: 10px;
  }
  .topbar_container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #currentDateTime {
    text-align: center;
  }
  .wcu {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
