@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
    overflow: hidden;
  }
  
  .hero_area img {
    max-width: 100%;
    height: auto;
  }


  .custom_nav-container .navbar-nav {
    padding-top: 15px;
padding-left: 0;
    align-items: center;
  }

  .user_option{
    justify-content: center;
    margin-top: 15px;
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .carousel-indicators {
    margin-top: 45px;
  }

  .offer_section .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .offer_section .box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {

  .about_section .detail-box,
  .book_section .form_container {
    margin-bottom: 45px;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .offer_section .box {
    flex-direction: row;
    text-align: left;
  }

  .offer_section .box .img-box {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 430px) {
  .user_option {
    display: none;
  }
  .offer_section .box {
    flex-direction: column;
    text-align: center;
  }

  .offer_section .box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .food_section .filters_menu li {
    padding:7px 18px;
  }

  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

}

@media (max-width: 376px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .food_section .filters_menu li {
    padding:7px 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}


@media (min-width:576px) and (max-width:991px) {
  .rent_solution_container .col-md-4.col-sm-6 {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 75%; 
    background-color: #000;
    z-index: 1000;
    padding: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1); 
    opacity: 0.8;
    transition: none;
  }

  .navbar-nav {
    flex-grow: 1;
    margin-bottom: 15px; 
  }

  .navbar-toggler {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .navbar-toggler-icon {
    background-color: #333;
  }

  .nav-link {
    color: #333;
  }
}