/* GLOBAL CSS CODE  */

* {
  font-family: inherit
}


body,
html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}

/* Font settings for Vietnamese language */
[lang="vi"] body,
[lang="vi"] html {
  /* font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif !important; */
}

img,
video {
  height: auto;
  max-width: 100%
}

iframe {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}


a {
  cursor: pointer
}

a,
a:active,
a:hover {
  text-decoration: none
}

a:active,
a:hover {
  outline-width: 0
}



body,
html {
  background: #fff;
  color: #000;
  margin: 0
}



@font-face {
  font-display: swap;
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/libs/fonts/Gotham_Sans/Gotham-Book.woff2) format("woff2"), url(/assets/libs/fonts/Gotham_Sans/Gotham-Book.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/libs/fonts/Gotham_Sans/Gotham-Medium.woff2) format("woff2"), url(/assets/libs/fonts/Gotham_Sans/Gotham-Medium.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Gotham;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/libs/fonts/Gotham_Sans/Gotham-Bold.woff2) format("woff2"), url(/assets/libs/fonts/Gotham_Sans/Gotham-Bold.woff) format("woff")
}

@font-face {
  font-family: OSPunctuation;
  src: local("Arial");
  unicode-range: U+2018, U+2019, U+201c, U+201d
}

body {
  font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

/* Font settings for Vietnamese language */
[lang="vi"] body,
[lang="vi"] html {
  /* font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif !important; */
}

.nav-item.show-more svg { 
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

#navColumnContainer #headerMenuBtn {
  padding: 16px 0;
}

:root {
  background-color: black;
}



/* carousel Css*/

.index_container__Kkwlq {
  overflow: hidden;
}

.index_list__74Pf1 {
  margin-top: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.index_list__74Pf1:first-child {
  margin-top: 0;
}

.index_list__74Pf1:nth-child(odd) {
  animation: index_rotate__mexPr 50s linear infinite;
}

.index_list__74Pf1:nth-child(2n) {
  animation: index_rotate-reverse__7H\+ zV 56s linear infinite;
  /* animation: index_rotate__mexPr 50s linear infinite; */
  animation: index_rotate__mexPr 50s linear infinite reverse;
}

.index_image__1dt4V {
  margin-right: 24px;
}

.carousel {
  overflow: hidden;
  width: 100%;
  /* Full width */
  position: relative;
  margin: auto;
  /* Center the carousel */
  margin-bottom: 24px;
}

.carousel-images {
  display: flex;
  animation: slide 24s linear infinite;
  /* Adjust the timing for smooth sliding */
}

.carousel:nth-child(2n) .carousel-images {
  display: flex;
  animation: slide_reverse 24s linear infinite;
  /* Adjust the timing for smooth sliding */
}

.carousel-images img {
  flex-shrink: 0;
  /* Prevent images from shrinking */
}

.index_list__74Pf1 {
  margin-top: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@keyframes index_rotate__mexPr {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes index_rotate-reverse__7H\+zV {
  0% {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

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

  100% {
    transform: translateX(0%);
  }

  /* Reset to show Image 1 */
}

@keyframes slide_reverse {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }

  /* Reset to show Image 1 */
}







html {
  scroll-behavior: smooth;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.wrapper {
  background-color: black;
}

/* COOKIES BANNER  */
#cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 1000;
  opacity: 0;
  transition: all 1.5s ease;
  width: 100%;
}

.cookie-content-desktop {
  padding: 10px 0px;
}

#cookie-banner.show {
  opacity: 1;
}



.cookie-content-desktop {
  display: flex;
  justify-content: space-evenly;
}

.cookie-content-mobile {
  display: none;
}

.cookieText {
  padding: 16px 0px;
}

#cookie-banner .cookie-content-desktop .cookieText p:nth-child(1) {
  font-weight: 800;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  font-size: 20px;
  margin-top: 0px;
}

#cookie-banner .cookie-content-desktop .cookieText p:nth-child(2) {
  display: inline;
  color: rgb(0, 0, 0);
  font-size: 16px;
}

.cookieButtons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}

#cookie-banner .cookie-content-desktop .cookieButtons .btn-accept {
  border: none;
  cursor: pointer;
  background-color: black;
  padding: 15px 25px;
  white-space: nowrap;
  width: 150px;
  color: white;
  font-weight: 600;
}

#cookie-banner .cookie-content-desktop .cookieButtons a {
  color: white;
}

/* COOKIE BANNER MOBILE  */
#cookie-banner .cookie-content-mobile .Privacy-mobile-head {
  font-weight: 800;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  font-size: 18px;
}

#cookie-banner .cookie-content-mobile .cookieText {
  padding: 10px 20px;
}



.cookie-banner-mobile-text p {
  display: inline;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
}

.cookie-content-mobile .cookieButtons {
  margin: 20px 0px 5px 0px;
  align-items: center;
}

#cookie-banner .cookie-content-mobile .cookieButtons .btn-accept {
  border: none;
  cursor: pointer;
  padding: 14px 0px;
  height: 100%;
  white-space: nowrap;
  width: 150px;
}

#cookie-banner .cookie-content-mobile .cookieButtons a {
  color: white;
}

/* #cookie-banner .cookieButtons .btn-accept:hover {
  background-color: #67bf00;
} */

#cookie-banner .cookie-content-mobile .cookieButtons button {
  font-weight: 600;
  background-color: black;
  color: white;
}

#cookie-banner .cookie-container {
  background-color: white;
}







