html {
	scroll-behavior: smooth;
}

* {
	background-color: rgb(6, 20, 36);
	color: white;
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
}

/* modal navbar */
#modal {
	display: flex;
	position: sticky;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(7, 7, 8);
	box-shadow: 0 5px 15px rgba(218, 212, 212, 0.35);
	top: 0;
	bottom: 0;
	justify-content: space-between;
	z-index: 2;
	/* background-color: red; */
	min-width: 100%;
}
#modal li {
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding: 0 15px;
}

#modal h1 {
	display: flex;
	align-items: left;
	justify-content: left;
	background-color: rgb(7, 7, 8);
}
#modal span {
	color: rgb(6, 46, 121);
	background-color: rgb(7, 7, 8);
}

i {
	font-size: x-large;
	cursor: pointer;
}
#modal li a {
	text-decoration: none;
}

/* Media Queries */

@media (min-width: 690px) {
	.mobile_nav {
		display: none;
	}

	.hamburger {
		display: none;
	}
}
@media screen and (max-width: 690px) {
	#modal ul {
		display: none;
	}
}
.bar {
	font-size: 1em;
	cursor: pointer;
	top: 0;
	right: 12px;
	position: absolute;
	/* rotate: 45deg; */
	font-weight: 700;
}
.mobile_nav {
	position: fixed;
	display: block;
	top: 0;
	/* left: 100%; */
	right: 100%;
	width: 50%;
	min-height: 100vh;
	z-index: 98;
	padding-top: 120px;
	/* transition: 0.4s; */
}
.mobile_nav li {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 26px;
	max-width: 90px;
	margin-left: 40%;
	border-radius: 20px;
	font-weight: bolder;
}

/* header */
header {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	padding: 0 30px;
	text-align: left;
}

header h3 {
	font-size: x-large;
}
header h1 {
	font-size: xx-large;
	font-weight: bolder;
	font-size: 3em;
	color: rgb(27, 133, 194);

	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
		"Lucida Sans", Arial, sans-serif;
}
.container p {
	font-size: 2.5em;
	font-weight: 600;
	display: inline-flex;
}
/* .container span {
	font-size: 3em;
	font-weight: 650;
	display: inline-flex;
} */
.icons-social i {
	padding: 10px;
}

.icons-social a {
	text-decoration: none;
}
.icons-social i {
	font-size: 3em;
}

header button {
	margin-top: 20px;
	width: 195px;
	height: 60px;
	border-radius: 20px;
	border-style: solid;
	border-color: aqua;
	background-color: rgb(6, 46, 121);
	cursor: pointer;
	font-weight: bolder;
}
header button i {
	font-size: small;
	background-color: rgb(6, 46, 121);
}

/* about me */
#about_me h3 {
	margin-left: 20px;
	font-size: xx-large;
	text-align: center;
	justify-content: space-between;
}

#about_me {
	/* background-color: rgb(9, 83, 168); */
	min-height: 100vh;
	margin: 1em;
}
#about_me p {
	font-weight: 100;
	display: flex;
	position: absolute;
	align-items: left;
	justify-content: left;
}
#about_me img {
	position: relative;
	/* display: flex; */
	width: 10em;
	height: 10em;
	border-radius: 50%;
	align-self: center;
	align-content: center;
	display: block;
	justify-content: center;
	text-align: center;
	/* margin: 0 auto; */
	margin: 5px;
}
.desktopImg {
	position: relative;
	/* display: flex; */
	width: 10em;
	height: 10em;
	border-radius: 50%;
	align-self: center;
	align-content: center;
	display: block;
	justify-content: center;
	text-align: center;
	/* margin: 0 auto; */
	margin: 5px;
}
@media (max-width: 690px) {
	.desktopImg {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
@media (min-width: 690px) {
	#about_me .mobileImg {
		display: none;
	}
}

/* portfolio */
.Portfoilio {
	align-items: center;
	justify-content: center;
	text-align: center;
	/* margin-left: 25px; */
}
.Portfoilio img {
	max-width: 20em;
	border-radius: 5px;
}
.items {
	display: inline-block;
	margin: 1em;
}
.portbtn {
	background-color: #0d1db1;
	border-style: none;
	height: 2rem;
	text-align: center;
	border-radius: 2em;
	height: 3em;
	width: 9em;
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(207, 178, 206, 0.35);
	font-weight: 600;
}
.unavaialable {
	background-color: #999;
	color: red;
	border-style: none;
	height: 2rem;
	text-align: center;
	border-radius: 2em;
	height: 3em;
	width: 9em;
	cursor: pointer;
	box-shadow: 0 2px 2px rgba(207, 178, 206, 0.35);
	font-weight: 600;
}

/* skills */
#skills {
	margin-top: 2em;
	text-align: left;
	margin-left: 15%;
	display: grid;
	max-width: 70%;
	overflow: hidden;
	/* min-height: 100vh; */
}
#skills .column {
	position: relative;
	display: flex;
	justify-content: space-between;
	animation: scrollzzz 40s linear infinite;
	transition: ease-in-out;
	text-align: center;
}

#skills .column img {
	display: flex;
	height: 10em;
	width: 10em;
	box-shadow: 0 5px 15px rgba(119, 136, 235, 0.35);
	border-radius: 0.5em;
	margin: 10px;
	/* justify-content: space-between; */
	cursor: pointer;
}

@keyframes scrollzzz {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-80%);
	}

	100% {
		transform: translateX(2%);
	}
}

/* animation */
.hidden {
	transform: translateY(-100%);
	filter: blur(2px);
	opacity: 0;
	transition: all 1.5s;
}

.show {
	transform: translateX(0);
	opacity: 1;
	filter: blur(0);
}

/* CONTACT || FORM */
#form {
	padding: 30px;
	min-height: 100vh;
}
#form img {
	display: inline-flex;
	border: hidden;
	padding-top: 6em;
}
#form i {
	display: inline-flex;
}

#form textarea {
	display: block;
	color: #999;
	border-style: hidden;
	font-size: x-large;
	width: 100%;
}

#form {
	min-height: 100vh;
}

#form fieldset {
	padding: 1em;
	border: solid 2px #ccc;
	border-radius: 6px;
	min-width: 200px;
	text-align: left;
}

#form legend {
	font-weight: 900;
	font-size: 1.25em;
	padding: 0 0.25em;
	color: #999;
	align-content: center;
}

#form input {
	display: block;
	color: #999;
	border-style: hidden;
	font-size: larger;
	width: 100%;
}

.buttonx {
	font-weight: 700;
	cursor: pointer;
	width: 150px;
	height: 40px;
	color: #fff;
	background-color: #0d1db1;
	border-style: hidden;
	border-radius: 9px;
}

/* media query for icon size */
@media (min-width: 300px) {
	header {
		font-size: 12px;
	}
	.container span {
		font-size: 1.9em;
		font-weight: 650;
		display: inline-flex;
	}
}

@media (min-width: 768px) {
	header {
		font-size: 16px;
		text-align: center;
	}
	.container span {
		font-size: 3.5em;
		font-weight: 650;
		display: inline-flex;
	}
}

@media (min-width: 992px) {
	header {
		font-size: 18px;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	header {
		font-size: 22px;
		text-align: center;
	}
}
