@charset "utf-8";

/* Existing Css */
/** {*/
  /*box-sizing: border-box;*/
/*}*/

/*body {*/
  /*padding: 0;*/
  /*margin: 0;*/
  /*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
  /*background: black;*/
/*}*/

/*a {*/
  /*text-decoration: none;*/
/*}*/

@font-face {
  font-family: galada;
  src: url('/royalewin/resources/fonts/Galada-Regular.ttf');
}

.bgLc {
  background: black url("/royalewin/img/mobile_tutorial/bg-large-lc.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.MDcont {
  display: block;
  position: relative;
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.MDbanner {
  display: block;
  position: relative;
  width: 980px;
  height: 320px;
  margin-bottom: 20px;
}

/* 2/7/2020 - New Css */
/* Style the tab */
.tab {
  background: #262424;
  width: 980px;
  color: #e5bf5b;
}

.tab img {
  height: 23px;
  margin-right: 10px;
}

/* Style the buttons inside the tab */
.tab button {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  background: #262424;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 16.66666666666667%;
  color: #e5bf5b;
}

/* Change background color of buttons on hover */
.tablinks:hover {
  background: linear-gradient(#e5bf5b, #e2bb56);
  color: black;
}

.tablinks:hover img {
  filter: brightness(0);
}

/* Create an active/current tablink class */
.tablinks.active {
  background: linear-gradient(#e5bf5b, #e2bb56);
  color: black;
}

.tablinks.active img {
  filter: brightness(0);
}

/* Style the tab content */
.tabcontent {
  display: none;
  width: 980px;
  border-top: none;
  background: linear-gradient(to bottom, #e2bb56, #c89e34, #eac461);
}

.appContainer {
  width: 100%;
  padding-left: 30px;
}

.appContainer img {
  width: 100%;
  z-index: 9;
}

.appContainer h1 {
  font-weight: bold;
}

.appIntro-img {
  width: 40%;
  padding: 2%;
}

.appIntro-content {
  margin: 55px 5px;
  width: 60%;
}

.appIntro-qr {
  margin: 30px 0;
  display: inline-flex;
}

.qr-code {
  width: 30%;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-code span {
  text-align: center;
  font-weight: 900;
  line-height: 1;
  font-size: 19px;
  color: white;
  margin-bottom: 10px;
}

.qr-code img {
  width: 100%;
}

.qr-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 40px 0 0 35px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.download-btn {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #6d0049, #ff1d43, #ff8a2b);
  margin-left: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: white;
  border-radius: 0 50px 50px 0;
}

.download-btn img {
  height: 50px;
  margin-left: -30px;
  width: auto;
}

.download-btn span {
  margin-left: -30px;
  padding: 0px 40px;
}

/*-------------App feature-----------------------*/
.appFeature {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #262424;
  padding: 25px 12px;
  padding-bottom: 40px;
}

.feature_header {
  text-align: center;
  color: white;
  margin: 20px 0;
  width: 50%;
  margin-bottom: 80px;
}

.feature_header h1 {
  margin: 0;
  font-size: 30px;
  margin-bottom: 25px;
}

.feature_header p {
  font-size: 13px;
  margin: 0;
}

.feature_content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.feature_side {
  width: 300px;
}

.feature_phone {
  width: 220px;
  margin: 0 30px;
}

.feature_item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  color: white;
  margin-bottom: 30px;
}

.feature_item img {
  height: 50px;
  margin-bottom: 10px;
}

.feature_item h2 {
  margin: 0;
  font-size: 17px;
  margin-bottom: 10px;
}

.feature_item p {
  margin: 0;
  font-size: 12px;
  width: 240px;
}

.feature_right .feature_item {
  align-items: flex-start;
  text-align: left;
}

/*------------------------------------------*/
/*-------------How to install-----------------------*/
.appInstall {
  width: 100%;
  margin: 30px 0;
  padding: 6px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.install_header {
  text-align: center;
  color: black;
  margin: 20px 0;
  width: 50%;
}

.install_header h1 {
  margin: 0;
  font-size: 30px;
  margin-bottom: 25px;
}

.install_header p {
  font-size: 13px;
  margin: 0;
}

.install_nav {
  display: flex;
  align-items: center;
	margin:20px 0;
}

.install_nav_item {
  display: flex;
  align-items: center;
	color:white;
	font-size: 18px;
	margin:0 20px;
	filter:grayscale(100%);
	cursor:pointer;
}

.install_nav_active{
	filter:none;
}

.install_nav_item img {
  height: 50px;
	z-index: 2;
}

.install_nav_item span{
	background: linear-gradient(to right, #6d0049, #ff1d43, #ff8a2b);
	min-width: 160px;
	text-align: center;
	margin-left: -38px;
	padding:10px 0;
	padding-left: 10px;
	border-radius: 20px;
}


.install_step {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.step_item {
  width: 80%;
  display: flex;
  flex-direction: column;
  height:1px;
  opacity: 0;
  overflow: hidden;
}

.slider {
  width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  color: black !important;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.swiper-slide img {
  width: 200px;
  z-index: 2;
}

.step_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  background: linear-gradient(to right, #6d0049, #ff1d43, #ff8a2b);
  margin-left: -5px;
  border-radius: 5px;
  max-width: 300px;
}

.step_text h1 {
  margin: 0;
  color: white;
  font-weight: normal;
  font-family: galada;
}

.step_text p {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 15px;
  margin: 0;
}


.step_show{
  height:auto;
  opacity: 1;
}

/*-----------------------------------*/
/* Game Icon */
.game-icon {
  width: 33%;
  margin: 25px 0;
  display: inline-flex;
  color: black;
  text-decoration: none;
}

.game-img {
  width: 50%;
  z-index: 1;
}

/*.game-side {*/
  /*width: 50%;*/
  /*margin-left: -5%;*/
/*}*/

.game-logo {
  background: linear-gradient(#fab019, #ffe496);
  border-radius: 13px;
  padding: 10px 10px;
}

.game-logoGra {
  position: relative;
  background: linear-gradient(to right, white, #a2a4a7, white, #a2a4a7);
  padding: 4px;
  border-radius: 14px;
  margin-top: 25px;
}

.game-btn {
  background: linear-gradient(#fab019, #ffe496);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
}

.game-btnGra {
  position: relative;
  background: linear-gradient(to right, white, #a2a4a7, white, #a2a4a7);
  padding: 4px;
  border-radius: 14px;
  margin-top: 15px;
}
.game-dlbtn{
  cursor: pointer;
}
.game-dlbtn:hover{
  background: linear-gradient(to right, white, #ff2222, white, #ff2222);
}
.game-btn img {
  width: 15px;
  filter: brightness(0);
  margin-right: 5px;
}

.game-btn span {
  font-size: 12px;
  font-weight: bold;
}
