* {
	margin: 0;
	padding: 0;
}

/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#bloodEffecs,
.eyesEffecs {
	margin-left: 30px;
	margin-right: 30px;
}

body {
	color: white;
	transition: all 0.5s ease;
	background: linear-gradient(50deg, #ff00ff 0%, #00ffff 25%, #ff00ff 50%, #00ffff 75%, #ff00ff 100%);
	background-size: 400% 400%;
	animation: gradientAnimation 15s ease infinite;
	box-shadow: 0 0 10px rgba(255, 0, 255, 0.5), 0 0 20px rgba(255, 0, 255, 0.4), 0 0 30px rgba(255, 0, 255, 0.3), 0 0 40px rgba(255, 0, 255, 0.2),
		0 0 70px rgba(255, 0, 255, 0.1), inset 0 0 70px rgba(0, 255, 255, 0.3);
}

@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%;
	}

	3.33% {
		background-position: 10% 50%;
	}

	6.66% {
		background-position: 20% 50%;
	}

	10% {
		background-position: 30% 50%;
	}

	13.33% {
		background-position: 40% 50%;
	}

	16.66% {
		background-position: 50% 50%;
	}

	20% {
		background-position: 60% 50%;
	}

	23.33% {
		background-position: 70% 50%;
	}

	26.66% {
		background-position: 80% 50%;
	}

	30% {
		background-position: 90% 50%;
	}

	33.33% {
		background-position: 100% 50%;
	}

	36.66% {
		background-position: 90% 50%;
	}

	40% {
		background-position: 80% 50%;
	}

	43.33% {
		background-position: 70% 50%;
	}

	46.66% {
		background-position: 60% 50%;
	}

	50% {
		background-position: 50% 50%;
	}

	53.33% {
		background-position: 40% 50%;
	}

	56.66% {
		background-position: 30% 50%;
	}

	60% {
		background-position: 20% 50%;
	}

	63.33% {
		background-position: 10% 50%;
	}

	66.66% {
		background-position: 0% 50%;
	}

	70% {
		background-position: 10% 50%;
	}

	73.33% {
		background-position: 20% 50%;
	}

	76.66% {
		background-position: 30% 50%;
	}

	80% {
		background-position: 40% 50%;
	}

	83.33% {
		background-position: 50% 50%;
	}

	86.66% {
		background-position: 60% 50%;
	}

	90% {
		background-position: 70% 50%;
	}

	93.33% {
		background-position: 80% 50%;
	}

	96.66% {
		background-position: 90% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

#fade_With_Font_Size_increment_Effecs,
.eyesEffecs {
	margin-left: 20px;
	margin-right: 20px;
}

.mobileVersion {
	display: none;
}

footer>h2 {
	color: rgb(187, 187, 187);
	font-size: 20px;
	font-weight: 900;
	position: relative;
	text-align: center;
	font-family: "Times New Roman", serif;
	transition: color cubic-bezier(0.165, 0.84, 0.84, 1) 3s;
}

footer>h2:hover {
	color: rgb(192, 192, 192);
	background-color: rgb(36, 0, 0);
	font-style: italic;
	transition: font-style cubic-bezier(0.765, 0.14, 0.44, 1) 2.1s,
		color cubic-bezier(0, 1.28, 1, -0.38) 3s;
}

footer>a {
	margin-right: 5%;
	margin-left: 5%;
	font-size: 40px;
}

.myWorks {
	padding: 5px;
	margin: 5px;
	display: flex;
}

.todosMeusVelhosJobs>img {
	width: 140px !important;
	height: 80px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.myWorks>img {
	margin-right: 50px;
	margin-left: 50px;
	padding: 40px;
	text-align: center;
	justify-content: center;
}

.my_Others_Jobs>p {
	font-size: 43px;
	margin-left: 25px;
	font-style: italic;
	text-decoration: underline;
}

.my_Others_Jobs>a>#text:hover {
	margin: auto;
	font-size: 40px;
	transition: font-size 2s;
}

.socialmidia {
	color: #ffffff;
	background-color: #49002d63;
	position: fixed;
	margin-left: -60px;
	width: 100px;
	transition: all 3s;
	border-radius: 25px;
	margin-top: 5%;
	justify-content: center;
	align-items: center;
}

.socialmidia:hover {
	border-radius: 60px;
	color: #000000;
	margin-left: 0;
	transition: all 0.5s;
	background-color: #e5c8ff;
}

.socialmidia>img {
	margin-left: 50px;
	margin-right: 50px;
}

.socialmidia>ul>li>a {
	margin-top: 10px;
	border-radius: 15px;
	height: 120px;
	color: #340079;
}

.socialmidia>ul>li>a:hover {
	color: rgb(0, 0, 0);
}

.my_Others_Jobs {
	margin-right: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.my_Others_Jobs>a {
	display: flex;
	padding-left: 35px;
	padding-right: 35px;
	transition: background-color 0.3s;
	background-color: rgb(77, 22, 82);
}

.my_Others_Jobs>a:hover {
	border-radius: 25px;
	transition: border-radius 0.7s;
	background: rgba(255, 0, 221, 0.322);
	background-size: 150%;
	background-image: linear-gradient(90deg, rgb(18, 20, 110) 0%, rgba(53, 23, 87, 0.58) 50%, rgba(226, 8, 255, 0.802) 100%);
	-webkit-animation: GradienteFOda 0, 5s linear infinite;
	-moz-animation: GradienteFOda 1.8s linear infinite;
	animation: GradienteFOda 5s linear infinite;
	color: #ffffff;
}

@keyframes GradienteFOda {
	0% {
		background-position: 0% 5%;
	}

	50% {
		background-position: 0% 40%;
	}

	75% {
		background-position: 0% 65%;
	}

	100% {
		background-position: 0% 95%;
	}
}

a {
	color: #ff9ff7;
	text-decoration: none;
}

a:hover {
	color: white;
}

.p {
	width: 200px;
	height: 200px;
}

.flashlighOFF {
	animation: 2500ms infinite backgroundTransition;
	animation-composition: add;
}

@keyframes backgroundTransition {
	0% {
		filter: blur(10px);
	}

	5% {
		filter: blur(0px);
		color: white;
		background-color: #db00c5;
	}

	50% {
		color: white;
		background-color: #db00c55b;
	}

	100% {
		color: white;
		background-color: #64005fb0;
	}
}

.aboutme {
	margin-bottom: 50px;
	padding: 1% 3%;
	margin-top: 15px;
	border-radius: 15px;
	background-color: #00573383;
	color: white;
}

body:hover {
	transition: background-color 1s;
	background-color: black !important;
}

p:hover {
	text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0ff, 0 0 82px rgb(56, 56, 56), 0 0 92px rgb(83, 83, 83),
		0 0 102px rgb(143, 143, 143), 0 0 151px rgb(61, 61, 61);
	transition: text-shadow 1s;
	border-radius: 15px;
	background-color: #b963ff59;
	color: white;
}

#instagram,
#youtube,
#twitter {
	margin-top: 50px;
	width: 50px;
	height: 50px;
}

.socialmidia>ul {
	height: 600px;
	display: flex;
	justify-content: space-evenly;
	align-content: flex-end;
	align-items: center;
	justify-items: start;
	flex-direction: column;
}

.socialmidia>ul:last-child {
	margin-left: 5px;
}

.socialmidia>ul>li {
	list-style: none;
}

.content {
	margin-left: 5%;
	margin-right: 5%;
}

.aboutMyAbilitys {
	display: flex;
}

.aboutMyAbilitys>img {
	width: 200px;
}

#CharngColor {
	width: 2600px;
	height: 50px;
	background-color: #810677;
	color: #000000;
}

