:root {
	--bg-color: #030202;
	--secondary-bg-color: #1e1e1e;
	--text-color: #eae9ff;
	--purple: #847bff;
	--gold: #f4d03f;
	--gradient-color: linear-gradient(to right, #1fffd3, #847bff);
	--divider: rgba(255, 255, 255, 0.15);
	--side-width: 55px;

	--large-font: 24px;
	--medium-font: 16px;
	/* --body-font-size: 'Arial, sans-serif'; */
}

/* || RESETS */

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

button {
	/* all: unset; */
	outline-color: transparent;
}

li {
	list-style-type: none;
}
a{
	text-decoration: none;
	color: var(--text-color);
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100vh;
	/* height:100%*/
}

/* GENERAL STYLES */
body {
	background-color: var(--bg-color);
	text-wrap: pretty;
}

header {
	border-bottom: 1px solid var(--divider);
	display: grid;
	place-items: center;
	color: var(--text-color);
}

header p {
	width: fit-content;
	font-size: 16px;
	background: var(--gradient-color);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	color: red;
}

#typed {
	background-image: var(--gradient-color);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.bio-header {
	/* border: 2px solid; */
	text-align: center;
}

.gradient-text {
	width: fit-content;

	background: var(--gradient-color);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	color: red;
}

button {
	background-color: var(--bg-color);
	color: white;
	font-size: 15px;
	padding: 16px 32px;
	border: 2px solid var(--bg-color);
	box-shadow: 0.5px 2px 2px #1fffd3, -0.5px 2px 2px #847bff;
}

/*
 ===========
 TYPOGRAPHY
 ===========
 */

/*
   ===========
   LAYOUT
   ===========
   */

/* || Header  */
/* || Hero Section */
/* || Footer */
/*
 ===========
 TYPOGRAPHY
 ===========
 */

/*
 =================================
 BACKGROUND/IMAGES/COLORS
 =================================
 */

/*
 =============
 ACTIVE-STATES
 =============
 */

body {
	display: flex;
	flex-direction: column;
	text-wrap: pretty;
	font-size: 18px;
	color: var(--text-color);
}

#container {
	display: flex;
	flex: 1;
}

/* HEADER */
header {
	height: 40px;
}

header p {
	font-size: 16px;
}

.mobile-menu {
	display: none;
}

.mobile-nav {
	display: none;
}
/* NAVIGATION */
.desktop-nav {
	border-right: 1px solid var(--divider);
	width: var(--side-width);
	/* width: 150px; */
}

nav ul {
	height: 15%;
	/* border: 2px solid red; */
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	width: var(--side-width);
}

/* ASIDE */
aside {
	padding-top: 20px;
	display: flex;
	/* width: 250px; */
	/* font-size: 16px; */
	color: var(--text-color);
}

.portfolio-heading-text {
	border-bottom: 2px solid;
	border-width: 0 0 2px;
	border-image: var(--gradient-color) 1;
	width: 200px;
	/* border: 2px solid red; */
	color: var(--text-color);
	font-size: 16px;

	height: fit-content;
}

/* BIO */

#bio {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--text-color);
}

#bio h1 {
	font-size: 48px;
}

h1 span {
	font-size: 24px;
	font-style: italic;
}

#bio .bio-body {
	/* border: 2px solid; */
	display: flex;
	flex-direction: column;
	height: 20%;
	justify-content: space-around;
	/* width: 100%; */
}

#bio p {
	/* border: 2px solid; */
	width: 75ch;
	text-align: center;
}

#partition-box {
	border-left: 1px solid var(--divider);
	width: 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 10px;
}

#partition-box .links {
	/* border: 2px solid red; */
	display: flex;
	height: 20%;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	margin-top: 50px;
}
#partition-box .links img {
	transform: rotate(90deg);
}
#partition-box .text {
	/* border: 2px solid green; */
	transform: rotate(90deg);
	width: 120px;
	/* height: 30px; */
	text-align: center;
	font-size: 20px;
}

footer {
	border-top: 1px solid var(--divider);
	/* border: 2px solid red; */
	height: 40px;
}

footer #social-links {
	display: none;
}

/* ABOUT PAGE */
/* =========== */
#about-page-container {
	display: flex;
	flex-direction: column;
	font-size: 18px;
}

.section-wrapper {
	width: 100%;
	/* border: 2px solid red; */
	display: flex;
	justify-content: center;
	align-items: center;
}
#about-page-body .summary-text {
	width: 66ch;
	font-style: 18px;
}

#skills,
#tools,
.summary-text {
	width: 90%;
	/* border: 2px SOLID; */
	margin: 0 auto;
	margin-top: 60px;
}

#about-page-body h2 {
	font-size: 20px;
}
.summary-text {
	width: 44ch;
}
#skills ul {
	margin-top: 12px;
	/* border: 2px solid; */
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 16px;
}

#skills ul li {
	/* border: 2px solid red; */
	width: 200px;
	padding: 8px 16px;
	text-align: center;
	background: var(--secondary-bg-color);
	border-radius: 8;
}

.tools-grid {
	margin-top: 16px;
	width: 70%;
	margin: 0 auto;
	/* border: 2px solid; */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	place-items: center;
	gap: 32px;
}

/* PROJECTS PAGE */
/* =========== */

#projects-container {
	width: 90%;
	padding: 20px;
	height: 80vh;
	/* border: 2px solid magenta; */
	/* overflow-y: auto; */
	display: grid;
	grid-template-columns: repeat(3, 265px);
	place-content: start center;
	column-gap: 50px;
	margin: auto 0;
}
.project-card {
	width: 265px;
	height: 305px;
	margin: 0 auto;
	border-radius: 8px;
	background-color: var(--secondary-bg-color);
	box-shadow: 1px 1px 8px rgba(194, 190, 252, 0.3),
		-1px -1px 8px rgba(194, 190, 252, 0.3),
		0px 0px 10px rgba(194, 190, 252, 0.3);
	color: var(--text-color);
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	padding: 20px 10px;
	justify-content: space-around;
}

.card-img {
	width: 217px;
	height: 115px;
	margin: 0 auto;
}

.card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
}

.project-card h4 {
	color: #16a085;
	text-align: left;
	margin-bottom: 8px;
}

/* Hover */
.card-img img:hover {
	filter: grayscale(0%);
}
