* {
  box-sizing: border-box;
  outline: 0;
}
html {
  scroll-behavior: smooth;
  color-scheme: light;
  overflow-x: hidden;
}
body {
  background: #171b23;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Inter, Arial, sans-serif;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
a button {
  cursor: pointer;
}

.mobile-on {
  display: none;
}
.decs {
  display: block;
}

.box-btn-menu {
  display: flex;
  gap: 8px;
}
.btn-log button,
.btn-sign button {
  min-width: 100px;
  height: 48px;
  border-radius: 8px;
  padding: 12px;
  border: none;
  font: 600 16px/24px Inter, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-log button {
  color: #161920;
  background: #fdbd14;
}
.btn-sign button {
  color: #fff;
  background: transparent;
  border: 1px solid #fdbd14;
}
.main-btn button:hover,
.btn-log button:hover,
.btn-sign button:hover {
  filter: brightness(1.2);
  transition: 0.3s;
}

footer {
  display: flex;
  flex-direction: column;
  padding: 80px 90px 32px;
  background: #000;
}
.footer-contant {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-menu {
  display: flex;
  gap: 80px;
  align-items: flex-end;
}
.footer-menu li {
  margin-bottom: 12px;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: #fff;
  font: 500 16px Nunito, sans-serif;
  letter-spacing: 0.32px;
  margin: 0 25px;
}
.footer-menu a:hover {
  color: #ff5ab3;
  transition: 0.3s;
}
.rights-reserved {
  color: #adaeb4;
  margin-top: 40px;
  font: 500 14px Nunito, sans-serif;
}
.logo-footer {
  width: 77px;
  height: 83px;
}

/* side bar */

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 217px;
  padding: 0px 8px;
  padding-bottom: 15px;
  background: #2c323f;
  color: #e9eef7;
  z-index: 1000;
  transition: width 0.25s ease;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 100;
}
.scale-mini {
  transform: scale(0.9);
}
.sb-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sidebar.small {
  width: 48px;
}
.sb-toggle {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: none;
  background: #41495c;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transform: rotate(180deg);
}

.sb-toggle img {
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}
.sidebar.small .sb-toggle img {
  transform: rotate(180deg);
}

.sb-head {
  margin-top: 18px;
  width: 100%;
  min-height: 130px;
  padding: 8px;
  background: radial-gradient(
      circle at bottom,
      #7139e9 0,
      rgba(113, 57, 233, 0) 100%
    ),
    linear-gradient(135deg, #612cd0 3%, #2d0995 88%),
    linear-gradient(135deg, #434a5d 6%, #383e4d 94%);
  border-radius: 4px;
}
.t-sidebar-menu-welcome__title {
  max-width: 140px;
  font: 400 10px / 16px Inter, sans-serif;
  letter-spacing: 0.01em;
}
.t-sidebar-menu-welcome__title span {
  font: 800 14px / 14px Sora, sans-serif;
  color: #4edfff;
  white-space: nowrap;
}
.sb-logo {
  display: block;
  width: 160px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 auto 12px;
}
.sb-note {
  font-size: 13px;
  color: #9aa3b2;
  text-align: center;
  margin-bottom: 10px;
}
.sb-link {
  margin-left: 6px;
  color: #e9eef7;
  cursor: pointer;
}
.sb-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 16px;
}
.btn {
  border: 0;
  border-radius: 10px;
  padding: 8px 14px;
  background: #fdbd14;
  color: #000000;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  font: 600 14px / 16px Inter, sans-serif;
  text-align: center;
}
.btn-outline {
  background: transparent;
  color: white;
  border: 1px solid #fdbd14;
}

.sb-scroll {
}
.nav-item {
  margin: 4px 0;
}
.nav-item img {
  width: 24px;
  height: 24px;
}
.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  width: 100%;
  color: #e7ecf5;
  transition: 0.2s;
  background-color: #41495c;
  font: 400 12px / 18px Inter, sans-serif;
  position: relative;
}
.nav-link:hover {
  background-color: #6c7489;
}
.arr {
  position: absolute;
  left: 90%;
  width: 8px;
  height: 8px;

  background-image: url(../img/arr.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;

  transition: 0.7s;
}
.drop {
  display: none;
}
.nav-item.open .drop {
  display: block;
  padding: 8px 12px;
  background-color: #131620;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nav-item.open .arr {
  transform: rotate(180deg);
}
.sub {
  color: #c5ccda;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 4px 8px;
  color: #cfcfe5;
  background-color: transparent;
  border-radius: 8px;
  font: 400 12px / 18px Inter, sans-serif;
  margin-bottom: 4px;
}
.sub:hover {
  background: #6c7489;
}
.sub:last-child {
  color: #ffe65f;
}
.nav-item.first-item .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  font: 400 14px / 24px Inter, sans-serif;
  padding: 6px 12px;
}
.nav-item.first-item {
  margin-bottom: 0;
}
.nav-box .nav-item img {
  width: 32px;
  height: 32px;
}
.nav-box,
.nav {
  margin-top: 12px;
  margin-bottom: 12px;
}
.nav-box-bonus {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-box-bonus .nav-link {
  width: 47px;
  height: 44px;
  justify-content: center;
}

.nav-box-bonus .nav-link::after {
  position: absolute;
  bottom: 0;
  width: 28px;
  height: 2px;
  content: "";
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.nav-box-bonus .nav-link.red::after {
  background-color: #f45532;
  box-shadow: 0 0 5.8px 0 #ff540b;
}
.nav-box-bonus .nav-link.yellow::after {
  background-color: #f7cd62;
  box-shadow: 0 0 5.8px 0 #f7cd62;
}
.nav-box-bonus .nav-link.purple::after {
  background-color: #ab4eff;
  box-shadow: 0 0 5.8px 0 #ab4eff;
}
.nav-box-bonus .nav-link.white::after {
  background-color: #fff;
  box-shadow: 0 0 5.8px 0 #fff;
}
.orange {
  color: #fdbd14;
  font-weight: normal;
}
/* small side bar */
.sidebar.small .drop,
.sidebar.small .sb-head,
.sidebar.small .sb-note,
.sidebar.small .sb-actions,
.sidebar.small .nav-link span,
.sidebar.small .arr {
  display: none;
}
.sidebar.small .sb-logo {
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
.sidebar.small .nav-link {
  justify-content: center;
  padding: 10px;
}

.page {
  margin-left: 217px;
  transition: all 0.3s;
}
body.sb-small .page {
  margin-left: 48px;
}
body.sb-small .sb-toggle {
  background: transparent;
  left: 4px;
  transition: all 0.3s;
}
body.sb-small .nav-link {
  padding: 8px;
  width: 40px;
  height: 40px;
}
body.sb-small .sb-scroll {
  margin-top: 70px;
}
body.sb-small .sidebar {
  padding: 0 4px;
}
.sidebar.small .nav-box,
.sidebar.small .nav-box-bonus .nav-item {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar.small .nav-box-bonus {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.sidebar.small .nav-item.first-item {
  margin-bottom: 4px;
}

/* header */

header {
  position: fixed;
  top: 0;
  left: 217px;
  right: 0;
  z-index: 9;
}
body.sb-small header {
  left: 48px;
}
.site-navbar {
  background-color: #252a36;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 24px;
}
.site-logo {
  margin-right: 20px;
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 0px;
  margin: 0;
  padding: 0;
}
.menu-logo {
  width: 110px;
}
.menu__item a {
  color: #fdfee7;
  font: 400 16px / 24px Inter, sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 26px;
}
.menu__item a img {
  width: 24px;
  height: 24px;
}
.menu__item a:hover img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(24%) saturate(5095%)
    hue-rotate(347deg) brightness(103%) contrast(98%);
}

.box-btn-menu.decs {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
.box-btn-menu.decs button {
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: #ff5ab3;
  color: #fff;
  font-weight: 600;
}

.content {
  padding: 70px 0;
}
.logo-side-bar {
  display: block;
  max-width: 110px;
  margin-top: 12px;
  margin-left: 55px;
}
.sidebar.small .logo-side-bar {
  display: none;
}

.hero {
  padding: 24px 3px 24px 24px;

  position: relative;
}
.hero * {
  box-sizing: border-box;
}
.hero__container {
  max-width: 100%;
}
.hero__swiper {
  overflow: hidden;
  overscroll-behavior: contain;
}
.hero__slide {
  position: relative;
  height: 244px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
}
.hero__controls {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.hero__btn {
  width: 20px;
  height: 19.5px;
  position: relative;
  cursor: pointer;
}
.hero__btn svg {
  position: absolute;
  top: -2px;
  left: -8px;
  transform: scale(0.6);
  stroke: #8c8e92;
}
.hero__btn svg:hover {
  stroke: #fbfbfb;
  transition: 0.9s;
}

.hero__slide img {
  height: 244px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero__slide h4 {
  font-family: Sora;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  color: #fdfee7;
  line-height: 32px;
}
.hero__slide h4 strong {
  font-size: 24px;
  font-weight: 400;
}
.hero__slide p {
  color: #fdfee7;
  font-family: Sora;
  margin-top: 8px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.hero__slide p strong {
  font-size: 24px;
  font-weight: 800;
  line-height: 22px;
  color: #fdbd14;
}

.main-btn button {
  color: #191d25;
  text-align: center;
  cursor: pointer;
  background: #fdbd14;
  border: none;
  border-radius: 8px;
  transition: all 0.3s;
  padding: 8px 12px;
  font: 600 16px / 24px Inter, sans-serif;
}
.hero__pagination.swiper-pagination {
  position: static;
}

.hero__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: #8c8e92;
  margin: 0 4px;
  transition: width 0.5s ease, background-color 0.3s ease;
  opacity: 1;
  cursor: pointer;
}

.hero__pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 4px;
  background-color: #fff;
}

.hero__pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.hero__slide:hover img {
  transform: scale(1.1);
  transition: 0.9s;
}

.hero__swiper:hover {
  touch-action: pan-y;
}

/* game w game */
.gwg {
  padding: 15px 24px 32px;
  background: transparent;
}
.gwg__container {
  width: 100%;
  margin: 0 auto;
}
.gwg__slide {
  width: auto;
  cursor: pointer;
}
.gwg-card {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gwg-card__picwrap {
}
.gwg-card__picture {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gwg-card__picture img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  display: block;
}
.gwg-card__equal.cant-play {
  background-image: none;
  background-color: #00000070;
}

.gwg-card__picture:hover .gwg-card__equal.cant-play {
  position: absolute;
  background-image: url(../img/none-game.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #000000b1;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52px;
  height: 52px;

  transition: ease-in 0.4s;
}
.gwg-card__content {
  display: grid;
  gap: 2px;
}
.gwg-card__name {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.gwg-card__win {
  overflow: hidden;
  color: #ffcd4b;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  max-width: 69px;
  text-wrap: nowrap;
}

.gwg-card__game {
  max-width: 69px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: rgba(255, 255, 255, 0.5);
  text-overflow: ellipsis;
  font-family: Inter;
  text-wrap: nowrap;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
/* game */

.kcats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  gap: 8px;
  width: 100%;
}
.kcats__bar {
  display: flex;
  gap: 10px;
  align-items: center;
}
.kcats__search-btn {
  height: 44px;
  padding: 0 57px 0 12px;
  border-radius: 12px;
  font: 500 14px / 20px Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  display: inline-flex;
  align-items: center;
  text-wrap: nowrap;
  gap: 12px;
  cursor: pointer;
  width: 100%;
  background: #2d3242;
  border-radius: 4px;
  border: none;
}
.kcats__search-btn svg {
  width: 18px;
  height: 18px;
  stroke: #e9ecf1;
}

.kcats__slider {
  position: relative;
  max-width: 764px;
  width: 100%;
}
body.sb-small .kcats__slider {
  max-width: 930px;
}
.kcats__mask {
  position: relative;
}
.kcats__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  pointer-events: none;
  z-index: 5;
}
.kcats__fade--l {
  left: -1%;
  background: linear-gradient(to right, #0f1116e5, rgba(15, 17, 22, 0));
}

.kcats .swiper {
  overflow: hidden;
}
.kcats .swiper-wrapper {
  display: flex;
}
.kcats .swiper-slide {
  width: auto;
}
.kcats__card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  max-height: 44px;
  padding: 0 16px;
  border-radius: 4px;
  transition: opacity 0.3s ease-in-out;
  gap: 8px;
  background-color: rgb(45, 50, 66);
}
.kcats__card:hover {
  opacity: 0.7;
}
.kcats__card.sport-btn span {
  color: #fdbd14;
}
.kcats__card,
.kcats__card * {
  transform: none !important;
}
.kcats__card img {
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-user-drag: none;
}
.kcats__card span {
  font: 400 16px / 24px Inter, sans-serif;
  color: white;
}

.kcats__nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.kcats__btn {
  pointer-events: auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1a1f2d;
  border: 1px solid #394055;
  color: #e9ecf1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  z-index: 6;
}
.kcats__btn svg {
  width: 18px;
  height: 18px;
}

.kcats-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.kcats-modal.is-open {
  display: flex;
}
.kcats-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.kcats-modal__dialog {
  position: relative;
  z-index: 1;

  padding: 32px;

  width: 100%;

  max-width: 680px;
  background: #3e465a;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  border-radius: 20px;
}
.kcats-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #2c313f;
  background-size: 16px;
  border: 1px solid #2c313f;
  border-radius: 8px;
  cursor: pointer;
}
.kcats-modal__title {
  margin: 0 0 12px;
  font-size: 18px;
  color: #e9ecf1;
}

/* poup secrch*/
.gbox {
  max-width: 920px;
}
.gbox h3 {
  font: 500 20px / 28px Inter, sans-serif;
  color: white;
}
.gbox h5 {
  font: 500 16px / 24px Inter, sans-serif;
  color: white;
  margin-bottom: 10px;
}
.gbox__bar {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}
.gbox__search-btn {
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #394055;
  background: #1a1f2d;
  color: #e9ecf1;
  cursor: pointer;
}
.gbox__search {
  position: relative;
}
.gbox__search-input {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 6px 48px 6px 43px;
  font: 400 16px / 24px Inter, sans-serif;
  color: #fff;
  background: #292e39;
  border: 1px solid #58617b;
  border-radius: 8px;
  transition: all 0.3s;
  margin-top: 15px;
}
.gbox__bar img {
  position: absolute;
  top: 27px;
  left: 12px;
  width: 24px;
  height: 24px;
}
.gbox__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 900px) {
  .gbox__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .gbox__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gcard {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  background: #0f1116;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 147px;
  height: 147px;
}
.gcard__link {
  display: block;
  position: absolute;
  inset: 0;
  text-decoration: none;
  color: inherit;
  padding: 12px 12px 16px;
}
.gcard__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1) contrast(1.03);
}
.gcard__hover {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.922),
    rgba(0, 0, 0, 0.841) 50%,
    rgba(0, 0, 0, 0.823)
  );
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px;
  transition: opacity 0.18s ease;
}
.gcard:hover .gcard__hover {
  opacity: 1;
}
.gcard .gcard__title {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  text-overflow: ellipsis;
}
.gcard .gcard__provider {
  margin: 0;

  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: hsla(0, 0%, 100%, 0.5);
}
.gcard__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.gbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  border-radius: 8px;
  font-size: 13px;
  text-decoration: none;
  font: 600 16px / 24px Inter, sans-serif;
}
.gbtn--primary {
  background: transparent;
  color: #fff;

  height: 44px;
  color: #fff;
  background: none;
  border: 1px solid #ffd873;
}
.gbtn--ghost {
  background: rgba(0, 0, 0, 0.25);
  font: 400 12px / 18px Inter, sans-serif;
  color: #ffe65f;
  border: none;
}
.gbox__empty {
  margin-top: 12px;
  color: #e9ecf1;
  opacity: 0.8;
}
@media (hover: none) {
  .gcard__hover {
    opacity: 1;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.78),
      rgba(0, 0, 0, 0.25) 55%,
      rgba(0, 0, 0, 0)
    );
  }
}

.gcard__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.gbox .gbg-1 {
  background-image: url("../img/game-main-1.webp");
}
.gbox .gbg-2 {
  background-image: url("../img/game-main-2.webp");
}
.gbox .gbg-3 {
  background-image: url("../img/game-main-3.webp");
}
.gbox .gbg-4 {
  background-image: url("../img/game-main-4.webp");
}
.gbox .gbg-5 {
  background-image: url("../img/game-main-5.webp");
}
.gbox .gbg-6 {
  background-image: url("../img/game-main-6.webp");
}
.gbox .gbg-7 {
  background-image: url("../img/game-main-7.webp");
}
.gbox .gbg-8 {
  background-image: url("../img/game-main-8.gif");
}

.kb-originals {
  --kb-bg: #0f0f16;
  --kb-fg: #fff;
  --kb-accent: #dcff31;
  --kb-muted: #a7a7b3;
}
.kb-originals * {
  box-sizing: border-box;
}
.kb-originals .kb-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.kb-originals .kb-title {
  margin: 0;
  color: var(--kb-fg);
  font: 700 24px/1.1 Poppins, system-ui;
}
.kb-originals .kb-title span {
  color: var(--kb-accent);
}
.kb-originals .kb-rtp {
  color: var(--kb-muted);
  font: 500 14px/1.2 Poppins, system-ui;
}
.kb-originals .kb-rtp strong {
  color: var(--kb-fg);
}
.kb-originals .kb-swiper {
  position: relative;
}
.kb-originals .swiper-slide {
  width: 180px;
}
.kb-originals .kb-card__media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #1a1a24;
  aspect-ratio: 1/1;
}
.kb-originals .kb-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.kb-originals .kb-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  gap: 10px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.65) 100%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}
.kb-originals .kb-card__media:hover img {
  transform: scale(1.04);
}
.kb-originals .kb-card__media:hover .kb-card__overlay {
  opacity: 1;
}
.kb-originals .kb-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  border-radius: 999px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.kb-originals .kb-fav:hover {
  transform: scale(1.06);
}
.kb-originals .kb-card__text {
  color: #fff;
}
.kb-originals .kb-name {
  font: 700 16px/1.1 Poppins, system-ui;
}
.kb-originals .kb-provider {
  font: 500 12px/1.2 Poppins, system-ui;
  color: #d1d1dc;
}
.kb-originals .kb-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.kb-originals .kb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  background: var(--kb-accent);
  color: #1a1a1a;
  font: 700 13px/1 Poppins, system-ui;
}
.kb-originals .kb-link {
  color: #fff;
  text-decoration: none;
  font: 600 12px/1 Poppins, system-ui;
  opacity: 0.85;
}
.kb-originals .kb-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.kb-originals .kb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  cursor: pointer;
  z-index: 2;
}
.kb-originals .kb-prev {
  left: -6px;
}
.kb-originals .kb-next {
  right: -6px;
}
.kb-originals .kb-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
.kb-originals .kb-next::before {
  transform: rotate(-135deg);
}
@media (max-width: 480px) {
  .kb-originals .swiper-slide {
    width: 160px;
  }
}
