
.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

::-webkit-scrollbar {
  height: 2px;
  width: 2.5px;
  background-color: gray;
  overflow: hidden !important;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

ul {
  list-style: none;
}

.banner {
  /* background-size: cover; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-repeat: no-repeat;
  border-radius: 20px;
  object-fit: cover !important;
  box-sizing: border-box !important;
  /* height: 152px !important; */
  background-position: center;
  margin: 10px 2px 33px 2px;
}

.navbar-brand {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #7319e7 !important;
  font-size: 28px;
  font-weight: 600;
}

.navbar {
  justify-content: center !important;
  background: #ffffff !important;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12) !important;
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 435px !important;
  /* Match the width of the content container */
  max-width: 100% !important;
  z-index: 1000 !important;
}

.navbar-toggler {
  display: none;
}

.react-multiple-carousel__arrow {
  background-color: hsl(0, 100%, 100%) !important;
  border-radius: 50% !important;
  display: flex !important;
  /* font-size: 18px; */
  height: 40px;
  color: #000;
  justify-content: center !important;
  margin: 5px !important;
  padding: 0 !important;
  text-align: center !important;
  width: 40px;
  align-items: center !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.55) !important;
}

.react-multiple-carousel__arrow::before {
  color: #000 !important;
  font-weight: 800 !important;
}

.react-multi-carousel-item {
  margin: 0 5px !important;
}

.featured-game-card_card_icon__3djXX {
  position: absolute;
  right: 10px;
  z-index: 4;
  top: 10px;
  height: 35px;
  width: 35px;
}

