@media (min-width: 1025px) and (max-width: 1280px) {
  .title-inner-wrapper-width {
    gap: 12px;
  }
  .title-style {
    font-size: 5rem;
    line-height: 1.2em;
  }
  .wrapper-container {
    padding: 0 16px;
  }
  .inner-wrapper-flex {
    padding:2rem 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;
  }
  /* .menu-box {
    padding: 0 16px;
  } */
  .footer-copy-wrapper {
    padding: 1rem;
  }
  .footer-copy-inner-wrapper-item {
    padding: 0;
  }
  .footer-copy-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .footer-copy-inner-wrapper-item .unoficial-text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .title-inner-wrapper-width {
    gap: 20px;
  }
  .wrapper-container-inner-content {
    padding: 1rem 0;
  }
  .title-style {
    font-size: 3rem;
    line-height: 1.2em;
  }
  .artist-image-header {
    min-height: 290px;
  }
  .title-style-artist {
    font-size: 2rem;
  }
  .wrapper-container {
    padding: 0 16px;
  }
  .inner-wrapper-flex {
    padding: 2rem 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;
  }
  /* .menu-box {
    padding: 0 16px;
  } */
  .footer-copy-wrapper {
    padding: 1rem;
  }
  .footer-copy-inner-wrapper-item {
    padding: 0;
  }
  .footer-copy-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .footer-copy-wrapper .unoficial-text {
    display: none;
  }
  .title-big {
    font-size: 1.5rem;
  }
  .wrapper-inner.menu-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ticket-wrapper-item {
    grid-template-columns: 2fr 4fr 2fr;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .inner-wrapper-flex {
    /* padding: 2rem 0; */
    gap: 24px;
  }
  .footer-copy-inner-wrapper-item {
    padding: 0;
  }
  .footer-copy-wrapper {
    flex-direction: column;
    gap:8px;
    padding: 1rem 0;
  }
  .title-style {
    font-size: 5rem;
  }
  .title-inner-wrapper-width {
    gap: 20px;
  }
  .list-dotted-line::before {
    top: 7.2rem;
    left: 12.4rem;
    width: 35%;
  }
  .list-dotted-line2::before {
    top: 7.2rem;
    left: 12.4rem;
    width: 35%;
  }
  .wrapper-container-inner-content {
    padding: 1rem 0;
  }
  .wrapper-spacer {
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
  .artist-image-header {
    min-height: 260px;
    max-height: 300px;
  }
  .ticket-wrapper-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .artist-item-title {
    font-size: 1rem;
  }
  .title-style-artist {
    font-size: 2rem;
  }
  .wrapper-container-inner-content {
    padding: 1rem 0;
    gap: 16px;
  }
  .title-style {
    font-size: 3rem !important;
    justify-content: center;
  }
  .title-inner-wrapper-width {
    gap: 16px;
    margin-bottom: 0;
  }
  .unoficial-wrapper {
    display: none;
  }
  .inner-wrapper-flex {
    /* padding: 2rem 0; */
    gap: 24px;
  }
  .wrapper-spacer {
    margin: 0;
  }
  .subheader-title {
    font-size: 1.8rem;
  }
  .benefit-wrapper {
    gap: 24px;
  }
  .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;
    flex-direction: column;
  }
  .footer-copy-inner-wrapper-item {
    padding: 0rem;
  }
  .footer-wrapper-links {
    gap: 12px;
  }
  .footer-copy-inner-wrapper-item img {
    width: 160px !important;
  }
  .wrapper-inner.menu-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-dotted-line::before {
    top: 8.2rem;
    left: 10.4rem;
    width: 24%;
  }
  .list-dotted-line2::before {
    top: 8.2rem;
    left: 10.4rem;
    width: 24%;
  }
  .footer-copy-inner-wrapper-item .unoficial-text {
    display: block;
  }
  .svg-fill-desktop {
    width: 600px;
  }
  .menu-button {
    display: flex;
  }
  .menu-wrapper{
    order: 1;
  }
  .menu-bar-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    max-width: 635px;
    margin: 0 auto;
  }
  .menu-wrapper nav .menu-container{
    display: none;
    -webkit-animation: menuNavNoselected 0.15s ease-in;
    -moz-animation: menuNavNoselected 0.15s ease-in;
    -o-animation: menuNavNoselected 0.15s ease-in;
    animation: menuNavNoselected 0.15s ease-in;
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .menu-wrapper nav .menu-container.selected {
    -webkit-animation: menuNavselected 0.15s ease-in;
    -moz-animation: menuNavselected 0.15s ease-in;
    -o-animation: menuNavselected 0.15s ease-in;
    animation: menuNavselected 0.15s ease-in;
    display: block;
    width: 100%;
  }
  @keyframes menuNavselected {
    from {
      width: 0%;
    }
  
    to {
      width: 100%;
    }
  }
  @keyframes menuNavNoselected {
    from {
      display: block;
      width: 100%;
    }
  
    to {
      width: 0%;
    }
  }
  .menu-mobile-logo {
    display: block;
  }
  .menu-list-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin-top: 4rem;
    gap: 36px;
  }
  .menu-container a {
    font-size: 1.2rem;
  }
}
@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: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
  .menu-container {
    gap: 8px;
  }
  .title-inner-wrapper-width {
    gap:0;
  }
  .title-style {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
  .inner-wrapper-flex {
    padding: 0 0 2rem 0;
    gap: 24px;
  }
  .benefit-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .subheader-title {
    font-size: 1.8rem;
  }
  .list-dotted-line::before, .list-dotted-line2::before {
    display: none;
  }
  .benefit-column-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 1rem 0;
  }
  .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;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 1rem 0;
  }
  .footer-copy-inner-wrapper-item {
    padding: 0;
  }
  .footer-wrapper-links {
    justify-content: center;
    gap: 16px;
  }
  .showcase-wrapper {
    gap: 24px;
  }
  .showcase-text {
    font-size: 1rem;
  }
  .little-title, .benefit-text {
    text-align: center;
  }
  .title-container {
    padding: 0 1rem;
  }
  .showcase-wrapper .btn-wrapper-hero {
    display: block;
    margin-top: 24px;
  }
  .contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .app-links-wrapper {
    justify-content: center;
  }
  .contact-hero-header {
    min-height: 300px;
  }
  .big-text {
    font-size: 1.6rem;
  }
  .wrapper-container {
    padding: 0;
  }
  .wrapper-container {
    max-width: 340px;
  }
  .title-big {
    font-size: 1.1rem;
  }
  .btn-wrapper-hero {
    display: none;
  }
  .artist-image-header {
    min-height: 175px;
  }
  .tagline-text {
    display: block;
  }
  .ticket-button-wrapper {
    width: 100%;
  }
  .ticket-list-wrapper {
    padding: 8px;
  }
  .ticket-wrapper-item {
    gap: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ticket-place-wrapper {
    align-items: center;
  }
  .wrapper-menu-absolute {
    position: relative;
    background-color: #000000;
  }
  .title-container {
    justify-content: flex-start;
    padding-top: 18px;
  }
  .unoficial-wrapper {
    display: none;
  }
  .hero-wrapper-container {
    padding: 16px;
  }
  .wrapper-container-inner-content {
    gap: 8px;
    padding: 1rem 0;
  }
  .hidden-br {
    display: block;
  }
  .hidden-line {
    display: none;
  }
  .footer-copy-inner-wrapper-item .unoficial-text {
    display: block;
  }
  .artist-wrapper-container {
    flex-direction: column;
  }
  .title-style-artist {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
  .vertical-spacer {
    padding: 2rem 0;
  }
  .svg-fill-desktop {
    display: none;
  }
  .svg-fill-mobile {
    display: block;
    width: 100%;
  }
  .menu-button {
    display: flex;
  }
  .menu-wrapper{
    order: 1;
  }
  .menu-bar-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    max-width: 340px;
    margin: 0 auto;
  }
  .menu-wrapper nav .menu-container{
    display: none;
    -webkit-animation: menuNavNoselected 0.15s ease-in;
    -moz-animation: menuNavNoselected 0.15s ease-in;
    -o-animation: menuNavNoselected 0.15s ease-in;
    animation: menuNavNoselected 0.15s ease-in;
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .menu-wrapper nav .menu-container.selected {
    -webkit-animation: menuNavselected 0.15s ease-in;
    -moz-animation: menuNavselected 0.15s ease-in;
    -o-animation: menuNavselected 0.15s ease-in;
    animation: menuNavselected 0.15s ease-in;
    display: block;
    width: 100%;
  }
  @keyframes menuNavselected {
    from {
      width: 0%;
    }
  
    to {
      width: 100%;
    }
  }
  @keyframes menuNavNoselected {
    from {
      display: block;
      width: 100%;
    }
  
    to {
      width: 0%;
    }
  }
  .menu-mobile-logo {
    display: block;
  }
  .menu-list-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin-top: 4rem;
    gap: 36px;
  }
  .menu-container a {
    font-size: 1.2rem;
  }
}

/* @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) {
} */


