
/* --------------------------- Responsive screen 950 to 1200 ------------------------ */

/* ----------- Nav ------------------ */
nav{
	transform: translate(-25%, -96%);

}
nav:hover {
	transform: translate(-25%, -92%);
  }


/* ----------------------- Main Screen ---------------------- */
  #left {
	/* left: 5%; */
	top: 10%;
  }

  /* ------------------ Projects Page -------------- */

  #projects{
	padding: 100px 0px;
}
.project-card{
	padding: 60px 20px;
}
/* .project-images>img{
	width: 350px;
	max-height: 300px;
} */


/* ------------------ Team PAge ----------------- */

#team::-webkit-scrollbar{
	display: initial;
	background-color: rgba(255, 0, 0, 0);
	height: 5px;
	width: 0;
	
}
#team::-webkit-scrollbar-thumb{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}
#team{
	gap: 20px;
}

.pillerTop{
	width: 300px;
}
.piller{
	width: 300px;
}
