@media (max-width: 1150px) {
  .ds_left {
    display: none;
  }
  .ds_right {
    text-align: center;
  }
  .ds_btns {
    justify-content: center;
  }
  .ds_li {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .menus {
    opacity: 0;
    flex-direction: column;
    position: absolute;
    top: 93px;
    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: 150px;
  }
  .hero_container {
    text-align: center;
    width: 100%;
  }
  .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;
  }
  .wcu_lists {
    flex-direction: column;
  }
  .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;
  }
}
@media (max-width: 551px) {
  .hero_top_heading {
    flex-direction: column;
  }
  .heading {
    font-size: 36px;
    line-height: 38px;
  }
  .hero_btn {
    margin-top: 40px;
  }
  .logo_nav {
    width: 120px;
  }
  .ds_li {
    width: 100%;
  }
  .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;
  }
}
