@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Black.eot");
	src: local("☺"), url("fonts/Montserrat-Black.woff") format("woff"),
		url("fonts/Montserrat-Black.ttf") format("truetype"),
		url("fonts/Montserrat-Black.svg") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Bold.eot");
	src: local("☺"), url("fonts/Montserrat-Bold.woff") format("woff"),
		url("fonts/Montserrat-Bold.ttf") format("truetype"), url("fonts/Montserrat-Bold.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Regular.eot");
	src: local("☺"), url("fonts/Montserrat-Regular.woff") format("woff"),
		url("fonts/Montserrat-Regular.ttf") format("truetype"),
		url("fonts/Montserrat-Regular.svg") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/Montserrat-Light.eot");
	src: local("☺"), url("fonts/Montserrat-Light.woff") format("woff"),
		url("fonts/Montserrat-Light.ttf") format("truetype"),
		url("fonts/Montserrat-Light.svg") format("svg");
	font-weight: 300;
	font-style: normal;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

::-moz-selection {
	background: #fff498;
}

::selection {
	background: #fff498;
}

::-moz-selection {
	background: #fff498;
}

img::-moz-selection {
	background: transparent;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

body {
	-webkit-tap-highlight-color: #fff498;
}

body {
	background-color: #0c0c0c;
	font-size: 14px;
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.l-viewport {
	position: relative;
	width: 100%;
	height: 100vh;
	box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
	overflow: hidden;
}

.l-wrapper {
	position: relative;
	width: 1440px;
	max-width: 90%;
	height: 100%;
	margin: 0 auto;
}

.l-side-nav {
	position: absolute;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-side-nav::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 70%;
	max-height: 750px;
	background-color: #555;
	opacity: 0.35;
	z-index: 10;
}

@media (max-width: 1180px) {
	.l-side-nav {
		display: none;
	}
}

.l-main-content {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-section {
	position: absolute;
	width: 100%;
	height: 100%;
}

.device-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #0c0c0c;
	z-index: 12;
}

.device-notification--logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
}

.device-notification--logo p {
	margin: 0 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.device-notification--message {
	width: 70%;
	margin: 30px 0 0 0;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 767px) and (min-width: 601px) and (max-height: 680px) {
	.device-notification {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 600px) and (min-width: 480px) and (max-height: 580px) {
	.device-notification {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 736px) and (min-width: 360px) and (orientation: landscape) {
	.device-notification {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 359px) {
	.device-notification {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.section {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
	transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}

.section--is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transition: opacity 0.4s ease-in-out 0.4s;
	transition: opacity 0.4s ease-in-out 0.4s;
}

.section--next {
	-webkit-transform: translateY(-45px);
	transform: translateY(-45px);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.section--prev {
	-webkit-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 70px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 10;
	margin-top: 15px;
}

.header--logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
}

.header--logo p {
	margin: 0 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.header--nav-toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
	content: "";
	position: relative;
	width: 16px;
	height: 2px;
	background-color: #fff;
}

.header--nav-toggle::before {
	bottom: 5px;
	width: 23px;
}

.header--nav-toggle::after {
	top: 5px;
	width: 23px;
}

.header--cta {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0 20px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e2231a;
	border: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
	transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}

.header--cta:focus {
	outline: none;
}

.header--cta.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.4s ease-in-out 0.4s;
	transition: opacity 0.4s ease-in-out 0.4s;
}

@media (max-width: 767px) {
	.header--cta {
		display: none;
	}
}

.side-nav {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 70%;
	max-height: 750px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	z-index: 10;
}

.side-nav > li {
	position: relative;
	top: -5px;
	color: #fff;
	font-size: 6px;
	cursor: pointer;
}

.side-nav > li span {
	position: relative;
	top: 3px;
	left: 28px;
	/* color: #fff; */
	color: #555;
	font-size: 14px;
	font-weight: 300;
	opacity: 1;
	/* visibility: hidden; */
}

.side-nav > li::before {
	position: absolute;
	top: 3px;
	left: 10px;
	color: #555;
	font-size: 14px;
	font-weight: 300;
}

.side-nav li:nth-child(1)::before {
	content: "01";
}
.side-nav li:nth-child(2)::before {
	content: "02";
}
.side-nav li:nth-child(3)::before {
	content: "03";
}
.side-nav li:nth-child(4)::before {
	content: "04";
}
.side-nav li:nth-child(5)::before {
	content: "05";
}
.side-nav li:nth-child(6)::before {
	content: "06";
}
.side-nav li:nth-child(7)::before {
	content: "07";
}
.side-nav li:nth-child(8)::before {
	content: "08";
}
.side-nav li:nth-child(9)::before {
	content: "09";
}

.side-nav li.is-active {
	color: #e2231a;
	-webkit-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

.side-nav li.is-active span {
	opacity: 1;
	left: 10px;
	visibility: visible;
	color: #fff;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.side-nav li.is-active::before {
	left: -33px;
	color: #fff;
}

.intro {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 900px;
	max-width: 75%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

@media (max-width: 1180px) {
	.intro {
		max-width: 100%;
	}
}

.intro--banner {
	position: relative;
	height: 475px;
}

.intro--banner h1 {
	position: relative;
	font-size: 68px;
	font-weight: 900;
	line-height: 1;
	z-index: 1;
}

.intro--banner button {
	position: relative;
	padding: 5px 17px 5px 12px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
}

.intro--banner button .btn-background {
	position: absolute;
	top: 0;
	left: 23px;
	right: 0;
	height: 100%;
	background-color: #e2231a;
	z-index: -1;
	-webkit-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
}

.intro--banner button:hover .btn-background {
	left: 0;
}

.intro--banner button:focus {
	outline: none;
}

.intro--banner button svg {
	position: relative;
	left: 5px;
	width: 15px;
	fill: #fff;
}

.intro--banner img {
	position: relative;
	margin-top: -3%;
	margin-left: -62%;
	/* top: -17%;
	right: -49%; */
	/* width: 1798px; */
}

.intro--options {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.intro--options > a {
	max-width: 250px;
	text-decoration: none;
	color: #282828;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.intro--options > a:hover {
	color: #fff;
}

.intro--options h3 {
	font-size: 16px;
	text-transform: uppercase;
}

.intro--options p {
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.intro--banner {
		height: 380px;
	}

	.intro--banner img {
		width: 430px;
	}
	.intro--options > a {
		margin-right: 30px;
	}
	.intro--options > a:last-child {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.intro--banner {
		height: 305px;
	}
	.intro--banner h1 {
		font-size: 44px;
	}
	.intro--banner img {
		width: 330px;
	}
	.intro--options {
		display: block;
	}
	.intro--options > a {
		display: block;
		max-width: 100%;
		margin: 0 0 30px 0;
	}
	.intro--options > a:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.intro--banner {
		height: 360px;
	}
	.intro--banner h1 {
		font-size: 44px;
	}
	.intro--banner img {
		display: none;
	}
}

@media (max-width: 600px) and (max-height: 750px) {
	.intro--banner {
		height: auto;
	}
	.intro--banner::before,
	.intro--banner::after {
		display: none;
	}
	.intro--banner h1 {
		margin-top: 0;
	}
	.intro--options {
		display: none;
	}
}

.work {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	max-width: 80%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

@media (max-width: 1180px) {
	.work {
		max-width: 100%;
	}
}

.work h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	text-align: center;
}

.work--lockup {
	position: relative;
}

.work--lockup .slider {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.work--lockup .slider--item {
	position: absolute;
	display: none;
	text-align: center;
}

.work--lockup .slider--item a {
	text-decoration: none;
	color: #858585;
}

.work--lockup .slider--item-title {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.work--lockup .slider--item-description {
	display: none;
	max-width: 250px;
	margin: 0 auto;
}

.work--lockup .slider--item-image {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.work--lockup .slider--item-image img {
	width: 100%;
}

.work--lockup .slider--item-left {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.work--lockup .slider--item-right {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.work--lockup .slider--item-center {
	position: relative;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
}

.work--lockup .slider--item-center a {
	color: #fff;
}

.work--lockup .slider--item-center .slider--item-title {
	margin-top: 25px;
	font-size: 16px;
}

.work--lockup .slider--item-center .slider--item-description {
	display: block;
}

.work--lockup .slider--item-center .slider--item-image {
	width: 300px;
	height: 300px;
}

.work--lockup .slider--next,
.work--lockup .slider--prev {
	position: absolute;
	top: 160px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #282828;
	border-radius: 50%;
	cursor: pointer;
}

.work--lockup .slider--next svg,
.work--lockup .slider--prev svg {
	width: 20px;
	fill: #fff;
}

.work--lockup .slider--next {
	right: 0;
}

.work--lockup .slider--prev {
	left: 0;
}

@media (max-width: 900px) {
	.work--lockup .slider--item-image {
		width: 120px;
		height: 120px;
	}
	.work--lockup .slider--item-center .slider--item-image {
		width: 240px;
		height: 240px;
	}
	.work--lockup .slider--next,
	.work--lockup .slider--prev {
		top: 130px;
	}
}

@media (max-width: 767px) {
	.work--lockup .slider {
		width: 75%;
	}
	.work--lockup .slider--item-image {
		width: 90px;
		height: 90px;
	}
	.work--lockup .slider--item-center .slider--item-image {
		width: 190px;
		height: 190px;
	}
	.work--lockup .slider--next,
	.work--lockup .slider--prev {
		top: 105px;
	}
}

@media (max-width: 600px) {
	.work--lockup .slider {
		width: auto;
	}
	.work--lockup .slider--item-left,
	.work--lockup .slider--item-right {
		display: none;
	}
}

.about {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 900px;
	max-width: 75%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

@media (max-width: 1180px) {
	.about {
		max-width: 100%;
	}
}

.about--banner {
	position: relative;
	height: 475px;
}

.about--banner h2 {
	position: relative;
	margin-top: 35px;
	font-size: 68px;
	font-weight: 900;
	line-height: 1;
	z-index: 1;
}

.about--banner a {
	padding: 5px 17px 5px 0;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
}

.about--banner a:hover svg {
	left: 10px;
}

.about--banner a svg {
	position: relative;
	left: 5px;
	width: 15px;
	fill: #fff;
	-webkit-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
}

.about--banner img {
	position: absolute;
	bottom: -90px;
	right: -12px;
}

.about--options {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 600px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about--options > a {
	position: relative;
	width: 150px;
	height: 75px;
	text-decoration: none;
	color: #fff;
	border: 10px solid #e2231a;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.about--options > a:nth-child(1) {
	background-image: url("../img/about-winners.jpg");
}

.about--options > a:nth-child(2) {
	background-image: url("../img/about-philosophy.jpg");
}

.about--options > a:nth-child(3) {
	background-image: url("../img/about-history.jpg");
}

.about--options > a:hover h3 {
	bottom: -50px;
}

.about--options h3 {
	position: absolute;
	bottom: -38px;
	left: 10px;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
	transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}

@media (max-width: 767px) {
	.about--banner {
		height: 305px;
	}
	.about--banner::before {
		top: 0;
		left: 125px;
	}
	.about--banner::after {
		top: 35px;
		left: 260px;
	}
	.about--banner h2 {
		margin-top: 10px;
		font-size: 44px;
	}
	.about--banner h2::before {
		top: 28px;
		left: 168px;
	}
	.about--banner h2::after {
		top: 163px;
		left: 163px;
	}
	.about--banner img {
		width: 315px;
	}
}

@media (max-width: 600px) {
	.about--banner {
		height: auto;
	}
	.about--banner::before {
		left: 155px;
	}
	.about--banner::after {
		left: 310px;
	}
	.about--banner h2 {
		margin-top: 0;
		font-size: 55px;
	}
	.about--banner h2::before {
		top: 43px;
		left: 214px;
	}
	.about--banner h2::after {
		top: 205px;
		left: 205px;
	}
	.about--banner img {
		display: none;
	}
	.about--options {
		display: none;
	}
}

.contact {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/Portfolio-Adresse.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contact--lockup {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 900px;
	max-width: 75%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 auto;
}

@media (max-width: 1180px) {
	.contact--lockup {
		max-width: 90%;
	}
}

@media (max-width: 767px) {
	.contact--lockup {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.contact--lockup .modal {
	margin-top: 60px;
	padding: 20px 20px;
	text-align: center;
	/* background-color: #0c0c0c; */
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
}

.contact--lockup .modal--information p,
.contact--lockup .modal--information a {
	display: block;
	margin: 14px 0;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.contact--lockup .modal--information p {
	margin-top: 0;
}

.contact--lockup .modal--options {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact--lockup .modal--options > li {
	width: 130px;
	margin: 0 auto 25px auto;
}

.contact--lockup .modal--options li:nth-child(1) {
	background-color: #e2241a;
}

/* .contact--lockup .modal--options li:nth-child(2) {
	background-color: #ea4c89;
}

.contact--lockup .modal--options li:nth-child(3) {
	margin-bottom: 0;
	background-color: #e2231a;
	text-transform: uppercase;
} */

.contact--lockup .modal--options a {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.hire {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 700px;
	max-width: 75%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

@media (max-width: 1180px) {
	.hire {
		max-width: 100%;
	}
}

.hire h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	text-align: center;
}

.work-request {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.work-request input[type="submit"] {
	width: 400px;
	max-width: 100%;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e2231a;
	border: none;
	border-radius: 0;
}

.work-request input[type="submit"]:focus {
	outline: none;
}

.work-request--options {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0;
}

.work-request--options .options-a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.work-request--options .options-b {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 72%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.work-request--options label {
	display: block;
	width: 200px;
	margin-bottom: 30px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: 2px solid #fff;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.work-request--options label svg {
	position: relative;
	left: -5px;
	width: 0;
	fill: #fff;
	-webkit-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

.work-request--options input[type="checkbox"] {
	display: none;
}

.work-request--options input[type="checkbox"]:checked + label {
	background-color: #e2231a;
	border-color: #e2231a;
}

.work-request--options input[type="checkbox"]:checked + label svg {
	width: 15px;
}

.work-request--information {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.work-request--information .information-name,
.work-request--information .information-email {
	position: relative;
	width: 45%;
	height: 50px;
	font-size: 30px;
	font-weight: 300;
}

.work-request--information input[type="text"],
.work-request--information input[type="email"] {
	width: 100%;
	padding: 0 0 5px 0;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}

.work-request--information input[type="text"]:focus,
.work-request--information input[type="email"]:focus {
	outline: none;
	background-color: #0c0c0c;
}

.work-request--information label {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	-webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
	transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

.work-request--information input:focus + label,
.work-request--information input.has-value + label {
	top: -15px;
	font-size: 14px;
}

@media (max-width: 767px) {
	.work-request--options {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.work-request--options .options-a,
	.work-request--options .options-b {
		display: block;
		width: auto;
	}
}

@media (max-width: 600px) {
	.work-request--options {
		margin: 20px 0;
	}
}

@media (max-width: 600px) and (max-width: 415px) {
	.work-request--options {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 600px) {
	.work-request--options label {
		width: 150px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.work-request--options input[type="checkbox"]:checked + label svg {
		width: 12px;
	}
	.work-request--information {
		margin-bottom: 30px;
	}
	.work-request--information .information-name,
	.work-request--information .information-email {
		height: 40px;
		font-size: 24px;
	}
}

.perspective {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.perspective--modalview {
	position: fixed;
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.container {
	position: relative;
	-webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
	transform: translateZ(0) translateX(0) rotateY(0deg);
	min-height: 100%;
	outline: 30px solid #e2231a;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.modalview .container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.effect-rotate-left .container {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.effect-rotate-left--animate .container {
	-webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
	transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
	outline: 30px solid #e2231a;
}

.outer-nav {
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.2s;
	transition: visibility 0s 0.2s;
}

.outer-nav.is-vis {
	visibility: visible;
}

.outer-nav--return {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
	z-index: 11;
}

.outer-nav--return.is-vis {
	display: block;
}

.outer-nav > li {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateX(350px) translateZ(-1000px);
	transform: translateX(350px) translateZ(-1000px);
	font-size: 55px;
	font-weight: 900;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.outer-nav > li.is-vis {
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
	opacity: 1;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.outer-nav > li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
	width: 110%;
	height: 15px;
	opacity: 0;
	background-color: #e2231a;
}

.outer-nav > li.is-active::before {
	opacity: 1;
}

@media (max-width: 767px) {
	.outer-nav > li {
		font-size: 44px;
	}
}

@media (max-width: 600px) {
	.outer-nav > li {
		font-size: 34px;
	}
}

.outer-nav li.is-vis:nth-child(2) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}

.outer-nav li.is-vis:nth-child(3) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}

.outer-nav li.is-vis:nth-child(4) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}

.outer-nav li.is-vis:nth-child(5) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}

/* Accueil Page Style */

.wordCarousel {
	font-size: 36px;
	font-weight: 100;
	color: #eee;
}
.wordCarousel div {
	overflow: hidden;
	position: relative;
	/* float: right; */
	height: 65px;
	padding-top: 10px;
	margin-top: -10px;
}
.wordCarousel div li {
	font-family: Serif;
	color: #eee;
	font-weight: 700;
	padding: 0 10px;
	height: 45px;
	margin-bottom: 45px;
	display: block;
}
.flip2 {
	animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}
.flip3 {
	animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}
.flip4 {
	animation: flip4 4s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}
@keyframes flip2 {
	0% {
		margin-top: -180px;
	}
	5% {
		margin-top: -90px;
	}
	50% {
		margin-top: -90px;
	}
	55% {
		margin-top: 0px;
	}
	99.99% {
		margin-top: 0px;
	}
	100% {
		margin-top: -270px;
	}
}
@keyframes flip3 {
	0% {
		margin-top: -270px;
	}
	5% {
		margin-top: -180px;
	}
	33% {
		margin-top: -180px;
	}
	38% {
		margin-top: -90px;
	}
	66% {
		margin-top: -90px;
	}
	71% {
		margin-top: 0px;
	}
	99.99% {
		margin-top: 0px;
	}
	100% {
		margin-top: -270px;
	}
}
@keyframes flip4 {
	0% {
		margin-top: -360px;
	}
	5% {
		margin-top: -270px;
	}
	25% {
		margin-top: -270px;
	}
	30% {
		margin-top: -180px;
	}
	50% {
		margin-top: -180px;
	}
	55% {
		margin-top: -90px;
	}
	75% {
		margin-top: -90px;
	}
	80% {
		margin-top: 0px;
	}
	99.99% {
		margin-top: 0px;
	}
	100% {
		margin-top: -270px;
	}
}

/* Style */
.worth {
	display: flex;
	width: fit-content;
	margin: 0px auto;
}
.worth1 {
	font-size: 25px;
	margin: 0px 30px;
	font-weight: 500;
}

.worth2 {
	font-size: 25px;
	margin: 0px 30px;
	font-weight: 500;
}
.worth2::before {
	content: "";
	position: absolute;
	top: 358px;
	left: 223px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #e2231a;
}
.worth3 {
	font-size: 25px;
	margin: 0px 30px;
	font-weight: 500;
}
.worth3::before {
	content: "";
	position: absolute;
	top: 358px;
	left: 406px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #e2231a;
}
.worth4 {
	font-size: 25px;
	margin: 0px 30px;
	font-weight: 500;
}
.worth4::before {
	content: "";
	position: absolute;
	top: 358px;
	left: 560px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #e2231a;
}
.worth5 {
	font-size: 25px;
	margin: 15px 30px;
	font-weight: 500;
}
.worth5::before {
	content: "";
	position: absolute;
	top: 418px;
	left: 367px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #e2231a;
}
.worth6 {
	font-size: 25px;
	margin: 15px 30px;
	font-weight: 500;
}

/* Pulse Animation */

.pulse {
	display: block;
	position: relative;
	right: 20px;
	top: 40px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #e2231a;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(226, 36, 26, 0.45);
	animation: pulse 1s infinite;
}
.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(226, 36, 26, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(2226, 36, 26, 0.4);
		box-shadow: 0 0 0 0 rgba(226, 36, 26, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

/* Descriptif Style */
.earth {
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
}
.earth img {
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}
.moon-container {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}

.moon {
	animation: spin 20s linear infinite;
	background: none;
	height: 50px;
	pointer-events: none;
	transform-origin: 25px;
	width: 50px;
}
.moon img {
	height: 50px;
	transform: translateX(-160px) translateY(-160px);
	width: 50px;
}

.earth img,
.moon img {
	border-radius: 50%;
	box-shadow: 0 0 12em 1em rgba(110, 140, 200, 0.6);
}

@keyframes spin {
	to {
		transform: rotateZ(360deg);
	}
}

.earth .more-info {
	background-image: linear-gradient(to bottom, rgba(10, 10, 10, 1), black);
	border-radius: 1em;
	color: #fff;
	opacity: 0;
	padding: 1em;
	transform-origin: 0 0;
	transform: scale(0.8);
	width: 400px;
}

.earth .more-info h1 {
	margin: 0 0 1em;
	text-align: right;
}
.earth:hover img {
	transform: translateX(-75px) translateY(-75px) scale(0.5);
}
.earth:hover ~ .moon-container {
	transform: translateX(-75px) translateY(-75px) scale(0.5);
}
.earth:hover ~ .moon-container img {
	transform: translateX(-140px) translateY(-140px);
}
.earth:hover .more-info {
	opacity: 1;
	transform: none;
}

.earth-demo * {
	transition: all 4s cubic-bezier(0, 1.5, 0.3, 1);
}
/* .earth-demo h1,
li {
	opacity: 0;
}
.earth-demo:hover h1,
li {
	opacity: 0;
} */

.earth-demo:hover li:nth-child(1) {
	transition-delay: 0s;
}

.earth-demo:hover li:nth-child(2) {
	transition-delay: 0.2s;
}

.earth-demo:hover li:nth-child(3) {
	transition-delay: 0.4s;
}

.earth-demo:hover li:nth-child(4) {
	transition-delay: 0.6s;
}

/* Clients Section specific style */
.logos_container {
	display: grid;
	grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
	grid-template-rows: 110px 110px 110px 68px;
	column-gap: 2%;
	row-gap: 5%;
}
.logo_img {
	background-color: white;
	border: 1px solid;
	border-radius: 50%;
}

/* Agency Page style */

.agency_text_container {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
}

/* Astronaut style */
.boxAstronaut {
	position: relative;
	bottom: 54%;
	left: 27%;
	will-change: transform;
	animation: moveAstronaut 50s infinite linear both alternate;
}
.boxAstronaut img {
	animation: rotateAstronaut 200s infinite linear both alternate;
}

.expertise_astronaut {
	position: relative;
	bottom: 88%;
	right: -55%;
}
.allo_kepler {
	font-size: 47px;
	bottom: 40px;
	left: 60px;
}
.text_container {
	position: relative;
	top: 10%;
	left: 19%;
}
.we {
	margin: 50px 0px 10px 52px;
	position: relative;
	top: 26%;
	right: 9%;
}
.digital {
	margin-left: 52px;
	margin-top: 0px;
	position: relative;
	left: 74%;
	bottom: 6%;
}
.agence_digital {
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.agence_digital_desc {
	text-align: justify;
	z-index: 1;
	font-weight: 500;
}
.agence_digital_valeurs {
	margin: 55px auto 21px;
	width: fit-content;
	color: red;
}
.worth_2 {
	display: flex;
	width: fit-content;
	margin: 0px auto;
}
.agence_about {
	top: 6%;
	left: 5%;
}
.team_about {
	display: grid;
	grid-template-columns: 50% 54%;
	grid-column-gap: 5%;
}
.our_digital_explorers {
	color: white;
	font-size: 60px;
}
.our_digital_explorers_desc {
	font-weight: 500 !important;
	font-size: 17px !important;
	text-align: justify;
	word-spacing: 2px;
	margin-bottom: 0px;
}
.item__title_name {
	margin-bottom: 0px;
	font-size: 30px;
}
.item__title_desc {
	margin-top: 0px;
	font-variant: discretionary-ligatures;
	font-size: 14px;
}
.project_work {
	margin-left: 14%;
}
.projects_page_title {
	display: none;
	margin: 0 0 40px 0 !important;
}
.projects_list {
	display: none;
	padding: 0px;
	font-size: 25px;
	text-align: center;
}
.projects_list_item {
	list-style-type: none;
	margin-bottom: 20px;
}
.clients_work {
	margin-left: 14%;
}
.logo1 {
	top: 41%;
	left: 7%;
}
.logo2 {
	top: 35%;
	left: 7%;
}
.logo3 {
	top: 27%;
	left: 7%;
}
.logo4 {
	top: 16%;
	left: 19%;
}
.logo5 {
	top: 27%;
	left: 7%;
}
.logo6 {
	top: 10%;
	left: 12%;
}
.logo7 {
	top: 10%;
	left: 20%;
}
.logo8 {
	top: 17%;
	left: 6%;
}
.logo9 {
	top: 27%;
	left: 7%;
}
.logo10 {
	top: 17%;
	left: 15%;
}
.logo11 {
	top: 16%;
	left: 16%;
}
.logo12 {
	top: 33%;
	left: 6%;
}
.logo13 {
	top: 12%;
	left: 19%;
}
.logo14 {
	top: 18%;
	left: 11%;
}
.logo15 {
	top: 11%;
	left: 29%;
}
.logo16 {
	top: 18%;
	left: 18%;
}
.logo17 {
	top: 12%;
	left: 16%;
}
.logo18 {
	top: 14%;
	left: 6%;
}
.logo19 {
	top: 16%;
	left: 3%;
}
.logo20 {
	top: 20%;
	left: 18%;
}
.logo21 {
	top: 14%;
	left: 14%;
}
.nos_expertises,
.nos_clients {
	display: none;
}

.plan-name {
	padding: 15px 15px 0 15px;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.pack_name {
	font-size: 20px;
	font-weight: bold;
}

.pack_icon {
	margin-top: 20px;
}
.plan-price {
	font-size: 46px;
	margin: 0;
	font-weight: 800;
	margin-bottom: 20px;
}
.plan-price-container {
	overflow: hidden;
}
.plan_container {
	margin: 0px auto;
}
.plan {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	column-gap: 5%;
}

.project_work button {
	width: 37%;
	font-size: 15px;
	border-radius: 10px;
	border: none;
	padding: 15px 15px;
	margin: 40px auto;
	background: red;
	color: white;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

@keyframes rotateAstronaut {
	100% {
		-webkit-transform: rotate(-720deg);
		transform: rotate(-720deg);
	}
}

@keyframes moveAstronaut {
	100% {
		-webkit-transform: translate(-100px, -100px);
		transform: translate(-100px, -100px);
	}
}
/* For iPads, Tablets Devices */
@media screen and (max-width: 768px) {
	.we {
		font-size: 40px;
		margin: 50px 0px 10px 52px;
		position: relative;
		top: 27%;
		right: 6%;
	}
	.digital {
		font-size: 40px;
		left: 65%;
		bottom: 15%;
	}
	.intro--banner img {
		position: relative;
		margin-top: -41%;
		margin-left: -42%;
		width: 1222px;
	}
	.team_about {
		display: grid;
		grid-template-columns: 45% 49%;
		grid-column-gap: 5%;
	}
	.our_digital_explorers {
		font-size: 50px !important;
	}
	.project_work {
		margin-left: 0%;
	}
	.clients_work {
		margin-left: 0%;
	}

	.agence_about {
		top: 0%;
		left: 0%;
	}
	.modal_mobile {
		position: relative;
		left: 6% !important;
	}
	.pulse {
		display: block;
		position: relative;
		right: 0px;
		top: 45px;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #e2231a;
		cursor: pointer;
		box-shadow: 0 0 0 rgb(226 36 26 / 45%);
		animation: pulse 1s infinite;
	}
	.allo_kepler {
		font-size: 46px;
		bottom: 64px;
		left: 12px;
	}
	.agence_digital {
		font-weight: 900;
		font-size: 33px;
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.golden_spaceship {
		text-align: center;
	}
	.worth2::before {
		opacity: 0;
	}
	.worth3::before {
		opacity: 0;
	}
	.worth4::before {
		opacity: 0;
	}
	.worth5::before {
		opacity: 0;
	}
}
/* Responsive Style */
@media screen and (max-width: 425px) {
	/* first Page */
	.we {
		margin: 50px 0px 10px 52px;
		position: relative;
		top: 36% !important;
		left: 23% !important;
	}

	.text_container {
		position: relative;
		top: 39%;
		left: 6%;
	}
	.digital {
		margin-left: 52px;
		margin-top: 0px;
		position: relative;
		left: 10.25% !important;
		bottom: -36% !important;
	}
	.intro--banner img {
		display: block;
		right: 51%;
		bottom: 49% !important;
		width: 1300px !important;
		margin-top: -3% !important;
		margin-left: -62% !important;
	}
	/* second page */
	.agence_about {
		top: -1%;
	}
	.agency_text_container {
		display: block;
	}
	.agence_digital {
		font-weight: 900;
		font-size: 23px;
		margin-bottom: 0px;
		margin-top: 20px;
		text-align: center;
	}
	.agence_digital_desc {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.agence_digital_valeurs {
		margin: 0px 0px 22px 0px;
		font-size: 20px !important;
		left: 30%;
	}
	.worth {
		display: grid;
		grid-template-columns: 50% 50%;
		row-gap: 25%;
		margin-right: 49px;
	}
	.worth_2 {
		display: grid;
		grid-template-columns: 50% 50%;
		margin-top: 20px;
	}
	.worth1,
	.worth2,
	.worth3,
	.worth4,
	.worth5,
	.worth6 {
		font-size: 16px;
	}
	.worth5 {
		margin: 10px 30px;
		margin-left: 79px;
	}
	.worth6 {
		margin-left: 31px;
		margin: 8px 30px;
	}
	.worth2::before,
	.worth3::before,
	.worth4::before,
	.worth5::before {
		display: none;
	}
	/* third page */
	.team_about {
		display: block !important;
		position: relative;
		top: 5%;
		z-index: 1;
	}
	.our_digital_explorers {
		margin-bottom: 30px;
		font-size: 30px !important;
		text-align: center !important;
	}
	.our_digital_explorers_desc {
		font-size: 15px !important;
		font-weight: 500 !important;
	}
	.our_digital_explorers_desc span {
		font-size: 17px !important;
	}
	.explorers_list {
		margin-top: 20px;
	}
	.boxAstronaut {
		opacity: 0.4;
	}
	/* Fourth Page */
	.nos_expertises {
		display: block;
		position: relative;
		top: 14%;
		left: 19%;
		font-size: 30px;
		margin-bottom: 0px;
	}
	.item__title_desc {
		font-size: 11px;
	}
	.expertise_astronaut {
		position: relative;
		bottom: 90%;
		right: -44%;
	}
	/* Fifth Page */
	.project_work {
		margin-left: 0;
	}
	.projects_page_title,
	.projects_list {
		display: block;
	}
	.item__title_name {
		margin-bottom: 0px;
		font-size: 24px;
	}
	/* sixth page */
	.clients_work {
		margin-left: 0px;
	}
	.nos_clients {
		display: block;
		position: relative;
		top: 11%;
		left: 25%;
		font-size: 30px;
	}
	.logos_container {
		display: grid;
		grid-template-columns: 22% 22% 22% 22%;
		grid-template-rows: 76px 76px 76px 76px 76px 76px 45px;
		column-gap: 4%;
		row-gap: 3%;
		margin-bottom: 45px;
		position: relative;
		top: -3%;
	}
	.golden_spaceship {
		font-size: 23px !important;
		display: none;
	}
	.logo1 {
		top: 38%;
		left: 7%;
		width: 84%;
	}
	.logo2 {
		top: 39%;
		left: 12%;
		width: 80%;
	}
	.logo3 {
		top: 31%;
		left: 13%;
		width: 80%;
	}
	.logo4 {
		top: 16%;
		left: 17%;
		width: 70%;
	}
	.logo5 {
		top: 31%;
		left: 8%;
		width: 84%;
	}
	.logo6 {
		top: 13%;
		left: 14%;
		width: 70%;
	}
	.logo7 {
		top: 9%;
		left: 14%;
		width: 65%;
	}
	.logo8 {
		top: 26%;
		left: 14%;
		width: 80%;
	}
	.logo9 {
		top: 32%;
		left: 13%;
		width: 80%;
	}
	.logo10 {
		top: 19%;
		left: 15%;
		width: 75%;
	}
	.logo11 {
		top: 20%;
		left: 16%;
		width: 65%;
	}
	.logo12 {
		top: 33%;
		width: 80%;
		left: 12%;
	}
	.logo13 {
		width: 65%;
		left: 15%;
		top: 8%;
	}
	.logo14 {
		width: 80%;
		left: 15%;
	}
	.logo15 {
		left: 28%;
		width: 46%;
	}
	.logo16 {
		width: 67%;
		top: 16%;
		left: 17%;
	}
	.logo17 {
		width: 60%;
		top: 8%;
		left: 15%;
	}
	.logo18 {
		top: 16%;
		left: 6%;
		width: 84%;
	}
	.logo19 {
		width: 80%;
		top: 20%;
		left: 13%;
	}
	.logo20 {
		width: 76%;
		top: 19%;
		left: 11%;
	}
	.logo21 {
		width: 70%;
		top: 18%;
	}
	.allo_kepler {
		font-size: 30px !important;
		bottom: 211px !important;
		left: 168px !important;
		width: 307px;
	}
	/* final Page */
	.contact_mobile {
		left: -76px !important;
		top: 10%;
	}
	.modal_mobile {
		left: -20% !important;
	}
	.pulse {
		display: none !important;
		right: 16px;
		top: 46px;
	}
}

@media screen and (max-width: 375px) {
	.we {
		top: 54% !important;
		left: 26% !important;
		font-size: 33px !important;
	}
	.text_container {
		position: relative;
		top: 57%;
		left: 12%;
	}
	.text_container h1 {
		font-size: 33px !important;
	}
	.digital {
		font-size: 33px !important;
		left: 16.25% !important;
		bottom: -51% !important;
	}
	.intro--banner img {
		display: block;
		right: 120%;
		bottom: 22% !important;
		width: 1100px !important;
		margin-top: -3% !important;
		margin-left: 16% !important;
	}
	.agence_digital {
		font-weight: 900;
		font-size: 20px;
		margin-bottom: 0px;
		margin-top: 20px;
		text-align: center;
	}
	.agence_about {
		top: 0%;
		left: 0%;
	}
	.agence_digital_valeurs {
		margin: 0px 0px 15px 0px;
		font-size: 20px !important;
		left: 30%;
	}
	.worth5 {
		margin-left: 22px;
	}
	.worth6 {
		margin: 11px 30px;
		margin-left: 10px;
	}
	.item__title_desc {
		font-size: 10px !important;
	}
	.item__title_name {
		margin-bottom: 0px;
		font-size: 22px;
	}
	.golden_spaceship {
		text-align: center;
	}
	.modal_mobile {
		left: -23% !important;
	}
	.logos_container {
		display: grid;
		grid-template-columns: 22% 22% 22% 22% !important;
		grid-template-rows: 70px 70px 70px 70px 70px 70px 39px;
		column-gap: 4%;
		row-gap: 3%;
		margin-bottom: 45px;
		position: relative;
		top: -6%;
	}
	.clients_work {
		margin-left: 0px;
	}
	.nos_expertises {
		left: 17%;
	}
}

/* For Small screens, laptops Devices */
@media screen and (min-width: 1024px) {
	.intro--banner img {
		position: relative;
		margin-top: -43%;
		margin-left: -53%;
		width: 1798px;
	}
	.we {
		margin: 50px 0px 10px 65px;
		position: relative;
		top: 26%;
		right: 9%;
	}
	.text_container {
		position: relative;
		top: 10%;
		left: 17%;
	}
	.digital {
		margin-left: -2px;
		margin-top: 0px;
		position: relative;
		left: 74%;
		bottom: 6%;
	}
	.agence_about {
		top: 5%;
		left: 0%;
	}
	.worth2::before {
		content: "";
		position: absolute;
		top: 345px;
		left: 240px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		background-color: #e2231a;
	}
	.worth3::before {
		content: "";
		position: absolute;
		top: 345px;
		left: 422px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		background-color: #e2231a;
	}
	.worth4::before {
		content: "";
		position: absolute;
		top: 345px;
		left: 573px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		background-color: #e2231a;
	}
	.worth5::before {
		content: "";
		position: absolute;
		top: 397px;
		left: 384px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		background-color: #e2231a;
	}
	.team_about {
		display: grid;
		grid-template-columns: 50% 47%;
		grid-column-gap: 3%;
	}
	.project_work {
		margin-left: 0%;
	}
	.clients_work {
		margin-left: 0%;
	}
	.modal_mobile {
		position: relative;
		left: 3% !important;
	}
	.pulse {
		display: block;
		position: relative;
		right: 16px;
		top: 46px;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #e2231a;
		cursor: pointer;
		box-shadow: 0 0 0 rgb(226 36 26 / 45%);
		animation: pulse 1s infinite;
	}
}
@media screen and (min-width: 1180px) {
	.project_work {
		margin-left: 14%;
	}
	.clients_work {
		margin-left: 14%;
	}
}
/* For Desktops, large screens Devices */
@media screen and (min-width: 1200px) {
	.intro--banner img {
		position: relative;
		margin-top: -48%;
		margin-left: -61%;
	}
}

@media screen and (min-width: 1280px) {
	.intro--banner img {
		position: relative;
		margin-top: -46%;
		margin-left: -56%;
		width: 1798px;
	}
}

@media screen and (min-width: 1326px) {
	.intro--banner img {
		position: relative;
		margin-top: -44%;
		margin-left: -53%;
		width: 1798px;
	}
}

/* For Desktops, large screens Devices */
@media screen and (min-width: 1400px) {
	.intro--banner img {
		position: relative;
		margin-top: -47%;
		margin-left: -61%;
	}
}

@media screen and (min-width: 1440px) {
	.intro--banner img {
		position: relative;
		margin-top: -43%;
		margin-left: -53%;
	}
	.worth2::before {
		opacity: 0;
	}
	.worth3::before {
		opacity: 0;
	}
	.worth4::before {
		opacity: 0;
	}
	.worth5::before {
		opacity: 0;
	}
	.pulse {
		right: 16px;
		top: 48px;
	}
	.project_work {
		margin-left: 15%;
	}
	.clients_work {
		margin-left: 16%;
	}
	.modal_mobile {
		position: relative;
		left: 11% !important;
	}
}
/* Fixing UI for Large Screens */
@media screen and (min-width: 1919px) {
	.expertise_astronaut {
		position: relative;
		bottom: 77%;
		right: -61%;
	}
	.pulse {
		display: block;
		position: relative;
		right: 6px;
		top: 61px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #e2231a;
		cursor: pointer;
		box-shadow: 0 0 0 rgb(226 36 26 / 45%);
		animation: pulse 1s infinite;
	}
	.allo_kepler {
		font-size: 52px;
		left: 15px;
		bottom: 126px;
	}
	.worth2::before {
		content: "";
		position: absolute;
		top: 364px;
		left: 244px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		background-color: #e2231a;
	}
	.worth3::before {
		content: "";
		position: absolute;
		top: 364px;
		left: 424px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		background-color: #e2231a;
	}
	.worth4::before {
		content: "";
		position: absolute;
		top: 364px;
		left: 578px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		background-color: #e2231a;
	}
	.worth5::before {
		content: "";
		position: absolute;
		top: 419px;
		left: 384px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		background-color: #e2231a;
	}
	 {
		position: relative;
		left: 18%;
	}
}
/* For Extra large screens, TV Devices */
@media screen and (min-width: 2560px) {
	.pulse {
		right: -6px;
		top: 81px;
	}
	.modal_mobile {
		position: relative;
		left: 20% !important;
	}
}

@media screen and (width: 768px) {
	.clients_logo {
		width: 70%;
	}
}

@media screen and (max-width: 425px) and (max-height: 750px) {
	/* first Page */
	.we {
		margin: 50px 0px 10px 52px;
		position: relative;
		top: 42% !important;
		left: 25% !important;
		font-size: 40px !important;
	}

	.text_container {
		position: relative;
		top: 44.5%;
		left: 10%;
	}
	.text_container h1 {
		font-size: 40px;
	}
	.digital {
		margin-left: 52px;
		margin-top: 0px;
		position: relative;
		left: 14.25% !important;
		bottom: -43% !important;
		font-size: 40px !important;
	}
	.intro--banner img {
		display: block;
		right: 50%;
		bottom: 0% !important;
		width: 1300px !important;
		margin-top: -3% !important;
		margin-left: -62% !important;
	}
}

@media screen and (max-width: 375px) and (max-height: 750px) {
	.we {
		top: 50% !important;
		left: 22% !important;
		font-size: 33px !important;
	}
	.text_container {
		top: 52%;
		left: 7%;
	}
	.digital {
		top: 49%;
		margin-left: 13%;
		font-size: 33px !important;
	}
	.intro--banner img {
		bottom: -8% !important;
		width: 1200px !important;
		left: -59% !important;
	}
}

@media screen and (max-width: 360px) and (max-height: 750px) {
	.intro--banner img {
		bottom: -8% !important;
		width: 1200px !important;
		left: -66% !important;
	}
}

@media screen and (max-width: 425px) {
	.projects_page_title_pack {
		margin: 100px 0 18px 0;
	}
	.plan {
		display: flex;
	}
	.pack_name {
		font-size: 15px;
	}
	.pack_icon img {
		height: 80px;
	}
	.plan-price {
		font-size: 20px;
	}
}

/*for iPhone 12 and iPhone 12 Pro*/

@media screen 
    and (width: 390px) 
    and (height: 844px) 
   {
    
    .intro--banner img {
    right: 62%;
    }    
        
}

/*for iPhone 12 Pro Max*/

/*@media only screen */
/*    and (device-width: 428px) */
/*    and (device-height: 926px) */
/*    and (-webkit-device-pixel-ratio: 3) { }*/

@media screen 
    and (width: 390px) 
    and (height: 669px) { 
        .intro--banner img {
            right: 64%;
        }
        .we {
            position: absolute;
            top: 36% !important ;
            left: 22% !important;
            
        }
        .text_container {
            position: absolute;
            left: 7% !important;
            top: 44% !important;
        }
        .digital {
            position: absolute;
            left: 12.25%;
            top : 47% !important;
        }
    }













