html,body{
	
	height:100%;
	width:100%;	
	align-items : center ;
	display : flex ; 
	flex-wrap : wrap ;
	justify-content : center ;
	scroll-behavior: smooth;
	overflow-y: hidden;
	overflow-x: hidden;
}


@keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}
@-webkit-keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

@-moz-keyframes move-background {    
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

    @-webkit-keyframes move-background {
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.background-container{
	position: fixed;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
}

.stars {
	background: black url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
  	z-index: 0;
}

.twinkling{
	width:10000px;
	height: 100%;
	background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/twinkling.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    
    -moz-animation:move-background 30s linear infinite;
  -ms-animation:move-background 30s linear infinite;
  -o-animation:move-background 30s linear infinite;
  -webkit-animation:move-background 30s linear infinite;
  animation:move-background 30s linear infinite;
	
}



.clouds{
	width:10000px;
	height: 100%;
	background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/clouds_repeat.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;

	-moz-animation:move-background 150s linear infinite;
	-ms-animation:move-background 150s linear infinite;
	-o-animation:move-background 150s linear infinite;
	-webkit-animation:move-background 150s linear infinite;
	animation:move-background 150s linear infinite;
}

.moon{
	height: 20vh;
	width:20vh;
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 3%;
	animation: rotation 150s infinite linear;
}





.content_container{	
	z-index: 5;
	width: 1170px;
	height:100%;
	margin: 2%;
	display: inline;
	vertical-align: center;
}



.dev{
	
	height:100%;
	color: white;
	font-weight: bold;
	font-size: 33px;
	z-index: 10;
	margin: 0px;
	display: flex;
	
}

.words{
	padding-top: 5vh;
}

.dev1{
	vertical-align: center;
	position: absolute;	
}

.dev_p{	
	color: white;
	font-weight: bold;
	font-size: 36px;
	font-family: "HelveticaNeue";
	z-index: 10;
	margin: 0px;
	padding: 0px;
	width:100%;
	align-items : center ;
    display : flex ; 
    flex-wrap : wrap ;
	vertical-align: center;	
	background:none;
	border: none;
}

.dev_pg{	
	color: white;
	font-weight: normal;
	font-family: "HelveticaNeue";
	font-size: 15px;
	font-style: italic;
	margin-left: 10px;
	z-index: 10;
	margin-bottom: 2%;
	padding: 0px;	
}

button.link
{ background:none; border:none;}


.bhole{
	position:relative;
	margin-left: 2vh;
	bottom:30px;
	margin-top: 0%;
}

.bhole_inner{
	position:absolute;
	background: black;
    border-radius: 50%;	
    width: 300px;
    height: 300px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 15;	
}

.bhole_outer{
		position: relative;
		width:310px;
		height: 310px;
		background:linear-gradient(#818181, #fffd60, #ff5a00);
		border-radius:50%;
		animation: rotate 3s linear infinite, wobble 15s ease-in-out alternate infinite;
		z-index: 11;
	}

@keyframes wobble_aboutme {
	50% {
		border-radius: 750px 550px 350px 750px /
					   350px 750px 550px 450px;
	}
	100% {
		border-radius: 750px 250px 750px 250px /
					   250px 750px 250px 750px;
	}
}

@keyframes wobble_work {
	
	
	40% {
		border-radius: 750px 250px 750px 250px /
					   250px 750px 250px 750px;
	}
	75% {
		border-radius: 25%;
	}


  
    100% {
	  
		border-radius: 3% 15% 15% 3% /
					   15% 3% 15% 3%;
	}
  
  
  
}

@keyframes wobble_contactme {
	50% {
		border-radius: 750px 550px 350px 750px /
					   350px 750px 550px 450px;
	}
	100% {
		border-radius: 750px 250px 750px 250px /
					   250px 750px 250px 750px;
  }
}



.bhole_outer span{
	position:absolute;
	width:310px;
	height:310px;
	background:linear-gradient(#818181, #fffd60, #ff5a00);
	border-radius:50%;
	z-index: 11;
}

.blachole_text{
    width: 300px;
    height: 300px;
	position: relative;
	line-height: 1.25;
	color: white;
	left:5px;
	top:300px;
	font-weight: normal;
	font-size: 15px;
	z-index: 20;
	padding: 0px;
	text-align: center;	
}


.bhole{
	transform: scale(1);
	transition: all 1s;
	position: relative;
	display: inline-block;
}

.bhole.animate_OUT {
  transform: scale(0);
  display: none;
}
.bhole.animate_IN {
  transform: scale(1);
  display: inline-block;
}



.aboutme{
	transform: scale(0);
	transition: all 1s;
	z-index: 25;

}

.aboutme.scaleUP {

  transform: scale(1);
}

.work{
	transform: scale(0);
	transition: all 1s;
	z-index: 25;
}


.work.scaleUP {

  transform: scale(1);

}


.contact{
	transform: scale(0);
	transition: all 1s;
	z-index: 25;
}



.contact.scaleUP {

  transform: scale(1);

}




.wrap-el::before {
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	shape-outside: polygon(
		0% 0%,
		100% 0%,
		84.36% 0.62%,
		69.1% 2.45%,
		54.6% 5.45%,
		41.22% 9.55%,
		29.29% 14.64%,
		0% 20%,
		0% 27%,
		4.89% 34.55%,
		1.23% 42.18%,
		0% 50%,
		1.23% 57.82%,
		4.89% 65.45%,
		10.9% 72.7%,
		19.1% 79.39%,
		29.29% 85.36%,
		29.29% 85.36%,
		41.22% 90.45%,
		54.6% 94.55%,
		69.1% 97.55%,
		84.36% 99.38%,
		100% 100%,
		0% 100%
	);
	shape-margin: 5%;
}

.wrap-el::after {
	content: "";
	width: 50%;
	height: 100%;
	float: right;
	shape-outside: polygon(
		100% 0%,
		0% 0%,
		15.64% 0.62%,
		30.9% 2.45%,
		45.4% 5.45%,
		58.78% 9.55%,
		70.71% 14.64%,
		100% 20%,
		100% 27%,
		95.11% 34.55%,
		98.77% 42.18%,
		100% 50%,
		98.77% 57.82%,
		95.11% 65.45%,
		89.1% 72.7%,
		80.9% 79.39%,
		70.71% 85.36%,
		70.71% 85.36%,
		58.78% 90.45%,
		45.4% 94.55%,
		30.9% 97.55%,
		15.64% 99.38%,
		0% 100%,
		100% 100%
	);
	shape-margin: 5%;
}


#name{
	
	font-size: 25px;
	line-height: 0.8;
	margin-bottom: 0;


}

#se{
	
	font-size: 27px;
	line-height: 0.8;
	margin-bottom: 0;


}

#about{
	margin-top: 8%;
	font-size: 14px;
		line-height: 1;
	  margin-bottom: 0;


}

#se1{
	
	font-size: 36px;
  line-height: 0.8;
  margin-bottom: 0;


}

