:root {
	--clr-1: rgba(255, 153, 0, 1);
	--clr-2: rgba(187, 38, 73, 1);
	--clr-3: rgba(37, 150, 190, 1);
}

@font-face {
	font-family: vinque;
	src: url(/assets/fonts/vinque-rg.ttf) format('truetype');
}

body {
	font-family: Poppins, sans-serif;
	color: #444;
	background: linear-gradient(45deg, rgba(255, 153, 0, .9) 0, rgba(187, 38, 73, .9) 50%, rgba(37, 150, 190, .9) 100%), url(/assets/img/hero-bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

a {
	color: #5846f9;
	text-decoration: none;
}

a:hover {
	color: #8577fb;
	text-decoration: none;
}
.game-sheet {
	margin: 20px auto;
	text-align: center;
}
.game-sheet a{
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #fa2164;
	margin: 20px;
	color: white;
	border-radius: 20px;
}
.game-sheet a img{
	display: block;
	max-width: 50px;
	margin: 10px auto;
}
.more-info {
	display: block;
	margin: 40px auto;
	color: white;
    font-size: 1rem;
    text-align: center;
    background-color: #3399cc;
    padding: 10px;
    display: block;
    border-radius: 20px;
	border: 1px solid #3399cc;
	animation: notify 3s linear infinite;
	max-width: 420px;
}

@keyframes notify {
	0% {
	  transform: scale(1);
	}
  
	50% {
	  transform: scale(1.5);
	}
  
	100% {
	  transform: scale(1);
	}
  }

.more-info:hover{

	color: #3399cc;
    background-color: #FFF;
	border: 1px solid #3399cc;
}
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: var(--clr-3);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all .4s;
	border: 1px solid #fff;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: var(--clr-2) color: #fff
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid var(--clr-3);
	border-top-color: #e7e4fe;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

#header {
	transition: all .5s;
	z-index: 997;
	padding: 20px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
	background: rgba(212, 122, 62, 1);
	padding: 12px 0;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 100px;
}

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar>ul>li {
	padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 3px;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: rgba(255, 255, 255, .7);
	white-space: nowrap;
	transition: .3s;
	position: relative;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	width: 0;
	transition: all .3s ease-in-out 0s;
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover>a:before {
	visibility: visible;
	width: 100%
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a {
	color: #fff
}

.navbar li:hover>.getstarted:before {
	visibility: hidden
}

.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: .5s
}

@media (max-width:991px) {
	.mobile-nav-toggle {
		display: block
	}

	.navbar ul {
		display: none
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(28, 47, 65, .9);
	transition: .3s;
	z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: .3s
}

.navbar-mobile>ul>li {
	padding: 0
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #2c4964
}

.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before {
	visibility: hidden
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
	color: #5846f9
}

#hero {
	width: 100%;
	height: 100vh;
	background: linear-gradient(45deg, rgba(255, 153, 0, .9) 0, rgba(187, 38, 73, .9) 50%, rgba(37, 150, 190, .9) 100%), url(/assets/img/hero-bg.jpg) center center no-repeat;
	background-size: cover
}

#hero .container,
#hero .container-fluid {
	padding-top: 84px
}

#hero h1 {
	color: rgba(255, 255, 255, .8);
	margin: 25px 0 0 0;
	font-size: 20px;
	line-height: 40px
}

#hero h2 {
	margin: 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 64px;
	color: #fff
}

#hero .btn-get-started {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 28px;
	border-radius: 5px;
	transition: .5s;
	margin-top: 30px;
	color: #fff;
	border: 2px solid #fff
}

#hero .btn-get-started:hover {
	background: var(--clr-3);
	color: #fff;
}

.img-fluid {
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
	border-radius: 20px
}

#hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both
}

@media (min-width:1200px) {
	#hero {
		background-attachment: fixed
	}
}

@media (max-width:991px) {
	#hero {
		text-align: center
	}

	#hero .container,
	#hero .container-fluid {
		padding-top: 68px
	}

	#hero .animated {
		-webkit-animation: none;
		animation: none
	}

	#hero .hero-img {
		text-align: center
	}

	#hero .hero-img img {
		width: 50%
	}
}

