/* Large devices */
@media (min-width: 1200px) {}


/* Tablets */
@media (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small img {
    width: 80px;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .menu-2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: var(--theme-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    left: 0;
  }

  .small nav .sidebar .mobile_logo {
    margin-top: 20px;
    margin-left: 20px;
    filter: invert(1);
  }

  .small nav .sidebar>ul {
    margin-top: 30px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0 !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 0.8;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {

    font-size: 14px;
  }

  .small nav .sidebar.show {
    left: 0;
  }


  h1 {
    font-size: 45px;

  }

  h2 {
    font-size: 35px;

  }


  p {
    font-size: 18px;
  }

  p br {
    display: none;
  }


  section {
    padding: 50px 0;
  }

  .small .hd_info {
    flex-direction: row;
    gap: 10px;
  }

  .hd_info {
    flex-direction: column;
  }

  .banner_sec {
    padding: 150px 0 460px;
    background: url(../image/banner_img_mb.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
  }

  .banner_sec .banner_big_text {
    padding-top: 40px;
  }

  .home_sec1 h2 {
    transform: translateX(0px);
  }

  .home_sec4 {
    padding: 50px 0 540px;
    background: url(../image/home_sec4_img_mb.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
  }

  .home_sec3 .heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home_sec7 .contact_info {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .home_sec7 {
    background: var(--theme-color-second) !important;

  }

  .home_sec7 .right_side_content {
    margin-top: 20px;
  }

  .home_sec7 .footer_links {
    margin-bottom: 30px;
  }

  .home_sec7 .logo_info .footer_logo img {
    width: 270px;
  }

  .home_sec7 .contact_info .mail {
    font-size: 16px;
  }

  .home_sec7 .footer_links a {
    font-size: 20px;
  }

  .home_sec7 .social_links a {
    width: 40px;
    height: 40px;
  }

  .home_sec5 {
    padding-bottom: 348px;
  }

  .inner_banner_sec {
    padding: 230px 0 30px;
  }

  .enquire_sec3 .pricing_card {
    text-align: center;
    align-items: center;
  }

  .dj_hire_sec2 {
    padding: 50px 0 540px;
    background: url(../image/dj_hire_img2_mb.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
  }

  .dj_hire_sec4 {
    padding: 50px 0 540px;
    background: url(../image/dj_hire_img5_mb.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
  }

  .home_sec3 .swiper_button {
    display: none;
  }

}


/* Small tablets */
@media (max-width: 768px) {
  .home_sec2 {
    padding: 50px 0 252px;
    background: url(../image/home_sec2_img_mb.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
  }

  /*? ====== enquire page ========  */

  .enquire_sec1 .ph_no {
    border: none;
    border-top: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    padding-inline: 0px;
  }

  .enquire_sec2 .enquiry_type {
    display: flex;
    gap: 20px;
    padding-left: 20px;
    flex-direction: column;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .banner_sec {
    padding: 165px 0 290px;
  }

  .banner_sec .banner_big_text {
    font-size: 50px;
    line-height: 1;
  }

  .home_sec4 {
    padding: 50px 0 360px;
    background-position: 0% !important;
  }

  .dj_hire_sec2 {
    padding: 50px 0 340px;
  }

  .dj_hire_sec4 {
    padding: 50px 0 340px;
  }
}

/* Small mobile */
@media (max-width: 480px) {}

/* Very small */
@media (max-width: 360px) {}