@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

.play-regular {
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.play-bold {
	font-family: "Play", sans-serif;
	font-weight: 700;
	font-style: normal;
}
	
body {
    margin: 0;
    font-family: "Play", sans-serif;
}

a {
    font-family: "Play", sans-serif;
}

header {
    position: absolute;
    width: 100%;
    padding: 30px 0px;
    z-index: 1000;
    text-align: center;
}
header nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
}

.hero {
    background-image: url('img/bg-hf1.jpg');
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.hero button {
    padding: 20px;
    border-radius: 40px;
    background: -moz-linear-gradient(#ff0072, #ff0072);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9600), color-stop(0.8, #ff0072));
    width: 300px;
    border: none;
    margin-top: 300px;
}
.hero button a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
}
.title {
    width: 800px;
    margin-top: 80px;
}
.title h1{
    font-size: 9em;
    text-transform: uppercase;
    margin: 50px 0;
}
.title h2{
    font-size: 3em;
}
.title p{
    font-size: 2em;
}
.scroll-down {
    margin-top: auto;
    animation: bounce 2s infinite;
    font-size: 4em;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.games {
    background-color: #3a0065;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.games h2{
    font-size: 7em;
    text-align: center;
    color: #fff;
}
.games p{
    text-align: center;
    font-size: 5em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0;
}
.games button {
    padding: 20px;
    border-radius: 40px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#00ccff), color-stop(0.8, #663399));
    width: 300px;
    border: none;
    margin: 0 auto;
}
.games button a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
}
.about {
    background-image: url('img/bg-hf2.jpg');
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
}
.about-us {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.about-us h2 {
    font-size: 3em;
    color: #3a0065;
    text-align: center;
}
.about-us p {
    color: #3a0065;
    font-size: 1.5em;
}
.about button {
    padding: 20px;
    border-radius: 40px;
    background: -moz-linear-gradient(#ff0072, #ff0072);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9600), color-stop(0.8, #ff0072));
    width: 300px;
    border: none;
    margin: 50px auto;
}
.about button a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
}

.slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.slide {
    min-width: 300px;
    max-width: 300px;
    margin: 10px;
    border-radius: 30px;
    background-image: url('img/bg-slide.png');
    padding: 40px;
    scroll-snap-align: start;
    color:#fff;
}
.slide h3{
    font-size: 2em;
    color:#fff;
}
.slide p{
    font-size: 1em;
    color:#fff;
}
.slide button {
	background-color: #ff9600;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    margin-top: 30px;
    border: none;
    color: #fff;
    font-size: 1em;
    font-family: "Play", sans-serif;	
}

.slide button a{
    color:#fff;
    text-decoration:none;
}

.works {
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto;		
}
.works p{
    font-size: 1.5em;
    color:#fff;
}
.works a{
    color:#ff9600;
}
		
.work-with-us {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('img/bg-hf.jpg');
    flex-direction: row;
    flex-wrap: wrap;
}
.work-with-us h2{
    font-size: 3em;
    color:#fff;
}

.button {
    background-color: #ff9600;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    margin-top: 30px;
    border: none;
    color: #fff;
    font-size: 1em;
    font-family: "Play", sans-serif;
}
.button a{
    color:#fff;
    text-decoration:none;
}

.contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: black;
}
.contact h2{
    font-size: 3em;
    color:#fff;
}
.contact h3{
    font-size: 2em;
    color:#fff;
}
.contact p{
    font-size: 1.5em;
    color:#fff;
}

.office {
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto;		
}
.office p{
    font-size: 1.5em;
    color:#fff;
}
.office a{
    color:#ff9600;
    font-size: 1em;
}

form {
    display: flex;
    flex-direction: column;
    width: 70%;
}
form input, form textarea, form select {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 30px;
    background: black;
    border: 2px solid #666;
    font-size: 1.5em;
    font-family: "Play", sans-serif;
    color: gray;
}
form .checkbox input{
	width: 20px;
    height: 20px;
}
form .checkbox label{
	color: #fff;
}
form .checkbox label a{
	color: #ff9600;
}

.footer {
    background: black;
    color: white;
    padding: 20px;
    display: flex;
    border-top: 1px solid #333;
    flex-direction: column;
    align-items: center;
}
.footer nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ff9600;
    color: white;
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 3em;
    cursor: pointer;
    display: none; 
	text-align: center;
}

.scroll-to-top:hover {
    background-color: #e68a00; 
}