/*

Theme Name: Donderslag Thema

*/
@import url(https://db.onlinewebfonts.com/c/97d6f29a4bda3a872dad26cc5b2d0d7b?family=Haettenschweiler);

body {
    font-family: Arial, sans-serif;
    margin: 0;  
}

/* BODYHEADER */
.logo {
    position: fixed;
    z-index: 1;
    padding: 10px;
}
@media (max-width: 768px) {
    .logo {
    padding: 4px;
    }
}
img.logo{
    width: clamp(200px, 20vw, 300px);
}

.divbgtest {
    background-color: white;
    /*margin-top: 30dvh;
    min-height: 100vh;*/
    background: white;
    position: relative;
    
}

.bg-video {
    position: fixed;
    top: 50%;
    left: 50%;

    min-width: 100%;
    min-height: 100%;

    transform: translate(-50%, -50%) scale(1);
    object-fit: cover;

    z-index: -1;
    pointer-events: none;

    /*animation: slowZoom 10s ease-in-out infinite alternate; */
}

@keyframes slowZoom {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
    }
}


.mainpage-hero {
    height: 60dvh;
    position: relative;
    font-family: Haettenschweiler;
}

@media (min-width: 1200px) {.mainpage-hero {
        height: 76dvh;
        position: relative;
        font-family: Haettenschweiler;
    }
}


/*LOGO RULES */

.mainpage-logo-wrapper { 
    padding-top: 40dvh;
}

/* Date usually THE SUMMER POP-ROCK EVENT OF DONDEREN */
.mainpage-logo-date-wrapper {
    justify-content: center;
    display: flex;  
    align-items: center;
    font-size: 5.2vw;
    font-style: normal;
    letter-spacing: 0.02em;
}

.mainpage-logo-datetext {
    color: rgb(231, 0, 0);
    -webkit-text-stroke: 0.1vw white;
    text-align: center;
    position: absolute;
}
.mainpage-logo-datetext-stroke {
    color: black;  
    -webkit-text-stroke: 0.6vw black; 
    text-align: center;
    position: absolute;
}

/* MAIN TITLE usually Donderslag */
.mainpage-logo-title-wrapper {
    position: relative;
    justify-content: center;
    display: flex;  
    align-items: center;
    font-size: 20vw;
    font-style: normal;
    letter-spacing: 0.02em;
    margin-top: 10%;
}

.mainpage-logo-text {
    color: black;  
    -webkit-text-stroke: 0.5vw white;
    text-align: center;
    position: absolute;
}
.mainpage-logo-text-stroke {
    color: black;
    -webkit-text-stroke: 1.3vw black; 
    text-align: center;
    position: absolute;
}

/* MAIN TITLE SECOND LINE usually Muziekfestival */
.mainpage-logo-title-line2-wrapper {
    position: relative;
    justify-content: center;
    display: flex;  
    align-items: center;
    margin-top: 14%;
    font-size: 14vw;
    font-style: normal;
    letter-spacing: 0.02em;
    
}

.mainpage-logo-text-line2 {
    color: rgb(231, 0, 0);
    -webkit-text-stroke: 0.5vw white;
    text-align: center;
    position: absolute;
}
.mainpage-logo-text-stroke-line2 {
    color: black;
    -webkit-text-stroke: 1.3vw black; 
    text-align: center;
    position: absolute;
}

/* SUB TITLE usually THE SUMMER POP-ROCK EVENT OF DONDEREN */
.mainpage-logo-subtitle-wrapper {
    justify-content: center;
    display: flex;  
    align-items: center;
    font-size: 6vw;
    font-style: normal;
    letter-spacing: 0.02em;
    margin-top: 9%;
}

.mainpage-logo-subtext {
    color: black;  
    -webkit-text-stroke: 0.168vw white;
    text-align: center;
    position: absolute;
}
.mainpage-logo-subtext-stroke {
    color: black;  
    -webkit-text-stroke: 0.7vw black; 
    text-align: center;
    position: absolute;
}


