/*
 Theme Name:   Theme from Denis
 Description:  Wordpress Theme From Denis
 Author:       Denis R
 Version: 1.1
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html.lenis,
html.lenis body {
	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}

/* @import url('https://fonts.cdnfonts.com/css/pp-neue-montreal');

@font-face {
	font-family: 'PP Neue Montreal', sans-serif;
	src:
		url("fonts/NeueMontreal-Medium.woff2") format("woff2"),
		url("fonts/NeueMontreal-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Neue Montreal', sans-serif;
	src:
		url("fonts/NeueMontreal-Italic.woff2") format("woff2"),
		url("fonts/NeueMontreal-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PP Neue Montreal', sans-serif;
	src:
		url("fonts/NeueMontreal-Bold.woff2") format("woff2"),
		url("fonts/NeueMontreal-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Neue Montreal', sans-serif;
	src:
		url("fonts/NeueMontreal-Regular.woff2") format("woff2"),
		url("fonts/NeueMontreal-Regular.woff") format("woff");
	font-display: swap;
	font-weight: 400;
	font-style: normal;
} */

html,
body {
	font-family: "PP Neue Montreal", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: normal;
	min-height: 100vh;
	overflow-x: hidden;
	background: #000;
	scroll-behavior: smooth;
}

body {
	position: relative;
	overflow-y: hidden;
}

a {
	text-decoration: none !important;
	transition: 0.3s;
	color: #fff;
}

a:hover {
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: -0.01rem;
}

h1.super,
.h1.super {
	font-size: 130px;
}

h1,
.h1 {
	font-size: 54px;
	letter-spacing: 0.01rem;
	line-height: 1.05em;
}

h2,
.h2 {
	font-size: 90px;
}

h3,
.h3 {
	font-size: 84px;
	line-height: 1.1em;
	letter-spacing: 0;
}

h4,
.h4 {
	font-size: 42px;
	line-height: 1.2em;
	letter-spacing: 0;
}

h5,
.h5 {
	font-size: 40px;
	letter-spacing: 0;
}

h6,
.h6 {
	font-size: 27px;
	line-height: 1.1em;
	letter-spacing: 0;
}

.text1 {
	font-size: 19px;
	line-height: 1.2em;
}

.container {
	max-width: 1880px;
	margin: 0 auto;
	padding: 0 20px;
}

.flexed {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flexed--between {
	justify-content: space-between;
}

.flexed--around {
	justify-content: space-around;
}

.flexed--top {
	align-items: flex-start;
}

.flexed--bottom {
	align-items: flex-end;
}

.flexed--center {
	justify-content: center;
}

.rel {
	position: relative;
}

header .menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

header .menu li {
	display: block;
}

.footer-visual-inner {
	position: relative;
}

.footer-visual-item {
	position: absolute;
	bottom: 125px;
	right: 80px;
}

.footer-visual-item.footer-socials {
	top: 160px;
	bottom: inherit;
	gap: 20px;
}

.footer-social a {
	border-radius: 40px;
	padding: 10px;
	border: 1px solid #fff;
	height: 70px;
	display: flex;
	align-items: center;
}

.footer-social:last-child {
	margin-left: 20px;
}

.footer-social:last-child a {
	font-size: 27px;
	padding: 20px 30px;
}

.footer-visual-item.footer-message {
	right: inherit;
	left: 70px;
	font-size: 19px;
}

.footer-visual-item.footer-menu ul {
	display: flex;
	gap: 30px;
}

.footer-visual-item.footer-menu ul li {
	display: block;
}

.footer-visual-item.footer-menu ul li a {
	color: #fff;
	font-size: 19px;
}

.footer-visual-item.footer-menu ul li a:hover {
	color: #8b8b8b;
}

a:has(em),
a.hover {
	color: #fff;
	position: relative;
	overflow: hidden;
}

a:has(em) {
	display: inline-block;
	overflow: visible;
}

a:has(em):before,
a.hover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: #fff;
	transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
	border-radius: 8px;
}

.contact-pop-socials a.hover:before {
	background: #000;
}

.contact-pop-socials a.hover:hover path {
	fill: #fff;
}

.contact-pop-footer-middle a:hover {
	text-decoration: underline !important;
}

a.hover circle,
a.hover path {
	transition: 0.3s;
}

a em,
a.hover svg,
a.hover span {
	position: relative;
	z-index: 2;
	display: inline-block;
}

a:has(em):hover:before,
a.hover:hover:before {
	width: 100%;
}

a:has(em):hover,
a.hover:hover circle,
a.hover:hover path,
a.hover:hover {
	color: #000;
	fill: #000;
}

.footer-contact-inner {
	padding: 250px 0 180px;
	text-align: center;
}

.footer-contact-inner h6 {
	text-transform: none;
	margin-bottom: 30px;
}

a:has(em) {
	border: 1px solid #fff;
	padding: 0 10px;
	border-radius: 10px;
	overflow: hidden;
}

.footer-contact-inner h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

a:has(em) em {
	font-style: normal;
}

.header-inner nav {
	background: rgba(33, 33, 33, 0.7);
	padding: 5px 5px 5px 40px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);

	border-radius: 40px;
	gap: 0 20px;
}

header .menu li a {
	padding: 18px 20px;
	display: block;
	font-weight: 400;
	font-size: 16px;
	border-radius: 40px;
	position: relative;
	z-index: 2;
	line-height: 0.9em;
	letter-spacing: 0.025em;
}

header .menu li {
	width: auto;
	transition: 0.3s;
}

header .menu li a {
	transition: 0.3s;
	text-align: center;
	border-radius: 40px;
	width: 100%;
}

header .menu li.current_page_item a {
	width: 200px;
	background: rgba(0, 0, 0, 0.4);
	transition: 0.3s;
}

header .menu li.current_page_item {
	width: 200px;
}

/*  header .menu li a:hover {
    background: rgba(0,0,0,0.4);
  }*/

header .menu {
	/*      background: rgba(0, 0, 0, 0.4);*/
	border-radius: 40px;
}

.header-contact {
	max-width: 190px;
	width: 100%;
}

