@font-face {
	font-family: SimsLLHP;
	src: url('SimsLLHP.ttf')
}

body {
	font-family: 'Poppins', sans-serif;
}

.menu {
	font-family: SimsLLHP;
}

.home-page {
	position: relative;
	background: url('../images/home/banner.jpg');
	width: 100%;
	height: 100vh;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-page-content .logo img {
	width: 150px;
	height: auto;
}

.home-page-content {
	text-align: center;
	margin-top: 100px;
}

.logo img {
	width: 400px !important;
	height: auto;
}

.logo {
	margin-bottom: 50px;
}

.tems {
	display: flex;
	justify-content: space-evenly;
	width: 70%;
	margin: auto;
	margin-top: 50px;
	height: 208px;
}

.tems img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.press-btn a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	color: #5c6bc0;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 10px 20px;
	border: 4px solid #000;
	background-color: #fff;
	transition: .1s all;
}

.press-btn:hover {
	transform: scale(1.2);
	position: relative;
	transition: .1s all;
}

.press-btn {
	margin-top: 30px;
}

/* Video page css */
.vide-page {
	position: relative;
}

.video-bg {
	width: 100%;
	max-height: 100%;
}

.vide-page-content {
	position: absolute;
	top: 50%;
	left: 10%;
}

.skip-btn a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	color: #7694ac;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 8px 20px;
	background-color: #fff;
	transition: .1s all;
	width: 227px;
	display: block;
	text-align: center;
	box-shadow: rgb(0, 0, 0) -1px 1px 8px 5px;
}

.skip-btn a:hover {
	transform: scale(1.2);
	position: relative;
	transition: .1s all;
}

/* Page 3 css */
.page-three {
	padding: 40px 0px;
	position: relative;
	background-image: url('../images/page3/bg-light.jpg');
	min-height: 100%;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-three-item {
	position: relative;
	height: 100%;
}

.page-three-item img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.page-three-item-contne {
	position: absolute;
	bottom: 0%;
	padding: 20px;
	color: #fff;
	background-color: #0000007a;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.page-three-item-single2 {
	background: transparent !important;
	box-shadow: none !important;
	color: #6466cf !important;
	padding: 40px 0px;
}

.page-three-item-contne h1 {
	font-weight: 800;
	font-size: 18px;
}

.page-three-item-contne p {
	font-weight: 500;
	font-size: 11px;
}

.paly-btn a,
.go-there-now-btn a {
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 3px;
	padding: 7px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

.paly-btn a:hover,
.go-there-now-btn a:hover {
	transform: scale(1.2);
	position: relative;
	transition: .1s all;
}

.page-three-item-single {
	margin-top: 50px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 10px 20px 0 20px;
	border-radius: 10px;
	background: linear-gradient(45deg, #6554C0 0%, #0065FF99 32.29%, #06c1ee 100%);
	color: #fff;
}

.page-three-item-sinlge-left img {
	width: 100%;
	height: 380px;
}

.page-three-right-area {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
	border-radius: 10px;
	background: linear-gradient(45deg, #6554C0 0%, #0065FF99 32.29%, #06c1ee 100%);
	color: #fff;
	position: absolute;
	width: 350px;
	min-height: 91%;
	padding-top: 50px;
	padding-bottom: 0px;
}

.box-logo {
	text-align: center;
	margin-bottom: 30px;
}

.box-logo img {
	width: 280px;
	/*! height: 150px; */
	/*! background-color: #fff; */
	border-radius: 50%;
	padding: 0 20px;
	/*! box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px, rgb(51, 51, 51) 0px 0px 5px 3px; */
	display: block;
	text-align: center;
	margin: auto;
	/*! margin-bottom: 30px; */
}

.box-logo img:hover {}

.buttons a {
	text-decoration: none;
	background-color: #fff;
	width: 80%;
	display: block;
	margin-bottom: 25px !important;
	border-radius: 30px;
	padding: 5px 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px, rgb(51, 51, 51) 0px 0px 5px 3px;
	text-align: center;
	color: #5751bb !important;
	font-weight: 600;
	margin: auto;
}

.buttons a:hover {
	transform: scale(1.2);
	position: relative;
	transition: .1s all;
}

.btn2 {
	width: 70% !important;
	height: 38px !important;
}

.buttons img {
	width: 80%;
	height: auto;
}

.icons {
	text-align: center;
	display: flex;
	justify-content: space-around;
	margin-top: 100px;
}

.icons img {
	width: 50px;
	height: 50px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px, rgb(51, 51, 51) 0px 0px 5px 3px;
}

.chat-gtp img {
	width: 100px;
	height: auto;
}

.chat-gtp p {
	color: #000;
}

.chat-gtp {
	display: flex;
	justify-content: space-evenly;
	text-decoration: none;
	background-color: #fff;
	margin-bottom: 25px;
	border-radius: 30px;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px, rgb(51, 51, 51) 0px 0px 5px 3px;
	text-align: center;
	color: #5751bb !important;
	font-weight: 600;
	margin-top: 50px;
}

.page-three-item-single-right h1 {
	font-size: 24px;
	font-weight: 800;
}

.page-three-item-single2 a {
	text-decoration: none;
}

/* News page */
.header-logos {
	text-align: center;
	justify-content: space-evenly;
	display: flex;
	margin-bottom: 50px;
}

.header-logos a img {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px, rgb(51, 51, 51) 0px 0px 5px 3px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 10px;
}

.news-page {
	padding: 40px 0px;
}

.news-item {
	/*! box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px, rgb(51, 51, 51) 0px 0px 5px 3px; */
	padding: 10px;
	border-radius: 10px;
	height: 100%;
	background-color: #06c1ee;
	color: #fff;
}

.news-item img {
	width: 100%;
	height: 350px;
}

.news-item p {
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
}

.menu {
	width: 100px;
	height: 100px;
	display: block;
	background-color: #fff;
	font-size: 40px;
	padding: 15px 10px;
	border-radius: 50%;
	color: #b7d655;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px, rgb(51, 51, 51) 0px 0px 5px 3px;
}

.header-logos a {
	text-decoration: none;
}

.header-logos a:hover {
	transform: scale(1.2);
	position: relative;
	transition: .1s all;
}

/* Gmae page CSS */
.game-page,
.news-page {
	padding: 40px 0px;
	position: relative;
	background-image: url('../images/page3/bg-light.jpg');
	min-height: 100%;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.game-place {
	background-color: #000;
	height: 130vh;
	width: 100%;
	margin-top: -25px;
}

.gpt {
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 999;
	/* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px, rgb(51, 51, 51) 0px 0px 5px 3px;
  padding: 10px;
  border-radius: 10px; */
	display: none;
}

.gpt img {
	width: 100px;
	height: auto;
}

.gpt p {
	padding: 6px 0px;
	margin: 0;
	font-weight: 600;
}