@font-face {
  font-family: GlowSansSC-Normal-Bold;
  src: url("../../assets/font/Glow Sans SC/GlowSansSC-Normal-Bold.otf") format("truetype"); }
@font-face {
  font-family: SF-Pro-Display-Regular;
  src: url("../../assets/font/SF Pro Display/SF-Pro-Display-Regular.otf") format("truetype"); }
@font-face {
  font-family: SF-Pro-Display-Heavy;
  src: url("../../assets/font/SF Pro Display/SF-Pro-Display-Heavy.otf") format("truetype"); }
@font-face {
  font-family: SF-Pro-Display-Medium;
  src: url("../../assets/font/SF Pro Display/SF-Pro-Display-Medium.otf") format("truetype"); }
body {
  margin: 0;
  background-image: url("../img/Background.jpg"); }

nav {
  background-color: #0f0983; }

#nav-logo {
  width: 6%; }

.navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0 0.8rem;
  font-family: SF-Pro-Display-Regular;
  cursor: pointer; }

.navbar-nav li a {
  color: white !important; }

#btn_register {
  color: #fff;
  background: #ff8a00;
  margin-right: unset;
  font-size: 0.9rem;
  border-radius: 1rem;
  width: 13%;
  font-family: SF-Pro-Display-Regular; }

.language-box {
  display: flex;
  margin-left: 1%;
  align-items: center;
  background: unset;
  padding: unset;
  border-radius: unset;
  position: relative; }
  .language-box button {
    border-radius: 0.8rem;
    padding: 0.05rem 0.08rem;
    border: none; }
  .language-box .change-language-btn {
    background: #0f0983;
    display: flex;
    align-items: center;
    padding: 0.25rem;
    border: 1px solid white; }
    .language-box .change-language-btn img {
      width: 25px;
      height: auto; }
      .language-box .change-language-btn img.language-icon-size {
        width: 22px;
        margin-right: 0.3rem; }
      .language-box .change-language-btn img.language-dropdown-icon {
        width: 16px;
        background-color: transparent;
        opacity: 1; }
    .language-box .change-language-btn:focus {
      outline: none;
      box-shadow: none; }

.language-dropdown-container {
  position: absolute;
  z-index: 99;
  top: 3rem;
  right: 0;
  width: 12rem;
  background: #0f0983;
  visibility: hidden;
  opacity: 0;
  border-radius: 0.5rem;
  padding: 1rem 1.2rem; }
  .language-dropdown-container.is-open {
    visibility: visible;
    opacity: 1; }
  .language-dropdown-container .country-name {
    color: #fff;
    font-size: 0.7rem; }
  .language-dropdown-container .separator {
    margin: 0.25rem 0 0.8rem; }
    .language-dropdown-container .separator .language-icon {
      height: 1.5rem;
      margin-right: 0.1rem; }
    .language-dropdown-container .separator .language-select {
      border-right: 0.01rem solid #c09848;
      padding: 0 0.5rem;
      cursor: pointer;
      color: #fff;
      font-size: 0.8rem; }
      .language-dropdown-container .separator .language-select:hover {
        text-decoration: none; }
      .language-dropdown-container .separator .language-select:last-child {
        border: 0; }

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  #navbar .container {
    flex-wrap: initial;
    max-width: 850px; }
  #navbar .navbar-collapse {
    display: flex; }
    #navbar .navbar-collapse .navbar-nav {
      flex-direction: row; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  #navbar {
    height: 3rem;
    flex-wrap: initial; }
    #navbar #nav-logo img {
      width: 75px; }
    #navbar .container {
      flex-direction: row;
      flex-wrap: initial;
      justify-content: space-between; }
    #navbar .collapse {
      display: flex;
      justify-content: flex-end; }
    #navbar .navbar-nav {
      display: none; }
    #navbar #btn_register {
      width: 20%; } }
@media only screen and (max-width: 480px) {
  #navbar {
    height: 3rem;
    flex-wrap: initial; }
    #navbar #nav-logo img {
      width: 60px; }
    #navbar .container {
      flex-direction: row;
      flex-wrap: initial;
      justify-content: space-between; }
    #navbar .collapse {
      display: flex;
      justify-content: flex-end; }
    #navbar .navbar-nav {
      display: none; }
    #navbar #btn_register {
      width: 35%; } }
@media (min-width: 1200px) {
  .container-lg {
    max-width: 977px;
    margin: auto; } }
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .container-lg {
    margin: 2rem; } }
h2.title {
  text-transform: Uppercase;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.1;
  font-family: SF-Pro-Display-Heavy; }

h6.sub {
  font-family: SF-Pro-Display-Regular; }

.section-margin {
  margin: 3rem 0; }

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .section-margin {
    margin: 0; } }
.splide__arrow--prev {
  left: -3em !important; }

