@charset "UTF-8";
/*
Theme Name: Pocket Library
Author: Validthemes
Author URI: https://themeforest.net/user/validthemes/portfolio
Description: Pocket Library
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.wrapper {
  height: 100%;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  color: #232323;
  opacity: 1;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
  opacity: 1;
}

button {
  outline: medium none;
}

iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  min-height: 50px;
}

input:focus {
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

select:focus {
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

ul {
  list-style-type: none;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

b {
  font-weight: 900;
}

strong {
  font-weight: 900;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@font-face {
  font-family: 'Shentox';
  src: url("../fonts/ShentoxTRIAL-RgIt.otf");
  src: url("../fonts/ShentoxTRIAL-Rg.otf");
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
  background: #0c0021;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Shentox", cursive;
  letter-spacing: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

a, .btn, button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  outline: medium none;
  font-family: "Shentox", cursive;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-weight: 600;
}

/* --------------------------------------------
    Helper CSS
 ---------------------------------------------- */
@media (min-width: 1601px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
  padding: 0;
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-fill {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-fill {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .container-fill {
    padding: 0 15px;
  }
}

.fixed-bg {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: inherit;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-gray {
  background: #eef1f6;
}

.bg-light {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #1b1b1b !important;
}

.bg-theme {
  background-color: #0c0021;
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(57%, #1273eb), to(#00d4ff));
  background: linear-gradient(90deg, #1273eb 57%, #00d4ff 100%);
}

.text-light {
  color: #ffffff;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
  color: #ffffff;
}

.shadow {
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

.shadow.dark {
  position: relative;
  z-index: 1;
}

.shadow.dark:after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
  position: relative;
  z-index: 1;
}

.shadow.dark-hard:after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.theme {
  position: relative;
  z-index: 1;
}

.shadow.theme:after {
  background: #0c0021 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.theme {
  position: relative;
  z-index: 1;
}

.shadow.theme:after {
  background: #0c0021 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.relative {
  position: relative;
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}

/* --------------------------------------------
    Button
 ---------------------------------------------- */
.btn {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.btn.btn-gradient {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.btn.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#1273eb), color-stop(#18ebeb), to(#1273eb));
  background-image: linear-gradient(to right, #1273eb, #18ebeb, #1273eb);
  background-size: 220% 150%;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff !important;
  background-color: #0c0021;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-md {
  padding: 17px 42px;
}

.btn-md.btn-theme {
  padding: 17px 40px;
}

.btn-md i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-left: 30px;
}

.btn-md i::after {
  position: absolute;
  left: -19px;
  top: 8px;
  content: "";
  border: 1px solid #ffffff;
  width: 30px;
  height: 1px;
}

.btn-sm {
  padding: 14px 40px;
  font-size: 14px;
}

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-track {
  background: #2a1253;
}

::-webkit-scrollbar-thumb {
  background: #6937b9;
  border-radius: 0;
}

/* Banner css */
.banner-area .single-item {
  padding-top: 500px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .banner-area .single-item {
    padding-top: 300px;
  }
}

/*
.banner-area .single-item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
*/
.banner-carousel {
  position: relative;
  z-index: 1;
}

.banner-carousel::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 80%;
  left: 50%;
  margin-left: -40%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  height: 1px;
}

.banner-area .banner-carousel.owl-theme .owl-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-area .banner-carousel.owl-theme .owl-dots .owl-dot {
  display: block;
}

.banner-area .banner-carousel.owl-theme .owl-dots .owl-dot span {
  padding: 0;
  margin: 12px 0;
  height: 15px;
  width: 15px;
  background: transparent;
  -webkit-box-shadow: 0 0 100px #2d2b24, 0 0 6px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 100px #2d2b24, 0 0 6px rgba(255, 255, 255, 0.8);
}

.banner-area .banner-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #0c0021;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
}

.games-carousel.owl-carousel .owl-stage-outer {
  padding-left: 2px;
}

.banner-area .single-item .content {
  position: relative;
  z-index: 1;
  padding: 15px;
}

.banner-area .single-item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, black)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 90%) repeat scroll 0 0;
  z-index: -1;
  opacity: 1;
}

.banner-area .single-item .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-area .single-item .content .info h4 {
  color: #ffffff;
  margin: 0;
  font-weight: 100;
  text-transform: capitalize;
  padding-right: 20px;
  font-style: italic;
}

.banner-area .single-item .content .info a {
  display: inline-block;
  padding: 6px 20px;
  background: linear-gradient(290deg, #3b2b73 55%, #6f2f93, #6f2f93);
  background-position: 56%;
  color: #ffffff;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
  -webkit-box-shadow: 0 4px grey;
  box-shadow: 0 4px grey;
  border-radius: 5px;
  position: relative;
  top: -5px;
  -webkit-animation: blue 0.8s infinite;
  animation: blue 0.8s infinite;
}

/* Blue Shadow */

@-webkit-keyframes blue {
  0%, 100% {
    -webkit-box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@keyframes blue {
  0%, 100% {
    -webkit-box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
            box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

/* Games carousel */
.games-list-area .single-item a {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  background: #000;
  background-clip: padding-box;
  /* !importanté */
  border: solid 2px transparent;
  /* !importanté */
  border-radius: 7px;
  z-index: 1;
}

.games-list-area .single-item a img {
  border-radius: 7px 7px 0 0;
}

.games-list-area .single-item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: -webkit-gradient(linear, right top, left top, from(#00C853), to(#B2FF59));
  background: linear-gradient(to left, #00C853, #B2FF59);
}

.games-list-area .single-item a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: #0c0021;
  z-index: -1;
  border-radius: 7px;
}

.games-list-area .single-item a a {
  display: block;
}

.games-list-area .single-item a .info {
  padding: 15px;
}

.games-list-area .single-item a h5 {
  color: #ffffff;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 599px) {
  .games-list-area.all-games .container.main {
    margin-left: 0;
    padding: 0 15px;
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

.games-list-area .heading h5 {
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  font-family: "Odibee Sans", cursive;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 599px) {
  .games-list-area .container.main {
    margin-left: 15px;
    padding: 0;
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

.games-list-area .games-carousel.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 599px) {
  .games-list-area .games-carousel.owl-carousel .owl-stage {
    left: -30px;
  }
}

.games-list-area .games-carousel.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games-list-area .games-carousel.owl-carousel .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-boxs {
  margin-top: 50px;
}

.carousel-boxs:first-child {
  margin-top: 0;
}

/* Footer */
footer {
  padding: 15px 0;
  position: relative;
  z-index: 1;
}

footer p {
  margin: 0;
  font-size: 12px;
  color: #cccccc;
}

footer::after {
  position: absolute;
  top: 0;
  content: "";
  width: 80%;
  left: 50%;
  margin-left: -40%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  height: 1px;
}

footer a:hover {
  color: #ffffff;
}

footer a:focus {
  color: #ffffff;
}

footer a.active {
  color: #ffffff;
}

.animated-button {
  background: -webkit-gradient(linear, right top, left top, from(#00C853), to(#B2FF59));
  background: linear-gradient(to left, #00C853, #B2FF59);
  padding: 6px 25px;
  border-radius: 5px;
  margin-top: 40px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #000000;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#ffffff));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #ffffff);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#ffffff));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #ffffff);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #ffffff);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#6f2f93));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #6f2f93);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.terms-area h5 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .terms-area h5 {
    margin-top: 30px;
  }
}

.terms-area p {
  font-size: 12px;
  line-height: 18px;
}

.terms-area ol {
  list-style: disc;
  list-style-type: decimal;
  padding-left: 15px;
}

.terms-area ol li {
  list-style: lower-alpha;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .terms-area.text-light.default-padding {
    padding-bottom: 10px !important;
  }
}

.games-list-items.load-more {
  text-align: center;
}

.games-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.games-container .single-item.load-more__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 460px) {
  .games-container .single-item.load-more__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (min-width: 461px) and (max-width: 991px) {
  .games-container .single-item.load-more__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

.games-container .single-item.load-more__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

a.load-more__btn {
  display: inline-block;
}

a.load-more__btn {
  background: -webkit-gradient(linear, right top, left top, from(#00C853), to(#B2FF59));
  background: linear-gradient(to left, #00C853, #B2FF59);
  padding: 6px 25px;
  border-radius: 5px;
  margin-top: 30px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #000000;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

a.load-more__btn::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

a.load-more__btn:hover::before {
  opacity: 0.2;
}
/*# sourceMappingURL=style.css.map */

.navbar-header .navbar-brand h2 {
  color: white !important;
  font-weight: bold !important;
  transition: color 0.3s ease !important; /* smooth transition */
}

.navbar-header .navbar-brand:hover h2 {
  color: #f5f5f5 !important; /* light white (very light grey) */
} 