:root {
	--hijau_bikinGame: #00ccaa;
	--pink_gghype: #ff4e87;
	--black: #363636;
}

@font-face {
	font-family: judul;
	src: url(font/BalooChettan2-Bold.ttf);
	font-display: swap;
}

@font-face {
	font-family: konten;
	src: url(font/BalooChettan2-Regular.ttf);
	font-display: swap;
}

/*====== START GENERAL ======*/
html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: konten;
}

img {
	max-width: 100%;
	max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
.btn {
	font-family: judul;
}

section {
	padding: 45px 0;
}

.body_brokenwhite {
	background-color: #f6f5ed;
}

.btn_kuning {
	background-color: #f5df4e;
	border-color: #f5df4e;
	color: #373a49;
	border: none;
}

.btn_kuning:hover {
	background-color: #393649;
	border-color: #393649;
	color: #f5df4e;
	border: none;
}

.font_judul {
	font-family: judul;
}

.font_konten {
	font-family: konten;
}

.font_40 {
	font-size: 40pt;
}

.section_putih {
	color: #939298;
	background-color: #fff;
}

.section_abu {
	color: #373a49;
	background-color: #939298;
}

.section_kuning {
	color: #939298;
	background-color: #f5df4e;
}

.section_heading {
	font-size: 40px;
	margin-bottom: 25px;
}

.text_kuning {
	color: #f5de50;
}

.text_putih {
	color: #fff;
}

.text_abu {
	color: #94939d;
}

.text_hitam {
	color: #000;
}

.text_navy {
	color: #393649;
}

.text_pink {
	color: #c89796;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.more_text {
	font-family: judul;
	font-size: 1.5rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
}

.div_more_game .games_img {
	background-color: #f5df4e;
	border-radius: 4%;
}

.div_more_game img {
	width: 60%;
}

.more_game {
	font-family: judul;
	font-size: 1.75rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
}

.header {
	background-color: #f5df4e;
}

.bg-dark {
	background-color: #373a49;
	color: #fff;
}

.bg_kuning {
	background-color: #f5de50;
}

.rounded_20 {
	border-radius: 20px;
}

.carousel_header .carousel-indicators li {
	height: 6px;
	background-color: #d25c79;
}

.AreaNavigasiPage {
	font-family: judul;
}

.d-grid {
	display: grid;
}

.policy_redirect {
	color: #fff;
}

.policy_redirect a {
	color: #fff;
	text-decoration: underline;
}

/*====== END GENERAL ======*/

/*======= START NAVBAR ========*/
#logo_own {
	background-color: #f5de50;
	padding: 14px;
}

.navbar .nav-item,
.navbar .nav-item a,
.navbar .navbar-dark .navbar-nav .nav-link {
	color: white !important;
	font-family: konten;
	font-size: 14pt;
	white-space: nowrap;
}

.navbar .nav-item a.active {
	text-decoration: underline;
}

.nav-link:hover {
	text-decoration: underline;
}

.upbutton {
	position: fixed;
	bottom: 5%;
	right: 3%;
	font-family: judul;
	background-color: #343a40;
	color: #f5de50;
	border-radius: 25px;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	visibility: hidden;
}

.upbutton:hover {
	background-color: #f5de50;
	color: #343a40;
}

.upbutton .material-icons {
	font-size: 25pt;
	font-weight: 900 !important;
	margin-top: 5px;
}

/*======= END NAVBAR ========*/

/*====== START HOME-GAMES ======*/
#aboutus img {
	max-width: 320px;
}

#header .carousel-item {
	background-color: #f5df4e;
}

.headerwelcome h1,
.headerwelcome .h1 {
	font-family: judul;
	font-size: 3vw;
}

#listgames .games_img {
	opacity: 1;
	display: block;
	transition: .5s ease;
	width: auto;
	/* width: 100%; */
	/*height: 520px;*/
	height: auto;
	/* height: 380px; */
	/*object-fit: none;*/
	/* object-fit: contain; */
	object-position: center;
	border-radius: 4%;
	margin: auto;
	vertical-align: middle;
}

