.header {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 52.55%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  z-index: 99;
  padding: 15px;
}
@media (min-width: 992px) {
  .header {
    padding: 50px;
    height: 142px;
  }
}
.header .mobile-nav {
  transition: all 0.2s ease-in;
  cursor: pointer;
  opacity: 0.4;
  background: none;
  border: 0;
}
.header .mobile-nav:hover {
  opacity: 1;
}
.header .nav .nav-item a {
  opacity: 0.4;
  transition: all 0.2s ease-in;
  color: #fff;
}
.header .nav .nav-item a::after {
  visibility: hidden;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  background: #fff;
  margin-top: 5px;
  transition: all 0.2s ease-in;
}
.header .nav .nav-item a:hover, .header .nav .nav-item a.active {
  opacity: 1;
}
.header .nav .nav-item a:hover::after, .header .nav .nav-item a.active::after {
  visibility: visible;
  height: 2px;
  width: 100%;
}
.header .nav .nav-item.language {
  margin-bottom: 8px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.header .nav .nav-item.language .icon-language-arrow {
  transform: rotate(270deg);
}
.header .nav .nav-item.language a {
  color: #2C3034;
}
.header .nav .nav-item.language:hover, .header .nav .nav-item.language.active {
  opacity: 1;
}

.header .dropdown-item svg, .header .dropdown-item span {
  pointer-events: none;
}

.header .dropdown-menu.show {
  background: linear-gradient(180.83deg, rgba(255, 255, 255, 0.9) -2.69%, rgba(255, 255, 255, 0.9) -2.68%, rgba(255, 255, 255, 0.8) 87.07%, rgba(255, 255, 255, 0.7) 99.89%);
  border-radius: 10px;
  transform: translate(0px, 40px) !important;
}

.partner-page .header, .about-page .header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.partner-page .header .mobile-nav svg path, .about-page .header .mobile-nav svg path {
  fill: #B7B7B7;
}
.partner-page .header .nav-item a, .about-page .header .nav-item a {
  color: #B7B7B7;
}
.partner-page .header .nav-item a::after, .about-page .header .nav-item a::after {
  background: #B7B7B7;
}
.partner-page .header .nav-item a:hover, .partner-page .header .nav-item a.active, .about-page .header .nav-item a:hover, .about-page .header .nav-item a.active {
  opacity: 1;
  color: #2C3034;
}
.partner-page .header .nav-item a:hover::after, .partner-page .header .nav-item a.active::after, .about-page .header .nav-item a:hover::after, .about-page .header .nav-item a.active::after {
  visibility: visible;
  background: #2C3034;
  height: 2px;
  width: 100%;
}
.partner-page .header .nav-item.language svg.icon-language path,
.partner-page .header .nav-item.language svg.icon-language-arrow path, .about-page .header .nav-item.language svg.icon-language path,
.about-page .header .nav-item.language svg.icon-language-arrow path {
  fill: #B7B7B7;
  stroke: #B7B7B7;
}
.partner-page .header .nav-item.language svg.icon-language:hover, .partner-page .header .nav-item.language svg.icon-language.active,
.partner-page .header .nav-item.language svg.icon-language-arrow:hover,
.partner-page .header .nav-item.language svg.icon-language-arrow.active, .about-page .header .nav-item.language svg.icon-language:hover, .about-page .header .nav-item.language svg.icon-language.active,
.about-page .header .nav-item.language svg.icon-language-arrow:hover,
.about-page .header .nav-item.language svg.icon-language-arrow.active {
  opacity: 1;
}
.partner-page .header .nav-item.language svg.icon-language:hover svg path, .partner-page .header .nav-item.language svg.icon-language.active svg path,
.partner-page .header .nav-item.language svg.icon-language-arrow:hover svg path,
.partner-page .header .nav-item.language svg.icon-language-arrow.active svg path, .about-page .header .nav-item.language svg.icon-language:hover svg path, .about-page .header .nav-item.language svg.icon-language.active svg path,
.about-page .header .nav-item.language svg.icon-language-arrow:hover svg path,
.about-page .header .nav-item.language svg.icon-language-arrow.active svg path {
  fill: #2C3034;
  stroke: #2C3034;
}

.nav-modal {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.nav-modal .logo {
  width: 180px;
}
.ilogo {
    width: auto;
    height: 50px;
}
@media (max-width: 575px) {
    .ilogo {
        height: 40px;
    }
}

.nav-modal .list .nav-item {
  text-align: left;
  display: block;
  padding: 10px 0;
}
.nav-modal .list .nav-item a {
  color: #2C3034;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  opacity: 0.5;
}
.nav-modal .list .nav-item a:hover, .nav-modal .list .nav-item a.active {
  opacity: 1;
}
.nav-modal .list .nav-item a:hover:before, .nav-modal .list .nav-item a.active:before {
  opacity: 1;
  transform: translateX(0);
}
.nav-modal .list .nav-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background-color: #2C3034;
  transform: translateX(100px);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.nav-modal .list .language div {
  background: transparent;
  border: 1px solid #2C3034;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.nav-modal .list .language div.active, .nav-modal .list .language div:hover {
  background: #2C3034;
  color: #fff;
}

.contact-modal .modal-content {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 45px;
}

.contact-swiper {
  width: 100%;
}
.contact-swiper .swiper-slide {
  width: 240px;
  padding: 30px;
  border: 1px solid #5D5DF8;
  border-radius: 4px;
}
.contact-swiper .swiper-slide .copy {
  cursor: pointer;
  transition: 0.2s ease-in;
}
.contact-swiper .swiper-slide .copy:hover {
  opacity: 0.6;
}
.contact-swiper .swiper-slide .btn {
  border: 1px solid #5D5DF8;
  color: #5D5DF8;
}
.contact-swiper .swiper-slide .btn:hover {
  background: #5D5DF8;
  color: #fff;
}

.toast {
  z-index: 999;
  position: fixed;
  top: 5px;
  width: 200px;
  transform: translate(50%);
  background-color: #5D5DF8;
  color: #fff;
}
.toast .toast-body {
  width: 100%;
  text-align: center;
}
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.toast #successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #16a085;
}
.toast #successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #FFF;
}
.toast #successAnimationResult {
  fill: #16a085;
  opacity: 0;
}
.toast #successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
.toast #successAnimation.animated #successAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
.toast #successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
.toast #successAnimation.animated #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}

