/* Large Desktop */
@media (min-width: 1600px) {
  .container {
    max-width: 1480px;
  }

  .home_sec1 .artist_img {
    height: 530px;
    overflow: hidden;
  }

  .home_sec1 .artist_content h3 {
    font-size: 24px;
  }
}

/* Full HD */
@media (min-width: 1920px) {
  .container {
    max-width: 1680px;
  }

  /* section {
    padding: 120px 0;
  } */

}

/* 2K / 2560px */
@media (min-width: 2560px) {
  .container {
    max-width: 1920px;
  }
}

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

  #main_header {
    display: none;
  }


  .small h1 {
    font-size: 34px;
    margin-top: 15px;
    margin-bottom: 4px;
    color: #717e90;
    text-align: center;
  }

  .small nav {
    padding: 15px 0;
  }

  .small img {
    width: 82px;
  }

  .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: 100%;
    height: 100%;

    background: rgba(28, 28, 28, 0.889);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

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

  .small nav .sidebar>ul {
    margin-top: 120px !important;
    text-align: center;
  }

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

  }

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

  .small nav .sidebar ul>li>a {
    color: #fff;
    padding: 4px;
    font-size: 20px;
    text-transform: uppercase;
  }

  .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: var(--theme-color-second);
    border-radius: 5px;
    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;
    display: none;
  }

  .small.show .overlay {
    opacity: 1;
    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: 55px;

  }

  h2 {
    font-size: 30px;
  }



  p br {
    display: none;
  }


  section {
    padding: 50px 0;
  }


  .home_sec2 h2 {
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 1;
  }

  .event_sec1 {
    padding: 50px 0px;
  }

  .event_sec1 .event_content {
    padding: 0px 0px;
  }

  .event_sec1 .event_content h2 {
    font-size: 42px;
  }

  .event_sec1 .event_content h2 br {
    display: none;
  }

  .event_sec1 .event_content p {
    font-size: 20px;
    word-spacing: 0;
  }

  .event_sec1 form h3 {
    font-size: 42px;
  }

  .event_sec1 .event_images {
    padding: 25px 25px;
  }

  .event_sec1 .event_images {
    margin-top: 30px;
  }

  .contact_sec1 .submit_btn {
    margin-top: 4px;
  }

  .contact_sec1 .rating_box {
    margin-top: 30px;
  }

  .contact_sec1 .social_icons {
    margin-top: 20px;
  }

  .contact_sec1 .contact_form h2 {
    text-align: center;
  }

  .contact_sec1 .heading h2 {
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 1;
  }

  .contact_sec1 .contact_form h3 {
    text-align: center;
  }

  .contact_sec1 .contact_img img {
    height: auto;
  }

  .gallery_sec1 .heading h2 {
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 1;
  }

  
}


/* Small tablets */
@media (max-width: 768px) {
  .home_sec1 .artist_img {
    height: 322px;
  }

  .event_sec1 .event_content h2 {
    font-size: 36px;
  }

  .event_sec1 form h3 {
    font-size: 36px;
  }


}

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

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

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