html, body {
  height: 100%;
}

body {
  margin: 0;
    background-color: #000;
}

header {
  position: fixed;
  z-index: 20;
}

.b-container {
  display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap');

@font-face {
    font-family: Akira;
    src: url(fonts/Akira.ttf);
}

@font-face {
    font-family: KronaOne2;
    src: url(fonts/KronaOne-Regular.ttf);
}

.b-link:after {
  content: "\00a0\00a0";
}

.copyright {
	color: #FFF;
	position: fixed;
	z-index: 20;
	bottom: 15px;
        left: 30px;
	font-family: 'Krona One', 'KronaOne2', sans-serif;
	font-size: 12px;
}

.copyright2 {
	color: #FFF;
	position: fixed;
	z-index: 20;
	bottom: 27px;
        right: 30px;
	font-family: 'Krona One', 'KronaOne2', sans-serif;
	font-size: 12px;
        text-decoration: none;
}

#logoesk {
  position: fixed;
  max-width: 90px;
  top: 15px;
  left: 10px;
}

.wrapperr {
margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapperr a {
	font-family: 'Akira', 'Krona One';
	font-size: 35px;
        font-style: italic;
	line-height: 31px;
	display: block;
	position: relative;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

.wrapper a:last-child {
  margin-bottom: 170px;
}

.back {
	writing-mode: tb-rl;
	font-size: 100px;
	z-index: -1;
	font-family: 'Krona One', 'KronaOne2', sans-serif;
	-webkit-text-stroke: 1px #FFF;
	color: transparent;
	position: fixed;
	margin: auto;
	left: calc(50% - 62px);
	letter-spacing: 32px;
        top: 45px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0.5;
}

@media screen and (min-width: 500px) {
  .wrapperr a {
    font-size: 40px;
	line-height: 40px;
  }
}

@media screen and (min-width: 600px) {
  .wrapperr a {
    font-size: 60px;
	line-height: 60px;
  }
  .back {
  	font-size: 140px;
  	left: calc(50% - 87px);
  }
}



a:hover {
	color: #FFF;
}


.wrapperr a:hover {
  -webkit-text-stroke: 1px #FFF;
  color: transparent;
}


#player {
    margin-top: 180px;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

iframe {
    display: block;
    position: relative;
    height: 168.5px;
    width: 300px;
    margin: auto;
}


@media screen and (min-width: 500px) {
  #player {
    margin-top: 400px;
  }
  iframe {
    margin-top: 170px;
    width: 400px;
    height: 225px;
  }
}

@media screen and (min-width: 1500px) {
  .back {
    left: calc(50% - 87px);
  }
  #player {
    position: absolute;
    margin-top: -60px;
    left: -45vw;
  }
  iframe {
    margin-top: 170px;
    width: 600px;
    height: 337.5px;
  }

}


/* animation */

 .back {
	 animation: marquee 200s linear infinite alternate-reverse;
	 white-space: nowrap;
	 overflow: hidden;
}

@keyframes marquee {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

#img1 {
  display: none;
  margin-top: -150px;
  width: 100%;
  height: 100%;
  position: fixed;
}


/* menu */


@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-250px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-250px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-250px, 0, 0);
    visibility: visible;
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-250px, 0, 0);
    visibility: visible;
    visibility: hidden;
  }
}
* {
  box-sizing: border-box;
}

body:after {
  background: #0A0A0A;
  content: "";
  height: 100%;
  left: 0;
  display: none;
  overflow: auto;
  padding: 0;
  position: fixed;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
}
body.open {
  overflow: hidden;
}
body.open:after {
  opacity: 1;
  visibility: visible;
}

.b-nav {
  position: absolute;
  z-index: 21;
}
.b-nav:not(.open) {
  visibility: hidden;
}
.b-nav li {
  color: #FFF;
  list-style-type: none;
  padding: 10px;
  text-align: left;
  transform: translateX(-250px);
}
.b-nav li:not(.open) {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
.b-nav li:first-child {
  padding-top: 120px;
}
.b-nav.open {
  position: fixed ;
  visibility: visible;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0.8) 100%);
    border: 1px solid #FFF;
  	top: 24px;
    	height: calc(100% - 48px);
    	width: calc(100% - 48px);
    	left: 24px;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
