* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Karla', sans-serif;
	transition: all 0.9s ease-in-out;
}

:root {
	--back: #f4c4c4;
	--color: #282b29;
	--filter: invert(15%) sepia(9%) saturate(252%) hue-rotate(87deg) brightness(94%) contrast(94%);
	;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: var(--back);
}

::-webkit-scrollbar-thumb {
	background-color: var(--color);
}

::-moz-scrollbar {
	width: 8px;
	background-color: var(--back);
}

::-moz-scrollbar-thumb {
	background-color: var(--color);
}

span.num {
	font-family: 'IBM Plex Mono', monospace;
	color: var(--color);
}

body {
	overflow-x: hidden;
	background-color: var(--back);
	color: var(--color);
}

header.head {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	position: fixed;
	z-index: 20;
	background: var(--back);
}

header.head span {
	position: absolute;
	width: 95vw;
	left: 2.5%;
	margin: 0 auto;
	height: 1px;
	background: var(--color);
	top: -4px;
}

header.head div {
	color: var(--color);
	width: calc(100% / 6);
	text-align: center;
}

header.head div ul {
	display: flex;
}

header.head div ul li {
	list-style-type: none;
}

header.head div ul li a {
	text-decoration: none;
	color: var(--color);
	padding: 0 15px;
}

header.head div ul li a.about {
	border-right: 1px solid var(--color);
	border-left: 1px solid var(--color);
}

div.logo {
	width: 112px;
	height: 100px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	border-top: 9px solid var(--color);
	z-index: 1000;
}

div.logo::before {
	position: absolute;
	content: 'Z';
	background: var(--color);
	color: var(--back);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 42px;
	font-size: 32px;
	right: -56px;
	top: -9px;
	transition: all 0.9s ease-in-out;
}

div.logo::after {
	position: absolute;
	content: 'O';
	background: var(--color);
	color: var(--back);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 42px;
	font-size: 32px;
	right: -56px;
	bottom: 4px;
	transition: all 0.9s ease-in-out;
}

div.logo span.one {
	position: absolute;
	width: 9px;
	height: 74%;
	background: var(--color);
	bottom: 6px;
	right: 0;
}

div.logo span.two {
	position: absolute;
	width: 69%;
	height: 83%;
	top: 0.5px;
	right: 17%;
	background: var(--back);
	border-radius: 50%;
	border: 9px solid var(--color);
	z-index: 10;
}

div.logo span.three {
	position: absolute;
	height: 149%;
	width: 9px;
	background: var(--color);
	top: -28px;
	right: 53px;
	transform: rotate(51deg);
}

div.logo span.four {
	position: absolute;
	width: 50%;
	height: 9px;
	background: var(--color);
	bottom: 5px;
	left: 0;
}

div.logo span.five {
	position: absolute;
	width: 33%;
	height: 9px;
	background: var(--color);
	bottom: 5px;
	right: 0;
}

div.sec1 {
	height: 100vh;
	width: 100%;
	background-color: var(--back);
	color: var(--color);
}

div.sec1 h5.one {
	color: var(--color);
	z-index: 10;
	position: fixed;
	top: 35%;
	left: 0%;
	font-size: 50px;
	letter-spacing: 7px;
	font-weight: 100;
	width: 100%;
	text-align: center;
	font-family: 'Playfair Display SC', serif;
}

div.sec1 h5.two {
	color: var(--color);
	z-index: 0;
	position: fixed;
	top: 45%;
	left: 0%;
	font-size: 50px;
	letter-spacing: 7px;
	font-weight: 100;
	width: 100%;
	text-align: center;
	font-family: 'Playfair Display SC', serif;
}

div.sec1 h5.three {
	color: var(--color);
	z-index: 10;
	position: fixed;
	top: 55%;
	left: 0%;
	font-size: 50px;
	letter-spacing: 7px;
	font-weight: 100;
	width: 100%;
	text-align: center;
	font-family: 'Playfair Display SC', serif;
}

div.sec1 div.video {
	width: 300px;
	height: 250px;
	position: absolute;
	left: 55%;
	bottom: -30px;
	z-index: 9;
}