/*DESKTOP*/
@media (min-width: 1200px) {
    .mainpage-logo-wrapper { 
    padding-top: 30vh;
    }
    /* Date usually THE SUMMER POP-ROCK EVENT OF DONDEREN */
    .mainpage-logo-date-wrapper {
        justify-content: center;
        display: flex;  
        align-items: center;
        font-size: 3.5vw;
        font-style: normal;
        letter-spacing: 0.02em;
    }

    .mainpage-logo-datetext {
        color: rgb(231, 0, 0);
        -webkit-text-stroke: 0.1vw white;
        text-align: center;
        position: absolute;
    }
    .mainpage-logo-datetext-stroke {
        color: black;  
        -webkit-text-stroke: 0.3vw black; 
        text-align: center;
        position: absolute;
    }

    /* MAIN TITLE usually Donderslag */
    .mainpage-logo-title-wrapper {
        position: relative;
        justify-content: center;
        display: flex;  
        align-items: center;
        font-size: 12vw;
        font-style: normal;
        letter-spacing: 0.02em;
        margin-top: 5.8%;
    }

    .mainpage-logo-text {
        color: black;  
        -webkit-text-stroke: 0.3vw white;
        text-align: center;
        position: absolute;
    }
    .mainpage-logo-text-stroke {
        color: black;
        -webkit-text-stroke: 0.8vw black; 
        text-align: center;
        position: absolute;
    }

    /* MAIN TITLE SECOND LINE usually Muziekfestival */
    .mainpage-logo-title-line2-wrapper {
        position: relative;
        justify-content: center;
        display: flex;  
        align-items: center;
        margin-top: 8.3%;
        font-size: 8vw;
        font-style: normal;
        letter-spacing: 0.02em;
        
    }

    .mainpage-logo-text-line2 {
        color: rgb(231, 0, 0);
        -webkit-text-stroke: 0.3vw white;
        text-align: center;
        position: absolute;
    }
    .mainpage-logo-text-stroke-line2 {
        color: black;
        -webkit-text-stroke: 0.8vw black; 
        text-align: center;
        position: absolute;
    }

    /* SUB TITLE usually THE SUMMER POP-ROCK EVENT OF DONDEREN */
    .mainpage-logo-subtitle-wrapper {
        justify-content: center;
        display: flex;  
        align-items: center;
        font-size: 3.5vw;
        font-style: normal;
        letter-spacing: 0.02em;
        margin-top: 5.2%;
    }

    .mainpage-logo-subtext {
        color: black;  
        -webkit-text-stroke: 0.1vw white;
        text-align: center;
        position: absolute;
    }
    .mainpage-logo-subtext-stroke {
        color: black;  
        -webkit-text-stroke: 0.3vw black; 
        text-align: center;
        position: absolute;
    }

}

/*logo animations*/

@keyframes logoFadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* apply to each block */
.mainpage-logo-date-wrapper,
.mainpage-logo-title-wrapper,
.mainpage-logo-title-line2-wrapper,
.mainpage-logo-subtitle-wrapper {
    opacity: 0;
    animation: logoFadeUp 0.8s ease-out forwards;
}

/* stagger the timing */
.mainpage-logo-date-wrapper { animation-delay: 0.6s; }
.mainpage-logo-title-wrapper { animation-delay: 0.4s; }
.mainpage-logo-title-line2-wrapper { animation-delay: 0.4s; }
.mainpage-logo-subtitle-wrapper { animation-delay: 0.6s; }

