.comments-container {
  border-radius: 10px;
  background: #1a1b28;
  margin-bottom: 15px;
  padding: 20px;
  border: 0 solid #ebebeb;
  margin-top: 20px
}

.footer3ul {
  text-align: left;
  list-style-type: none
}

.rat-vot {
  line-height: 22px;
  padding: 0 8px;
  background: #373952;
  border-radius: 10px;
  height: 20px;
  margin-right: 4px;
  font-weight: 600;
  font-size: 13px
}

.gameh1 {
  font-size: 25px;
  font-weight: 700
}

.gameh2 {
  font-size: 18px;
  font-weight: 700
}

.gamebullet li {
  padding: 5px
}

.contentnumber li {
  margin-bottom: 0
}

.gameh3 {
  font-size: 16px;
  font-weight: 700
}

@media only screen and (min-width:1024px) {

  .col-md-9.game-content,
  .content-wrapper,
  .row.row-content,
  .col-md-3,
  .single-description,
  .single-info-container {
    position: sticky;
    animation: fadeIn 2s ease-in-out
  }

  @keyframes fadeIn {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }
}

@media only screen and (max-width:600px) {
  .game-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 410px
  }
}

#footer-navigation,
#footer-navigation li a:hover,
.custom-footer,
.custom-footer li a:hover {
  color: #a48eff
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
  color: #fff;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table
}

#footer-socials {
  text-align: right
}

#footer-socials .socials {
  text-align: right;
  margin: 0 -7px;
  display: inline-block;
  vertical-align: middle
}

#footer-socials {
  text-align: right
}

#footer-socials .socials {
  text-align: right;
  margin: 0 -7px;
  display: inline-block;
  vertical-align: middle
}

a.socials-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 5px;
  line-height: 16px;
  padding: 10px;
  border-radius: 50%;
  background-color: #1a1b28;
  border: 1px solid #484865;
  box-shadow: 3px 9px 16px rgb(0 0 0/24%), -3px -3px 10px rgb(253 192 192/6%), inset 14px 14px 26px rgb(0 0 0/17%), inset -3px -3px 15px rgb(255 255 255/0%)
}

.socials-item i {
  display: inline-block;
  font-weight: 400;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto
}

a.socials-item:hover {
  box-shadow: 0 0 20px #a48effb5;
  border-color: #a48effb5;
  background: linear-gradient(to right, #a48eff1c, #a48effb5, #a48eff24)
}

@keyframes shake-x {

  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
}

.single-product .single-submit.shaked {
  animation: shake-x 1s ease infinite
}

.single-product .single-submit.shaked:hover {
  animation: none
}

.video-container {
  position: relative;
  display: inline-block;
  overflow: revert
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
  opacity: 0;
  transition: opacity .3s;
  border-width: 2px;
  border-style: solid;
  border-color: #6842ff
}

/* .video-container:hover .video {
  opacity: 1
}

.video-container:hover img {
  opacity: 0
} */

#footer-socials {
  text-align: center;
  padding: 10px
}

.socials {
  display: inline-block
}

#footer-menu li {
  display: block;
  padding: 0 15px;
  position: relative;
  line-height: 1
}

#footer-menu li+li:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  font-size: 0;
  border-left: 1px solid #0c0d15;
  border-right: 1px solid #3f3d57
}

#footer-menu {
  list-style: none;
  text-align: center;
}

@media(min-width:768px) {
  #footer-socials {
    text-align: right
  }

  #footer-menu {
    list-style: none;
    padding: 0;
    text-align: center
  }

  #footer-menu li {
    display: block;
    padding: 0 30px;
    position: relative;
    line-height: 1
  }

  .logo-footer {
    float: left;
    margin: 0
  }
}

.logo-footer {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 1px
}

.nav-link {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: #6842ff;
  color: #f9faff;
  height: 40px
}

.column {
  margin: 15px 15px 0;
  padding: 0
}

.column:last-child {
  padding-bottom: 60px
}

.column::after {
  content: '';
  clear: both;
  display: block
}

.column div {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0
}

.column div:first-child {
  margin-left: 0
}

.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0
}

figure {
  width: 300px;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden
}