.header-music-hover {
	display: flex;
	width: 60px;
	height: 60px;
	background: rgba(33, 33, 33, 0.7);
	border-radius: 40px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.header-music {
	position: relative;
	width: 60px;
	margin-right: 130px;
}

@keyframes sound {
	0% {
		opacity: 0.35;
		height: 3px;
	}
	100% {
		opacity: 1;
		height: 30px;
	}
}

.header-music-hover span:nth-child(1) {
	animation-duration: 474ms;
}
.header-music-hover span:nth-child(2) {
	animation-duration: 433ms;
}
.header-music-hover span:nth-child(3) {
	animation-duration: 407ms;
}
.header-music-hover span:nth-child(4) {
	animation-duration: 458ms;
}
.header-music-hover span:nth-child(5) {
	animation-duration: 400ms;
}

.header-music-hover span {
	background: #fff;
	width: 2px;
	animation: sound 0ms -800ms linear infinite alternate;
}

.header-music button {
	/*      background: url('img/mute.svg') 50% 50% no-repeat rgba(33, 33, 33, 0.7);*/
	background: url("img/sound.svg") 50% 50% no-repeat rgba(33, 33, 33, 0.7);
	border: none;
	text-indent: -99999px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
}

.header-music button.active {
	/*    background-image: url('img/sound.svg');*/
	background-image: url("img/mute.svg");
}

.header-music button + div {
	display: none;
}

.header-music:hover button + div {
	display: flex;
}

.header-music:hover button {
	display: none;
}

.header-contact button {
	height: 60px;
	/*      background: url('img/contact.svg') 50% 50% no-repeat;*/
	background: none;
	font-size: 16px;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 9px;
	border: none;
	width: 100%;
	border-radius: 40px;
	position: relative;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

.header-contact button:before {
	content: "";
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 40px;
	transition: 0.2s;
	transform: scale(0);
	opacity: 0;
}

.header-contact button:hover:before {
	opacity: 1;
	transform: scale(1);
}

.header-contact button:has(span + span) svg {
	display: none;
}

.header-contact button svg {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}

.header-contact button > span {
	position: relative;
	z-index: 2;
}

.header-contact button:hover svg path {
	/*    fill: #0a0a0a;
    fill-opacity: 0.9;*/
}

.header-contact svg path {
	fill: #1b1b1b;
	transition: 0.3s;
}

/*  .header-contact button:hover {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }*/

.header-contact button:after {
	content: "";
	width: 10px;
	height: 10px;
	background: rgba(67, 171, 51, 1);
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	right: 6px;
}

.header-contact button span + span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}

#works-full-list section,
main section:not(:last-of-type) {
	padding-bottom: 160px;
}

.nav-panel {
	position: fixed;
	bottom: 40px;
	width: 100%;
	left: 0;
	z-index: 9;
	transition: none;
	opacity: 0;
	visibility: hidden;
}

.loaded .nav-panel {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s linear 0.5s;
}

main {
	padding-top: 5px;
	position: relative;
	z-index: 2;
}

.swiper {
	overflow: visible;
	width: 100%;
	height: 100%;
}

.sky,
div#stars {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

footer {
	position: relative;
	z-index: 3;
	padding-bottom: 60px;
}

.clients-slide-item {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	padding: 40px 30px;
	font-size: 19px;
	max-width: 380px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	width: 100%;
}

.clients-slide-item:hover {
	border-color: #fff;
}

.client-slide-text.client-slide-text2 p {
	line-height: 1.2em;
}

.client-slide-location {
	font-size: 16px;
	margin-bottom: 30px;
}

.client-slide-text.client-slide-text1 ul {
	margin-left: 25px;
}

.client-slide-text.client-slide-text1 {
	margin-bottom: 30px;
}

.client-slide-text.client-slide-text2,
.client-slide-tags {
	opacity: 0.5;
}

.client-slide-tags {
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

.client-slide-tags span {
	text-transform: uppercase;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 5px;
	margin-right: -1px;
	margin-bottom: -1px;
}

.client-slide-text.client-slide-text1 ul li + li {
	margin-top: 10px;
}

.section-inner > h2 {
	padding-bottom: 20px;
}

.client-slide-top {
	margin-bottom: 15px;
}

.client-slide-link a {
	text-indent: -9999999px;
}

a.arrowed {
	padding-right: 24px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	letter-spacing: 0.5px;
}

a.arrowed:after,
a.arrowed:before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 4px;
	right: 0;
	background: url("img/arrow-top-right.svg") no-repeat 50% 50%;
	transition: 0.3s;
}

a.arrowed:after {
	transform: translate(-150%, 150%);
}

.clients-slide-item:hover a.arrowed:before,
.social-post:hover a.arrowed:before,
.award-table-cell:hover a.arrowed:before,
.work-short-item:hover a.arrowed:before,
a.arrowed:hover:before {
	transform: translate(150%, -150%);
	opacity: 1;
}

.work-short-item:hover a.arrowed2 path {
	transform: none;
	opacity: 1;
}

.clients-slide-item:hover a.arrowed:after,
.social-post:hover a.arrowed:after,
.award-table-cell:hover a.arrowed:after,
.work-short-item:hover a.arrowed:after,
a.arrowed:hover:after {
	transform: translate(0%, 0%);
	opacity: 1;
}

.proj-review-inner .review-link a.arrowed:after,
.proj-review-inner .review-link a.arrowed:before {
	background: url("img/arrow-right-dark.svg") no-repeat 50% 50%;
	top: 9px;
	right: 13px;
	width: 24px;
	height: 24px;
}

.proj-review-inner .review-link a.arrowed:after,
.proj-top-links a.arrowed:after {
	background: url("img/arrow-top-right.svg") no-repeat 50% 50%;
}

.proj-review-inner .review-link a:hover,
.proj-top-links a.arrowed:hover {
	background: #000;
	color: #fff;
}

.why-us-text h4 {
	padding-top: 80px;
	max-width: 795px;
	margin: 0 auto;
}

.roadmap-text em,
.proud-widget h4 em,
.why-us-text h4 em {
	border: 1px solid #fff;
	padding: 0 5px;
	border-radius: 10px;
	font-style: normal;
}

.reviews-top h2 button {
	font-size: inherit;
	text-transform: uppercase;
	background: none;
	color: #fff;
	border: none;
	transition: all 0.4s cubic-bezier(0.23, 0.34, 0.01, 1.16) 0s;
	position: relative;
}

.reviews-top h2 button:hover {
	opacity: 1 !important;
}

.reviews-top h2 {
	gap: 30px;
	max-width: 870px;
	width: 100%;
}

.reviews-top h2 button:not(.active) {
	opacity: 0.5;
	font-size: 42px;
	border-bottom: 2px dashed currentColor;
}

.reviews-top h2 button + button:before {
	content: "/";
	position: absolute;
	left: -20px;
	top: 0;
}

.reviews-top h2 button + button {
	margin-left: 24px;
}

.reviews-platform {
	position: relative;
}

.reviews-platform a {
	transition: 0.3s;
}

.reviews-platform a:hover {
	opacity: 0.7;
}

.reviews-platform span {
	opacity: 0.5;
	text-transform: uppercase;
	position: absolute;
	bottom: 3px;
	right: 7px;
	letter-spacing: 1px;
}

.reviews-platform + .reviews-platform span {
	bottom: inherit;
	top: 1px;
	right: inherit;
	left: 15px;
	font-size: 12px;
	text-transform: lowercase;
}

.reviews-platforms {
	gap: 40px;
}

.reviews-top {
	margin-bottom: 20px;
	min-height: 105px;
}

.review-item {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	padding: 40px 30px;
	font-size: 19px;
	max-width: 425px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.reviews-quote {
	max-width: 425px;
}

.client-slide-img img {
	max-height: 38px;
}

.slick-slider:has(.social-post),
.slick-slider:has(.clients-slide-item),
.slick-slider:has(.review-item),
.slick-slider:has(.reviews-quote),
.slick-slider:has(.offline-gallry-img) {
	cursor: grab;
}

.slick-slider.clicking:has(.social-post),
.slick-slider.clicking:has(.clients-slide-item),
.slick-slider.clicking:has(.review-item),
.slick-slider.clicking:has(.reviews-quote),
.slick-slider.clicking:has(.offline-gallry-img),
.slick-slider.clicking:has(.review-item) {
	cursor: grabbing;
}

.review-item:hover {
	border-color: #fff;
}

.review-item-text {
	margin-bottom: 50px;
}

.review-bio-text {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.3em;
}

.review-bio-link a svg {
	max-width: 100%;
	height: auto;
}

.review-bio-text span:first-child {
	font-weight: 700;
}

.review-person-img img {
	border-radius: 35px;
	max-width: 60px;
	scale: 1.04;
}

.review-person-img {
	/*    margin-bottom: 20px;*/
	position: relative;
	overflow: hidden;
	border-radius: 35px;
}

.review-item .review-item-text span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 6;
	-moz-line-clamp: 6;
	-ms-line-clamp: 6;
	line-clamp: 6;
	overflow: hidden;
	max-height: 135px;
	height: auto;
	transition: max-height 0.7s;
}

.review-item .review-item-text.readmoreactiveanim span {
	max-height: 135px;
	-webkit-line-clamp: 45;
	-moz-line-clamp: 45;
	-ms-line-clamp: 45;
	line-clamp: 45;
	transition: 0.7s;
}

.review-item .review-item-text.readmoreactive span {
	max-height: 1000px;
	-webkit-line-clamp: 45;
	-moz-line-clamp: 45;
	-ms-line-clamp: 45;
	line-clamp: 45;
	transition: 2s;
}

.review-item-text .readmore {
	margin-top: 10px;
	display: inline-block;
}

.review-item-text .readmore:hover rect,
.review-item-text .readmore:hover circle {
	stroke-opacity: 1;
	fill-opacity: 1;
}

.review-item-text .readmore rect,
.review-item-text .readmore circle {
	transition: 0.3s ease-out;
}

.proj-review-inner .review-person .review-person-img {
	margin-bottom: 20px;
}

.review-person-info {
	flex: 1;
}

.review-person {
	gap: 20px;
	margin-bottom: 40px;
}

.review-bio-link a {
	width: 24px;
	height: 24px;
	display: block;
}

.review-bio-link a path {
	fill: #fff;
	transition: 0.3s;
}

.review-bio-link.review-bio-link-linked a:hover path {
	fill: #0678b6;
}

.review-bio-link.review-bio-link-fb a:hover path {
	fill: #4b69b1;
}

.review-bio-link.review-bio-link-twitter a:hover path {
	fill: #34a5e3;
}

.review-bio-link.review-bio-link-insta a:hover path {
	fill: url(#paint0_linear_9583_59521);
}

.review-bio-link.review-bio-link-insta a:hover path + path {
	fill: url(#paint1_linear_9583_59521);
}

.review-bio-link.review-bio-link-insta a:hover stop + stop + stop {
	fill: url(#paint2_linear_9583_59521);
}

.review-bio-link a:hover path {
	fill: #1794ed;
}

.review-bio-meta {
	gap: 10px;
	font-size: 16px;
}

.review-star {
	width: 60px;
	height: 24px;
	background: url(img/star.svg) #ff5529 9px 50% no-repeat;
	padding-left: 28px;
	font-size: 17px;
	color: #fff;
	border-radius: 30px;
	line-height: 1.4em;
}

.proj-review-item .review-star {
	background: url(img/star2.svg) 100% 50% no-repeat;
	padding-left: 0;
	padding-right: 24px;
	width: auto;
	color: #000;
	font-size: 19px;
	background-size: 19px;
}

.review-bio-date {
	font-size: 19px;
}

.review-link {
	opacity: 0.5;
	transition: 0.3s;
	font-size: 24px;
	letter-spacing: -0.015em;
}

.planet-header {
	align-items: flex-end;
	justify-content: space-between;
}

.planet-header-text {
	padding-right: 260px;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 1.3em;
}

#main-work .planet-header {
	display: none;
}

.review-link a:before,
.review-link a:after {
	top: 9px;
}

.review-link:hover {
	opacity: 1;
}

.review-links {
	gap: 20px;
}

.slick-track {
	display: flex;
	gap: 20px;
}

.slick-list {
	overflow: visible;
}

/*  main {
      overflow: hidden;
  }*/

/*  main#main-home {
      overflow: visible;
  }*/

button.slick-arrow {
	position: absolute;
	top: -100px;
	width: 80px;
	height: 80px;
	right: 0;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 40px;
	transition: 0.4s;
	text-indent: -999999px;
}

button.slick-arrow:before,
button.slick-arrow:after {
	content: "";
	background: url("img/arrow-right.svg") 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	transition: all 0.8s cubic-bezier(0, 0, 0.07, 1.13) 0s;
}

button.slick-arrow:after {
	opacity: 0;
	transform: translate(-150%, -50%);
}

button.slick-arrow:hover:before {
	transform: translate(50%, -50%);
	opacity: 0;
}

button.slick-arrow:hover:after {
	transform: translate(-50%, -50%);
	opacity: 1;
}

button.slick-prev.slick-arrow {
	right: 90px;
	transform: rotate(180deg);
}

button.slick-arrow:hover {
	border-color: #fff;
}

.reviews-tabs button.slick-arrow {
	top: -123px;
}

div.single-post {
	background: #fff;
	color: #000;
}

.post-header-title h1 {
	font-size: 130px;
	letter-spacing: -0.01em;
	line-height: 1em;
	padding: 13px 0;
}

.post-header-title h1.long-title {
	font-size: 90px;
}

.post-close-icon {
	position: sticky;
	right: 0;
	top: 0;
	width: 176px;
	height: 138px;
	transform: translate(calc(50% + 10px), calc(-50% - 12px));
	transition: transform 0.3s cubic-bezier(0.08, 1.28, 0.73, 1.77) 0s;
	z-index: 99;
	margin-left: auto;
	margin-bottom: -130px;
}

body:has(.work-full-item.active) .nav-panel {
	width: calc(100% - 16px);
}

.post-close-icon button {
	width: 100%;
	height: 100%;
	background: #000;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding-bottom: 29px;
	padding-left: 41px;
}

.post-close-icon:hover {
	transform: translate(50%, -50%);
}

.post-header-inner {
	padding-top: 40px;
}

.post-header-flag {
	max-width: 39px;
	margin-left: auto;
	margin-bottom: 6px;
}

.post-header-meta-info {
	font-size: 19px;
	text-align: right;
}

.post-header-logo {
	height: 40px;
	background: #fff;
	padding: 2px 10px;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 5px;
}

main section.section-process_roadmap {
	padding-bottom: 0;
}

.post-header-media {
	position: relative;
	border-radius: 10px;
	height: auto;
}

.post-header-media-list {
	position: relative;
	border-radius: 10px;
	height: 400px;
}

.post-header-logo img,
.post-header-media-list img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.post-header-video {
	max-width: 1065px;
	margin: 0 auto;
	padding: 112px 0;
}

.post-header-video video {
	max-width: 100%;
	height: 685px;
	object-fit: cover;
}

.post-header-screen {
	border-radius: 14px;
	width: 70%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	box-shadow: 10px 10px 35px 0 rgba(0, 0, 0, 0.2);
}

.post-header-screen img {
	width: 100%;
	object-fit: cover;
	object-position: top;
	height: 270px;
	transition: 14s all ease;
}

.work-item:hover .post-header-screen img {
	object-position: bottom;
}

.header .post-header-video {
	max-width: 1140px;
	margin: 0 auto;
	padding: 112px 0;
}

.header .post-header-video video {
	max-width: 100%;
	height: 730px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

div.single-post .nav-panel {
	bottom: 25px;
}

.proj-top {
	padding-top: 60px;
	padding-bottom: 160px;
}

.label {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
	margin-bottom: 20px;
}

.proj-serv-item {
	width: 255px;
	padding: 20px 0;
	border-top: 1px solid rgb(0 0 0 / 20%);
}

.proj-top-services-list {
	max-width: 540px;
	font-size: 19px;
	gap: 30px 20px;
}

.proj-serv-item-label {
	font-size: 12px;
	color: #808080;
	padding-bottom: 20px;
}

.projsection-top > h3,
.projsection-top > div {
	flex: 1;
}

.projsection-top-text p {
	max-width: 430px;
	font-size: 19px;
}

.flex1 {
	flex: 1;
}

.projsection-content-row-item-img video {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projsection-top {
	padding-bottom: 20px;
}

.projsection-content-row-item-img.projsection-content-row-item-img-padding-1 {
	padding-bottom: 80px;
	align-items: center;
}

.projsection-content-row-item-img {
	padding-top: 80px;
	border-radius: 10px;
	overflow: hidden;
	padding-right: 75px;
	padding-left: 75px;

	height: 100%;
	display: flex;
	/*      align-items: center;  ??? Sorry */
	align-items: flex-end;
}

.projsection-content-row-item-img.projsection-content-row-item-img-padding-1
	video {
	max-width: 1295px;
	margin: 0 auto;
	display: block;
}

.projsection-content-row-item-normal.projsection-content-row-item:first-child:last-child
	> div:not(:has(> video))
	img {
	max-height: 700px;
}

.projsection-content-row.projsection-content-row-type-1
	.projsection-content-row-item-img
	img {
	max-height: 100% !important;
}

.projsection-content-row {
	width: 100%;
	gap: 20px;
	margin-bottom: 20px;
}

.projsection-content-row-item {
	width: 100%;
	flex: 1;
	align-self: stretch;
}

.projsection-content-row-item-img + .projsection-content-row-item-img {
	/*      margin-top: 20px;*/
}

.projsection-content-row-item-img img {
	margin: 0 auto;
}

.projsection-content-row-item-img.row-item-full-size {
	padding: 0;
}

.projsection-content-row-item-img.row-item-full-size > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projsection-content-row-item:first-child:last-child > div:not(:has(> video)) {
	padding-left: 80px;
	padding-right: 80px;
}

.projsection-top > h3 {
	max-width: 900px;
	width: 100%;
	flex: 1;
}

.gallery-beaf-before-wrap {
	max-width: 1300px;
	position: relative;
	padding: 80px;
	margin: 0 auto;
}

.gallery-beaf {
	position: relative;
	width: 100%;
	height: 730px;
	border-radius: 5px;
	overflow: hidden;
}

.gallery-beaf-before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.gallery-beaf-before img {
	width: 1300px;
	max-width: none;
}

.gallery-beaf img {
	height: 100%;
	object-fit: cover;
}

.gallery-beaf > div {
	height: 100%;
}

input.beafchanger {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 0;
	left: -17px;
	width: calc(100% + 33px);
	height: 100%;
	background: none;
	z-index: 2;
	opacity: 0;
}

.gallery-slideshow-item img {
	height: 264px;
	object-fit: cover;
	width: 100%;
}

.gallery-beaf img {
	min-width: 100%;
	width: auto;
	aspect-ratio: 1296 / 728;
}

input.beafchanger::-webkit-slider-runnable-track {
	height: 100%;
	display: block;
}

input.beafchanger[type="range"]::-moz-range-runnable-track {
	height: 100%;
	display: block;
	border: none;
	outline: none;
}

input.beafchanger[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 38px;
	height: 100%;
	background: url(img/befaf.svg) 50% 100% no-repeat;
	border-radius: 0;
	background-size: cover;
}

input.beafchanger[type="range"]::-moz-range-thumb {
	-moz-appearance: none;
	width: 38px;
	height: 100%;
	background: url(img/befaf.svg) 50% 100% no-repeat;
	border-radius: 0;
	background-size: cover;
	border: none;
	outline: none;
}

.range {
	position: absolute;
	top: 0;
}

.range-bar {
	width: 5px;
	height: 100%;
}

.range-cirle {
	width: 70px;
	height: 70px;
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s cubic-bezier(0.08, 1.28, 0.73, 1.77) 0s;
}

.range-cirle svg {
	transform: translateX(-7px);
	transition: 0.3s;
}

.range-cirle svg + svg {
	transform: translateX(7px);
}

input.beafchanger:hover + .range .range-cirle {
	transform: scale(1.12);
}

input.beafchanger:hover + .range .range-cirle svg {
	transform: translateX(-12px) scale(0.9);
}

input.beafchanger:hover + .range .range-cirle svg + svg {
	transform: translateX(12px) scale(0.9);
}

.proj-top-description-text {
	font-size: 19px;
	color: #858585;
}

.proj-top-description-text p {
	margin-bottom: 20px;
}

.projsection-content-row.projsection-content-row-type-1
	.projsection-content-row-item-img {
	padding: 0 !important;
}

.projsection-content-row:has(
		.projsection-content-row-item-video
			+ .projsection-content-row-item-video
			+ .projsection-content-row-item-video
	)
	.projsection-content-row-item-img:has(video) {
	padding-top: 0;
}

.projsection-content-row-item.projsection-content-row-item-double {
	display: grid;
	gap: 20px;
}

.projsection-content-row-item.projsection-content-row-item-double > div {
	display: flex;
}

.project-scroll-section {
	padding: 160px 135px 80px 40px;
	align-items: stretch;
	color: #fff;
	gap: 175px;
	justify-content: space-between;
	border-radius: 10px;
}

.project-scroll-info {
	flex: 1;
}

.project-scroll-info-inner {
	position: sticky;
	top: 80px;
	padding-bottom: 100px;
}

.project-scroll-info-inner h5 {
	text-transform: none;
}

div.single-post main {
	overflow: visible;
}

html:has(> div.single-post),
div.single-post {
	overflow-x: visible;
	/*      overflow-y: visible;*/
}

canvas.stopped {
	opacity: 0;
	visibility: hidden;
}

.project-scroll-text {
	margin-top: 20px;
	font-size: 19px;
	line-height: 1.2em;
}

div.single-post footer {
	color: #fff;
}

.proj-review-inner {
	margin: 0 auto;
	position: relative;
}

.proj-review-inner .review-person {
	margin-bottom: 0;
	max-width: 374px;
}

.proj-review-inner .review-item-text {
	margin: 0;
	font-size: 19px;
}

.review-bio-name {
	font-size: 19px;
	gap: 10px;
}

.proj-review-inner .review-bio-role {
	margin: 5px 0 15px;
	opacity: 0.5;
	font-size: 19px;
}

.proj-review-inner .review-links a {
	color: #000;
}

.proj-review-inner .review-link {
	opacity: 1;
	margin-top: 20px;
}

.proj-review-inner .review-link a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 40px 10px 20px;
	border: 1px solid currentColor;
	border-radius: 30px;
}

.proj-review-inner .review-bio-link a {
	/*    background: url('img/linked2.svg') 50% 50% no-repeat;
    text-indent: -99999px;*/
}

.proj-review-inner .review-bio-link a path {
	fill: #000;
}

.project-scroll-img {
	max-width: 1100px;
}

#main-home .header-scene-text-inner {
	max-width: calc(50% - 20px);
	margin-left: auto;
}

.post-header-title span + span {
	overflow: hidden;
	max-height: 0;
	margin-top: auto;
}

.post-header-title span + span b {
	font-weight: 400;
	transform: translateY(100%);
	display: block;
	transition: 0.4s;
}

.work-item:hover .post-header-title span + span {
	max-height: 300px;
}

.work-item:hover .post-header-title span + span b {
	transform: translateY(0);
}

.header-scene-text {
	position: absolute;
	top: 45px;
	z-index: 3;
	width: 100%;
	pointer-events: none;
	overflow: hidden;
}

.header-scene-text .header-scene-text-inner {
	transition: 0.3s;
	transform: translateY(100%);
}

body:not(.home).ready .header-scene-text .header-scene-text-inner {
	transform: translateY(0%);
	transition: all 1s cubic-bezier(0.42, 0.54, 0.12, 0.99) 2s;
}

body.home.loaded .header-scene-text .header-scene-text-inner {
	transform: translateY(0%);
	transition: all 1s cubic-bezier(0.42, 0.54, 0.12, 0.99) 2s;
}

.header-scene-text .header-scene-text-inner {
	transition: all 0s linear 0s;
	transform: translateY(100%);
	will-change: transform;
}

#main-home .header-scene-text .header-scene-text-inner {
	transform: none;
}

.header-scene-text-inner i {
	font-style: normal;
	overflow: hidden;
	display: block;
}

#main-home .header-scene-text .header-scene-text-inner b {
	display: block;
	position: relative;
	transform: translateY(100%);
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.42, 0.54, 0.12, 0.99) 0s;
}