@keyframes logoPop {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    60% {
        transform: scale(1.02);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.mainpage-logo-title-wrapper,
.mainpage-logo-title-line2-wrapper {
    animation: logoPop 0.7s ease-out forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

.top-actions {
    position: fixed;
    top: 24px;
    right: 24px;

    display: flex;
    gap: 10px;
    align-items: stretch;

    z-index: 1000;
}

@media (max-width: 768px) {
    .top-actions {
        top: 14px;
        right: 14px;
    }
}


/* 🔘 Button */
.menu-toggle {
    display: flex;

  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 10px 16px;
  background: white;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  border: none;
  cursor: pointer;
  z-index: 1000;
  border-radius: 2px;

  letter-spacing: 4px;

  transition: transform 0.15s ease, background 0.3s ease;

  min-height: 68px;
  min-width: 180px;
  font-size: 20px;
}
@media (max-width: 768px) {
    .menu-toggle {
        min-height: 0px;
        min-width: 0px;
    }
}


/* ✨ Click effect */
.menu-toggle:active {
  transform: scale(0.92);
}

/* Optional hover (desktop only) */
.menu-toggle:hover {
  background: rgb(231, 231, 231);
}

/* Icon */
.menu-icon {
  font-size: 18px;
}

/*added */
/* 🍔 Hamburger container */

.hamburger {
  width: 34px;
  height: 34px;
  position: relative;
  display: inline-block;
}

/* Lines */
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: black;
  border-radius: 2px;
  transition: all 0.35s ease;
}

/* Position lines */
.hamburger span:nth-child(1) {
  top: 8px;
  width: 80%;
}

.hamburger span:nth-child(2) {
  top: 16px;
  width: 60%;
}

.hamburger span:nth-child(3) {
  top: 24px;
  width: 80%;
}

/* ✨ Active state → morph into X */
.menu-toggle.active .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 16px;
}

.menu-toggle.active .hamburger span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

.menu-toggle.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
}


/*added*/

/* 📱 Mobile */
@media (max-width: 768px) {
  .menu-text {
    display: none;
  }

  .menu-toggle {
    padding: 10px;
  }
}

 .menu-text {
    line-height: 1;
  }

/* 🌫 Overlay background */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);

  opacity: 0;
  pointer-events: none;

  transition: opacity 1s ease;
  z-index: 998;
  backdrop-filter: blur(1px);
  background: rgba(0,0,0,0.2);
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}


/* 📂 Menu panel (fade + slide) */
.nav-menu {
    margin-top: 0px;
  position: fixed;
  top: 0;
  right: 0;
  width: 30dvw;
  height: 100vh;

  background: rgb(255, 61, 61);
  list-style: none;
  padding: 100px 24px;

  display: flex;
  flex-direction: column;
  gap: 20px;

  /* Start hidden */
  transform: translateX(100%);
  opacity: 0;

  transition: 
    transform 0.4s cubic-bezier(0.77, 0, 0.18, 1),
    opacity 0.8s ease;

  z-index: 999;
}
@media (max-width: 1800px) { .nav-menu { width: 40dvw; } }
@media (max-width: 1200px) { .nav-menu { width: 60dvw; } }
@media (max-width: 768px)  { .nav-menu { width: 80dvw; } }

/* When open */
.nav-menu.active {
  transform: translateX(0);
  opacity: 1;
}

/* Links animation (stagger effect) */
.nav-menu li {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease;
}

