@media screen and (max-width: 768px) {
  .logo-class h3 {
    display: none;
  }

  .headline {
    min-height: 700px;
  }

  .text {
    text-transform: uppercase;
  }

  .logo {
    width: 5.2rem;
  }

  .nav-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 30px;
    display: block;
  }

  .open-btn {
    position: fixed;
    top: 10px;
    left: 10px;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
  }

  .nav.visible {
    transform: translateX(0);
  }

  .nav-black {
    background-color: rgb(34, 31, 31);
    width: 60%;
    max-width: 480px;
    min-width: 320px;
    transition-delay: 0.4s;
  }

  .nav-black.visible {
    transition-delay: 0s;
  }

  .nav-red {
    background-color: #ec5242;
    width: 95%;
    transition-delay: 0.2s;
  }

  .nav-red.visible {
    transition-delay: 0.2s;
  }

  .nav-white {
    background-color: #fff;
    width: 95%;
    padding: 40px;
    position: relative;
    transition-delay: 0s;
  }

  .nav-white.visible {
    transition-delay: 0.4s;
  }

  .close-btn {
    opacity: 0.3;
    position: absolute;
    top: 40px;
    right: 30px;
  }

  .list {
    list-style-type: none;
    padding: 0;
  }

  .list li {
    margin: 20px 0;
  }

  .list li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .list ul {
    list-style-type: none;
    padding-left: 20px;
  }

  .header {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 4.8rem;
    padding: 0 2.4rem;
  }

  .program-link {
    display: none;
  }

  .tool-bar {
    display: none;
  }

  .artist:nth-child(3),
  .artist:nth-child(4),
  .artist:nth-child(5),
  .artist:nth-child(6) {
    display: none;
  }

  .footer,
  .footer-container-1 {
    gap: 0.8rem;
  }

  .footer p,
  h2 {
    font-size: 0.8rem;
  }

  #Logo-history img {
    width: 35%;
  }
}