figure:hover+span {
  bottom: -36px;
  opacity: 1
}

.hover14 figure {
  position: relative
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg)
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.cg {
  height: 107%
}

@media only screen and (max-width:1186px) {
  .cg {
    height: 106%
  }
}

@media(max-width:768px) {
  .cg {
    height: 100%
  }
}

@media only screen and (max-width:537px) {
  .cg {
    height: 100%
  }
}

@media only screen and (max-width:480px) {
  .cg {
    height: 100%
  }
}

@media only screen and (max-width:431px) {
  .cg {
    height: 100%
  }
}

.css-1rpjij0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, Arial, helvetica neue, Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
  margin-block: 0
}

h1 {
  font-size: 24px;
  line-height: 31px
}

.css-1o5e1pr h2,
.css-1o5e1pr h3 {
  color: #e5e6ee;
  font-weight: 800;
  font-size: 16px
}

.css-obv89a {
  margin-top: 8px;
  color: #aaadbe;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.css-3r4t8s {
  margin-top: 8px;
  color: #aaadbe;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease-out 0s;
  width: calc(100% - 100px)
}

.css-1kgwhqq {
  margin-top: 8px;
  color: #aaadbe;
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease-out 0s
}

.css-13bjm5z {
  color: #957bff;
  margin-top: 8px;
  padding-left: 4px;
  cursor: pointer
}

.css-aj9vsp {
  color: #957bff;
  cursor: pointer
}

.css-obv89a>p:last-of-type {
  margin-block-end: 0
}

.css-obv89a>p:first-of-type {
  margin-block-start: 0
}

.css-1kgwhqq>p:last-of-type {
  margin-block-end: 0
}

.css-1kgwhqq>p:first-of-type {
  margin-block-start: 0
}

.css-3r4t8s>p:last-of-type {
  margin-block-end: 0
}

.css-3r4t8s>p:first-of-type {
  margin-block-start: 0
}

.css-oxuesd>p:first-of-type {
  margin-block-start: 0
}

.css-1o5e1pr p {
  color: #aaadbe;
  font-size: 16px
}

.css-1o5e1pr {
  margin-bottom: 16px;
  margin-top: 16px;
  content-visibility: auto;
  contain: layout paint;
  contain-intrinsic-size: 400px;
  overflow-anchor: none;
  border-radius: 10px;
  background-color: #13141e;
  height: auto;
  position: relative;
  color: #aaadbe;
  font-size: 16px
}

.css-7tu4m6 {
  height: 100%;
  overflow: hidden auto;
  padding: 30px 30px 0;
  scrollbar-width: thin;
  scrollbar-color: #aaadbe transparent
}

.css-41foc0 {
  margin-bottom: 16px;
  margin-top: 16px;
  content-visibility: auto;
  contain: layout paint;
  contain-intrinsic-size: 400px;
  overflow-anchor: none;
  border-radius: 10px;
  background-color: #13141e;
  height: 250px;
  position: relative;
  color: #aaadbe;
  font-size: 16px
}

.css-193hrpf {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
  scrollbar-width: thin;
  scrollbar-color: #aaadbe transparent;
  padding-bottom: 60px
}

.css-1lo4a7f {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 4px;
  background: linear-gradient(180deg, rgba(19, 20, 30, 0) 0%, #13141E 35.42%);
  height: 80px;
  padding-top: 40px;
  padding-left: 30px
}

.css-1fqf6do {
  background-color: #13141e;
  height: 50px;
  padding-top: 10px;
  padding-left: 30px
}

.css-ieoiqz {
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #a48eff;
  font-weight: 700
}

.css-41foc0 h2,
.css-41foc0 h3 {
  color: #e5e6ee;
  font-weight: 800;
  font-size: 16px
}

.css-41foc0 a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #a48eff;
  font-weight: 700
}

.css-41foc0 a:hover {
  color: #6842ff
}

.css-41foc0 p {
  color: #aaadbe;
  font-size: 16px
}

.css-1o5e1pr a {
  text-decoration: none;
  color: #a48eff;
  font-weight: 700
}

.css-1o5e1pr a:hover {
  color: #6842ff
}

.game-container-category {
  padding-top: 16px
}