div.sec1 div.play {
	width: 150px;
	height: 150px;
	border: 1px solid var(--color);
	border-radius: 50%;
	text-align: center;
	line-height: 170px;
	position: absolute;
	bottom: 10px;
	left: 49%;
	cursor: pointer;
	z-index: 12;
}

div.sec1 div.play:hover {
	line-height: 150px;
	background: var(--back);
	color: var(--color);
}

div.sec1 div.video video {
	width: 120%;
}

div.sec1 div.last {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	z-index: 13;
	position: relative;
	top: 100vh;
}

div.sec1 div.last::after {
	content: '';
	/* margin: 0 auto; */
	width: 63%;
	height: 1px;
	background: var(--color);
}

div.sec1 div.last div.embty {
	width: calc(100% / 3);
	height: 100%;
	background-color: var(--back);
}

div.sec1 div.last video {
	background-color: var(--back);
	width: calc(100% / 3);
	height: 860px;
	position: absolute;
	left: calc(100% / 3);
	border-top: 1px solid var(--color);
}

div.sec1 div.last div.title {
	background-color: var(--back);
	width: calc(100% / 3);
	height: 123%;
	position: absolute;
	left: calc(100% / 1.5);
}

div.sec1 div.last div.title::before {
	content: '';
	position: absolute;
	top: 0;
	right: 24px;
	width: 100%;
	height: 1px;
	background: var(--color);
}

div.sec1 div.last div.title p {
	color: var(--color);
	font-size: 31px;
	margin-top: 180px;
	margin-left: 58px;
	padding-right: 32px;
}


div.sec2 {
	width: 100%;
	background-color: var(--back);
	color: var(--color);
	z-index: 12;
	position: relative;
}

div.sec2::before {
	content: '';
	position: absolute;
	width: 95%;
	height: 1px;
	background: var(--color);
	bottom: -457px;
	left: 2.5%;
}

div.sec2 div.main-title {
	width: 100%;
	position: sticky;
	top: 49px;
	height: auto;
	padding-top: 27%;
	background-color: var(--back);
}

div.sec2 div.main-title h5.one {
	z-index: 11;
	position: sticky;
	top: 200px;
	left: 0;
	font-size: 50px;
	/* padding-top: 6%; */
	margin-bottom: 115px;
	letter-spacing: 7px;
	font-weight: 100;
	width: 100%;
	text-align: center;
	color: var(--color);
	font-family: 'Playfair Display SC', serif;
	transition: none;
}

div.sec2 div.main-title h5.two {
	transition: none;
	color: var(--color);
	z-index: 11;
	position: sticky;
	top: 310px;
	left: 0;
	font-size: 50px;
	letter-spacing: 7px;
	margin-top: 110px;
	margin-bottom: 50px;
	font-weight: 100;
	width: 100%;
	text-align: center;
	font-family: 'Playfair Display SC', serif;
}

div.sec2 div.work {
	width: 100%;
	padding-bottom: 500px;
	position: relative;
	background: var(--back);
	color: var(--color);
	padding-top: 250px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

div.sec2 div.work::before {
	position: absolute;
	content: '';
	width: 94%;
	height: 1px;
	background: var(--color);
	bottom: 0;
	left: 3%;
}

div.sec2 div.work div.video {
	z-index: 15;
	margin-bottom: 80px;
	overflow: hidden;
	width: 485px;
	height: 337px;
	border-bottom: 1px solid var(--color);
}

div.sec2 div.work video {
	width: 485px;
	height: 272.3px;
}

div.sec2 div.work div.go {
	width: 500%;
	background: var(--back);
	margin-top: -4px;
}

div.sec2 div.work div.go div.title {
	padding: 18px 0 28px 0;
	margin-right: 35px;
	width: 85px;
	z-index: 15;
	display: inline-block;
	display: none;
	color: var(--color);
}

div.sec2 div.work div.video div.title.mm {
	display: inline-block;
}

div.sec2 div.work div.video:hover div.go {
	animation: go 4s linear infinite;
}

div.sec2 div.work div.video:hover div.title {
	display: inline-block;
}

@keyframes go {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-15.3%, 0, 0);
	}

}

div.info {
	width: 100px;
	height: 50px;
	position: absolute;
	bottom: 180px;
	left: 31px;
	transform: rotate(-90deg);
	cursor: pointer;
	z-index: 20;
}

