body{

	background-image: linear-gradient(to right,#333333,#dd1818);
	/*display: inline-block;*/
	/*background-color: white;*/
}
/*for hiding scrollbar*/
body::-webkit-scrollbar{
	display: none;
	scroll-behavior: smooth;
}


#header{
	width: 100%;
	position: fixed;
	top: 0;
	display: block;
	height: 60px;
	z-index:1100;
	box-sizing: border-box;
	background-attachment: fixed;
	background-image: linear-gradient(to right,#333333,#dd1818);
	
}

nav{
	width: 95%;
	height: auto;
    box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 0.5%;
	/*border:1px solid black;*/

}
#list-1{
	width:19%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    margin-left: 6%;
    margin-top: 0.1px;
    /*border:1px solid black;*/
   
}
.list-1-icon:hover{
	
transform: scale(1.2);
	transition: ease-in-out 0.8s;
}
.list-1-icon a{
	text-decoration: none;

	
}
.list-1-icon a img{
	height: 40px;
	width: 40px;
	border-radius: 50%;

}
#list-1-text{
	display: inline-block;
}

#head-1,#head-2{
	color: white;

}
#list-1-text span{

    color: black; font-family: 'Trocchi', serif; font-size: 15px; font-weight: normal;
    padding: 0px;
	color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px black, 1px 1px 5px black;

}

.list-1-link{
	 margin-left:20px;
	 margin-top: 4px;
}
.list-1-link a{
	text-decoration: none;
	
    color: black; font-family: 'Trocchi', serif; font-size: 20px; font-weight: normal; line-height: 48px; margin: 0;

	/*margin-top: 2.1rem;*/
	color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px black, 1px 1px 5px black;
}


#second-list{
	width: 45%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	height: auto;
	margin-left: 15px;
}
#search-bar-div{
	background: #ea9f82fa;
	display: flex;
	justify-content: space-between;
	padding:10px;
	border-radius: 12px;
	height: 20px;
	margin-top: 2px;
}

#search-bar-div a i{
	font-size: 1.5rem;
	color: white;
}
#microphone{

	margin-top: 1.5px;
	align-items: center;
	margin-right: 4px;
	font-weight: 100;
	margin: 1px;

}
#searching{
    transition: 0.5s;
	background: none;
	outline:none;
	color:#191717;
	float: center;
	border:none;
	font-size: 15px;
	width:290px;

}

#search-icon{
    margin-right: 10px;
	margin-top: 1.3px;
	text-decoration: none;
	align-items: center;
	margin-left: 8px;
	font-weight: 100;
}
#searching::placeholder {
   color: black;
   opacity: 0.5;

}
#notification-button{
	height: auto;
	margin-top: 10px;
	width: 11px;

}
#notification-button i{
	color: white;
	font-size: 1.6rem;

}

#notification-button i:hover{
	transform: scale(1.6);
	transition: ease-in-out 0.5s;
}


#myPic{
	margin-top: 4px;
	margin-left: 6px;
	margin-right: 35px;
	height: 38px;
	width: 38px;
}
#myPic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: -0px 0px 4px 5px #240b36;
}

#myPic img:hover{
	transform: scale(1.4);
	transition: ease-in-out 0.3s;
}


/*dropdown*/

#header-2{
	height: 80px;
	margin-left: 0;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 1200;
	display: none;
	justify-content: space-between;
	z-index:1000;
	box-sizing: border-box;
	/*border: 0.5px solid black;*/


}
.dropdown{
	margin-top: 3px;
	margin-right: -1rem;
	border-style: none;
}

.projects i{
	color: white;
    font-size: 2rem;
}
.projects button{
	background-color: inherit;
	border-style: none;
	width: 40px;
	height: 40px;

}

.projects ul{
	background:#7b362bf2;
	width: 105px;
	opacity: 0;
	/*pointer-events: none;*/

	transition: all 0.6s ease-in-out;
	transform: translateY(-20px);
	display: flex;
	justify-content: space-between;
	list-style: none;
	border-radius: 7px;
	flex-direction: column;

}

.projects button:focus + ul{
	opacity: 1;
	pointer-events: all;
	transform: translateY(0px);
	position: relative;
}



.projects li :hover{
 color:black;
 text-decoration: underline;
}





.projects ul li a{
	margin-right: 20px;
	margin-left: -30px;
}
.projects button i:hover{
	color: black;
	cursor: pointer;
}

.projects{
	display: flex;
	flex-direction: column;
    
}
.projects a{
	text-decoration: none;
	color: white;
	font-size: 1.2rem;
}