.license {
  background: #EDF1F4;
  padding: 28px 30px;
}
.license .item {
  opacity: 0.7;
  transition: all 0.2s ease-in;
  cursor: default;
}
.license .item img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.license .item .name {
  font-size: 13px;
  color: #999;
}
.license .item:hover {
  opacity: 1;
}

.copyright {
  background: #E1E9EE;
  color: #B7B7B7;
  padding: 15px;
  font-size: 13px;
}

.no-game {
  height: 355px;
  color: #B7B7B7;
}

#social-media {
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 50px;
  z-index: 999;
}
#social-media:hover .social-media-list {
  opacity: 1;
  right: 65px;
  background: rgba(0, 0, 0, 0.5);
}
#social-media .social-media-items {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  padding: 20px 10px;
  transition: 0.5s ease-in;
}
#social-media .social-media-items:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#social-media .social-media-items .item {
  margin-bottom: 25px;
  cursor: pointer;
}
#social-media .social-media-items .item:last-child {
  margin-bottom: 0;
}
#social-media .social-media-items .item:hover svg path {
  fill: #fff;
}
#social-media .social-media-list {
  display: inline-block;
  position: absolute;
  right: 50px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px;
  transition: all 0.7s ease-in-out;
  opacity: 0;
}
#social-media .social-media-list .item {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  color: #E2E8F0;
  cursor: pointer;
}
#social-media .social-media-list .item:last-child {
  margin-bottom: 0;
}
#social-media .social-media-list .item:hover {
  color: #fff;
}

#to-top {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s, box-shadow 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#to-top:hover {
  cursor: pointer;
  background-color: #333;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#to-top:active {
  background-color: #555;
}
#to-top.show {
  opacity: 1;
  visibility: visible;
}