div.info span.name {
	font-size: 25px;
	color: var(--color);
	background: var(--back);
	position: absolute;
}

div.info span.circul {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: -18px;
	bottom: 10px;
	border: 1px solid var(--color);
}

div.info span.remove {
	width: 105px;
	height: 35px;
	border-radius: 0 51px 0 0;
	background-color: var(--back);
	position: absolute;
	top: 12.5px;
	left: -28px;
	transform-origin: bottom right;
	transform: rotate(-59deg);
}

div.info span.line {
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 22px;
	background: var(--color);
	z-index: 1;
}

div.info:hover {
	transform: rotate(0deg);
	bottom: 137px;
	left: 57px;
}

div.info:hover span.remove {
	transform: scale(1.8);
}

div.info:hover span.line {
	width: 72%;
	bottom: 20px;
}


div.sec3 {
	height: 800px;
	width: 100%;
	background-color: var(--back);
	color: var(--color);
	z-index: 13;
	position: relative;
}

div.sec3 div.client {
	width: calc(100% - 12.5%);
	position: relative;
	top: 0;
	left: 31.5%;
	background: var(--back);
	color: var(--color);
}

div.sec3 div.client h2 {
	padding: 18px;
	margin-left: 35px;
	font-weight: 200;
	color: var(--color);
}

div.sec3 div.client.c2 h2 {
	font-size: 15px;
	width: 72%;
	color: var(--color);
	border-bottom: 1px solid var(--color);
}

div.sec3 div.container {
	position: relative;
	max-width: 100%;
	height: 50vh;
	margin-left: 214px;
	margin-right: 41px;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	grid-template-rows: auto auto;
	grid-template-areas:
		"a a b c d h"
		"a a e f g k";
}

div.sec3 div.container div.box {
	border: 1px solid var(--color);
	display: flex;
	justify-content: center;
	align-items: center;
}

div.sec3 div.container div.box img {
	width: 100px;
	filter: var(--filter);
}

div.sec3 div.container div.box:nth-child(1) {
	grid-area: a;
	border: none;
	border-right: none;
}

div.sec3 div.container div.box:nth-child(2) {
	grid-area: b;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

div.sec3 div.container div.box:nth-child(3) {
	grid-area: c;
	border-right: none;
	border-bottom: none;
}

div.sec3 div.container div.box:nth-child(4) {
	grid-area: d;
	border-right: none;
	border-bottom: none;
}

div.sec3 div.container div.box:nth-child(5) {
	grid-area: e;
	border-left: none;
	border-right: none;
}

div.sec3 div.container div.box:nth-child(6) {
	grid-area: f;
	border-right: none;
}

div.sec3 div.container div.box:nth-child(7) {
	grid-area: g;
	border-right: none;
}

div.sec3 div.container div.box:nth-child(8) {
	grid-area: h;
	border-right: none;
	border-bottom: none;
}

div.sec3 div.container div.box:nth-child(9) {
	grid-area: k;
	border-right: none;
}

div.sec3 div.t2 {
	position: relative;
	max-width: 100%;
	height: 15vh;
	margin-right: 40px;
	margin-top: 50px;
	margin-left: 40px;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: auto;
	grid-template-areas: "a a b c d h";
}

div.sec3 div.t2 div.box {
	border: 1px solid var(--color);
}

div.sec3 div.t2 div.box:nth-child(1) {
	grid-area: a;
	border: none;
}

div.sec3 div.t2 div.box:nth-child(2) {
	grid-area: b;
	border: none;
}

div.sec3 div.t2 div.box:nth-child(3) {
	grid-area: c;
	border: none;
}

div.sec3 div.t2 div.box:nth-child(4) {
	grid-area: d;
	border: none;
}

div.sec3 div.t2 div.box:nth-child(5) {
	grid-area: h;
	border: none;
}

div.sec3 div.t2 div.box span {
	display: block;
	color: var(--color);
}

div.sec3 div.wave {
	position: relative;
	width: 500%;
	background: var(--back);
}

div.sec3 div.wave::before {
	position: absolute;
	content: '';
	width: 18.8%;
	height: 1px;
	background: var(--color);
	bottom: 0;
	left: 0.7%;
}

div.sec3 div.wave::after {
	position: absolute;
	content: '';
	width: 18.8%;
	height: 1px;
	background: var(--color);
	top: 0;
	left: 0.7%;
}

div.sec3 div.wave div.have {
	width: 7%;
	display: inline-block;
	font-family: 'Playfair Display SC', serif;
	text-align: center;
	font-size: 80px;
	color: var(--color);
	animation: go2 12s linear infinite;
}

@keyframes go2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-302%, 0, 0);
	}

}