.boxCenter {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.style_wrapper__2DMfc {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: none;
  background-color: #1d1b30;
  padding: 0 !important;
}

.trending__user__ava {
  border-radius: 12px !important;
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.card-body {
  padding-bottom: 26px !important;
}

.game_name_text {
  width: 187px !important;
  height: 40px !important;
  position: absolute;
  bottom: -6px !important;
  left: 0px !important;
  color: #fff !important;
  padding-top: 8px !important;
  text-align: center !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  line-height: 27px !important;
  border-radius: 0px 0px 15px 15px !important;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 3.85%,
      rgba(0, 0, 0, 0.82) 72.86%) !important;
}

.back {
  /* background: url("../img/plain_bg.png"); */
  flex-wrap: nowrap !important;
  width: 100% !important;
  padding: 0px 200px;
}

.card {
  border-radius: 22px !important;
  background: linear-gradient(281deg, #493265 0%, #2d1748 100%) !important;
  /* background: linear-gradient(281deg, #e2cbfe 0%, #ead9ff 100%) !important; */
  border: 1px transparent solid !important;
}

.slick-prev {
  left: 12px !important;
  z-index: 11 !important;
}

.slick-next {
  right: 15px !important;
}

.slick-next:before {
  color: #000 !important;
  opacity: 1 !important;
}

.slick-prev:before {
  color: #000 !important;
  opacity: 1 !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 43px !important;
}

.slick-prev,
.slick-next {
  width: 40px !important;
  height: 40px !important;
  background: #ffff !important;
  color: #000 !important;

  border-radius: 50%;
}

.style_ad_container__3xlkJ,
.style_card_container__1ClKL {
  box-shadow: 0 12px 59px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin-top: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

  border: 1px solid #ddd;
}

.card-height {
  width: 187px !important;
  height: 190px !important;
  flex-shrink: 0 !important;
  border-radius: 16px !important;
  border: 1px solid transparent !important;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    object-fit: cover;

    margin: 24px auto 24px auto;
  }
}

@media (min-width: 1440px) and (max-width: 1630px) {
  .back {
    padding: 0 130px;
  }
}



@media screen and (max-width: 768px) {
  .banner {
    object-fit: cover;

    margin: 1px auto 18px auto;
  }

  .navbar-brand {
    font-size: 20px;
    font-weight: 600;
  }

  .mainCard {
    margin-top: 130px !important;
  }

  .viewMoreIcon {
    font-size: 20px !important;
  }

  .title {
    font-size: 16px !important;
  }

  .react-multiple-carousel__arrow {
    height: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  .react-multiple-carousel__arrow::before {
    font-size: 20px !important;
  }
}

.title {
  color: #fff !important;

  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.card-harder {
  border-radius: 22px 22px 0px 0px !important;
  background: linear-gradient(281deg, #493265 0%, #2d1748 100%) !important;
  /* background: linear-gradient(281deg, #e5d0ff 0%, #d0abff 100%) !important; */
  /* background: linear-gradient(281deg, #e2cbfe 0%, #ead9ff 100%) !important; */
}

.boxTextCenter {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

@media screen and (max-width: 432px) and (min-width: 420px) {
  .card-height {
    width: 123px !important;
    height: 123px !important;
  }

  .game_name_text {
    width: 122px !important;
    bottom: -9px !important;
  }
}

@media screen and (max-width: 430px) {
  .react-multiple-carousel__arrow--right {
    right: calc(4% + -14px);
  }

  .react-multi-carousel-item--active {
    width: 130px !important;
  }

  .card-height {
    height: 99px;
  }

  .view {
    font-size: 12px !important;
  }

  .react-multiple-carousel__arrow--left {
    left: calc(4% + -14px);
  }
}

@media screen and (max-width: 375px) {
  .react-multi-carousel-item--active {
    width: 116px !important;
  }

  .card-height {
    height: 120px !important;
  }
}

@media screen and (max-width: 320px) {
  .react-multi-carousel-item--active {
    width: 88px !important;
  }

  .card-height {
    height: 86px !important;
  }

  .style_ad_container__3xlkJ {
    padding: 4px;
    min-height: 130px;
  }
}

.style_ad_label__3llZC {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 10px;
}

.style_ad_icon__2Bci2 {
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  background: #4782f4;
  border-radius: 2px;
  padding: 3px 6px;
  margin-right: 8px;
}

.style_placeholder__A4-OX {
  margin: 0 auto;
  background-color: #eee;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: style_skeleton-loading__1Qryo;
  animation-name: style_skeleton-loading__1Qryo;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: linear-gradient(90deg, #eee 10%, #ddd 18%, #eee 33%, #eee 70%);
  background-size: 1000px 1000px;
  position: relative;
}

@-webkit-keyframes style_skeleton-loading__1Qryo {
  0% {
    background-position: -468px 0;
  }

  to {
    background-position: 468px 0;
  }
}

@keyframes style_skeleton-loading__1Qryo {
  0% {
    background-position: -468px 0;
  }

  to {
    background-position: 468px 0;
  }
}

.style_ad_header__3vsbt {
  margin-left: 14px;
  font-size: 1.8rem;
  font-weight: 900;
  display: inline;
}

.style_ad_icon__1jK4O {
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  background: #4782f4;
  border-radius: 2px;
  padding: 3px 7px;
}

.style_gpt_ad__3r2t9,
.style_gpt_ad_container__3IqR4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.style_gpt_ad_container__3IqR4 {
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.style_old_desktop_taboola_container__3pgSH {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  border-width: 1px;
  display: flex;
  justify-content: center;
}

.style_new_desktop_taboola_container__38JDN {
  display: flex;
  justify-content: center;
}

.style_taboola__1DGJ9 {
  max-width: 300px;
}

.style_old_desktop_gpt_ad__xkNAV {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 10px;
}

.style_new_desktop_gpt_ad__1xd5p {
  display: flex;
  width: 100%;
  justify-content: center;
}

.slider_sliderContainer__3N8B_ {
  position: relative;
}

.slider_sliderTrack__2Gpdd {
  position: relative;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}

.slider_arrow__ziRPz {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  z-index: 4;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.55);
}

.slider_btnPosition40__1xYv7 {
  top: 40%;
}

.slider_btnPosition50__1Mh0r {
  top: 50%;
}

.slider_btnPosition45__3SG8U {
  top: 45%;
}

.slider_leftArrow__3ABUr {
  display: flex;
  --tw-translate-y: -50%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
}

.slider_left_arrow_position__1LCPt {
  left: 20px;
}

.slider_rightArrow__1fWeG {
  display: flex;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
}

.slider_right_arrow_position__2Xz2s {
  right: 20px;
}

.slider_track___m5Nx:last-child {
  margin-right: 20px;
}

.slider_btnDisabled__2Zd8V {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.style_active__2KN98 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 233 / var(--tw-bg-opacity));
}

@-webkit-keyframes style_growAndShrink__IgF1T {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1.2);
  }

  60% {
    transform: scale(1);
  }

  65% {
    transform: scale(0.9);
  }

  75% {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

@keyframes style_growAndShrink__IgF1T {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1.2);
  }

  60% {
    transform: scale(1);
  }

  65% {
    transform: scale(0.9);
  }

  75% {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

.style_heartGrow__1NjcS {
  -webkit-animation: style_growAndShrink__IgF1T 0.8s linear;
  animation: style_growAndShrink__IgF1T 0.8s linear;
}

.style_shadow__2XQEm {
  box-shadow: 0 2px 4px hsla(0, 0%, 80%, 0.5);
}

.style_wrapper__2DMfc {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.style_favourite_bg__1K4-y {
  background-color: #ffe9e9;
}

.style_search_bg__3y--n {
  background-color: var(--gzp-header-bg-color);
}

.style_search_bg_icon__mtPFf {
  background-color: #ddd;
}

.button_btnPrimary__KhXli {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3957ea;
  --tw-gradient-to: rgb(57 87 234/0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3e51b5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button_btnNone__1MXK_ {
  color: #3e51b5;
}

.button_btn__2WT8b {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
}

.button_btnSmall__2XV4B {
  height: 30px;
  border-radius: 3px;
}

.button_btnMedium__3a5Ll {
  height: 40px;
  border-radius: 5px;
}

.button_btnLarge__d_Ikp {
  height: 48px;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.button_btnYellow__1q-oJ {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #ffe940;
  --tw-gradient-to: rgb(255 233 64/0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #ffc800;
}

.game-link_align__-Zki2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}

.style_card_wrap__-WMBY {
  height: 235px;
  position: relative;
  z-index: 1;
}

.style_card_icon__2qmV8 {
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 15px;
  height: 35px;
  width: 35px;
}

.style_image_wrap__ccF6g {
  height: 190px;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.style_text_container__Qk5jf {
  position: absolute;
  height: 100%;
  display: flex;
  bottom: 0;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #2c2c2c;
  text-align: center;
}

.style_text__1U9Wf {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 576px) and (max-width: 767px) {
  .style_image_container__3yC1J {
    height: 145px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .style_image_container__3yC1J {
    height: 160px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .style_image_container__3yC1J {
    height: 127px;
  }
}

.style_image_container__3yC1J {
  border-radius: 15px;
  overflow: hidden;
}

.style_image_container_dimensions__2S1PV {
  height: 190px;
  width: 187px;
}

.style_image_container__3yC1J>div {
  position: unset !important;
  z-index: 10;
  height: 100%;
}

.style_card_container__1ClKL {
  padding: 30px 0;
}

.style_ad_container__3xlkJ,
.style_card_container__1ClKL {
  box-shadow: 0 12px 59px rgba(0, 0, 0, 0.04);
  border-radius: 10px;

  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

  border: 1px solid #ddd;
}

.style_ad_container__3xlkJ {
  padding: 18px;
  min-height: 130px;
}

.style_heading__187GY {
  margin-left: 2px;
  font-size: 24px;
  color: #2c2c2c;
}

.style_bottom_game_card_body_wrapper__1hDHC {
  display: flex;
  flex-wrap: wrap;
}

.style_card__1svIv {
  margin-top: 20px;
  margin-right: 20px;
}

.style_card__1svIv:nth-child(6n) {
  margin-right: 0;
}

.style_view_all__DoKTY {
  font-size: 20px;
  font-weight: 900;
  --tw-text-opacity: 1;
  background-image: none;
  padding: 0;
  text-transform: uppercase;
}

.style_see_more__3Wl3B,
.style_view_all__DoKTY {
  display: flex;
  cursor: pointer;
  align-items: center;
  color: rgb(62 81 181 / var(--tw-text-opacity));
}

.style_see_more__3Wl3B {
  border-radius: 100px;
  font-weight: 600;
  margin-top: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(62 81 181 / var(--tw-border-opacity));
  padding: 8px 20px;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
}

.style_videosWrapper__19SKU {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

@media (min-width: 1025px) {
  .style_videosWrapper__19SKU {
    max-width: 881px;
    flex-shrink: 0;
  }
}

.featured-game-card_container__SYLbt {
  position: relative;
  height: 320px;
}

.featured-game-card_bg_container__3oViq {
  width: 189px;
  position: relative;
  z-index: 3;
  display: flex;
  height: 280px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.featured-game-card_image__3UZAM {
  border-radius: 15px;
}

.featured-game-card_card_icon__3djXX {
  position: absolute;
  right: 10px;
  z-index: 4;
  top: 10px;
  height: 35px;
  width: 35px;
}

.featured-game-card_text_container__20gRm {
  position: absolute;
  height: 100%;
  display: flex;
  bottom: 0;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #2c2c2c;
}

.featured-game-card_text__2Z1Rc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured-games_card_container__3TjeL {
  padding: 30px 0;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

  border: 1px solid #ddd;
}

.featured-games_heading__3NVs3 {
  font-weight: 900;
  font-size: 24px;
  color: #2c2c2c;
}

.style_card__2CNbC {
  height: 100%;
  width: 100%;
}

@-webkit-keyframes style_rotate__1knYx {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes style_rotate__1knYx {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.style_wheel_animaton__2Upga {
  -webkit-animation: style_rotate__1knYx 20s linear infinite;
  animation: style_rotate__1knYx 20s linear infinite;
  border-radius: 50%;
}

.style_heartbeat__3TPYr {
  -webkit-animation: style_beat__3wbc1 0.85s infinite alternate;
  animation: style_beat__3wbc1 0.85s infinite alternate;
}

@-webkit-keyframes style_beat__3wbc1 {
  to {
    transform: scale(1.1);
  }
}

@keyframes style_beat__3wbc1 {
  to {
    transform: scale(1.1);
  }
}

.style_wheel_container__1XjIH {
  position: absolute;
  filter: drop-shadow(10.4667px 13.0833px 13.0833px rgba(0, 0, 0, 0.25));
}

.style_wheel_container_lg__1fc2e {
  top: 12%;
  right: 7%;
  height: 75%;
  width: 26%;
}

.style_wheel_container_md__Ivw0Q {
  top: 7%;
  height: 48%;
  width: 44%;
  left: 50%;
  transform: translate(-50%);
}

.style_wheel_container_sm__4_LZs {
  top: 10%;
  right: 4%;
  height: 80%;
  width: 34%;
}

.style_text_container__2of1k {
  font-weight: 900;
  position: absolute;
  color: #590819;
  text-shadow: 2px 2px #ffc250;
}

.style_text_container_lg__MMqVO {
  top: 19.5%;
  left: 8.6%;
  font-size: 22px;
  line-height: 32px;
  width: 360px;
}

.style_text_container_md__rErcW {
  top: 57%;
  left: 50%;
  transform: translate(-50%);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: 290px;
}

.style_text_container_sm__37BPZ {
  top: 20%;
  left: 8%;
  line-height: 20px;
  width: 199px;
}

.style_text_container_sm_font__3TvW1 {
  font-size: 12px;
}

.style_wheel_play__lFzQs {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16%;
  height: 16%;
  transform: translate(-50%, -50%);
}

.style_btn__1q3y9 {
  position: absolute;
  border-radius: 99px;
  background-color: #590819;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 900;
  justify-content: center;
}

.style_btn_lg__F3bp6 {
  top: 55%;
  left: 9%;
  padding: 0 32px;
  line-height: 45px;
}

.style_btn_lg_font__32gmK {
  font-size: 24px;
}

.style_btn_md__2gpKR {
  top: 74%;
  left: 33%;
  padding: 0 19px;
  line-height: 38px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.style_btn_md_font__2xiv4 {
  font-size: 20px;
}

.style_btn_sm__2rr9H {
  top: 54%;
  left: 8%;
  padding: 4px 17px;
  line-height: 38px;
}

.style_banner_images_container__3FjPW {
  position: absolute;
}

.style_image_container__SJMY0 {
  width: 100%;
}

.style_image_container__SJMY0>div {
  position: unset !important;
}

.style_image_container__SJMY0 img {
  border-radius: 15px;
}

@media screen and (max-width: 650px) {
  .card-height {
    width: 136px;
  }

  .game_name_text {
    width: 136px;
    bottom: 46px;
  }
}

@media screen and (max-width: 420px) {
  .card-height {
    width: 84px !important;
    height: 86px !important;
  }

  .game_name_text {
    width: 82px !important;
    bottom: -7px !important;
    font-size: 10px !important;
  }

  .title {
    font-size: 16px !important;
    margin-left: 0px !important;
  }

  .card-harder>div>svg {
    height: 25px !important;
    width: 25px !important;
  }

  .navText {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 620px) {
  .style_card__2CNbC {
    margin-top: 20px;
    padding: 0 10px;
  }

  .style_btn__1q3y9 {
    font-size: 12px;
    line-height: 19px;
  }
}

.style_image_container__3J4Tv {
  position: relative;
  height: 100%;
  width: 100%;
}

.style_image_wrapper__QbV0U {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform: scale(0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  height: 65%;
  width: 65%;
}

.style_image_wrapper__QbV0U.style_active__2szLQ {
  opacity: 1;
  transform: scale(1);
}

@media screen and (min-width: 620px) {
  .style_image_wrapper__QbV0U {
    height: 80%;
    width: 95%;
  }
}

.style_slide_container__21VDG {
  position: relative;
  overflow: hidden;
  width: 80%;
  display: flex;
  justify-content: center;
}

.style_slide_container__21VDG:first-child {
  margin-bottom: 15px;
}

.style_slide__3zhL- {
  position: absolute;
  top: 100%;
}

.style_active__15gsZ {
  -webkit-animation-name: style_bounce__TARR-;
  animation-name: style_bounce__TARR-;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes style_bounce__TARR- {
  40% {
    top: 0;
  }

  60% {
    top: 0;
  }

  to {
    top: 100%;
  }
}

@keyframes style_bounce__TARR- {
  40% {
    top: 0;
  }

  60% {
    top: 0;
  }

  to {
    top: 100%;
  }
}

.style_layout__22vsN {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.style_layout__mobile__jevPW {
  min-height: 150px;
}

.style_card_container__desktop__2gmUr {
  width: 50%;
}

.style_card_container__mobile__3sTnl {
  padding: 0 10px 20px;
}

.style_card_bg__2nITX {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 17px;
  background: #581bb9;
}

.style_spinwheel__1-rrn {
  position: absolute;
  z-index: 5;
  transform: rotate(0deg) scale(5);
  left: 30% !important;
}

.style_lights__3VvMK {
  z-index: 11;
}

.style_container__1TYG4 {
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.style_container__desktop__fu3oM {
  padding-top: 40px;
  padding-bottom: 40px;
}

.style_container__mobile__1fcP- {
  padding-top: 25px;
  padding-bottom: 25px;
}

.style_text_container__3Gk1a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fede34;
}

.style_text_container__desktop__-w9Na>p {
  font-weight: 900;
  max-width: 400px;
  font-size: 24px;
}

.style_text_container__mobile__3ZEt5>p {
  font-weight: 900;
  max-width: 250px;
  font-size: 12px;
}

.style_carousel_text__3y7mb {
  font-weight: 700;
  line-height: 1.2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.style_carousel_text__desktop__W6CTf {
  font-size: 12px;
}

.style_carousel_text__mobile__oirJB {
  font-size: 10px;
}

.style_wrapperCarousel__1D4Qw {
  z-index: 10;
}

@media (min-width: 576px) and (max-width: 767px) {
  .style_wrapperCarousel__1D4Qw {
    width: 40%;
    padding-left: 10px;
  }
}

@media (min-width: 1025px) {
  .style_wrapperCarousel__1D4Qw {
    display: flex;
    width: 33.333333%;
  }
}

.style_carousel_bg__1B6uz {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(180deg, #ffe759, rgba(255, 243, 189, 0));
}

.style_carousel_bg__desktop__1SZ7j {
  height: 150px;
  width: 144px;
}

.style_carousel_bg__mobile__2rTpf {
  height: 100px;
  width: 100px;
}

.style_btn__1ABz3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #fcdc36;
  color: #421091;
}

.style_btn__desktop__2t1lZ {
  height: 40px;
  font-size: 18px;
}

.style_btn__mobile__1uAEd {
  height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
}

.style_qzp_logo__2cHTI {
  transform: translateX(-10px);
}

.style_cards_container__3xAVT {
  display: flex;
  justify-content: space-between;

  margin-top: 20px;
}

.style_card__3WySQ {
  width: 650px;
  border-radius: 10px;
  margin-right: 20px;
}

.a2hs_container__3q9tR {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 150px;
  margin-right: 16px;
}

.a2hs_container_desktop__2GWIF {
  display: flex;
  position: relative;
  width: 650px;
  height: 256px;
  margin-left: 8px;
}

.a2hs_video_container__fJ_7l {
  border-radius: 20px;
  overflow: hidden;
}

.a2hs_image_container__2SGnY>div {
  z-index: 10;
}

.a2hs_video__3rQ1O {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.a2hs_card_details__2kr6J {
  padding-left: 28px;
  padding-top: 30px;
  z-index: 1;
  position: absolute;
}

.a2hs_title__2hTJt {
  font-size: 18px;
  font-weight: 900;
  line-height: 2.25rem;
  text-transform: capitalize;
}

.a2hs_subtext__3WLx7,
.a2hs_title__2hTJt {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.a2hs_subtext__3WLx7 {
  white-space: nowrap;
  line-height: 19px;
  font-weight: 500;
  font-size: 12px;
  width: 165px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.a2hs_btn__1ba9E {
  color: #fff;
  background: linear-gradient(180deg, #ff4f37, #ed1c00);
  border-radius: 9999px;
  padding: 6px 19px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .a2hs_container__3q9tR {
    min-width: 87vw;
  }
}

@media screen and (min-width: 640px) {
  .a2hs_video__3rQ1O {
    border-radius: 15px;
  }

  .a2hs_video_container__fJ_7l {
    border-radius: 15px;
    overflow: hidden;
  }

  .a2hs_card_details__2kr6J {
    padding-left: 50px;
    padding-top: 50px;
  }

  .a2hs_title__2hTJt {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .a2hs_subtext__3WLx7 {
    font-size: 26px;
  }

  .a2hs_btn__1ba9E {
    margin-top: 39px;
    font-size: 28px;
    padding: 18px 0;
    border-radius: 10px;
    min-width: 240px;
  }
}

.style_container__3ePzO {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 150px;
}

.style_container_desktop__2PsMd {
  width: 650px;
  height: 256px;
  margin-right: 8px;
}

.style_card_details__1lpjU {
  padding-left: 28px;
  padding-top: 30px;
  z-index: 1;
}

.style_image__170_N {
  border-radius: 20px;
}

.style_title_style__3OGSr {
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.6rem;
}

.style_subtext__2TCtR,
.style_title_style__3OGSr {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.style_subtext__2TCtR {
  font-weight: 400;
  line-height: 1.4rem;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 12px;
}

.style_btn__m6pfE {
  left: 12px;
  border-radius: 9999px;
  padding: 6px 26px;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.8rem;
  background-color: #ffd100;
  color: #d63e3a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.style_bell__28y40 {
  position: absolute;
  right: 5px;
  bottom: 20px;
  height: 108px;
  width: 100px;
}

.style_coin_container__3nQAj {
  position: absolute;
  top: 15px;
  right: 25px;
}

.style_coin__2caoX {
  -webkit-animation: style_grow-shrink__1Xu29 6s infinite;
  animation: style_grow-shrink__1Xu29 6s infinite;
}

.style_line__x8S00 {
  position: absolute;
  top: -10px;
}

.style_line_first__3kqXg {
  left: 0;
  -webkit-animation: style_grow-shrink-icon-first__8Z8Fw 6s infinite;
  animation: style_grow-shrink-icon-first__8Z8Fw 6s infinite;
}

.style_line_middle__1OVdT {
  right: 0;
  -webkit-animation: style_grow-shrink-icon-middle__2ODmt 6s infinite;
  animation: style_grow-shrink-icon-middle__2ODmt 6s infinite;
}

.style_line_last__1B1pr {
  right: -10px;
  top: 0;
  -webkit-animation: style_grow-shrink-icon-last__1vmD_ 6s infinite;
  animation: style_grow-shrink-icon-last__1vmD_ 6s infinite;
}

.style_banner_container__15FGj {
  border-radius: 20px;
  overflow: hidden;
}

.text-end {
  text-align: end;
}

.react-multiple-carousel__arrow--right {
  right: calc(0% + 1px) !important;
}

.react-multiple-carousel__arrow--left {
  left: calc(0% + 1px) !important;
}

h3 {
  font-size: 26px;
  font-weight: 700;
}

@-webkit-keyframes style_grow-shrink-icon-first__8Z8Fw {
  0% {
    transform: scale(1) rotate(-25deg);
  }

  60% {
    transform: scale(1) rotate(-25deg);
  }

  to {
    transform: scale(0) rotate(-25deg);
  }
}

@keyframes style_grow-shrink-icon-first__8Z8Fw {
  0% {
    transform: scale(1) rotate(-25deg);
  }

  60% {
    transform: scale(1) rotate(-25deg);
  }

  to {
    transform: scale(0) rotate(-25deg);
  }
}

@-webkit-keyframes style_grow-shrink-icon-middle__2ODmt {
  0% {
    transform: scale(1) rotate(25deg);
  }

  60% {
    transform: scale(1) rotate(25deg);
  }

  to {
    transform: scale(0) rotate(25deg);
  }
}

@keyframes style_grow-shrink-icon-middle__2ODmt {
  0% {
    transform: scale(1) rotate(25deg);
  }

  60% {
    transform: scale(1) rotate(25deg);
  }

  to {
    transform: scale(0) rotate(25deg);
  }
}

@-webkit-keyframes style_grow-shrink-icon-last__1vmD_ {
  0% {
    transform: scale(1) rotate(50deg);
  }

  60% {
    transform: scale(1) rotate(50deg);
  }

  to {
    transform: scale(0) rotate(50deg);
  }
}

@keyframes style_grow-shrink-icon-last__1vmD_ {
  0% {
    transform: scale(1) rotate(50deg);
  }

  60% {
    transform: scale(1) rotate(50deg);
  }

  to {
    transform: scale(0) rotate(50deg);
  }
}

@-webkit-keyframes style_grow-shrink__1Xu29 {
  20% {
    transform: scale(1);
  }

  80% {
    transform: scale(0);
  }
}

@keyframes style_grow-shrink__1Xu29 {
  20% {
    transform: scale(1);
  }

  80% {
    transform: scale(0);
  }
}

@media screen and (max-width: 640px) {
  .style_container__3ePzO {
    min-width: 87vw;
  }
}

@media screen and (min-width: 640px) {
  .style_banner_container__15FGj {
    border-radius: 15px;
    overflow: hidden;
  }

  .style_bell__28y40 {
    position: absolute;
    right: 0;
    top: 13px;
    height: 208px;
    width: 200px;
  }

  .style_line__x8S00 {
    position: absolute;
    top: -19px;
  }

  .style_line_first__3kqXg {
    top: -19px;
    left: 15px;
  }

  .style_line_middle__1OVdT {
    top: -15px;
    right: -10px;
  }

  .style_line_last__1B1pr {
    right: -16px;
    top: -4px;
  }

  @-webkit-keyframes style_grow-shrink-icon-first__8Z8Fw {
    0% {
      transform: scale(1);
    }

    60% {
      transform: scale(1);
    }

    to {
      transform: scale(0);
    }
  }

  @keyframes style_grow-shrink-icon-first__8Z8Fw {
    0% {
      transform: scale(1);
    }

    60% {
      transform: scale(1);
    }

    to {
      transform: scale(0);
    }
  }

  .style_coin_container__3nQAj {
    top: 35px;
    right: 55px;
  }

  .style_card_details__1lpjU {
    padding-left: 50px;
    padding-top: 50px;
  }

  .style_title_style__3OGSr {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .style_subtext__2TCtR {
    font-size: 26px;
  }

  .style_image__170_N {
    border-radius: 15px;
  }

  .style_btn__m6pfE {
    background-color: #ffd100;
    margin-top: 39px;
    font-size: 28px;
    padding: 18px 0;
    border-radius: 10px;
    min-width: 240px;
    text-align: center;
  }
}

.style_main_container__2LNnK {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}

.style_home__3z5G3 {
  margin: 0 auto;

  flex-grow: 1;
}

.style_home__3z5G3:last-child {
  margin-bottom: 0;
}

.style_spaced__3_6ar {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.style_spaced__3_6ar:first-child {
  margin-top: 10px;
}

.style_card_heading__3NjSd {
  color: #2c2c2c;
  font-size: 24px;
}

.style_top_ad_container__1iAx0 {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 12px 59px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #ddd;
}

.style_top_ad_container__1iAx0:last-child {
  margin-top: 20px;
}

.style_play_again_ad_section__XlBtL {
  display: flex;
  margin-top: 20px;
  align-items: center;
  max-height: 356px;
  min-height: 356px;
}

.style_container__2_s57 {
  margin: 0 auto;
}

.style_image__1oqP6 {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  position: relative !important;
  height: unset !important;
  border-radius: 15px;
  box-shadow: 5px 6px 12px rgb(255 255 255 / 50%);
}

.viewMoreIcon {
  font-size: 30px;
  color: #ffcc5b;
  margin-left: 5px;
}

@media screen and (max-width: 1300px) {
  .style_spaced__3_6ar {
    margin-left: 50px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {}

@media (width: 1300px) {
  .style_main_container__2LNnK {
    width: 100%;
  }
}

.navText {
  line-height: normal;
  margin-left: 5px;
  font-weight: 400;
  font-size: 16px;
}

.style_inactive_category__3T8Gv {
  color: #fff !important;
  border-radius: 57px !important;
  background: #a373dc !important;
}

.style_category__1fk8h {
  font-weight: 400;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 24px;
  padding: 10px 24px;
  cursor: pointer;
  justify-content: center;
  font-size: 1.4rem;
  transition: all 0s;
  font-size: 14px;
  line-height: 16px;
}

.style_search_icon__2nZHd {
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #676767 !important;
}

button {
  -webkit-appearance: button !important;
  appearance: button !important;
  background-color: transparent !important;
  background-image: none !important;
}

.style_inactive_category__3T8Gv.active {
  border-radius: 57px !important;
  background: linear-gradient(180deg, #801dff 0%, #450a91 100%) !important;
  color: #fff !important;
  fill: #fff !important;
}

.style_inactive_category__3T8Gv.active>svg>path {
  fill: #fff;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .style_image__1oqP6 {
    width: 80% !important;
  }

  .game_name_text {
    width: 150px !important;
    height: 40px !important;
    position: absolute;
    bottom: 32px !important;
    left: 18px !important;
    color: #fff !important;
    padding-top: 8px !important;
    text-align: center !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    line-height: 27px !important;
    border-radius: 0px 0px 15px 15px !important;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) 3.85%,
        rgba(0, 0, 0, 0.82) 72.86%) !important;
  }
}




@media screen and (max-width: 630px) and (min-width: 433px) {
  .style_image__1oqP6 {
    width: 64% !important;
  }

  .card-height {
    height: 116px !important;
  }

  .game_name_text {
    width: 120px !important;
    height: 40px !important;
    position: absolute;
    bottom: -12px !important;
    left: 32px !important;
    color: #fff !important;
    padding-top: 8px !important;
    text-align: center !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    line-height: 27px !important;
    border-radius: 0px 0px 15px 15px !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.85%, rgba(0, 0, 0, 0.82) 72.86%) !important;
  }
}