:root {
  --red: #ff0022;
  --lime: #deff66;
  --neon: #dcff1c;
  --cream: #ffe4c6;
  --pink: #f5b3ff;
  --magenta: #da00eb;
  --yellow: #fff705;
  --soft-yellow: #eaff07;
  --line: #fa677b;
  --gray: #848485;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: none;
}

button,
input,
select {
  font: inherit;
}

.page {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.artboard {
  position: relative;
  left: 50%;
  width: 1200px;
  margin: 0;
  transform: translateX(-50%);
}

.hero,
.experience,
.tickets-title,
.tickets,
.faq-title,
.faq,
.tour-summary,
.volunteer,
.footer {
  background: var(--red);
}

.hero {
  height: 680px;
  overflow: visible;
}

.hero__board {
  height: 680px;
}

.hero__title {
  position: absolute;
  z-index: 3;
  top: 54px;
  left: 237px;
  width: 727px;
  height: auto;
}

.hero__people {
  position: absolute;
  z-index: 4;
  top: 122px;
  left: 317px;
  width: 566px;
  height: auto;
}

.date-badge {
  position: absolute;
  z-index: 5;
  width: 220px;
  height: auto;
}

.date-badge--poznan {
  top: 82px;
  left: 87px;
}

.date-badge--berlin {
  top: 177px;
  left: 9px;
}

.date-badge--paris {
  top: 283px;
  left: 0;
}

.date-badge--london {
  top: 354px;
  left: 931px;
}

.date-badge--budapest {
  top: 443px;
  left: 931px;
}

.date-badge--krakow {
  top: 548px;
  left: 892px;
}

.buy-tickets {
  position: absolute;
  z-index: 8;
  top: 554px;
  left: 471px;
  display: flex;
  width: 258px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--red);
  box-shadow: 4px 0 86px rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.buy-tickets:hover,
.buy-tickets:focus-visible {
  transform: scale(1.04);
  background: #ff5c72;
}

html[lang="uk"] .buy-tickets {
  left: 461px;
  width: 278px;
}

.lang {
  position: absolute;
  z-index: 12;
  top: 53px;
  left: 916px;
  display: flex;
  gap: 10px;
}

.lang__item {
  display: flex;
  width: 67px;
  height: 41px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #7a2727;
  color: #d8ff67;
  font-size: 17px;
  font-weight: 600;
}

.experience {
  position: relative;
  height: 1560px;
}

.experience__board {
  height: 1560px;
}

.word {
  position: absolute;
  z-index: 4;
  margin: 0;
  line-height: 1.2;
  --base-transform: none;
  white-space: nowrap;
  pointer-events: none;
}

.word--dancing {
  top: 91px;
  left: -135px;
  color: var(--pink);
  font-size: 140px;
  font-weight: 900;
  --base-transform: rotate(-5deg);
}

.word--glitter {
  top: 211px;
  left: 471px;
  color: var(--cream);
  font-size: 200px;
  font-weight: 400;
  --base-transform: rotate(4deg);
}

.word--chaos {
  top: 431px;
  left: 230px;
  color: var(--neon);
  font-size: 170px;
  font-weight: 700;
}

.word--ua-dancing {
  top: 85px;
  left: -39px;
}

.word--ua-glitter {
  top: 239px;
  left: 471px;
  font-size: 150px;
  font-weight: 700;
  text-transform: uppercase;
}

.word--ua-chaos {
  top: 430px;
  left: 281px;
}

.reveal {
  --reveal-x: 0px;
  --reveal-scale: 1;
  opacity: 0;
  transform: translate3d(var(--reveal-x), 0, 0) scale(var(--reveal-scale)) var(--base-transform);
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

.reveal--right {
  --reveal-x: 100px;
}

.reveal--left {
  --reveal-x: -100px;
}

.reveal--zoom {
  --reveal-scale: 0.9;
}

.reveal.is-visible,
.no-js .reveal {
  --reveal-x: 0px;
  --reveal-scale: 1;
  opacity: 1;
}

.stripe {
  position: absolute;
  z-index: 3;
}

.stripe--yellow {
  top: 137px;
  left: -180px;
  width: 769px;
  height: 100px;
  background: var(--yellow);
  transform: rotate(-4deg);
}

.stripe--magenta {
  top: 258px;
  left: 448px;
  width: 935px;
  height: 176px;
  background: var(--magenta);
  transform: rotate(1deg);
}

.stripe--gray {
  top: 486px;
  left: 240px;
  width: 609px;
  height: 139px;
  background: var(--gray);
  transform: rotate(1deg);
}

.intro-copy {
  position: absolute;
  z-index: 7;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.intro-copy p {
  margin: 0 0 20px;
}

.intro-copy strong {
  font-weight: 900;
}

.intro-copy--left {
  top: 719px;
  left: -11px;
  width: 286px;
  text-align: right;
}

.intro-copy--right {
  top: 1232px;
  left: 807px;
  width: 312px;
}

.video-frame {
  position: absolute;
  z-index: 6;
  top: 731px;
  left: 349px;
  width: 749px;
  height: 420px;
  border: 15px solid var(--neon);
  border-radius: 50px;
  background: #000;
  transform: rotate(3deg);
  transition: transform 0.2s ease;
}

.video-frame iframe,
.video-frame__button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 34px;
  background: #000;
}

.video-frame__button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.video-frame__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.video-frame__play {
  position: absolute;
  inset: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: auto;
  background: rgba(220, 255, 28, 0.92);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.32);
}

.video-frame__play::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 30px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid var(--red);
}