header.head2 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100px;
	z-index: 20;
	background: var(--back);
	padding-bottom: 35px;
}

header.head2 div {
	color: var(--color);
	width: calc(100% / 6);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

header.head2 div a {
	position: relative;
	text-decoration: none;
	color: var(--color);
	text-align: center;
	padding: 10px 30px;
	transition: all 0.7s ease-in-out;
}

header.head2 div a span {
	position: absolute;
	background-color: var(--color);
}

header.head2 div a span:nth-child(1) {
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s;
}

header.head2 div a:hover span:nth-child(1) {
	transform: scaleX(1);
	transform-origin: right;
	transition: transform 0.5s;
}

header.head2 div a span:nth-child(2) {
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	background: transparent;
	border-radius: 50%;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.5s;
	/*border: 1px solid var(--color);*/
}

header.head2 div a:hover span:nth-child(2) {
	transform: scaleY(1);
	transform-origin: top;
	transition: transform 0.5s;
}

svg {
	width: 200px;
	height: 200px;
	transform: rotate(-90deg);
	overflow: initial;
}

circle {
	stroke-width: 20px;
	fill: none;
	stroke-dashoffset: calc(100 * 6);
	stroke-dasharray: calc(100 * 6);
	stroke-dashoffset: calc((100 * 6) - ((100 * 6) * 90) / 100);
	offset-position: inside;
}

/*----- about css ---------*/
div.we {
	width: 100%;
	height: 100vh;
}

div.we div.container {
	width: 100%;
	height: 100%;
	display: flex;
}

div.we div.container div.left {
	width: 30%;
	height: 100%;
	position: relative;
}

div.we div.container div.left h1 {
	font-family: 'Playfair Display SC', serif;
	font-size: 120px;
	transform: rotate(-90deg);
	color: var(--color);
	position: absolute;
	left: -71px;
	bottom: 255px;
}

div.we div.container div.right {
	position: relative;
	width: 70%;
	height: 100%;
}

div.we div.container div.right div.logo {
	position: absolute;
	width: 80%;
	height: 80%;
	bottom: 68px;
	left: -73px;
	border-top: 35px solid var(--color);
	z-index: 1000;
}

div.we div.container div.right div.logo::before {
	position: absolute;
	content: 'Z';
	background: var(--color);
	color: var(--back);
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 161px;
	font-size: 121px;
	right: -167px;
	top: -35px;
	transition: all 0.9s ease-in-out;
}

div.we div.container div.right div.logo::after {
	position: absolute;
	content: 'O';
	background: var(--color);
	color: var(--back);
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 161px;
	font-size: 121px;
	right: -167px;
	bottom: 5px;
	transition: all 0.9s ease-in-out;
}

div.we div.container div.right div.logo span.one {
	position: absolute;
	width: 35px;
	height: 74%;
	background: var(--color);
	bottom: 6px;
	right: 0;
}

div.we div.container div.right div.logo span.two {
	position: absolute;
	width: 69%;
	height: 83%;
	top: 20.5px;
	right: 17%;
	background: var(--back);
	border-radius: 50%;
	border: 35px solid var(--color);
	z-index: 10;
}

div.we div.container div.right div.logo span.three {
	position: absolute;
	height: 188%;
	width: 35px;
	background: var(--color);
	top: -226px;
	right: 366px;
	transform: rotate(58deg);
}

div.we div.container div.right div.logo span.five {
	position: absolute;
	width: 33%;
	height: 35px;
	background: var(--color);
	bottom: 5px;
	right: 0;
}

div.we div.container div.right div.logo span.four {
	position: absolute;
	width: 50%;
	height: 35px;
	background: var(--color);
	bottom: 5px;
	left: 0;
}

/*----- about css ---------*/