html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
  height: 100%;
	scroll-behavior: smooth;
}
:root {
  font-size: 16px;
}
@font-face {
  font-family: "Groboldov";
  src: url(Groboldov.ttf);
}
nav {
	position: relative;
	top: 0;
	z-index: 1;
	text-align: center;
	padding-top: 1%;
}
nav a {
	font-size: 2rem;
	color: #000;
	font-family: "Groboldov";
	text-decoration: none;
	margin: 0 0.5rem;
	transition: all ease .2s;
}
nav a:hover {
	color: #5cff99;
}
#home {
  width: 100%;
  height: 100%;
	background: url('img/bg01.jpg') center bottom no-repeat;
	overflow: hidden;
	min-height: 960px;
}

/* SCENE */

.scene {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero {
	animation: float 2s ease-in-out infinite;
}
.scene img {
	width: 100%;
}
.squirrel {
  position: absolute;
  left: 40%!important;
  top: 3%!important;
  display: block;
	width: 15%;
	min-width: 200px;
	max-width: 264px;
  z-index: 1;
}
.lion {
  position: absolute;
  left: 15%!important;
  top: 16%!important;
  display: block;
	width: 25%;
	min-width: 340px;
	max-width: 460px;
  z-index: 2;
}
.deer {
  position: absolute;
  left: 60%!important;
  top: -2%!important;
  display: block;
	width: 16%;
	min-width: 240px;
	max-width: 317px;
  z-index: 3;
}
.boar {
  position: absolute;
  left: 58%!important;
  top: 42%!important;
  display: block;
	width: 16%;
	min-width: 240px;
	max-width: 298px;
  z-index: 5;
}
.fox {
  position: absolute;
  left: 22%!important;
  top: 46%!important;
  display: block;
	width: 20%;
	min-width: 270px;
	max-width: 341px;
  z-index: 6;
}
.logo {
	position: absolute;
  left: 50%!important;
  top: 26%!important;
  display: block;
	width: 400px;
	margin-left: -200px;
  z-index: 4;
}
.particles01 {
	position: absolute;
  left: 30%!important;
  top: 8%!important;
  display: block;
	width: 218px;
  z-index: 4;
}
.particles02 {
	position: absolute;
  left: 35%!important;
  top: 55%!important;
  display: block;
	width: 114px;
  z-index: 6;
}
.particles03 {
	position: absolute;
  left: 62%!important;
  top: 10%!important;
  display: block;
	width: 73px;
  z-index: 6;
}
.particles04 {
	position: absolute;
  left: 70%!important;
  top: 58%!important;
  display: block;
	width: 127px;
  z-index: 6;
}
.particles05 {
	position: absolute;
  left: 47%!important;
  top: 58%!important;
  display: block;
	width: 100px;
  z-index: 6;
}
.download {
	position: relative;
	z-index: 1;
	margin-top: -200px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.download a {
	margin: 0 20px 20px 20px;
	display: inline-block;
	min-width: 180px;
}
.download a.iOS {
	width: 300px;
	height: 90px;
	background: url('img/ios_download.png') center center no-repeat;
	background-size: contain;
}
.download a.android {
	width: 300px;
	height: 90px;
	background: url('img/android_download.png') center center no-repeat;
	background-size: contain;
}
.download a.huawei {
	width: 300px;
	height: 90px;
	background: url('img/huawei_download.png') center center no-repeat;
	background-size: contain;
}
.wrapper {
	width: 80%;
	margin: 0 auto;
	max-width: 1280px;
	padding: 20px;
}
h1 {
	font-family: "Groboldov";
	font-size: 2.2rem;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
}
h2, h3 {
	font-family: "Open Sans";
	color: #000;
	padding: 5px 0;
}
h2 {
	font-size: 2.5rem;
	font-weight: 800;
	text-transform: uppercase;
}
h3 {
	font-size: 2rem;
}

/* TRAILER */
#trailer {
	background: rgb(206,243,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,243,252,1) 0%, rgba(70,179,222,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(206,243,252,1) 0%,rgba(70,179,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(206,243,252,1) 0%,rgba(70,179,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cef3fc', endColorstr='#46b3de',GradientType=0 ); /* IE6-9 */
}
#trailer .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem;
	align-items: center;
}
#trailer .info {
	color: #000;
}
#trailer .info p {
	margin-top: 20px;
	font-family: "Open Sans";
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2rem;
	text-align: center;
}
#trailer .video {
	text-align: center;
	margin: 20px 0;
}
.video-trailer {
	position: relative;
	margin: 0 auto;
}
.phone {
	position: absolute;
	z-index: 1;
	background: url('img/phone.png') center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 106%;
	top: -12px;
	left: 0px;
}
#trailer video {
	width: 30%;
	min-width: 250px;
	max-width: 350px;
	border-radius: 16px;
}

