/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
   min-width: fit-content;
}

body {
	background: url("../images/bg-mobile-full.webp") no-repeat;
	background-color: #F74346;
	width: 100%;
	height: 100vh;
	background-size: cover;
	color: #41131c;
	font-family: 'Noto Sans SC';
	text-align: center;
	background-position: 0 0;
	padding: 0px;
	margin: 0px;
}

a {
  color: #454545;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  color: #f5bb44;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0px;
  padding: 0;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	position: relative;
}

.logo-container img {
	width: 50px;
}

.section {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding: 3% 0;
	font-weight: 800;
	position: relative;
}

.section p {
  font-weight: 600;
  margin-bottom: 10px;
}

.referral-input{
	display: flex;
    justify-content: space-between;
	background: -webkit-linear-gradient(-90deg, #ffffff 30%, #f5b6bc 100%);
	border: 2px solid #f5d2d4;
	box-shadow:inset 1px 1px 1px 1px white;
	border-radius: 50px;
}

.referral-input .text{
	display: flex;
    margin: 20px;
	align-items: center;
	margin: 4px 10px 4px 18px;
	width: 100%;
	white-space: nowrap;
}

.referral-input button{
	background: -webkit-linear-gradient(-90deg, #FFF09F 30%, #FFC242 100%);
	border: 2px solid #FFEF8B;
	box-shadow:inset 1px 1px 1px 1px #FFF8CC;
	border-radius: 50px;
	width: 56%;
	padding: 12px 0;
    border: none;
    color: #d95914;
	font-weight: 700;
    font-size: 18px;
	cursor: pointer;
	white-space: nowrap;
}

.referral-input p{
	margin-bottom: 0 !important;
}

.referral-input .referral-code{
	font-weight: 800;
    font-size: 1.4em;
    color: #ff1c20;
	white-space: nowrap;
	padding-left: 4px;
}

.desc {
	text-align: left;
	/* display: flex;
	flex-direction: row; */
	align-items: center;
	background-color: white;
	border-radius: 20px;
	padding: 0 10%;
	line-height: 24px;
	display: table;
	min-width: -webkit-fill-available;
}

.desc img {
	text-align: center;
	width: 46%;
	margin: 10px 1% 30px 1%;
}

.desc .step-header {
	width: 100%;
    text-align: center;
    margin-top: -4px;
	margin-bottom: 10px;
}

.img-cow {
	position: absolute;
	z-index: 0;
}

.referral-container {
	z-index: 999;
	position: relative;
}

/* download button mobile */
.register-container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.btn-register {
	background: -webkit-linear-gradient(-90deg, #FFF09F 30%, #FFC242 100%);
	border: 2px solid #FFEF8B;
	box-shadow:inset 1px 1px 1px 1px #FFF8CC;
	border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #d95914;
    width: 100%;
    text-align: center;
    padding: 12px 0px;
    display: block;
    align-items: center;
    cursor: pointer;
    margin: 10px 0 20px 0;
	border: 2px solid #fccb04;
	display: inline-block;
}

.btn-dl {
	background: -webkit-linear-gradient(-90deg, #FFF09F 30%, #FFC242 100%);
	border: 2px solid #FFEF8B;
	box-shadow:inset 1px 1px 1px 1px #FFF8CC;
	border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    color: #d95914;
    width: 100%;
    text-align: center;
    padding: 14px 0px;
    display: block;
    align-items: center;
    cursor: pointer;
    margin: 10px 0;
	border: 2px solid #d95914;
	animation: pulse 0.5s infinite ease-in-out alternate;
}

@keyframes pulse {
	from { transform: scale(0.9); }
	to { transform: scale(1); }
}

.btn-dl:hover {
	background: -webkit-linear-gradient(-90deg, #F65754 30%, #E11514 100%);
	color:white;
	box-shadow:none;
	animation: none;
}

.last {
	margin: 20px 0;
}

#lang-switch img {
  width: 24px;
  height: 24px;
  transition: all .5s;
  margin: auto 3px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #a5001f;
  border-radius: 50px;
}

#lang-switch img:hover {
  cursor: pointer;
  opacity: 1;
}

.cn_lang,
.en_lang,
.hk_lang,
.ar_lang {
  display: none;
  transition: display .5s;
}

/* Language */
.active-lang {
  display: block;
  transition: display .5s;
}

.active-flag {
  transition: all .5s;
  opacity: 1;
}

.copyright {
	font-size: 0.6rem;
    width: 100%;
    clear: both;
	background-color: #333;
	color: #fafafa;
	padding: 0 0 2% 0;
}

footer {
	width: 100%;
	background: url("../images/footer-bg.webp") no-repeat;
	background-size: cover;
	background-color: #F74346;
	display: flow-root;
	padding: 2% 0;
}

.footer-left {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.footer-right {
	width: 100%;
}

footer ul li:first-child {
	font-size: 1.4em;
	font-weight: 700;
}

footer ul {
	width: 33.333333%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}

footer ul li {
	list-style-type: none;
	margin: 10px 0px;
}

footer #lang-switch li:nth-child(2):hover,
footer #lang-switch li:nth-child(3):hover {
	cursor: pointer;
	color: #f5bb44;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	position: relative;
}

#logo {
	display: block;
	float: left;
	padding: 28px 0 0 0;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
	content:"";
	display:table;
	clear:both;
}

nav ul li ul li  { background: #f9c20a; color: #454545; cursor: pointer; }
nav ul li ul li:hover { background: #454545; color: #fafafa; cursor: pointer; }

nav #logo a { padding: 0px; }
nav #logo a:hover { background: transparent; color: black;}

.currency-switcher {
    position: absolute;
    right: 0px;
    width: 138px;
}

div.dropdown {
    position: relative;
	width: 138px;
    margin-top: 28px;
    right: 40px;

}

div.dropdown:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 16px;
    height: 17px;
    top: 15px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

div.dropdown>div.caption {
    cursor: pointer;
    padding: 7px 0px 12.5px 40px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.3px;
	color: #eee;
}

div.dropdown>div.caption:after { 
	content:  '  \25BC '; 
} 

div.dropdown.open>div.caption:after {
    content:  '  \25B2 ';
}

div.dropdown>div.list {
    position: relative;
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    z-index: -1;
	top: 10px;
    visibility: hidden;
    padding: 10px 0;
}

div.dropdown.open>div.list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

div.dropdown>div.list>div.item {
    padding: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.3px;
	position: relative;
}

div.dropdown>div.list>div.item.selected {
    background: rgba(36, 60, 187, 0.2);
    pointer-events: none;
}

div.dropdown>div.list>div.item:hover {
    background: #F8F9FB;
}

div.dropdown>div.caption img,
div.dropdown>div.list>div.item img,
div.dropdown>div.caption svg,
div.dropdown>div.list>div.item svg {
    position: absolute;
    top: 5px;
    left: 15px;
}

div.dropdown>div.list>div.item span,
div.dropdown>div.caption span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #243CBB;
    position: absolute;
    right: 36px;
}

div.dropdown>div.list>div.item span {
    right: 20px;
}

.steps h3 {
	color: #a5001f;
	font-weight: 700;
	margin: 6px 0px;
}


/* Responsive */
@media screen and (max-width: 3000px) {
	body {
		background: url("../images/bg-full.webp") no-repeat;
		background-size: cover;
		background-color: #F74346;
	}

	.title img {
		width: 450px;
		margin-top: 80px;
	}

	.en_lang.title img {
		width: 568px;
	}

	.referral-container {
		margin-left: 180px;
        margin-right: 120px;
	}

	.referral-input .text {
		margin-left: 30px;
	}

	.img-cow {
		width: 22%;
        left: -44px;
        bottom: -50px;
	}

	.container {
		max-width: 880px;
	}

	.section p {
		font-size: 1.3rem;
	}

	.desc .step-header {
		width: 50%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: flex;
	}

	.btn-dl {
		font-size: 22px;
		padding: 26px 0px;
		margin: 16px 0;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}


@media screen and (max-width: 1920px) {
	body {
		background: url("../images/bg-full.webp") no-repeat;
		background-size: cover;
		background-color: #F74346;
	}

	.title img {
		width: 450px;
		margin-top: 20px;
	}

	.en_lang.title img {
		width: 568px;
	}

	.referral-container {
		margin-left: 180px;
        margin-right: 120px;
	}

	.referral-input .text {
		margin-left: 30px;
	}

	.img-cow {
		width: 22%;
        left: -44px;
        bottom: -40px;
	}

	.container {
		max-width: 880px;
	}

	.section p {
		font-size: 1.3rem;
	}

	.desc .step-header {
		width: 50%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: flex;
	}

	.btn-dl {
		font-size: 22px;
		padding: 26px 0px;
		margin: 16px 0;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}


@media screen and (max-width: 1400px) {
	body {
		background: url("../images/bg-medium.webp") no-repeat;
		background-size: cover;
		background-color: #F74346;
	}

	.title img {
		width: 430px;
	}

	.en_lang.title img {
		width: 480px;
	}

	.referral-container {
		margin-left: 120px;
		margin-right: 80px;
	}

	.img-cow {
		width: 24%;
		left: -30px;
		bottom: -28px;
	}

	.container {
		max-width: 680px;
	}

	.btn-dl {
		font-size: 22px;
		width: 64%;
		padding: 18px 0;
	}
}

@media screen and (max-width: 992px) { 
	.title img {
		width: 350px;
		margin-top: 0px;
	}

	.en_lang.title img {
		width: 440px;
	}

	.section p {
		font-size: 1.2rem;
	}

	.desc .step-header {
        width: 60%;
    }
	
	.container {
		max-width: 560px;
	}


	footer ul {
		width: 33%;
		justify-content: center;
	}

	footer .footer-left {
		width: 100%;
	}

	footer .footer-right {
		width: 100%;
	}

	.section p.en_lang {
		width: 100%;
	}
	
}

@media screen and (max-width: 778px) { 
	body {
		background: url("../images/bg-mobile-full.webp") no-repeat;
		background-size: cover;
		background-color: #F74346;
	}

	.title img {
		width: 290px;
		margin-top: 0px;
	}

	.en_lang.title img {
		width: 400px;
	}

	.referral-container {
		margin-left: 22%;
	}

	.img-cow {
		width: 24%;
		left: 0px;
		bottom: -24px;
	}

	.register-container {
		width: 60%;
	}
}


@media screen and (max-width: 580px) {
	body {
		background: url("../images/bg-mobile-full.webp") no-repeat;
		background-size: cover;
		background-color: #F74346;
	}

	.title img {
		width: 290px;
		margin-top: 0px;
	}

	.en_lang.title img {
		width: 320px;
	}

	.container {
		max-width: 340px;
	}

	.referral-container {
		margin-left: 50px;
        margin-right: 18px;
	}

	.referral-input .text {
		margin-left: 16px;
	}

	.img-cow {
		left: -33px;
		width: 28%;
        bottom: -14px;
	}

	div.dropdown {
		right: 0px;
	}

	.section p {
		font-size: 0.9rem;
	}

	.section p.en_lang {
		font-size: 0.7rem;
	}

	.desc .step-header {
        width: 100%;
    }

	.register-container {
		width: 100%;
	}

	.btn-dl {
		font-size: 20px;
		width: 100%;
		padding: 14px 0;
	}
	
	.logo-container img {
		width: 38px;
	}
	
	nav a {
		padding: 19px;
	}
	
	#logo img {
		width: 40px;
		height: auto;
	}

	.desc {
		flex-direction: column;
	}

	footer p {
		text-align: center;
	}

	footer ul li:first-child {
		font-size: 1.1em;
	}

	footer .footer-right ul {
		width: 100%;
	}


	.referral-input button.en_lang  {
		font-size: 15px;
    	width: 40%;
		line-height: 16px;
	}
}

/*--------------------------------------------------------------
# 4 download buttons
--------------------------------------------------------------*/
ul.dl-container {
	padding: 0px;
    position: relative;
    margin: 4% auto;
    display: inline-table;
}

ul.dl-container li {
	float: left;
	width: 46%;
	margin: 2% 2%;
	list-style-type: none;
	text-align: center;
  	min-width: 206px;
}

ul.dl-container img {
	width: 220px;
}

.desktop-btn {
	font-weight: 700;
	font-size: 18px;
	padding: 10px 0px;
	text-align: center;
	align-items: center;
	background: -webkit-linear-gradient(-90deg, #F65754 30%, #E11514 100%);
	border: 3px solid #f4a179;
	box-shadow:inset 1px 1px 1px 1px #F33432;
	border-radius: 8px;
	width: 100%;
	color: #fff;
}

.desktop-btn:hover {
	transform: scale(1.1);
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	transition: all .2s ease-in-out;
}

.desktop-btn img {
	width: auto !important; 
	height: 34px;
	display: inline-block; 
	padding:0px; 
	margin: 0px; 
	vertical-align: middle;
	margin-right: 10px;
}

.desktop-btn span {
	display: inline-block;  
	vertical-align: sub;
}

@media screen and (max-width: 580px) { 
	.desktop-btn {
		font-size: 15px;
	}
	
	.desktop-btn img {
	  width: 30px;
	  height: 30px;
	}

	.desktop-btn:hover {
		transform: none;
	}

	ul.dl-container li {
		width: 94%;
	}
}