#main-home .header-scene-text .header-scene-text-inner span i b {
	transition-delay: 0.2s;
}

#main-home .header-scene-text .header-scene-text-inner span + i b {
	transition-delay: 0.4s;
}

#main-home .header-scene-text .header-scene-text-inner span + i + i b {
	transition-delay: 0.6s;
}

#main-home .header-scene-text .header-scene-text-inner span + i + i + i b {
	transition-delay: 0.8s;
}

body.loaded #main-home .header-scene-text .header-scene-text-inner b {
	transform: translateY(0%);
	opacity: 1;
}

.header-scene div[data-animation-type="spline"] {
	opacity: 0;
	transition: all 0s linear 0s;
}

.loaded .header-scene div[data-animation-type="spline"] {
	opacity: 1;
	transition: all 2s cubic-bezier(0.91, 0.12, 1, 1) 0s;
}

.sky {
	transform: scale(0.6);
	opacity: 0;
	transition: all 0s cubic-bezier(0.42, 0.54, 0.12, 0.99) 0.3s;
}

body.ready .sky {
	opacity: 1;
	transform: scale(1);
	transition: all 1.2s cubic-bezier(0.42, 0.54, 0.12, 0.99) 0s;
}

.header-scene-text b {
	font-weight: 400;
}

.header-scene-text strong {
	opacity: 0.5;
	font-weight: 400;
	/* display: flex; */
}

