@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); /*import poppins*/
@import url("https://fonts.googleapis.com/css2?family=Lexend&display=swap"); /*import lexend*/
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "LuckiestGuy", sans-serif;
	font-weight: 900;
}

.container {
	scroll-snap-type: y mandatory;
	overflow-y: scroll;
	height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
	height: 100dvh; /*dynamic height (not supported on all devices), this is only called on supported devices*/
	/* min height and max height (not supported on all devices)
	min-height: 100svh;
	max-height: 100lvh;
    */
	position: relative;
	z-index: 1;
}

section {
	height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
	height: 100dvh; /*dynamic height (not supported on all devices), this is only called on supported devices*/

	/* min height and max height (not supported on all devices)
    min-height: 100svh; dynamic height (not supported on all devices)
	max-height: 100lvh; dynamic height (not supported on all devices)
    */

	scroll-snap-align: start;
}

#ToSContainer {
	background-image: url(/images/foreground-tint.png);
	background-size: auto 100%;
}

.paragraph-text {
	width: 50%;
	text-align: left;
}

.paragraph-text p,
li {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

.section-content {
	position: relative;
	z-index: 2;
	color: #fff;
}

h1 {
	color: #fff;
	text-shadow: 1px 1px 4px #000;
	display: inline-block;
	font-size: 2rem;
}

.main {
	/*
    background: url(images/foreground-1.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    */
	background-color: #0a0a0a;
}

.apps {
	background: url(images/foreground-tint-1.png);
}

.socials {
	background: url(images/foreground-tint-2.png);
}

.contact {
	background: url(images/foreground-tint-3.png);
}

.apps,
.socials,
.contact {
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: center;
	position: relative; /* Set position to relative */
	overflow: hidden;
}

footer {
	width: 100%;
	height: 10%;
	justify-content: center;
	align-items: center;
	display: flex;
	background-color: #0a0a0a;
	position: absolute;
	bottom: 0;
}

footer h1 {
	vertical-align: middle;
	font-size: 1.5rem;
}

body,
html {
	height: 100%;
	margin: 0;
	overflow: hidden;
	scroll-behavior: smooth;
}

body {
	background: url(/images/tile-pattern.png);
	background-repeat: repeat;
	background-size: 150px;
	background-color: #0a0a0a;
}

.fullscreen-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: scale-down;
}

.lightwidget-widget {
	top: 0;
	border: 0px;
	width: 65%;
	overflow: hidden;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.section-header {
	width: 100%;
	height: 30%;
	display: block;
	padding: 0;
	margin: 0;
}

.section-header h1 {
	position: relative;
	top: 18vh;
	z-index: 4;
}

.corner-logo {
	position: fixed;
	left: 50px;
	top: 50px;
	z-index: 3;
}

.corner-logo img {
	width: 200px;
}

.swiper {
	width: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.swiper-slide img {
	width: 75%;
	/*outline: 1px solid #ffffff;*/
	border-radius: 2%;
}

.swiper-slide img:hover {
	/*translate: 0px 3px;*/
}

#google-play-button img:hover {
	translate: 0px -3px;
}

#google-play-button img {
	width: 10%;
	padding-top: 20px;
}

#games-header {
	height: 23%;
}

#games-header h1 {
	top: 16vh;
}

#socials-header {
	height: 26%;
}

#socials-header h1 {
	top: 20.3vh;
}

#contact-header {
	height: 26%;
}

#contact-header h1 {
	top: 20.3vh;
}

.contact-button {
	width: 20%;
	display: inline-block;
}

.contact-button img {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.contact-button img:hover {
	translate: 0px -3px;
}

/*Mobile (general)*/
@media screen and (max-width: 1024px) {
	#google-play-button img {
		width: 75%;
		padding-top: 20px;
	}

	.section-title h1 {
		font-size: 1.5rem;
		padding: 0;
	}

	.swiper {
		width: 75%;
	}

	.swiper-slide img {
		width: 50%;
	}

	.corner-logo {
		position: fixed;
		left: 25px;
		top: 25px;
		z-index: 3;
	}

	.corner-logo img {
		width: 100px;
	}

	#games-header {
		height: 27%;
	}

	#games-header h1 {
		top: 19vh;
	}

	#contact-header {
		height: 23%;
	}

	#contact-header h1 {
		top: 15vh;
	}

	#socials-header {
		height: 27%;
	}

	.contact-button {
		width: 35%;
		display: flex;
	}

	.contact-button h1 {
		display: none;
	}

	.contact-button img {
		width: 100%;
		padding: 5px;
	}

	.contact-section {
		height: 68%;
	}

	/*Galaxy fold*/
	@media screen and (min-width: 280px) {
		.contact-button {
			width: 50%;
			display: flex;
		}
		.section-header h1 {
			font-size: 1.5rem;
		}
		footer h1 {
			font-size: 1rem;
		}
	}

	/* Custom, iPhone Retina */
	@media only screen and (min-width: 320px) {
		.contact-button {
			width: 35%;
			display: flex;
		}
	}

	/* Extra Small Devices, Phones */
	@media only screen and (min-width: 480px) {
		.contact-button {
			width: 25%;
			display: flex;
		}
		#google-play-button img {
			width: 50%;
		}
	}

	/*Tablets*/
	@media screen and (min-width: 768px) {
		.contact-button {
			width: 25%;
			display: flex;
		}
		.section-header h1 {
			font-size: 3.5rem;
		}
		.corner-logo img {
			width: 200px;
		}
		footer h1 {
			font-size: 2rem;
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width: 768px) {
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width: 992px) {
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}
