
body {
	background-color: #E6E6E6;
	color: #FFFFFF;
	font-family: 'JetBrainsMono-Regular';
	opacity: 0;
	animation-name: bodyAnimation;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	margin: 0;
    padding: 0;
	background-image: linear-gradient(135deg, #e6e6e6 41.67%, #e6e6e6 41.67%, #e6e6e6 50%, #e6e6e6 50%, #e6e6e6 91.67%, #e6e6e6 91.67%, #e6e6e6 100%);
	background-size: 33.94px 33.94px;
}


@keyframes bodyAnimation {
	0%{
		opacity: 0;
	}
	50% {
		background-image: linear-gradient(135deg, #e6e6e6 41.67%, #e6e6e6 41.67%, #e6e6e6 50%, #e6e6e6 50%, #e6e6e6 91.67%, #e6e6e6 91.67%, #e6e6e6 100%);
		background-size: 33.94px 33.94px;
	}
	100% {
		opacity: 1;
		background-image: linear-gradient(152deg, #e6e6e6 41.67%, #dddddd 41.67%, #dddddd 50%, #e6e6e6 50%, #e6e6e6 91.67%, #dddddd 91.67%, #dddddd 100%);
		background-size: 51.12px 27.18px;
	}
}

purple {
	color: #9900CC;
}

green {
	color: #33CC33;
}

yellow {
	color: #FFFF00;
}

blue {
	color: #9999FF;
}

pink {
	color: #ff69b4 ;

}

gold {
	color: #F1CF3B;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

.redirectText {
	text-decoration: underline;
}

.redirectText:hover {
	color: #757575;
}

hr {
	background-color: #aaaaaa;
	height: 3px;
	margin-top: 50px;
	width: 95%;
}

::-moz-selection {
  color: #151515;
  background: #aaaaaa;
}

::selection {
  color: #151515;
  background: #aaaaaa;
}

.link {
	text-decoration: underline;
}

.link:hover {
	color: #AAAAAA;
}

#navigationBar {
	background-color: #151515;
	width: calc(100% - 140px);
	margin: 0px 70px 0px 70px;
	border-radius: 0px 0px 70px 70px;
	overflow: hidden;
	padding-top:10px;
	padding-bottom:15px;
	box-shadow: 0px 3px 29px -8px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 3px 29px -8px rgba(0,0,0,1);
	-moz-box-shadow: 0px 3px 29px -8px rgba(0,0,0,1);	

}

#nav_saaiqSASBox {
	margin-left: 70px;
	float: left;
}

#nav_saaiqSAS {
	font-size: 30px;
	font-family: 'JetBrainsMono-ExtraBold';
	margin: 0;
    padding: 0;
	border-right: 5px solid #9900CC;
	overflow: hidden;
	animation: typewriter .75s steps(16) forwards,
	typewriter-curser 1s step-end infinite;
}

#nav_saaiqSAS_underline {
	background-color: #9900CC;
	width: 100px;
	height: 5px;
	border-radius: 10px;
}

#nav_buttons_box {
	margin: 0px 70px 0px 0px;
	float:right;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	
}

.nav_buttons {
	padding: 8px 20px 8px 20px;
	font-size: 18px;
	margin: 0px;
	font-family: 'JetBrainsMono-Regular';
	color: #E6E6E6;
	text-align: center;
	border: 3px solid #E6E6E6;
	border-radius: 100px;
	-webkit-transition: all 0.2s ease;
    	-moz-transition: all 0.2s ease;
    	-o-transition: all 0.2s ease;
    	-ms-transition: all 0.2s ease;
    	transition: all 0.2s ease;
}

.nav_buttons:hover {
	background-color: #E6E6E6;
	color: #151515;
	
}

.wallpaper_top_container {
	background-color: #373737;
	width: 100%;
	minimum-height: 100px;
	margin: 0px;
	padding-bottom:70px;
	border-radius: 0px 0px 70px 70px;
	overflow: hidden;
	box-shadow: 0px 3px 29px -8px rgba(0,0,0,1) inset;
	-webkit-box-shadow: 0px 3px 29px -8px rgba(0,0,0,1) inset;
	-moz-box-shadow: 0px 3px 29px -8px rgba(0,0,0,1) inset;
}