.header-scene-text-inner em {
	border: 1px solid #fff;
	padding: 0 5px;
	border-radius: 10px;
	font-style: normal;
	display: inline-block;
}

.header-scene-text-inner h1 {
	font-size: 130px;
}

#main-home .header-scene-text-inner h1 {
	font-size: 54px;
}

.clients-sm-row-item {
	max-width: 445px;
	width: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
	height: 72px;
	opacity: 0.5;
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.clients-sm-row-item:hover {
	opacity: 1;
}

.clients-sm-row-item img {
	max-height: 65px;
	object-fit: contain;
	max-width: 350px;
}

.clients-sm-row.clients-sm-row-2 {
	transform: rotate(180deg);
}

.clients-sm-row.clients-sm-row-2 .slick-list img {
	transform: rotate(180deg);
}

.clients-sm-row {
	margin-top: 45px;
}

.awards-inner {
	position: relative;
}

.awards-list {
	max-width: 910px;
	margin: 0 auto;
}

.awards-group {
	padding: 60px 20px 0;
	border: 1px solid rgb(255 255 255 / 25%);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.award-image img {
	margin: 0 auto 40px;
	max-height: 80px;
}

.awards-group:not(:last-child) {
	margin-bottom: 20px;
}

.award-table-cell {
	font-size: 19px;
	padding: 10px;
	flex: 1;
}

.award-table-cell:first-child {
	max-width: 100px;
	flex: auto;
}

.award-table-cell:last-child {
	max-width: 140px;
	text-align: right;
	flex: auto;
}

.award-table-row {
	padding: 15px 0;
	gap: 40px;
}

.award-table-row.award-table-row-title .award-table-cell {
	font-size: 12px;
	opacity: 0.5;
	text-transform: uppercase;
}

.award-table-row:not(.award-table-row-title) {
	border-top: 1px solid rgb(255 255 255 / 25%);
}

.award-link img {
	max-width: 88px;
	border-radius: 40px;
}

.award-link a:before,
.award-link a:after {
	opacity: 0.5;
	top: 15px;
}

.award-link a:after {
	transform: translate(-250%, 250%);
}

.awards-inner .splinescene {
	position: absolute;
	left: 50px;
	bottom: 90px;
}

.header-scene-text-inner p {
	max-width: 430px;
	margin: 0 auto;
	font-size: 27px;
	transform: translateX(50%);
}

.team-wrap {
	gap: 65px;
}

.team-member {
	max-width: 445px;
	width: 100%;
	font-size: 27px;
	text-align: center;
}

.team-member-video video {
	max-width: 100%;
	border-radius: 30px;
}

.team-member-video + .team-member-name {
	margin-top: 15px;
}

.team-text-info {
	flex: 1;
	margin-top: 120px;
}

.team-member:nth-child(2) {
	order: 2;
}

.team-text {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.15;
}

.team-text p:not(:last-child) {
	margin-bottom: 20px;
}

.team-number-item {
	width: calc(50% - 10px);
	padding: 20px;
	border-radius: 10px;
	border: 1px solid rgb(255 255 255 / 24%);
	aspect-ratio: 1;
	min-height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

.team-numbers {
	gap: 20px;
	margin-top: 80px;
}

.team-number {
	font-size: 90px;
}

.team-number-text {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.offline-gallry-img {
	max-width: 445px;
	width: 100%;
}

.offline-gallry-img img {
	width: 100%;
	height: auto;
}

.team-member-name {
	margin-top: -10px;
}

.social-post {
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 10px;
	padding: 60px 20px 40px;
	max-width: 445px;
	width: 100%;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.social-post-link {
	font-size: 19px;
	margin-top: 15px;
	gap: 30px;
}

.social-post-spline {
	max-width: 80px;
	margin: 0 auto 60px;
}

.social-post-link-text {
	flex: 1;
}

.social-post-link a {
	text-indent: -9999999px;
}

.ciclegraph {
	position: relative;
	width: 750px;
	height: 750px;
	z-index: 6;
	margin: 140px auto 0;
}

/*  .ciclegraph:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    border: 2px solid teal;
    width: calc( 100% - 2px * 2);
    height: calc( 100% - 2px * 2 );
    border-radius: 50%;
  }*/

.ciclegraph .circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px; /* ! важно — половина ширины/высоты */
	background: teal;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
}

.process-title {
	max-width: 845px;
	margin: 0 auto 160px;
	text-align: center;
}

.process-item {
	padding: 20px;
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 10px;
	flex: 1;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

.process-item h5 {
	text-transform: none;
}

.process-list {
	gap: 20px;
	margin-bottom: 160px;
}

.process-item img {
	margin: 20px 0;
}

.process-item-text {
	font-size: 19px;
}

.roadmap-text {
	margin: 160px auto 0;
	text-align: center;
	font-size: 40px;
	max-width: 910px;
}

.roadmap-text p {
	margin-bottom: 20px;
}

body:has(#main-home):has(.single-post.active) .menu-hover {
	width: 0;
}

.roadmap-circle-wrap {
	position: relative;
	max-width: 800px;

	margin: 0 auto;
}

.roadmap-circle-spline-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.roadmap-circle-info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	text-align: center;
	z-index: 7;
}

.roadmap-spline {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.roadmap-cirle-index {
	right: 100%;
	position: absolute;
	top: 50%;
	width: 200px;
	text-align: center;
	transform: translateY(-50%) translateX(-50%);
	z-index: 9;
	font-size: 160px;
	opacity: 0.09;
}

.ciclegraph .circle {
	font-size: 19px;
	color: #404040;
	text-align: center;
	padding: 8px;
	background: #080709;
	border: 1px solid rgba(255, 255, 255, 0.14);
	cursor: pointer;
}

.ciclegraph .circle:has(~ .circle.active),
.ciclegraph .circle.active {
	background: #fff;
	color: #0d0d0d;
}

.roadmap-circle-item canvas {
	max-width: 85px;
	margin: 0 auto 30px;
}

div[data-animation-type="spline"] {
	width: 100%;
	height: 100%;
}

.roadmap-circle-item h4 {
	margin-bottom: 20px;
}

.roadmap-circle-text {
	font-size: 19px;
}

.roadmap-circle-link {
	margin-top: 60px;
}

.roadmap-circle-link a {
	font-size: 27px;
	padding: 15px 46px 15px 25px;
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 40px;
}

.roadmap-circle-link a.arrowed:before {
	display: none;
}

.roadmap-circle-link a.arrowed span:after,
.roadmap-circle-link a.arrowed span:before {
	content: "";
	position: absolute;
	top: 12px;
	right: -23px;
	background: url("img/arrow-top-right.svg") 50% 50% no-repeat;
	width: 14px;
	height: 14px;
	transition: 0.3s;
}

.roadmap-circle-link a.arrowed span {
	position: relative;
	z-index: 2;
}

.roadmap-circle-link a.arrowed:hover span:before {
	transform: translate(250%, -250%);
	opacity: 1;
}

.roadmap-circle-link a.arrowed:after {
	content: "";
	background: #fff;
	width: 0%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transform: none;
	border-radius: 40px;
	transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
}

.roadmap-circle-link a.arrowed:hover:after {
	width: 100%;
}

.roadmap-circle-link a.arrowed:hover {
	color: #000;
}

.roadmap-circle-link a.arrowed span:after {
	transform: translate(-350%, 350%);
	background: url("img/arrow-top-right-black.svg") 50% 50% no-repeat;
}

.roadmap-circle-link a.arrowed:hover span:after {
	transform: translate(0%, 0%);
	opacity: 1;
}

.work-item-wrapper {
	width: calc(50% - 10px);
}

.work-list.work-list-full {
	gap: 40px 20px;
}

.work-item-wrapper .post-header-video {
	max-width: 100%;
	padding: 75px 125px;
}

.work-item-wrapper .post-header-video video {
	height: auto;
	object-fit: cover;
	aspect-ratio: 660 / 423;
	border-radius: 10px;
	border: 2px solid rgba(0, 0, 0, 1);
}

.post-header-logo {
	max-width: 200px;
}

.post-header-title {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 27px;
	display: flex;
	flex-wrap: wrap;
}

.post-header-title span {
	padding: 5px 10px;
	background: #000;
	border-radius: 5px;
}

.work-item-meta .post-header-flag {
	max-width: 16px;
	margin: 0;
}

.work-item-place {
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	gap: 10px;
}

.work-item-meta {
	margin-top: 15px;
	gap: 10px;
	text-transform: uppercase;
	opacity: 0.5;
	transition: 0.3s;
}

.work-item-place .post-header-meta-info br {
	display: none;
}

.work-item-place .post-header-meta-info {
	font-size: 12px;
}

.work-item-services .proj-serv-item {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-right: -1px;
	margin-bottom: -1px;
	font-size: 12px;
}

.work-item-services {
	flex: 1;
	justify-content: flex-end;
}

.header-scene-text-inner h1 sup {
	font-size: 19px;
	position: relative;
	top: -35px;
	left: 10px;
}

.work-country-group-header img,
.work-countries-inner button img {
	width: 50px;
	border-radius: 50px;
	border: 2px solid #0d0d0d;
	scale: 1.05;
}

.work-countries-inner button {
	border-radius: 50px;
	background: #000;
	border: none;
	position: relative;
	transition: all 0.4s cubic-bezier(0.03, 0.76, 0.78, 1.22) 0s;
	width: auto !important;
}

.work-countries-inner button:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #404040;
	border-radius: 50px;
	opacity: 0;
	transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.work-countries-inner button.slick-center:before,
.work-countries-inner button.active:before {
	opacity: 1;
	transform: scale(1.3);
	transition: transform 0.3s ease-out 0s;
}

.work-countries-inner button.slick-center,
.work-countries-inner button.active {
	transform: scale(1.12);
}

.work-countries-inner button:not(.active):hover:before {
	transform: scale(1.2);
	opacity: 1;
	transition: transform 0.2s cubic-bezier(0, 1.12, 1, 1.74) 0s;
}

.work-countries {
	position: absolute;
	right: 150px;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.5s;
}

.loaded .work-countries {
	opacity: 1;
}

.planet-wrapper-inner {
	position: relative;
}

.work-countries-inner > div {
	column-count: 2;
	max-width: 180px;
	display: inline-block;
	vertical-align: middle;
}

.work-countries-inner button:not(:first-child) {
	margin-top: 30px;
	display: inline-block;
	margin-bottom: 0px;
}

.home .works-country-list {
	top: 50%;
	margin-top: 40px;
}

.home .work-countries {
	top: 50%;
	margin-top: 40px;
}

.works-country-list {
	position: absolute;
	z-index: 3;
	left: 0;
	perspective: 100vw;
	top: 50%;
	transform: translateY(-50%);
	perspective-origin: 50% 0%;
	height: calc(100% - 100px);
	display: flex;
	align-items: center;
}

.work-country-group {
	width: 460px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 10px;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	padding: 20px 40px 0px 20px;
}

.work-country-group-header {
	gap: 20px;
	font-size: 42px;
	text-transform: uppercase;
	padding-left: 40px;
	padding-bottom: 40px;
}

.work-short-item {
	padding: 30px 20px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	backface-visibility: hidden;
	margin-bottom: 20px;
	gap: 15px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.work-short-item > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

.work-short-item:hover {
	background: rgb(255 255 255 / 6%);
}

.work-short-right {
	width: 80px;
}

.work-short-left {
	flex: 1;
}

.work-short-item-title {
	font-size: 19px;
}

.work-short-info {
	color: rgba(255, 255, 255, 0.4);
	margin-top: 10px;
}

.work-short-link {
	margin-top: 30px;
}

.work-short-link a {
	/* text-indent: -9999999px; */
	padding-right: 14px;
	font-size: 0;
	height: 19px;
	/*    opacity: 0.5;*/
}

.work-short-right img {
	border-radius: 70px;
	width: 100% !important;
}

.work-country-group {
	position: absolute;
	transform: rotate3d(1, 8, 0.2, 25deg);
}

.work-country-close {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 19px;
	height: 19px;
	cursor: pointer;
	opacity: 0.24;
	transition: 0.3s;
}

.work-country-close:hover {
	opacity: 1;
}

.work-country-close:after,
.work-country-close:before {
	content: "";
	width: 24px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
}

.work-country-close:after {
	transform: rotate(-45deg);
}

html:has(body.contact-open) {
	scrollbar-color: white #f8f8f8;
}

.contactspline {
	height: 100%;
}

.contactspline video + video {
	display: none;
}

.contactspline video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div#contactpop {
	position: fixed;
	top: 0;
	transform: translateY(100%);
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
	background: #fff;
	overflow: hidden;
	/*      transition: transform 1.2s linear 0s;*/
	transition: all 1s cubic-bezier(0.48, 0.34, 0.16, 0.99) 0s;
	visibility: hidden;
	will-change: transform;
}

div#contactpop.active {
	transform: translateY(0%);
	visibility: visible;
}

.contact-popup-wrap {
	position: absolute;
	z-index: 6;
	color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.projsection-content-row-item.projsection-content-row-item-befaf {
	border-radius: 10px;
}

.contact-title {
	font-size: 50px;
	text-align: center;
}

.contact-messangers {
	gap: 80px;
	margin: 30px 0;
}

.contact-messanger span:first-child {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	margin-bottom: 10px;
}

.contact-messanger a {
	color: #000;
	text-align: center;
}

.contact-messanger a:hover span:first-child {
	transform: scale(1.05);
}

.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -15px;
	left: 20px;
	font-size: 13px;
	display: none;
}

form[data-status="invalid"] .wpcf7-not-valid-tip {
	display: block;
}

div#contactpop > .contact-pop-close {
	bottom: 45px;
	position: fixed;
	z-index: 8;
	right: 35px;
	display: none;
}

div#contactpop.active .contact-pop-close {
	display: block;
}

.contact-pop-close button:hover span {
	background: #000;
	transform: rotate(90deg);
}

.contact-pop-close button:hover span:after,
.contact-pop-close button:hover span:before {
	background: #fff;
}

.contact-pop-close button {
	transition: 0.3s;
	display: inline-block;
}

.contact-messanger span {
	display: block;
	font-size: 16px;
	transition: 0.3s;
}

.contact-sep {
	text-align: center;
	padding-bottom: 40px;
	font-size: 19px;
	opacity: 0.5;
}

.contact-form {
	max-width: 790px;
	margin: 0 auto 40px;
}

.contact-pop-socials a {
	padding: 8px 28px;
	border: 1px solid #000;
	border-radius: 40px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.contact-pop-socials {
	gap: 10px;
}

.contact-pop-close {
	width: 172px;
	text-align: right;
}

.contact-pop-footer-middle {
	gap: 20px;
	font-size: 27px;
}

.contact-pop-footer-middle a {
	color: #000;
}

.contact-pop-close button span {
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	background: none;
	border-radius: 40px;
	position: relative;
	text-indent: -150px;
	display: block;
	transition: 0.3s;
}

.contact-pop-close button {
	font-size: 27px;
	border: none;
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 10px;
	background: none;
}

.contact-pop-close button span:before,
.contact-pop-close button span:after {
	content: "";
	width: 2px;
	height: 32px;
	position: absolute;
	background: #000;
	top: calc(50% - 16px);
	left: calc(50% - 1px);
	transform: rotate(45deg);
}

.contact-pop-close button span:after {
	transform: rotate(-45deg);
}

.contact-pop-hours {
	opacity: 0.5;
}

.contact-form input,
.contact-form textarea {
	padding: 8px 20px;
	font-size: 19px;
	border-radius: 40px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	max-width: 100%;
	width: 100%;
	font-family: "PP Neue Montreal", sans-serif;
}

.contact-form .flexed > span {
	flex: 1;
}

.contact-form .flexed {
	gap: 20px;
}

.wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display: block;
}

span.wpcf7-form-control-wrap textarea {
	min-height: 80px;
	height: 80px;
	padding-top: 20px;
	resize: none;
}

.contact-form button,
.contact-form input[type="submit"] {
	width: calc(50% - 10px);
	background: #000;
	color: #fff;
	font-size: 35px;
	padding: 10px 0;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	font-family: "PP Neue Montreal", sans-serif;
	border-radius: 60px;
	border: none;
}

span.wpcf7-form-control-wrap.wpcf7-turnstile {
	margin: 0;
}

span.wpcf7-form-control-wrap.wpcf7-turnstile div {
	margin-left: auto;
}

.contact-form input[type="submit"]:hover {
	background: #fff;
	color: #000;
}

.header-contact button:has(span + span) {
	background: rgba(33, 33, 33, 0.7);
	line-height: 10px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

/*  .header-contact button:has(span + span):hover {
    background: #0a0a0a;
  }*/

.header-contact button:has(span + span):after {
	display: none;
}

.contact-messanger span:first-child {
	position: relative;
}

.contact-messanger span:first-child:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #17eb34;
	border-radius: 10px;
	bottom: 13px;
	right: 13px;
	border: 5px solid #fff;
}

header.offline ~ #contactpop .contact-messanger span:first-child:after {
	display: none;
}

div.single-post-menu-item {
	margin-right: -20px;
	max-width: 0;
	transition: 0.5s;
	overflow: hidden;
	height: 50px;
	opacity: 0;
}

body:has(.work-full-item.active) .single-post-menu-item {
	max-width: 300px;
	opacity: 1;
	transition: 2s;
}

div.single-post header .menu {
	background: none;
}

div.single-post-menu-item button,
div.single-post-menu-item > span {
	background: rgba(0, 0, 0, 0.4);
	padding: 15px 20px 16px;
	border-radius: 40px;
	color: #fff;
	display: block;
	font-weight: 600;
	font-size: 16px;
	border: none;
	position: relative;
	overflow: hidden;
}

span.scroll-percent {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #007aff;
}

.header-menu-wrap:has(a:hover) .menu-hover {
	translate: 0 0 !important;
}

span.scroll-percent + span {
	position: relative;
	z-index: 2;
}

div.single-post-menu-item button {
	position: relative;
	text-indent: -99999px;
	width: 50px;
	background: #007aff;
	transition: 0.3s;
}

div.single-post-menu-item button:hover {
	background: rgb(0 122 255 / 70%);
}

div.single-post-menu-item button:before,
div.single-post-menu-item button:after {
	content: "";
	width: 20px;
	height: 1px;
	transition: 0.2s;
	background: #fff;
	position: absolute;
	left: calc(50% - 9px);
	top: 50%;
	transform: rotate(45deg);
}

div.single-post-menu-item button:after {
	transform: rotate(-45deg);
}

div.single-post .post-header-title {
	position: static;
	background: none;
	flex: 1;
}

.reviews-top h2 button + button.active:before {
	font-size: 40px;
	top: 30%;
	left: -35px;
	opacity: 0.5;
}

.work-by-country {
	max-height: 450px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #000000 #171717;
	padding-right: 10px;
	overflow-x: hidden;
	backface-visibility: hidden;
}

.work-list {
	gap: 40px 20px;
}

.work-list-small .work-item-wrapper:nth-child(3) {
	width: 100%;
}

.work-list-small .work-item-wrapper:nth-child(3) > div {
	width: calc(50% - 10px);
	margin: 0 auto;
}

.work-list-btn {
	margin-top: 80px;
}

.work-list-btn a {
	font-size: 36px;
	padding: 13px 40px;
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 40px;
	transition: 0.3s;
}

.work-list-btn a:hover {
	background: rgb(255 255 255 / 24%);
}

#main-home .header-scene {
	position: relative;
	height: 99vh;
	z-index: 3;
}

