@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

::-webkit-scrollbar {
	/*改变纵向滚动条宽度*/
	width: 10px;
}

::-webkit-scrollbar-track {
	/*改变滚动条轨道颜色*/
	border-radius: 10px;
	background-color: #f0f0f0;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	/*改变滚动条滑轨相关的样式*/
	border-radius: 10px;
	background-color: #ccc;
}

/* 移入鼠标效果 */

::-webkit-scrollbar-thumb:hover {
	border-radius: 10px;
	background-color: #a3a3a3;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}


body {
	display: flex;
	justify-content: center;
	min-height: 100vh;
	background: #f0f0f0;
	transition: 1s;
}

.darkMode {
	background: #25282c;
	transition: 1s;
}

.box {
	width: 100%;
	background: #fff;
	transition: 1s;
}

.darkMode .box {
	background: #25282c;
	transition: 1s;
}

.dark_mode {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
}

.cv_btn {
	text-decoration:none;
}

.darkMode .box .dark_mode p {
	color: #f0f0f0;
	transition: 1s;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	background-color: #2196f3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 64px 0;
	background: #25282c;
	gap: 8px;
	transition: 1s;
}

.profile img {
	width: 76px;
	height: 80px;
	border-radius: 50%;
}

.profile h1 {
	color: #f0f0f0;
	font-size: 32px;
	font-family: "Trirong", serif;
}

.profile p {
	color: #f0f0f0;
	font-size: 18px;
}

.dividing {
	width: 100%;
	height: 2px;
	background: #e5e5e5;
	transition: 1s;
}
.darkMode .dividing {
	background: #000000;
	transition: 1s;
}

.connect {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 0;
	background: #25282c;
	gap: 16px;
}

.connect div ion-icon {
	color: #ebf0f6;
	font-size: 20px;
}

.connect div a {
	text-decoration: none;
	color: #ebf0f6;
	font-size: 12px;
}

.connect div {
	display: flex;
	align-items: center;
	gap: 4px;
}

.content_box {
	padding: 32px 32px;
	display: flex;
	flex-direction: column;
	background: #fff;
	gap: 20px;
	transition: 1s;
}
.darkMode .content_box {
	background: #25282c;
	transition: 1s;
}

.infoProfiel {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.darkMode .infoProfiel {
	color: #f0f0f0;
	transition: 1s;
}

.skills {
	gap: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.darkMode .skills {
	color: #f0f0f0;
	transition: 1s;
}

.skills div {
	width: 100%;
	display: flex;
}

.skills p {
	width: 50%;
}

/* .languages {
    width: 100%;
} */
.languages .languages_box {
	width: 100%;
	display: flex;
}
.darkMode .languages {
	color: #f0f0f0;
	transition: 1s;
}

.languages .languages_box .lan {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.bg {
	margin: 8px 0;
	width: 80%;
	height: 10px;
	border-radius: 4px;
	background-color: rgb(222, 228, 247);
	display: flex;
	align-items: center;
}

.bg-line {
	background-color: rgb(222, 228, 247);
}

.inner {
	height: 100%;
	border-radius: 4px;
	transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
}

.line {
	width: 100%;
	background-color: #6f6f6f;
}

/* en */
.bg-en {
	margin: 8px 0;
	width: 80%;
	height: 10px;
	border-radius: 4px;
	background-color: rgb(222, 228, 247);
	display: flex;
	align-items: center;
}

.bg-line-en {
	background-color: rgb(222, 228, 247);
}

.inner-en {
	height: 100%;
	border-radius: 4px;
	transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
}

.line-en {
	width: 40%;
	background-color: #6f6f6f;
}

/* pl */
.bg-pl {
	margin: 8px 0;
	width: 80%;
	height: 10px;
	border-radius: 4px;
	background-color: rgb(222, 228, 247);
	display: flex;
	align-items: center;
}

.bg-line-pl {
	background-color: rgb(222, 228, 247);
}

.inner-pl {
	height: 100%;
	border-radius: 4px;
	transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
}

.line-pl {
	width: 20%;
	background-color: #6f6f6f;
}
@media (min-width: 640px) {
	body {
		display: flex;
		justify-content: center;
		min-height: 100vh;
		background: #f0f0f0;
		transition: 1s;
	}
	
	.darkMode {
		background: #25282c;
		transition: 1s;
	}
	
	.box {
		width: 100%;
		background: #fff;
		transition: 1s;
	}
	
	.darkMode .box {
		background: #25282c;
		transition: 1s;
	}
	
	.dark_mode {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 8px;
	}
	
	.darkMode .box .dark_mode p {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.switch {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 34px;
	}
	
	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}
	
	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	input:checked + .slider {
		background-color: #2196f3;
	}
	
	input:focus + .slider {
		box-shadow: 0 0 1px #2196f3;
	}
	
	input:checked + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}
	
	/* Rounded sliders */
	.slider.round {
		border-radius: 34px;
	}
	
	.slider.round:before {
		border-radius: 50%;
	}
	
	.profile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 64px 0;
		background: #25282c;
		gap: 8px;
		transition: 1s;
	}
	
	.profile img {
		width: 76px;
		height: 80px;
		border-radius: 50%;
	}
	
	.profile h1 {
		color: #f0f0f0;
		font-size: 32px;
		font-family: "Trirong", serif;
	}
	
	.profile p {
		color: #f0f0f0;
		font-size: 18px;
	}
	
	.dividing {
		width: 100%;
		height: 2px;
		background: #e5e5e5;
		transition: 1s;
	}
	.darkMode .dividing {
		background: #000000;
		transition: 1s;
	}
	
	.connect {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 24px 0;
		background: #25282c;
		gap: 16px;
	}
	
	.connect div ion-icon {
		color: #ebf0f6;
		font-size: 20px;
	}
	
	.connect div a {
		text-decoration: none;
		color: #ebf0f6;
		font-size: 12px;
	}
	
	.connect div {
		display: flex;
		align-items: center;
		gap: 4px;
	}
	
	.content_box {
		padding: 32px 32px;
		display: flex;
		flex-direction: column;
		background: #fff;
		gap: 20px;
		transition: 1s;
	}
	.darkMode .content_box {
		background: #25282c;
		transition: 1s;
	}
	
	.infoProfiel {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.darkMode .infoProfiel {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills {
		gap: 16px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.darkMode .skills {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills div {
		width: 100%;
		display: flex;
	}
	
	.skills p {
		width: 50%;
	}
	
	/* .languages {
		width: 100%;
	} */
	.languages .languages_box {
		width: 100%;
		display: flex;
	}
	.darkMode .languages {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.languages .languages_box .lan {
		width: 50%;
		display: flex;
		flex-direction: column;
	}
	
	.bg {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line {
		background-color: rgb(222, 228, 247);
	}
	
	.inner {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line {
		width: 100%;
		background-color: #6f6f6f;
	}
	
	/* en */
	.bg-en {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-en {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-en {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-en {
		width: 40%;
		background-color: #6f6f6f;
	}
	
	/* pl */
	.bg-pl {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-pl {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-pl {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-pl {
		width: 20%;
		background-color: #6f6f6f;
	}
}
@media (min-width: 768px) {
	body {
		display: flex;
		justify-content: center;
		min-height: 100vh;
		background: #f0f0f0;
		transition: 1s;
	}
	
	.darkMode {
		background: #25282c;
		transition: 1s;
	}
	
	.box {
		width: 100%;
		background: #fff;
		transition: 1s;
	}
	
	.darkMode .box {
		background: #25282c;
		transition: 1s;
	}
	
	.dark_mode {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 8px;
	}
	
	.darkMode .box .dark_mode p {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.switch {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 34px;
	}
	
	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}
	
	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	input:checked + .slider {
		background-color: #2196f3;
	}
	
	input:focus + .slider {
		box-shadow: 0 0 1px #2196f3;
	}
	
	input:checked + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}
	
	/* Rounded sliders */
	.slider.round {
		border-radius: 34px;
	}
	
	.slider.round:before {
		border-radius: 50%;
	}
	
	.profile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 64px 0;
		background: #25282c;
		gap: 8px;
		transition: 1s;
	}
	
	.profile img {
		width: 76px;
		height: 80px;
		border-radius: 50%;
	}
	
	.profile h1 {
		color: #f0f0f0;
		font-size: 32px;
		font-family: "Trirong", serif;
	}
	
	.profile p {
		color: #f0f0f0;
		font-size: 18px;
	}
	
	.dividing {
		width: 100%;
		height: 2px;
		background: #e5e5e5;
		transition: 1s;
	}
	.darkMode .dividing {
		background: #000000;
		transition: 1s;
	}
	
	.connect {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 24px 0;
		background: #25282c;
		gap: 16px;
	}
	
	.connect div ion-icon {
		color: #ebf0f6;
		font-size: 20px;
	}
	
	.connect div a {
		text-decoration: none;
		color: #ebf0f6;
		font-size: 12px;
	}
	
	.connect div {
		display: flex;
		align-items: center;
		gap: 4px;
	}
	
	.content_box {
		padding: 32px 32px;
		display: flex;
		flex-direction: column;
		background: #fff;
		gap: 20px;
		transition: 1s;
	}
	.darkMode .content_box {
		background: #25282c;
		transition: 1s;
	}
	
	.infoProfiel {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.darkMode .infoProfiel {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills {
		gap: 16px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.darkMode .skills {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills div {
		width: 100%;
		display: flex;
	}
	
	.skills p {
		width: 50%;
	}
	
	/* .languages {
		width: 100%;
	} */
	.languages .languages_box {
		width: 100%;
		display: flex;
	}
	.darkMode .languages {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.languages .languages_box .lan {
		width: 50%;
		display: flex;
		flex-direction: column;
	}
	
	.bg {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line {
		background-color: rgb(222, 228, 247);
	}
	
	.inner {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line {
		width: 100%;
		background-color: #6f6f6f;
	}
	
	/* en */
	.bg-en {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-en {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-en {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-en {
		width: 40%;
		background-color: #6f6f6f;
	}
	
	/* pl */
	.bg-pl {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-pl {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-pl {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-pl {
		width: 20%;
		background-color: #6f6f6f;
	}
}
@media (min-width: 1024px) {
	body {
		display: flex;
		justify-content: center;
		min-height: 100vh;
		background: #f0f0f0;
		transition: 1s;
	}
	
	.darkMode {
		background: #25282c;
		transition: 1s;
	}
	
	.box {
		width: 80%;
		box-shadow: 0 30px 30px rgb(0, 0, 0, 0.05);
		background: #fff;
		transition: 1s;
	}
	
	.darkMode .box {
		background: #25282c;
		transition: 1s;
	}
	
	.dark_mode {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 8px;
	}
	
	.darkMode .box .dark_mode p {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.switch {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 34px;
	}
	
	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}
	
	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	input:checked + .slider {
		background-color: #2196f3;
	}
	
	input:focus + .slider {
		box-shadow: 0 0 1px #2196f3;
	}
	
	input:checked + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}
	
	/* Rounded sliders */
	.slider.round {
		border-radius: 34px;
	}
	
	.slider.round:before {
		border-radius: 50%;
	}
	
	.profile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 64px 0;
		background: #25282c;
		gap: 8px;
		transition: 1s;
	}
	
	.profile img {
		width: 76px;
		height: 80px;
		border-radius: 50%;
	}
	
	.profile h1 {
		color: #f0f0f0;
		font-size: 32px;
		font-family: "Trirong", serif;
	}
	
	.profile p {
		color: #f0f0f0;
		font-size: 18px;
	}
	
	.dividing {
		width: 100%;
		height: 2px;
		background: #e5e5e5;
		transition: 1s;
	}
	.darkMode .dividing {
		background: #000000;
		transition: 1s;
	}
	
	.connect {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 24px 0;
		background: #25282c;
		gap: 16px;
	}
	
	.connect div ion-icon {
		color: #ebf0f6;
		font-size: 20px;
	}
	
	.connect div a {
		text-decoration: none;
		color: #ebf0f6;
	}
	
	.connect div {
		display: flex;
		align-items: center;
		gap: 4px;
	}
	
	.content_box {
		padding: 32px 128px;
		display: flex;
		flex-direction: column;
		background: #fff;
		gap: 20px;
		transition: 1s;
	}
	.darkMode .content_box {
		background: #25282c;
		transition: 1s;
	}
	
	.infoProfiel {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.darkMode .infoProfiel {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills {
		gap: 16px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.darkMode .skills {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills div {
		width: 100%;
		display: flex;
	}
	
	.skills p {
		width: 50%;
	}
	
	/* .languages {
		width: 100%;
	} */
	.languages .languages_box {
		width: 100%;
		display: flex;
	}
	.darkMode .languages {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.languages .languages_box .lan {
		width: 50%;
		display: flex;
		flex-direction: column;
	}
	
	.bg {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line {
		background-color: rgb(222, 228, 247);
	}
	
	.inner {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line {
		width: 100%;
		background-color: #6f6f6f;
	}
	
	/* en */
	.bg-en {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-en {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-en {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-en {
		width: 40%;
		background-color: #6f6f6f;
	}
	
	/* pl */
	.bg-pl {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-pl {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-pl {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-pl {
		width: 20%;
		background-color: #6f6f6f;
	}
}
@media (min-width: 1280px) {
	body {
		display: flex;
		justify-content: center;
		min-height: 100vh;
		background: #f0f0f0;
		transition: 1s;
	}
	
	.darkMode {
		background: #25282c;
		transition: 1s;
	}
	
	.box {
		width: 80%;
		box-shadow: 0 30px 30px rgb(0, 0, 0, 0.05);
		background: #fff;
		transition: 1s;
	}
	
	.darkMode .box {
		background: #25282c;
		transition: 1s;
	}
	
	.dark_mode {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 8px;
	}
	
	.darkMode .box .dark_mode p {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.switch {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 34px;
	}
	
	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}
	
	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	input:checked + .slider {
		background-color: #2196f3;
	}
	
	input:focus + .slider {
		box-shadow: 0 0 1px #2196f3;
	}
	
	input:checked + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}
	
	/* Rounded sliders */
	.slider.round {
		border-radius: 34px;
	}
	
	.slider.round:before {
		border-radius: 50%;
	}
	
	.profile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 64px 0;
		background: #25282c;
		gap: 8px;
		transition: 1s;
	}
	
	.profile img {
		width: 76px;
		height: 80px;
		border-radius: 50%;
	}
	
	.profile h1 {
		color: #f0f0f0;
		font-size: 32px;
		font-family: "Trirong", serif;
	}
	
	.profile p {
		color: #f0f0f0;
		font-size: 18px;
	}
	
	.dividing {
		width: 100%;
		height: 2px;
		background: #e5e5e5;
		transition: 1s;
	}
	.darkMode .dividing {
		background: #000000;
		transition: 1s;
	}
	
	.connect {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 24px 0;
		background: #25282c;
		gap: 16px;
	}
	
	.connect div ion-icon {
		color: #ebf0f6;
		font-size: 20px;
	}
	
	.connect div a {
		text-decoration: none;
		color: #ebf0f6;
	}
	
	.connect div {
		display: flex;
		align-items: center;
		gap: 4px;
	}
	
	.content_box {
		padding: 32px 128px;
		display: flex;
		flex-direction: column;
		background: #fff;
		gap: 20px;
		transition: 1s;
	}
	.darkMode .content_box {
		background: #25282c;
		transition: 1s;
	}
	
	.infoProfiel {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.darkMode .infoProfiel {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills {
		gap: 16px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.darkMode .skills {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills div {
		width: 100%;
		display: flex;
	}
	
	.skills p {
		width: 50%;
	}
	
	/* .languages {
		width: 100%;
	} */
	.languages .languages_box {
		width: 100%;
		display: flex;
	}
	.darkMode .languages {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.languages .languages_box .lan {
		width: 50%;
		display: flex;
		flex-direction: column;
	}
	
	.bg {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line {
		background-color: rgb(222, 228, 247);
	}
	
	.inner {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line {
		width: 100%;
		background-color: #6f6f6f;
	}
	
	/* en */
	.bg-en {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-en {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-en {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-en {
		width: 40%;
		background-color: #6f6f6f;
	}
	
	/* pl */
	.bg-pl {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-pl {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-pl {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-pl {
		width: 20%;
		background-color: #6f6f6f;
	}
}
@media (min-width: 1536px) {
	body {
		display: flex;
		justify-content: center;
		min-height: 100vh;
		background: #f0f0f0;
		transition: 1s;
	}
	
	.darkMode {
		background: #25282c;
		transition: 1s;
	}
	
	.box {
		width: 80%;
		box-shadow: 0 30px 30px rgb(0, 0, 0, 0.05);
		background: #fff;
		transition: 1s;
	}
	
	.darkMode .box {
		background: #25282c;
		transition: 1s;
	}
	
	.dark_mode {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 8px;
	}
	
	.darkMode .box .dark_mode p {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.switch {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 34px;
	}
	
	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}
	
	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	input:checked + .slider {
		background-color: #2196f3;
	}
	
	input:focus + .slider {
		box-shadow: 0 0 1px #2196f3;
	}
	
	input:checked + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}
	
	/* Rounded sliders */
	.slider.round {
		border-radius: 34px;
	}
	
	.slider.round:before {
		border-radius: 50%;
	}
	
	.profile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 64px 0;
		background: #25282c;
		gap: 8px;
		transition: 1s;
	}
	
	.profile img {
		width: 76px;
		height: 80px;
		border-radius: 50%;
	}
	
	.profile h1 {
		color: #f0f0f0;
		font-size: 32px;
		font-family: "Trirong", serif;
	}
	
	.profile p {
		color: #f0f0f0;
		font-size: 18px;
	}
	
	.dividing {
		width: 100%;
		height: 2px;
		background: #e5e5e5;
		transition: 1s;
	}
	.darkMode .dividing {
		background: #000000;
		transition: 1s;
	}
	
	.connect {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 24px 0;
		background: #25282c;
		gap: 16px;
	}
	
	.connect div ion-icon {
		color: #ebf0f6;
		font-size: 20px;
	}
	
	.connect div a {
		text-decoration: none;
		color: #ebf0f6;
	}
	
	.connect div {
		display: flex;
		align-items: center;
		gap: 4px;
	}
	
	.content_box {
		padding: 32px 128px;
		display: flex;
		flex-direction: column;
		background: #fff;
		gap: 20px;
		transition: 1s;
	}
	.darkMode .content_box {
		background: #25282c;
		transition: 1s;
	}
	
	.infoProfiel {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.darkMode .infoProfiel {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills {
		gap: 16px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.darkMode .skills {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.skills div {
		width: 100%;
		display: flex;
	}
	
	.skills p {
		width: 50%;
	}
	
	/* .languages {
		width: 100%;
	} */
	.languages .languages_box {
		width: 100%;
		display: flex;
	}
	.darkMode .languages {
		color: #f0f0f0;
		transition: 1s;
	}
	
	.languages .languages_box .lan {
		width: 50%;
		display: flex;
		flex-direction: column;
	}
	
	.bg {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line {
		background-color: rgb(222, 228, 247);
	}
	
	.inner {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line {
		width: 100%;
		background-color: #6f6f6f;
	}
	
	/* en */
	.bg-en {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-en {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-en {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-en {
		width: 40%;
		background-color: #6f6f6f;
	}
	
	/* pl */
	.bg-pl {
		margin: 8px 0;
		width: 80%;
		height: 10px;
		border-radius: 4px;
		background-color: rgb(222, 228, 247);
		display: flex;
		align-items: center;
	}
	
	.bg-line-pl {
		background-color: rgb(222, 228, 247);
	}
	
	.inner-pl {
		height: 100%;
		border-radius: 4px;
		transition: all 0.5s cubic-bezier(0, 0.64, 0.36, 1);
	}
	
	.line-pl {
		width: 20%;
		background-color: #6f6f6f;
	}
}

