.main-font-home {
  font-family: Brightly;
}

.btn.btn-medium,
.morphic-title,
.morphic-title h3 {
  font-family: "Mitr", sans-serif;
  font-weight: 500;
}

.main-font-home span {
  font-family: "Mitr", sans-serif;
  font-weight: 500;
  font-size: 34px;
}

.slider-area h1.main-font-home {
  font-size: 80px;
}

.main-font span,
.owl-products .owl-item.center .team-box .team-text h5 {
  font-family: "Mitr", sans-serif;
  font-weight: 500;
}

.second-font span {
  font-size: 40px;
}
.second-font {
  padding-top: 40px;
}

#preload_home {
  font-family: "Rubik Mono One", sans-serif;
  background: url(../template/images/banner.jpg);
  background-size: cover;
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 9999;
  /*font-family: Brightly;*/
}
.login-sec {
  background-image: url(../template/images/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

svg#svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.input {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  font-size: 20px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Mitr", sans-serif;
  bottom: 20px;
  background: none;
  border: 1px solid #ddd;
  color: #eee;
}

.text,
.offscreen-text {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  margin: 0;
}

.offscreen-text {
  text-align: center;
  top: -9999px;
}

.text span {
  position: absolute;
}

.home_menu_right .slider-socials {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1111;
}

.home_menu_right .slider-socials a.social-icon {
  color: #000000;
  font-size: 16px;
  padding: 6px 16px;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid #ccc;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.home_menu_right .social-icon:hover {
  color: #ffffff !important;
  background: #ed2d34 !important;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.login_form_section .contact-form input {
  color: #464646;
  font-size: 16px;
  height: 40px;
  background: transparent;
}

.login_form_section .contact-form .form-control {
  border: none;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.login_form_section .contact-form .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #464646;
}

.login_form_section .contact-form input::placeholder,
.login_form_section .contact-form textarea::placeholder {
  color: #464646;
  font-size: 14px;
}
.txt_username {
  color: #ed2d34;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(to right, #f54444 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports (mix-blend-mode: lighten) {
  section.light .gradient1 {
    font-family: "Mitr", sans-serif;
    font-weight: 500;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
  }
  section.light .gradient1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to right,
      #23966c,
      #faaa54,
      #e23b4a,
      #db0768,
      #360670
    );
    pointer-events: none;
  }
  section.light .gradient1::before {
    mix-blend-mode: screen;
  }
}
.game_list_section {
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
}

.all-products h2 {
  font-size: 36px;
}
.game_img_info_list {
  min-height: 200px;
  max-height: 200px;
}
/*---------------------------------
    61. PAGE LOADER
---------------------------------*/
.page-loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d2333;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.page-loader .page-loader-decoration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-loader .page-loader-decoration .icon-logo {
  fill: #fff;
}