#ChangColor {
	text-shadow: #000000;
	color: rgb(209, 255, 189);
	background-color: #8a4886d2;
	font-size: 14px;
	cursor: pointer;
	width: 800px;
	height: 40px;
	text-align: center;
	font-style: normal;
	border-radius: 30px;
	margin-left: 20%;
	margin-right: 20%;
	justify-content: center;
	transition: background-color 1s, font-size 3.5s, height 1.5s;
}

#ChangColor:hover {
	color: rgb(0, 0, 0);
	background-color: #4cff9cd2;
	text-decoration: underline;
	font-size: 30px;
	height: 100px;
	font-style: italic;
	transition: background-color 1.5s, font-style 3s, text-decoration 2s, font-size 3.5s, height 1.5s;
}

#pricesTable {
	position: sticky;
	top: 0px;
	margin-left: 30px;
	margin-left: 5px;
}

.MyFavoritesJobs:hover {
	color: #ffffff;
	background-color: rgba(95, 0, 87, 0.582);
	background-image: linear-gradient(90deg,
			rgb(78, 0, 114) 0%,
			rgba(134, 0, 123, 0.719) 50%,
			rgba(226, 8, 255, 0.568) 100%);
	-webkit-animation: JobsFodas 0, 5s linear infinite;
	-moz-animation: JobsFodas 1.8s linear infinite;
	animation: JobsFodas 7s linear infinite;
	border-radius: 5%;
	transition: border-radius 2s;
}

