@font-face {
    font-family: 'Neue Haas Grotesk Display Pro Bold';
    src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
	General styles
*/
body {
	font-size: 13px;
	font-family: 'Neue Haas Grotesk Display Pro',sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-weight: normal;
}
body, html {
	height: 100%
}
h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect, .noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect, .doselect *:not(.noselect) {
	user-select: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.row {
	overflow: hidden;
}

.video-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px);
}

button {
	padding: 20px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

button a {
	display: block;
	color: #fff;
}
section {
	position: relative;
}
.hero-wrapper,
.title-wrapper {
	z-index: 9;
}
section.section-1 {
	width: 100vw;
	height: 100vh;
	color: #fff;
	background: #000;
}
section.section-1 .hero-wrapper {
	position: absolute;
	left: 50%;
	bottom: 100px;
	transform: translate3d(-50%, 0px, 0px);
	text-align: center;
}
section.section-1 .hero-wrapper .hero--logo-sm {
	padding-left: 80px;
	transform: scale(1.2);
	opacity: 0;
	z-index: -9;
}
section.section-1 .video-bg {
	width: 105vw;
	opacity: 0;
}	
section.section-1 .video-bg video {
	width: 100%;
}
.addAnimeSection1 {
	animation: animeSection1 1s ease-in-out forwards;
	animation-delay: 1s;
}
.addAnimeHeroLogo {
	animation: animeHeroLogo 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	animation-delay: 2s;
}

.addAnimeVideo {
	animation: animeVideo 1s ease-in-out forwards;
	animation-delay: 1s;
}

@keyframes animeSection1 {
	0% {
		height: 100vh;
	}
	100% {
		height: 95vh;
	}
}

@keyframes animeVideo {
	0% {
		top: 50%;
		transform: translate3d(-50%, -50%, 0px);
	}
	100% {
		top: -50px;
		transform: translate3d(-50%, 0px, 0px);
		width: 80vw;
		min-width: auto;
	}
}
@keyframes animeHeroLogo {
	0% {
		transform: scale(1.2);
		opacity: 0;
	}
	100% {
		transform: scale(1.0);
		opacity: 1;
	}
}
section.section-1 .hero-wrapper .hero--logo-anghami {
	opacity: 0;
	width: 230px;
}
section.section-1 .hero-wrapper h2 {
	margin: 0px auto;
	margin-top: 50px;
	font-size: 2.4vh;
	letter-spacing: -.1px;
	width: 43vw;
}
section.section-2 {
	width: 100vw;
	height: 100vh;
}

section.section-2 .hero-wrapper {
	display: grid;
    position: relative;
    width: 90vw;
    margin: 0px auto;
    grid-column-gap: 0.694vw;
    grid-template-columns: repeat(12, 1fr);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
section.section-2 .hero-wrapper p {
	grid-column: 9/12;
	font-size: 1.8em;
}



section.section-3 {
	width: 100vw;
}
section.section-3 .title-wrapper {
	display: grid;
    position: relative;
    width: 90vw;
    margin: 0px auto;
    margin-top: 100px;
    grid-column-gap: 0.694vw;
    grid-template-columns: repeat(12, 1fr);
}
section.section-3 .title-wrapper p,
section.section-3 .title-wrapper h2{
	grid-column: 2/6;
	padding: 0;
	margin: 0;
}
section.section-3 .title-wrapper p {
	margin-top: 60px;
	font-size: 1.6em;
}
section.section-3 .title-wrapper h2 {
	text-transform: uppercase;
	font-size: 3em;
	line-height: .9em;
}
section.section-3 .title-wrapper button {
	grid-column: 2/12;
}
section.section-3 .hero-wrapper {
    position: relative;
    width: 90vw;
    height: 80vh;
    margin: 0px auto;
    margin-top: 300px;
}
section.section-3 .hero-wrapper .sole-breakdown {
}
section.section-3 .hero-wrapper .sole-breakdown img {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	top: 500px;
	opacity: 0;
}
section.section-3 .hero-wrapper .sole-breakdown img:nth-child(0) {
	top:0;
}
section.section-3 .hero-wrapper .sole-breakdown img:nth-child(1) {
	top:0;
	opacity: 1;
	width: 70vw;
}
section.section-3 .hero-wrapper .sole-breakdown img:nth-child(2) {	
    left: 50%;
    transform: translateX(-440px);
    z-index: -1;
    top: 140px !important;
}
section.section-3 .hero-wrapper .sole-breakdown img:nth-child(3) {
	left: 50%;
    transform: translateX(-380px);
    z-index: -2;
    top: 280px !important;
}
section.section-3 .hero-wrapper .sole-breakdown img:nth-child(4) {
	left: 50%;
    z-index: -3;
    transform: translateX(-52%);
    transform-origin: top left;
    top: 150px !important;
    animation: animePulse 1s ease-in-out infinite;

}
@keyframes animePulse {
	0% {
		transform: scaleX(1) translateX(-52%);
	}
	50% {
		transform: scaleX(1.04) translateX(-52%);
	}
	100% {
		transform: scaleX(1) translateX(-52%);
	}
}
section.section-3 .hero-wrapper .sole-breakdown img:nth-child(5) {
	left: 50%;
    z-index: -4;
    top: 310px !important;
}

section.section-3 .hero-wrapper .pins-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper {
	width: 300px;
	position: absolute;
	opacity: 0;
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:after {
	content: '';
	position: absolute;
	background: #000;
	top: 5px;
	left: -20px;
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper span {
	font-size: 1.6vh;
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(1) {
	top: 0px;
	left: 50%;
	transform: translate3d(-220px, -200px, 0px);
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(1)::after {
	width: 2px;
	height: 200px;
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(3) {
	top: 0px;
	left: 50%;
	transform: translate3d(-340px, 470px, 0px);
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(3)::after {
	width: 2px;
	height: 270px;
	top: -180px;
}
/*section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(3) {
	top: 0px;
	left: 50%;
	transform: translate3d(450px, 280px, 0px);
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(3)::after {
	width: 720px;
	height: 2px;
	left: -420px;
	top: -20px;
}*/
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(2) {
	top: 0px;
	left: 50%;
	transform: translate3d(250px, 150px, 0px);
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(2)::after {
	width: 420px;
	height: 2px;
	left: -160px;
	top: -20px;
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(4) {
	top: 0px;
	left: 50%;
	transform: translate3d(0px, 450px, 0px);
}
section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:nth-child(4)::after {
	width: 2px;
    height: 250px;
    top: -180px;
}








section.section-4 {
	width: 100vw;
	height: 100vh;
}
section.section-4 .hero-wrapper {
	display: grid;
    position: relative;
    width: 90vw;
    margin: 0px auto;
    grid-column-gap: 0.694vw;
    grid-template-columns: repeat(12, 1fr);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
section.section-4 .hero-wrapper p,
section.section-4 .hero-wrapper h2 {
	grid-column: 9/12;
	font-size: 1.8em;
}
section.section-4 .hero-wrapper h2 {
	font-size: 3em;
	text-transform: uppercase;
}
    


section.section-5 {
	width: 100vw;
}
section.section-5 .hero-wrapper {
	display: grid;
    position: relative;
    width: 90vw;
    margin: 0px auto;
    grid-column-gap: 0.694vw;
    grid-template-columns: repeat(12, 1fr);
    padding-top: 100px;
    padding-bottom: 200px;
    text-transform: uppercase;
}
section.section-5 .hero-wrapper h2 {
	grid-column: 2/5;
	font-size: 1.8em;
	font-size: 3em;
	line-height: 1em;
}
section.section-5 .feature img {
	max-width: 70px;
	min-height: 150px;
	display: block;
}
section.section-5 .feature h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
section.section-5 .feature span {
	font-size: 1.6em;
}
section.section-5 .feature.f-l {
	grid-column: 6/8;
}
section.section-5 .feature.f-r {
	grid-column: 9/11;
}

section.section-5 .feature.f-l:nth-child(4) img {
	width: 50px;
}





section.section-6 {
	width: 100vw;
}
section.section-6 .title-wrapper {
	display: grid;
    position: relative;
    width: 90vw;
    margin: 0px auto;
    grid-column-gap: 0.694vw;
    grid-template-columns: repeat(12, 1fr);
    font-size: 2em;
}
section.section-6 .title-wrapper h3,
section.section-6 .title-wrapper h2{
	grid-column: 2/12;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
section.section-6 .title-wrapper h3 {
	font-size: 1.8em;
}
section.section-6 .title-wrapper h2 {
	font-size: 4em;
	line-height: .9em;
}
section.section-6 .title-wrapper p {
	grid-column: 2/7;
}
section.section-7 {
	width: 100vw;
	height: 120vh;
	position: relative;
}
section.section-7 .hero-wrapper {
	display: grid;
    position: relative;
    width: 90vw;
    margin: 0px auto;
    grid-column-gap: 0.694vw;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 200px;
}
section.section-7 .hero-wrapper p,
section.section-7 .hero-wrapper h2 {
	grid-column: 9/12;
	font-size: 1.8em;
}
section.section-7 .hero-wrapper h2 {
	font-size: 3em;
	text-transform: uppercase;
}

section.section-7 .hero-wrapper .hero-mockup {
	position: absolute;
	width: 100%;
	z-index: -1;
}
section.section-7 .hero-wrapper .hero-mockup .mockup-sole,
section.section-7 .hero-wrapper .hero-mockup .mockup-wave {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
}
section.section-7 .hero-wrapper .hero-mockup img.mockup-sole {
	width: 70vw;
	z-index: -9;
	top: 45vh;
	left: 37%;
}
section.section-7 .hero-wrapper .hero-mockup img.mockup-wave {
	z-index: -10;
	top: 35vh;
	opacity: 0;
	transition: all .3s ease-in-out;
	animation: animePulse 1s ease-in-out infinite;
	transform-origin: left;
}
section.section-7 .hero-wrapper .hero-mockup .video-frame {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	width: 23vw;
	left: -500px;
	display: grid;
}
section.section-7 .hero-wrapper .hero-mockup .video-frame img {
	position: absolute;
	width: 100%;
	height: auto;
}
section.section-7 .hero-wrapper .hero-mockup .video-frame video {
	margin-top: 4.5%;
    margin-left: 5.3%;
    width: 89.7%;
}
section.section-8 {
	width: 100vw;
	height: 100vh;
}
section.section-8 .title-wrapper {
	display: grid;
    position: relative;
    width: 90vw;
    margin: 0px auto;
    grid-column-gap: 0.694vw;
    grid-template-columns: repeat(12, 1fr);
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
section.section-8 .title-wrapper p,
section.section-8 .title-wrapper h2{
	grid-column: 2/12;	
	padding: 0;
	margin: 0;
}
section.section-8 .title-wrapper p {
	font-size: 1em;
}
section.section-8 .title-wrapper h2 {
	text-transform: uppercase;
	font-size: 4em;
	line-height: .9em;
}

section.section-8 .title-wrapper a {
	position: relative;
    display: inline-block;
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    border: 2px solid #fff;
    margin-top: 40px;
	grid-column: 2/4;
	text-align: center;
}

section.section-8 .title-wrapper a:hover {
	background: #fff;
	color: #000;
}
section.section-8 footer {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	color: #fff;
	bottom: 30px;
}
section.section-8 footer span:first-child {
	margin-right: 20px;
	margin-left: 20px;
}
section.section-8 footer span a {
	color: #fff;
}



.form-freeorder {
	position: fixed;
	top: 0;
	right: -30vw;
	z-index: 9999;
	width: 30vw;
	height: 100vh;
	background: #000;
	color: #fff;
	text-align: center;
}
.form-freeorder .message-box {
	display: none;
}
.form-freeorder .message-box h1 {
	font-style: normal;
	
}
.form-freeorder .form-box,
.form-freeorder .message-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
}
.form-freeorder a.close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 99;
	width: 30px;
}
.form-freeorder a.close-btn img {
	width: 100%;
}
.form-box img {
	width: 100%;
	margin-bottom: 50px;
}

.form-box h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 100px;
}

.form-box .user-box {
	position: relative;
	font-size: 1.6em;
}

.form-box .user-box input,
.form-box .user-box select {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	background: transparent;
}
.form-box .user-box label {
	position: absolute;
	top:0;
	left: 0;
	padding: 10px 0;
	color: #fff;
	pointer-events: none;
	transition: .5s;
}

.form-box .user-box input:focus ~ label,
.form-box .user-box input:valid ~ label {
	top: -20px;
	left: 0;
	color: #fff;
	font-size: 12px;
	opacity: .5;
}

.form-box h3 {
	margin-top: 50px;
}
.form-box form a {
	position: relative;
    display: inline-block;
    padding: 20px;
    padding-left: 60px;
    padding-right: 60px;
    color: #fff;
    font-size: 2em;
    text-decoration: none;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    border: 2px solid #fff;
}

.form-box a:hover {
	/*background: #fff;
	color: #000;*/
}


 .fadeIn {
     animation: fade-in 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
 @keyframes fade-in {
     0% {
         opacity: 0;
         transform: translateY(100%);
    }
     100% {
         transform: translateY(0%);
         opacity: 1;
    }
}

@media (min-aspect-ratio: 16/9) {
  video {
    width: 100vw;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  video {
    width: 105vw;
    height: auto;
  }
}


@media only screen and (max-width: 600px) {

	.video-bg {
		width: 100%;
		top: 0px;
		left: 0px;
		transform: none;
	}
	.hero--logo-sm {
		padding-left: 10px !important;
		width: 90vw;
	}
	section {
		min-height: auto !important;
	}
	section.section-1 .hero-wrapper h2 {
		margin: 0px auto;
		width: 80vw;
		font-size: 2.4vh;
	}
	section.section-1 .hero-wrapper h3 {
		width: 80vw;
	}
	section.section-1 .hero-wrapper .hero--logo-anghami {
		width: 40vw;
		margin-bottom: 20px;
	}
	section.section-1 {
		height: 100vh;
	}
	@keyframes animeSection1 {
		0% {
			height: 100vh;
		}
		100% {
			height: 80vh;
		}
	}
	@keyframes animeVideo {
	}

	section.section-2 {
		background-size: contain !important;
		background-position: top center;
	}
	section.section-2 .hero-wrapper {
		padding-top: 200px;
		color: #000;
	}
	section.section-2 .hero-wrapper p {
		grid-column: 5/12;
		font-size: 1.4em;
	}
	section.section-3 .title-wrapper h2 {
		font-size: 2.4em;
	}
	section.section-3 .title-wrapper p, section.section-3 .title-wrapper h2 {
		grid-column: 1/13;
	}
	section.section-3 .hero-wrapper {
		margin-top: 50px;
		height: 90vh;
	}
	section.section-3 .hero-wrapper .sole-breakdown {
		transform: scale(.4);
	}
	section.section-3 .hero-wrapper .pins-wrapper {
		top: 190px;
	}
	section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper {
		position: relative;
		margin-bottom: 10px;
		left: 10px !important;
		transform: none !important;
	}
	section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper:after {
		width: 0 !important;
		height: 0 !important;
	}
	section.section-3 .hero-wrapper .pins-wrapper .pin-wrapper h3 {
		font-size: 1.2em;
	}
	section.section-4 .hero-wrapper {
		padding-top: 200px;
		color: #000;
	}
	section.section-3 .title-wrapper {
		margin-top: 0px;
	}
	section.section-4 .hero-wrapper h2,
	section.section-4 .hero-wrapper p {
		grid-column: 5/12;
	}
	section.section-4 .hero-wrapper h2 {
		font-size: 2.4em;
	}
	section.section-4 .hero-wrapper p {
		font-size: 1.4em;
	}

	section.section-5 .hero-wrapper h2 {
		grid-column: 1/13;
		font-size: 2.4em;
	}
	section.section-5 .feature h3 {
		font-size: 1.4em;
	}
	section.section-5 .feature span {
		font-size: 1em;
	}
	section.section-5 .feature.f-l {
		grid-column: 1/6;
	}
	section.section-5 .feature.f-r {
		grid-column: 8/13;
	}
	section.section-5 .feature img {
		max-width: 50px;
		min-height: 120px;
	}
	section.section-5 .feature.f-l:nth-child(4) img {
		width: 30px;
	}

	section.section-6 .title-wrapper h3, section.section-6 .title-wrapper h2, section.section-6 .title-wrapper p {
		grid-column: 1/13;
	}
	section.section-6 .title-wrapper p {
		font-size: .8em;
	}
	section.section-6 .title-wrapper h2 {
		font-size: 1.4em;
	}
	section.section-7 {
		height: 100vh;
	}
	section.section-7 .hero-wrapper p, section.section-7 .hero-wrapper h2 {
		grid-column: 1/13;
	}
	section.section-7 .hero-wrapper .hero-mockup {
		width: 100vw;
		top: 230px;
	}
	section.section-7 .hero-wrapper .hero-mockup img.mockup-sole {
		width: 130vw;
		top: 31vh;
	}
	section.section-7 .hero-wrapper .hero-mockup img.mockup-wave {
		width: 200vw;
		top: 27vh;
	}
	section.section-7 .hero-wrapper h2 {
		font-size: 1.8em;
	}
	section.section-7 .hero-wrapper {
		margin-top: 0px;
	}
	section.section-7 .hero-wrapper p {
		font-size: 1.4em;
	}
	section.section-7 .hero-wrapper .hero-mockup .video-frame {
		width: 50vw;
		transform: translate3d(-20%, 0px, 0px);
	}
	section.section-7 .hero-wrapper .hero-mockup .video-frame video {
		margin-top: 5.5px;
	    margin-left: 9.7px;
	    width: 89.7%;
	}

	section.section-8 {
		background-size: contain !important;
		background-position: top center;
	}
	section.section-8 .title-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
		color: #000;
	}
	section.section-8 .title-wrapper p, section.section-8 .title-wrapper h2 {
		grid-column: 1/13;
	}
	section.section-8 .title-wrapper h2 {
		font-size: 1.4em;
	}
	section.section-8 .title-wrapper p {
		font-size: .8em;
	}

	section.section-8 .title-wrapper a {
		grid-column: 1/13;
	    color: #000;
	    font-size: 1em;
	    border: 2px solid #000;
	    text-align: center;
	}
	section.section-3 .hero-wrapper .sole-breakdown img:nth-child(1) {
		width: 240vw !important;
	}

	section.section-8 .title-wrapper a:hover {
		background: #000;
		color: #fff;
	}
	section.section-8 footer,
	section.section-8 footer a {
		color: #000 !important;
	}
	section.section-8 footer {
		width: 90%;
	}

	.form-box form a {
		width: calc(100% - 120px);
		text-align: center;
	}

	.form-freeorder {
		width: 100vw;
		right: -100vw;
	}
}