/* Home */
.smooth-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.smooth-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
} 

.br-mobile {
  display: none;
}

/* Home Banner */
.home-banner {
  position: relative;
  width: 100%;
  padding: 10px;
  display: grid;
  grid-template-rows: 1fr max-content;
  box-sizing: border-box;
  min-height: 600px;
}

.hero-mask {
  width: 100%;
}

.home-banner .mask > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.masks-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(
    0.21% 4.28%,
    0.21% 4.28%,
    0.231% 3.585%,
    0.29% 2.927%,
    0.386% 2.313%,
    0.514% 1.752%,
    0.672% 1.253%,
    0.855% 0.826%,
    1.062% 0.478%,
    1.288% 0.218%,
    1.53% 0.056%,
    1.786% 0%,
    75.026% 0%,
    75.026% 0%,
    75.219% 0.032%,
    75.406% 0.126%,
    75.585% 0.278%,
    75.756% 0.486%,
    75.915% 0.746%,
    76.063% 1.056%,
    76.196% 1.411%,
    76.313% 1.81%,
    /* 76.413% 2.249%, */
    /* 76.494% 2.724%, */
    78.177% calc(7.096vw * 0.5),
    78.295% calc(7.495vw * 0.5),
    78.428% calc(7.85vw * 0.5),
    78.575% calc(8.16vw * 0.5),
    78.735% calc(8.42vw * 0.5),
    78.905% calc(8.628vw * 0.5),
    79.085% calc(8.78vw * 0.5),
    79.272% calc(8.874vw * 0.5),
    79.464% calc(8.906vw * 0.5),
    98.424% calc(8.906vw * 0.5),
    98.424% calc(8.906vw * 0.5),
    98.68% calc(8.962vw * 0.5),
    98.922% calc(9.124vw * 0.5),
    99.148% calc(9.384vw * 0.5),
    99.355% calc(9.732vw * 0.5),
    99.539% calc(10.159vw * 0.5),
    99.696% calc(10.658vw * 0.5),
    99.824% calc(11.219vw * 0.5),
    99.92% calc(11.833vw * 0.5),
    99.979% calc(12.491vw * 0.5),
    100% calc(13.185vw * 0.5),
    100% calc(100% - 10vw),
    100% calc(100% - 10vw),
    calc(100% - 2vw + 1.93vw) calc(100% - 10vw + 0.51vw),
    calc(100% - 2vw + 1.73vw) calc(100% - 10vw + 1vw),
    calc(100% - 2vw + 1.414vw) calc(100% - 10vw + 1.414vw),
    calc(100% - 2vw + 1vw) calc(100% - 10vw + 1.73vw),
    calc(100% - 2vw + 0.51vw) calc(100% - 10vw + 1.93vw),
    calc(100% - 2vw) calc(100% - 10vw + 2vw),
    66.42% calc(100% - 8vw),
    calc(66.42% - 0.51vw) calc(100% - 8vw + 2vw - 1.93vw),
    calc(66.42% - 1vw) calc(100% - 8vw + 2vw - 1.73vw),
    calc(66.42% - 1.414vw) calc(100% - 8vw + 2vw - 1.414vw),
    calc(66.42% - 1.73vw) calc(100% - 8vw + 2vw - 1vw),
    calc(66.42% - 1.93vw) calc(100% - 8vw + 2vw - 0.51vw),
    62.31% 97.253%,
    62.31% 97.253%,
    62.23% 97.732%,
    62.13% 98.174%,
    62.013% 98.576%,
    61.879% 98.935%,
    61.732% 99.247%,
    61.571% 99.51%,
    61.4% 99.719%,
    61.22% 99.873%,
    61.032% 99.968%,
    60.839% 100%,
    30.068% 100%,
    30.068% 100%,
    29.876% 99.968%,
    29.689% 99.874%,
    29.51% 99.722%,
    29.339% 99.514%,
    29.179% 99.254%,
    29.032% 98.944%,
    28.899% 98.588%,
    28.781% 98.189%,
    28.681% 97.75%,
    28.6% 97.275%,
    27.571% 90.1%,
    27.571% 90.1%,
    27.49% 89.625%,
    27.39% 89.186%,
    27.272% 88.787%,
    27.139% 88.431%,
    26.992% 88.122%,
    26.832% 87.861%,
    26.662% 87.653%,
    26.482% 87.501%,
    26.295% 87.407%,
    26.103% 87.375%,
    1.786% 87.375%,
    1.786% 87.375%,
    1.53% 87.319%,
    1.288% 87.157%,
    1.062% 86.898%,
    0.855% 86.549%,
    0.672% 86.122%,
    0.514% 85.623%,
    0.386% 85.062%,
    0.29% 84.448%,
    0.231% 83.79%,
    0.21% 83.096%,
    0.21% 4.28%
  );
}

