/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/
/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	background: #3a095a;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Orbitron', sans-serif;
	font-size: 16px;
	color: #fff;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:visited, a:focus, a:active, button:hover, button:visited, button:active, button:focus; {
	text-decoration: none !important;
	outline: none !important;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animation-delay-200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animation-delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animation-delay-400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.animation-delay-600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animation-delay-800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animation-delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	color: #fff;
	position: relative;
	padding: 32px 0 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#550ba0+0,9131d0+100 */
	background: rgb(85,11,160); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(85,11,160,1) 0%, rgba(145,49,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(85,11,160,1) 0%,rgba(145,49,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550ba0', endColorstr='#9131d0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.header-content {
	position: relative;
}
.header-content h1 {
	font-size: 1.8em;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 2px 2px 0 rgba(0, 0, 0, 0.2);
	line-height: 1;
	font-weight: 900;
	margin: 15px 0 0 0;
}
.header-content h1 span {
	color: #00d2ff;
}
.game-search-wrapper {
	position: relative;
	max-width: 500px;
}
.input-icon-wrapper {
	position: relative;
	margin: 0 auto;
}
.input-icon-wrapper span.lnr {
	position: absolute;
	font-size: 1.6em;
	color: #00d2ff;
	left: 25px;
	top: 19px;
}
.input-style {
	height: 60px;
	font-size: 1.2em;
	color: #fff;
	outline: none !important;
	width: 100%;
	padding: 0 15px 0 70px;
	border: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.4);
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 7px;
}
.input-style::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #bbb;
	opacity: 1;
}
.input-style::-moz-placeholder { /* Firefox 19+ */
	color: #bbb;
	opacity: 1;
}
.input-style:-ms-input-placeholder { /* IE 10+ */
	color: #bbb;
	opacity: 1;
}
.input-style:-moz-placeholder { /* Firefox 18- */
	color: #bbb;
	opacity: 1;
}
.divider-top {
	-webkit-clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
    clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
	width: 100%;
    height: 2vw;
    background: #3a095a;
	margin: 30px 0 0 0;
	position: relative;
	top: 1px;
}
.header-social-wrapper {
	position: absolute;
	right: 0;
	top: 20px;
	vertical-align: top;
}
.header-social-wrapper ul {
	margin: 0;
	padding: 0;
}
.header-social-wrapper ul li {
	display: inline-block;
	margin-right: 5px;
}
.header-social-wrapper ul li:last-child {
	margin-right: 0;
}
.header-social-wrapper ul li a {
	color: rgba(0, 0, 0, 0.4);
}
.header-social-wrapper ul li a:hover {
	color: #ae5ef9;
}
.header-social-wrapper ul li a i {
	font-size: 2em;
}