.splide__arrow--next {
  right: -3em !important; }

@media only screen and (max-width: 640px) {
  .splide__arrow--prev {
    left: 1em !important; }

  .splide__arrow--next {
    right: 1em !important; } }
@media only screen and (max-width: 480px) {
  .splide__arrow--prev {
    left: 0.3em !important; }

  .splide__arrow--next {
    right: 0.3em !important; } }
#section_1 {
  margin-bottom: 3rem; }
  #section_1 .container-lg {
    margin-top: 3rem; }
  #section_1 .row .banner-txt {
    margin-top: 4rem; }
    #section_1 .row .banner-txt .icon {
      width: 75px;
      height: auto;
      margin-bottom: 1.5rem; }
      #section_1 .row .banner-txt .icon img {
        margin-left: -5px; }
    #section_1 .row .banner-txt .text {
      color: white; }
      #section_1 .row .banner-txt .text h1 {
        text-transform: Uppercase;
        font-family: SF-Pro-Display-Heavy;
        font-weight: bold;
        font-size: 47px;
        line-height: 1.1; }
      #section_1 .row .banner-txt .text h3 {
        font-family: SF-Pro-Display-Regular; }
      #section_1 .row .banner-txt .text h6 {
        margin-bottom: 3rem;
        font-family: SF-Pro-Display-Regular; }
      #section_1 .row .banner-txt .text button {
        color: #fff;
        background: #444fdc;
        border: 1px solid #fff;
        font-size: 0.9rem;
        border-radius: 1rem;
        width: 45%;
        height: 40px;
        cursor: pointer;
        font-family: SF-Pro-Display-Regular; }
  #section_1 .row .banner-img {
    width: 300px;
    height: auto; }
    #section_1 .row .banner-img img {
      object-fit: cover;
      width: 100%;
      height: auto; }

@media only screen and (min-width: 993px) and (max-width: 1029px) {
  #section_1 .row .banner-txt {
    margin-top: 1rem; } }
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #section_1 {
    margin-bottom: 0; }
    #section_1 .row .banner-txt {
      margin-top: 0; }
      #section_1 .row .banner-txt .icon {
        margin-bottom: 1rem; }
      #section_1 .row .banner-txt .text {
        position: relative; }
        #section_1 .row .banner-txt .text div {
          position: absolute;
          width: 360px;
          z-index: 5;
          font-size: 40px; }
          #section_1 .row .banner-txt .text div h1 {
            font-size: 35px;
            width: 315px; }
          #section_1 .row .banner-txt .text div h6 {
            width: 310px; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  #section_1 {
    padding-bottom: 15rem; }
    #section_1 .container-lg .row {
      flex-direction: column-reverse;
      position: relative; }
      #section_1 .container-lg .row .banner-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 450px; }
      #section_1 .container-lg .row .banner-txt {
        margin-top: 0;
        max-width: 100%;
        position: absolute;
        top: 50%;
        z-index: 5; } }
@media only screen and (max-width: 480px) {
  #section_1 {
    padding-bottom: 15rem; }
    #section_1 .container-lg .row {
      flex-direction: column-reverse;
      position: relative; }
      #section_1 .container-lg .row .banner-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 450px;
        max-width: 100%; }
      #section_1 .container-lg .row .banner-txt {
        margin-top: 0;
        max-width: 100%;
        position: absolute;
        top: 80%;
        z-index: 5; }
        #section_1 .container-lg .row .banner-txt .icon {
          width: 40px;
          margin-bottom: 0.5rem; }
        #section_1 .container-lg .row .banner-txt .text h1 {
          font-size: 30px; }
        #section_1 .container-lg .row .banner-txt .text button {
          width: 100%; } }
#section_2 .splide {
  width: auto; }
#section_2 .splide__slide {
  width: 300px;
  height: auto; }
  #section_2 .splide__slide img {
    width: 100%;
    height: auto; }

#section_3 {
  width: 100%;
  height: 370px;
  margin: 5rem auto; }
  #section_3 .container-lg .row {
    background-color: white;
    border-radius: 2rem;
    height: 370px; }
  #section_3 .img-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-left: 1.5rem; }
    #section_3 .img-text img {
      margin-bottom: 1rem;
      width: 140px; }
    #section_3 .img-text h3 {
      text-transform: Uppercase;
      font-weight: bold;
      line-height: 1.1;
      margin-bottom: 1rem;
      font-family: SF-Pro-Display-Heavy;
      font-size: 1.5rem; }
    #section_3 .img-text h6 {
      text-transform: capitalize;
      font-size: 1rem;
      font-family: SF-Pro-Display-Regular; }
  #section_3 .video-frame {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #section_3 .video-frame video {
      width: 88%;
      height: auto;
      border-radius: 1.75rem;
      margin-left: 2rem; }