.wallpaper_top_container_title {
	font-size: 100px;
	font-family: 'JetBrainsMono-ExtraBold';
	margin: 100px 0px 0px 0px;
    padding: 0;
	overflow: hidden;
	text-align: center;
}

.wallpaper_top_container_title_underline {
	background-color: #9900CC;
	width: 150px;
	height: 8px;
	margin: 0px auto 50px auto;
	border-radius:10px;
}

.wallpaper_top_container_subtitle {
	font-size: 50px;
	capitalize: true;
	margin: 0px 0px 0px 0px;
    padding: 0;
	overflow: hidden;
	text-align: center;
}

.wallpaper_top_container_buttons {
	padding: 8px 15px 8px 15px;
	font-size: 18px;
	width: 200px;
	margin: 20px auto;
	font-family: 'JetBrainsMono-Regular';
	color: #E6E6E6;
	text-align: center;
	border: 3px solid #E6E6E6;
	border-radius: 100px;
	-webkit-transition: all 0.2s ease;
    	-moz-transition: all 0.2s ease;
    	-o-transition: all 0.2s ease;
    	-ms-transition: all 0.2s ease;
    	transition: all 0.2s ease;
}

.wallpaper_top_container_buttons:hover {
	color: #373737;
	background-color: #E6E6E6;
}

#width_restrictor, .width_restrictor {
	max-width: 1480px;
	margin: 0px auto;
}

.right_container {
	width: calc(100% - 70px);
	margin: 0px 0px 0px 70px;
	border-radius: 70px 0px 0px 70px;
	display: grid;
	grid-template-columns: 140px calc(100% - 140px);
	overflow: hidden;
}

.left_container {
	width: calc(100% - 70px);
	margin: 0px 70px 0px 0px;
	border-radius: 0px 70px 70px 0px;
	display: grid;
	grid-template-columns:calc(100% - 140px) 140px;
	overflow: hidden;
}

.center_container {
	background-color: #151515;
	width: calc(100% - 140px);
	border-radius: 70px 70px 70px 70px;
	overflow: hidden;
	margin: 70px auto;
}

.container_color_bar {
	background-color: #9900CC;
	box-sizing: border-box;
	width:100%;
}

.container_view {
	background-color: #151515;
	width:100%;
	padding-bottom: 20px;
	
}

.container_heading {
	font-size: 40px;
	font-family: 'JetBrainsMono-ExtraBold';
	margin: 0;
	margin-top: 20px;
    padding: 10px;
	overflow: hidden;
	text-align: center;
}

.container_heading_underline {
	background-color: #9900CC;
	width: 150px;
	height: 8px;
	margin: 0px auto;
	border-radius:10px;
}

.container_description_light_background {
	margin:20px auto;
	padding:70px;
	max-width: 1480px;
	font-size: 18px;
	color: #151515;
	background-color: #E6E6E6;
	border-radius: 70px;
	text-align: justify;
	text-justify: inter-word;
}

.container_description_dark_background {
	margin:20px auto;
	padding:70px;
	max-width: 1480px;
	font-size: 18px;
	color: #E6E6E6;
	background-color: #151515;
	border-radius: 70px;
	text-align: justify;
	text-justify: inter-word;
}

.container_description_top {
	padding: 50px 90px 10px 90px;
	font-size: 18px;
	color: #E6E6E6;
	background-color: #151515;
	border-radius: 70px;
	text-align: justify;
	text-justify: inter-word;
}

.container_description_center {
	padding:0px 90px 25px 90px;
	margin: 0px;
	font-size: 18px;
	color: #E6E6E6;
	background-color: #151515;
	border-radius: 70px;
	text-align: justify;
	text-justify: inter-word;
}

.container_description_bottom {
	padding:0px 90px 90px 90px;
	font-size: 18px;
	color: #E6E6E6;
	background-color: #151515;
	border-radius: 70px;
	text-align: justify;
	text-justify: inter-word;
}

.container_description_subheading {
	padding:0px 90px 0px 90px;
	font-size: 22px;
	font-family:'JetBrainsMono-ExtraBold';
	color: #E6E6E6;
	background-color: #151515;
	border-radius: 70px;
	text-align: left;
}

