* {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 900;
}

body {
  font-family: Roboto, sans-serif;
  color: rgba(28,28,28,1);
}

.container {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 900px;
  }
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  top: -2px;
  z-index: 99;
  background: white;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
  max-height: 70px;
  align-items: center;
  display: flex;
  width: 100%;
}

.logo img {
  max-width: 230px;
  padding: 10px;
}

@media (max-width: 991px) {
  .logo {
    margin-top: 40px !important;
  }
}

@media (max-width: 991px) {
  .logo img {
    max-width: 100%;
    padding: 10px 12px;
  }
}

.logo-moile {
  display: none;
}

.logo-moile img {
  max-width: 180px;
}

@media (max-width: 991px) {
  .logo-moile {
    display: block;
    width: 100%;
    text-align: center;
  }
}

[type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, select:focus, textarea:focus {
  border-color: rgba(40,49,73,.2);
  outline: 0;
}

.toggle_button {
  border-radius: 30px;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px;
  background: 0 0;
  color: #eff0f7;
  height: 70px;
  margin-right: 4px;
  box-shadow: none;
}

.button_svg, .mobile_toggle {
  height: 24px;
  width: 24px;
  display: inline-block;
  fill: currentcolor;
  color: #1e1e1e;
}

.mobile_toggle, .toggle_button {
  display: none;
}

@media (max-width: 991px) {
  .mobile_toggle, .toggle_button {
    display: block;
    z-index: -1;
  }
}

.sidebar.collapse {
  width: 230px;
}

.sidebar {
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden;
  height: calc(100vh + 2px);
  background-color: #0c0d14;
  transition: visibility 0s, all .15s ease-in-out;
  z-index: -1;
  flex-wrap: wrap;
  width: 240px;
}

.sidebar:hover::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: rgba(0,0,0,0);
}

.sidebar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #aaadbe;
  border-radius: 30px;
  border-right: none;
  border-left: none;
}

.close {
  display: none;
}

@media (max-width: 991px) {
  .close {
    border-radius: 30px;
    transition: all 250ms ease;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0;
    background: 0 0;
    color: #eff0f7;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 6px;
    left: 6px;
  }
}

@media (max-width: 991px) {
  .close_svg {
    height: 24px;
    width: 24px;
    display: inline-block;
    fill: #fff;
  }
}

@media (max-width: 991px) {
  .collapse:not(.show) {
    display: block;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .sidebar:hover {
    overflow-y: scroll;
  }
}

@media (max-width: 991px) {
  .sidebar {
    width: 0;
    height: 100vh;
    top: 0;
  }
}

.sidebar .navbar__menu {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar .navbar__menu li {
  list-style-type: none;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.sidebar .navbar__menu li a {
  list-style-type: none;
  padding: 10px;
  color: #fff;
}

.sidebar .navbar__menu li a.active {
  font-weight: 800;
}

.sidebar li {
  padding-left: 12px;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
  cursor: pointer;
  font-size: 22px;
  z-index: 1;
}

.search-icon {
  display: flex;
  position: fixed;
  top: 12px;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 60px;
  font-size: 20px;
  /*color: white;*/
  height: 40px;
  background-color: rgba(255,255,255,0.81);
  border-radius: 32px 0 0 32px;
}

.search-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  background-color: #eee;
  width: 100%;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
  transform: translateX(100%);
}

.search-box input {
  border: 0;
  padding: 5px;
  width: 100%;
}

.search-box button {
  cursor: pointer;
}

.search__button {
  height: 48px;
  display: block;
  padding: 5px 10px;
  background: white;
  color: #5b5b5b;
  border-radius: 0;
}

.search__button:hover {
  background: white;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 0;
}

.search-cont {
  display: flex;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  width: 650px;
}

@media (max-width: 576px) {
  .search-cont {
    max-width: 290px;
  }
}

.search-container .btn {
  border: none;
}

.closesearch {
  position: absolute;
  left: 0;
  font-size: 20px;
}

@media (max-width: 991px) {
  .search-icon {
    padding: 10px;
    position: inherit;
  }
}

@media (min-width: 992px) {
  .fixed {
    display: flex;
    position: fixed;
    top: 12px;
    align-items: center;
    justify-content: center;
    right: 0;
    width: 46px;
    font-size: 16px;
    color: white;
    height: 32px;
    background-color: #484848;
    border-radius: 32px 0 0 32px;
  }
}

main {
  margin-top: 70px;
}

@media (min-width: 992px) {
  main, footer {
    margin-left: 240px;
    margin-top: 0px;
  }
}

.card-masonry {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .card-masonry {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 570px) {
  .card-masonry {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 460px) {
  .card-masonry {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.card-masonry .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.card-masonry .card.large {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.card-masonry .card img {
  position: relative;
  z-index: 1;
}

.card-masonry .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.title-categories {
  background: rgba(126,217,87,1);
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.desc-bottom {
  background: rgba(126,217,87,1);
  padding-top: 50px;
  padding-bottom: 30px;
}

.title .heading {
  margin-bottom: 20px;
  padding: 20px;
}

.heading {
  font-weight: 700;
}

.title-categories .heading {
  font-size: 1.4rem;
}

.desc-bottom h3, .desc-bottom h2 {
  font-size: 14pt;
  margin-bottom: 0;
}

.desc-bottom h2 {
  font-size: 18pt;
  font-weight: 700;
}

.desc-bottom p {
  margin-bottom: 0;
}

.desc-bottom a {
  color: rgba(28,28,28,1);
}

footer {
  padding-top: 1.5rem;
}

footer {
  /*position: fixed;*/
  /*bottom: 0;*/
  /*background: white;*/
  /*width: 100%;*/
}

.top-ft {
  padding-bottom: 1rem;
}

.link a {
  color: black;
}

.link p {
  padding: 1rem 0;
}

@media (max-width: 576px) {
  .logo-ft img {
    max-width: 72%;
  }
}

@media (max-width: 576px) {
  .link {
    padding: 0;
  }
}

.game-player {
  background-color: #212234;
  border-radius: 10px;
  color: white;
}

@media (min-width: 1200px) {
  .game-player {
    /*width: calc(100% - 200px);*/
    margin: 0 auto;
  }
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.game-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}

.single-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-left img {
  border-radius: 10px;
}

h1.single-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
}

.action-btn {
  display: flex;
  gap: 20px;
}

.action-btn > div {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.stats-vote i {
  font-size: 30px;
  padding: 6px;
}

.stats-vote i:hover {
  color: #1abc9c;
  cursor: pointer;
}

.action-btn i, .action-btn img {
  color: white;
  font-size: 22px;
}

.desc-bottom h3 {
  font-weight: 700;
}

