/*--------------------------------------------------------------
# General - nocache
--------------------------------------------------------------*/
body {
  background: #000;
  color: #fff;
  font-family: "Poppins", helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  color: #fff;
  font-weight: 600;
}

h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #fff;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .section-title h2 {
    font-size: 25px;
  }
}

.section-desc {
  font-size: 18px;
  margin-bottom: 50px;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.background-filter-all {
  background: linear-gradient(95deg, #111111 40%, #333333 100%);
}

.background-filter-bundle {
  background: linear-gradient(95deg, #1d2733 40%, #2c3c4c 100%);
}

.background-filter-gamble {
  background: linear-gradient(95deg, #db7101 40%, #fbb102 100%);
}

.background-filter-trivia {
  background: linear-gradient(95deg, #2d7747 40%, #13d252 100%);
}

.background-filter-puzzle {
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
}

.background-filter-board {
  background: linear-gradient(95deg, #b56530 40%, #daa877 100%);
}

.background-filter-word {
  background: linear-gradient(95deg, #2a46c3 40%, #25ddf5 100%);
}

.background-pattern {
  background: url(../img/background.png) top no-repeat;
  background-size: 100% auto;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #000;
  line-height: 0;
}

.back-to-top:hover {
  background: #ccc;
  color: #000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Games
--------------------------------------------------------------*/
#games {
  position: relative;
  padding-bottom: 50px;
}

#games #games-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

#games #games-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}

#games #games-flters li:hover,
#games #games-flters li.filter-active {
  color: #fff;
  background: #000;
}

#games #games-flters li:last-child {
  margin-right: 0;
}

#games .games-item {
  margin-bottom: 50px;
}

#games .games-item .icon {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  max-width: 200px;
}
#games .games-item .icon img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
#games .games-item .game-info {
  width: 90%;
  text-align: center;
  margin: 15px auto;
}
#games .games-item .game-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.button {
  font-size: 20px;
  padding: 14px 40px;
  color: #fff;
  text-decoration: none;
  background: #000;
  border-radius: 100px;
  display: inline-block;
  transition: background-color 0.5s ease;
}

/*HOVER EFFECT*/
@media not all and (pointer: coarse) {
  .button:hover {
    color: #fff;
    background: #1d2733;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #161616;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}