#listgames .games_info {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 75%;
}

#listgames .games_info .bykdownload {
	font-size: 32px;
	padding: 0px;
	margin: 0px;
}

#listgames .games_info .labeldownload {
	font-size: 18px;
	line-height: 50%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#listgames .games_info h5 {
	margin: 10px 0;
}

#listgames .games_info h4 {
	margin: 10px 0;
	height: 1.8rem;
}

#listgames .games_info .text_title {
	height: 1.8rem;
}

#listgames .games_info .games_tworow {
	font-size: 1.2rem;
}

#listgames .games_info .download_tworow {
	font-size: 25px;
}

#listgames .games_info .label_tworow {
	line-height: 1;
	font-size: 15px;
}


#listgames .games_div {
	/*height: 520px;*/
	max-height: 380px;
	width: 100%;
}

.pointer_none {
	pointer-events: none;
}

.pointer_auto {
	pointer-events: auto;
}

.labelplaystore img {
	width: 80%;
}

/* #listgames .games_div:hover .games_img,
#listgames .games_div:active .games_img {
	opacity: 0.2;
	object-position: top;
}

#listgames .games_div:hover .games_info,
#listgames .games_div:active .games_info {
	opacity: 1;
} */

.moregames {
	/*height: 100%;*/
	width: 100%;
	background-color: #f5df4e;
	border-radius: 20px;
}

#listgames .games_icon {
	border-radius: 20px;
	max-width: 120px;
}

/*====== END HOME-GAMES ======*/

/*====== START HOME-NEWS ======*/
#carousel_news .morenews {
	background-color: #f5df4e;
	border-radius: 20px;
	color: #94939d;
	width: 100%;
}

.moregames a:hover,
.morenews a:hover {
	color: #393649;
}

#carousel_news .carousel-item {
	text-align: left;
	background-color: white;
	border-radius: 20px;
	min-height: 210px;
}

#carousel_news .carousel-item img {
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/*border-radius: 20px;*/
}

#carousel_news .carousel-item img,
#carousel_news .carousel-indicators li img {
	max-width: 105%;
	max-height: 105%;
}

#carousel_news {
	margin: 20px auto;
}

#carousel_news .carousel-indicators {
	margin: 10px 0 0;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	padding: 0px;
}

#carousel_news .carousel-indicators li {
	padding: 0 7px;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0px;
	display: inline-block;
	height: auto;
	margin: 0 auto !important;
	width: auto;
}

#carousel_news .carousel-indicators li img {
	display: block;
	opacity: 0.8;
	border-radius: 20px;
}

#carousel_news .carousel-indicators li.active img {
	opacity: 1;
}

#carousel_news .carousel-indicators li:hover img {
	opacity: 1;
}

/*====== END HOME-NEWS ======*/

/*====== START HOME-SERVICES ======*/
/* #services .card {
	border: unset;
}

#services .card .card-header {
	background-color: #fff;
	color: #38394b;
	border-radius: 20px;
}

#services .card .card-body {
	background-color: #f5df4e;
	color: #94939d;
}

#services .services_div {
	padding: 0 35px;
	display: inline-grid;
	justify-content: center;
	width: 100%;
	text-align: center;
}

#services .services_div>div {
	border: 5px solid #fff;
	border-radius: 20px;
	margin: 10px 20px;
	padding: 20px 15px;
	height: 350px;
	min-width: 350px;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;

}

#services .services_div img {
	max-width: 300px;
	min-width: 300px;
} */

#services .company_item {
	width: 100%;
}

#services .company_item p {
	font-size: .9rem;
}

.company_logo {
	border-radius: 20px;
	/* height: 5rem; */
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 1rem;
	text-align: center;
}

/* #services span {
} */

#services .company_row img {
	height: 6rem;
	width: auto;
	margin-bottom: 1rem;
}