/* ABOUT */
#about {
	background-color: #000;

}
#about h1 {
	color: #fff;
}
#aboutimage .container {
	display: flex;
	flex-direction: row;
	gap: 5%;
}
#aboutimage .container.wrapper  {
	padding: 0 20px;
}
#aboutimage h2, #aboutimage h3 {
	text-align: center;
}
#aboutimage .image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 auto;
}
#aboutimage img {
	width: 100%;
	min-width: 400px;
	max-width: 500px;
}
#aboutimage .container .info {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
  justify-content: center;
}
#aboutimage .container .info p {
	text-align: center;
	font-family: "Open Sans";
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2rem;
}
#aboutimage .container .info h2, #aboutimage .container .info h3 {
	margin: 30px 0;
}
#aboutimage.one {
	color: #fff;
	background-color: #16478f;
	background: rgb(110,34,91); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(110,34,91,1) 0%, rgba(0,82,150,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(110,34,91,1) 0%,rgba(0,82,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(110,34,91,1) 0%,rgba(0,82,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e225b', endColorstr='#005296',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#aboutimage.one .container .info h1 {
		text-shadow: 1px 3px 1px #110f48;
}
#aboutimage.one .container .info p {
	text-shadow: 1px 1px 1px #110f48;
}
#aboutimage.two {
	color: #fff;
	background-color: #1a6198;
	background: rgb(186,152,0); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(186,152,0,1) 0%, rgba(178,0,203,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(186,152,0,1) 0%,rgba(178,0,203,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(186,152,0,1) 0%,rgba(178,0,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba9800', endColorstr='#b200cb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#aboutimage.two .container .info h1 {
		text-shadow: 1px 3px 1px #861610;
}
#aboutimage.two .container .info p {
	text-shadow: 1px 1px 1px #861610;
}
#aboutimage.three {
	color: #fff;
	background-color: #1e77a0;
	background: rgb(219,43,19); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(219,43,19,1) 0%, rgba(0,104,196,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(219,43,19,1) 0%,rgba(0,104,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(219,43,19,1) 0%,rgba(0,104,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2b13', endColorstr='#0068c4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#aboutimage.three .container .info h1 {
	text-shadow: 1px 3px 1px #2e164a;
}
#aboutimage.three .container .info p {
	text-shadow: 1px 1px 1px #2e164a;
}
#aboutimage.four {
	color: #fff;
	background-color: #228ca7;
	background: rgb(0,83,173); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(0,83,173,1) 0%, rgba(0,173,167,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(0,83,173,1) 0%,rgba(0,173,167,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(0,83,173,1) 0%,rgba(0,173,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0053ad', endColorstr='#00ada7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#aboutimage.four .container .info h1 {
	text-shadow: 1px 3px 1px #002439;
}
#aboutimage.four .container .info p {
	text-shadow: 1px 1px 1px #002439;
}

/* CONTACT */
#contact h1 {
	color: #000;
}
#contact {
	background: #26a4b0;
	background: rgb(204,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,255,255,1) 0%, rgba(43,193,186,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(204,255,255,1) 0%,rgba(43,193,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(204,255,255,1) 0%,rgba(43,193,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffff', endColorstr='#2bc1ba',GradientType=0 ); /* IE6-9 */
}
#contact .wrapper {
	text-align: center;
}
#contact input[type=text], #contact select, #contact textarea {
	width: 100%;
	padding: 12px;
	border: 2px solid transparent;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background: #2bc1ba;
	background: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
#contact textarea  {
	resize:none;
}
#contact input:focus, #contact textarea:focus {
	border: 2px solid #000;
	outline: none !important;
}
#contact input[type=submit] {
	display: block;
  background-color: #000;
  color: white;
  padding: 20px 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	margin: 0 auto;
	font-family: "Groboldov", sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	transition: all ease .2s;
}
#contact input[type=submit]:hover {
	background: #5cff99;
	background: #fff;
	color: #000;
}
#contact textarea {
	height: 100px;
}
/* FOLLOW US */
#follow {
	background-color: #2bc1ba;
}
#follow h2, #follow h3 {
	text-align: center;
}
#follow .image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 auto;
}
#follow img {
	width: 100%;
	min-width: 400px;
	max-width: 500px;
}
#follow .container .info {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
  justify-content: center;
}
#follow .container .info h2, #follow .container .info h3 {
	margin: 30px 0;
}
#follow .social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 580px;
}
#follow .social a {
	height: 75px;
	width: 75px;
	display: inline-block;
	background-repeat: no-repeat;
	transition: all ease .3s;
	padding: 10px;
	border-radius: 15px;
	margin: 0 20px;
}

