/*
Theme Name: MetaXRPolicy Download Page
Text Domain: metaXRpolicy
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Callum Jackman
Author URI: https://ignitecreates.com/
Theme URI: https://ignitecreates.com/
*/




/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #f5efe0;
	box-sizing: border-box;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}

@supports ( font-variation-settings: normal ) {

	body {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-BoldItalic.woff2') format('woff2'),
        url('fonts/DMSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Bold.woff2') format('woff2'),
        url('fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Regular.woff2') format('woff2'),
        url('fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Italic.woff2') format('woff2'),
        url('fonts/DMSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-MediumItalic.woff2') format('woff2'),
        url('fonts/DMSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('fonts/DMSans-Medium.woff2') format('woff2'),
        url('fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





body{
	background-color: #000;
	width: 100vw;
	height: 100vh;
}
body *{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'DM Sans';
}


.background-image{
	width: 100vw;
	height: 100vh;
	position: absaolute;
	top: 0px;
	left: 0px;
}
.background-image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.content{
	max-width: 1100px;
	margin: 0 auto!important;
	width: 100vw;
	height: 100vh;
	padding: 0px 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;

	animation-duration: 3s;
	animation-name: fadeInAnimation;
	animation-iteration-count: 1;
   	animation-fill-mode: forwards;
}
.content__header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.content__main{
	text-align: center;
}
.logo{
	position: relative;
}
.logo.meta{
	width: 300px;
	height: 90px;
}
.logo.ignite{
	width: 300px;
	height: 200px;
}
.logo img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: contain;
}
.collab-x{
	color: #fff;
    font-weight: bold;
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
    width: 75px;
}

.main-title{
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin-top: 100px;
	margin-bottom: 50px;
}
.button-wrapper{
	display: inline-block;
}

.c__button-circle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    outline: 0;
    text-decoration: none;
}
.c__button-circle.light span {
    color: #FFF;
}

.c__button-circle span {
    font-size: 20px;
    margin-right: 20px;
    text-decoration: none;
}
.c__button-circle.light .c__button-circle--arrow {
    border: 1px solid rgba(255,255,255,.3);
    -webkit-transition: .3s;
    transition: .3s;
}
@media screen and (min-width: 800px){
	.c__button-circle--arrow {
	    height: 80px;
	    width: 80px;
	}
}


.c__button-circle--arrow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 60px;
}
.c__button-circle--arrow img {
    height: 20px;
    -webkit-transition: .2s;
    transition: .2s;
    width: 20px;
}
.c__button-circle.light:hover .c__button-circle--arrow {
    border: 2px solid #fff;
}