#services .company_row>h2 {
	font-size: 1.5rem;
	white-space: nowrap;
}

#services .company_row a {
	font-family: konten;
	font-weight: 600;
	font-size: 1.3rem;
	text-decoration: none;
	color: var(--white);
}

#services .gghype_logo img,
#services .satuka_logo img {
	height: 4rem !important;
	margin: 1.5rem 0 1.5rem 0;
}

/* #services span {
} */

.satuka_logo {
	background-color: var(--black);
}

.own_logo {
	background-color: var(--hijau_bikinGame);
}

.gghype_logo {
	background-color: var(--pink_gghype);
}

.headerwelcome p {
	font-size: 1.5rem;
}

/*====== END HOME-SERVICES ======*/

/*====== START HOME-YOUTUBE ======*/
#youtube .carousel-item iframe {
	width: 100%;
}

#carousel_youtube .carousel-indicators {
	margin: 0;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	padding: 0px;
}

#carousel_youtube .carousel-indicators li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	margin: 0 auto !important;
	width: auto;
	height: auto;
	padding: 0 5px;
	border: 0px;
}

#carousel_youtube .carousel-indicators li img {
	display: block;
	opacity: 0.8;
	width: 200px;
}

#carousel_youtube .carousel-indicators li.active img {
	opacity: 1;
}

#carousel_youtube .carousel-indicators li:hover img {
	opacity: 1;
}

/*====== END HOME-YOUTUBE ======*/


/*====== START HOME-COMICS ======*/
#comics .morecomics {
	background-color: #373a49;
	border-radius: 20px;
	color: #94939d;
	width: 100%;
}

.morecomics a:hover {
	color: #f5de50;
}

/*====== END HOME-COMICS ======*/


/*====== START HOME-CONTACT ======*/
#contactus .btn-primary,
#carousel_youtube .btn-primary,
#loadMoreBtn,
.divWebtoon .btn-primary {
	background-color: #f5df4e;
	border-color: #f5df4e;
	color: #373a49;
	border: none;
}

#contactus select,
#contactus option {
	font-family: judul;
}

#contactus input::-webkit-input-placeholder,
#contactus textarea::-webkit-input-placeholder {
	font-family: judul;
}

#contactus input:-ms-input-placeholder,
#contactus textarea:-ms-input-placeholder {
	font-family: judul;
}

#contactus input:-moz-placeholder,
#contactus textarea:-moz-placeholder {
	font-family: judul;
}

#contactus input::-moz-placeholder,
#contactus textarea::-moz-placeholder {
	font-family: judul;
}

#contactus label {
	font-family: judul;
}

/*====== END HOME-CONTACT ======*/

/*====== START FOOTER ======*/
footer li {
	list-style: none;
}

footer li a {
	color: white;
	font-family: judul;
}

footer a:hover {
	color: #f5de50;
}

footer .footer_title {
	font-family: judul;
	font-size: 1.25rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
}

footer .sosmed li {
	list-style: none;
	display: inline-flex;
	background-color: #f5df4e;
	border-radius: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin: 0 15px;
	text-align: center;
}

footer .sosmed li a {
	width: 100%;
	color: #343a40;
	font-size: 18pt;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

footer .sosmed li:hover {
	color: #343a40;
	background-color: white;
}

footer .sosmed li i:hover {
	color: #343a40;
	background-color: white;
}

/*====== END FOOTER ======*/

/*====== START LIST GAMES - DETAIL GAMES ======*/
.body_listgames {
	background-color: #f6f5ed;
}

#custom_carousel .carousel-indicators {
	margin: 0 auto;
	overflow: auto;
	position: static;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	float: right;
	display: inline-block;
	padding-left: 10px;
}

#custom_carousel .carousel-indicators li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: auto;
	width: 100%;
	display: table-row;
}

#custom_carousel .carousel-indicators li img {
	display: block;
	opacity: 0.5;
	width: 73%;
	margin-bottom: 5px !important;
}

