.container {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
body {
	outline: none !important;
	scroll-behavior: smooth;
	font-family: 'Source Sans Pro', sans-serif;
	height: auto;
	background: -webkit-gradient(linear, left top, right top, from(#ffe0c9), to(#d9f6ff));
	background: -o-linear-gradient(left, #ffe0c9 0, #d9f6ff 100%);
	background: linear-gradient(90deg, #ffe0c9 0, #d9f6ff 100%);
}
ul {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}
::-webkit-scrollbar {
	width: 7px;
}
::-webkit-scrollbar-track {
	background: bisque;
}
::-webkit-scrollbar-thumb {
	background: rgba(48, 159, 219, 0.5764705882);
}
.main__inner {
	margin-top: 60px;
	text-align: center;
}
.main__img {
	margin-bottom: 50px;
	margin-left: -40px;
	width: 270px;
	height: 270px;
}
.main__content-title h1 {
	text-transform: uppercase;
	color: #474747;
	font-family: Raleway, sans-serif;
	letter-spacing: 5.2px;
	font-size: 55px;
	line-height: 1;
	font-weight: 300;
}
.main__content-subtitle {
	text-transform: uppercase;
	color: #474747;
	font-family: Gaegu, cursive;
	letter-spacing: 6.4px;
	font-size: 26px;
	line-height: 0.75;
	font-weight: 400;
}
.divider {
	border: 0;
	margin: 30px 0;
}
.divider:before {
	width: 200px;
	border-bottom: solid 1px #969696;
	border-top: solid 1px #969696;
	height: 1px;
	content: '';
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}
.header {
	font-family: 'Source Sans Pro', sans-serif;
}
.header__inner {
	margin-top: 35px;
	list-style: none;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
}
.header__item {
	margin-right: 15px;
	letter-spacing: 4px;
	font-size: 15px;
	color: #474747;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 30px;
	border: solid 1px #ccc;
	outline: 0 !important;
	display: flex;
}
.header__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 120px;
	padding: 17px;
	text-decoration: none;
	color: inherit;
	outline: 0 !important;
	text-align: center;
	align-items: center;
}
.header__item:hover {
	border-color: #309edb !important;
	color: #309edb !important;
}
.line {
	margin: 35px auto;
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 1px;
	max-width: 500px;
}
.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	margin-top: 20px;
}
.footer__icons {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer__icons a {
	outline: none !important;
}
.footer__icons-item {
	margin-right: 15px;
	border-radius: 100%;
	border: 1px solid #ccc;
	height: 2.7em;
	width: 2.7em;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.footer__icons-item img {
	margin-top: 8px;
	width: 26px;
	height: 26px;
}
.footer__icons-item:hover {
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;
}
.footer__contact {
	color: #474747;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	border: solid 1px #ccc;
	padding: 17px;
	text-decoration: none;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 20px;
}
.footer__mail {
	outline: none !important;
	margin-top: 20px;
	margin-bottom: 45px;
	text-decoration: none;
	color: #474747;
	font-family: Raleway, sans-serif;
	letter-spacing: 4.6px;
	font-size: 24px;
	line-height: 1.875;
	font-weight: 200;
}
.footer .line {
	margin-top: 15px;
	max-width: 650px;
}
.demonstration__inner {
	margin-bottom: 420px;
}
.demonstration__inner h1 {
	padding-top: 50px;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Courier New', Courier, monospace;
	text-align: center;
}
.container-sm {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	-webkit-box-shadow: 1px 1px 8px 0 #000;
	box-shadow: 1px 1px 8px 0 #000;
}
.resume {
	padding: 0 15px;
	margin-bottom: 70px;
	margin-top: 70px;
}
.resume__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.resume__top img {
	margin-top: 70px;
	margin-left: 80px;
	width: 600px;
	height: 650px;
}
.resume__head {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-top: 60px;
	margin-right: 60px;
}
.resume__head-title {
	text-transform: uppercase;
	font-weight: 800;
	font-family: Rubik, sans-serif;
	font-size: 64px;
	letter-spacing: 7px;
	color: #3c3c3b;
	max-width: 600px;
}
.resume__head-subtitle {
	margin-right: 10px;
	font-weight: 600;
	color: #3c3c3b;
	font-size: 27px;
	letter-spacing: 7px;
	text-transform: uppercase;
	font-family: Rubik, sans-serif;
	position: relative;
}
.resume__head-subtitle:after {
	position: absolute;
	content: '';
	right: 10px;
	margin-top: 10px;
	width: 5px;
	height: 130px;
	background-color: #3d3d3c;
}
.resume__inner {
	margin-top: -142px;
	background-repeat: repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: Rubik, sans-serif;
	padding: 0 50px;
	color: #3c3c3b;
}
.resume__inner p {
	font-size: 18px;
	font-weight: 400;
}
.resume__inner h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 25px;
}
.resume__left {
	font-family: 'Source Sans Pro';
	margin-top: 190px;
	max-width: 55%;
	width: 100%;
}
.resume__left > div > h1 {
	margin-bottom: 10px;
	margin-top: 20px;
}
.resume__left > div > p {
	font-size: 18px;
}
.resume__right {
	font-family: 'Source Sans Pro';
	margin-top: 190px;
	max-width: 35%;
	width: 100%;
}
.resume__right > div > h1 {
	margin-bottom: 10px;
	margin-top: 20px;
}
.resume__right > div > p {
	font-size: 18px;
}
.resume__right-langs p {
	display: inline;
}
.resume__right-langs p:first-child {
	padding-right: 15px;
}
.resume__right-contact {
	line-height: 25px;
}
.langs {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.langs p:not(:last-child) {
	padding: 0 0 5px;
}
.particles-js-canvas-el {
	z-index: -1;
	top: 0;
	position: absolute;
}
.page {
	position: relative;
	width: 100%;
	height: 100%;
}
@media (max-width: 1500.98px) {
	.resume__head-title {
		font-size: 44px;
	}
	.resume__head-subtitle {
		font-size: 21px;
	}
}
@media (max-width: 970px) {
	.resume__top img {
		width: 550px;
		height: 600px;
		margin-top: -25px;
		margin-left: 25px;
	}
	.resume__head {
		margin-top: -20px;
	}
	.resume__head-subtitle:after {
		margin-top: 5px;
		width: 4px;
		height: 100px;
	}
}
@media (max-width: 855.98px) {
	.resume__inner {
		padding: 0 25px;
	}
	.resume__top img {
		width: 500px;
		height: 550px;
	}
	.resume__head-title {
		font-size: 40px;
		letter-spacing: 5px;
	}
	.resume__head-subtitle {
		font-size: 19px;
	}
}
@media (max-width: 767.98px) {
	.resume__inner h1 {
		font-size: 20px;
	}
	.resume__left > div > p {
		font-size: 15px;
	}
	.resume__right > div > p {
		font-size: 15px;
	}
	.resume__right-langs p {
		font-size: 15px;
	}
	.resume__right-contact p {
		font-size: 15px;
	}
	.resume__inner p {
		font-size: 15px;
	}
	.container .main__content-title h1 {
		font-size: 42px;
	}
	.container .main__content-subtitle {
		font-size: 19px;
	}
	.resume__head-subtitle {
		font-size: 15px;
	}
	.resume__head-title {
		font-size: 30px;
	}
	.resume__head-subtitle:after {
		margin-top: 5px;
		width: 4px;
		height: 69px;
		right: 6px;
	}
	.resume__top img {
		width: 400px;
		height: 450px;
		width: 350px;
		height: 400px;
	}
}
@media (max-width: 600.98px) {
	.resume__head-title {
		font-size: 27px;
	}
	.resume__head-subtitle {
		font-size: 13px;
	}
	.resume__head-subtitle:after {
		width: 3px;
		height: 54px;
	}
	.resume__head {
		margin-right: 20px;
	}
	.text__right > div > a,
	.text__right > div > p {
		word-break: break-all;
	}
	.resume__inner {
		padding: 0 25px;
		flex-direction: column;
	}
	.resume__left,
	.resume__right {
		max-width: 80%;
	}
	.resume__right {
		margin-top: 0;
	}
}
@media (max-width: 540.98px) {
	.resume__top img {
		width: 250px;
		height: 300px;
	}
	.resume__head-title {
		font-size: 18px;
	}
	.resume__head-subtitle {
		font-size: 13px;
		letter-spacing: 3px;
	}
	.resume__head-subtitle:after {
		width: 3px;
		height: 30px;
	}
	.resume__inner h1 {
		font-size: 18px !important;
	}
	.resume__inner p {
		font-size: 13px !important;
	}
	.resume__right-education a {
		font-size: 13px;
	}
}
@media (max-width: 479.98px) {
	.header__item a {
		padding: 14px;
	}
	.line {
		margin: 10px auto;
	}
	.main__img {
		height: 240px;
		width: 240px;
	}
	.container .footer__mail {
		font-size: 15px;
	}
	.resume__inner {
		margin-top: -175px;
	}
}
@media (max-width: 400.98px) {
	.resume__inner {
		padding: 0 15px !important;
	}
	.resume__left,
	.resume__right {
		max-width: 100%;
	}
	.resume__top img {
		width: 200px;
		height: 230px;
		margin-left: 15px;
	}
	.resume__head-title {
		letter-spacing: 2.5px;
		font-size: 14px;
	}
	.resume__head-subtitle {
		font-size: 11px;
		letter-spacing: 1px;
	}
	.resume__head-subtitle:after {
		width: 2px;
		height: 22px;
		right: 4px;
	}
}
@media (max-width: 345.98px) {
	.header__item a {
		padding: 12px;
		font-size: 13px;
	}
	.footer__contact {
		padding: 12px;
		font-size: 13px;
	}
	.footer__icons-item img {
		margin-top: 4px;
		width: 20px;
		height: 28px;
	}
	.footer__icons-item {
		height: 2.3em;
		width: 2.3em;
	}
	.resume__inner p {
		font-size: 11px !important;
	}
	.resume__left > div > h1 {
		margin-bottom: 5px;
	}
}
@media (max-width: 540.98px) {
	.resume__inner h1 {
		font-size: 15px !important;
	}
	.resume__inner {
		padding: 0 10px !important;
	}
	.resume__top img {
		width: 170px;
		height: 195px;
		margin-left: 10px;
	}
	.footer__mail {
		letter-spacing: 3px;
	}
	.footer__contact.header__item {
		margin: 20px auto 0;
	}
	.header__item {
		margin-right: 3px;
	}
}
.demonstration {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
}
.demonstration__videos {
	padding: 0 10px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.demonstration__title {
	font-family: 'Source Sans Pro';
	text-align: center;
	font-size: 19px;
}
.demonstration__title-last {
	margin-top: 70px;
}
