body {
  background-color: #000;
  color: #f1f1f1;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}
a {
  color: #cd2c3c;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
}
.section-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 6vw;
  letter-spacing: -0.27vw;
  position: sticky;
  top: 0;
  z-index: 999;
  padding-top: 0.9rem;
  padding-bottom: 0.45rem;
  background-color: #000;
}
.section-title small {
  font-size: 3.3vw;
  letter-spacing: -0.09vw;
  color: #cd2c3c;
  display: block;
}

.btn-fixed {
  color: #000;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 4.8vw;
  border-radius: 9px;
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 9px;
  box-shadow: 0 0 15px red;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  background-color: #cd2c3c;
}

P.texto {
  font-size: 4.2vw;
  line-height: 1.23;
  font-weight: bold;
  letter-spacing: -0.09vw;
  margin: 0;
  color: #f1f1f1;
  text-wrap: balance;
  width: 90%;
}
.texto-jp,
.texto-jp > * {
  text-align: justify;
  font-weight: bold;
  width: 100%;
  display: block;
}
.black-bg {
  background-color: #000;
  margin: 0;
  padding-top: 4.5vh;
}
header {
  position: absolute;
}
.intro {
  height: 100svh;
  display: flex;
  /* margin-bottom: 60vh; */
  justify-content: center;
}
.intro-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 6vh;
}
.intro-bg-img {
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
}
.intro .info p.texto,
footer p.texto {
  color: #f1f1f1;
  margin: 0 3vw 0 auto;
  width: 57%;
}
.slide {
  opacity: 0;
  transform: translateY(18px); /* começa deslocado pra baixo */
}
p.texto-gd {
  font-size: 5.4vw;
  line-height: 1.11;
  width: 69%;
  margin: 0 0 0 auto;
}
.intro-bg-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}
.intro-bg-img .blue-gaya {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.intro-bg-img .red-gaya {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: exclusion;
  max-width: 600px;
}

/* .intro-bg-img .red-gaya::after {
  content: "";
  display: block;
  width: 30%;
  position: absolute;
  background-color: #fff;
  z-index: -2;
  top: 42%;
  height: 60px;
  left: 78px;
  animation: redGaya 1.5s ease-in-out;
}
@keyframes redGaya {
  0% {
    transform: translateX(0);
    width: 0;
  }
  100% {
    transform: translateX(100%);
    width: 100%;
  }
} */
.logo-exhibition {
  width: 180px;
  position: fixed;
  top: 27vh;
  left: 50%;
  margin-left: -90px;
  z-index: 9999;
}
.data {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 24px auto;
  font-size: 21px;
  border: 3px solid #0ca0d3;
  padding: 0.6rem 1.2rem;
  color: #0ca0d3;
  border-radius: 12px;
  background: #000;
  position: relative;
  z-index: 9999;
}
.data-place {
  justify-content: space-between;
  width: 100%;
}
.data-place p,
.data p {
  margin: 0;
}
.data-place p {
  font-size: 15px;
}
.artist-tile {
  cursor: pointer;
  border-bottom: 9px solid #000;
  overflow: hidden;
  transition: transform 0.3s ease;
  background-color: #0ca0d3;
}
.artist-tile:hover,
.artist-tile.active {
  transform: scale(1.11);
  transform-origin: top left;
  border: 3px solid #cd2c3c;
  margin-bottom: 1.2rem;
  background-color: #cd2c3c;
}
.artist-tile img {
  object-fit: cover;
  mix-blend-mode: luminosity;
}

#artistDetails {
  position: sticky;
  top: 9vh;
  height: fit-content;
  padding-left: 4.5vw;
}
#artistDetails > p {
  padding-left: 1.5rem;
}
#artistName {
  font-weight: bold;
  font-size: 7.8vw;
  margin: 0.9vw 0 0 0;
  color: #cd2c3c;
}
#artistBio {
  display: none !important;
}
.swiper-container {
  overflow: hidden;
  position: relative;
}
.swiper-pagination-bullet-active {
  background-color: #cd2c3c;
}
.swiper-slide img {
  height: 57vh;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.title-background {
  color: #cd2c3c;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.3vw;
  z-index: 99;
  position: relative;
  width: 100%;
  line-height: 1.2;
  margin: 0 0 0.3rem 0;
}
.food p.texto {
  text-wrap: balance;
}
.food .info-food {
  display: flex;
  padding: 0.9rem 0 0 0;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}
.food img {
  width: 100%;
  border-radius: 12px;
  height: 48vh;
  object-fit: cover;
}
.food .img-floating {
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 3vh;
  filter: drop-shadow(0px 9px 15px #222222);
  height: initial;
}

.image-container {
  position: relative;
  width: 100%;
  height: 48vh;
  overflow: hidden;
  border-radius: 12px;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.image-container img.active {
  display: block;
}
.lineup-list {
  position: relative;
}
.lineup-item {
  background-color: #000;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
}
.lineup-item > div {
  border-bottom: 3px solid #cd2c3c;
  padding: 2.1rem 0;
}
.lineup-item p {
  font-size: 18px;
}
.lineup-item p small {
  display: block;
  transform: scale(0.9);
  transform-origin: top left;
  color: #f1f1f1;
}
.hour-transform {
  transform: rotate(-90deg);
  position: absolute;
  z-index: 9;
  left: -30.3vw;
  top: 50%;
  text-align: center;
}
.hour-transform p {
  font-size: 2.7rem;
  width: 100%;
}
#saturday .col-5 p.texto {
  color: #cd2c3c;
}
#saturday-tab,
#sunday-tab {
  background-color: #000;
  border: 2px solid #cd2c3c;
  color: #cd2c3c;
  border-radius: 6px;
  font-weight: bold;
}
#saturday .lineup-item,
#saturday-tab.active {
  border-color: #cd2c3c;
}
#saturday .lineup-item p {
  color: #cd2c3c;
}
#sunday .col-5 p.texto,
#sunday a {
  color: #0ca0d3;
}
#sunday .lineup-item,
#sunday-tab {
  border-color: #0ca0d3;
}
#sunday-tab {
  color: #0ca0d3;
}
#sunday .lineup-item p {
  color: #0ca0d3;
}
#saturday-tab.active {
  background-color: #cd2c3c;
  color: #000;
}
#sunday-tab.active {
  background-color: #0ca0d3;
  color: #000;
}
.location {
  margin-bottom: 9vh;
  padding: 9vh 0;
}
footer {
  height: 90vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 12vh;
}
footer h4 {
  font-weight: bold;
  font-size: 9vw;
  letter-spacing: -0.45vw;
  margin-bottom: 30vh;
  margin-left: 3vh;
}
.show-desktop {
  display: none;
}
.hide-desktop {
  display: initial;
}
.info-plus {
  min-height: 102vh;
}

