body, html {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

nav {
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 16px;
	height: 50px;
	background: #000000;
	z-index: 99;
}

@font-face {
  font-family: "Mono";
  src:
    url("../fonts/Mono.ttf") format("trueType"),
}


@font-face {
  font-family: "Editorial";
  src:
    url("../fonts/Editorial.ttf") format("trueType"),
}


nav > p, a {
	color: #FFFFFF;
}

h1, a, p  {
	font-family: "Mono";
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.Wrapper {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}


.Intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 100px;
}
.Intro > img {
	max-width: 230px;
}

.Gif {
		mix-blend-mode: multiply;
    filter: brightness(2);
    border-radius: 100px;
}

h2 {
	font-family: "Editorial";
	font-size: 36px;
	margin-bottom: 2px;
	margin-top: 20px;
}

.Tag {
	display: flex;
	flex-wrap: wrap;
	max-width: 400px;
	align-items: center;
	justify-content: center;

}

.Tag > p {
	padding-right: 8px;
	margin: 4px;
}

.ListingVideos {
	width: 100%;
	margin-top: 32px;
}

video {
	width: 100%;
	object-fit: cover !important;
  height: auto;
  display: block;
}

.InfoVideo {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0px 16px;
	box-sizing: border-box;
}

.Hashtag {
	color: #777777;
}

.CTA-Primary {

	width: 100%;
	padding: 0px 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 4px 16px;
	background: #000000;
	margin-bottom: 16px;
	max-height: 50px;

}

.CTA-Secondary {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 4px 16px;
	border: 1px solid #E0E0E0;
	max-height: 50px;
}



.CTA-Secondary > .Flex > p {
	color: #000;
}

.Flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.Buttons {
	margin-top: 32px;
	box-sizing: border-box;
	padding: 0px 16px;
	width: 100%;
}


footer {
	margin-top: 52px;
    max-height: 170px;
    overflow: hidden;
}
.KhalisFooter {
	width: 500px;
	border-radius: 200px;
}