@media (max-width:768px) {
	#hero h1 {
		font-size: 26px;
		line-height: 36px
	}

	#hero h2 {
		font-size: 25px;
		line-height: 32px;
		padding-top: 2rem;
	}

	#hero .hero-img img {
		width: 60%
	}
}

@media (max-width:575px) {
	#hero .hero-img img {
		width: 100%
	}
}

@media (max-width:575px),
(max-height:600px) {
	#hero {
		height: auto
	}
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(-10px)
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(-10px)
	}
}

section {
	padding: 100px 0;
	overflow: hidden
}

.section-bg {
	background-color: #f9f8ff
}

.section-title {
	text-align: center;
	padding-bottom: 30px
}

.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative
}

.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: orange;
	bottom: 0;
	left: calc(50% - 25px)
}

.section-title p {
	margin-bottom: 0
}

.separator {
	padding: 50px
}

.game {
	padding: 3rem 0
}

.game .container {
	background-color: #f9f8ff;
	border-radius: 50px;
	padding: 2rem;
}

.game .section-title img {
	max-width: 420px;
	width: 100%;
	padding-top: 2rem;
}

#game-2 .section-title h2 {
	font-family: vinque, sans-serif;
	padding-top: 2rem;
}

.game .img-preview {
	max-height: 420px
}

.game .img-info {
	max-width: 320px;
	margin: auto;
	width: 100%
}

.game .content {
	padding: 0 2rem
}

.game .content .slogan p {
	margin: .5rem 0
}

#game-1 .content .slogan p.highlight-1 {
	background-color: #ee5f10;
	color: #fff;
	padding: 5px 7px;
	border-radius: 5px;
	display: inline-block
}

#game-1 .content .slogan p.highlight-2 {
	color: #43a5c8
}

#game-2 .slogan {
	width: 70%;
	margin: auto
}

#game-2 .slogan p.highlight-1 {
	background-color: var(--clr-3);
	color: #fff;
	padding: 5px 7px;
	border-radius: 5px;
	display: block;
	margin: 1rem auto
}

#game-2 .slogan p.highlight-2 {
	color: red
}

.game .content p {
	font-size: 1.2rem
}

.socials p{
	text-align: center;
    padding: 20px;
	font-size: 25px;
	background-color: orange;
	color: white;
	border-radius: 20px;
}
.socials .icons{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px 20px 0px;
}
.socials .icons img{
	width: 90px;
	height: 90px
}

.game .social {
	padding: 10px
}

.game .social a {
	color: #43a5c8;
}

.game .social a .bx {
	font-size: 22px;
	padding: 5px;
}

.game .social a span {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
}

.game .social p {
	color: var(--clr-2);
	padding: 10px 0;
	font-size: 16px
}

.game .social a,
.game .social p {
	display: block;
	text-align: left;
}

@media (max-width:768px) {

	.game .social a,
	.game .social p {
		display: block;
		margin: auto;
		text-align: center;
	}

	#game-1 .content .slogan p.highlight-1 {
		margin: auto;
		display: block;
		font-size: 1rem;
		text-align: center;
	}

	#hero {
		background: none;
	}

	.game .section-title img {
		max-width: 420px;
		width: 80%;
	}

	.game .container {
		border-radius: 25px;
		padding: 0px 0.5rem 2rem 0.5rem;
	}

	#game-2 .content h2,
	.game .social {
		text-align: center
	}

	.separator {
		padding: 50px
	}

	#game-2 .slogan {
		width: 100%
	}
}

.about {
	padding: 120px 0
}

.about .content h3 {
	font-weight: 600;
	font-size: 32px;
	color: #2c4964
}

.about .content ul {
	list-style: none;
	padding: 0
}

.about .content ul li {
	padding-bottom: 10px
}

.about .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #5846f9
}

.about .content p:last-child {
	margin-bottom: 0
}

.team {
	position: relative
}

.team .container {
	position: relative;
	z-index: 10
}

.team .member {
	margin-bottom: 80px;
	position: relative
}