/*--------------------------------------------------------------
# Grid Section
--------------------------------------------------------------*/
.bottom-section .container {
	position: relative;
	padding: 50px 0 0 0;
}
.grid-section-intro {
	text-align: center;
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.grid-section-intro h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
	color: #672990;
}
.grid-item {
	padding: 10px 10px;	
}
.grid-item a:hover {
	text-decoration: none !important;
}
.grid-sizer {
	width: 33.3%;
}
.grid-item-small {
	width: 33.3%;
}
.grid-item-big {
	width: 66.6%;
}
.grid-item-medium {
	width: 33.3%;
}
.grid-content {
	margin: 0 -15px;
	overflow: hidden;
}
.grid-outer {
	min-height: 700px;
}
.grid-item-content {
	position: relative;
	border: 5px solid #2b0544;
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
}
.grid-item-content:hover {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 1), 0 0 0 1px #5c1889;
}
.grid-item-background {
	position: relative;
	min-height: 138px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.grid-item-big .grid-item-background {
	min-height: 350px;
}
.grid-item-medium .grid-item-background {
	min-height: 350px;
}
.grid-item-info-wrapper {
	position: relative;
	padding: 10px 20px;
	background: #fff;
}
.grid-item-big .grid-item-info-wrapper {
	padding: 20px 20px;	
	min-height: 104px;
}
.grid-item-medium .grid-item-info-wrapper {
	padding: 10px 20px;
	min-height: 104px;
}
.grid-item-title {
	color: #000;
	text-align: left;
	margin: 0;
	font-weight: 700;
	line-height: 1.4;
	font-size: 1.2em;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.grid-item a:hover .grid-item-title {
	color: #9131d0;
}
.grid-item-big .grid-item-title {
	font-size: 1.6em;
}
.grid-item-medium .grid-item-title {
	font-size: 1.2em;
}
.grid-item-tags-wrapper {
	position: relative;
	margin: 5px 0 0 0;
}
.grid-item-tags-wrapper span {
	background: #9131d0;
	line-height: 1;
	display: inline-block;
	color: #fff;
	padding: 5px 7px 4px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 1px;
	margin-right: 5px;
}
.grid-item-tags-wrapper span:last-child {
	margin-right: 0;
}
.no-result-found-wrapper {
	display: block;
	text-align: center;
	font-size: 2.8em;
	display: none;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	z-index: 50;
	margin: 80px 0 0 0;
	min-height: 700px;
}
.no-result-found-wrapper i {
	font-size: 5em;
	display: block;
	margin: 0 0 20px 0;
	color: #672990;
}
.no-result-found-wrapper p {
	font-size: 0.5em;
	max-width: 600px;
	font-weight: 700;
	margin: 20px auto 0 auto;
	color: #672990;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	padding: 32px 0 0;
	background: #721db7;
	text-align: center;
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1em;
	position: relative;
	z-index: 10;
}
footer p {
	margin: 0;
}
.footer-branding  {
	text-align: center;
}
.footer-branding h1 {
	font-size: 1.8em;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 2px 2px 0 rgba(0, 0, 0, 0.2);
	line-height: 1;
	font-weight: 900;
	color: #fff;
	margin: 15px 0 0 0;
}
.footer-branding  h1 span {
	color: #00d2ff;
}
.bottom-divider {
    width: 100%;
    height: 2vw;
	background: #721db7;
    -webkit-clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
    clip-path: polygon(0% 17%, 14% 2%, 20% 53%, 58% 2%, 84% 51%, 100% 23%, 100% 100%, 0% 99%);
    position: relative;
    top: 1px;
    margin-top: 120px;
}
.footer-outro {
	max-width: 700px;
	margin: 20px auto 30px auto;
}
footer p.copyright {
	font-size: 0.8em;
	font-weight: 700;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	.grid-item-big .grid-item-title {
		font-size: 1.5em;
	}
	.grid-item-title {
		font-size: 1em;
	}
	.grid-item-tags-wrapper span {
		font-size: 0.6em;
	}
}
@media screen and (max-width: 993px) {
	header {
		text-align: center;
	}
	.header-content h1 {
		text-align: center;
		margin-bottom: 15px;
		margin-top: 0;
	}
	.game-search-wrapper {
		margin: 0 auto;
	}
	.header-social-wrapper {
		position: relative;
		display: table;
		margin: 15px auto 0 auto;
		top: 0;
	}
	.grid-sizer {
		width: 33.3%;
	}
	.grid-item-small {
		width: 33.3%;
	}
	.grid-item-big {
		width: 100%;
	}
	.grid-item-medium {
		width: 33.3%;
	}
	.grid-item-background {
		min-height: 140px;
	}
	.grid-item-big .grid-item-background {
		min-height: 350px;
	}
	.grid-item-medium .grid-item-background {
		min-height: 140px;
	}
	.grid-item-medium .grid-item-title {
		font-size: 1em;
	}
	.grid-item-small .grid-item-info-wrapper, .grid-item-medium .grid-item-info-wrapper {
		padding: 10px 15px;
		min-height: 95px;
	}
}
@media screen and (max-width: 767px) {
	.grid-section-intro h2 {
		font-size: 2.2em;
	}
	.grid-sizer {
		width: 50%;
	}
	.grid-item-small {
		width: 50%;
	}
	.grid-item-big {
		width: 100%;
	}
	.grid-item-medium {
		width: 50%;
	}
}
@media screen and (max-width: 575px) {
	.bottom-section .container {
		padding: 30px 30px 0 30px;
	}
	.grid-item-big .grid-item-background {
		min-height: 300px;
	}
	.grid-item {
		padding: 5px 5px;
	}
}
@media screen and (max-width: 500px) {
	.grid-section-intro h2 {
		font-size: 1.8em;
	}
	.grid-item-big .grid-item-background {
		min-height: 250px;
	}
	.grid-item-big .grid-item-title {
		font-size: 1.3em;
	}
	.grid-item-small.grid-item-title, .grid-item-medium .grid-item-title, .grid-item-title {
		font-size: 0.9em;
	}
	.grid-item-tags-wrapper span {
		font-size: 0.5em;
	}
}
@media screen and (max-width: 420px) {
	.grid-section-intro h2 {
		font-size: 1.6em;
	}	
	.grid-item {
		padding: 3px 3px;
	}
	.grid-item-small .grid-item-info-wrapper, .grid-item-medium .grid-item-info-wrapper {
		padding: 8px 10px;
		min-height: auto;
	}
	.grid-item-tags-wrapper span {
		line-height: 1.2;
		padding: 4px 5px 3px;
	}
	.grid-item-big .grid-item-info-wrapper {
		padding: 15px 10px;
		min-height: auto;
	}
	.grid-item-big .grid-item-title {
		font-size: 1.2em;
	}
	.grid-item-big .grid-item-background {
		min-height: 200px;
	}
	.grid-item-small .grid-item-background, .grid-item-medium .grid-item-background {
		min-height: 120px;
	}
	.bottom-divider {
		margin-top: 60px;
	}
	.footer-branding h1 {
		font-size: 1.4em;
	}
	.footer-outro {
		margin: 10px auto 15px auto;
	}
	.footer-outro p {
		font-size: 0.9em;
	}
	.no-result-found-wrapper i {
		font-size: 3.4em;
	}
	.no-result-found-wrapper {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 375px) {
	.grid-section-intro h2 {
		font-size: 1.4em;
	}
	.bottom-section .container {
		padding: 30px 20px 0 20px;
	}
}
@media screen and (max-width: 360px) {
	.no-result-found-wrapper {
		margin-top: 30px;
	}
}
/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/