:root {
  --darkest: #12111C;
  --dark: #120F25;
  --dark-2: #16122B;
  --dark-3: #1B182D;
  --dark-4: #302C4B;
  --dark-5: #413A6D;
  --primary: #6E5BCE;
  --secondary: #3274CA;
  --tertiary: #1EAF7E;
  --white: #fff;
  --white-tint: #5c5a6b;
  --white-tint-light: #252330;
  --logo-gray: #989CA8;
  --light-red: #da8677;
  --link-color: #27dda0;
}

.header-page {
  margin-top: 55px;
  min-height: 290px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: 10% 25%;
  margin-bottom: -50px;
  position: relative;
  z-index: -1;
  display: flex;
}
.header-page.higher {
  min-height: 360px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767.98px) {
  .header-page {
    min-height: 250px;
    padding-bottom: 120px;
    background-position: 50% 25%;
  }
}
@media screen and (max-width: 575.98px) {
  .header-page {
    min-height: 200px;
    padding-bottom: 60px;
    background-position: 50% 25%;
  }
}
.header-page .content {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}
.header-page .content h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-page .content h1 .game-title {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 575.98px) {
  .header-page .content h1 .game-title {
    font-size: 14px;
  }
}
.header-page .additional-img {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 0;
}
@media screen and (max-width: 1199.98px) {
  .header-page .additional-img {
    width: 300px;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .header-page .additional-img {
    width: 200px;
    right: -100px;
  }
}

section.box-list {
  padding-top: 10px;
}
section.box-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1399.98px) {
  section.box-list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1199.98px) {
  section.box-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  section.box-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575.98px) {
  section.box-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.box-list ul li {
  background: linear-gradient(144deg, rgb(from var(--dark-5) r g b/0.95), rgb(from var(--dark-4) r g b/0.95));
  overflow: hidden;
}
section.box-list ul li a {
  padding: 30px 20px;
  color: var(--white);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 575.98px) {
  section.box-list ul li a {
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    padding-left: 40px;
  }
}
section.box-list ul li a svg {
  height: 25px;
  width: auto;
}
section.box-list ul li a, section.box-list ul li a * {
  transition: 0.2s;
}
section.box-list ul li a:hover {
  background-color: var(--tertiary);
}

.character-item-large-list ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .character-item-large-list ol {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 399.98px) {
  .character-item-large-list ol {
    grid-template-columns: repeat(1, 1fr);
  }
}

.star-rating {
  display: flex;
  justify-content: center;
}
.star-rating svg.right {
  margin-right: 12px;
}
.star-rating svg.center {
  margin: 0 2px;
}
.star-rating svg.left {
  margin-left: 12px;
}
@media screen and (max-width: 991.98px) {
  .star-rating svg {
    margin: 0 6px;
  }
}
.star-rating.golden svg path {
  fill: #f7c23a;
}
.star-rating.small svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
@media screen and (max-width: 991.98px) {
  .star-rating.small svg {
    margin: 0 4px 0 0;
  }
}

.character-item-large {
  position: relative;
  width: 100%;
  display: block;
  height: 395px;
  padding: 20px;
  background-position: center 20%;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 991.98px) {
  .character-item-large {
    height: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .character-item-large {
    padding: 10px;
  }
}
.character-item-large:hover {
  background-position: center 22%;
}
.character-item-large:hover .gradient-overlay {
  --gradient-color-start: var(--secondary);
}
.character-item-large:hover .content {
  border-color: rgb(from var(--white) r g b/0.6);
}
.character-item-large .blurred-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(5px);
  z-index: -1;
}
.character-item-large .gradient-overlay {
  --gradient-color-start: var(--dark-5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--gradient-color-start) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
  transition: 1s;
}
.character-item-large .content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgb(from var(--white) r g b/0.3);
  text-align: center;
  transition: 0.1s;
}
@media screen and (max-width: 575.98px) {
  .character-item-large .content {
    padding: 10px;
  }
}
.character-item-large .content h3 {
  font-family: "Bruce Forever", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}