*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--color-text: #fcf6f2;
	--color-text-b: #0d0f13;
	--color-text-li: #424247;
	--color-bg: #ef2f60;
	--color-link: #fcf6f2;
	--color-link-hover: #D18CE0;
	--img-maxwidth: 250px;
	--blendmode-title: difference;
	--filter-img: none;
}

body {
	background-color: #F4F4F2;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
}

li {
	list-style: none;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

/* perloader */
.cookiealert {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: #ecf0f1;
	background: #212327;
	padding: 8px;
}

.cookiealert.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert p {
	font-size: 14px;
	margin-bottom: 8px;
}

.cookiealert a {
	text-decoration: underline;
	margin-left: 5px;
	font-size: 14px;
}

.cookiealert .acceptcookies {
	margin-left: 10px;
	vertical-align: baseline;
}

.btn-c {
	font-size: 14px;
	padding: 6px 12px;
	background-color: var(--color-link-hover);
	color: var(--color-text);
	border: none;
	border-radius: 35px;
	text-transform: uppercase;
}

.perloader {
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 11111111;
	overflow: hidden;
	opacity: 1;
}

.perloader-section {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-bg);
	animation: slide-out-container 4s cubic-bezier(0.97, 0.01, 0.36, 0.99) 2.8s;
	animation-fill-mode: forwards;
	overflow: hidden;
}

/* perloader */

/* Home-sectiom-start */

.nav {
	padding: 30px 32px 0;
	text-align: center;
	position: absolute;
	z-index: 1201;
	top: 0;
	left: 0;
	text-transform: uppercase;
	align-content: space-between;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	width: 100%;
	display: flex;
	overflow: hidden;
}

.nab__inner {
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.nav__title {
	margin: 0 0 1rem;
}

.nav__links {
	display: inline;
	margin-right: 3rem;
}

.nav__links a:not(:last-child),
.nav__lang a:not(:last-child) {
	margin-right: 12px;
}

.nav__lang {
	margin: 0 20px;
}

.button-sound {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	color: var(--color-text);
	cursor: pointer;
}


.audio--container {
	width: 50px;
	height: 20px;
	display: flex;
	justify-content: space-between;
}

.audio--container:hover {
	cursor: pointer;
}

.audio--container div {
	width: 5px;
	background: white;
	transition: transform 250ms ease, background 200ms ease;
}

.audiobar {
	/*transform:scaleY(0.5);*/
	transform-origin: center;
}

/* contact-button */

.button,
.button-2 {
	pointer-events: auto;
	cursor: pointer;
	background: var(--color-link-hover);
	border: none;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
	border-radius: 3rem;
	text-transform: uppercase;
	color: var(--color-link);
}

.button {
	padding: 1rem 3rem;
}

.button-2 {
	padding: 0.5rem 2rem;
}

.button:hover,
.button-2:hover {
	color: var(--color-text);

}

.link {
	cursor: pointer;
	font-size: 18px;
	position: relative;
	white-space: nowrap;
	color: var(--color-text);
}

.link::before,
.link::after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: currentColor;
	top: 100%;
	left: 0;
	pointer-events: none;
}

.link::before {
	content: '';
	/* show by default */
}

.link--elara {
	font-size: 16px;
	font-weight: 400;
}

.link--elara::before {
	transform-origin: 50% 100%;
	transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
	clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}

.link--elara:hover::before {
	transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
	clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}