@media screen and (min-width: 768px) {
  .logo-class {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
  }

  .concert-duration {
    font-size: 2.5rem;
  }

  .attendingArtists {
    margin-bottom: 80px;
  }

  #headline.about {
    background-image: url("assets/img/backgrond-destok-headline.png");
  }

  .headline-subtitle {
    font-size: 1.25rem;
    max-width: 700px;
    padding: 24px 36px 24px 36px;
  }

  .content-description.about {
    max-width: none;
    align-items: center;
    margin-left: 0;
  }

  /* Past History / List Of Summits : About.html  */

  .list-summits {
    width: 70%;
    flex-direction: row;
    justify-content: center;
  }

  .summit {
    width: 45%;
    min-width: 310px;
    min-height: 180px;
    overflow: hidden;
  }

  .summit:first-child {
    margin-right: 30px;
  }

  /* Ticket Page */
  .pricing {
    padding-top: 150px;
  }

  .step {
    flex-direction: row;
    width: auto;
    border-radius: 30px;
  }

  .legend {
    padding: 8px 16px 16px 16px;
  }

  .legend li {
    flex-direction: row;
    margin-right: 12px;
    margin-left: 12px;
  }

  /* Table */
  .table-desktop-prices {
    grid-template-columns: 1fr;
  }

  thead {
    height: 80px;
  }

  thead tr {
    display: flex;
    flex-direction: row;
  }

  tbody {
    height: 330px;
  }

  tbody tr {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  tbody td {
    height: 100%;
  }

  th {
    width: 25%;
    border-bottom: none;
  }

  th:nth-child(3) {
    width: 50%;
    height: 80px;
  }

  tbody tr :last-child {
    border-bottom: 1px solid var(--color-tertiar);
  }

  .btn-down {
    margin-top: 150px;
  }

  /* Lunch Section */
  .table-menu tbody {
    height: 160px;
  }

  /* Day Section */
  .schedule {
    padding-top: 150px;
  }

  /* Event Section */

  .legend li i {
    margin-right: 8px;
  }

  .list-event {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .calendar .row .event {
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    cursor: default;
  }

  .event-description {
    display: flex;
    height: 100%;
    padding-left: 10px;
    overflow: hidden;
    text-align: start;
  }

  .event-subdetail {
    display: flex;
    text-align: center;
    overflow: hidden;
    margin-top: 12px;
  }

  .event-localisation {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
  }

  .concert-location {
    font-size: 2.8rem;
  }

  .content-description {
    margin-left: 10vw;
    max-width: 750px;
    align-items: flex-start;
  }

  .concert-info {
    font-size: 1.25rem;
    max-width: 700px;
    padding: 24px 36px 24px 36px;
  }

  .content-background {
    align-items: flex-start;
  }

  .headline-titles {
    margin-left: 12.2vw;
  }

  .headline-titles span {
    font-size: 2rem;
  }

  .headline-titles h2 {
    font-size: 2.6rem;
  }

  .content-background .headline-titles.about h2 {
    text-align: center;
    font-size: 3.8rem;
  }

  .nav-btn {
    display: none;
  }

  .details-text {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }

  .artist {
    width: 45%;
    max-width: 600px;
  }

  .artistdetails {
    width: 70%;
    padding-top: 10px;
  }

  .artistHeadliner {
    font-size: 1.125rem;
  }

  .nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1.2rem;
    box-shadow: 6px 6px 3px rgba(142, 142, 142, 0.2);
    width: 100%;
    box-sizing: border-box;
    height: 75px;
  }

  .nav-row img {
    width: 3.6rem;
  }

  .list {
    display: flex;
    list-style: none;
    gap: 2.4rem;
    font-size: 1.25rem;
  }

  .tool-bar a {
    text-decoration: none;
  }

  .list a:link,
  .list a:visited {
    text-decoration: none;
    color: #3e3e3e;
  }

  .list a:hover,
  .list a:active {
    color: #ec5242;
  }

  .tool-bar {
    display: flex;
    justify-content: flex-end;
    gap: 2.4rem;
    height: 3.6rem;
    background-color: #3e3e3e;
    align-items: center;
    padding-right: 1.5rem;
  }

  .tool-bar-icon {
    width: 1.6rem;
    height: 1.6rem;
    color: #fff;
  }

  .tool-bar p {
    color: #fff;
    font-size: 0.8rem;
  }

  .load-more,
  .show-less {
    display: none !important;
  }

  .btn--signup {
    margin-top: 80px;
    background: none;
    color: white;
    text-decoration: underline;
    font-size: 1.5rem;
  }

  .nav-image {
    display: block;
    width: 9.6rem;
  }

  .artist:nth-child(3),
  .artist:nth-child(4),
  .artist:nth-child(5),
  .artist:nth-child(6) {
    display: flex;
  }

  .partners-logo {
    column-gap: 2.4rem;
    margin: 0 4rem;
  }

  .partners-logo img {
    width: 9.6rem;
  }

  /* Footer */

  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
    padding: 1.8rem;
  }

  .footer-container:first-child {
    width: 40%;
  }

  .footer-container:last-child {
    width: 60%;
    display: block;
  }

  .footer-container p:last-child {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
  }

  .footer-container:last-child p:first-child {
    font-size: 1.5rem;
    font-weight: 700;
  }

  *:focus {
    outline: none;
    box-shadow: 0 0 0 0.8rem rgba(236, 83, 66, 0.678);
  }

  .nav-cta {
    border: 4px solid#ec5242;
    padding: 8px;
  }

  .artist-image {
    width: 9.6rem;
  }

  .artistName {
    font-size: 2.25rem;
  }

  .artistInfo {
    font-size: 1rem;
  }

  .artistCard {
    margin-bottom: 80px;
  }

  #main-program {
    width: 100%;
    min-height: 750px;
    background-image: url("assets/img/background-main-desktop.png");
  }

  .activity {
    width: 270px;
    height: 300px;
    margin-top: 80px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .activity .program-icon {
    width: 80px;
    height: 80px;
  }

  .activity .program-title {
    width: 220px;
    font-size: 1.375rem;
    margin-right: 0;
    text-align: center;
  }

  .activity .program-descriptions {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.125rem;
    margin-right: 0;
    padding: 6px;
  }
}

@media screen and (min-width: 1280px) {
  .attendingArtists {
    width: 80%;
    min-width: 1280px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