.grad-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
  background: linear-gradient(
    106deg,
    #f7007a -20.15%,
    #4b009f 47.51%,
    #9761d3 87.09%
  );
}

.hero-social-media {
  position: absolute;
  right: 20px;
  top: 20%;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 7%;
  gap: 1vh;
  align-items: flex-end;
  z-index: 5;
}

.hero-social-media > .socialm-top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5vh;
}

.socialm-top svg {
  height: auto;
}

.hero-social-media > .socialm-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6vh;
}

.socialm-bottom svg {
  height: auto;
}

.hero-social-media svg {
  cursor: pointer;
}

.trust-site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 18.58px;
  width: 100%;
  height: 4vh;
}

.trust-site-logo > img { 
  height: auto;
  width: 60%;
}

.digicert-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 18.58px;
  width: 100%;
  height: 4vh;
}

.digicert-logo > img {
  height: auto;
  width: 60%;
}

.mask-btn {
  height: 100%;
  width: 100%;
  clip-path: polygon(
    calc(9% + 1.5vw - 1.448vw) calc(1.5vw - 0.38vw),
    calc(9% + 1.5vw - 1.29vw) calc(1.5vw - 0.75vw),
    calc(9% + 1.5vw - 1.06vw) calc(1.5vw - 1.06vw),
    calc(9% + 1.5vw - 0.75vw) calc(1.5vw - 1.29vw),
    calc(9% + 1.5vw - 0.38vw) calc(1.5vw - 1.448vw),
    calc(9% + 1.5vw) 0%,
    100% 0%,
    100% 100%,
    calc(9% + 1.5vw - 1.48vw) 100%,
    calc(9% + 1.5vw - 1.48vw - 0.38vw) calc(100% - 1.5vw + 1.448vw),
    calc(9% + 1.5vw - 1.48vw - 0.75vw) calc(100% - 1.5vw + 1.29vw),
    calc(9% + 1.5vw - 1.48vw - 1.06vw) calc(100% - 1.5vw + 1.06vw),
    calc(9% + 1.5vw - 1.48vw - 1.29vw) calc(100% - 1.5vw + 0.75vw),
    calc(9% + 1.5vw - 1.48vw - 1.448vw) calc(100% - 1.5vw + 0.38vw),
    calc(9% + 1.5vw - 1.48vw - 1.5vw) calc(100% - 1.5vw),
    calc(9% + 1.5vw - 1.48vw - 1.467vw) calc(100% - 1.5vw - 0.31vw)
  );
}

.mask-btn > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.mask-btn-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75vw;
}

.mask-btn-content > img {
  margin-left: 5%;
  width: auto !important;
  height: 100% !important;
}

.mask-btn-container {
  width: 38%;
  height: 7vw !important;
  border-radius: 0 1.5vw 1.5vw 0;
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  overflow: hidden;
}

.mask-btn-container-mobile {
  display: none;
}

.mask-btn-container-mobile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute !important;
  top: 0;
  left: 0;
}

