/*
|----------------------------------------------------------------------
|       Media Queries
|----------------------------------------------------------------------
*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
	/*_____ Common _____*/
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -15px;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -15px;
	}
}

@media screen and (max-width: 991px) {
	/*_____ Navigation _____*/
	.toggle {
		display: flex;
	}
	nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		flex-flow: wrap;
		float: none;
		height: auto;
		background: rgb(30 29 50 / 70%);
		padding: 20px 50px 15px;
		margin: 0;
		visibility: hidden;
		opacity: 0;
		backdrop-filter: saturate(180%) blur(20px);
		overflow: auto;
	}
	nav.active {
		visibility: visible;
		opacity: 1;
	}
	#nav {
		align-items: center;
		flex-flow: wrap;
	}
	#nav > li {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		width: 100%;
	}
	#nav > li.btnLi {
		margin-top: 10px;
	}
	#nav > li > .sub {
		position: static;
		display: none;
		width: 100%;
		max-height: none;
		background: transparent;
		visibility: visible;
		opacity: 1;
		text-align: center;
		margin: 0 auto !important;
		border: 0;
		border-radius: 0;
		transition: none;
		box-shadow: none;
	}
	#nav > li > .sub > li {
		display: flex;
		justify-content: center;
	}
	#nav > li > .sub > li > a {
		background: transparent;
		border-top: 0;
		border-bottom: 0;
	}
	/*_____ Home _____*/
	#projects .flexRow > .col {
		width: 100%;
	}
	#intro .flexRow > .col {
		width: 100%;
	}
	#intro .image {
		padding-left: 0;
	}
	footer .flexRow > .col {
		width: 100%;
	}
	.copyright .inner {
		flex-flow: column;
		align-items: center;
		text-align: center;
	}
	.copyright p {
		margin: 0 0 5px;
	}
	/*_____ Common _____*/
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -15px;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -15px;
	}
	#games .flexRow > .col {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	/*_____ All Site _____*/
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	/*_____ Home _____*/
	#banner .content > h1 > span {
		font-size: 76px;
	}
	#intro {
		padding: 0;
	}
	/*_____ Common _____*/
	#groups .flexRow > .col {
		width: 100%;
	}
	#contact .infoLst > li {
		width: 100%;
	}
	#logon {
		padding-top: 20px;
	}
}

@media screen and (max-width: 580px) {
	/*_____ col-xx-? _____*/
	.col-xx-12 {
		width: 100%;
	}
	.col-xx-11 {
		width: 91.6667%;
	}
	.col-xx-10 {
		width: 83.3334%;
	}
	.col-xx-9 {
		width: 75%;
	}
	.col-xx-8 {
		width: 66.6667%;
	}
	.col-xx-7 {
		width: 58.3334%;
	}
	.col-xx-6 {
		width: 50%;
	}
	.col-xx-5 {
		width: 41.6667%;
	}
	.col-xx-4 {
		width: 33.3334%;
	}
	.col-xx-3 {
		width: 25%;
	}
	.col-xx-2 {
		width: 16.6667%;
	}
	.col-xx-1 {
		width: 8.3334%;
	}
	/*_____ Home _____*/
	#banner {
		min-height: 400px;
	}
	#banner .content > h1 > span {
		font-size: 66px;
	}
	footer {
		margin-top: -120px;
	}
}

@media screen and (max-width: 480px) {
	/*_____ col-xx-? _____*/
	.col-xx-12,
	.col-xx-11,
	.col-xx-10,
	.col-xx-9,
	.col-xx-8,
	.col-xx-7,
	.col-xx-6,
	.col-xx-5,
	.col-xx-4,
	.col-xx-3,
	.col-xx-2,
	.col-xx-1 {
		width: 100% !important;
	}
	/*_____ Home _____*/
	#banner .content > h1 {
		font-size: 34px;
	}
	#banner .content > h1 > span {
		font-size: 58px;
	}
	#projects .gameBlk .image {
		padding-bottom: 80%;
	}
	#projects .gameBlk .txtBlk {
		padding: 20px;
		margin: -50px 15px 0;
	}
	.grpBlk {
		flex-flow: column;
		text-align: center;
		padding: 15px;
	}
	.grpBlk > div:not(:nth-last-child(1)) {
		margin: 0 0 10px;
	}
	.topHead {
		flex-flow: column;
		text-align: center;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 380px) {
	/*_____ Home _____*/
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	/*_____ Home _____*/
	#banner .content > h1 {
		font-size: 30px;
	}
	#banner .content > h1 > span {
		font-size: 48px;
	}
	#projects .gameBlk .ico {
		width: 50px;
		min-width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 320px) {
	/*_____ Home _____*/
	#banner .content > h1 {
		font-size: 26px;
	}
	#banner .content > h1 > span {
		font-size: 44px;
	}
}

/*
|----------------------------------------------------------------------
|       Media Queries Height
|----------------------------------------------------------------------
*/

@media screen and (max-height: 420px) {
}

@media screen and (min-height: 768px) {
}

@media screen and (min-height: 1040px) {
}