#about1{
	margin-top: 8%;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 0;


}



@keyframes rotate{
	
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
		
}



span:nth-child(1){
	filter:blur(5px)
}
span:nth-child(2){
	filter:blur(10px)
}
span:nth-child(3){
	filter:blur(25px)
}
span:nth-child(4){
	filter:blur(100px)
}


@media (min-width: 300px) {
	.dev{
	font-size: 33px;		
	}

	.dev_p{
	color: white;
	font-weight: bold;
	font-size: 36px;
	margin-left: 0px;

	}
	
	.content_container{
		width: 100%;		
	}

	.moon {
		right: 2%;
		  }
		  
	.words{
	padding-top: 0%;	
	padding-left: 2%;	
	}

	.bhole{			
		  margin-left: 0%;
		  bottom:10px;
	  }
	  
	.dev_pg{
	color: white;
	margin-left: 3%;
	}
} 

@media (min-width: 390px) {
	.dev{
	font-size: 33px;
	}

	.dev_p{
	color: white;
	font-weight: bold;
	font-size: 36px;
	margin-left: 0px;

	}
	
	.content_container{
	width: 100%;
	}

	.moon {
	right: 2%;
	}
	  
	.words{
	padding-top: 0%;	
	padding-left: 2%;	
	}

	.bhole{
	  margin-bottom: 0%;
	  margin-left: 10%;
	  margin-top: 0%;
	  bottom:10px;
	}
	
	.dev_pg{
	color: white;
	margin-left: 0px;
	}
} 