.nav-menu.active li {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delay */
.nav-menu.active li:nth-child(1) {
    transition-delay: 0.4s;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 12px;
}
.nav-menu.active li:nth-child(2) { transition-delay: 0.4s; }
.nav-menu.active li:nth-child(3) { transition-delay: 0.5s; }
.nav-menu.active li:nth-child(4) { transition-delay: 0.6s; }
.nav-menu.active li:nth-child(5) { transition-delay: 0.7s; }
.nav-menu.active li:nth-child(6) { transition-delay: 0.8s; }
.nav-menu.active li:nth-child(7) { transition-delay: 0.9s; }
.nav-menu.active li:nth-child(8) { transition-delay: 1s; }
.nav-menu.active li:nth-child(9) { transition-delay: 1.1s; }
.nav-menu.active li:nth-child(10) { transition-delay: 1.2s; }
.nav-menu.active li:nth-child(11) { transition-delay: 1.3s; }
.nav-menu.active li:nth-child(12) { transition-delay: 1.4s; }

/* Links */
.nav-menu li a {
    font-family: Helvetica;
    position: relative;
    display: inline-block;

    font-size: 30px;
    line-height: 1.6;
    text-transform: uppercase;

    text-decoration: none;

    /* base text */
    color: black;

    /* gradient fill setup */
    background: linear-gradient(to right, black 50%, rgba(0,0,0,0.35) 50%);
    background: linear-gradient(to right, #f8d246 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    transition: background-position 0.5s ease;
}
.nav-menu li a:hover {
  background-position: left bottom;
}

.nav-menu ul {
    list-style-type: none;
    padding-top: 100px;
}

@media (max-width: 768px) { .nav-menu li a {
        font-size: 20px;
    }
}

/* KAARTEN */
/* 🎟 Tickets button */
.tickets-button {
  position: fixed;
  
  right: 240px; /* sits left of menu button */

  display: flex;
  align-items: center;
  gap: 8px;
  border: none;

  width: 100px;
  height: 40px;

  padding: 10px 16px;
  background: red;
  color: white;
  text-decoration: none;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  border-radius: 2px;

  z-index: 1000;

  transition: transform 0.15s ease, background 0.3s ease;

  min-height: 48px;
  min-width: 180px;
  font-size: 20px;
  letter-spacing: 4px;
  font-variant-emoji: emoji;
}




/* Click effect */
.tickets-button:active {
  transform: scale(0.92);
}

/* Hover effect */
.tickets-button:hover {
  background: rgb(255, 69, 69);
  color: white;
}

/* Icon */
.tickets-icon {
    font-size: 34px;
}


/* 📱 Mobile: only icon */
@media (max-width: 768px) {
  .tickets-text {
    display: none;
  }

  .tickets-button {
    right: 80px; /* adjust spacing for mobile */
    width: 34px;
    height: 34px;
    padding: 10px;
    align-items: center;
  justify-content: center;
    min-height: 0px;
  min-width: 0px;
  
  }
}

.featured-program-background-image {
  width: 100%;
  height: 150px; /* set whatever height you want */

  background-image: url("assets/images/crowdv2.png");
  background-repeat: repeat-x;
  background-position: top left;
    
  background-size: auto 100%;
  background-repeat: repeat;
  height: 400px;
  
}

.featured-program{
    background-color: #0b1530;
    color: white;
    text-align: center;
    font-family: Helvetica;
    
    letter-spacing: 0.2em;
    padding-bottom: 80px;
    
}
.featured-program h1 {
    margin-top: 0px;
    font-size: 5em;
    letter-spacing: 0.1em;
}
@media (max-width: 768px) { .featured-program h1{
    font-size: 2em;
    }
}

.featured-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 16px;
    background: red;
    color: white;
    text-decoration: none;

    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
    border-radius: 2px;

    min-height: 48px;
    min-width: 180px;

    font-size: 20px;
    letter-spacing: 4px;
    z-index: 10;
    transition: transform 0.15s ease, background 0.3s ease;
}
.featured-button:hover {
  background: rgb(255, 69, 69);
  color: white;
}

.featured-bands-container {
    color: black;
    background-color: #f8d246;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.386);
}
.featured-bands-container-text {
    display: inline-flex;
    animation: scroll 40s linear infinite;
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    
}
.featured-bands-container-text span {
    padding-right: 50px; /* spacing between repeats */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Sponsor */

.sponsors-section,
.sponsors-section h2{
    margin-top: 0xp;
    background-color: #f8d246;
    color: #0b1530;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
}

.sponsor-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.sponsor-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
    width: max-content;
    align-items: center;
    will-change: transform;
    padding-top: 20px;
    padding-bottom: 60px;
    background-color: #f8d246
}

.sponsor-logo {
    flex: 0 0 auto;
}

.sponsor-logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
    transition: 0.3s ease;
}

.sponsor-logo img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/*GRID*/
.custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 420px; /* taller blocks */
    gap: 20px;
    padding: 0 260px;          /* space on left/right */
    background-color: rgb(247, 77, 77); /* subtle background */
}

/* Top row */
.item-1 { grid-column: 1; grid-row: 1; }
.item-2 { grid-column: 2; grid-row: 1; }
.item-3 { grid-column: 3; grid-row: 1; }

/* Bottom row */
.item-4 { grid-column: 1; grid-row: 2; }

.item-5 { 
    grid-column: 2 / span 2; 
    grid-row: 2; 
}

