* { margin: 0; padding: 0; border: 0; outline: 0; user-select: none; box-sizing: border-box; }
@font-face {
	font-family: font;
	src: url(font.otf);
}
body {
	background: #8DB32F;
}
.EcoPen {
	min-height: 100vh;
	padding-top: 25px;
}
.EcoPen h1 {
	text-align: center;
	font: 3rem font;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.EcoPen .line {
	display: flex;
	justify-content: space-around;
}
.EcoPen .line .pakan {
	position: relative;
	width: 20%;
	height: 70px;
	margin-left: 4%;
}
.EcoPen .line .pakan::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 25px;
	width: 5px;
	height: 45px;
	background: #CDCBA7;
	border-radius: 20px;
	filter: blur(1px);
}
.EcoPen .line .pakan .body {
	width: 100%;
	height: 100%;
	position: relative;
	background: #FFFDD0;
	clip-path: polygon(0 0, 100% 4%, 100% 96%, 0% 100%);
}
.EcoPen .line .pakan .body i {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #000;
}
.EcoPen .line .pakan .body .two {
	width: 100%;
	height: 2px;
	transform: rotate(0.6deg);
    top: 1px;
}
.EcoPen .line .pakan .body .nd {
	width: 100%;
	height: 2px;
	transform: rotate(-0.6deg);
	top: auto;
    bottom: 1px;
}
.EcoPen .line .pakan .body .name {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	font: 20px sans-serif;
	pointer-events: none;
}
.EcoPen .line .pakan > i {
	position: absolute;
	top: 3px;
    right: -8px;
    width: 16px;
    height: 64px;
    border-radius: 50%;
    background: #FFFDD0;
    border: 2px solid #000;
}
.EcoPen .line .pen {
	width: 70%;
	height: 60px;
	display: flex;
	align-items: center;
}
.EcoPen .line .pen .neclues {
	width: 20px;
	height: 7px;
	filter: drop-shadow(0 -1px 0 #000) drop-shadow(0px 1px 0 #000) drop-shadow(0 0 0 #000);
	transform: translateY(-0.5px);
	transition: .2s;
}
.EcoPen .line .pen .neclues i {
	width: 100%;
	height: 100%;
	background: #00f;
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 50%);
	display: block;
	transition: .3s;
}
.EcoPen .line .pen .left {
	width: 85px;
	height: 100%;
	background: #fff;
	clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 60%);
	margin-right: -2px;
	position: relative;
}
.EcoPen .line .pen .left i {
	position: absolute;
	top: 0;
	right: -13px;
    width: 28px;
	height: 100%;
	border-left: 2px solid #000;
	border-radius: 50%;
}
.EcoPen .line .pen .left :nth-last-child(2) {
	right: -7px;
}
.EcoPen .line .pen .left :nth-last-child(3) {
	right: -6px;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(4) {
	right: 0;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(5) {
	right: 6px;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(6) {
	right: 12px;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(7) {
	right: 18px;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(8) {
	right: 24px;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(9) {
	right: 30px;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(10) {
	right: 36px;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(11) {
	right: 42px;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(12) {
	right: 47px;
    width: 33px;
}
.EcoPen .line .pen .left :nth-last-child(13) {
	right: 70px;
    width: 15px;
}
.EcoPen .line .pen .left::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	top: 12px;
    left: 0px;
    z-index: 1;
    transform: rotate(-15.9deg);
}
.EcoPen .line .pen .left::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 12px;
    left: 0px;
    z-index: 1;
    transform: rotate(15.9deg);
}
.EcoPen .line .pen .body {
	width: 80%;
	height: 100%;
	background: #fff;
	border: 2px solid #000;
	border-radius: 4px 0 0 4px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.EcoPen .line :where(.body input) {
	width: 100%;
	height: 100%;
	background: none;
	font-size: 20px;
	color: transparent;
	padding-left: 5%;
}
.EcoPen .line .pen .body .caret {
	position: absolute;
	top: 14px;
	left: 37.5%;
	width: 2px;
	height: 30px;
	background: #0007;
	border-radius: 40px;
	animation: caret .8s linear infinite;
}
@keyframes caret {
	50% { opacity: 0; }
}
.EcoPen .line .pen .body .name {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	font: 20px sans-serif;
	pointer-events: none;
}
.EcoPen .line .pen .body .first {
	position: absolute;
	top: 0;
	left: -9px;
	width: 20px;
	height: 100%;
	border-left: 2px solid #000;
	background: #fff;
	border-radius: 50%;
}
.EcoPen .line .pen .body .end {
	position: absolute;
	top: -2px;
    right: -10px;
    width: 15px;
    height: 100%;
    border: 2px solid #000;
    background: repeating-radial-gradient(#000 4%, #fff 18% 26%);
    border-radius: 50%;
    box-sizing: content-box;
}
.EcoPen .controls {
	display: flex;
	margin-top: 8rem;
	justify-content: space-around;
}
.EcoPen .controls .item {
	width: 22vw;
	text-align: center;
}
.EcoPen .controls .item h2 {
	font: 1.8rem font;
	color: #455819;
	user-select: text;
	margin-bottom: 45px;
}
.EcoPen .controls .item h2::selection {
	background: #fff;
	color: #34b1ff;
}
.EcoPen .controls .item .colors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px
}
.EcoPen .controls .item .colors span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--c);
	border: 1px solid #fff;
	cursor: pointer;
	transition: .1s;
}
.EcoPen .controls .item :where(.colors span, .necluesColor span):hover {
	transform: scale(1.1);
}
.EcoPen .controls .item .size {
	display: flex;
}
.EcoPen .controls .item .size button {
	padding: 5px 20px;
	border-radius: 40%;
	border: 7px solid #fff;
	font-size: 30px;
	background: #0007;
	color: #fff;
	box-shadow: 0 3px 3px #0009;
	cursor: pointer;
	margin: 0 35px;
	transition: .15s;
	will-change: transform;
}
.EcoPen .controls .item .size button:hover {
	transform: scale(1.07);
}
.EcoPen .controls .item h4 {
	font: 22px font;
	color: #fff;
	margin: 40px 0;
}
.EcoPen .controls .item .count {
	display: flex;
	justify-content: center;
	align-items: center;
}
.EcoPen .controls .item .count button {
	width: 60px;
	height: 60px;
	background: #fff;
	color: #8DB32F;
	display: grid;
	place-items: center;
	font-size: 35px;
	cursor: pointer;
	box-shadow: 0 3px 6px #0009;
	transition: .2s;
}
.EcoPen .controls .item .count button:hover {
	background: rgba(255,255,255,.75);
}
.EcoPen .controls .item .count h3 {
	width: 58px;
	height: 58px;
	background: #fff;
	font-size: 27px;
	font-weight: normal;
	display: grid;
	place-items: center;
	border: 1px solid #0009;
}
.EcoPen .controls .item .necluesColor {
	display: flex;
	justify-content: center;
	column-gap: 15px;
}
.EcoPen .controls .item .necluesColor span {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: var(--c);
	transition: .1s;
	will-change: transform;
	cursor: pointer;
}
.EcoPen .controls .item .add {
	padding: 8px 0 10px;
	background: #fff;
	margin-top: 50px;
	cursor: pointer;
	font: bold 20px cursive;
	border-radius: 10px;
	transition: .2s;
	box-shadow: 0 3px 4px #0009;
}
.EcoPen .controls .item .add:hover {
	background: #407700;
	color: #fff;
	box-shadow: 0 2px 4px #fff;
}
.EcoPen .lang {
	position: absolute;
	top: 40px;
	right: 40px;
}
.EcoPen .lang select {
	color: #87AF24;
	padding: 2px 4px;
	cursor: pointer;
	font: bold 15px sans-serif;
}
.EcoPen .lang select option {
	font: bold 15px sans-serif;
}
.language {
	transition: .5s;
}
.EcoPen .change {
	text-align: center;
	margin-top: 25px;
}
.EcoPen .change select {
	padding: 5px 10px;
	cursor: pointer;
	font-size: 18px;
	transition: .2s;
}
.EcoPen .change select:hover {
	background: #ebebeb;
	border-radius: 20px;
}
.EcoPen .favorite {
	margin-top: 3rem;
	text-align: center;
}
[type="color"] {
	margin-left: 35px;
	cursor: pointer;
	width: 60px;
	height: 30px;
	vertical-align: top;
	transition: .2s;
}
:where([type="color"], label):hover {
	opacity: .6;
}
label {
	background: url(photo.png) no-repeat center / contain;
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
	cursor: pointer;
	transition: .3s;
}
label input {
	display: none;
}