#main-home .responsive-video:after,
#main-home .header-scene canvas:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 150px;
	background: linear-gradient(0deg, black, transparent);
	bottom: 0;
}

#main-home .header-scene canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#main-home main {
	position: relative;
	z-index: 3;
}

.contact-form-sent {
	text-align: center;
	font-size: 40px;
}

.contact-form-sent strong {
	color: #686868;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1em;
	margin-top: 40px;
	gap: 10px;
	font-weight: 400;
}

.contact-form-sent strong span {
	color: #0d0d0d;
	font-size: 64px;
}

.form-sent-btn button {
	width: calc(50% - 10px);
	background: #000;
	color: #fff;
	font-size: 40px;
	padding: 20px 0;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 40px;
	border: 1px solid #000;
	max-width: 100%;
}

.form-sent-btn button:hover {
	background: #fff;
	color: #000;
}

.form-sent-btn {
	margin-top: 40px;
}

.contact-form-sent strong span:after {
	content: "h";
	font-size: 20px;
	line-height: 20px;
}

.contact-form-sent strong span + span:after {
	content: "m";
}

.contact-form-sent strong span + span + span:after {
	content: "s";
}

.work-list-old-wrap {
	margin-top: 160px;
}

span.work-old-img {
	max-width: 100px;
	height: 66px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	transform: scale(2.96);
}