.container_description_points {
	padding:0px 90px 5px 90px;
	margin: 0px;
	font-size: 18px;
	color: #E6E6E6;
	background-color: #151515;
	border-radius: 70px;
	text-align: left;
}

.footer_container {
	background-color: #151515;
	width: calc(100% - 140px);
	height: 100px;
	margin: 70px 70px 0px 70px;
	border-radius: 70px 70px 0px 0px;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center; 
	float: bottom;
}

.container_extra_info {
	font-size: 14px;
	width: 90%;
	margin: 20px auto;
	font-family: 'JetBrainsMono-Regular';
	color: #999999;
	text-align: center;
}


.VariableGrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	justify-content: center;
	align-content: center;
	gap: 5px;
	padding: 10px;
	margin: 0 auto;
	width: auto; 
}



.1Grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.2Grid {
	display: grid;
	grid-template-columns: 1fr 1fr; /* Two equal columns */
	gap: 20px; /* Gap between items */
}

.3Grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.4Grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

/*Mobile*/

@media screen and (max-width: 900px) {
	#navigationBar {
	display:flex;
	justify-content: center;
	align-content: center;
	}
	
	#nav_saaiqSASBox {
	margin: 0px;;
	}


	#nav_buttons_box {
		display: none;
	}
	
	.container_description_light_background {
		margin:10px;
		padding-left:10px;
		padding-right:10px;
		padding-top:70px;
		padding-bottom:70px;
	}
	
	.container_description_dark_background {
		margin:10px;
		padding-left:10px;
		padding-right:10px;
		padding-top:70px;
		padding-bottom:70px;
	}
	
	.container_description_top {
		padding: 50px 15px 10px 15px;
	}

	.container_description_center {
		padding:0px 15px 25px 15px;
	}

	.container_description_bottom {
		padding:0px 15px 90px 15px;
	}
	
	.container_description_subheading {
		padding:0px 15px 0px 15px;
	}

	.container_description_points {
		padding:0px 15px 5px 15px;
		
	}
	
	.wallpaper_top_container_title {
		font-size: 80px;
	}
	
	.right_container {
		width: calc(100% - 20px);
		margin: 0px 0px 0px 20px;
		grid-template-columns: 70px calc(100% - 70px);
	}

	.left_container {
		width: calc(100% - 20px);
		margin: 0px 20px 0px 0px;
		grid-template-columns: calc(100% - 70px) 70px;
	}

	.center_container {
		width: calc(100% - 40px);
		margin: 70px 20px 0px 20px;
		padding-top: 30px;
	}
	
	.footer_container {
		width: calc(100% - 40px);
		margin: 70px 20px 0px 20px;
	}
}


/* Animations */

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typewriter-curser {
  from, to { border-color: #9900CC; }
  50% { border-color: transparent; }
}

@keyframes skills {
  0% {
     opacity: 0;
	 transform: translateY(10px);
  }
  10% {
    opacity: 1;
	 transform: translateY(-10px);
  }
  90% {
	 opacity: 1;
	 transform: translateY(-10px);
  }
  100% {
	 opacity: 0;
	 transform: translateY(-15px);
  }
}

#cat_1 {
	transform: translate(0, 80px);
	opacity: 0;
	animation: fade_in_up 0.4s forwards;
	animation-delay: 0.3s;
}

#cat_2 {
	transform: translate(0, 80px);
	opacity: 0;
	animation: fade_in_up 0.4s forwards;
	animation-delay: 0.4s;
}

#cat_3 {
	transform: translate(0, 80px);
	opacity: 0;
	animation: fade_in_up 0.4s forwards;
	animation-delay: 0.5s;
}

#cat_4 {
	transform: translate(0, 80px);
	opacity: 0;
	animation: fade_in_up 0.4s forwards;
	animation-delay: 0.6s;
}

#cat_5 {
	transform: translate(0, 80px);
	opacity: 0;
	animation: fade_in_up 0.4s forwards;
	animation-delay: 0.7s;
}

@keyframes fade_in_up {
        from {
			opacity: 0;
            transform: translate(0, 80px);
        }
        to {
			opacity: 1;
            transform: translate(0px);
        }
 }