.mask-btn-cont-txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mask-btn-cont-txt h3 {
  color: #fff;
  font-family: "Clash Grotesk";
  font-size: 1.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.mask-btn-cont-txt h4 {
  color: #fff;
  font-family: "Clash Grotesk";
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
/* End Home Banner */

/* Hero Imgs */
.hero-imgs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-img-cont {
  width: 70vw;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-img-text {
  width: 30%;
  height: 100%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0.75vw;
}

.hero-img-text-cont {
  position: relative;
  top: -1vh;
}

.hero-img-text h1 {
  color: #409;
  font-family: "Clash Grotesk Medium";
  font-size: 4.9vw;
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
}

.hero-img-text p {
  color: #409;
  font-family: "Clash Grotesk";
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
}

.game-txt,
.money-txt {
  background: linear-gradient(
    90deg,
    #e56db9 0%,
    #fb90c8 16%,
    #f51c88 32%,
    #7a0296 49.5%,
    #3a3ca7 66%,
    #2987bc 83.5%,
    #1dcdca 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-img-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: calc(100% - 2vw);
  margin: 0;
  padding: 0;
  gap: 1%;
}

.hero-img-container li {
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  border-radius: 2vw;
  cursor: pointer;
}

.hero-img-container li:hover {
  background: linear-gradient(280deg, #f7007a -11%, #4b009f 110.14%);
}

.hero-img-container img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End Hero Imgs */

/* Easport Team */
.easport-team {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.easport-team-content {
  position: relative;
  width: 90%;
  height: 700px;
  background: linear-gradient(286deg, #409 -1.03%, #211747 102.04%);
  border-radius: 20px;
  overflow: hidden;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 7%;
  scale: 1;
  min-height: 600px;
  max-height: 1080px;
}

.easport-team-content > img {
  height: auto;
  width: 40%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

.easport-team-content-txt > p {
  display: none;
}

.easport-title {
  width: 70%;
  height: auto;
}

.easport-title h2 {
  color: #fff;
  font-family: "Clash Grotesk Semibold";
  font-size: 4.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  margin: 0;
}

.ea-title-img-mobile {
  display: none;
}

.easport-title-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2%;
  width: 70%;
  height: auto;
}

.easport-title-img h2 {
  color: #fff;
  font-family: "Clash Grotesk Semibold";
  font-size: 4.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  margin: 0;
}

.easport-title-img img {
  height: auto;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 20%;
}
.easport-title-img p {
  color: #fff;
  font-family: "Clash Grotesk";
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.easport-team-content-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 50%;
  gap: 2%;
}

.easport1 {
  width: 22%;
  height: auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.easport-img-mobile {
  display: none;
}

.easport1 > img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: fill;
  z-index: 2;
  opacity: 0.3;
}

.easport1-text {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: auto;
  height: auto;
  z-index: 3;
}

.easport1 h3 {
  color: #fff;
  font-family: "Clash Grotesk";
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.easport1 h4 {
  color: #fff;
  font-family: "Clash Grotesk Medium";
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.easport1-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #409 -11.83%, rgba(68, 0, 153, 0) 69.5%);
  mix-blend-mode: darken;
  z-index: 2;
}

.easport1 video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End Easport Team */

/* Company Logos */
.company-logos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 5rem 1rem;
  align-items: center;
  overflow: hidden;
}

.company-logos > div {
  width: 90%;
  overflow: hidden;
}

.company-logos h2 {
  color: #409;
  text-align: center;
  font-family: "Clash Grotesk Semibold";
  font-size: 4em;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}

.company-logos h2 > span {
  background: var(
    --Colors,
    linear-gradient(
      90deg,
      #e56db9 0%,
      #fb90c8 16%,
      #f51c88 32%,
      #7a0296 49.5%,
      #3a3ca7 66%,
      #2987bc 83.5%,
      #1dcdca 100%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Clash Grotesk Semibold";
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.company-logos-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.company-logos-container > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 90%;
}

.company-logos-container > div > div {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #f3f3f3;
}

.company-logos-container > div > div > img {
  width: 50%;
  height: auto;
}

/* How to play */
.how-to-play {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

.how-to-play-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 96%;
  gap: 1.67%;
  padding: 3%;
}

.how-to-play-text {
  width: 42.25%;
}

.how-to-play-text h2 {
  color: #409;
  font-family: "Clash Grotesk Semibold";
  font-size: clamp(20px, 2.7vw, 75px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.how-to-play-text h2 > span {
  background: linear-gradient(
    90deg,
    #e56db9 0%,
    #fb90c8 16%,
    #f51c88 32%,
    #7a0296 49.5%,
    #3a3ca7 66%,
    #2987bc 83.5%,
    #1dcdca 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Clash Grotesk Semibold";
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.how-to-play-text h3 {
  color: #409;
  font-family: "Clash Grotesk";
  font-size: clamp(15px, 2.08vw, 65px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0.8rem 0;
}

.how-to-play-text p {
  color: #409;
  font-family: "Clash Grotesk";
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  opacity: 0.5;
}

.htp-content2 {
  height: auto;
  overflow: hidden;
  width: 55.97%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-to-play-swiper {
  width: 85%;
  margin: 0;
  display: flex;
  justify-content: center;
}

.swiper-wrapper {
  display: flex;
  flex-direction: row;
  height: auto;
}

.swiper-notification {
  display: none;
}

.carousel-3D-swiper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.carousel-3D-swiper .swiper-slide {
  position: relative;
  opacity: 0.6;
}

.carousel-3D-swiper .swiper-slide-active {
  opacity: 1;
}

.swiper-cont img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  -webkit-box-reflect: below 5px -webkit-linear-gradient(bottom, rgba(
          255,
          0,
          0,
          0.1
        )
        0%, transparent 32px, transparent 100%);
}

.swiper-pagination {
  position: relative !important;
  bottom: 0;
}

.carousel-3D-swiper-section .swiper-pagination-bullet {
  margin: 0 4px;
  width: 16px;
  height: 16px;
  z-index: 50;
}

.carousel-3D-swiper-section .swiper-pagination-bullet-active {
  opacity: 1;
  background: #409;
}
/* End How to play */

/* Step by Step*/

.step-by-step {
  margin-top: 50px;
  width: 100%;
  height: auto;
  position: relative;
}

.sbs-loader {
  position: absolute;
  top: 91px;
  left: 45%;
  width: 10%;
  height: auto;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

.sbs-loader-circle {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: linear-gradient(133deg, #409 -0.89%, #211747 87.98%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sbs-loader-circle > img {
  position: absolute;
  object-fit: contain;
  width: 75%;
  height: auto;
}

.step-by-step-cont1ent {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.bg-step1 {
  width: 17.22%;
  height: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-step1 > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-step1 > div {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Clash Grotesk";
  font-size: 0.8em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.step1-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5%;
}

.step2-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5%;
}

.mask-step1 {
  clip-path: path(
    "M0 15.36C0 6.876928 6.876928 0 15.36 0H424.453632C433.64352 0 440.676 6.876928 440.676 15.36V80.45312C440.676 85.51424 436.6336 91.0928 429.78176 93.02464C397.35648 109.679232 393.049472 161.348416 427.44896 185.9888L434.80576 190.9896C439.46272 194.61848 440.676 200.52864 440.676 205.64032V266.24C440.676 276.07264 433.64352 283.2 424.453632 283.2H15.36C6.876928 283.2 0 276.07264 0 266.24V15.36Z"
  );
  width: 440px;
  height: auto;
}

.mask-step2 {
  clip-path: path(
    "M440.676 15.4C440.676 6.8973 433.020 0 425.831 0H15.379C7.9233 0 0.000062 6.8973 0.000062 15.4V80.373C0.000062 83.924 2.3319 87.926 6.0356 90.482C43.236 109.424 46.978 161.727 12.532 185.386L5.18 190.497C1.939 192.668 0.000062 196.957 0.000062 200.592V266.666C0.000062 274.674 7.9233 283.2 15.379 283.2H425.831C433.020 283.2 440.676 274.674 440.676 266.666V15.4Z"
  );
  width: 440px;
  height: auto;
}

.step1-text-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  left: 4%;
  width: 440px;
  height: auto;
}

.step2-text-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  right: 0;
  width: 440px;
  height: auto;
}

.step1-text-cont h2 {
  color: #409;
  font-family: "Clash Grotesk Semibold";
  font-size: 2em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: start;
  margin: 0;
}

.step2-text-cont h2 {
  color: #409;
  font-family: "Clash Grotesk Semibold";
  font-size: 2em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: start;
  margin: 0;
}

.step1-text-cont p {
  color: #409;
  font-family: "Clash Grotesk";
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.step2-text-cont p {
  color: #409;
  font-family: "Clash Grotesk";
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.sbs-loader-line1 {
  width: 4px;
  height: 241px;
  background-color: #f0f0f0;
}

.line1,
.line2,
.line3 {
  background-color: #409;
  width: 4px;
  height: 0;
}
/* End Step by Step */

/* Why choose gaiming */
.why-choose-gaiming {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15%;
}

.wcg-content-mask {
  width: 98%;
}

.wcg-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 20px;
  justify-content: flex-end;
  background-image: linear-gradient(
    106deg,
    #f7007a -20.15%,
    #4b009f 47.51%,
    #9761d3 87.09%
  );
}

.wcg-content > video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  mix-blend-mode: luminosity;
}

.chapter-mobile {
  display: none;
}

.wcg-content > img {
  position: absolute;
  z-index: 2;
  width: 600px;
  height: auto;
  bottom: 0;
  left: 0;
}

.wcg-text {
  position: relative;
  z-index: 2;
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2% 3% 2% 0;
  gap: 2%;
}

.wcg-text > h2 {
  color: #fff;
  font-family: "Clash Grotesk Semibold";
  font-size: clamp(24px, 2.84vw, 70px);
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  margin: 0;
}

.wcg-text > h3 {
  color: #fff;
  font-family: "Clash Grotesk Semibold";
  font-size: clamp(1rem, 1.58vw, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
}

.wcg-text > p {
  color: #fff;
  font-family: "Clash Grotesk";
  font-size: clamp(10px, 1.3vw, 25px);
  font-style: normal;
  font-weight: 400;
  line-height: 171%;
  margin: 0;
}

.wcg-text > p > a {
    color: unset;
}
/* End Why choose gaiming */

/* Frequently asked */
.frequently-asked {
  margin-top: 100px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frequently-asked > h4 {
  color: #409;
  font-family: "Clash Grotesk";
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.frequently-asked > h2 {
  color: #409;
  text-align: center;
  font-family: "Clash Grotesk Semibold";
  font-size: 5em;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 20px 0 50px 0;
}

.frequently-asked > h2 > span {
  background: linear-gradient(
    90deg,
    #e56db9 0%,
    #fb90c8 16%,
    #f51c88 32%,
    #7a0296 49.5%,
    #3a3ca7 66%,
    #2987bc 83.5%,
    #1dcdca 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Clash Grotesk Semibold";
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 0%;
}

.fa-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 93.65%;
  height: auto;
}

.fa-home-img-mobile {
  display: none;
}

.fa-imgs-cont {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  width: 49%;
  height: auto;
}

.fa-imgs-cont > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fa-imgs-cont > div {
  position: absolute;
  width: 100%;
  height: 110%;
  background-color: #fff;
  z-index: 2;
  top: 0;
  left: 75%;
}

.fa-container {
  width: 49%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fa-content-item1 {
  display: flex;
  padding: 3%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 35.59%;
  border-radius: 30px;
  background: rgba(68, 0, 153, 0.05);
}

.fa-content-item1 video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fa-content-svg1 {
  height: auto;
  width: 13.88%;
}

.fa-content-item1 > div {
  display: flex;
  flex-direction: column;
  gap: 8%;
  height: 100%;
  width: 80%;
}

.fa-content-item1 > div > h3 {
  color: #fff;
  font-family: "Clash Grotesk Medium";
  font-size: clamp(14px, 1.77vw, 50px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.fa-content-item1 > div > p {
  color: #fff;
  font-family: "Clash Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  font-size: clamp(9px, 1.09vw, 26px);
}

.fa-content-item2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 32.40%;
  border-radius: 30px;
  background: rgba(68, 0, 153, 0.05);
  padding: 3%;
}

.fa-content-svg2 {
  height: auto;
  width: 13.88%;
}

.fa-content-item2 > div {
  display: flex;
  flex-direction: column;
  gap: 8%;
  height: 100%;
  width: 80%;
}

.fa-content-item2 > div > h3 {
  color: #409;
  font-family: "Clash Grotesk Medium";
  font-size: clamp(14px, 1.77vw, 50px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.fa-content-item2 > div > p {
  color: #409;
  font-family: "Clash Grotesk";
  font-size: clamp(9px, 1.09vw, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.fa-content-item3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 26.56%;
  border-radius: 30px;
  background: rgba(68, 0, 153, 0.05);
  padding: 3%;
}

.fa-content-svg3 {
  height: auto;
  width: 13.88%;
}

.fa-content-item3 > div {
  display: flex;
  flex-direction: column;
  gap: 8%;
  height: 100%;
  width: 80%;
}

.fa-content-item3> div > h3 {
  color: #409;
  font-family: "Clash Grotesk Medium";
  font-size: clamp(14px, 1.77vw, 50px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.fa-content-item3 > div > p {
  color: #409;
  font-family: "Clash Grotesk";
  font-size: clamp(9px, 1.09vw, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.frequently-asked > a {
  position: relative;
  width: 252px;
  height: 55px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  scale: 1;
  margin-top: 5%;
}

.frequently-asked > a:hover {
  scale: 1.05;
}

.frequently-asked > a > video {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frequently-asked > a > div {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #FFF;
  font-family: "Clash Grotesk";
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /**/
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* End Frequently asked */

@media (orientation: landscape) {
  .home-banner {
    height: 100vh !important;
  }
  .hero-mask {
    height: 100% !important;
    min-height: 100% !important;
  }
  .hero-imgs {
    height: calc(70vw / 4.25) !important;
  }

  .sm-svg {
    height: 3vh !important;
    width: auto !important;
  }

  .hero-img-container {
    gap: 0;
  }

  .hero-img-container li {
    width: 24% !important;
  }

  .mask-btn-cont-txt {
    justify-content: space-between;
    gap: 0 !important;
    height: 100%;
    padding: 0.75vw 0;
  }
}

@media (orientation: landscape) and (min-aspect-ratio: 1.8) {
  .hero-social-media {
    top: max(18.5%, 5vw) !important;
    right: 1% !important;
  }
  .sm-svg {
    height: max(0.75vw, 2.75vh) !important;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 1.69) {
  .hero-img-text h3 {
    line-height: 1;
  }
}