.b-nav.open li {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

.b-link {
  background: transparent;
  border-left: rgba(68, 68, 68, 0) solid 2px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  margin-left: 30px;
  text-decoration: none;
  width: auto;
}
.b-link:hover, .b-link--active {
  border-left: #FFF solid 2px;
  padding-left: 30px;
}

.b-menu {
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  padding-left: 15.5px;
  padding-top: 17.5px;
  position: relative;
  transition: all 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 60px;
  z-index: 22;
}

.b-bun {
  background: #FFF;
  position: relative;
  transition: all 0.4s ease;
}
.b-bun--top {
  height: 2px;
  top: 0;
  width: 25px;
}
.b-bun--mid {
  height: 2px;
  top: 8px;
  width: 25px;
}
.b-bun--bottom {
  height: 2px;
  top: 16px;
  width: 25px;
}

.b-brand {
  color: white;
  font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  top: -21.4285714286px;
  transition: all 0.4s ease;
  z-index: 23;
}

.b-container {
  height: 60px;
  left: 30px;
  position: absolute;
  top: 30px;
}
.b-container:hover:not(.open) .bun-top,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-bottom {
  background: white;
}
.b-container.open .b-main {
  border: #FFF solid 2px;
}
.b-container.open .b-bun--top {
  background: #FFF;
  top: 9px;
  transform: rotate(45deg);
}
.b-container.open .b-bun--mid {
  opacity: 0;
}
.b-container.open .b-bun--bottom {
  background: #FFF;
  top: 5px;
  transform: rotate(-45deg);
}
.b-container.open .b-brand {
  color: #FFF;
}

.wrapperr a:first-child:after {
    content: "[160k]";
    font-size: 10px;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'Krona One', 'KronaOne2', sans-serif;
}

.wrapperr a:nth-child(3):after {
    content: "[126k]";
    font-size: 10px;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'Krona One', 'KronaOne2', sans-serif;
}

.wrapperr a:nth-child(5):after {
    content: "[31k]";
    font-size: 10px;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'Krona One', 'KronaOne2', sans-serif;
}

.wrapperr a:nth-child(7):after {
    content: "[64k]";
    font-size: 10px;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'Krona One', 'KronaOne2', sans-serif;
}

.wrapperr a:nth-child(9):after {
    content: "[34k]";
    font-size: 10px;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'Krona One', 'KronaOne2', sans-serif;
}


.wrapperr a:nth-child(11):after {
    content: "[26k]";
    font-size: 10px;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'Krona One', 'KronaOne2', sans-serif;
}


.wrapperr a:nth-child(13):after {
    content: "[3k]";
    font-size: 10px;
    vertical-align: middle;
    padding-left: 15px;
    font-family: 'Krona One', 'KronaOne2', sans-serif;
}


.wrapperr a:hover::after {
  color: #fff;
}


.wrapperr a:after {
  position: absolute;
  right: 0;
}


.wrapperr a {
  text-align: left;
  min-width: 320px;
}


@media screen and (min-width: 500px) {
  .wrapperr a {
    min-width: 400px;
  }
}

@media screen and (min-width: 600px) {
  .wrapperr a {
    min-width: 500px;
  }
}



.wrapperr a:nth-child(5):before {
  content: "i";
  padding-right: 15px;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  background: -ms-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrapperr a:first-child:before {
  content: "i";
  padding-right: 15px;
  color: #9146FF;
}

.wrapperr a:nth-child(9):before {
  content: "i";
  padding-right: 15px;
  color: #1DA1F2;
}

.wrapperr a:nth-child(7):before {
  content: "i";
  padding-right: 15px;
  color: #FF0000;
}

.wrapperr a:nth-child(11):before {
  content: "i";
  padding-right: 15px;
  color: #7289d9;
}

.wrapperr a:nth-child(3):before {
  content: "i";
  padding-right: 15px;
  background: -webkit-linear-gradient(#25F4EE 25%, #FE2C55 75%);
  background: -moz-linear-gradient(#25F4EE 25%, #FE2C55 75%);
  background: -o-linear-gradient(#25F4EE 25%, #FE2C55 75%);
  background: -ms-linear-gradient(#25F4EE 25%, #FE2C55 75%);
  background: linear-gradient(#25F4EE 25%, #FE2C55 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrapperr a:nth-child(13):before {
  content: "i";
  padding-right: 15px;
  background: -webkit-linear-gradient(#f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  background: -moz-linear-gradient(#f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  background: -o-linear-gradient(#f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  background: -ms-linear-gradient(#f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  background: linear-gradient(#f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 65%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