#follow .social a:hover {
	background-color: #fff;
}
#follow .social a:hover svg {
	fill: #2bc1ba;
}
#follow .social svg {
	width: 100%;
	height: 100%;
	display: inline-block;
	fill: #fff;
	transition: all ease .3s;
}

/* FOOTER */
footer {
	background-color: #000;
	text-align: center;
	padding: 20px 0;
	height: 180px;
}
footer img {
	width: 130px;
	margin-bottom: 10px;
}
footer p {
	color: #fff;
	font-family: "Open Sans";
	font-size: 1rem;
	margin: 20px 0 0 0;
}
footer p:nth-of-type(2) {
	font-size: 0.75rem;
}
footer p a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 1rem;
	margin: 0 10px;
	transition: all ease .2s;
}
footer p a:hover {
	color: #3c78bd;
}

/* ARTICLE */
#article .wrapper {
	width: 50%;
}
#article .nav {
	background: linear-gradient(90deg, #0176ff 0%, #01b7ff 100%);
}
#article nav {
	height: 100px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0;
}
#article nav a {
	font-size: 1.75rem;
}
#article #content p {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4rem;
	margin: 10px 0;
}
#article .text a {
	color: #3c78bd;
}
#article .back {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	font-family: "Open Sans";
	font-weight: 800;
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1.5rem;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	background-color: #3c78bd;
	transition: all ease .2s;
	margin: 30px auto;
}
#article .back:hover {
	background-color: #000
}
/* MEDIA */
@media (max-width: 1280px) {
	.wrapper  {
			width: 90%!important;
	}
	#follow .social a {
		width: 65px;
		height: 65px;
		margin: 0 10px;
	}
	#news .container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 960px) {
  .squirrel {
		left: 38%!important;
	}
	.lion {
		left: 1%!important;
	}
	.deer {
		top: 0%!important;
		left: 70%!important;
	}
	.boar {
		left: 62%!important;
	}
	.fox {
		left: 12%!important;
	}
	.logo {
		top: 25%!important;
		width: 260px;
		margin-left: -130px;
	}
	#news .container {
		grid-template-columns: repeat(1, 1fr);
	}
	#follow .container, #about .container {
		flex-direction: column-reverse;
	}
	#follow img {
		margin-top: 20px;
	}
	h1 {
		font-size: 1.8rem;
	}
	#aboutimage img, #follow img {
		min-width: inherit;
	}
}
@media (max-width: 768px) {
	.squirrel {
		top: 0%!important;
		left: 34%!important;
		min-width: 140px!important;
	}
	.lion {
		top: 12%!important;
		left: -2%!important;
		min-width: 260px!important;
	}
	.deer {
		top: 0%!important;
		left: 70%!important;
		min-width: 180px!important;
	}
	.boar {
		left: 72%!important;
		min-width: 160px!important;
	}
	.fox {
		left: 0%!important;
		min-width: 200px!important;
	}
	#home {
		min-height: 720px;
	}
  #trailer .container {
		grid-template-columns: repeat(1, 1fr);
	}
	#aboutimage.one .container.wrapper, #aboutimage.three .container.wrapper {
			flex-direction: column;
	}
	#aboutimage.two .container.wrapper, #aboutimage.four .container.wrapper {
			flex-direction: column-reverse;
	}
	#aboutimage .container .info {
		padding-bottom: 30px;
	}
}
@media (max-width: 640px) {
	#home {
		min-height: 640px;
	}
	nav a {
		font-size: 1.2rem!important;
	}
	.download {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 260px;
	}
}
@media (max-width: 480px) {
	.logo {
		z-index: 10;
		top: 2%!important;
	}
	.squirrel, .lion, .deer {
		display: none!important;
	}
  .squirrel {
		top: 1%!important;
		left: 20%!important;
		min-width: 140px!important;
	}
	.boar {
		top: 34%!important;
		left: 58%!important;
		min-width: 150px!important;
	}
	.fox {
		top: 34%!important;
		left: 2%!important;
		min-width: 180px!important;
	}
}
@media (max-width: 320px) {
	nav a {
    font-size: 1rem!important;
	}
	.download a {
		max-width: 260px;
	}
}