#custom_carousel .carousel-indicators li.active img {
	opacity: 1;
}

#custom_carousel .carousel-indicators li:hover img {
	opacity: 0.75;
}

.morenewsslider {
	float: left !important;
	padding: 10px;
	margin-left: 10px;
	width: calc(74% - 10px);
}

.morecarousel {
	background-color: #393649;
	font-family: judul;
	text-align: center;
	font-size: 16pt;
	color: #f5de50;
}

.divmoregames_mobile img {
	width: 5rem;
}

.visit_web {
	width: 171px;
	height: 50px;
	background: black;
	border-radius: 8px;
	vertical-align: middle;
	color: white;
	margin: 35px auto 15px auto;
}

/*====== END LISTGAME ======*/




/*====== START CUSTOM ======*/
@media (min-width: 1024px) {

	/*DESKTOP*/
	.navbar-brand img {
		max-height: 60px;
		/* position: absolute; */
		/* bottom: 0px; */
	}

	#youtube .carousel-item iframe {
		width: 500px;
		height: 335px;
	}

	#carousel_news .carousel-indicators li {
		padding: 0 18px;
	}

	.headerwelcome .textwelcome {
		padding-left: 120px !important;
	}

	.badge_store {
		width: 20%;
		height: 50%;
	}

	#services .company_row>h2 {
		font-size: 2rem;
		white-space: nowrap;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {

	/*TABLET*/
	.divmoregames_mobile .moregames {
		padding: 0 25px;
		border-radius: 20px;
		margin: unset;
	}

	footer .sosmed li {
		margin: 15px 15px;
	}

	.games_info img {
		width: 10rem;
	}

	.more_text {
		font-size: 1rem;
	}

	.more_game {
		font-size: 3rem;
	}

	.headerwelcome p {
		font-size: 1rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation :portrait) {

	/*TABLET portrait*/
	#gghype .more_text {
		font-size: 1rem;
	}

	.company_logo {
		width: 70%;
	}

	#listgames .games_info {
		width: 90%;
	}

	#listgames .games_icon {
		max-width: 95px;
	}

	#listgames .games_info .bykdownload {
		font-size: 30px;
	}
}

@media (min-width: 1024px) and (max-width: 1180px) and (orientation :portrait) {

	/*Large TABLET portrait*/
	#listgames .games_info {
		width: 90%;
	}

	#listgames .games_icon {
		max-width: 80px;
	}

	#listgames .games_info .bykdownload {
		font-size: 30px;
	}

	.headerwelcome p {
		font-size: 1rem;
	}
}

@media (min-width: 1024px) and (max-width: 1180px) and (orientation :landscape) {

	/*TABLET landscape*/
	#gghype .more_text {
		font-size: 1.3rem;
	}

	#listgames .games_info {
		width: 90%;
	}

	#listgames .games_icon {
		border-radius: 20px;
		max-width: 80px;
	}

	#listgames .games_info .bykdownload {
		font-size: 30px;
		padding: 0px;
		margin: 0px;
	}

	#services .company_row a {
		font-size: 1.25rem;
	}

	.headerwelcome p {
		font-size: 1rem;
	}
}

