@import url('fontawesome.6.5.2.min.css');

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
    --width: 900px;
    position: relative;
    margin: 0;
    background: linear-gradient(90deg, #702f25 0 50%, #009290 50% 100%);
}
html, body, .container {
    min-height: 100vh;
}
.container {
    --top: 42.222%;
    --right: 39%;
    --bottom: 3.333%;
    --left: 6.666%;
    position: relative;
    width: var(--width);
    margin: 0 auto;
    .event-page & {
        --top: 34.222%;
        --bottom: 11.333%;
    }
}
.retrobackground, .patinabackground {
    margin: 0;
    width: var(--width);
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.retrobackground, .patinabackground, .contentBlock {
/*     left: 50%;
    translate: -50% 0; */
}
.retrobackground {
    background-image: url(../background.svg);
    background-position: center top;
}
.patinabackground {
    background-image: url(../patinaBG.jpg);
    background-position: center;
    mix-blend-mode: multiply;
    z-index: 2;
}
.logo {
    width: 38.9%;
    height: auto;
    aspect-ratio: 1.89349 / 1;
    position: absolute;
    top: 2.222%;
    right: 3.333%;
    background-image: url(../logo.svg);
}
.contentBlock {
    position: relative;
    width: var(--width);
    padding: var(--top) var(--right) var(--bottom) var(--left);
    box-sizing: border-box;
    z-index: 2;
}
footer {
    position: relative;
    margin: 80px var(--left) 0 var(--left);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
    .rnrcopyright {
        font-weight: 600;
        color: #c55102;
    }
    .correl8 {
        display: block;
        width: 85px;
        height: auto;
        aspect-ratio: 5.384 / 1;
        margin: 10px 0 0;
        background: rgba(39, 37, 37, 0.3);
        mask: url('../logo-correl8.svg') center / contain no-repeat;
        -webkit-mask: url('../logo-correl8.svg') center / contain no-repeat;
    }
}
.yellow {
    color: #e2bc00;
}
h1, h2 {
    font-family: "Monoton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #d6c7a5;
    line-height: 1.1;
    margin: 0 0 30px 0;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size:3.5rem;
}
h3, h4, h5, h6, p {
    font-family: "Rokkitt", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 1.3;
    font-style: normal;
    margin: 0 0 15px 0;
    color: #d6c7a5;
    & a {
        color: #d6c7a5;
    }
}
h3 {
    text-transform: uppercase;
    font-size:2.3rem;
    line-height: 1.1;
    font-weight: 900;
    color: #e2bc00;
}
h4 {
    font-size:2rem;
}
h5 {
    font-size:2rem;
}
p {
    font-size: 16px;
    line-height: 1.4;
}

.event-page {
    & h2 {
        width: 80%;
        font-size: 2.5rem;
        margin: 0 0 10px;
        &.title span {
            color: #009290;
            font-size: 1.5rem;
            position: relative;
            display: inline-block;
            rotate: -30deg;
            padding: 5px;
            translate: 0 -5px;
        }
    }
    & h3 {
        font-size: 2rem;
        color: #c55102;
    }
}

.events {
    font-family: "Rokkitt", serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    .event {
        display: grid;
        grid-template-columns: 65px 1fr;
        .month {
            font-size: 1.5rem;
            font-weight: 900;
            color: #009290;
            display: flex;
            justify-content: space-between;
            align-items: center;
            &::after {
                content: '-';
                color: #c55102;
            }
        }
        .dates {
            padding-left: 10px;
            font-size: 1.5rem;
            font-weight: 900;
            color: #f1e5d1;
        }
        .relaunch {
            color: #f0bf00;
        }
        .highlight {
            color: #c55102;
        }
    }
}
.times {
    margin: 5px 0;
    font-family: "Rokkitt", serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: #f0bf00;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    &::before {
      content: '\f017';
      display: grid;
      grid-template-columns: 1fr;
      justify-content: center;
      align-items: center;
      text-align: center;
      inset: 0;
      font: var(--fa-font-solid);
      font-size: 1.5rem;
      color: #f0bf00;
      text-indent: 0;
    }
}
.location {
    margin: 5px 0 20px;
    font-family: "Rokkitt", serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #f1e5d1;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    &::before {
      content: '\f3c5';
      display: grid;
      grid-template-columns: 1fr;
      justify-content: center;
      align-items: center;
      text-align: center;
      inset: 0;
      font: var(--fa-font-solid);
      font-size: 1.5rem;
      color: #f0bf00;
      text-indent: 0;
    }
}
.whatsapp {
    &::after {
      content: '\f232';
      display: inline-block;
      grid-template-columns: 1fr;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 0 0 0 10px;
      font: var(--fa-font-brands);
      font-size: 1.7rem;
      color: #25d366 ;
      text-indent: 0;
    }
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    & li {
      & a {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        &::before {
          content: '';
          position: absolute;
          display: grid;
          grid-template-columns: 1fr;
          justify-content: center;
          align-items: center;
          text-align: center;
          inset: 0;
          font: var(--fa-font-brands);
          font-size: 2rem;
          color: rgba(var(--rgb-text));
          text-indent: 0;
          border-radius: var(--border-radius-small);
        }
        &.facebook::before {
          content: '\f09a';
          color: white;
        }
        &.instagram::before {
          content: '\f16d';
          color: white;
        }
        &.linkedin::before {
          content: '\f08c';
          color: white;
        }
        &.x-twitter::before {
          content: '\e61b';
          color: white;
        }
        &.youtube::before {
          content: '\f167';
          color: white;
        }
      }
    }
}


@media screen and (max-width: 900px) {
    body {
        --width:  100%;
    }
    .retrobackground, .patinabackground, .contentBlock {
        width: 100%;
    }
    h1 {
        font-size: 7vw;
    }
    h2 {
        font-size: 6vw;
    }
    h3 {
        font-size: 4vw;
    }
    h4 {
        font-size: 3vw;
    }
    h5 {
        font-size: 3vw;
    }
    p {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .container {
        overflow: hidden auto;
    }
    .retrobackground {
        width: 170%;
    }
    .contentBlock {
        --top: 60%;
        --right: var(--left);
    }
    h1 {
        font-size: 8vw;
    }
    h2 {
        font-size: 7vw;
        .event-page & {
            font-size: 7vw;
        }
    }
    h3 {
        font-size: 6vw;
        .event-page & {
            font-size: 6vw;
        }
    }
    h4 {
        font-size: 4vw;
        .event-page & {
            font-size: 4vw;
        }
    }
    h5 {
        font-size: 4.5vw;
    }
    p {
        font-size: 20px;
    }
.whatsapp {
    &::after {
      font-size: 4.5vw;
      margin-left: 5px;
    }
}
}