@keyframes JobsFodas {
	0% {
		background-position: 0% 5%;
	}

	50% {
		background-position: 0% 40%;
	}

	75% {
		background-position: 0% 65%;
	}

	100% {
		background-position: 0% 95%;
	}
}

footer {
	border-radius: 50px;
	margin: 5px;
	padding: 30px;
	width: 100%;
	background-color: #000000;
	color: #271c4e;
	align-items: center;
}

footer:hover {
	color: #000000;
}

footer>p {
	position: static;
	margin-top: 15px;
	color: rgb(255, 255, 255);
	background-color: rgb(255, 5, 5);
	border-radius: 5%;
	text-align: center;
	font-size: 50px;
	z-index: 5000;
}

footer>p>a:hover {
	color: #61ca78b9 !important;
}

.socialmidia ul li a:nth-child(2) img:hover {
	filter: brightness(1.2);
	/* Adjust brightness as needed */
}

#umTextoArbitrario {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 5%;
}

#umTextoArbitrario:hover {
	font-size: 2em;
	font-weight: 900;
	transition: font-size 1s, font-weight 1s;
}

@media (max-width: 1200px) {
	body {
		color: white !important;
		background-color: #5f006380;
		transition: background-color 5s;
	}

	body:hover {
		color: rgb(255, 255, 255) !important;
		background-color: #5f006380;
	}

	p {
		color: rgb(209, 209, 209);
		font-size: 20px;
		font-family: "Times New Roman", "Roboto";
	}

	a,
	a:hover {
		color: rgb(251, 246, 255);
		text-shadow: rgb(0, 0, 0);
	}

	.ComputerVersion {
		display: none;
	}

	.mobileVersion {
		display: unset;
	}

	.socialmidia {
		position: absolute;
	}

	.myWorks {
		display: block;
	}

	.content {
		margin-left: 0%;
		margin-right: 0%;
	}

	.aboutme {
		background-color: #25013f;
		margin: 0;
		padding: 1% 2%;
	}

	.aboutme>p {
		color: rgb(228, 207, 255);
	}

	.socialmidia:hover {
		border-radius: 60px;
		color: #a7a7a7;
		margin-left: 0px;
	}

	.socialmidia>a {
		color: #8a8a8a;
	}

	.socialmidia {
		position: fixed;
		right: 0;
		background-color: #000000;
		margin-left: 60px;
		width: 100px;
	}

	#pricesTable {
		width: 90%;
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative !important;
	}

	#ChangColor {
		display: none;
	}
}

@media (max-width: 1000px) {
	#ChangColor {
		display: none;
	}

	.aboutme {
		font-weight: 800;
		width: 90%;
		margin: 0;
		padding: 1% 2%;
	}

	.socialmidia {
		position: fixed;
		width: 100px;
		right: 0;
		font-weight: 900;
		font-size: 18px;
		bottom: 0px;
		background-color: #8b06ff;
		margin-top: 150px;
	}
}