:root {
  --white: #fff;
  --black:#141313;
  --gold: #F8C873;
  --blue:#1D7FAE3D;
}

@font-face {
  font-family: "Trap";
  src: url("../fonts/Trap/Trap-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trap";
  src: url("../fonts/Trap/Trap-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trap";
  src: url("../fonts/Trap/Trap-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trap";
  src: url("../fonts/Trap/Trap-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trap";
  src: url("../fonts/Trap/Trap-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trap";
  src: url("../fonts/Trap/Trap-ExtraBold.otf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trap";
  src: url("../fonts/Trap/Trap-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Thin.ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Italic.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Black.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  max-width: 1330px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trap", "Montserrat";
}

html,
body {
  font-size: 18px;
  line-height: 1.3;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  background: #050821;
  background: url("../img/melody.png"), linear-gradient(90deg, #050821 0%, #070D1C 100%);
  background-position: center 225px, 0 0;
  background-size: 1310px, contain;
  background-repeat: no-repeat;
}
html > *,
body > * {
  position: relative;
}

.ellipse{
  width: 90%;
  height: 90%;
  position: absolute;
  top: 20%;
  right: 5%;
  filter:blur(30px);
  opacity:0;
  background:var(--blue);
  border-radius: 50%;
  transition:opacity 2s;
}

/* header */
.header {
  top: 24px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
.header__content {
  display: grid;
  grid-template-columns: 200px auto 200px;
  gap: 8%;
  align-items: center;
  padding: 15px;
  padding-left: 24px;
  padding-right:21px;
  box-sizing: border-box;
  background-color: rgba(25, 25, 40, 0.4);
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(56px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header__logo img{
  width: 150px;
}
.header__menu {
  justify-content: center;
  display: flex;
}
.header__menu li {
  margin-right: 4em;
}
.header__menu li:last-child {
  margin-right: 0;
}
.header__menu li a {
  color: var(--white);
  transition: 0.2s ease;
}
.header__menu li a:hover {
  opacity: 0.7;
}
.header__end {
  justify-self: end;
}
.header__mobile-content {
  display: none;
}
.header__button {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color:var(--gold);
  opacity:.84;
  transition: 0.2s ease;
  color: var(--black);
  font-weight: 500;
  padding: 20px 21px;
}
.header__button:hover {
  filter:brightness(80%);
}
.header__button svg {
  margin-right: 0.8em;
}
.header__hamburger {
  display: none;
}

/* background */
.boke-circles {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
}
.boke-circles__wrapper {
  height: 500vh;
  position: relative;
  overflow: hidden;
}
.boke-circles__container {
  position: relative;
}
.boke-circles .draft {
  background: green;
  position: absolute;
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
  top: 400px;
}
.boke-circles__circle {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  opacity: 0.44;
  filter: blur(150px);
}
.boke-circles__circle:nth-child(2n) {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
.boke-circles__circle:nth-child(1) {
  top: 0;
  background-color: #F3DB57;
}
.boke-circles__circle:nth-child(2) {
  top: 100vh;
  background-color: #B53A3C;
}
.boke-circles__circle:nth-child(3) {
  top: 200vh;
  background-color: #378D76;
}
.boke-circles__circle:nth-child(4) {
  top: 300vh;
  background-color: #1D7FAE;
}
.boke-circles__circle:nth-child(5) {
  top: 400vh;
  background-color: #471865;
}

/* story-part */
.story-part {
  position: relative;
}

.fixed-jimmy {
  top: 150px;
  position: sticky;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.fixed-jimmy__image {
  height: 108vh;
  position: relative;
  transform-origin: top;
  overflow: hidden;
}
.fixed-jimmy__image img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}
.fixed-jimmy__img {
  display: block;
  height: 100%;
}
.fixed-jimmy__img_body {
  position: absolute;
  top: 0;
  opacity: 0;
}

.title-section {
  top: 60px;
  padding-top: 124px;
}
.title-section__titling {
  text-align: center;
}
.title-section__pretitle {
  font-size: 1.3em;
  margin-bottom: 1em;
}
.title-section__title {
  font-size: 6.6em;
  text-transform: uppercase;
  line-height: 1;
}

.story-section {
  padding-bottom: 500vh;
}
.story-section__blocks-wrapper {
  position: relative;
}
.story-section__blocks {
  left: 0;
  right: 0;
  margin-top: -40vh;
  display: grid;
}
.story-section__block {
  position: relative;
  padding: 40px;
  max-width: 410px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 32px;
  background: rgb(27, 33, 56);
  background: linear-gradient(45deg, rgb(27, 33, 56) 0%, rgb(35, 35, 48) 100%);
  margin-bottom: 40vh;
}
.story-section__block:nth-child(2n-1) {
  justify-self: end;
}
.story-section__block-title {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.story-section__block-text {
  font-size: 0.9em;
}

/* welcome-part */
.welcome-part {
  margin-top: -500vh;
}

.welcome-section {
  position: sticky;
  top: calc(-100vh + 320px);
  padding-bottom: 70px;
}
.welcome-section__wrapper {
  top: calc(-200vh + 270px);
  position: sticky;
  height: 200vh;
}
.welcome-section__titling-wrapper {
  height: calc(100vh + 40px);
}
.welcome-section__titling {
  position: sticky;
  max-width: 1820px;
  top: calc(100vh - 90px);
  text-align: center;
}
.welcome-section__subtitle {
  margin-top: 0.9em;
  font-size: 1.3em;
}
.welcome-section__title {
  font-size: 4em;
  text-transform: uppercase;
  line-height: 1;
}

.nft-section {
  position: sticky;
  top: 270px;
}
.nft-section__wrapper {
  margin-bottom: 220px;
  height: 300vh;
}
.nft-section__collection {
  display: flex;
  overflow: hidden;
  justify-content: flex-start;
  padding-left: calc((100% - 1330px + 40px) / 2);
  padding-right: calc((100% - 1330px + 40px) / 2);
  margin-left: -261.2px;
}
.nft-section__nft {
  display: block;
  border-radius: 24px;
  width: 245.2px;
  min-width: 245.2px;
  overflow: hidden;
  margin-right: 16px;
  transition: 0.2s;
  position: relative;
}
.nft-section__nft:hover {
  filter: brightness(1.2) saturate(1.2);
}
.nft-section__nft:hover .nft-section__nft-button {
  opacity: 1;
}
.nft-section__nft img {
  display: block;
}
.nft-section__nft-button {
  position: absolute;
  bottom: 10px;
  box-sizing: border-box;
  background-color: rgba(25, 25, 40, 0.2);
  -webkit-backdrop-filter: blur(56px);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  left: 10px;
  right: 10px;
  color: #fff;
  text-align: center;
  padding: 0.8em 1em;
  opacity: 0;
  transition: 0.3s ease;
}
.nft-section__nft:last-child {
  margin-right: 0;
}
.nft-section__nft_jimmy {
  background: rgb(165, 150, 156);
  background: linear-gradient(45deg, rgb(165, 150, 156) 0%, rgb(223, 223, 225) 100%);
  display: flex;
  align-items: flex-end;
}
.nft-section__nft_jimmy img {
  opacity: 0;
  margin-bottom: -1px;
}
.nft-section__nft_jimmy.active img {
  opacity: 1;
}

.roadmap-section {
  margin-bottom: 220px;
}
.roadmap-section__titling-wrapper {
  height: 50vh;
  padding-bottom: 100px;
}
.roadmap-section__titling {
  position: sticky;
  top: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.roadmap-section__subtitle {
  margin-top: 0.9em;
  font-size: 1.3em;
  max-width: 780px;
}
.roadmap-section__title {
  font-size: 4.4em;
  text-transform: uppercase;
  line-height: 1;
}
.roadmap-section__notes {
  height: 100vh;
  position: sticky;
  top: calc(0vh);
}
.roadmap-section__notes-bg {
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.roadmap-section__notes-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.roadmap-section__notes-slides {
  height: 100%;
  display: flex;
  position: relative;
}
.roadmap-section__notes-slide {
  height: 100%;
  width: 100%;
  min-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-1 {
  bottom: 0;
  left: -20%;
  height: 90%;
  width: auto;
  transform:scale(1);
  z-index: 2;
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}
.roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-2 {
  left: -45%;
  top: 40%;
  height: 255px;
  width: auto;
  transform:scale(1.7);
}
.roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-3 {
  left: 40%;
  top: 45%;
  height: 255px;
  width: auto;
  transform:scale(1.5);
}
.roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-4 {
  top: 175px;
  left: 77%;
}
.roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-tickets {
  top: 25px;
  left: 22%;
}
.roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-1 {
  bottom: 0;
  left: -10%;
  height: 90%;
  width: auto;
  transform:scale(1);
  z-index:1;
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}
.roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-2 {
  top: 10%;
  right: -40%;
  z-index: 2;
  transform:rotate(29deg) scale(.6);
}
.roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-3 {
  bottom: -40%;
  left: 44%;
  z-index: 2;
  transform:scale(.6);
}
.roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-4 {
  top: 55px;
  left: 73%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-1 {
  bottom: 0;
  left: -10%;
  height: 90%;
  width: auto;
  transform:scale(1);
  z-index:2;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-2 {
  transform:scale(1.1);
  bottom: 60%;
  z-index: 1;
  left: 55%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-3 {
  transform:scale(1.1);
  bottom: 30%;
  z-index: 2;
  left: 50%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-4 {
  transform:scale(1.1);
  bottom: 5%;
  z-index: 2;
  left: 40%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-note-2 {
  top: 270px;
  left: 16%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-note-3 {
  top: 170px;
  left: 77%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-music {
  top: 160px;
  left: 11%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-big-card {
  top: 30px;
  left: 35%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-blue {
  top: 10px;
  left: -4%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-red {
  top: 30px;
  left: 78%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-green {
  top: 220px;
  left: -3%;
}
.roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-pure {
  top: 220px;
  left: 84%;
}
.roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-note-1 {
  bottom: 30%;
  left: 22%;
}
.roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-note-2 {
  bottom: 35%;
  left: 90%;
}
.roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-note-3 {
  bottom: 10%;
  left: 63%;
}
.roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-1 {
  bottom: 30%;
  left: 3%;
}
.roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-2 {
  bottom: 0%;
  left: 4%;
}
.roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-3 {
  bottom: 0%;
  left: 33%;
}
.roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-4 {
  bottom:20%;
  left: 66%;
}
.roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-5 {
  bottom: 5%;
  left: 74%;
}
.roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-jimmy {
  bottom: 0%;
  left: 19%;
}
.roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-1 {
  bottom: 0;
  left: -10%;
  height: 90%;
  width: auto;
  transform:scale(1);
  z-index: 1;
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}
.roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-2 {
  top: 28%;
  left: 80%;
  width: 89px;
  height:89px;
  z-index: 2;
  transform:scale(1);
}
.roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-3 {
  top: 40%;
  left: 90%;
  z-index: 2;
  width: 89px;
  height:89px;
  transform:scale(1);
}
.roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-4 {
  top: 49%;
  left: 75%;
  z-index: 2;
  width: 89px;
  height:89px;
  transform:scale(1);
}
.roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-5 {
  top: 63%;
  left: 90%;
  z-index: 2;
  width: 89px;
  height:89px;
  transform:scale(1);
}
.roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-6 {
  top: 170px;
  left: 72%;
}
.roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-7 {
  top: 260px;
  left: 84%;
}
.roadmap-section__notes-slide:nth-child(6) .roadmap-section__notes-slide-content #step-6-1 {
  top: 180px;
  left: 3%;
}
.roadmap-section__notes-slide:nth-child(6) .roadmap-section__notes-slide-content #step-6-2 {
  top: 10px;
  left: 75%;
}
.roadmap-section__notes-slide:nth-child(6) .roadmap-section__notes-slide-content #step-6-music-1 {
  top: 50px;
  transform: scale(0.65);
  left: 0%;
}
.roadmap-section__notes-slide:nth-child(6) .roadmap-section__notes-slide-content #step-6-music-2 {
  top: 220px;
  transform: scale(0.65);
  left: 35%;
}
.roadmap-section__notes-slide-content {
  height: 100%;
  width: calc(100% - (100vw - 1330px + 20px) / 2);
  background-position: right;
  position: relative;
}
.roadmap-section__notes-slide-content img {
  position: absolute;
  opacity: 0;
  transform-origin: top left;
  transform: scale(0.5);
  transition: 0.8s ease;
}
.roadmap-section__notes-slide-content img.active {
  opacity: 1;
}
.roadmap-section__path-split {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 100px;
}
.roadmap-section__steps {
  padding-right: calc((100vw - 1330px + 20px) / 2);
  width: 520px;
}
.roadmap-section__mobile-image {
  display: none;
}
.roadmap-section__step {
  display: grid;
  align-content: center;
  padding-top: calc(50vh - 120px);
  box-sizing: border-box;
  height: 100vh;
}
.roadmap-section__step-number {
  color: var(--gold);
  margin-bottom: 1.3em;
}
.roadmap-section__step-title {
  font-weight: 700;
  font-family: "Trap", sans-serif;
  font-size: 1.7em;
  line-height: 1.25;
}
.roadmap-section__step-text {
  margin-top: 1.3em;
}

.friends-section {
  background-image: url(../img/friends-lines.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.friends-section__titling-wrapper {
  height: 50vh;
  padding-bottom: 100px;
}
.friends-section__titling {
  position: sticky;
  top: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.friends-section__subtitle {
  margin-top: 0.9em;
  font-size: 1.3em;
  max-width: 780px;
}
.friends-section__title {
  font-size: 4.4em;
  text-transform: uppercase;
  line-height: 1;
}
.friends-section__friends {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 160px;
}
.friends-section__friend {
  width: 350px;
  position: relative;
}
.friends-section__friend:first-child {
  margin-right: -80px;
}
.friends-section__friend:first-child .friends-section__friend-bg {
  background-color: #1D7FAE;
}
.friends-section__friend:last-child {
  margin-left: -80px;
}
.friends-section__friend:last-child .friends-section__friend-bg {
  background-color: #378D76;
}
.friends-section__friend-name {
  text-align: center;
  font-weight: 700;
  font-family: "Trap", sans-serif;
  font-size: 1.3em;
  position: relative;
}
.friends-section__friend-name br {
  display: none;
}
.friends-section__friend-photo {
  position: relative;
}
.friends-section__friend-bg {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  filter: blur(50px);
}
.friends-section__friend_big {
  width: 470px;
  z-index: 1;
}
.friends-section__friend_big .friends-section__friend-bg {
  width: 380px;
  height: 380px;
  background-color: #BE7CE5;
}

.film-section {
  min-height: 100vh;
  background-image: url(../img/trailer-preview.jpg);
  background-position: top;
  background-attachment: fixed;
  position: relative;
}
.film-section__container {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.film-section__play-button {
  background: transparent;
  border: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  color: var(--white);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease;
}
.film-section__play-button:hover {
  color: rgba(255, 255, 255, 0.7);
}
.film-section__play-button svg {
  margin-right: 1.3em;
}
.film-section__play-button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.film-section__title {
  text-align: center;
  font-size: 4.4em;
  text-transform: uppercase;
  line-height: 1;
}

.footer__running-line {
  display: flex;
}
.footer__running-line-wrapper {
  padding-top: 160px;
  padding-bottom: 100px;
  overflow: hidden;
}
.footer__running-line-text {
  font-family: "Trap", sans-serif;
  color: var(--gold);
  font-size: 4.4em;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-right: 48px;
}
.footer__running-line-text svg {
  margin-left: 48px;
}
.footer__split {
  border-top: 1px solid #242848;
  padding-top: 100px;
  padding-bottom: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__container{
  max-width:100%;
  border-top: 1px solid #242848;
}
.footer__split,.footer__copyright{
  max-width: 1330px;
  margin: 0 auto;
  border-top: none;
}
.footer__logo img{
  width: 170px;
}
.footer__socials {
  display: flex;
  align-items: center;
}
.footer__socials-text {
  font-size: 0.9em;
  margin-right: 40px;
  display: block;
}
.footer__socials-links {
  display: flex;
}
.footer__socials-links li {
  margin-right: 1.3em;
  height:40px;
}
.footer__socials-links li:last-child {
  margin-right: 0;
}
.footer__socials-link {
  /* background-color: #242848;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s ease; */
  height:40px;
  position:relative;
  display: inline-block;
  transition: 0.2s ease;
}
.footer__socials-link img{
  height:40px;
  width:auto;
}
.footer__socials-link:hover {
  /* background-color: #fff; */
  filter: brightness(80%);
}
.footer__socials-link:hover svg path {
  /* fill: #242848; */
}
.footer__copyright {
  font-size: 0.9em;
  padding-bottom: 56px;
}

.trailer-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: grid;
  grid-auto-rows: auto 1fr;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.trailer-popup.active {
  visibility: visible;
  opacity: 1;
}
.trailer-popup__header {
  background-color: #000;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.trailer-popup__close {
  display: block;
  background: none;
  border: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease;
  padding: 5px;
}
.trailer-popup__close:hover {
  opacity: 0.7;
}
.trailer-popup__close svg {
  margin-right: 0.5em;
}
.trailer-popup__content {
  position: relative;
}
.trailer-popup iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 1620px) {
  .roadmap-section__path-split{
    gap:50px;
  }
  .roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-1{
    left: 0%;
  }
}
@media (max-width: 1440px) {
  .header__logo img{
    width:125px;
  }
  .welcome-section__titling{
    top: calc(100vh - 70px);
  }
  .welcome-section__title{
    font-size:3em;
  }
  .roadmap-section__path-split{
    gap:15px;
  }

  .roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-1{
    left: 15%;
    height: 594px;
  }
  .roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-2{
    left: -1%;
    transform: scale(1.1);
    top: 51%;
  }
  .roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-3{
    left: 50%;
    height: 230px;
  }

  .roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-1{
    height: 594px;
    left: 5%;
  }
  .roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-2{
    top: 10%;
    right: -20%;
    transform: rotate(29deg) scale(.5);
  }
  .roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-3{
    
  }

  .roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-1{
    height: 594px;
    left: 10%;
  }
  .roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-2{
    left: 50%;
    transform: scale(1);
  }
  .roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-3{
    left: 55%;
    transform: scale(1);
  }
  .roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-4{
    left: 50%;
    transform: scale(1);
  }

  .roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-1{
    height: 594px;
    left: 17%;
  }
}
@media (max-width: 1330px) {
  html,
  body {
    background-size: calc(100% - 20px), contain;
    font-size: 16px;
  }
  .header {
    top: 24px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header__content {
    display: grid;
    grid-template-columns: 200px auto 200px;
    gap: 20px;
    align-items: center;
    padding: 8px;
    padding-left: 24px;
    box-sizing: border-box;
    background-color: rgba(25, 25, 40, 0.4);
    -webkit-backdrop-filter: blur(56px);
    backdrop-filter: blur(56px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header__menu {
    justify-content: center;
    display: flex;
  }
  .header__menu li {
    margin-right: 2em;
  }
  .nft-section__collection {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-left: calc((100vw - 104px) / -5 - 16px);
  }
  .nft-section__nft {
    width: calc((100vw - 104px) / 5);
    min-width: calc((100vw - 104px) / 5);
  }
  .roadmap-section__path-split {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .roadmap-section__steps {
    padding-right: 20px;
    width: auto;
  }
  .roadmap-section__step {
    padding-top: 100px;
  }
  .roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-tickets {
    top: 20%;
    left: 12%;
    transform: scale(0.5);
  }
  .roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-big-card {
    top: 20%;
    left: 45%;
  }
  .roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-note-1 {
    top: 30px;
    left: 22%;
  }
  .roadmap-section__notes-slide:nth-child(4) .roadmap-section__notes-slide-content #step-4-3 {
    top: 20%;
    left: 38%;
    z-index: 1;
  }
  .roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-jimmy {
    top: 20%;
    left: 16%;
    transform: scale(0.5);
  }
  .roadmap-section__notes-slide:nth-child(6) .roadmap-section__notes-slide-content #step-6-2 {
    top: 20%;
  }
  .roadmap-section__notes-slide:nth-child(6) .roadmap-section__notes-slide-content #step-6-music-1 {
    top: 20%;
    transform: scale(0.65);
    left: -10%;
  }
  .roadmap-section__notes-slide:nth-child(6) .roadmap-section__notes-slide-content #step-6-music-2 {
    transform: scale(0.65);
    left: 25%;
  }
  .roadmap-section__notes-slide-content {
    width: calc(100% - 70px);
  }
  .roadmap-section__notes-slide-content img {
    transform: scale(0.4) translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .roadmap-section__notes{
    height: 77vh;
    top: calc(10vh);
  }

  .roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-1{
    height:450px;
  }
  .roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-2{
    height: 155px;
    left: -4%;
    transform: scale(1.2);
  }
  .roadmap-section__notes-slide:nth-child(1) .roadmap-section__notes-slide-content #step-1-3{
    top: 36%;
    left: 65%;
    height: 170px;
  }

  .roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-1{
    height:450px;
  }
  .roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-2{
    right: -65%;
    transform: rotate(29deg) scale(.35);
  }
  .roadmap-section__notes-slide:nth-child(2) .roadmap-section__notes-slide-content #step-2-3{
    bottom: -30%;
    left: 55%;
  }

  .roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-1{
    height:450px;
    left: -10%;
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  }
  .roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-2{
    left:10%;
  }
  .roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-3{
    left:15%;
    bottom:34%;
  }
  .roadmap-section__notes-slide:nth-child(3) .roadmap-section__notes-slide-content #step-3-4{
    left:7%;
  }

  .roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-1{
    height:450px;
    left: -15%;
  }
  .roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-2{
    top: 17%;
    left: 55%;
  }
  .roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-3{

  }
  .roadmap-section__notes-slide:nth-child(5) .roadmap-section__notes-slide-content #step-5-user-4{
    top: 49%;
    left: 55%;
  }
}
@media (max-width: 768px) {
  html,
  body {
    background: linear-gradient(90deg, #050821 0%, #070D1C 100%);
    background-position: 0 0;
    background-size: contain;
  }
  .story-part {
    top: -45px;
  }
  .story-section {
    padding-top: 200px;
  }
  .welcome-section {
    top: calc(-100vh + 230px);
    padding-bottom: 30px;
  }
  .welcome-section__wrapper {
    top: calc(-200vh + 350px);
    position: sticky;
  }
  .welcome-section__titling {
    top: calc(100vh - 120px);
  }
  .welcome-section__subtitle {
    font-size: 1em;
  }
  .welcome-section__title {
    font-size: 2.3em;
  }
  .nft-section {
    top: 300px;
  }
  .nft-section__wrapper {
    margin-bottom: 120px;
  }
  .nft-section__collection {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: calc(-888px + (100vw - 40px - 280px) / 2);
  }
  .nft-section__nft {
    width: 280px;
    min-width: 280px;
  }
  .fixed-jimmy {
    top: 250px;
    position: sticky;
    display: flex;
    justify-content: center;
    z-index: 10;
  }
  .fixed-jimmy__image {
    height: auto;
    width: calc(100vh - 40px);
    position: relative;
    transform-origin: top;
    overflow: hidden;
  }
  .fixed-jimmy__img {
    display: block;
    height: 100%;
  }
  .fixed-jimmy__img_body {
    position: absolute;
    top: 0;
    opacity: 0;
  }
  .story-section {
    position: relative;
    z-index: 15;
  }
  .story-section__block {
    padding: 2em;
    max-width: none;
  }
  .story-section__block:nth-child(2n-1) {
    justify-self: end;
  }
  .story-section__block-title {
    font-size: 1.3em;
  }
  .header__logo {
    max-width: 152px;
  }
  .header__content {
    grid-template-columns: auto auto;
    gap: 0;
    justify-content: space-between;
    padding: 15px;
    padding-left: 20px;
  }
  .header__button {
    justify-content: center;
  }
  .header__menu {
    display: none;
  }
  .header__end {
    display: none;
  }
  .header__mobile-content {
    overflow: hidden;
    display: block;
    grid-row: 2;
    grid-column: 1/3;
  }
  .header__mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 0;
  }
  .header__mobile-menu li {
    margin-bottom: 1em;
  }
  .header__mobile-menu li:last-child {
    margin-bottom: 0;
  }
  .header__mobile-menu li a {
    color: var(--white);
    transition: 0.2s ease;
  }
  .header__mobile-menu li a:hover {
    opacity: 0.7;
  }
  .header__hamburger {
    display: block;
    padding: 8px;
    grid-column: 2;
    grid-row: 1;
  }
  .header__hamburger svg {
    overflow: visible;
  }
  .header__hamburger svg rect {
    transition: 0.2s ease;
  }
  .header__hamburger svg rect:nth-child(1) {
    transform-origin: top left;
  }
  .header__hamburger svg rect:nth-child(2) {
    transform-origin: bottom left;
  }
  .header__hamburger.active svg rect:nth-child(1) {
    transform: rotate(45deg) translateY(-4px);
  }
  .header__hamburger.active svg rect:nth-child(2) {
    transform: rotate(-45deg) translateY(4px);
  }
  .boke-circles {
    display: none;
  }
  .title-section {
    top: -100px;
    position: sticky;
    padding-top: 150px;
  }
  .title-section__titling {
    text-align: center;
  }
  .title-section__pretitle {
    font-size: 1em;
  }
  .title-section__title {
    font-size: 6em;
  }
  .roadmap-section {
    margin-bottom: 120px;
  }
  .roadmap-section__subtitle {
    font-size: 1em;
  }
  .roadmap-section__titling-wrapper {
    padding-bottom: 40px;
  }
  .roadmap-section__titling {
    top: 150px;
  }
  .roadmap-section__title {
    font-size: 3em;
  }
  .roadmap-section__path-split {
    display: block;
  }
  .roadmap-section__steps {
    padding-left: 20px;
  }
  .roadmap-section__step {
    padding-top: 0;
    margin-bottom: 70px;
    height: auto;
  }
  .roadmap-section__step-title {
    font-size: 1.5em;
  }
  .roadmap-section__mobile-image {
    display: block;
    margin-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px;
    position:relative;
  }
  .ellipse{
    width: 100%;
    height: 400px;
    top: -10%;
    right: 3%;
    pointer-events: none;
  }
  .roadmap-section__notes-side {
    display: none;
  }
  .friends-section {
    background: none;
  }
  .friends-section__subtitle {
    font-size: 1em;
  }
  .friends-section__titling-wrapper {
    padding-bottom: 40px;
  }
  .friends-section__titling {
    top: 150px;
  }
  .friends-section__title {
    font-size: 3em;
  }
  .friends-section__friends {
    position: relative;
    padding-bottom: 120px;
  }
  .friends-section__friends::before {
    width: 160px;
    height: 160px;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 0;
    background-color: #1D7FAE;
    filter: blur(50px);
    opacity: 0.5;
  }
  .friends-section__friend {
    position: relative;
    width: 160px;
  }
  .friends-section__friend:first-child {
    margin-right: -50px;
  }
  .friends-section__friend:last-child {
    margin-left: -50px;
  }
  .friends-section__friend-name {
    font-size: 1em;
  }
  .friends-section__friend-name br {
    display: block;
  }
  .friends-section__friend-bg {
    display: none;
  }
  .friends-section__friend_big {
    width: 230px;
  }
  .film-section {
    background-size: cover;
    background-attachment: scroll;
  }
  .film-section__container {
    padding-top: 100px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .film-section__container::before {
    content: "";
  }
  .film-section__title {
    font-size: 1.5em;
    line-height: 1.3;
  }
  .film-section__play-button-wrapper {
    margin-bottom: 0;
  }
  .footer__split {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__logo img {
    width: 230px;
  }
  .footer__socials-text {
    display: none;
  }
  .footer__socials-links li {
    margin-right: 0;
  }
  .footer__socials-link {
    transform: scale(0.75);
  }
  .footer__running-line-wrapper {
    padding-top: 64px;
    padding-bottom: 40px;
  }
  .footer__running-line-text {
    font-size: 2em;
    margin-right: 1em;
  }
  .footer__running-line-text svg {
    margin-left: 1em;
    width: 20px;
    height: 20px;
  }
  .footer__copyright {
    font-size: 0.8em;
    text-align: center;
    padding-bottom: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