.partner-page {
  background: #F7F7F7;
}
.partner-page main {
  margin: 0 0;
  background: #fff;
}
@media (min-width: 575px) {
  .partner-page main {
    margin: 0 30px 86px;
  }
}
@media (min-width: 992px) {
  .partner-page main {
    margin: 0 50px 86px;
  }
}
@media (min-width: 1200px) {
  .partner-page main {
    margin: 0 70px 86px;
  }
}
@media (min-width: 1400px) {
  .partner-page main {
    margin: 0 120px 86px;
  }
}
.partner-page main .banner {
  width: 100%;
  height: 350px;
}
.partner-page main .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner-page main .our-partners {
  padding: 60px 25px;
}
@media (min-width: 575px) {
  .partner-page main .our-partners {
    padding: 85px;
  }
}
.partner-page main .our-partners .item {
  border: 1px solid #DBDBDB;
  border-radius: 15px;
  background: #FFFFFF;
  padding: 30px 20px;
  height: 100px;
  width: 100%;
  transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}
@media (min-width: 768px) {
  .partner-page main .our-partners .item {
    height: 180px;
  }
}
.partner-page main .our-partners .item:hover {
  transform: translateY(-0.5rem) scale(1.0125);
  box-shadow: 0 0.5em 1rem -1rem rgba(0, 0, 0, 0.5);
}

.about-page {
  background: #F7F7F7;
}
.about-page main {
  margin: 0 0;
}
@media (min-width: 575px) {
  .about-page main {
    margin: 0 30px 86px;
  }
}
@media (min-width: 992px) {
  .about-page main {
    margin: 0 50px 86px;
  }
}
@media (min-width: 1200px) {
  .about-page main {
    margin: 0 70px 86px;
  }
}
@media (min-width: 1400px) {
  .about-page main {
    margin: 0 120px 86px;
  }
}
.about-page main .banner {
  width: 100%;
  height: 350px;
}
.about-page main .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page main .about-us {
  padding: 60px 25px;
  background: #fff;
}
@media (min-width: 575px) {
  .about-page main .about-us {
    padding: 85px;
  }
}
.about-page main .about-us .title {
  color: #5D5DF8;
}
.about-page main .about-us .divide {
  height: 100%;
  width: 1px;
  background: #DBDBDB;
}
.about-page main .about-us .content {
  color: #2C3034;
  min-height: 72px;
}
.about-page main .feature {
  padding: 60px 25px;
  background: #fff;
}
@media (min-width: 575px) {
  .about-page main .feature {
    padding: 85px;
  }
}
.about-page main .feature .item > div {
  height: 290px;
  background: #fff;
  padding: 36px 28px;
}
@media (min-width: 575px) {
  .about-page main .feature .item > div {
    height: auto;
    padding: 15px 25px;
  }
}
@media (min-width: 768px) {
  .about-page main .feature .item > div {
    height: 292px;
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  .about-page main .feature .item > div {
    height: 380px;
    padding: 36px 35px;
  }
}
@media (min-width: 1200px) {
  .about-page main .feature .item > div {
    padding: 36px 10px;
  }
}
@media (min-width: 1400px) {
  .about-page main .feature .item > div {
    padding: 36px 28px;
  }
}
@media (min-width: 768px) {
  .about-page main .feature .item:nth-child(2) {
    border-left: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
  }
  .about-page main .feature .item:nth-child(4) > div, .about-page main .feature .item:last-child > div {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .about-page main .feature .item {
    border-right: 1px solid #B7B7B7;
  }
  .about-page main .feature .item:nth-child(2) {
    border-left: 0;
  }
  .about-page main .feature .item:last-child {
    border: 0;
  }
  .about-page main .feature .item:nth-child(4) > div, .about-page main .feature .item:last-child > div {
    height: 380px;
  }
}
.about-page main .feature .item .text {
  text-align: center;
}
.about-page main .feature .item .text .title {
  color: #5D5DF8;
  font-size: 24px;
}
.about-page main .feature .item .text .description {
  color: #666;
  font-size: 12px;
}

.en.about-page main .feature .item > div {
  height: auto;
}
.en.about-page main .feature .item .text .title {
  line-height: initial;
}

.game-page .banner {
  background: url(../images/banner.png) no-repeat center center;
  height: 600px;
}
@media (min-width: 768px) {
  .game-page .banner {
    background-size: cover;
  }
}
.game-page .banner .slogin {
  font-size: 80px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
}
@media (min-width: 575px) {
  .game-page .banner .slogin {
    font-size: 100px;
    line-height: 100px;
  }
}
.game-page .popular-game {
  padding: 65px 30px;
}
@media (min-width: 1400px) {
  .game-page .popular-game {
    padding: 65px 120px;
  }
}
.game-page .popular-game .search .icon-search {
  top: 10px;
  left: 5px;
}
.game-page .popular-game .search .search-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #B7B7B7;
  padding: 8px 10px 8px 35px;
  transform: all 0.2s ease-in;
}
.game-page .popular-game .search .search-input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B7B7B7;
  opacity: 1; /* Firefox */
}
.game-page .popular-game .search .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B7B7B7;
  opacity: 1; /* Firefox */
}
.game-page .popular-game .search .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B7B7B7;
}
.game-page .popular-game .search .search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #B7B7B7;
}
.game-page .popular-game .search .search-input:focus {
  outline: 0;
  border-bottom: 1.5px solid #2C3034;
}
.game-page .popular-game .list li {
  list-style: none;
  font-size: 18px;
  color: #B7B7B7;
  cursor: pointer;
}
.game-page .popular-game .list li:hover, .game-page .popular-game .list li.active {
  color: #2C3034;
}
.game-page .popular-game .list li:hover svg path, .game-page .popular-game .list li.active svg path {
  stroke: #2C3034;
}
.game-page .popular-game .game-cards .game-card {
  font-size: 13px;
  cursor: pointer;
}
.game-page .popular-game .game-cards .game-card a {
  text-decoration: none;
  color: #212529;
}
.game-page .popular-game .game-cards .game-card img {
  border-radius: 10px;
  transition: 0.2s ease-in;
}
.game-page .popular-game .game-cards .game-card .button {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  text-align: center;
  opacity: 0;
  transition: 0.35s ease;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  border-radius: 50px;
}
.game-page .popular-game .game-cards .game-card:hover img {
  filter: blur(3px) grayscale(0.4);
}
.game-page .popular-game .game-cards .game-card:hover .button {
  top: calc(50% - 10px);
  opacity: 1;
}
.game-page .popular-game .game-cards .more-game .btn {
  width: 100%;
  background: #EDF1F4;
  border: 1px solid #E1E9EE;
  border-radius: 4px;
  color: #2C3034;
  transition: 0.3s ease-in;
}
.game-page .popular-game .game-cards .more-game .btn:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.game-page .popular-game .game-cards .game-end {
  color: #B7B7B7;
}

