@media screen and (min-width: 1440px) {

  :root {
    --navHeight: clamp(5.625rem, 0.804rem + 5.357vw, 9.375rem);
    --navIcon: clamp(6.25rem, -1.786rem + 8.929vw, 12.5rem);
    --title: clamp(4.25rem, -1.214rem + 6.071vw, 8.5rem);
    --subtitle: clamp(2.625rem, -0.75rem + 3.75vw, 5.25rem);
    --header: clamp(3rem, -0.857rem + 4.286vw, 6rem);
    --fontsize-xs: clamp(1rem, -0.286rem + 1.429vw, 2rem);
    --fontsize-s: clamp(1.125rem, -0.321rem + 1.607vw, 2.25rem);
    --fontsize-m: clamp(1.5rem, -0.429rem + 2.143vw, 3rem);
    --fontsize-l: clamp(2rem, -0.571rem + 2.857vw, 4rem);
    --icon-s: clamp(1.75rem, -0.5rem + 2.5vw, 3.5rem);
    --icon-m: clamp(2.25rem, -0.643rem + 3.214vw, 4.5rem);
    --card: clamp(18.75rem, 2.679rem + 17.857vw, 31.25rem);
  }

}

@media screen and (min-width: 920px) and (max-width: 1440px) {

  :root {
    --navHeight: 90px;
    --navIcon: 100px;
    --title: clamp(3.5rem, 2.173rem + 2.308vw, 4.25rem);
    --subtitle: clamp(2.125rem, 1.24rem + 1.538vw, 2.625rem);
    --header: clamp(2.5rem, 1.615rem + 1.538vw, 3rem);
    --fontsize-xs: clamp(0.75rem, 0.308rem + 0.769vw, 1rem);
    --fontsize-s: clamp(0.75rem, 0.087rem + 1.154vw, 1.125rem);
    --fontsize-m: clamp(1rem, 0.115rem + 1.538vw, 1.5rem);
    --fontsize-l: clamp(1.5rem, 0.615rem + 1.538vw, 2rem);
    --icon-s: clamp(1.375rem, 0.49rem + 1.538vw, 1.875rem);
    --icon-m: clamp(1.5rem, 0.173rem + 2.308vw, 2.25rem);
    --card: clamp(12.5rem, 1.442rem + 19.231vw, 18.75rem);
  }

}

@media screen and (min-width: 320px) and (max-width: 920px) {

  :root {
    --navHeight: 0;
    --navIcon: 70px;
    --title: 34px;
    --subtitle: 20px;
    --header: 32px;
    --fontsize-xs: 12px;
    --fontsize-s: 14px;
    --fontsize-m: 18px;
    --fontsize-l: 22px;
    --icon-s: 24px;
    --icon-m: 28px;
    --card: 230px;

  }

  .socials-wrapper {
    display: none !important;
  }

  .menu {
    display: none !important;
  }

  .menu-mobile {
    display: block !important;
  }

  .menu-modal.mobile {
    filter: invert(0) !important;
    top: -50vh;
    left: -50vw;
    border-radius: 0;
    width: 150vw;
    height: 150vh;
    padding: calc(50vh + 40px) calc(50vw - 30px);
  }

  .navBar.over-dark .menu-modal.open,
  .navBar.over-dark:has(.menu-modal.open) .navLogo {
    filter: invert(0);
    transition: none;
  }


  .menu-modal.open {
    transform: translate(-0.1em, 0.1em);
    transition: var(--animation-default-fast) 0.1s, opacity 0.1s ease 0.2s;
    color: var(--dark);
  }

  .menu-modal.open {
    clip-path: inset(0em 0em 0em 0em round var(--radius-m));
    visibility: visible;
    opacity: 1;
    transition: var(--animation-default-fast) 0.1s, opacity 0.1s ease 0.2s;
  }

  .menu-modal.open a {
    transform: translateY(0em) rotate(0deg);
    transition: all var(--animation-default);
  }

  .menu-modal.open a:nth-child(2) {
    transition-delay: 0.05s;
  }

  .menu-modal.openl a:nth-child(3) {
    transition-delay: 0.1s;
  }

  .navBar:has(.menu-modal.open:hover) .overlay {
    opacity: .25;
    visibility: visible;
  }

  .hero {
    height: 100dvh;
    transition: all var(--animation-default-fast);
  }

  .heroBackground {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .overlayHero {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75)) !important;
  }

  .heroBackground h1 {
    width: 90%;
    padding-bottom: 80px;
  }

  .themeLine {
    width: 70% !important;
  }

  .timer {
    margin: 0 auto;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .timer div {
    gap: 10px;
  }

  .benefits-wrapper {
    overflow: unset;
    padding: 100px 0 50px;
  }

  .benefits {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .benefit-card {
    position: sticky;
    top: 150px;
    box-sizing: border-box;
  }

  .benefit-card:nth-child(1) {
    transform: rotate(3deg);
  }

  .benefit-card:nth-child(2) {
    transform: rotate(-7deg);
  }

  .benefit-card:nth-child(3) {
    transform: rotate(6deg);
  }

  .benefit-card:nth-child(4) {
    transform: rotate(-5deg);
  }

  .benefit-card:hover {
    scale: 1;
    margin-right: 0;
    margin-left: 0;
    transition: all var(--animation-bounce-fast);
  }

  .past-events-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 500px;
  }

  .past-desc-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .past-btns {
    gap: 10px;
  }

  .footer {
    height: auto;
  }

  .footer-wrapper {
    padding-top: 50px;
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .footer-items {
    margin: 0 auto;
    padding: 70px 0 150px;
    flex-direction: column;
    gap: 50px;
    width: 90%;
    max-width: 500px;
  }

  .footer-item {
    width: 100%;
  }

  .footer-item h2 {
    margin-bottom: 15px;
  }

  .footer-item:nth-child(1) div,
  .footer-item:nth-child(2) div {
    margin-top: 15px;
  }

  .credit {
    display: none;
  }

  .footer-logo {
    width: 7em;
  }


  .header-background {
    object-position: 70%;
  }

  .header p {
    width: 90%;
  }


  .topics {
    width: 90%;
  }

  .collapsible {
    padding: 10px 20px;
  }

  .collapsible div {
    gap: 5px;
  }

  .collapsible-content {
    border-width: .2em;
  }

  .content {
    padding: 5px 5px 20px;
    flex-direction: column;
  }

  .content img {
    margin: 0 auto;
    width: 80%;
  }

}