/*media queries header*/

@media screen and (max-width:1200px){
    #header{
    	display: none;
    }
   #header-2{
    	display: flex;
    background-attachment: fixed;
	background-image: linear-gradient(to right,#333333,#dd1818);
    
    }

    #list-1-text span{
    	font-size: 12px;
    }
}

@media screen and (max-width:800px){
    #header{
    	display: none;
    }
   #header-2{
    	display: flex;
    background-attachment: fixed;
	background-image: linear-gradient(to right,#333333,#dd1818);
    }
    #searching{
    	width: 130px;
    }
    #list-1-text span{
    	font-size: 12px;
    }

}


/*main*/
main{
	width: 68%;
	display: inline-block;
	margin-top: 6%;
	/*height: auto;*/
	margin-left: 6%;
	/*border:1px solid black;*/
	height: auto;
	/*overflow-y: scroll;*/

}

main::-webkit-scrollbar{
	display: none;
	scroll-behavior: smooth;
}


/*bigpic*/


#bigpic{
	width: 100%;
	height: 400px;
	box-shadow: -5px -5px 30px 5px black, 5px 5px 30px 5px red;
	border-radius: 10px;
	min-width: 600px;
	display: flex;
	flex-direction: row;

}


#container{
	height: 100%;
	width: 40%;
	overflow: hidden;
	min-width: 300px;
}

#container2{
	display: none;
	height: 100%;
	width: 40%;
	overflow: hidden;
	min-width: 300px;
}



#container2 img{
	width: 100%;
	height: 100%;
	border-radius: 10px;

}

#container2 img:hover{
	transition: 0.3s ease-in-out;
	transform: scale(1.1);
}




#container img{
	width: 100%;
	height: 100%;
	border-radius: 10px;

}

#container img:hover{
	transition: 0.3s ease-in-out;
	transform: scale(1.1);
}

#head{
	color: white;
	margin-top: 5rem;
 color: black; font-family: 'Trocchi', serif; font-weight: normal;
	color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px black, 1px 1px 5px black;
  margin-left: 5px;
  margin-bottom: 0px;
}

#ss{
	color: white;
	margin-top: 0.1rem;
	margin-left: 5px;
}

#aa{
	color: white;
	margin-left: 5px;
	font-size: 1.2rem;
}

#para{
	color: black; font-family: 'Trocchi', serif; font-weight: normal;
	color: white;
	font-size: 1rem;
	text-shadow: 1px 1px 2px black, 0 0 2px black, 1px 1px 2px black;
}

#sss{
	background-color: #333333;
	height: 40px;
	display: inline-block;
	width: 90px;
	text-align: center;
	color: white;
	border-radius: 5px;
	margin-left: 10px;

}
#sss p{
	margin-top: 9px;
}

#ff{
	margin-left: 100px;
	color: white;

}

#sss:hover{
	transform: scale(1.2);
	transition: 0.3s ease-in-out;
box-shadow: -5px -5px 30px 5px black, 5px 5px 30px 5px red;
cursor: pointer;
}

#bla{
	color: white;
	margin-top: 7px;
	font-size: 0.9rem;
	margin-left: 5px;
}

#ff:hover{
	cursor: pointer;
box-shadow: -5px -5px 30px 5px black, 5px 5px 30px 5px red;
}


/*bottom*/

#flexx{
	height: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	margin-bottom: 50px;
}

#flex-content{
	width: 70%;
	height: 100px;
	/*border:1px solid black;*/
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	background-color: #af3f3f4d;
	margin-top: 20px;
	min-width: 100px;
}

#picc{
	height: 100px;
	width: 120px;
	min-width: 100px;
	/*margin-left: 5px;*/
}
#picc img{
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

#texx{
	color: white;
	text-shadow: 1px 1px 2px black, 0 0 25px black, 1px 1px 5px black;
	margin-left: 5px;
	margin-top: 30px;
}
#name{
	font-size: 0.9rem;
	margin-bottom: 0px;
}
#ch{
	margin-top: 0px;
}

#flex-content:hover{
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
	box-shadow: -5px -5px 30px 5px black, 5px 5px 30px 5px black;

}
#icons i{
	color: white;
	
padding: 10px;
text-shadow: 1px 1px 2px black, 0 0 25px black, 1px 1px 5px black;
}

#icons{
	padding-right: 10px;
	margin-left: 20%
}



/*ashide*/