@media (max-width: 767px) {

  .cookie-content-desktop {
    width: 100%;
  }


}


/********************* MUSLIM CODE  *******************************/



/* MEDIA QUERIES  */

@media (max-width: 625px) {

  /* COOKIE BANNER  */
  .cookie-content-desktop {
    display: none;
  }

  .cookie-content-mobile {
    display: block;
  }

  #cookie-banner .cookie-content-mobile .cookieText {
    padding: 10px 5%;
  }

}

@media (max-width: 475px) {

  /* COOKIE BANNER  */


  .PrivacyPageInner,
  .TermsPage {
    padding: 0px;
    width: 100%;
  }

  .Page-Content {
    padding: 0px 10px;
  }

}



/* FREE XBOX GAME PASS PAGE STYLES  */
.FreeXboxGameContainer,
.cookie-container {
  color: white;
  max-width: 1430px;
  padding: 0% 5%;
  margin: 0 auto;
}

.FreeXboxGameInner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.FreeXboxGameLeft,
.FreeXboxGameRight {
  width: 50%;
}

.FreeXboxGameLeft h1 {
  font-size: 6rem;
}

.FreeXboxGameLeft p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0px;
}

.FreeXboxGameLeft p a {
  color: #59ff00;
}

.FindOutButton {
  background: #fff;
  border: 1.5px solid #fff;
  border-radius: 40px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  min-width: fit-content;
  padding: 2rem 6rem;
  text-align: center;
  margin-top: 50px;
}

.FindOutButton a {
  color: black;
}

.FreeXboxGameRight {
  text-align: center;
}

.FreeXboxGameRight img {
  width: 70%;
}


/* ********************************************************************************
********************** POP VIP IFRAME********************************
************************************************************************************  */
.PopIframePage {
  color: white;
  max-width: 1600px;
  padding: 0% 5%;
  margin: 0 auto;
}

.PopIframePage iframe {
  width: 100%;
  height: 91.4vh;
  border: none;
  margin-top: 80px;
}

.CoinMartetPlaceContainer {
  color: white;
  max-width: 1430px;
  padding: 0% 5%;
  margin: 0 auto;
}

.CoinMarketPlaceInner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CoinMarketPlaceInner h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  line-height: 132%;
  text-align: center;
}

/* ********************************************************************************
********************** RESPONSIVENESS ********************************
************************************************************************************  */


/* MAXIMUM SCREEN 1859PX  */

@media (max-width:1859px) {

  .FreeXboxGameContainer,
  .cookie-container,
  .CoinMartetPlaceContainer,
  .OurPopgStars,
  .PopStarList {
    max-width: 1220px !important;
  }

  .FreeXboxGameLeft h1 {
    font-size: 4.5rem;
  }
}

/* MAXIMUM SCREEN 1550PX  */

@media (max-width:1550px) {

  .FreeXboxGameContainer,
  .cookie-container,
  .CoinMartetPlaceContainer,
  .OurPopgStars,
  .PopStarList {
    max-width: 1020px !important;
  }

  .FreeXboxGameContainer.FreePlayStation .FreeXboxGameRight img {
    width: 75%;
  }



}

/* MAXIMUM SCREEN 1350PX  */

@media (max-width:1350px) {

  .FreeXboxGameContainer,
  .cookie-container,
  .CoinMartetPlaceContainer,
  .OurPopgStars,
  .PopStarList {
    max-width: 850px !important;
  }
}


/* MAXIMUM SCREEN 1180PX  */

@media (max-width:1180px) {

  .FreeXboxGameContainer,
  .cookie-container,
  .CoinMartetPlaceContainer,
  .OurPopgStars,
  .PopStarList {
    max-width: 690px !important;
  }
}



@media (max-width: 992px) {
  .FreeXboxGameContainer {
    margin-bottom: 150px;
  }

  .FreeXboxGameInner {
    flex-direction: column;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .FreeXboxGameLeft {
    text-align: center;
    margin-top: -90px;
  }

  .FreePlayStation .FreeXboxGameLeft {
    margin-top: -50px;
  }


  .FreeXboxGameLeft,
  .FreeXboxGameRight {
    width: 80%;
  }

  .FreeXboxGameRight img {
    width: 60%;
  }

}

@media (max-width: 768px) {

  .FreeXboxGameLeft,
  .FreeXboxGameRight {
    width: 80%;
  }

  .FreeXboxGameLeft {
    margin-top: -50px;
  }

  .FreePlayStation .FreeXboxGameRight img {
    width: 65%;
  }

  .CoinMarketPlaceInner h1 {
    font-size: 5rem;
  }

}


@media (max-width: 480px) {

  .FreeXboxGameLeft,
  .FreeXboxGameRight {
    width: 100%;
  }

  .FreeXboxGameInner {
    height: 85vh;
  }

  .FreeXboxGameLeft h2 {
    font-size: 4rem;
  }

  .FreeXboxGameLeft {
    margin-top: -25px;
  }

  .FreePlayStation .FreeXboxGameLeft {
    margin-top: -10px;
  }

  .CoinMarketPlaceInner h1 {
    font-size: 3.5rem;
  }


}









/* CODE FOR RESPONSIVE FONT SIZES  */
@media screen and (max-width: 350px) {
  html {
    font-size: 35%;
  }
}

@media (min-width: 350px) {
  html {
    font-size: 48%;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 52%;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 55%;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 72.5%;
  }
}

@media screen and (min-width: 2560px) {
  html {
    font-size: 76.5%;
  }
}