.tba-banner {
  background: #cd2c3c;
  color: #000;
  width: 100%;
  text-align: center;
  height: 33vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tba-banner p {
  color: #000;
  font-size: 5.4vw;
}
#exhibition .col-2 {
  min-height: 189vh;
}
@media (min-width: 820px) {
  .show-desktop {
    display: initial;
  }
  .hide-desktop {
    display: none;
  }
  .intro .info p.texto,
  footer p.texto {
    margin: 0 13.2rem 0 auto;
    width: 27%;
  }
  .intro-bg-img .red-gaya {
    bottom: 3vw;
    top: initial;
    left: 21vw;
  }
  .logo-exhibition {
    width: 24vw;
    top: 24vh;
    margin-left: -12vw;
  }
  .btn-fixed {
    width: 100%;
    max-width: 600px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8vw;
  }
  .intro-end {
    padding-bottom: 12vh;
  }
}
@media (min-width: 1024px) {
  .logo-exhibition {
    width: 21vw;
    margin-left: -10.5vw;
    top: 21vh;
  }
  .intro .info p.texto,
  footer p.texto {
    margin: 0 15rem 1.5em auto;
    width: 30%;
  }
  P.texto {
    font-size: 1.5vw;
    line-height: 1.41;
    letter-spacing: -0.045vw;
  }
  .section-title {
    font-size: 3.9vw;
    letter-spacing: -0.2vw;
    width: 30%;
  }
  .section-title small,
  .title-background {
    font-size: 1.68vw;
    letter-spacing: -0.06vw;
  }
  .tab-content {
    width: 69%;
    margin: -12vh 0 0 auto;
  }
  .hour-transform {
    left: -15vw;
  }
  .hour-transform p {
    font-size: 3rem;
  }
  #exhibition p,
  #location p,
  #location a {
    width: 57%;
    margin: 3vh 3vw 0 auto;
    display: block;
  }
  #location a {
    font-size: 2.1vw;
    margin-bottom: 1.5vh;
  }
  #exhibition .col-2 {
    min-height: 348vh;
  }
  .swiper-container {
    width: 60%;
    display: flex;
    gap: 1.5vw;
  }
  #artistDetails > div:last-of-type {
    width: 40%;
  }
  #artistName {
    font-weight: bold;
    font-size: 4.8vw;
    letter-spacing: -0.21vw;
    line-height: 0.9;
  }
  #live-djs {
    padding-bottom: 15vh;
  }
  .tba-banner {
    width: 60%;
    margin: 0 auto;
  }
  .tba-banner p {
    font-size: 2.4vw;
  }
  .tba-banner p.texto-jp small {
    font-size: 2.1vw;
  }
  #food .position-relative {
    width: 66%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 3vw;
    padding-bottom: 9vh;
  }

  .food .img-floating {
    right: 9vw;
    width: 18vw;
    bottom: -3vh;
    aspect-ratio: initial;
  }
  .food .info-food {
    width: 51%;
  }
  .food img {
    width: 47%;
    height: 60vh;
  }
  .image-container {
    width: 69%;
    height: 66vh;
    margin: 0 auto;
  }
  footer {
    height: initial;
    min-height: 100vh;
  }
  footer h4 {
    font-size: 4.8vw;
    margin-top: 12vh;
    margin-bottom: initial;
  }
  .info-plus {
    padding: 0 36vw 0 0vw;
  }
}
@media (min-width: 1366px) {
  .intro .data {
    transform: scale(1.5);
    transform-origin: center top;
  }
  .hour-transform {
    left: -12vw;
  }
  .hour-transform p {
    font-size: 3.6rem;
  }
  .logo-exhibition {
    width: 15vw;
    margin-left: -7.5vw;
    top: 27vh;
  }
  .swiper-slide img {
    height: 75vh;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
  }
  #artistDetails {
    position: sticky;
    top: 9vh;
    height: fit-content;
    padding-left: 7vw;
    display: flex;
    gap: 1.5vw;
  }
  #exhibition .col-2 {
    min-height: 255vh;
  }
}
@media (min-width: 1400px) {
  .logo-exhibition {
    width: 18vw;
    margin-left: -9vw;
    top: 18vh;
  }
  .intro .info p.texto,
  footer p.texto {
    margin: 0 24vw 6vh auto;
    width: 24%;
  }
  .hour-transform {
    left: -6.9vw;
  }
  .food img {
    width: 48%;
    border-radius: 12px;
    height: 45vh;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
}