@media (min-width: 500px) {
	.dev{
	font-size: 33px;
	}

	.dev_p{
	color: white;
	font-weight: bold;
	font-size: 36px;
	margin-left: 0px;
	}
	
	.content_container{
	width: 100%;

	}

	.moon {
	right: 2%;
	  }
	  
	.words{
	padding-top: 0%;	
	padding-left: 2%;	
	}

	.bhole{
	  margin-bottom: calc(100% + 1vh);
	  margin-left: 15%;
	  margin-top: 0%;
	  bottom:10px;
	}
	
	.dev_pg{
	color: white;
	margin-left: 0px;
	}
} 
  
@media (min-width: 768px) {
	.dev{
	font-size: calc(100% + 1vw + 2vh);
	}

	.dev_p{
	color: white;
	font-weight: bold;
	font-size: 36px;
	margin-left: 0px;
	}
	
	.content_container{
	width: 1170px;

	}
	
	.moon {
	right: 10px;
	}
	
	.words{
	padding-top: 0%;	
	}
	
	.bhole{
	margin-bottom: calc(100% + 1vh);
	margin-left: 0px;
	margin-top: 0%;
	left: 0;
	bottom:10px;
	}

}
   
@media (min-width: 992px) {
	.dev{
	font-size: 33px;		
	}
	
	.dev_p{	
	color: white;
	font-weight: bold;
	font-size: 36px;
	margin-left: 0px;	
	}
	
	.content_container{
		width: 1170px;
		
	}
	
	.moon {
    right: 20px;
	}
	
	.words{
	padding-top: 0%;	
	}

	.bhole{
	  margin-bottom: 30%;
	  margin-left: 0px;
	  margin-top: 0%;
	  left: 0;
	  bottom:10px;
	}
}

@media (min-width: 1200px) {
	.dev{
	font-size: 33px;		
	}
	
	.dev_p{	
	color: white;
	font-weight: bold;
	font-size: 36px;
	margin-left: 0px;	
	}
	
	.content_container{
		width: 1170px;	
	}

	.moon {
    right: 300px;
	}
  
	.words{
	padding-top: 10%;	
	}

	.bhole{
	margin-bottom: 50%;
	margin-left: 0px;
	left: 0;
	margin-top: 0%;
	bottom:10px;
  }
  
}



* {box-sizing:border-box}


.slideshow-container {
	max-width: 100%;
	position: relative;
	margin-top: -30px;
}


.mySlides {
	display: none;
}


.prev {
	cursor: pointer;
	position: absolute;
	top: 0;
	margin-top: 0px;
	margin-left: 0%;
	width: auto;
	left: 0;

	padding: 7px;
	color: white;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 1px 1px 0;
	user-select: none;
}


.next {
	cursor: pointer;
	position: absolute;
	top: 0;
	margin-top: 0px;
	margin-right: 0%;
	width: auto;	
	padding: 7px;
	color: white;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 1px 1px 0;
	user-select: none;


	right: 0;
	border-radius: 1px 0 0 1px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  margin-left: 125px;
  margin-top: 38px;
  position: absolute;
  top: 0;
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}