span.work-old-tags span {
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
}

a.work-old-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: url("img/arrow2-active.svg") -22px 50% no-repeat;
}

a.work-old-item:hover {
	padding-left: 0;
	background-position: 10px 50%;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);

	background-color: #0f0f0f;
}

a.work-old-item:hover > h6 {
	padding-left: 45px;
}

a.work-old-item > h6 {
	text-transform: none;
	transition: 0.3s;
}

span.work-old-meta img {
	max-width: 24px;
	border-radius: 24px;
	height: 24px;
	object-fit: cover;
}

a.work-old-item .post-header-meta-info span,
a.work-old-item span.work-old-tags {
	opacity: 0.5;
	transition: 0.3s;
}

a.work-old-item:hover .post-header-meta-info span,
a.work-old-item:hover span.work-old-tags {
	opacity: 1;
}

span.work-old-meta .post-header-meta-info {
	font-size: 14px;
	gap: 8px;
	display: flex;
	text-transform: uppercase;
	align-items: center;
}

.review-tab.active {
	position: relative;
}

.review-tab {
	position: absolute;
}

span.work-old-meta .post-header-meta-info img {
	order: 1;
}

span.work-old-meta .post-header-meta-info span:last-child {
	order: 2;
	min-width: 54px;
}

span.work-old-meta {
	gap: 10px;
	font-size: 12px;
	max-width: 250px;
	width: 100%;
	justify-content: flex-end;
}

span.work-old-meta span:last-child {
	padding: 0 10px;
}

h6.work-old-title {
	max-width: 470px;
	width: 100%;
}

span.work-old-img-tags {
	gap: 160px;
	flex: 1;
}

span.work-old-tags {
	flex: 1;
}

span.work-old-img img {
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.work-list-old {
	padding-bottom: 100px;
	margin-top: 20px;
}

a.work-old-item:hover .work-old-img {
	visibility: visible;
	opacity: 1;
}

.proj-metrics {
	padding-top: 20px;
}

.proj-metric-item {
	max-width: 320px;
	/*      width: 100%;*/
	gap: 15px;
}

.proj-metrics-list {
	gap: 40px;
}

.proj-metric-title {
	font-size: 32px;
	padding: 10px;
	background: #f5f5f5;
	border-radius: 10px;
	text-transform: uppercase;
}

.proj-metric-text {
	font-size: 19px;
	flex: 1;
}

.proj-top-links {
	margin-top: 40px;
}

.proj-top-links a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 40px 10px 20px;
	text-transform: uppercase;
	border: 1px solid #000;
	border-radius: 30px;
}

.proj-top-links a:before,
.proj-top-links a:after {
	background: url("img/arrow-right-dark.svg") 50% 50% no-repeat;
	top: 14px;
	right: 14px;
}

.proj-top-links a:after {
	transform: translate(-250%, 250%);
}

.proj-top-links a:hover:before {
	transform: translate(250%, -250%);
}

.proj-award-img {
	max-width: 70px;
}

.proj-awards {
	margin-top: 40px;
	max-width: 290px;
}

.proj-award-link a {
	color: #000;
}

.proj-award-link {
	flex: 1;
	font-size: 19px;
}

.proj-award-link a:after,
.proj-award-link a:before {
	background: url("img/arrow-top-right-dark.svg") no-repeat 50% 50%;
	top: 15px;
}

.proj-award-link a:after {
	transform: translate(-250%, 250%);
}

section.projsection:has(.project-scroll-section) {
	padding-bottom: 0 !important;
}

.proj-award-link a:hover:before {
	transform: translate(250%, -250%);
}

.proj-award {
	gap: 15px;
	margin-bottom: 20px;
	max-width: 290px;
}

.header-scene {
	position: relative;
	z-index: 3;
	height: auto;
	min-height: 20vh;
}

#main-team .header-scene-text-inner h1 {
	font-size: 8.91cqw;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: center;
}

#main-team .header-scene-text-inner h1 br {
	display: none;
}

#main-team .header-scene-text-inner {
	container-type: inline-size;
}

#main-team .header-scene-text-inner:hover strong {
	transition:
		opacity 0.8s cubic-bezier(0.43, 0.28, 0.13, 1) 0s,
		max-width 0.8s cubic-bezier(0.43, 0.28, 0.13, 1);
}

#main-team
	.header-scene-text-inner:hover
	span:nth-child(2)
	strong:not(:first-child) {
	transition:
		opacity 0.8s cubic-bezier(0.43, 0.28, 0.13, 1) 0s,
		max-width 0.8s cubic-bezier(0.43, 0.28, 0.13, 1);
}

#main-team .header-scene-text-inner:hover span:nth-child(3) strong {
	transition:
		opacity 0.8s cubic-bezier(0.43, 0.28, 0.13, 1) 0s,
		max-width 0.8s cubic-bezier(0.43, 0.28, 0.13, 1);
}

#main-team .header-scene-text-inner strong {
	transition:
		opacity 0.8s cubic-bezier(0.43, 0.28, 0.13, 1) 0s,
		max-width 0.8s cubic-bezier(0.43, 0.28, 0.13, 1);
	max-width: 700px;
	display: inline-block;
	width: auto;
}

#main-team .header-scene-text-inner span:nth-child(2) strong:not(:first-child) {
	transition:
		opacity 0.8s cubic-bezier(0.43, 0.28, 0.13, 1) 0s,
		max-width 0.8s cubic-bezier(0.43, 0.28, 0.13, 1); /* 0.1s; */
	max-width: 40px;
}

#main-team .header-scene-text-inner span:nth-child(3) strong {
	transition:
		opacity 0.8s cubic-bezier(0.43, 0.28, 0.13, 1) 0s,
		max-width 0.8s cubic-bezier(0.43, 0.28, 0.13, 1); /*0.3s; */
	max-width: 320px;
}

#main-team .header-scene-text-inner:hover strong {
	opacity: 0;
	max-width: 0 !important;
}

#main-team .header-scene-text {
	pointer-events: all;
}

.work-list-btn a {
	position: relative;
	overflow: hidden;
}

.contact-form button:after,
.work-list-btn a:after {
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	border-radius: 60px;
	transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0.1s;
}

.contact-form button:after {
	background: #000;
}

.contact-form button span,
.work-list-btn a span {
	position: relative;
	z-index: 2;
}

.work-list-btn a:hover {
	color: #000;
}

.contact-form .contact-form-form button:after,
.work-list-btn a:hover:after {
	width: 100%;
}

.contact-form .contact-form-form button span:after,
.work-list-btn a span:after {
	content: "";
	width: 0;
	height: 38px;
	display: inline-block;
	margin-left: 0;
	transition: 0.3s;
	background: url("img/arrow-right-right.svg") 50% 50% no-repeat;
	background-size: contain;
	position: relative;
	top: 6px;
}