.link--elara span {
	display: inline-block;
	transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.link--elara:hover span {
	transform: translate3d(0, -2px, 0);
}

@keyframes coverUp {
	0% {
		transform-origin: 50% 100%;
		transform: scale3d(1, 0.045, 1);
	}

	50% {
		transform-origin: 50% 100%;
		transform: scale3d(1, 1, 1);
	}

	51% {
		transform-origin: 50% 0%;
		transform: scale3d(1, 1, 1);
	}

	100% {
		transform-origin: 50% 0%;
		transform: scale3d(1, 0.045, 1);
	}
}

.link--mneme::after {
	content: '';
	transition: opacity 0.3s;
}

.link--mneme:hover::after {
	opacity: 0;
}

/* contact */
.content--w {
	padding: 0 32px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-sec {
	width: 100%;
	height: 100%;
}

.home__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	text-align: left;
	z-index: 1100;
	cursor: default;
	text-transform: uppercase;
	pointer-events: none;
	object-fit: cover;
	width: 100vw;
	height: calc(100vh - 11rem);
}

.content__title-lg {
	font-size: 140px;
	color: var(--color-text);
	font-weight: 300;
	margin-bottom: 20px;
}

.home__content h3 {
	font-size: 21px;
	font-weight: 500;
	color: var(--color-text);
	margin: 0 0 60px 0;
}

.home__content--inner {
	border-bottom: 3px solid var(--color-text);
	padding-bottom: 20px;
	align-items: flex-start;
	color: var(--color-text);
}

.inner-content h4 {
	font-size: 21px;
	font-weight: 400;
}

/* Home-sectiom-end */
/* Glitch styles */
.content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	min-height: 100vh;
	flex-direction: column;
}

.glitch-d {
	--glitch-width: 100vw;
	--glitch-height: 100vh;
	--gap-horizontal: 10px;
	--gap-vertical: 5px;
	--time-anim: 4s;
	--delay-anim: 2s;
	--blend-mode-1: none;
	--blend-mode-2: none;
	--blend-mode-3: none;
	--blend-mode-4: overlay;
	--blend-mode-5: overlay;
	--blend-color-1: transparent;
	--blend-color-2: transparent;
	--blend-color-3: transparent;
	--blend-color-4: #D18CE0;
	--blend-color-5: #e53737;
}

.glitch {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--glitch-width);
	height: var(--glitch-height);
}

.glitch__img {
	position: absolute;
	top: calc(-1 * var(--gap-vertical));
	left: calc(-1 * var(--gap-horizontal));
	width: calc(100% + var(--gap-horizontal) * 2);
	height: calc(100% + var(--gap-vertical) * 2);
	background: url(../../assets/img/home.jpg) no-repeat 50% 0;
	background-color: var(--blend-color-1);
	background-size: cover;
	transform: translate3d(0, 0, 0);
	background-blend-mode: var(--blend-mode-1);
}

.glitch__img:nth-child(n+2) {
	opacity: 0;
}

.imgloaded .glitch__img:nth-child(n+2) {
	animation-duration: var(--time-anim);
	animation-delay: var(--delay-anim);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.imgloaded .glitch__img:nth-child(2) {
	background-color: var(--blend-color-2);
	background-blend-mode: var(--blend-mode-2);
	animation-name: glitch-anim-1;
}

.imgloaded .glitch__img:nth-child(3) {
	background-color: var(--blend-color-3);
	background-blend-mode: var(--blend-mode-3);
	animation-name: glitch-anim-2;
}

.imgloaded .glitch__img:nth-child(4) {
	background-color: var(--blend-color-4);
	background-blend-mode: var(--blend-mode-4);
	animation-name: glitch-anim-3;
}

.imgloaded .glitch__img:nth-child(5) {
	background-color: var(--blend-color-5);
	background-blend-mode: var(--blend-mode-5);
	animation-name: glitch-anim-flash;
}

/* Animations */

@keyframes glitch-anim-1 {
	0% {
		opacity: 1;
		transform: translate3d(var(--gap-horizontal), 0, 0);
		-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
		clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
	}

	2% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
		clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
	}

	4% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
		clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
	}

	6% {
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
		clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
	}

	8% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}

	10% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}

	12% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}

	14% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}

	16% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}

	18% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}

	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}

	21.9% {
		opacity: 1;
		transform: translate3d(var(--gap-horizontal), 0, 0);
	}

	22%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-2 {
	0% {
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
		-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
		clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
	}

	3% {
		-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
		clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
	}

	5% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
		clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
	}

	7% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}

	9% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
		clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
	}

	11% {
		-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
		clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
	}

	13% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}

	15% {
		-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
		clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
	}

	17% {
		-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
		clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
	}

	19% {
		-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
		clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
	}

	20% {
		-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
		clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
	}

	21.9% {
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
	}

	22%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-3 {
	0% {
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
		clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
	}

	1.5% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
		clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
	}

	2% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
		clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
	}

	2.5% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}

	3% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
		clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
	}

	5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
		clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
	}

	5.5% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
		clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
	}

	7% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
		clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
	}

	8% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}

	9% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
		clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
	}

	10.5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
		clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
	}

	11% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
		clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
	}

	13% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
		clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
	}

	14% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
		clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
	}

	14.5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
		clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
	}

	15% {
		-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
		clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
	}

	16% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}

	18% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
		clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
	}

	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
		clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
	}

	21.9% {
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
	}

	22%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-text {
	0% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}

	2% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}

	4% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}

	5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}

	6% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}

	7% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}

	8% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}

	9% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}

	9.9% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
	}

	10%,
	100% {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

/* Flash */
@keyframes glitch-anim-flash {

	0%,
	5% {
		opacity: 0.2;
		transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
	}

	5.5%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
}

/* About-section-start*/

.value {
	padding: 20px 0;
}

.value__title h1 {
	font-size: 46px;
	font-weight: 500;
	text-transform: uppercase;
}


.value__inner {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
}

.value h2 {
	font-size: 46px;
	font-weight: 400;
}

.about__content {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: calc(100vh - 9rem);
	margin: 150px auto 0;
	color: var(--color-text-b);
}

.about__title h5,
.sec-title-div h5 {
	width: 200px;
	font-size: 18px;
	margin-top: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-text-b);
}