/* Optional full-width */
.item-6 {
    grid-column: 1 / span 3;
    grid-row: 3;
}

/* Item styling */
.grid-item {
    position: relative;
    background-size: cover;
    background-position: center;
    display: block;
    text-decoration: none;
    color: white;
    overflow: hidden;
    transition: transform 0.6s ease;
}

/* Overlay text */
.grid-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;

    /* stronger readable background */
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);

    transition: all 0.3s ease;
}

.line1 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.line2 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.3s ease;
}

/* Hover (optional polish) */
.item-1:hover {
    transform: rotate(-1deg) scale(1.04);
}
.item-2:hover {
    transform: rotate(1deg) scale(1.04);
}
.item-3:hover {
    transform: rotate(-0.9deg) scale(1.04);
}
.item-4:hover {
    transform: rotate(0.9deg) scale(1.04);
}
.item-5:hover {
    transform: rotate(-1deg) scale(1.04);
}
.item-6:hover {
    transform: rotate(1deg) scale(1.04);
}

/* Text grows on hover */
.grid-item:hover .line1 {
    font-size: 26px;
}

.grid-item:hover .line2 {
    font-size: 26px;
}


/* 📱 MOBILE: stack everything */
@media (max-width: 768px) {

    .custom-grid {
        grid-template-columns: 1fr;   /* single column */
        grid-auto-rows: 220px;
        padding: 0 20px;              /* smaller side padding */
    }

    .grid-item {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

.grid-wrapper {
    background: rgb(247, 77, 77);
    padding: 80px 0;
}





/*TEMPLATE FOR PAGE*/
.page-hero {
    height: calc(40dvh);
    width: 100%;
    position: relative;

    /* Parallax effect */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Fallback when no featured image exists */
.page-hero.no-image {
    background: linear-gradient(135deg, #1f1f1f, #3a3a3a);
}

/* Overlay for readability */
.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

/* Title styling */
.page-title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    text-align: center;
    margin: 0;
    z-index: 2;
    animation: fadeUp 0.8s ease-out;
}

/* Simple entrance animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile fix (iOS Safari ignores fixed attachment well) */
@media (max-width: 768px) {
    .page-hero {
        background-attachment: scroll;
    }
}

.page-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    line-height: 1.7;
    font-size: 1.05rem;
    color: #222;
}

/* Improve readability for long text blocks */
.page-content p {
    margin-bottom: 1.2rem;
}

/* Headings inside content */
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Images inside content */
.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Links */
.page-content a {
    color: #0a66c2;
    text-decoration: none;
}

.page-content a:hover {
    text-decoration: underline;
}

/* Blockquotes (nice modern style) */
.page-content blockquote {
    border-left: 4px solid #ddd;
    padding-left: 1rem;
    margin: 2rem 0;
    color: #555;
    font-style: italic;
}

/* Lists */
.page-content ul,
.page-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.2rem;
}

/* Code blocks */
.page-content pre {
    background: #111;
    color: #eee;
    padding: 1rem;
    border-radius: 8px;
    overflow-x: auto;
}

@media (max-width: 768px) {
    .page-content {
        padding: 2rem 1rem;
        font-size: 1rem;
    }
}


/*FOOTER*/

.site-footer {
  background-color: #0b1530;
  color: #fff;
  padding: 50px 20px 20px;
}

/* MAIN LAYOUT */
.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* SOCIAL ICON ROW */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

/* SOCIAL BUTTONS */
.social-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 4px;

  transition: all 0.25s ease;
}

.social-btn svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.social-btn:hover {
  background: #fff;
  transform: translateY(-3px);
}

.social-btn:hover svg {
  fill: #000;
}

/* MENU */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-menu li a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s ease;
}

.footer-menu li a:hover {
  color: #fff;
}

/* BOTTOM */
.footer-bottom {
  margin-top: 30px;
  font-size: 12px;
  color: #666;
  text-align: center;
  padding-top: 15px;
}

/* MOBILE */
@media (max-width: 600px) {
  .footer-menu {
    flex-direction: column;
    gap: 10px;
  }
}