.team .member .pic {
	overflow: hidden
}

.team .member .member-info {
	position: absolute;
	bottom: -50px;
	left: 20px;
	right: 20px;
	background: #fff;
	padding: 20px 15px;
	color: #15222b;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	overflow: hidden;
	transition: .5s
}

.team .section-title h1 a {
	color: #d47a3e;
	font-size: 1.6rem;
}

.team .member h4 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 16px;
	color: #15222b;
	position: relative;
	padding-bottom: 10px
}

.team .member h4::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #7fa5c0;
	bottom: 0;
	left: 0
}

.team .member span {
	font-style: italic;
	display: block;
	font-size: 13px
}

.team .member .social {
	position: absolute;
	right: 15px;
	bottom: 15px
}

.team .member .social a {
	transition: color .3s;
	color: #477392;
}

.team .member .social a:hover {
	color: #ff4a17;
}

.team .member .social i {
	font-size: 16px;
	margin: 0 2px
}

.team .instagram {
	max-width: 420px;
	margin: auto;
	background-color: orange;
	border-radius: 20px;
	border: 5px solid orange;
	padding: 10px;
}

.team .instagram:hover {
	background-color: #2898bd;
}

.team .instagram a {
	color: #FFFFFF !important;
}

.team .icon-instagram {
	width: 50px;
	height: auto;
}

@media (max-width:992px) {
	.team .member {
		margin-bottom: 110px
	}
}

.contact .php-email-form {
	box-shadow: 0 0 30px rgba(214, 215, 216, .6);
	padding: 30px;
	background: #fff
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite
}

.contact .php-email-form input {
	border-radius: 5px;
	box-shadow: none;
	font-size: 14px
}

.contact .php-email-form input:focus {
	border-color: var(--clr-1);
}

.contact .php-email-form input {
	padding: 10px 15px
}

.contact .php-email-form button[type=submit] {
	background: #df8932;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: .4s;
	border-radius: 5px
}

.contact .php-email-form button[type=submit]:hover {
	background: #2898bd
}

.privacy {
	padding: 70px 0
}

.privacy .content {
	padding: 20px
}

.privacy .row:last-child .content {
	padding: 20px 20px 0 20px
}

.privacy .content h3 {
	font-weight: 600;
	font-size: 32px;
	color: #2c4964;
	padding-top: 20px
}

.privacy .content h3::before {
	background: rgba(88, 70, 249, .2);
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	top: 0;
	left: 20px
}

.privacy .content h4 {
	font-size: 16px;
	color: #2c4964;
	line-height: 24px
}

.privacy .content ul {
	list-style: none;
	padding: 0
}

.privacy .content ul li {
	padding-bottom: 10px
}

.privacy .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #5846f9
}

.privacy .content ul ul {
	list-style: circle;
	padding: 10px 0 10px 50px
}

@media only screen and (max-width:600px) {
	.privacy .content ul ul {
		list-style: circle;
		padding: 10px 0 10px 20px
	}
}

.privacy .content p:last-child {
	margin-bottom: 0
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

#footer {
	color: #fff;
	font-size: 14px;
	background: linear-gradient(45deg, rgba(255, 153, 0, .9) 0, rgba(187, 38, 73, .9) 50%, rgba(37, 150, 190, .9) 100%), url(/assets/img/hero-bg.jpg) center center no-repeat;
	background-size: cover
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	position: relative
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px
}

#footer .footer-top .footer-contact h3 {
	font-size: 28px;
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase
}

#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: Poppins, sans-serif
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-bottom: 12px
}

#footer .footer-top .footer-links {
	margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #fff;
	font-size: 18px;
	line-height: 1
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0
}

#footer .footer-top .footer-links ul a {
	color: rgba(255, 255, 255, .8);
	transition: .3s;
	display: inline-block;
	line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
	text-decoration: underline;
	color: #fff
}

#footer .copyright-wrap {
	border-top: 1px solid #fff
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: .3s
}

#footer .social-links a:hover {
	background: rgba(255, 255, 255, .2);
	color: #fff;
	text-decoration: none
}