.contact-form .contact-form-form button span:after {
	background-image: url("img/arrow-right-right-white.svg");
}

.contact-form .contact-form-form button:hover span:after,
.work-list-btn a:hover span:after {
	width: 38px;
	opacity: 1;
	margin-left: 25px;
}

div.single-post header,
div.single-post main {
	position: relative;
	background: #fff;
	z-index: 4;
}

div.single-post main {
	padding-bottom: 100px;
}

div.single-post header {
	z-index: 5;
}

.post-header-title span + span {
	transition: 0.3s;
	opacity: 0;
	color: #868686;
}

.work-item:hover .work-item-meta,
.work-item:hover .post-header-title span + span {
	opacity: 1;
}

.work-item {
	position: relative;
	border-radius: 10px;
	max-width: 750px;
	margin: auto;
	backface-visibility: hidden;
}

.work-item > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
	/*      cursor: none;*/
}

.work-short-info span:not(:last-child),
.mob,
.post-close-tab,
.mobile-menu-logo,
.mobile-menu-toggle,
.contact-form-btn,
.mob-logo {
	display: none;
}

.grid-test-inner canvas {
	width: calc(33% - 15px);
	aspect-ratio: 5.5 / 3;
	margin-top: -4%;
}

.nav-panel.hideme {
	opacity: 0;
	visibility: hidden;
}

main section {
	position: relative;
	z-index: 3;
}

.work-full-item {
	position: fixed;
	top: 200px;
	left: 0;
	width: 100%;
	z-index: 3;
	background: #fff;
	color: #000;
	height: 100vh;
	overflow: auto;
	transition: all 1s cubic-bezier(0.48, 0.34, 0.16, 0.99) 0s;
	visibility: hidden;
	opacity: 0;
	/*      padding-bottom: 80px;*/
}

.proj-footer-copy {
	background: #000;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
}

.admin-bar .work-full-item {
	top: 232px;
}

.work-full-item {
	top: 200px;
	transform: translateY(100%);
}

.work-full-item.active {
	top: 0;
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
	overflow-x: hidden;
}

.admin-bar .work-full-item.active {
	top: 32px;
}

html:has(.work-full-item.closing),
html:has(.work-full-item.active) {
	scrollbar-color: white white;
	overflow: hidden;
}

.work-full-item.active {
	scrollbar-color: #171717 transparent;
}

#works-full-list .header-scene {
	height: auto;
	overflow: hidden;
}

main {
	opacity: 1;
	transition: all 0s linear 0s;
	/*    position: absolute;*/
	transform: translate(0%, 175px) scale(0.8);
	transform-origin: 50% 100px;
}

main.progress-down {
	position: relative;
	opacity: 0.5;
	transition: all 0.8s cubic-bezier(0.42, 0.54, 0.12, 0.99) 0s;
	/*    animation: 0.4s linear 0.5s fadeOut forwards;*/
}

@keyframes fadeOut {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 0;
	}
}

main.active {
	opacity: 0.5;
	position: relative;
	z-index: 3;
	transform: none;
	display: block;
	transition: all 0.8s cubic-bezier(0.42, 0.54, 0.12, 0.99) 0s;
}

.ready main.active {
	opacity: 1;
}

.sky .circle {
	position: absolute;
	background-color: #1a75f5;
	border-radius: 50%;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	/*animation-direction: alternate;*/
}

.sky .circle:nth-child(2n) {
	background-color: #d3e5ff;
}

.blink_1 {
	animation-name: blink10;
}

.blink_2 {
	animation-name: blink20;
}

.blink_3 {
	animation-name: blink30;
}

.blink_4 {
	animation-name: blink40;
}

.blink_5 {
	animation-name: blink50;
}

@keyframes blink10 {
	0%,
	100% {
		opacity: 0.74;
		transform: translate(10px, 10px);
	}
	20% {
		opacity: 0;
		transform: translate(0px, 0px);
	}
}

@keyframes blink20 {
	0%,
	100% {
		opacity: 0;
		transform: translate(10px, 10px);
	}
	40% {
		opacity: 0.74;
		transform: translate(0px, 0px);
	}
}

@keyframes blink50 {
	0%,
	100% {
		opacity: 0.74;
		transform: translate(10px, 10px);
	}
	50% {
		opacity: 0;
		transform: translate(0px, 0px);
	}
}

@keyframes blink30 {
	0%,
	100% {
		opacity: 0.74;
		transform: translate(10px, 10px);
	}
	60% {
		opacity: 0;
		transform: translate(0px, 0px);
	}
}

@keyframes blink40 {
	0%,
	100% {
		opacity: 0;
		transform: translate(10px, 10px);
	}
	80% {
		opacity: 0.74;
		transform: translate(0px, 0px);
	}
}

.comet {
	position: absolute;
	width: 2px;
	height: 100px;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1)
	);
	opacity: 0;
	pointer-events: none;
	transform: rotate(45deg);
	animation: shoot 2s linear forwards;
}

@keyframes shoot {
	0% {
		transform: translate(0, 0) rotate(45deg);
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	100% {
		transform: translate(-600px, 600px) rotate(45deg);
		opacity: 0;
	}
}

circle-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 800px;
	z-index: 5;
	transform: translate(-50%, -50%);
}

circle-progress::part(base) {
	width: 100%;
	height: 100%;
}

circle-progress::part(circle) {
	stroke-width: 0.2px;
	stroke: transparent;
}

circle-progress::part(value) {
	stroke: rgba(255, 255, 255, 0.14);
	stroke-width: 0.2px;
}

circle-progress::part(text) {
	display: none;
}

circle-progress.ongoing {
}

circle-progress.ongoing::part(value) {
	stroke: #fff;
}

.process-item-img {
	overflow: hidden;
	height: 130px;
	border-radius: 100px;
	margin: 10px 0;
}

.process-item-img img {
	height: 240px;
	width: 100%;
	transition: 0.3s;
	object-fit: cover;
	object-position: center bottom;
	top: -80px;
	position: relative;
}

.header-scene canvas {
	height: 100vh !important;
}

html.lenis,
html.lenis body {
	height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
	overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

.lenis.lenis-autoToggle {
	transition-property: overflow;
	transition-duration: 1ms;
	transition-behavior: allow-discrete;
}

main#main-process .header-scene:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 170px;
	background: linear-gradient(0deg, black, transparent);
	z-index: 3;
}

.award-table-row {
	position: relative;
	transition: 0.3s;
	margin-left: -20px;
	width: calc(100% + 40px);
	padding: 15px;
}

.clients-slide-item a.abslink,
.social-post a.abslink,
.award-table-cell a.abslink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999999px;
	text-align: left;
}

.social-post:hover {
	border-color: #fff;
}

.award-table-row:not(.award-table-row-title):hover {
	background: #1c1c1c;
}

.proj-top,
section.projsection {
	position: relative;
	z-index: 2;
}

.proud-widget div[data-animation-type="spline"] {
	margin-top: -19%;
	margin-bottom: -21%;
}

.proud-widget canvas {
	aspect-ratio: 4 / 2.2;
}

.projsection .project-scroll-img img.lazy.loaded,
.projsection
	.projsection-content-row:has(.projsection-content-row-item:nth-child(3))
	img.lazy.loaded,
.projsection img.lazy.loaded {
	max-width: 100%;
	height: auto;
	width: auto;
}

.work-item-place .post-header-meta-info span:nth-child(3) {
	display: none;
}

.work-item-place .post-header-meta-info span:nth-child(1):after {
	content: ",";
	margin-left: -1px;
}

.projsection img.lazy {
	width: calc(100vw - 100px);
	height: 100%;
	max-width: 6000px;
}

.projsection
	.projsection-content-row:has(.projsection-content-row-item:nth-child(3))
	img.lazy {
	width: calc(33vw - 100px);
}

.projsection .project-scroll-img img.lazy {
	width: calc(65vw - 100px);
}

.contact-bordered {
	max-width: 930px;
	margin: 0 auto;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	padding: 30px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.contact-title {
	text-transform: uppercase;
}

.contact-messanger {
	text-transform: uppercase;
}

.roadmap-circle-nav {
	display: none;
}

html:has(.preloader:not(.done)) {
	overflow: hidden;
}

body:has(#main-home.active) header .menu {
	background: none;
	overflow: hidden;
}

header .menu li {
	position: relative;
}

/*  body:has(#main-home.active) header .menu li:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      padding-left: 500px;
      padding-right: 500px;
      top: 0;
      transform: translateX(-50%);
      background: #0E0E17;
      transition: 0.8s;
      left: 50%;
      border-radius: 50px;
  }*/

/*  body:has(#main-home.active) header .menu:has(li:hover) li:after {
      transition: 0s;
      padding: 0;
      background: none;
  }

  body:has(#main-home.active) header .menu:has(li:hover) li:hover:after {
      display: inline;
      padding: 0;
      background: #0E0E17;
      transition: 0.5s;
  }*/

body:has(#main-home.active) header .menu li a:hover {
	background: none;
}

div#overlay {
	position: fixed;
	top: -100vh;
	left: 0;
	height: 100vh;
	background: #000;
	opacity: 0.5;
	z-index: 5;
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

div#overlay.active {
	top: 0;
	opacity: 0.7;
}

div#overlay.final {
	opacity: 1;
	transform: translateY(0);
	transition: transform 1.2s cubic-bezier(0.42, 0.54, 0.12, 0.99) 0s;
}

div#overlay.enter {
	opacity: 1;
	transform: translateY(100%);
	transition: transform 1.5s cubic-bezier(0.01, 0.58, 0.67, 0.99) 0s;
}

div#contactpop > .contact-pop-close {
	position: fixed;
}

.why-us-text canvas {
	aspect-ratio: 3 / 2.15;
}

.review-item-text-link {
	max-width: 787px;
	padding-left: 73px;
	background: url("img/quote.svg") 0 0 no-repeat;
}

