* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
}

body {
    font-family: 'Museo Sans Rounded', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
}

.logo img {
    width: 100px;
    padding-left: 25px;
}


.navhamburger {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #3E3E3E;
    background: linear-gradient(90deg, rgba(62, 62, 62, 1) 0%, rgba(15, 4, 150, 1) 100%);
}

.hero {
    background-image: url(images/Music-fstival-etiquette-glows-sticks.webp);
    padding-top: 250px;
    padding-bottom: 20px;
    text-align: left;
    background-size: cover;
}

.hero p,
.hero h1 {
    width: 80%;
    margin: auto;
    text-align: left;
    color: #fff;
}

/* code voor menu */
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    color: white;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: black;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.navhamburger {
    display: flex;
    justify-content: space-between;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

main {
    padding: 16px;
}

h1 {
    font-size: 28px;
    margin-bottom: 4px;
}

h2 {
    font-size: 30px;
    margin: 24px 0 12px;
    padding-bottom: 20px;
}

h3 {
    font-size: 30px;
}


.hero {
    text-align: center;
    margin-bottom: 24px;
}

.date {
    font-weight: bold;
}


.artist-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.artist-card img {
    width: 100%;
    height: auto;
    display: block;
}

.artist-card h3 {
    margin-top: 6px;
}

/* Base layout */
html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Museo Sans Rounded', sans-serif;
    color: #111;
    background-color: #ffffff;
}

/* LINE-UP: white background */
#lineup {
    margin: 0 auto;
    padding: 24px 16px 40px;
    background-color: #ffffff;
}

.tickets-section {
    position: relative;
    margin: 0;
    background-color: transparent;
}

.tickets-section {
    background-color: #EAEAEA;
}

.tickets-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #EAEAEA;
    z-index: -1;
}

.tickets-section>* {
    max-width: 360px;
    margin: 0 auto;
    padding: 24px 16px 40px;
}

.tickets-title {
    font-size: 24px;
    margin: 0 0 20px;
}

/* Cards container */
.tickets-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Card styles */
.ticket-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.ticket-name {
    font-size: 22px;
    margin: 0 0 12px;
}

.ticket-description {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 32px;
    color: #444;
}

.ticket-price {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
}

/* Button */
.ticket-button {
    display: inline-block;
    padding: 10px 32px;
    border-radius: 999px;
    background-color: #735180;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

/* Optional hover */
.ticket-button:hover {
    background-color: #735180;
}


.info-item {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 15px;
}

.info-item strong {
    display: block;
    margin-bottom: 6px;
}

.footer {
    background-color: #4B4B4B;
    padding: 40px 16px 32px;
    color: #ffffff;
}

.footer-blocks {
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.footer-block h3 {
    font-size: 23px;
    margin-bottom: 16px;
    font-weight: 700;
}

.footer-block p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.footer-block p:last-child {
    margin-bottom: 0;
}

/* Social icons */
.footer-block img {
    width: 44px;
    height: 44px;
    margin-right: 20px;
    filter: brightness(0) invert(1);
    vertical-align: middle;
}

.footer-block a {
    color: #ffffff;
    text-decoration: none;
}

/* Social icons row*/
.footer-block:first-child {
    display: flex;
    flex-direction: column;
}

.footer-block:first-child h3 {
    margin-bottom: 12px;
}

/* Icons container */
.footer-block:first-child>div {
    display: flex;
    gap: 24px;
}

.footer-block img {
    width: 36px;
    height: 36px;
    filter: brightness(0) invert(1);
}


@media (min-width: 600px) {

  main {
    max-width: 1100px;
    margin: 0 auto;
  }

  /* HERO */
  .hero {
    padding-top: 280px;
    padding-bottom: 60px;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .hero h1 {
    font-size: 48px;
  }

  .date {
    font-size: 18px;
  }

  /* NAVIGATIE */
  .smallmenu {
    display: none;
  }

  .menu-desktop {
    display: flex;
    align-items: center;
  }

  .menu-desktop ul {
    display: flex;
    gap: 30px;
  }

  .menu-desktop li a {
    border-right: none;
  }

  /* LINE-UP */
  .artist-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }

  .artist-card {
    width: calc(33.333% - 20px);
  }

  .artist-card h3 {
    font-size: 20px;
  }

  /* TICKETS */
  .tickets-section > * {
    max-width: 1100px;
  }

  .tickets-grid {
    flex-direction: row;
    gap: 30px;
  }

  .ticket-card {
    flex: 1;
  }

  /* INFO */
  #info-section {
    max-width: 900px;
    margin: 0 auto 60px;
  }

  /* FOOTER */
.footer-blocks {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }

  .footer-block {
    flex: 1;
  }

  .footer-block:first-child > div {
    justify-content: flex-start;
  }

}