.video-frame:hover,
.video-frame:focus-visible {
  transform: rotate(3deg) scale(1.01);
}

.video-frame:hover .video-frame__thumb,
.video-frame:focus-within .video-frame__thumb {
  opacity: 1;
  transform: scale(1.02);
}

.verka-star {
  position: absolute;
  z-index: 8;
  top: 1024px;
  left: 167px;
  width: 613px;
  height: auto;
  transform: rotate(12deg);
}

.tickets-title {
  height: 240px;
}

.tickets-title__board {
  height: 240px;
}

.tickets-title__stripe {
  position: absolute;
  top: 69px;
  left: 267px;
  width: 689px;
  height: 100px;
  background: var(--soft-yellow);
  transform: rotate(-2deg);
}

.tickets-title__text {
  position: absolute;
  top: 29px;
  left: 304px;
  margin: 0;
  color: var(--red);
  font-size: 140px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}

.tickets {
  height: 840px;
  padding-top: 10px;
}

.tickets__list {
  display: grid;
  width: 565px;
  margin: 0 auto;
  transform: translateX(-14px);
  grid-template-columns: 334px 219px;
  column-gap: 12px;
  row-gap: 19px;
  align-items: center;
}

.ticket-row__date {
  display: block;
  width: 334px;
  height: 101px;
}

.ticket-row__date img {
  width: 334px;
  height: auto;
}

.ticket-row__buy {
  display: flex;
  width: 219px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--lime);
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.ticket-row__buy:hover,
.ticket-row__buy:focus-visible {
  transform: scale(1.06);
  background: #f1ff95;
}

.faq-title {
  height: 210px;
}

.faq-title__board {
  height: 210px;
}

.faq-title__text {
  position: absolute;
  top: 29px;
  left: 449px;
  margin: 0;
  color: #c3ff17;
  font-size: 140px;
  font-weight: 700;
  line-height: 1.3;
}

.faq {
  padding-bottom: 15px;
}

.faq__list {
  width: 960px;
  margin: 0 auto;
}

.faq__item {
  border-top: 1px solid var(--line);
}