.proj-review-item {
	gap: 58px;
}

.proj-review-item {
	padding: 80px 40px;
	border-radius: 10px;
	background: #f5f5f5;
	margin-top: 20px;
	position: relative;
}

.proj-review-gradient {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0;
	z-index: 1;
	border-radius: 0 0 10px 10px;
}

.review-person-img span {
}

.proj-review .review-person-img img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 40px;
	scale: 1;
	position: relative;
	z-index: 7;
}

.review-person-img span {
	height: 90px;
	width: 60px;
	position: absolute;
	top: 0;
	left: 20px;
	border-radius: 50px;
	z-index: 6;
}

.review-person-img span + span {
	left: 40px;
	opacity: 0.6;
	z-index: 5;
}

.review-person-img span + span + span {
	left: 60px;
	z-index: 4;
	opacity: 0.4;
}

.review-person-img span + span + span + span {
	left: 80px;
	z-index: 3;
}

.review-person-img span + span + span + span + span {
	left: 100px;
	opacity: 0.2;
}

#arrows {
	position: absolute;
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
	z-index: 4;
	pointer-events: none;
	cursor: none;
	font-size: 27px;
	text-align: center;
	will-change: transform;
	backface-visibility: hidden;
}

#arrows.active div {
	transform: scale(1);
	opacity: 1;
}

#arrows div {
	cursor: none;
	transform: scale(0.15) rotate(-15deg);
	width: 100%;
	opacity: 0;
	background: #000;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	transition: all 0.2s linear 0s;
}

#arrows div span {
	opacity: 0;
}

#arrows.active div span {
	opacity: 1;
	transition: opacity 0.1s linear 0.2s;
}

.section-reviews {
	z-index: 4;
}

button.slick-arrow[aria-disabled="true"] {
	pointer-events: none;
}

button.slick-arrow[aria-disabled="true"]:before {
	opacity: 0.24;
}

.menu-hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 40px;
	transition:
		transform 0.6s cubic-bezier(0.22, 0.09, 0.18, 0.99) 0s,
		width 0.6s cubic-bezier(0, 0.19, 0.22, 1.08) 0.02s;
}

.header-menu-wrap:has(a:hover) .menu-hover {
	transition:
		transform 0.6s cubic-bezier(0.22, 0.09, 0.18, 0.99) 0s,
		width 0.6s cubic-bezier(0.22, 0.09, 0.1, 1.13);
}

.header-menu-wrap:has(li:nth-child(2) a:hover) .menu-hover {
	transition:
		transform 0.6s cubic-bezier(0.22, 0.09, 0.18, 0.99) 0s,
		width 0.6s cubic-bezier(0.22, 0.09, 0.1, 1.13) 0.01s;
}

.header-menu-wrap[data-hover="3"] .menu-hover {
	transition:
		transform 0.5s cubic-bezier(0.22, 0.09, 0.18, 0.99) 0.1s,
		width 0.6s cubic-bezier(0.22, 0.09, 0.1, 1.13) 0s;
}

.header-menu-wrap:has(li:nth-child(3) a:hover) .menu-hover {
	transition:
		transform 0.6s cubic-bezier(0.22, 0.09, 0.18, 0.99) 0s,
		width 0.6s cubic-bezier(0.22, 0.09, 0.1, 1.13) 0.01s;
}

.header-menu-wrap[data-hover="4"] .menu-hover {
	transition:
		transform 0.6s cubic-bezier(0.22, 0.09, 0.18, 0.99) 0.1s,
		width 0.6s cubic-bezier(0.22, 0.09, 0.1, 1.13) 0s;
}

.header-menu-wrap:has(li:nth-child(4) a:hover) .menu-hover {
	transition:
		transform 0.6s cubic-bezier(0.22, 0.09, 0.18, 0.99) 0s,
		width 0.3s cubic-bezier(0.22, 0.09, 0.1, 1.13) 0.3s;
}

.process-list .slick-track:before,
.process-list .slick-track:after {
	display: none;
}

.container .container {
	padding: 0;
}

body:has(#main-home) .menu-hover {
	width: 100%;
}

.header-menu-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}

header .menu li.current_page_item a {
	cursor: default;
}

body.single-post .header-scene-text .header-scene-text-inner {
	transform: translateY(0%);
}

.single-post .header-scene div[data-animation-type="spline"] {
	opacity: 1;
}

.single-post .planet-spline {
	background: url("img/planet-static.webp") 50% 50% no-repeat;
	background-size: auto 90vh;
}

.single-post.loaded .planet-spline {
	background: none;
}

span.wpcf7-form-control-wrap.wpcf7-turnstile span.wpcf7-not-valid-tip {
	max-width: 384px;
	right: 0;
	margin-left: auto;
}

.cf-turnstile {
	width: 384px;
	height: 65px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	padding: 0;
	text-align: center;
	color: red;
}

.simple-page-wrap {
	position: relative;
	z-index: 2;
	padding-top: 40px;
}

.container.container--sm {
	max-width: 910px;
}

.simple-page-inner {
	margin-top: 150px;
	font-size: 19px;
}

.simple-page-inner h5 {
	text-transform: none;
	margin-bottom: 20px;
}

.simple-page-inner p {
	margin-bottom: 40px;
}

.simple-page-inner a {
	text-decoration: underline !important;
}

.simple-page-wrap .container {
	position: relative;
}

.char-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
}

.client-slide-img {
	max-width: 190px;
}

.header-menu-wrap:has(.current-menu-item:hover) .menu-hover,
.header-menu-wrap .current-menu-item:hover a,
.header-menu-wrap:has(.current-menu-item):not(:hover) .menu-hover,
.header-menu-wrap:has(.current-menu-item):not(:hover) .current_page_item a {
	background: rgba(0, 0, 0, 0.2);
}

.review-links {
	margin-top: -5px;
}

.review-link + .review-link {
	margin-top: 5px;
}

.arrowed2 {
	gap: 10px;
}

.arrowed2 path:nth-child(3),
.arrowed2 path:nth-child(4),
.arrowed2 path:nth-child(5) {
	transform: translateY(5px);
	transition: 0.3s;
	opacity: 0;
}

.arrowed2:hover path {
	transform: none;
	opacity: 1;
}

.arrowed2 path {
	opacity: 0.5;
}

.review-link .arrowed2 path:nth-child(1),
.review-link .arrowed2 path:nth-child(2) {
	opacity: 1;
}

.review-item.slick-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

header .menu li.tab {
	display: none;
}

.home .logo a {
	pointer-events: none;
}

.proj-footer-copy .circle {
	display: none;
}

.logo a:hover {
	transform: scale(1.05);
}

.logo a {
	display: block;
}

/*  body:not(.home) .preloader {
    display: none;
  }*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background-size: contain;
	z-index: 9999 !important;
	display: flex;
	align-items: center;
	transition: transform 1.5s cubic-bezier(0.01, 0.58, 0.67, 0.99) 0s;
}

.preloader.done {
	transform: translateY(100%);
}

.preloader-inner {
	max-width: 240px;
	position: relative;
	width: 240px;
}

progress::-webkit-progress-bar {
	background: #08046e;
	border-radius: 10px;
}

.preloader progress {
	appearance: none;
	width: 100%;
	height: 4px;
}

.preload-char {
	position: absolute;
	width: 400px;
	left: 0;
	transform: translate(-100%, -50%);
	gap: 15px;
	top: 25px;
}

.preload-char2 img {
	flex: 1;
	max-width: 135px;
}

.preload-char2 {
	gap: 7px;
}

.preloader-wrap {
	gap: 30px;
}

.preload-char-anim {
	gap: 5px;
}

.preload-char-anim svg {
	animation: 1.5s linear 0s charanim1 infinite;
}

.preload-char-anim svg + svg {
	animation: 1.5s linear 0s charanim2 infinite;
}

.preload-char-anim svg + svg + svg {
	animation: 1.5s linear 0s charanim3 infinite;
}

@keyframes charanim1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
}

@keyframes charanim2 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@keyframes charanim3 {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
}

progress::-webkit-progress-value {
	background: #0e07e4;
	border-radius: 8px;
}

.offline-gallry-img,
.social-post,
.reviews-quote,
.review-item,
.clients-list .swiper-wrapper .clients-slide-item {
	margin-right: 20px;
}

#main-home .header-scene-text-inner h1 span {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

#main-team .header-scene-text-inner h1 span + span {
	padding-left: 20px;
	transition: 0.8s;
}

#main-team .header-scene-text-inner h1:hover span + span {
	padding: 0;
}

#main-team .header-scene-text-inner h1:hover span:nth-child(2) {
	padding-left: 20px;
}

.swiper-wrapper {
	width: 1000%;
}

main:not(.active) {
	visibility: hidden;
	opacity: 0;
}

.work-item-wrapper.work-coming-soon img {
	height: auto;
	object-fit: contain;
	aspect-ratio: 660 / 423;
	margin: 0 auto 20px;
}

.work-item-wrapper.work-coming-soon {
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 10px;
	padding: 65px 172px 65px;
	font-size: 52px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.responsive-video {
	display: none;
	position: relative;
}

.mmt-cookie-banner {
	position: fixed;
	bottom: 120px;
	right: 30px;
	border-radius: 25px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	width: 372px;
	z-index: 4;
	text-align: center;
	padding: 30px;
	display: none;
	opacity: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	background: rgba(33, 33, 33, 0.7);
	backdrop-filter: blur(10px);
	pointer-events: none;
	transform: translateY(20px);

	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}

.mmt-cookie-banner.is-active {
	display: block !important;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.mmt-cookie-banner.is-hiding {
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
}

.mmt-cookie-banner > div {
	margin-bottom: 15px;
}

.mmt-cookie-banner button {
	background: none;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 40px;
	padding: 10px 25px;
	font-size: 20px;
	margin: 0 10px;
	transition: all 0.3s ease;
}
.mmt-cookie-banner button:hover {
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
}
