.game-title-top {
	width: 100%;
    height: 20vw;
    position: absolute;
    text-align: center;
    text-shadow: 2px 3px 5px #000000;
    font-size: 7.5vw;
    color: white;
    z-index: 1;
    padding: 0 5vw;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.game-bg {
	background: linear-gradient(to bottom, #000000, #00ffe5);
    width: 100%;
    height: 30vw;
    opacity: 0.35;
}

.content-title-top {
    width: 100%;
    text-align: center;
    text-shadow: 2px 3px 5px #000000;
    font-size: 7.5vw;
    color: white;
    margin: auto;
    align-items: center;
    justify-items: center;
    justify-content: center;
    display: flex;
	position: relative;
    z-index: 3;
}

.content-bg {
	width: 100%;
    height: 30vw;
    padding: 0 5vw;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(rgb(0 61 138), rgb(0 145 213));
    position: relative;
    z-index: 2;
}

.box div {
	position: absolute;
	width: 40px;
	height: 40px;
    border: 1.5px solid rgb(255 255 255);
}

.box div:nth-child(1) {
	left: 42%;
	animation: animate2 10s linear infinite;
}

.box div:nth-child(2) {
	left: 50%;
	animation: animate2 7s linear infinite;
}
.box div:nth-child(3) {
	left: 6%;
	animation: animate2 9s linear infinite;
}

.box div:nth-child(4) {
	left: 60%;
	animation: animate2 10s linear infinite;
}

.box div:nth-child(5) {
	left: 10%;
	animation: animate2 6s linear infinite;
}

.box div:nth-child(6) {
	left: 70%;
	animation: animate2 12s linear infinite;
}

.box div:nth-child(7) {
	left: 80%;
	animation: animate2 15s linear infinite;
}

.box div:nth-child(8) {
	left: 25%;
	animation: animate2 16s linear infinite;
}

.box div:nth-child(9) {
	left: 25%;
	animation: animate2 9s linear infinite;
}

.box div:nth-child(10) {
	left: 80%;
	animation: animate2 5s linear infinite;
}

@keyframes animate2 {
  0% {
    transform: scale(0) translateY(-90px) rotate(360deg);
    opacity: 1;
  }
  
  100% {
    transform: scale(1.3) translateY(-90px) rotate(-180deg);
    border-radius: 50%;
    opacity: 0;
  }
}

.circles {
	position: absolute;
    width: 100%;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: linear-gradient(rgb(34 199 190 / 19%), rgb(35 124 187 / 60%));
    animation: animate 1s linear infinite;
}

.circles li:nth-child(1){
    left: 30%;
    width: 3px;
    height: 3px;
    animation-delay: 0s;
    animation-duration: 10s;
}

.circles li:nth-child(2){
    left: 20%;
    width: 5px;
    height: 5px;
    animation-delay: 0s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 66%;
    width: 7px;
    height: 7px;
    animation-delay: 0s;
    animation-duration: 20s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 12px;
    height: 12px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
	left: 58%;
    width: 14px;
    height: 14px;
    animation-delay: 0s;
    animation-duration: 10s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 15px;
    height: 15px;
    animation-delay: 0s;
    animation-duration: 5s;
}

.circles li:nth-child(7){
	left: 34%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 9s;
}

.circles li:nth-child(8){
	left: 48%;
    width: 12px;
    height: 12px;
    animation-delay: 0s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 4px;
    height: 4px;
    animation-delay: 0s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-20vw) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.news-page-section {
    margin: -2vw 0 0 0;
    width: 100%;
    height: 100%;
    display: inline-table;
    background: #efefef;
    border-top: 20px solid #60e2ff;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 2;
    padding-bottom: 5vw;
}

.games-page-section {
	margin: -2vw 0;
    width: 100%;
    height: 100%;
    display: inline-table;
    background: white;
    position: relative;
    z-index: 2;
    border-top: 20px solid #132f51;
    border-radius: 30px 30px 0 0;
}

.game-page-section {
    margin: -2vw 0;
	padding: 7vw 0 5vw 0;
    width: 100%;
    height: 100%;
	display: inline-table;
    background: white;
    position: relative;
    border-top: 20px solid #272b2f;
    border-radius: 30px 30px 0 0;
}

.about-page-section {
	margin: -2vw 0 0 0;
    width: 100%;
    display: inline-table;
    background: white;
    border-top: 20px solid #ffc800;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 2;
	padding-bottom: 5vw;
}

.privacypolicy-page-section {
	margin: -2vw 0 0 0;
    width: 100%;
    display: inline-table;
    background: white;
    border-top: 20px solid #c556a8;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 2;
	padding-bottom: 5vw;
}

.about-space-page-section {
	margin: -2vw 0 -2vw 0;
    background: #005cd3;
    width: 100%;
    height: 8vw;
    position: relative;
    z-index: 2;
    display: inline-table;
    transform: skew(0deg, 358deg);
}

.tech-page-section {
	margin: -2vw 0 5vw 0;
    width: 100%;
	display: inline-table;
    background: white;
    position: relative;
    z-index: 2;
	border-top: 30px solid #22d0ff;
    transform: skew(0deg, -358deg);
}

.journey-page-section {
    margin: -2vw 0;
    width: 100%;
	height: auto;
    display: inline-table;
    background: white;
    position: relative;
    z-index: 2;
	border-top: 30px solid #ff7322;
    transform: skew(0deg, 358deg);
}

.games-sub-bg {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 3vw 0 !important;
}

.game-sub-bg {
    width: 100%;
    padding: 10vw 0 !important;
}

.about-sub-bg {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 10vw;
}

.about_us_desc_lang {
    font-size: 1.25vw;
    text-align: justify;
}

.tech-sub-bg {
    transform: skew(0deg, -182deg);
}

.journey-sub-bg {
	display: block;
    transform: skew(0deg, -358deg);
}

.games-page {
	width: 100%;
    height: 100%;
	background: white;
	display: table;
	border-radius: 10px 10px 0 0;
	position: relative;
	border-top: 5px solid #0a6897;
}

.game-box-link {
	width: 20%;
	display: grid;
    height: fit-content;
    margin: 3vw 15px;
}

.game-box-div {
	margin: auto;
    text-align: center;
}

.game-box-img {
	margin: 10px auto;
	width: 100%;
    min-width: 17vw;
    max-width: 17vw;
    min-height: 20vw;
    max-height: 20vw;
}

.game-platform-img {
	min-width: 2vw;
    max-width: 2vw;
    min-height: 2vw;
    max-height: 2vw;
}

.game-platform-none {
	display: none;
}

.game-genres {
	display: flex;
	justify-content: center;
	font-size: 1.5vw;
}

.game-box-title {
	display: flex;
	justify-content: center;
	padding-top: 5px;
    margin: auto;
    text-align: center;
	font-size: 1.5vw;
	font-weight: bold;
	word-break: break-all;
}

/*======================================================
                   Game Content Section
  ======================================================*/
.game-banner-top {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.game-c-section {
	display: inline-table;
	height: 100%;
    background: white;
    padding-top: 100px;
    border-radius: 15px 15px 0 0;
}

.game-c-left {
	width: 45%;
    float: left;
    margin: auto;
    display: grid;
    justify-content: center;
    align-items: center;
}

.game-c-img {
	margin: auto;
	min-width: 30vw;
    max-width: 30vw;
    min-height: 35vw;
    max-height: 35vw;
}

.game-c-platform {
	display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    width: 100%;
    justify-Content: center;
}

.none-link {
	display: none;
}

.game-c-platform-link {
    margin: 1vw;
	padding: 5px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0px rgb(165 165 165 / 31%);
}

.game-c-platform-imgs {
	min-width: 10vw;
    max-width: 10vw;
    min-height: 3vw;
    max-height: 3vw;
}

.game-c-right {
	width: 55%;
    float: right;
    margin: auto;
}

.game-c-col-video {
	margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.game-c-video {
	min-width: 40vw;
    max-width: 40vw;
    min-height: 23vw;
    max-height: 23vw;
	border-radius: 10px;
}

.game-c-col {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
    padding: 0 4vw;
	word-break: break-all;
}

.game-c-title {
	width: 100%;
    background: url(../image/bar.png) no-repeat;
    background-position: left;
	background-size: 60% 100%;
    padding: 7px;
    margin-bottom: 20px;
    border-bottom: 6px double #6ba4ff9c;
    font-weight: bold;
    color: black;
}

.game-c-website-link {
	color: #3d5cd3;
    text-decoration: underline;
}

.tech-row {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 100%;
}

.tech-col {
	margin: auto;
    width: 50%;
    display: grid;
    justify-content: center;
    margin: 3vw;
}

.tech-img {
	width: 100%;
	height: 100%;
    min-width: 0;
	max-width: 40vw;
    min-height: 0;
    max-height: 20vw;
}

/*======================================================
                   News Content Section
  ======================================================*/
.news-tag-top-all {
	display: flex;
    justify-content: center;
    margin: 4vw 2vw 1vw 2vw;
}

.news-tag-top {
	display: flex;
    justify-content: center;
    margin: 1.5vw 2vw 1.5vw 2vw;
}

.news-tag {
	padding: 10px;
    font-size: 16px;
    border-radius: 30px;
    text-shadow: 2px 3px 4px #000000a6;
    color: white;
    margin: 0 0.5vw;
}

.all {
	background: #878787;
}

.gn {
    background: #000000c4;
}

.dev {
    background: #0869e5a3;
}

.gm {
    background: #00c777c4;
}

.up {
    background: #e3750087;
}

.ev {
    background: #d21e1eb0;
}

.news-tag-bottom {
	display: flex;
    justify-content: center;
    margin: 1vw 2vw 4vw 2vw;
}

.news-link {
	display: flex;
    background: white;
    padding: 35px;
    margin: 0 7vw 2vw 7vw;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 24%);
}

.news-link:hover {
	border: 2px solid #5fa6e3;
    box-shadow: 0 5px 15px rgb(19 116 235 / 40%);
}

.news-img {
	min-width: 25vw;
    max-width: 25vw;
    min-height: 15vw;
    max-height: 15vw;
    border: 1px solid #8d8d8d;
    border-radius: 6px;
	margin: auto;
}

.news-right {
	padding-left: 35px;
    width: 100%;
}

.news-right-top {
	display: flex;
    width: 100%;
}

.news-date {
	margin-bottom: 10px;
    color: #717171;
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
}

.news-sub-right {
	display: flex;
    justify-content: right;
    width: 50%;
    margin-bottom: 10px;
}

.title-news {
	margin-bottom: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc-news {
	margin-top: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	overflow-wrap: break-word;
    word-break: break-all;
}

#remove_row {
	display: flex;
    justify-content: center;
}

.view-more-center {
	position: relative;
	margin-top: 5vw;
    width: 230px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.view-more-center-btn {
	border: 2px solid #1374eb;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 17px;
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-more-center-btn:hover {
	background: #006fc7;
}

.view-more-btn-anim {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
    border: 2px solid #a5a5a5;
	transition: 0.5s;
}

.view-more-btn-anim button {
    background: #0184ed;
    -webkit-mask: url(../image/urban-sprite.png);
    mask: url(../image/urban-sprite.png);
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    border: none;
    color: #fff;
    -webkit-animation: ani 0.5s steps(29) forwards;
    animation: ani 0.5s steps(29) forwards;
	cursor: pointer;
}

.view-more-btn-anim button:hover {
	-webkit-animation: ani2 0.5s steps(29) forwards;
	animation: ani2 0.5s steps(29) forwards;
}

.view-more-mask-text {
	position: absolute;
    color: #000;
    text-align: center;
	border: none;
}

 @-webkit-keyframes ani {
	 from {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
	 to {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
}
 @keyframes ani {
	 from {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
	 to {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
}
 @-webkit-keyframes ani2 {
	 from {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
	 to {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
}
 @keyframes ani2 {
	 from {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
	 to {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
}

@media(min-width: 1024px) {
	.view-more-center {
		margin-top: 2vw;
	}
}

@media(max-width: 1024px) {
	.news-tag {
		font-size: 14px;
	}
}

@media(max-width: 700px) {
	.news-page-section {
		margin: -2vw 0 0 0;
		width: 100%;
		display: inline-table;
		background: #efefef;
		border-top: 20px solid #60e2ff;
		border-radius: 30px 30px 0 0;
		position: relative;
		z-index: 2;
		padding-bottom: 5vw;
	}
	
	.news-tag-bottom {
		margin: 1vw 2vw 7vw 2vw;
	}
	
	.news-link {
		display: grid;
		padding: 20px;
		margin: 0 15px 5vw 15px;
	}
	
	.news-img {
		margin: auto;
		min-width: 77vw;
		max-width: 77vw;
		min-height: 50vw;
		max-height: 50vw;
		margin-bottom: 5vw;
	}
	
	.news-right {
		padding-left: 0;
	}
}

@media(max-width: 450px) {
	.view-more-center {
		top: 20px;
		margin-top: 0;
		margin-bottom: 11vw;
		width: 190px;
		height: 40px;
	}
	
	.view-more-center-btn {
		padding: 10px;
		font-size: 14px;
	}
}

@media(max-width: 380px) {
	.news-tag {
		padding: 2vw;
		font-size: 3.5vw;
	}
}

@media(max-width: 280px) {
	.view-more-center {
		width: 145px;
		margin-bottom: 15vw;
		height: 35px;
	}
	
	.view-more-center-btn {
		font-size: 12px;
	}
}

@media(max-width: 200px) {
	.view-more-center {
		margin-bottom: 20vw;
	}
}

@media(max-width: 150px) {
	.view-more-center {
		width: 100px;
		height: 30px;
		margin-bottom: 25vw;
	}
	
	.view-more-center-btn {
		font-size: 10px;
	}
}

/*======================================================
                   News Article Content Section
  ======================================================*/
.news-article-page-section {
	padding: 3vw 15vw;
    width: 100%;
    display: inline-table;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.news-date-cat {
	margin: 3vw 0;
}

.news-main-img {
	display: flex;
    justify-content: center;
}

.news-article-img {
	min-width: 70vw;
    max-width: 70vw;
    min-height: 36vw;
    max-height: 36vw;
}

.news-article-separator {
	margin: 3vw 0;
    border: 1px solid #89aeff;
}

.news-article-desc {
	overflow-wrap: break-word;
    word-break: break-all;
}

@media(max-width: 1024px) {
	.news-article-page-section {
		padding: 7vw 5vw;
		height: 100%;
	}
	
	.news-date-cat {
		margin: 7vw 0;
	}
	
	.news-article-img {
		min-width: 90vw;
		max-width: 90vw;
		min-height: 50vw;
		max-height: 50vw;
	}
	
	.news-article-separator {
		margin: 7vw 0;
	}
}

/*======================================================
                   About Us - Journey Swiper Section
  ======================================================*/
.jbox-wrapper {
	height: auto !important;
}

.jbox-year {
	position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0;
    margin-top: 35px;
    font-size: 4vw;
	font-weight: bold;
}	

.jbox-button {
	background: #465967;
    border: 8px solid #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin: auto;
}

.jbox-line {
	width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    margin-top: 13px;
    z-index: 1;
    border-top: 1px dashed #6f6f6f;
    border-bottom: 1px solid #878787;
}

.jbox-content {
	display: flex;
	flex-wrap: wrap;
}

.jbox-sub-content {
	margin: 4vw 1vw;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    padding: 10px;
    font-size: 2.5vw;
    border-radius: 5px;
}

.jbox-arrow {
	position: relative;
    float: right;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    margin-right: 200px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
    background: #70cfff;
    border: 1px solid #919191;
    padding: 7px 13px;
    border-radius: 50%;
    font-weight: bold;
    color: black;
}

@media(min-width: 1024px) {
	.games-sub-bg {
		padding: 5vw 1vw;
	}
	
	.about-sub-bg {
		padding: 5vw 10vw;
	}
	
	.game-sub-bg {
		padding: 5vw 1vw;
	}
	
	.game-box-link {
		width: 17%;
	}
	
	.jbox-year {
		font-size: 2vw;
	}
	
	.jbox-sub-content {
		font-size: 1.25em;
	}
}

@media(max-width: 1250px) {
	.about_us_desc_lang {
		font-size: 2vw;
	}
}

@media(max-width: 1024px) {
	.game-box-link {
		width: 33.33%;
		float: left;
	}
	
	.game-box-img {
		min-width: 30vw;
		max-width: 30vw;
		min-height: 35vw;
		max-height: 35vw;
	}
	
	.game-platform-img {
		min-width: 3.5vw;
		max-width: 3.5vw;
		min-height: 3.5vw;
		max-height: 3.5vw;
	}
	
	.game-genres {
		font-size: 2vw;
	}
	
	.game-box-title {
		font-size: 3.5vw;
	}
	
	.game-c-section {
		padding-top: 10vw;
	}
	
	.game-c-img {
		min-width: 60vw;
		max-width: 60vw;
		min-height: 70vw;
		max-height: 70vw;
	}
	
	.game-c-platform {
		padding: 5vw 0;
	}

	.game-c-platform-link {
		margin: 2vw;
	}
	
	.game-c-platform-imgs {
		min-width: 30vw;
		max-width: 30vw;
		min-height: 10vw;
		max-height: 10vw;
	}
	
	.game-c-left {
		width: 100%;
	}
	
	.game-c-right {
		width: 100%;
	}
	
	.game-c-col-video {
		display: grid;
		margin-bottom: 5vw;
	}
	
	.game-c-video-line {
		border-top: 1px solid #979797;
		width: 100%;
	}
	
	.game-c-video {
		min-width: 80vw;
		max-width: 80vw;
		min-height: 50vw;
		max-height: 50vw;
		margin-top: 5vw;
	}
	
	.game-c-col {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 5vw;
		width: 100%;
		padding: 0 10vw;
	}
	
	.about_us_desc_lang {
		font-size: 2.5vw;
	}
}

@media(min-width: 1024px) {
	.game-title-top {
		font-size: 3.5vw;
	}
	
	.content-title-top {
		font-size: 3.5vw;
	}
}

@media(min-width: 700px) {
	.game-bg {
		height: 20vw;
	}
	
	.content-bg {
		height: 20vw;
	}
	
	.tech-col {
		width: 28%;
	}
	
	.tech-img {
		max-height: 7vw;
	}
}

@media(min-width: 700px) and (max-width: 1024px) {
	.content-title-top {
		font-size: 5vw;
	}
	
	.game-title-top {
		font-size: 3.5vw;
	}
}

@media(max-width: 700px) {
	.game-title-top {
		height: 30vw;
	}
	
	.content-title-top {
		height: 30vw;
	}
	
	.content-bg {
		display: grid;
	}
	
	.game-box-link {
		width: auto;
		float: none;
	}

	.game-box-div {
		width: min-content;
	}
	
	.game-box-img {
		min-width: 40vw;
		max-width: 40vw;
		min-height: 50vw;
		max-height: 50vw;
	}
	
	.game-platform-img {
		min-width: 5.5vw;
		max-width: 5.5vw;
		min-height: 5.5vw;
		max-height: 5.5vw;
	}
	
	.game-genres {
		font-size: 3vw;
	}
	
	.game-box-title {
		font-size: 4vw;
	}
	
	.about_us_desc_lang {
		font-size: 4vw;
	}
	
	.jbox-sub-content {
		font-size: 4vw;
	}
}

@media(max-width: 300px) {
	.game-box-link {
		margin: 10px 5vw;
	}

	.game-box-img {
		min-width: 35vw;
		max-width: 35vw;
		min-height: 45vw;
		max-height: 45vw;
	}
	
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 10px !important;
		padding: 7px 10px;
	}
}

@media(max-width: 200px) {
	.news-page-section {
		border-radius: 0;
	}
	
	.games-page-section {
		border-radius: 0;
	}
	
	.game-page-section {
		border-radius: 0;
	}
	
	.about-page-section {
		border-radius: 0;
	}
	
	.privacypolicy-page-section {
		border-radius: 0;
	}
}