.faq__item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq__item summary {
  position: relative;
  display: flex;
  min-height: 67px;
  align-items: center;
  justify-content: space-between;
  color: var(--lime);
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  content: "+";
  display: flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 28px;
  background: var(--lime);
  color: var(--red);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.faq__item[open] summary::after {
  transform: rotate(45deg);
}

.faq__item p {
  max-width: 820px;
  margin: 0;
  padding: 0 0 24px;
  color: #fbffec;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.faq__item a {
  color: #c3ff18;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tour-summary {
  padding: 54px 20px 64px;
}

.tour-summary__inner {
  display: grid;
  width: 960px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 72px;
  align-items: start;
}

.tour-summary__kicker {
  margin: 0 0 8px;
  color: var(--lime);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.tour-summary h2 {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.tour-summary p {
  max-width: 650px;
  margin: 0 0 14px;
  color: #fffbe8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.tour-summary__dates {
  margin: 4px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.tour-summary__dates li {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.tour-summary__dates span {
  flex: 0 0 54px;
  color: var(--lime);
  font-weight: 900;
}

.volunteer {
  min-height: 640px;
  padding: 90px 20px 60px;
}

.volunteer__card {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px;
  border-radius: 46px;
  background: var(--lime);
  color: #7b8948;
  text-align: center;
}

.volunteer__card h2 {
  margin: 0;
  color: #f80121;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.volunteer__card > p {
  margin: 8px auto 28px;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.45;
}

.volunteer__form {
  display: grid;
  max-width: 700px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 160px;
  gap: 14px;
  text-align: left;
}

.volunteer__form label {
  display: grid;
  gap: 8px;
  color: #7e903d;
  font-size: 14px;
  font-weight: 700;
}

.volunteer__form input,
.volunteer__form select {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #000;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}

.volunteer__form button {
  align-self: end;
  height: 56px;
  border: 0;
  border-radius: 10px;
  background: var(--red);
  color: var(--lime);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.volunteer__form button:hover,
.volunteer__form button:focus-visible {
  background: #ff5c72;
  color: #fff;
}

.volunteer__success {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: #f80121;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.volunteer__policy {
  margin: 22px 0 0;
  color: #879552;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.volunteer__policy a {
  text-decoration: underline;
}

.footer {
  height: 190px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 51px;
}

.footer img {
  width: 197px;
  height: auto;
}

@media (min-width: 800px) {
  .volunteer__card {
    visibility: hidden;
  }
}

@media (max-width: 1199px) {
  .artboard {
    width: 960px;
  }
}

@media (max-width: 959px) {
  .artboard {
    width: 640px;
  }
}

@media (max-width: 799px) {
  .tour-summary {
    padding: 40px 0 48px;
  }

  .tour-summary__inner {
    width: 376px;
    max-width: calc(100% - 14px);
    padding-top: 26px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tour-summary__kicker {
    font-size: 10px;
  }

  .tour-summary h2 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.15;
  }

  .tour-summary p {
    font-size: 12px;
    line-height: 1.42;
  }

  .tour-summary__dates li {
    min-height: 34px;
    font-size: 11px;
  }

  .tour-summary__dates span {
    flex-basis: 46px;
  }

  .volunteer {
    min-height: 0;
    padding: 54px 0 86px;
  }

  .volunteer__card {
    width: 376px;
    max-width: calc(100% - 14px);
    margin: 0 7px;
    padding: 30px 16px 28px;
    border-radius: 22px;
  }

  .volunteer__card h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .volunteer__card > p {
    margin: 12px auto 20px;
    max-width: 280px;
    font-size: 12px;
    line-height: 1.35;
  }

  .volunteer__form {
    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .volunteer__form label {
    gap: 6px;
    font-size: 10px;
  }

  .volunteer__form input,
  .volunteer__form select,
  .volunteer__form button {
    height: 42px;
    font-size: 11px;
  }

  .volunteer__form button {
    margin-top: 2px;
  }

  .volunteer__policy {
    margin-top: 15px;
    font-size: 9px;
  }
}

@media (max-width: 639px) {
  .artboard {
    width: 480px;
  }
}

@media (max-width: 479px) {
  .artboard {
    width: 320px;
  }

  .hero {
    height: 730px;
  }

  .hero__board {
    height: 730px;
  }

  .hero__title {
    top: 76px;
    left: 3px;
    width: 318px;
  }

  .hero__people {
    top: 105px;
    left: 9px;
    width: 308px;
  }

  .date-badge {
    width: 138px;
  }

  .date-badge--poznan {
    top: 373px;
    left: 57px;
  }

  .date-badge--berlin {
    top: 407px;
    left: 162px;
  }

  .date-badge--paris {
    top: 446px;
    left: 12px;
  }

  .date-badge--london {
    top: 474px;
    left: 140px;
  }

  .date-badge--budapest {
    top: 516px;
    left: 24px;
  }

  .date-badge--krakow {
    top: 544px;
    left: 162px;
  }

  .buy-tickets {
    top: 614px;
    left: 31px;
    width: 258px;
    height: 68px;
  }

  html[lang="uk"] .buy-tickets {
    left: 21px;
    width: 278px;
  }

  .lang {
    top: 21px;
    left: 86px;
    gap: 10px;
  }

  .lang__item {
    width: 67px;
    height: 33px;
    font-size: 15px;
  }

  .experience {
    height: 1390px;
  }

  .experience__board {
    height: 1390px;
  }

  .word--dancing {
    top: 60px;
    left: -11px;
    font-size: 70px;
  }

  .word--glitter {
    top: 163px;
    left: -10px;
    font-size: 80px;
  }

  .word--chaos {
    top: 271px;
    left: 9px;
    font-size: 80px;
    --base-transform: rotate(-6deg);
  }

  .word--ua-dancing {
    top: 51px;
    left: -10px;
    font-size: 90px;
  }

  .word--ua-glitter {
    top: 169px;
    left: -18px;
    font-size: 60px;
  }

  .word--ua-chaos {
    top: 259px;
    left: 7px;
    font-size: 80px;
  }

  .stripe--yellow {
    top: 86px;
    left: -196px;
    width: 769px;
    height: 69px;
  }

  .stripe--magenta {
    top: 182px;
    left: -171px;
    width: 934px;
    height: 72px;
  }

  .stripe--gray {
    top: 275px;
    left: -100px;
    width: 609px;
    height: 78px;
    transform: rotate(-7deg);
  }

  .intro-copy {
    font-size: 11px;
    line-height: 1.3;
  }

  .intro-copy p {
    margin-bottom: 13px;
  }

  .intro-copy--left {
    top: 406px;
    left: 17px;
    width: 286px;
  }

  .video-frame {
    top: 776px;
    left: -11px;
    width: 342px;
    height: 209px;
    border-width: 8px;
    border-radius: 22px;
  }

  .verka-star {
    top: 1231px;
    left: 105px;
    width: 114px;
  }

  .intro-copy--right {
    top: 1051px;
    left: 4px;
    width: 312px;
    text-align: center;
  }

  .tickets-title {
    height: 120px;
  }

  .tickets-title__board {
    height: 120px;
  }

  .tickets-title__stripe {
    top: 24px;
    left: -155px;
    width: 689px;
    height: 73px;
  }

  .tickets-title__text {
    top: 15px;
    left: 16px;
    font-size: 70px;
  }

  .tickets-title__text--ua {
    left: 10px;
  }

  .tickets {
    height: 840px;
    padding-top: 12px;
  }

  .tickets__list {
    width: 336px;
    margin: 0;
    transform: translateX(-11px);
    grid-template-columns: 203px 133px;
    column-gap: 0;
    row-gap: 19px;
  }

  .ticket-row__date {
    width: 203px;
    height: 62px;
  }

  .ticket-row__date img {
    width: 203px;
  }

  .ticket-row__buy {
    width: 133px;
    height: 39px;
    font-size: 14px;
  }

  .faq-title {
    height: 210px;
  }

  .faq-title__text {
    top: 29px;
    left: 9px;
    font-size: 70px;
  }

  .faq {
    padding: 0 0 45px;
  }

  .faq__list {
    width: 320px;
    margin: 0 auto;
  }

  .faq__item summary {
    min-height: 46px;
    padding: 0 4px;
    font-size: 10px;
  }

  .faq__item summary::after {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    margin-left: 12px;
    font-size: 20px;
  }

  .faq__item p {
    padding: 0 4px 16px;
    font-size: 12px;
  }

  .tour-summary {
    padding: 34px 7px 44px;
  }

  .tour-summary__inner {
    width: auto;
    max-width: 100%;
    padding-top: 22px;
    gap: 20px;
  }

  .tour-summary h2 {
    font-size: 20px;
  }

  .tour-summary__dates li {
    gap: 10px;
  }

  .volunteer {
    min-height: 0;
    padding: 54px 7px 86px;
  }

  .volunteer__card {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 30px 16px 28px;
    border-radius: 22px;
  }

  .volunteer__card h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .volunteer__card > p {
    margin: 12px auto 20px;
    max-width: 280px;
    font-size: 12px;
    line-height: 1.35;
  }

  .volunteer__form {
    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .volunteer__form label {
    gap: 6px;
    font-size: 10px;
  }

  .volunteer__form input,
  .volunteer__form select,
  .volunteer__form button {
    height: 42px;
    font-size: 11px;
  }

  .volunteer__form button {
    margin-top: 2px;
  }

  .volunteer__policy {
    margin-top: 15px;
    font-size: 9px;
  }

  .footer {
    height: 180px;
    padding-top: 46px;
  }
}
