@font-face {
    font-family: PingFang SC;
    src: url(../fonts/PingFangSCRegular.ttf);
}
@font-face {
    font-family: DINPro;
    src: url(../fonts/DINPro.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-size: 20px;
	font-family: DINPro;
    /* background-color: #080F39;
    position: relative; */
	min-height: 100vh;
	background-image: url('../images/pc/bg-pc.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

h2 {
	font-family: DINPro;
	font-weight: 400;
    font-size: 1.8em;
	line-height: 36px;
    color: #fff;
}

p {
    font-family: DINPro;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 32px;
    color: #fff;
}

a {
    font-family: DINPro;
    font-weight: 400; 
	font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-style: none;
}

.content-container {
	min-height: 100vh;
}

.text-yellow {
	color: rgba(255, 255, 0, 1);
}

/* Logos */
.logo {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 30px;
}
.logo-ch1 {
	background-image: url('../images/pc/cn-circle.webp');
}
.logo-ch2 {
	background-image: url('../images/pc/cn-pc.webp');
}
.logo-en {
	background-image: url('../images/pc/en-pc.webp');
}
.logo-cn {
	background-image: url('../images/pc/KH99-CN.webp');
}
.logo-th {
	background-image: url('../images/pc/th-pc.webp');
}
.logo-id {
	background-image: url('../images/pc/id-pc.webp');
}
.logo-vn {
	background-image: url('../images/pc/vn-pc.webp');
}

.btn-crypto {
	background-color: rgba(255, 255, 255, 1);
	border: transparent solid 1px;
	border-radius: 35px;
	color: rgba(0, 0, 0, 1);
	padding: 10px;
}
.btn-crypto:hover {
	background: linear-gradient(270deg, #FF900D 0%, #FFA300 100%);
	border: transparent solid 1px;
	color: rgba(255, 255, 255, 1);
}

.btn-fiat {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 10px;
	color: rgba(255, 255, 255, 1);
	padding: 10px;
}
.btn-fiat:hover {
	background: linear-gradient(270deg, #FF900D 0%, #FFA300 100%);
	border: 1px solid transparent;
	border-radius: 10px;
	color: rgba(255, 255, 255, 1);
}

.white-arrow {
	background-image: url('../images/pc/arrow-white.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 25px;
}

.black-arrow {
	background-image: url('../images/pc/arrow-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 25px;
}

.logo-header img {
	width: 100%;
}

.btn-mobile {
	font-size: 1.5em;
}

.btn-mobile .logo {
	width: 30px;
}

@media (min-width: 1200px) {
	/*  */
}

@media (max-width: 768px) {
    body {
      	font-size: 14px;
		background-image: url('../images/mobile/bg-mobile.jpg');
    }
	p {
		line-height: 19px;
	}
	.content-container {
		min-height: 100%;
	}
	.btn-crypto,
	.btn-fiat {
		padding: 6px;
	}

	.logo-ch1,
	.logo-ch2,
	.logo-en,
	.logo-th,
	.logo-id,
	.logo-vn {
		width: 20px;
	}

	.logo-header img {
		width: 75%;
	}

	.negative-margin-top {
		margin-top: -16px;
		z-index: -1;
	}
}
  
  @media (max-width: 480px) {
    body {
      	font-size: 12px;
    }
}