@media (max-width: 767px) {

	.headerwelcome p {
		font-size: 1.25rem;
	}

	.headerwelcome h1,
	.headerwelcome .h1 {
		font-size: 10vw;
	}

	/*MOBILE*/
	.navbar-toggler {
		float: right;
		margin-right: 12%;
		margin-top: 7%;
	}

	footer li,
	footer .sosmed li {
		margin-top: 10px;
	}

	.badge_store {
		max-height: 66px;
	}

	#custom_carousel .carousel-indicators li {
		display: inline-block !important;
		width: 30% !important;
		padding-bottom: 0 !important;
	}

	#custom_carousel .carousel-indicators li img {
		margin-bottom: 0 !important;
	}

	#carousel_news .carousel-item .tglNews {
		font-size: 85%;
	}

	.navbar {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.navbar-brand {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.divmoregames_mobile {
		display: flex !important;
		justify-content: center;
	}

	.divmoregames_mobile .moregames {
		padding: 0 25px;
		border-radius: 20px;
		margin: 0 3%;
	}

	#listgames .games_info {
		width: 80%;
	}

	#listgames .games_icon {
		border-radius: 20px;
		max-width: 70px;
	}

	#listgames .games_info .text_title {
		height: 1.25rem;
	}

	.divmoregames_mobile .more_text {
		font-size: 1.5rem;
	}

	.games_info img {
		width: 8rem;
	}

	.div_more_game img {
		width: 60%;
	}

	.more_game {
		font-size: 1.5rem;
	}

	#listgames .games_info .labeldownload {
		font-size: 16px;
		line-height: 90%;
		padding: 0px;
		margin: 0px;
		margin-bottom: 15px;
	}

	#listgames .games_info .bykdownload {
		font-size: 21px;
		padding: 0px;
		margin: 0px;
	}

	#listgames .games_info .games_tworow {
		font-size: .9rem;
	}

	#listgames .games_info .label_tworow {
		line-height: 1;
		font-size: 13px;
	}

	#listgames .games_info .download_tworow {
		font-size: 18px;
	}

	.visit_web {
		width: 140px;
		height: 38px;
		background: black;
		border-radius: 1rem;
		vertical-align: middle;
		color: white;
		font-size: 11px;
		margin: 13px auto 10px auto;
	}

	.divmoregames_mobile img {
		width: 4rem;
	}

	#listgames .games_info {
		transition: .5s ease;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: scale(.88) translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
		width: 85%;
		transform-origin: top left;
	}
}

@media (max-width:400px) {
	.more_text {
		font-size: 1rem;
	}
}

@media (max-width:360px) {
	#listgames .games_icon {
		border-radius: 15px;
		max-width: 60px;
	}
}

@media (max-width:320px) {
	/* .headerwelcome h1 {
		font-size: 36pt;
	} */

	#services .company_row>h2 {
		font-size: 1.3rem;
		white-space: nowrap;
	}

	.games_info {
		zoom: .7;
	}
}

@media (max-width:280px) {
	/* .headerwelcome h1 {
		font-size: 32pt;
	} */
}


/*====== END CUSTOM ======*/



/*====== START ANIMATION CUSTOM ======*/
body {
	overflow-x: hidden;
}

.fade,
.slide_lefttoright,
.slide_righttoleft {
	visibility: hidden;
}

/*fade*/
.fade {
	opacity: 1;
}

/*alphain*/
.anim_alphashow {
	visibility: visible;
	opacity: 0;
	animation: anim_alphashow 1.2s linear forwards;
	animation-duration: 1.2s;
}

/*left to right*/
.anim_lefttoright {
	overflow-x: hidden;
	transform: translateX(-100vw);
	visibility: visible;
	animation: anim_lefttoright 0.8s ease forwards;
	animation-duration: 0.8s;
	animation-delay: 0s;
}

/*right to left*/
.anim_righttoleft {
	overflow-x: hidden;
	transform: translateX(100vw);
	visibility: visible;
	animation: anim_righttoleft 0.8s ease forwards;
	animation-duration: 0.8s;
	animation-delay: 0s;
}

/*default missing*/
.anim_outofscreen {
	transform: translateX(-100vw);
	transition: transform 0s linear;
	animation-duration: 0s;
	visibility: hidden;
}

.anim_alphahide {
	opacity: 0;
	visibility: hidden;
}

@keyframes anim_alphashow {
	to {
		opacity: 1;
	}
}

@keyframes anim_lefttoright {
	to {
		transform: translateX(0);
	}
}

@keyframes anim_righttoleft {
	to {
		transform: translateX(0);
	}
}

/*====== END ANIMATION CUSTOM ======*/