aside{
	display: inline-block;
		/*border:1px solid black;*/
		width: 23%;
		height: auto;
		top:13%;
		left: 75%;
		position: absolute;
		
	}

#aside-c{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#aside-content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 100px;
	min-width: 30px;
	width: 100%;
	margin-top: 20px;
	background-color: #5a0b0b4d;
	border-radius: 10px;
}
#aside-content:hover{
	transform: scale(1.01);
	transition: 0.3s ease-in-out;
	box-shadow: -5px -5px 10px 5px black, 5px 5px 10px 5px black;
}

#text-text{
color: black; font-family: 'Trocchi', serif; font-weight: normal;
	color: white;
	font-size: 2rem;
	text-shadow: 1px 1px 2px black, 0 0 2px black, 1px 1px 2px black;
}

#pict{
	height: 100%;
	width: 25%;
min-width: 30px;
}


#pict img{
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

#vv{
	color: white;
	font-size: 0.6rem;
	margin-left:75px;
}

#yyy{
	color: white;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-right: 135px;
}
#titi{
	margin-top: 2px;
}
#col{
	color: white;
	font-size: 1rem;
	margin-top: 2px;
	color: black; font-family: 'Trocchi', serif; font-weight: normal;
	color: white;
	text-shadow: 1px 1px 2px black, 0 0 2px black, 1px 1px 2px black;

}
#btn{
	color: white;
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;
}


#text-text1{
margin-top: 70px;
	color: black; font-family: 'Trocchi', serif; font-weight: normal;
	color: white;
	font-size: 1.6rem;
	text-shadow: 1px 1px 2px black, 0 0 2px black, 1px 1px 2px black;

}
.bom{
	margin-bottom: 90px;
}
#aside-cc{


    margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

/*footer*/
/*footer*/

footer{
	/*margin-top: 300px;*/
	width: 100%;
	background-attachment: fixed;
	background-image: linear-gradient(to right,black,#333333,#7b3737,#333333,black);
	position: fixed;
	bottom: 0;
	height: 45px;
	clear: both;
	animation: changecolor 5s ease-in-out infinite;
	right: 0;
	z-index: 1900;
	display:flex;
	flex-direction: row;

}

#right-part{
	background-attachment: fixed;
	/*background-image: linear-gradient(to right,black,#333333,#7b3737,#333333,black);*/
	background-color: none;
	height: 95%;
	width: 20%;
	display: flex;
	flex-direction: row;
	/*justify-content: space-between;*/

    
}
#picpic{
	height: 100%;
	width: 15%;
	margin-left: 20%;
	min-width: 30px;
}

#picpic img{
	height: 98%;
	width: 100%;
	border-radius: 50%;
}
#tete{
	color: white;
	vertical-align: center;
	font-size: 0.7rem;
	margin-bottom: 5px;
	margin-left: 5%;
}

#footer-icon{
	color: red;
	margin-top: 3px;
	margin-left: 10%;
}

#music{
	width: 30%;
	margin-left:16%;
}

audio{
	width: 100%;
	height: 35px;
	margin-top: 5px;
}


@media screen and (max-width:1100px){


   aside{
   	display: none;
   }
   main{
   	width: 80%;
   }
   #flex-content{
   	width: 90%;
   }
  
   
}


@media screen and (max-width:600px){

	 #text{
   	display: none;
   }
   #container{
   	display: none;
   }
     #container2{
     	display: inline-block;
     	width: 75%;
     	box-shadow: -5px -5px 30px 5px black, 5px 5px 30px 5px red;
     }
   
    

	}

@keyframes changecolor{

    0%{
         transition: 0.1s ease-in-out;
   background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#333333);
    }
    10%{
transition: 0.1s ease-in-out;
background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333);
    }
    20%{
transition: 0.1s ease-in-out;
background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#333333);
}
    30%{
background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333);
transition: 0.1s ease-in-out;
    }
    40%{
background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#333333);
transition: 0.1s ease-in-out;
    }
    50%{
    	transition: 0.1s ease-in-out;
background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333);
    }

    60%{
    	transition: 0.1s ease-in-out;
background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#333333);

    }
    70%{
transition: 0.1s ease-in-out;
background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333);
    }

    80%{
transition: 01s ease-in-out;
background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#333333);
    }
    90%{
transition: 0.1s ease-in-out;
background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333,#333333);
    }
    100%{
transition: 0.1s ease-in-out;
   background-image: linear-gradient(to right,#333333,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#dd1818,#333333,#333333,#333333,#333333);
    }


}