.about__content-text li {
	margin: 0px 0 5px 60px;
	list-style-type: square;
	font-size: 36px;
	font-weight: 400;
}

.manifesto__content {
	display: flex;
	justify-content: center;
	padding: 90px;
}

.manifesto__content-text h2 {
	font-size: 44px;
	font-weight: 500;

}


.manifesto__content-text p {
	font-size: 38px;
	font-weight: 400;
	margin-bottom: 3px;
}



/* About-section-end*/

.reveal-text {
	visibility: hidden;
}

.line {
	position: relative;
	overflow: hidden;
	will-change: transform;
	display: grid;
}

/* ============ nav-mobile view .end// ============ */
/* cursor */

@media screen and (min-width: 992px) {
	body {
		cursor: none;
	}

	.cursor {
		position: absolute;
		background: var(--color-bg);
		width: 15px;
		height: 15px;
		border-radius: 100%;
		z-index: 10000000;
		transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
		user-select: none;
		pointer-events: none;
		transform: scale(0.8);
	}

	.cursor::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		border-radius: 100%;
		opacity: 0;
	}

	.cursor.active {
		opacity: 1;
		transform: scale(4);
	}

	.cursor.active::before {
		opacity: 1;
	}

	.cursor-follower {
		position: absolute;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		z-index: 10000000;
		transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
		user-select: none;
		pointer-events: none;
		transform: translate(-12px, -12px);
		border: 2px solid var(--color-bg);
	}

	.cursor-follower.active {
		opacity: 0.3;
		transform: scale(0);
	}

	/* .cursor-thumb {
		transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
		transform: scale(1);
	} */

	.cursor-content {
		transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
		transform-origin: 90% center;
	}

	/* .cursor-img:hover .cursor-thumb {
		transform: scale(1.1);
	} */

	.cursor-img:hover .cursor-content {
		opacity: 0.8;
		transform: scale(1);
	}

}

/* video-section */
.sec-video {
	padding: 70px 0;
}

.video__d video {
	width: 100%;
	height: 100%;
}