.page-loader .page-loader-info .page-loader-info-title,
.page-loader .page-loader-info .page-loader-info-text {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.page-loader .page-loader-info .page-loader-info-title {
  margin-top: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.page-loader .page-loader-info .page-loader-info-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.page-loader .page-loader-indicator {
  margin-top: 60px;
}

.page-loader .page-loader-info .page-loader-info-text,
.page-loader .page-loader-info .page-loader-info-title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.loader-bars .loader-bar:first-child {
  background-color: #615dfa;
}

/*---------------------
    1. LOADER BARS
---------------------*/
.loader-bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
}

.loader-bars .loader-bar {
  width: 4px;
  height: 100%;
  margin-right: 4px;
  border-radius: 200px;
  -webkit-transform: scaleY(0.2);
  transform: scaleY(0.2);
  -webkit-animation: loader-bars 0.5s infinite alternate ease-in;
  animation: loader-bars 0.5s infinite alternate ease-in;
}

.loader-bars .loader-bar:last-child {
  margin-right: 0;
}

.loader-bars .loader-bar:nth-child(1) {
  background-color: #41d04f;
}

.loader-bars .loader-bar:nth-child(2) {
  background-color: #50d551;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loader-bars .loader-bar:nth-child(3) {
  background-color: #67dc55;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loader-bars .loader-bar:nth-child(4) {
  background-color: #7de358;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loader-bars .loader-bar:nth-child(5) {
  background-color: #99eb5c;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loader-bars .loader-bar:nth-child(6) {
  background-color: #b1f35f;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loader-bars .loader-bar:nth-child(7) {
  background-color: #c7f962;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loader-bars .loader-bar:nth-child(8) {
  background-color: #d6fe65;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes loader-bars {
  0% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-bars {
  0% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.wheel_bg {
  background: url("../images/bg_wheel_3.jpg?v=1") no-repeat;
  background-size: cover;
}

.wheel_spin_bg {
  background: url("../images/bg_wheel_p2.jpg") top center no-repeat;
  background-size: cover;
  height: auto;
}

.wheel_spin_bg_3 {
  background: url("../images/bg_wheel_p3.jpg") top center no-repeat;
  background-size: cover;
  height: auto;
}

.wheel_spin_bg_4 {
  background: url("../images/bg_wheel_p4.jpg") top center no-repeat;
  background-size: cover;
  height: auto;
}

.wheel_bg_random {
  background: url("../images/bg_random.jpg?v=3") no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.stage a#spin_button {
  animation: animateBg 8s infinite linear;
  background-color: #fff;
  display: block;
  background-image: linear-gradient(90deg, #ffa359, #eb3030, #ff8a2b, #e64248);
  background-size: 300% 100%;
  box-shadow: 0 3px 14px #000;
  border: 3px solid #000;
  border-radius: 5px;
  height: 54px;
  width: 200px;
  text-align: center;
  color: #fff;
  font-family: "Luckiest Guy", cursive;
  font-size: 35px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  padding-top: 9px;
  letter-spacing: 2px;
  margin: auto;
  margin-top: -60px;
  margin-bottom: 70px;
  transition: all 0.6s;
  position: relative;
  left: 15px;
  top: 20px;
}
.stage a#spin_button:hover {
  background: #000;
  color: #fff;
}
@keyframes animateBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.member_list_wheel,
.random_user_section {
  border: 10px solid #7f0f28;
  /* min-height: 600px; */
  border-radius: 20px;
  width: 70%;
  float: right;
  margin-top: 80px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}

h2.txt_head_wheel {
  display: block;

  margin-top: 60px;
  font-family: "Luckiest Guy", cursive;
  text-align: center;
  width: 100%;
  color: #ffd656;
  font-size: 80px;
  letter-spacing: 5px;
  text-shadow: -1px -1px 0px #d43b3d, 3px 3px 0px #8f2343, 6px 6px 0px #bb1e2f;
}

h3.txt_sub_wheel_spin {
  color: #ffd656;
  font-family: "Kanit";
  font-size: 40px;
  line-height: 0px;
  text-align: center;
  width: 100%;
  text-shadow: 0 1px 0 #000000, 0 2px 0 #404040, 0 3px 0 #474747,
    0 4px 0 #6a6969, 0 5px 0 #727272, 0 6px 0 #868686,
    0 0 5px rgb(230 139 139 / 5%);
}

h3.txt_sub_wheel {
  color: #d73535;
  font-family: "Kanit";
  font-size: 60px;
  line-height: 80px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  text-shadow: 0 1px 0 #000000, 0 2px 0 #404040, 0 3px 0 #474747,
    0 4px 0 #6a6969, 0 5px 0 #727272, 0 6px 0 #868686,
    0 0 5px rgba(230, 139, 139, 0.05);
}

h3.txt_sub_wheel span.glow {
  font-size: 70px;
  color: #ffd656;
}
.member_list_wheel h2 {
  font-family: "Kanit";
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.member_list_wheel p {
  font-family: "Kanit";
  font-size: 20px;
  color: #000;
  line-height: 32px;
}
.member_list_wheel p span.num_user {
  width: 24px;
  display: inline-block;
}
.history_page h2 {
  font-family: "Kanit";
}
.historys {
  background-image: url(../template/images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.history_page {
  margin-top: 120px;
}
.history_page ul {
  text-align: center;
  display: block;
  margin-top: 50px;
}
.history_page ul li {
  display: inline-block;
}
.history_page .nav-pills .nav-link.active,
.history_page .nav-pills .show > .nav-link {
  background: #ed2d34 !important;
}
p.txt_tootip {
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0;
  padding-bottom: 15px;
}
p.txt_tootip span {
  border-radius: 50%;
  padding: 3px 9px;
  font-size: 14px;
  color: #fff;
  background: #ed2d34 !important;
}
#modal_football_step_game img{
  width: 100%;
}
