@media (min-width: 1025px) and (max-width: 1280px) {
  .title-inner-wrapper-width {
    gap: 40px;
  }
  .title-style {
    font-size: 2.4rem;
    line-height: 1.2em;
  }
  /* .wrapper-container {
    padding: 0;
  } */
  .inner-wrapper-flex {
    padding: 0;
    gap: 24px;
  }
  .benefit-wrapper {
    gap: 24px;
    padding: 0;
  }
  .event-wrapper {
    gap: 8px;
  }
  .list-dotted-line::before {
    top: 5.2rem;
    left: 11.8rem;
    width: 25%;
  }
  .list-dotted-line2::before {
    top: 5.2rem;
    left: 11.8rem;
    width: 25%;
  }
  .benefit-column-wrapper {
    padding: 0 16px;
  }
  .little-title {
    font-size: 1.4rem;
  }
  .footer-copy-wrapper {
    padding: 1rem;
  }
  .footer-copy-inner-wrapper-item {
    padding: 0;
  }
  .footer-copy-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .space-top-bottom {
    padding: 2rem 0;
  }
  .event-title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .title-inner-wrapper-width {
    gap: 40px;
  }
  .title-style {
    font-size: 2.4rem;
    line-height: 1.2em;
  }

  .inner-wrapper-flex {
    padding: 0;
    gap: 24px;
  }
  .benefit-wrapper {
    gap: 24px;
    padding: 16px;
  }
  .list-dotted-line::before {
    top: 5.2rem;
    left: 11.8rem;
    width: 25%;
  }
  .list-dotted-line2::before {
    top: 5.2rem;
    left: 11.8rem;
    width: 25%;
  }
  .benefit-column-wrapper {
    padding: 0 16px;
  }
  .little-title {
    font-size: 1.4rem;
  }
  .footer-copy-wrapper {
    padding: 1rem;
  }
  .footer-copy-inner-wrapper-item {
    padding: 0;
  }
  .footer-copy-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .wrapper-inner-grid-title {
    grid-template-columns: 2fr 1fr;
  }
  .wrapper-inner.menu-box {
    grid-template-columns: 1fr 2fr;
  }
  .menu-container {
    gap: 8px;
  }
  .benefit-list-wrapper {
    flex-direction: column;
  }
  .list-wrapper-item-text {
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  .event-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .space-top-bottom {
    padding: 2rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .inner-wrapper-flex {
    padding: 2rem 0;
    gap: 24px;
  }
  .footer-copy-wrapper {
    grid-template-columns: 0.5fr 1fr;
  }
  .title-style {
    font-size: 2.5rem;
  }
  .title-inner-wrapper-width {
    gap: 40px;
  }
  .list-dotted-line::before {
    top: 7.2rem;
    left: 12.4rem;
    width: 35%;
  }
  .list-dotted-line2::before {
    top: 7.2rem;
    left: 12.4rem;
    width: 35%;
  }
}
@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
  .artist-image-header {
    min-height: 400px;
    max-height: 400px;
  }
  .title-style {
    font-size: 2rem !important;
    justify-content: center;
  }
  .inner-wrapper-flex {
    padding: 1rem 0;
    gap: 24px;
  }
  .subheader-title {
    font-size: 1.8rem;
  }
  .benefit-wrapper {
    gap: 8px;
  }
  .little-title {
    font-size: 1.3rem;
  }
  .header-subtitle {
    font-size: 1.8rem;
  }
  .footer-copy-wrapper {
    grid-gap: 4px;
    grid-template-columns: 1fr 2fr;
    padding: 1rem 0;
  }
  .footer-copy-inner-wrapper-item {
    padding: 0rem;
  }
  .footer-wrapper-links {
    gap: 12px;
  }
  .footer-copy-inner-wrapper-item img {
    width: 160px !important;
    height: auto !important;
  }
  .wrapper-inner.menu-box {
    grid-template-columns: 1fr 2fr;
    gap: 0;
  }
  .list-dotted-line::before {
    top: 8.2rem;
    left: 10.4rem;
    width: 24%;
  }
  .list-dotted-line2::before {
    top: 8.2rem;
    left: 10.4rem;
    width: 24%;
  }
  .menu-wrapper {
    display: none;
  }
  .wrapper-inner-grid-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
  .generic-image-header {
    min-height: 50vh;
    max-height: 50vh;
  }
  .grid-wrapper {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
  }
  .event-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .benefit-list-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .list-wrapper-item-text {
    align-items: center;
  }
  .list-wrapper-item {
    padding: 0rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {

}
@media (min-width: 320px) and (max-width: 480px) {
  .wrapper-inner.menu-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .menu-container {
    gap: 8px;
  }
  .title-inner-wrapper-width {
    gap: 24px;
    margin-bottom: 32px;
  }
  .title-wrapper-inner {
    gap: 16px;
  }
  .title-style {
    font-size: 1.5rem;
    line-height: 1.2em;
    max-width: 300px;
    text-align: center;
  }
  .inner-wrapper-flex {
    padding: 0;
    gap: 24px;
  }
  .benefit-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .subheader-title {
    max-width: 321px;
    font-size: 1.5rem;
  }
  .list-dotted-line::before, .list-dotted-line2::before {
    display: none;
  }
  .benefit-column-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 1rem 0;
  }
  .benefit-text {
    font-size: 1rem;
  }
  .little-title {
    font-size: 1.3rem;
  }
  .benefit-img-wrapper img {
    max-width: 250px;
  }
  .second {
    order: 2;
  }
  .first {
    order: 1;
  }
  .header-subtitle {
    font-size: 1.8rem;
    text-align: center;
  }
  .btn-wrapper-hero {
    flex-direction: column;
    gap: 16px;
  }
  .btn-showcase {
    width: 100%;
  }
  .footer-copy-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
  }
  .footer-copy-inner-wrapper-item {
    padding: 0;
  }
  .footer-wrapper-links {
    justify-content: center;
    gap: 8px;
  }
  .showcase-text {
    font-size: 1.25rem;
  }
  .little-title, .benefit-text {
    text-align: center;
  }
  .title-container {
    background-color: rgba(0,0,0,0.5);
    padding: 0 1rem;
  }
  .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .app-links-wrapper {
    justify-content: center;
  }
  .contact-hero-header {
    min-height: 170px;
  }
  .big-text {
    font-size: 1.4rem;
  }
  .menu-wrapper {
    display: none;
  }
  /* .wrapper-container {
    padding: 0;
  } */
  /* .wrapper-container {
    max-width: 320px;
  } */
  .artist-image-header {
    background-position: top;
  }
  .bigger {
    font-size: 1.2rem;
  }
  .contact-text {
    font-size: 1rem;
  }
  .contact-icons {
    max-width: 80px;
    height: auto !important;
  }
  .list-wrapper-item {
    padding: 0;
  }
  .artist-image-header {
    min-height: 30vh;
    background-size: cover;
  } 
  .wrapper-inner-grid-title {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .grid-wrapper {
    padding-top: 2rem;
  }
  #contact {
    padding: 0 !important;
  }
  .space-top-bottom {
    padding: 2rem 0;
  }
  .benefit-list-wrapper {
    flex-direction: column;
  }
  .list-wrapper-item-text {
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .event-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .info-text {
    font-size: 0.875rem;
  }
  .event-box {
    border: #e21776 2px solid;
  }
  .light-text {
    font-size: 1rem;
  }
}

/* @media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and ( min--moz-device-pixel-ratio: 2),only screen and ( -o-min-device-pixel-ratio: 2/1),only screen and ( min-device-pixel-ratio: 2),only screen and ( min-resolution: 192dpi),only screen and ( min-resolution: 2dppx) {
} */