body {
  font-family: "Poppins";
}

.index-page .index-banner {
  background: url(../images/banner.png) no-repeat top center fixed;
  height: 700px;
}
@media (min-width: 992px) {
  .index-page .index-banner {
    height: 800px;
    background-size: cover;
  }
}
.index-page .index-banner .slogin {
  font-size: 27px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 116%;
}
@media (min-width: 992px) {
  .index-page .index-banner .slogin {
    font-size: 45px;
  }
}
.index-page .index-banner .slogin.sub {
  font-size: 65px;
  font-weight: 600;
  line-height: 100px;
}
@media (min-width: 992px) {
  .index-page .index-banner .slogin.sub {
    font-size: 100px;
    line-height: 150px;
  }
}
.index-page .index-banner .btn {
  width: 190px;
  border-radius: 60px;
}
.index-page .intro {
  width: 90%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 20px;
  top: 740px;
  left: 5%;
  padding: 0px 44px 10px;
}
@media (min-width: 1400px) {
  .index-page .intro {
    width: 1200px;
    left: calc(50% - 600px);
  }
}
.index-page .intro .intro-item {
  width: 33%;
}
.index-page .intro img {
  width: 100px;
  height: 100px;
  margin: -17px 15px 10px 0;
}
@media (min-width: 1200px) {
  .index-page .intro img {
    width: 150px;
    height: 150px;
  }
}
.index-page .intro .description .content {
  font-size: 12px;
}
.index-page .hot-game {
  background: #F5F8FB;
  padding: 80px 30px 80px;
}
@media (min-width: 992px) {
  .index-page .hot-game {
    padding: 158px 30px 80px;
  }
}
@media (min-width: 1400px) {
  .index-page .hot-game {
    padding: 158px 120px 80px;
  }
}
.index-page .hot-game .controller {
  right: 30px;
  top: 15px;
}
.index-page .hot-game .controller .next {
  transform: rotate(180deg);
  right: 0;
  left: 5px;
}
.index-page .hot-game .controller .prev {
  left: -25px;
  right: 40px;
}
.index-page .hot-game .controller .prev, .index-page .hot-game .controller .next {
  cursor: pointer;
}
.index-page .hot-game .controller .prev:hover path, .index-page .hot-game .controller .next:hover path {
  stroke: #2C3034;
}
.index-page .hot-game .swiper {
  height: 296px;
}
.index-page .hot-game .swiper .swiper-slide {
  width: 380px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page .hot-game .swiper .swiper-slide .banner {
  width: 100%;
  height: 205px;
  -o-object-fit: fill;
     object-fit: fill;
}
.index-page .hot-game .swiper .swiper-slide .description {
  font-size: 13px;
  line-height: 15px;
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-page .hot-game .swiper .swiper-slide .app {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.index-page .hot-game .swiper .swiper-slide .play-btn {
  height: 25px;
  width: 70px;
  background: #fff;
  font-size: 12px;
  padding: 4px 20px;
  border-radius: 60px;
  text-decoration: none;
  color: #2C3034;
  transition: all 0.2s ease-in;
}
.index-page .hot-game .swiper .swiper-slide .play-btn:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.index-page .swiper-button-lock {
  display: block !important;
}
.index-page .popular-game {
  padding: 65px 30px;
}
@media (min-width: 1400px) {
  .index-page .popular-game {
    padding: 65px 120px;
  }
}
.index-page .popular-game .title .more {
  color: #B7B7B7;
  transition: all 0.2s ease-in;
}
.index-page .popular-game .title .more svg {
  transform: rotate(180deg);
}
.index-page .popular-game .title .more svg path {
  stroke: #2C3034;
}
.index-page .popular-game .title .more:hover {
  color: #2C3034;
}
.index-page .popular-game .search .icon-search {
  top: 10px;
  left: 5px;
}
.index-page .popular-game .search .search-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #B7B7B7;
  padding: 8px 10px 8px 35px;
  transform: all 0.2s ease-in;
}
.index-page .popular-game .search .search-input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B7B7B7;
  opacity: 1; /* Firefox */
}
.index-page .popular-game .search .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B7B7B7;
  opacity: 1; /* Firefox */
}
.index-page .popular-game .search .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B7B7B7;
}
.index-page .popular-game .search .search-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #B7B7B7;
}
.index-page .popular-game .search .search-input:focus {
  outline: 0;
  border-bottom: 1.5px solid #2C3034;
}
.index-page .popular-game .list li {
  list-style: none;
  font-size: 18px;
  color: #B7B7B7;
  cursor: pointer;
}
.index-page .popular-game .list li:hover, .index-page .popular-game .list li.active {
  color: #2C3034;
}
.index-page .popular-game .list li:hover svg path, .index-page .popular-game .list li.active svg path {
  stroke: #2C3034;
}
.index-page .popular-game .game-cards {
  padding-bottom: 20px;
}
.index-page .popular-game .game-cards::after {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(360deg, #FFFFFF 20.26%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-page .popular-game .game-cards .game-card {
  font-size: 13px;
  cursor: pointer;
}
.index-page .popular-game .game-cards .game-card a {
  text-decoration: none;
  color: #212529;
}
.index-page .popular-game .game-cards .game-card img {
  border-radius: 10px;
  transition: 0.2s ease-in;
}
.index-page .popular-game .game-cards .game-card .button {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
  text-align: center;
  opacity: 0;
  transition: 0.35s ease;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  border-radius: 50px;
}
.index-page .popular-game .game-cards .game-card:hover img {
  filter: blur(3px) grayscale(0.4);
}
.index-page .popular-game .game-cards .game-card:hover .button {
  top: calc(50% - 10px);
  opacity: 1;
}
.index-page .our-game {
  padding: 86px 30px;
  background: #F5F8FB;
}
@media (min-width: 992px) {
  .index-page .our-game {
    padding: 86px 50px;
  }
}
@media (min-width: 1400px) {
  .index-page .our-game {
    padding: 86px 120px;
  }
}
.index-page .our-game .item > div {
  height: 290px;
  background: #fff;
  padding: 36px 28px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  transition: 0.4s;
}
.index-page .our-game .item > div:hover {
  transform: scale(0.95, 0.95);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2), 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
}
@media (min-width: 575px) {
  .index-page .our-game .item > div {
      height: auto;
      padding: 15px 25px;
  }
}
@media (min-width: 768px) {
  .index-page .our-game .item > div {
    height: 292px;
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  .index-page .our-game .item > div {
    height: 380px;
    padding: 36px 35px;
  }
}
@media (min-width: 1200px) {
  .index-page .our-game .item > div {
    height: 345px;
    padding: 36px 10px;
  }
}
@media (min-width: 1400px) {
  .index-page .our-game .item > div {
    padding: 36px 28px;
  }
}
@media (min-width: 768px) {
  .index-page .our-game .item:nth-child(4) > div, .index-page .our-game .item:last-child > div {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .index-page .our-game .item:nth-child(4) > div, .index-page .our-game .item:last-child > div {
    height: 345px;
  }
}
.index-page .our-game .item .text {
  text-align: center;
}
.index-page .our-game .item .text .title {
  color: #5D5DF8;
  font-size: 24px;
}
.index-page .our-game .item .text .description {
  color: #666;
  font-size: 12px;
}
.index-page .contact-process {
  padding: 86px 30px;
}
@media (min-width: 992px) {
  .index-page .contact-process {
    padding: 86px 50px 200px;
  }
}
@media (min-width: 1200px) {
  .index-page .contact-process {
    padding: 86px 70px 200px;
  }
}
@media (min-width: 1400px) {
  .index-page .contact-process {
    padding: 86px 120px 200px;
  }
}
.index-page .contact-process .item {
  background: #C4CBEF;
  color: #2C3034;
  border-radius: 100px;
  padding: 20px;
}
.index-page .contact-process .item:nth-child(2) {
  background: #A2ACE5;
  color: #EDF1F4;
}
.index-page .contact-process .item:nth-child(3) {
  background: #3939F0;
  color: #EDF1F4;
}
.index-page .contact-process .item:nth-child(4) {
  background: #5D5DF8;
  color: #EDF1F4;
}
.index-page .contact-process .item:nth-child(5) {
  background: #FFD560;
  color: #2C3034;
}
@media (min-width: 992px) {
  .index-page .contact-process .item {
    padding: 40px;
    position: absolute;
    width: 24%;
    left: 0;
    z-index: 99;
  }
  .index-page .contact-process .item:nth-child(2) {
    width: 43%;
    z-index: 98;
  }
  .index-page .contact-process .item:nth-child(3) {
    width: 63%;
    z-index: 97;
  }
  .index-page .contact-process .item:nth-child(4) {
    width: 81%;
    z-index: 96;
  }
  .index-page .contact-process .item:nth-child(5) {
    width: 100%;
    z-index: 95;
  }
}
@media (min-width: 1200px) {
  .index-page .contact-process .item {
    padding: 40px 60px;
  }
}
@media (min-width: 1400px) {
  .index-page .contact-process .item {
    padding: 40px 80px;
  }
}

.en.index-page .intro {
  top: 730px;
}
.en.index-page .intro img {
  margin-top: -70px;
}
@media (min-width: 1200px) {
  .en.index-page .intro img {
    margin-top: -45px;
  }
}
.en.index-page .our-game .item > div {
  height: 320px;
}
@media (min-width: 575px) {
  .en.index-page .our-game .item > div {
    height: 190px;
  }
}
@media (min-width: 575px) {
  .en.index-page .our-game .item > div {
    height: 375px;
  }
}
@media (min-width: 575px) {
  .en.index-page .our-game .item:nth-child(4) > div, .en.index-page .our-game .item:last-child > div {
    height: 255px;
  }
}
@media (min-width: 1200px) {
  .en.index-page .our-game .item:nth-child(4) > div, .en.index-page .our-game .item:last-child > div {
    height: 375px;
  }
}
.en.index-page .contact-process .item {
  height: 110px;
  padding: 30px;
}
@media (min-width: 992px) {
  .en.index-page .contact-process .item:not:first-child {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .en.index-page .contact-process .item {
    padding: 30px 50px;
  }
}
@media (min-width: 1400px) {
  .en.index-page .contact-process .item {
    padding: 30px 70px;
  }
}
@media (min-width: 992px) {
  .en.index-page .contact-process .item > div {
    width: 80px;
  }
}
@media (min-width: 1400px) {
  .en.index-page .contact-process .item > div {
    width: auto;
  }
}
@media (min-width: 992px) {
  .en.index-page .contact-process .item:first-child > div {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .en.index-page .contact-process .item:first-child > div {
    width: auto;
  }
}/*# sourceMappingURL=all.css.map */
