html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding:0;
	background-color: #050c2a;
}
.stars {
    background-color: #000;
    background-image: radial-gradient(circle at top right, rgba(121, 68, 154, 0.13),       transparent),
      radial-gradient(circle at 20% 80%, rgba(41, 196, 255, 0.13), transparent)
}
canvas {
	position: absolute;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: calc(100vh - 50px);
}
.stars a {
	bottom: 2vmin;
	right: 2vmin;
	text-decoration: none;
}
.stars a:hover {
	color: #fff;
}
#homepage{
	width:100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}
.main{
	display: flex;
	position: relative;
	justify-content: center;
	padding-top: 50px;
}
.main-h{
	position: fixed;
	color:white;
	background-color: black;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 50px;
	width:80%;
	border:none;
	border-radius: 30px;
	z-index: 1000;
	transition: border 2s,box-shadow 1.5s;
}
a {
	text-decoration: none;
	color: white;
	opacity: 70%;
}
.main-h a{
	transition: font-size 1s;
}
.main-h a:hover{
	color:grey;
	font-size:20px;
	transition: font-size 0.5s;
}
.main-h:hover{
	border:1px solid #06b6d4;
	box-shadow: 1px 1px 100px 1px #06b6d4;
	transition: border 2s,box-shadow 1.5s;
}
.line{
	margin-left: 37.5%;
	margin-top: 20px;
	width: 25%;
	background-color: #06b6d4;
	box-shadow: 10px 100px 150px 120px #2ca3b9;
	transition: width 1s,margin-left 1s,background-color 1s,box-shadow 1s,border 1s;
}
.name{
	color: white;
	cursor: pointer;
	opacity: 70%;
	font-size: 3rem; 
	text-align: center;
	margin-top: 10rem;
	font-family: sans-serif;
	transition: opacity 4s,font-size 1s;
}
.name:hover{
	opacity:100%;
	font-size: 6rem;
	transition: opacity 4s,font-size 1s;
}
.info{
	color: wheat;
	font-size: 1.1em;
	opacity: 70%;
	text-align: center;
	margin-top: 1vh;
}
.social-media{
	display: flex;
	justify-content: center;
	margin-top: 5vh;
	gap: 1vw;
}
.platforms{
	position: relative;
	width:60px;
	height:60px;
	border-radius: 50%;
	opacity: 50%;
	transition: box-shadow 2s;
	transition: opacity ease 2s;
	transition: width 2s,height 2s;
}
figcaption{
	font-family: 'Libre Baskerville', serif;
}
.platforms:hover{
	opacity: 100%;
	width: 70px;
	height: 70px;
	box-shadow: 10px 10px 50px 1px #06b6d4;
	transition: box-shadow 2s;
	transition: opacity ease 2s;
	transition: width 2s,height 2s;
}
#homepage2{
	width:100%;
	background-color: #050c2a;
	margin: 0;
	padding: 0;
}
.projects{
	color:white;
	cursor: pointer;
	font-size:4em;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	opacity: 70%;
	transition: opacity 1s,font-size 1s;
}
.projects:hover{
	opacity: 100%;
	font-size:5em;
	transition: opacity 1s,font-size 1s;
}
.description{
	position: relative;
	text-align: center;
	color: white;
	word-spacing: 5px;
	font-size: 1em;
	margin: 2em 0;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#proImages1{
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns:  1fr 1fr;
	grid-template-rows: 1fr 1fr;
	color: white;
	text-align: center;
	font-size:xx-large;
}
.refer{
	position: relative;
	width: 40vw;
	height: 25vw;
	opacity: 80%;
	transition:opacity 1s,transform 2s;
}
.refer:hover{
	opacity: 100%;
	transform: translateY(-2vw);
	border:1px solid #06b6d4;
	box-shadow: 1px 1px 100px 1px #06b6d4;
	transition:opacity 1s,transform 2s;

}
#homepage3{
	display: flex;
	align-items:center;
	justify-content: center;
	flex-direction: column;
	width:100%;
	background-color: #050c2a;
	margin: 0;
	padding: 0;
	margin-top: 20vh;
	margin-bottom: 20vh;
}
.proImages2{
	display: flex;
	margin-top: 20px;
	justify-content:center;
	align-items:center ;
	flex-wrap: wrap;
}
.col{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align:center;
	justify-content: center;
	color: #050c2a;
	transition: color 0.1s ease;
	cursor: pointer;
}
.col:hover{
	color: white;
	cursor: pointer;
	transition: color 0.1s ease;
}
.overlap{
	margin-left: -2vw;
}
.overlapJ{
	margin-left: -2vw;
}
.skills{
	cursor: pointer;
	color: white;
	opacity: 70%;
	font-size: 3rem; 
	text-align: center;
	margin-top: 10rem;
	font-family: sans-serif;
	transition: opacity 4s,font-size 1s;
}
.skills:hover{
	opacity:100%;
	font-size: 5rem;
	transition: opacity 4s,font-size 1s;
}
.images{
	position: relative;
	width: 5vw;
	height: 5vw;
	opacity: 30%;
	border-radius: 50%;
	transition:opacity 0.1s;
}
.images:hover{
	opacity: 100%;
	border:1p3 solid #06b6d4;
	box-shadow: 1px 1px 100px 1px #06b6d4;
	transition:opacity 0.1s;
}

footer{
	color: white;
	text-align: center;
	transition: font-size 2s;
}
footer:hover{
	font-size:20px;
	transition: font-size 2s;
}




  @media (max-width: 767px) {
	.name{
		font-size: 2rem;
	}
	.name:hover{
		font-size: 3rem;
	}
	.info{
		font-size: 1em;
	}
	.projects{
		font-size: 1.9em;
	}
	.projects:hover{
		font-size: 2.17em;
	}
	.description{
		font-size: 1em;
	}
	#proImages1{
		display: grid;
		grid-template-columns:1fr;
		grid-template-rows:auto;
		font-size:large;
	}
	.refer{
		width: 60vw;
		height: 36vw;
		opacity: 100%;
	}	
	.refer:hover{
		transform: translateY(-5vw);
	}
	.skills{
		font-size: 2em;
	}
	.skills:hover{
		font-size: 3em;
	}
	.images{
		width: 10vw;
		height: 10vw;
	}
	.overlap{
		margin-left: -4vw;
	}
	.overlapJ{
		margin-left: -6vw;
	}
  }


  canvas {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-h {
    z-index: 2; 
}

.main {
    position: relative;
    z-index: 1; 
}

.visme_d {
    position: relative;
    z-index: 2;
}