.plyr__control--overlaid {
	background: var(--color-link-hover);
	border: 3px solid #ffffff;
	color: var(--plyr-video-control-color, #fff);
	padding: calc(var(--plyr-control-spacing, 40px)*1.5);

}

.plyr__control--overlaid:hover {
	background-color: #ffffffc5 !important;
	color: var(--color-link-hover) !important;
	border: 3px solid var(--color-link-hover);
}

.plyr__control--overlaid::before {
	content: 'PLAY';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: 500;
}

.plyr__control--overlaid svg {
	display: none;
}

/* video-section end*/


/* services start */

.service__one {
	padding-top: 70px;
}

.service__three {
	padding-bottom: 70px;
}

.sec-title-div,
.service__inner {
	border-bottom: 3px solid var(--color-text-li);
}

.service__inner {
	padding: 20px 0;
}

.service__content-s {
	text-align: right;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.service__content-t {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.service-title h1 {
	color: var(--color-text-b);
	font-size: 70px !important;
}

.service__subtitle li {
	font-size: 18px;
	color: var(--color-text-li);
	font-weight: 500;
}

.service__item {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
}

.service__item-bg {
	height: 90vh;
}

.service__item-img {
	display: block;
	height: 100%;
	width: 100%;
}

.service__item-img canvas {
	height: 100%;
}

.service__item-img img {
	height: 100%;
}

.service__item-img img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

.service__item:hover .service__item-img img:nth-child(2) {
	opacity: 1;
}

.service__item-img img {
	display: none;
}

/* services end */

/* sec-media */

.media__content {
	width: 100%;
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow-x: hidden;
}

.marquee {
	position: relative;
	width: 100vw;
	max-width: 100%;
	height: 200px;
	overflow: hidden;
	border-top: 3px solid var(--color-text-li);
	border-bottom: 3px solid var(--color-text-li);
	padding: 8px 0;
}

.content-m {
	display: flex;
	align-items: center;
}

.content-m li {
	font-size: 100px;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: 400;
}

.track {
	position: absolute;
	will-change: transform;
	animation: marquee 10s linear infinite;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-65%);
	}
}

.media__link {
	margin-top: 30px;
}

.media__link li a {
	font-size: 21px;
	color: var(--color-text-b);
}

.media__link li a:hover {
	color: var(--color-link-hover);
}


.list-group-item {
	color: var(--color-text-b);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	border: 0;
}

/* sec-media */

/* footer */
.sec-footer {
	background-color: var(--color-text-b);
	color: var(--color-text);
	width: 100%;
	height: 100%;
	padding: 60px 0 70px 0;
	overflow-x: hidden;
}

.footer__brand h1 {
	font-size: 90px;
	text-transform: uppercase;
	font-weight: 400;
}

.footer__links {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.footer__media ul {
	display: flex;
	flex-direction: row;
}

.footer__media li {
	margin: 0 30px;
}

.footer__nav {
	display: flex;
	justify-content: center;
	margin: 35px 26px 0 0;
}

.footer__nav-fr {
	margin: 35px -42px 0 0;
	display: flex;
	justify-content: center;
}


.add__content p {
	font-size: 18px;
	font-weight: 500;
}


.footer__add {
	margin-top: 21px;
}

.scroll__top {
	display: flex;
	flex-direction: column;
	margin-top: 60px;
}

.mail {
	margin: 76px 0 44px 0px;
}

.mail a {
	font-size: 28px;
	font-weight: 500;
}

.brand__cn h4 {
	font-size: 24px;
	font-weight: 500;
}

.aww img:hover {
	animation: clockwise linear infinite;
}

.aww img:hover {
	animation: wheel 25s infinite linear;
	transform-origin: center;
	transform: scale(1.5);
}

@keyframes wheel {
	from {
		transform: rotateZ(0deg);
	}

	to {
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes spaceboots {
	0% {
		-webkit-transform: translate(2px, 1px) rotate(0deg);
	}

	10% {
		-webkit-transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		-webkit-transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		-webkit-transform: translate(0px, 2px) rotate(0deg);
	}

	40% {
		-webkit-transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		-webkit-transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		-webkit-transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		-webkit-transform: translate(2px, 1px) rotate(-1deg);
	}

	80% {
		-webkit-transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		-webkit-transform: translate(2px, 2px) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(1px, -2px) rotate(-1deg);
	}
}

.shake,
.shake:hover,
.shake:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}


/*suvery */
.m-btn {
	border: 0;
	color: var(--color-text);
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: var(--color-bg);
	padding: 15px 30px;
	border-radius: 50px;
	margin-bottom: 20px;

}

.m-btn:hover {
	background-color: var(--color-link-hover);
	color: var(--color-text);
}

.modal-content {
	background-color: var(--color-text-b);
	color: var(--color-link);
	position: relative;
	overflow: hidden;
}

.address-m h4 {
	font-size: 18px;
	font-weight: 400;
}

.modal-header {
	border-bottom: 1px solid #dee2e614;
}

.modal-footer {
	border-top: 1px solid #dee2e614;
}

.c-form-label strong {
	font-size: 16px;
	font-weight: 400;
}

.next-btn {
	background-color: var(--color-link-hover);
	color: var(--color-text);
}

.next-btn:hover {
	background-color: #d681e9;
	color: var(--color-text);
}

.next-btn:focus {
	box-shadow: none;
}


.name-input,
.mail-input,
.massage-textarea {
	font-size: 15px;
	font-weight: 300;
}

.form-control {
	background-color: transparent;
	border-radius: 0;
}

.send-btn,
.send-btn-2 {
	background-color: var(--color-link-hover);
	padding: 10px 35px;
	color: var(--color-text);
	text-transform: uppercase;
}

.send-btn:hover,
.send-btn-2:hover {
	color: var(--color-text);
	background-color: var(--color-link-hover);
}


.send-btn {
	border-radius: 25px;
	border: 1px solid var(--color-link-hover);
}

.Subscribe {
	padding: 60px 0;
}

.Subscribe h4,
.mail h4 {
	font-size: 21px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.Subscribe h6 {
	font-size: 16px;
	color: #424247;
	margin-bottom: 30px;
}

.c-form {
	background-color: var(--color-text-b) !important;
	color: var(--color-link) !important;
	border: 2px solid var(--color-text);
}

.c-form:focus {
	border-color: var(--color-text);
	box-shadow: none;
}

.btn-close:focus,
.send-btn-2:focus {
	border-color: none;
	box-shadow: none;

}

.btn-close-2 {
	font-size: 21px;
	font-weight: 500;
	color: #ecf0f1;
	/* background-image: url("../../assets/img/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	border: none;
	background-color: transparent;
}

.c-form::placeholder {
	font-size: 14px;
}

.form-check-input:checked {
	background-color: var(--color-link-hover) !important;
	border-color: none;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input {
	border: none !important;
}

.invalid-feedback {
	color: var(--color-link-hover);
}

.survey-loading {
	align-self: center;
	display: flex;
	margin: 90px auto;
}

/* alert */
.swal2-popup {
	background-color: var(--color-text-b) !important;
}

.swal2-title,
.swal2-content {
	color: var(--color-text) !important;
}

.swal2-styled.swal2-confirm {
	background-color: var(--color-link-hover) !important;
	border: 1px solid var(--color-link-hover) !important;
}

.toast {
	background-color: var(--color-text-b) !important;
}

.toast-title {
	color: var(--color-text) !important;
}

.toast-header {
	background-color: var(--color-link-hover) !important;
}

.toast-body {
	color: var(--color-text) !important;
}

.contact-btn {
	background-color: transparent;
	border: none;
	color: var(--color-text);
}



/* /* alert */

/* suvery */

/* footer */

/* responsive */
@media (max-width: 1399px) {
	.preloader span {
		font-size: 32px;
	}

	.content__title-lg {
		font-size: 110px;
	}

	.inner-content h4,
	.service__subtitle li,
	.mail h4,
	.mail a,
	.brand__cn h4,
	.media__link li a,
	.m-btn {
		font-size: 16px;
	}

	.about__content-text li,
	.manifesto__content p {
		font-size: 32px;
	}


	.service__item-bg {
		height: 80vh;
	}

	.sec-footer {
		padding: 150px 0 70px 0;
	}

	.footer__brand h1 {
		font-size: 70px;
	}

	.footer__links {
		margin-top: 35px;
	}

	.scroll__top {
		margin-top: 95px;
	}

	.waviy {
		font-size: 36px;
		text-align: center;
	}
}

@media (max-width: 1199px) {
	.content__title-lg {
		font-size: 76px;
	}

	.about__content-text li,
	.manifesto__content p {
		font-size: 24px;
	}

	.scroll__top {
		margin-top: 243px;
	}

	.footer__nav {
		margin: 61px 0 0 0;
	}

}

@media (max-width: 991px) {
	.home__content h3 {
		font-size: 16px;
	}

	.about__title {
		width: 100%;
		border-bottom: 3px solid var(--color-text-li);
	}

	.about__content {
		flex-direction: column;
		margin: 150px auto 50px;
		height: 100%;
	}

	.about__title h5 {
		margin-bottom: 15px;
	}

	.about__content-text ul {
		margin: 25px 0 0 0;
	}

	.about__content-text li {
		margin: 0px 0 5px 23px;
	}

	.value h2 {
		font-size: 32px;
	}

	.sec-video {
		padding: 50px 0;
	}

	.service__item-bg {
		height: 65vh;
	}

	.content li {
		font-size: 70px;
	}

	.footer__nav {
		justify-content: start;
		margin: 70px 0 0 0;
	}

	.footer__nav-fr {
		justify-content: start;
	}

	.mail {
		margin: 20px 0 90px 0;
	}

	.send-btn-2 {
		padding: 10px 15px;
	}

	.scroll__top {
		margin-top: 90px;
	}
}

@media (max-width: 767.99px) {
	.nav {
		padding-top: 20px;
	}

	.nav__title {
		margin: 0 10px 0 0;
	}

	.nav__lang {
		margin: 0;
	}

	.nav__links {
		padding: 0;
	}

	.nav a {
		pointer-events: auto;
	}

	.toggle {
		margin: 0 0 0 16px;
	}

	.content--w {
		padding: 0 16px;
	}

	.content__title-lg {
		font-size: 56px;
		margin-bottom: 10px;
	}

	.home__content--inner {
		padding-bottom: 5px;
	}

	.inner-content img {
		width: 50px;
		margin: 0 0 20px;
	}

	.inner-content a {
		margin: 10px 0 20px 0;
	}

	.inner-content h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.intro__content {
		margin: 0 10px;
	}

	.value h2 {
		font-size: 24px;
	}


	.about__content-text {
		margin-top: 15px;
	}

	.about__content-text li {
		margin: 0 0 5px 19px;
	}

	.manifesto__content {
		height: 100%;
		padding: 0 20px 80px;
	}

	.service__content-s {
		text-align: left;
		align-items: flex-start;
	}

	.service__subtitle,
	.service__content-s,
	.service__content-t {
		margin-top: 40px;
	}

	.service__item-bg {
		height: 80vh;
	}

	.plyr__control--overlaid {
		padding: calc(var(--plyr-control-spacing, 20px)*1.5);

	}

	.plyr__control--overlaid::before {
		font-size: 13px;
	}


	.sec-footer {
		padding: 60px 0;
	}

	.footer__brand h1 {
		font-size: 46px;
	}

	.footer__media ul {
		flex-direction: column;
	}

	.footer__media li {
		margin: 0;
	}

	.footer__links {
		flex-direction: column;
	}

	.mail {
		margin: 40px 0 70px 0;
	}

	.footer__media,
	.footer__nav,
	.footer__add,
	.brand__cn {
		margin: 40px 0 0 0;
	}

	.scroll__top {
		margin-top: 90px;
	}

	.cookiealert {
		flex-direction: column;
		justify-content: center;
	}

}

@media (max-width: 578px) {

	.home__content {
		height: calc(100vh - 10rem);
		margin-top: 30px;
	}

	.content {
		overflow-x: hidden !important;
	}

	.value {
		padding: 10px 0;
	}

	.value__inner {
		flex-direction: column;
		text-align: center;
	}

	.value h2 {
		margin-bottom: 10px;
	}

	.button-2 {
		padding: 0.4rem 1.6rem;
	}

}