/*!HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media only screen and (min-width: 35em) {
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: avenir;
  src: url(main.css) format("truetype");
}
header nav {
  background-color: #2a2e34;
}
.navbar-brand {
  margin-right: 50px;
}
header nav .nav-link,
header nav .nav-link:visited {
  color: #747483;
  font-family: tahoma, helvetica, arial;
  position: relative;
  transition: all 0.2s ease;
  margin-right: 20px;
}
header nav .nav-link:hover {
  color: #fff;
  transition: all 0.2s ease;
}
header nav .nav-link.active {
  color: #fff;
  transition: all 0.2s ease;
}
header nav .nav-link.active::after {
  position: absolute;
  bottom: -26px;
  left: 0;
  height: 4px;
  width: 100%;
  content: " ";
  background-image: url(../img/header_underline.webp);
  background-size: contain;
  background-position: center center;
}
header .nav-input-container {
  position: relative;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
header .nav-input-container input {
  font-family: tahoma, helvetica, arial;
}
header .nav-input-container::after {
  position: absolute;
  display: block;
  content: "";
  right: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/header_lupa.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.nav-input-container.hiddenMagnifier::after {
  display: none;
}
header nav input.form-control {
  border-radius: 19.5px;
  background-color: #24262c;
  color: #747483;
  height: 40px;
  padding: 10px 50px 10px 20px;
  border: none;
  position: relative;
}
header nav input.form-control:focus {
  background-color: #24262c;
  color: #fff;
  box-shadow: none !important;
}
header nav input.form-control:focus::placeholder {
  color: transparent;
}
header nav .icons {
  display: flex;
  margin-right: 25px;
}
header nav .icons i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
}
header nav .icons i:last-child {
  margin-right: 0;
}
.icon-notifications::after {
  position: absolute;
  content: "";
  background-image: url(../img/header_notifications.webp);
  background-size: contain;
  background-position: center;
  top: 0;
  right: -6px;
  height: 18px;
  width: 18px;
}
nav .icons i a:hover img {
  transition: all 0.2s ease;
}
nav .icons i a:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.2s ease;
}
.intro {
  z-index: 100;
  height: calc(100vh - 80px);
  min-height: 700px;
  width: 100%;
  background-color: #000;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.intro .container {
  display: flex;
  height: 100%;
  align-items: center;
}
.intro .container h1 {
  color: #fff;
  font-family: tahoma, helvetica, arial;
}
.intro-content {
  width: 49%;
  position: relative;
}
.intro-text-slides {
  display: block;
  width: 100%;
}
.intro-slide h2 {
  color: #fff;
  font-family: tahoma, helvetica, arial;
}
.slider-slick-dots {
  display: block;
}
.intro .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
}
.slick-dots li {
  margin-right: 15px;
}
.intro .slick-dots li button:before {
  content: url(../img/intro_inactive.webp);
}
.intro .slick-dots li.slick-active button:before {
  content: url(../img/intro_active.webp);
}
.intro-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80%;
  width: auto;
  display: block;
}
.streams {
  background-color: #212429;
  padding: 70px 0;
  position: relative;
  z-index: 1;
  min-height: 1300px;
}
.streams-left-shape {
  position: absolute;
  top: -100px;
  left: 0;
}
.streams-left-shape img {
  max-width: 350px;
}
.streams-left-hero {
  position: absolute;
  top: 280px;
  left: 40px;
}
.streams-left-hero img {
  max-width: 200px;
}
.streams-right-shape {
  position: absolute;
  bottom: 235px;
  right: 0;
}
.streams-right-shape img {
  max-width: 530px;
}
.streams-right-hero {
  position: absolute;
  bottom: 200px;
  right: 0;
}
.streams-right-hero img {
  max-width: 200px;
}
.streams-heading h2 {
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  font-family: tahoma, helvetica, arial;
}
.stream-wrapper {
  position: relative;
  width: 80%;
  margin-right: 30px;
}
.stream-wrapper > div {
  height: 100%;
  width: 100%;
  display: block;
}
.stream-video-wrapper {
  z-index: 1;
  display: flex;
  width: 100%;
  border-radius: 15px;
  padding: 8px;
  position: relative;
  background-color: #191c20;
}
#app1,
#app2,
#app3,
#app4 {
  display: none;
}
#app1.video-active,
#app2.video-active,
#app3.video-active,
#app4.video-active {
  display: block;
}
.art-video-player {
  border-radius: 10px;
  overflow: hidden;
}
.video-wrap {
  width: 100%;
  display: block;
  height: 100%;
  align-items: center;
  position: relative;
  justify-content: center;
  border-bottom: 1px solid #111518;
}
.video-wrap video {
  position: absolute;
  width: 100%;
}
.video_player {
  display: block;
  height: 100%;
  width: 100%;
}
.stream-preview-wrapper {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.stream-preview-wrapper .slick-track {
}
.streamer-box {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}
.streamer-box:first-child {
  margin-top: 0;
}
.streamer-box video {
  display: none;
  height: 153px;
  width: auto;
}
.streamer-box:hover video {
  display: block;
  object-fit: cover;
}
.streamer-box:hover img.streamer-photo {
  display: none;
}
.streamer-box img.streamer-photo {
  object-fit: cover;
	width: 262px;
	height: 153px;
}
img.border-hover {
  position: absolute;
  content: "";
  display: none;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../img/streamer_border.webp);
  background-position: center center;
  background-size: cover;
  transition: all 0.2s ease;
}
.streamer-box:hover img.border-hover {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease;
}
.streamer-box.active img.border-hover {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease;
}
.streamed-games-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 70px;
  position: relative;
}
.categories-arrows,
.categories-arrows-stream {
  position: absolute;
  display: flex;
  right: 0;
  z-index: 1;
}
.categories-arrows .slick-arrow,
.categories-arrows-stream .slick-arrow {
  top: auto;
  width: auto;
  height: auto;
  position: relative;
}
.categories-arrows .slick-arrow::before,
.categories-arrows-stream .slick-arrow::before {
  content: "";
}
.categories-arrows .slick-prev,
.categories-arrows-stream .slick-prev {
  left: 0;
}
.categories-arrows .slick-next,
.categories-arrows-stream .slick-next {
  right: 0;
}
.categories {
  padding-bottom: 20px;
  border-bottom: 1px solid #6c6c7b;
  display: flex;
  align-items: center;
}
.category {
  margin-right: 15px;
  padding: 10px;
  display: flex;
  position: relative;
  text-decoration: none;
  align-items: center;
}
.category img {
  margin-right: 10px;
  max-width: 30px;
  max-height: 25px;
  display: flex;
}
.category h3 {
  font-family: tahoma, helvetica, arial;
  font-size: 20px;
  color: #6c6c7b;
  margin-bottom: 0;
  text-decoration: none;
}
.category-line {
  left: 5px;
  position: absolute;
  bottom: -23px;
  display: none;
}
.category:hover {
  cursor: pointer;
}
.category.active h3,
.category:hover h3 {
  color: #fff;
  margin: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.category.active img,
.category:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.2s ease;
  cursor: pointer;
}
.category.active .category-line,
.category:hover .category-line {
  display: block;
  transition: all 0.2s ease;
  cursor: pointer;
}
.categories-previews {
  margin-top: 50px;
}
.categories-previews .slick-list {
  z-index: 1;
  position: relative;
}
.categories-previews-row {
  position: relative;
  z-index: 1;
  display: flex;
}
.category-preview {
  width: 20%;
  padding: 0 15px;
  position: relative;
}
.category-preview-inner {
  overflow: hidden;
  background-color: #2d333a;
  border-radius: 10px;
  position: relative;
}
.category-preview-inner-desc {
  padding: 0 15px 15px;
}




.preview-icons .preview-icon-play {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
.preview-icons .preview-icon-live {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 1;
}
.category-preview-inner > a > img {
	width: 272px;
	height: 175px;
}
.category-preview-inner-desc h4 {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  font-family: tahoma, helvetica, arial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category-preview-inner-desc p {
  font-size: 14px;
  text-transform: uppercase;
  color: #b75cbe;
  font-family: avenir;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category-preview-inner-desc > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  font-family: avenir;
}
.category-preview-inner-desc > div span {
  color: #8289a2;
  font-size: 14px;
}
.category-preview-inner-desc > div a {
  background-color: #575c61;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  padding: 5px 12px;
  transition: all 0.1s ease;
}
.category-preview-inner-desc > div a:hover {
  font-weight: 700;
  color: #fff;
  transition: all 0.1s ease;
}
.games {
  background: #1b1e22;
  min-height: 100vh;
  min-height: 800px;
  padding: 70px 0;
  width: 100%;
  position: relative;
}
.games .container {
  position: relative;
  z-index: 1;
}
.games-inner {
  position: relative;
}
.games-arrows {
  display: flex;
  position: absolute;
  right: 0;
  z-index: 999;
}
.games-arrows .slick-prev {
  left: 0;
}
.games-arrows .slick-next {
  right: 0;
}
.games-arrows .slick-arrow {
  top: auto;
  position: relative;
  width: auto;
  height: auto;
}
.games-arrows .slick-arrow::before {
  content: "";
}
.games-arrows .slick-arrow img {
  transition: all 0s ease;
}
.games-arrows .slick-arrow:hover img {
  transition: all 0s ease;
}
.games-inner h2 {
  color: #fff;
  font-family: tahoma, helvetica, arial;
}
.game {
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.game-inner {
  background-color: #2d333a;
  border-radius: 10px;
  padding: 0 0 5px;
  position: relative;
}
.game-inner img {
  max-width: 100%;
  display: block;
}
.game-desc {
  padding: 5px 15px 0;
}
.game-title {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 5px;
  cursor: text;
  font-family: tahoma, helvetica, arial;
}
.game-viewers {
  color: #8289a2;
  font-size: 14px;
  font-family: avenir;
  cursor: text;
}
.game-link {
  margin-top: 7px;
  background-color: #575c61;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  padding: 5px 12px;
  transition: all 0.2s ease;
}
.game-link:hover {
  font-weight: 700;
  color: #fff;
  transition: all 0.1s ease;
}
.games-image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.games-image img {
  max-width: 250px;
}
footer nav {
  background-color: #141517;
}
footer nav .nav-link,
footer nav .nav-item p {
  color: #747483;
  font-family: tahoma, helvetica, arial;
  position: relative;
  transition: all 0.2s ease;
}
footer nav .nav-link:hover {
  color: #fff;
  transition: all 0.2s ease;
}
.login {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(27, 30, 34, 0.8);
}
.modal-background {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.login-modal {
  background-color: #1b1e22;
  border-radius: 10px;
  overflow: hidden;
  width: 770px;
  height: 470px;
  margin: 0 auto;
}
.modal-close {
  text-align: right;
  display: block;
  padding: 15px;
}
.modal-close img {
  cursor: pointer;
}
.modal-image {
  position: relative;
}
.login-modal .modal-absolute {
  position: absolute;
  left: -53px;
  top: -15px;
}
.modal-form-right {
  padding: 0 50px 0 20px;
}
.modal-form h2 {
  color: #fff;
  font-family: tahoma, helvetica, arial;
  text-align: center;
}
.form-picker {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #323539;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.form-picker a {
  display: block;
  width: 50%;
  text-align: center;
  font-size: 20px;
  font-family: tahoma, helvetica, arial;
  text-decoration: none;
  text-align: center;
  color: #fff;
  position: relative;
}
.form-picker a.active:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  background-image: url(../img/form-line.webp);
  height: 3px;
  width: 100%;
}
.login-modal .form-row:last-child {
  margin: 20px 0;
}
.form-row {
  position: relative;
}
.modal-form-icon {
  position: absolute;
  left: 30px;
  top: 15px;
}
.login-modal .form-row input {
  height: 50px;
  font-family: tahoma, helvetica, arial;
  border-radius: 25px;
  overflow: hidden;
  border: none;
  width: 100%;
  background-color: #323539;
  padding: 10px 20px 10px 60px;
  color: #fff;
}
.forget a {
  color: #b75cbe;
  font-size: 14px;
  font-family: tahoma, helvetica, arial;
}
.form-button {
  margin-top: 30px;
  font-family: tahoma, helvetica, arial;
}
.form-button button {
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(122, 50, 213) 0%,
    rgb(223, 58, 220) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(122, 50, 213) 0%,
    rgb(223, 58, 220) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(122, 50, 213) 0%,
    rgb(223, 58, 220) 100%
  );
  width: 140px;
  height: 43px;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 21.5px;
}
@media screen and (max-width: 450px) {
  header nav .nav-link.active::after {
    display: none;
  }
  header nav .nav-link {
    text-align: center;
  }
  .navbar-nav.me-auto.mb-2.mb-lg-0 {
    justify-content: center;
    display: flex;
    flex-direction: row;
    padding: 20px 0;
  }
  .intro .container {
    align-items: flex-start;
    padding-top: 110px;
  }
  .intro-content {
    width: 100%;
  }
  .intro-image {
    width: 380px;
    max-width: 95%;
    height: auto;
  }
  .stream-video-wrapper {
    flex-direction: column;
  }
  .video-wrap video {
    position: relative;
  }
  .stream-wrapper {
    width: 100%;
  }
  .stream-preview-wrapper {
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .streamer-box {
    width: 48%;
    margin-top: 0;
  }
  .streamer-box:nth-child(3),
  .streamer-box:nth-child(4) {
    margin-top: 15px;
  }
  .streamed-games-wrapper {
    margin-top: 30px;
  }
  .categories-arrows {
    display: none !important;
  }
  .categories {
    margin-top: 25px;
  }
  .category {
    flex-direction: column;
  }
  .category h3 {
    margin-top: 15px !important;
  }
  .category-line {
    left: -25px;
  }
  .categories-previews-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .category-preview {
    width: 100%;
    margin-bottom: 15px;
  }
  .category-preview-inner > a > img {
    width: 100%;
  }
  .login-modal {
    max-width: 90%;
  }
  .modal-image {
    display: none;
  }
}

.subscribe {
  color: #fff;
  background: rgb(153,105,203);
  background: linear-gradient(180deg, rgba(153,105,203,1) 46%, rgba(185,91,191,1) 60%, rgba(188,90,189,1) 100%);
  position: absolute;
  bottom: -3rem;
  left: 1rem;
  border: none;
  border-radius: 15px;
  font-weight: bold;
  padding: 8px 12px;
  font-size: 14px;
}