@media only screen and (min-width: 481px) and (max-width: 1029px) {
  #section_3 {
    margin: 8rem auto; }
    #section_3 .container-lg .row {
      flex-direction: column;
      height: 580px; }
    #section_3 .img-text {
      flex-direction: row;
      justify-content: left;
      margin-top: 1rem; }
      #section_3 .img-text img {
        width: 130px;
        height: auto;
        object-fit: contain; }
      #section_3 .img-text div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 1rem; }
        #section_3 .img-text div h3 {
          width: 450px; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  #section_3 {
    margin: 8rem auto; }
    #section_3 .container-lg .row {
      flex-direction: column;
      height: 490px;
      margin: 0 0.2rem; }
    #section_3 .img-text {
      flex-direction: row;
      justify-content: left;
      margin-top: 2.5rem;
      margin-left: 0rem;
      max-width: 100%;
      max-height: 170px; }
      #section_3 .img-text img {
        width: 130px;
        height: auto;
        object-fit: contain; }
      #section_3 .img-text div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 1rem; }
        #section_3 .img-text div h3 {
          width: auto;
          font-size: 20px; }
    #section_3 .video-frame {
      max-height: 260px; } }
@media only screen and (max-width: 480px) {
  #section_3 {
    margin: 8rem auto; }
    #section_3 .container-lg .row {
      flex-direction: column;
      height: 460px;
      margin: 0 0.2rem; }
    #section_3 .img-text {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 2.5rem;
      margin-left: 0rem;
      max-width: 100%;
      max-height: 170px; }
      #section_3 .img-text img {
        width: 130px;
        height: auto;
        object-fit: contain; }
      #section_3 .img-text div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0.5rem;
        margin-bottom: 5rem; }
        #section_3 .img-text div h3 {
          width: auto;
          font-size: 20px; }
    #section_3 .video-frame {
      max-height: 260px;
      margin-top: 1rem; }
      #section_3 .video-frame video {
        width: 95%; } }
#section_4 {
  margin: 5rem auto; }
  #section_4 h2,
  #section_4 h6 {
    color: white; }
  #section_4 h6 {
    margin-bottom: 3rem; }
  #section_4 .splide__slide {
    max-width: 300px;
    height: auto; }
    #section_4 .splide__slide img {
      width: 100%;
      height: auto; }

@media only screen and (min-width: 769px) and (max-width: 1029px) {
  #section_4 {
    margin: 0 auto; } }
#section_5 {
  margin: 5rem auto; }
  #section_5 h2,
  #section_5 h6 {
    color: white; }
  #section_5 h6 {
    margin-bottom: 3rem; }
  #section_5 .splide__slide {
    max-width: 300px;
    height: auto; }
    #section_5 .splide__slide img {
      width: 100%;
      height: auto; }

@media only screen and (min-width: 769px) and (max-width: 1029px) {
  #section_5 {
    margin: 0 auto; } }
#section_6 {
  margin: 5rem auto; }
  #section_6 h2,
  #section_6 h6 {
    color: white; }
  #section_6 h6 {
    margin-bottom: 3rem; }

#splide_4.splide {
  height: 160px; }
#splide_4 .splide__slide img {
  height: 115px;
  object-fit: cover; }

#game_slider img {
  width: 100%;
  padding: 0.5rem; }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #splide_4.splide {
    height: 115px; }
  #splide_4 .splide__slide img {
    height: 90px;
    object-fit: cover;
    margin-right: 1rem; } }
