@font-face {
	font-family: "cibreo";
	src: url("Font/cibreo.ttf");
	font-display: swap;
}
h1 {
	font-size: 4rem;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin: 1rem 0;
}
h3 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
a{
	color: #ffffff;
	text-decoration: none;
	transition: transform 0.3s;
}
a:hover{
	color:#fec700;
	text-decoration: underline;
	transform: scale(1.1);
}
p{
	font-size: 1.2rem;
	margin: 1rem 0;
}
ul li{
	font-size: 1.2rem;
	text-align: left;
	text-justify: inter-word;
}
body {
	color: #ffffff;
	font-family: "cibreo", cursive;
	text-align: center;
	margin: 0;
	background-color: #212121;
	background: url("../images/lines-bg.svg") center center no-repeat;
	background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
footer {
	width: 100%;
	height: 80px;
	background-color: #212121;
	display: flex;
	justify-content: center;
}
footer a {
	padding: 1rem 2rem;
}
.main-content{
	height: 100vh;
	width: 100%;
	position: relative;
}
.main-content img{
	position: absolute;
	top: calc(50% - 175px);
	left: calc(50% - 500px);
}
.section1, .section3{
	display: grid;
	height: 500px;
	grid-template-columns: 1fr 1fr;
}
.section2 {
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.game-text{
	position : absolute;
	z-index: 3;
	bottom: 20px;
	left: 40px;
}
.image-overlay{
	position : absolute;
	z-index: 2;
	right: 0;
	bottom: -4px;
}
.gradient-overlay{
	position : absolute;
	z-index: 1;
	width: 100%;
 	height: 100.1%;
 	object-fit: fill;
}
.gradient-overlay img{
  width: 100%;
  height: 100%;
}
.kingland{
	text-align: left;
	position: relative;
}
.kingland video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
		overflow: hidden;
}
.football{
	text-align: left;
	position: relative;
}
.football video {
		position: absolute;
		width: 100%;
		height: 100%;
    object-fit: cover;
		overflow: hidden;
}
.space{
	text-align: left;
	position: relative;
}
.space video {
		position: absolute;
		width: 100%;
		height: 100%;
    object-fit: cover;
		overflow: hidden;
}
.see-more-buttons{
	color: #ffffff;
	text-decoration: none;
	border: solid 1px #ffffff;
	padding: 1rem;
	display: inline-block;
	margin: 1rem 0;
	transition: transform 0.3s;
}
.terms-privacy-container {
	background-color: #212121;
	max-width: 800px;
	padding: 0 1.5rem;
	display: flex;
	flex-direction: column;
	margin: 0rem auto;
}
.centered-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pre-footer-box{
	background: linear-gradient(180deg, #F6C844 0%, #FFA900 100%, #FFA900 100%);
	height: 50px;
}
.gradient-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: linear-gradient(180deg, #F6C844 0%, #FFA900 100%, #FFA900 100%);
}
.text-brand-black {
	color: #212121;
}
.text-with-outline {
	text-shadow:
    -1px -1px 0 #212121,
     0   -1px 0 #212121,
     1px -1px 0 #212121,
     1px  0   0 #212121,
     1px  1px 0 #212121,
     0    1px 0 #212121,
    -1px  1px 0 #212121,
    -1px  0   0 #212121;
}
.spearheadhybrid{}
@media (max-width: 1400px) {
	.main-content img{
		width: 70vw;
		top: calc(50% - 12vw);
		left: calc(50% - 35vw);
	}
	.section1, .section3{
		display: grid;
		height: 1000px;
		grid-template-columns: none;
		grid-template-rows: 1fr 1fr;
	}
}
@media (max-width: 700px) {
	.image-overlay{
		display: none
	}
	.game-text{
		bottom: 20px;
		max-width: 200px;
		left: calc(50% - 100px);
    text-align: center;
	}
	.spearheadhybrid{
	 width: calc(100vw/1.25)
	}
}