#section_7 {
  background-color: #0315a5;
  margin-top: 3rem;
  font-family: SF-Pro-Display-Regular; }
  #section_7 .container {
    padding: 1rem 0; }
  #section_7 .footer-title {
    margin-bottom: 0.5rem;
    color: white; }
  #section_7 .footer-grid {
    display: grid;
    margin: auto;
    justify-content: space-between;
    width: 100%;
    color: white;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid white;
    padding: 2rem 0; }
    #section_7 .footer-grid:last-child {
      border-bottom: none; }
    #section_7 .footer-grid:nth-child(3) {
      border-bottom: none; }
  #section_7 .fright {
    padding-left: 2rem; }
  #section_7 ul.image {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 1rem; }
  #section_7 ul li {
    margin-right: 1rem; }
  #section_7 .ftext {
    font-size: 11px;
    padding-right: 2rem;
    color: white; }
  #section_7 .footer-row-1 {
    padding-bottom: 1rem; }
    #section_7 .footer-row-1 .fleft .footer-inner-1 {
      display: flex;
      align-items: center; }
      #section_7 .footer-row-1 .fleft .footer-inner-1 img {
        width: 22%;
        margin-right: 1.5rem; }
    #section_7 .footer-row-1 .fright .footer-inner-1 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      list-style: none;
      padding-left: 0;
      row-gap: 1rem; }
      #section_7 .footer-row-1 .fright .footer-inner-1 img {
        margin-right: 1rem; }
  #section_7 .footer-row-2 .fleft .footer-inner-2 {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 1rem; }
    #section_7 .footer-row-2 .fleft .footer-inner-2 li {
      margin-right: 1rem; }
      #section_7 .footer-row-2 .fleft .footer-inner-2 li:nth-child(5) {
        margin-right: 0; }
      #section_7 .footer-row-2 .fleft .footer-inner-2 li:nth-child(5)::after {
        content: " | ";
        padding: 0 1rem; }
      #section_7 .footer-row-2 .fleft .footer-inner-2 li img {
        width: 26px; }
  #section_7 .footer-row-2 .fright .footer-inner-2 {
    display: flex;
    justify-content: space-between; }
  #section_7 .footer-row-3 {
    padding: 2rem 0; }
    #section_7 .footer-row-3 .fleft .ftext {
      padding-right: 0; }
    #section_7 .footer-row-3 .flink {
      list-style: none;
      padding-left: 0;
      display: flex;
      font-size: 11px; }
      #section_7 .footer-row-3 .flink li {
        margin-right: 0; }
        #section_7 .footer-row-3 .flink li:after {
          content: " | ";
          padding: 0 0.2rem; }
        #section_7 .footer-row-3 .flink li:last-child:after {
          content: none; }
  #section_7 .footer-seo {
    margin-top: 2rem;
    padding-bottom: 1rem;
    font-size: 11px;
    color: white; }
    #section_7 .footer-seo .ftitle {
      font-weight: bold;
      margin: 0.8rem 0; }
    #section_7 .footer-seo .collapsible {
      display: none; }
      #section_7 .footer-seo .collapsible.active {
        display: block; }
    #section_7 .footer-seo .collapse-btn {
      font-size: 12px;
      color: #bbd6ed;
      margin: 1rem 0 0;
      cursor: pointer;
      border-bottom: 1px solid #bbd6ed;
      padding-bottom: 0.1rem;
      display: table; }

@media only screen and (min-width: 769px) and (max-width: 1029px) {
  #section_7 .footer-row-3 .flink {
    flex-direction: column; }
    #section_7 .footer-row-3 .flink li:after {
      content: none; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  #section_7 {
    padding: 0 1rem; }
    #section_7 .footer-row-1 {
      flex-direction: column;
      display: flex; }
      #section_7 .footer-row-1 .fleft {
        margin-bottom: 2rem; }
      #section_7 .footer-row-1 .fright {
        padding-left: 0; }
    #section_7 .footer-row-2 {
      flex-direction: column;
      display: flex; }
      #section_7 .footer-row-2 .fleft {
        margin-bottom: 2rem; }
      #section_7 .footer-row-2 .fright {
        padding-left: 0; }
    #section_7 .footer-row-3 {
      flex-direction: column;
      display: flex; }
      #section_7 .footer-row-3 .fleft {
        margin-bottom: 2rem; }
      #section_7 .footer-row-3 .fright {
        padding-left: 0; }
      #section_7 .footer-row-3 .flink li:after {
        padding: 0 0.2rem; } }
@media only screen and (max-width: 480px) {
  #section_7 {
    padding: 0 1rem; }
    #section_7 ul li {
      margin-right: 0; }
      #section_7 ul li:nth-child(1) img {
        width: 65%; }
    #section_7 .footer-title {
      font-size: 0.8rem; }
    #section_7 .footer-row-1 {
      flex-direction: column;
      display: flex; }
      #section_7 .footer-row-1 .fleft {
        margin-bottom: 2rem; }
      #section_7 .footer-row-1 .fright {
        padding-left: 0; }
        #section_7 .footer-row-1 .fright .footer-inner-1 img {
          margin-right: 0.5rem; }
    #section_7 .footer-row-2 {
      flex-direction: column;
      display: flex; }
      #section_7 .footer-row-2 .fleft {
        margin-bottom: 2rem; }
        #section_7 .footer-row-2 .fleft .footer-inner-2 li img {
          width: 22px; }
      #section_7 .footer-row-2 .fright {
        padding-left: 0; }
        #section_7 .footer-row-2 .fright li:nth-child(1) img {
          height: 0.9rem;
          width: auto; }
        #section_7 .footer-row-2 .fright li img {
          margin: 0.5rem 0.5rem 0.09rem 0px;
          height: 1.5rem; }
    #section_7 .footer-row-3 {
      flex-direction: column;
      display: flex; }
      #section_7 .footer-row-3 .fleft {
        margin-bottom: 2rem; }
      #section_7 .footer-row-3 .fright {
        padding-left: 0; }
      #section_7 .footer-row-3 .flink {
        flex-direction: column; }
        #section_7 .footer-row-3 .flink li:after {
          padding: 0;
          content: none; } }
