* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: #EAEAEA;
}

h1 {
	text-align: center;
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 15px;
	text-align: center;
}

h3 {
	margin-bottom: 15px;
	text-align: center;
}

.foter{
	padding-top: 1%;
	padding-bottom: -10%;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin-left: 15%;
}


.header {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: auto;
	align-items: center;
	padding: 20px;
	background-color: #EAEAEA;
	margin-top: 20px;
    padding: 1%;
}

.header ul {
	display: flex;
	list-style: none;
	font-size: 18px;
	justify-content: space-around;
    z-index: 9;
	margin-top: 20px;
    cursor: pointer;
}

.header ul li a {
	padding: 10px 20px;
	display: block;
    color: #270082;
    font-size: large;
}

.header ul li a:hover{
    color: #7A0BC0;
}

.header #btn{
    color: white;
    background-color: #7A0BC0;
    display: block;
	padding: 10px;
    width: 100px;
    border-radius: 25px;
    cursor: pointer;
}

.header #btn:hover{
    background-color: #1A1A40;
    border: solid 3px #1A1A40;;
}

.header button {
	display: none;
	padding: 10px;
    width: 100px;
    border-radius: 25px;
}
.header p{
    margin-left: -20%;
}

@media (max-width: 1000px) {
	.header button {
		display: block;
        background-color: #1A1A40;
        color: white;
        padding: 10px;
        width: 100px;
        border-radius: 25px;
	}

    .header button:hover{
        background-color: #7A0BC0;
        border: solid 3px #1A1A40;;
    }

	.header ul {
		display: none;
		background-color: lightsteelblue;
		position: absolute;
	    width: 100%;
	    left: 0;
	    right: 0;
	    top: 119px;
	}
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-left: -15%;
    cursor: pointer;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px #7A0BC0;
    cursor: pointer;
    border-radius: 25px ;
    color: #7A0BC0;
    padding: 12px 16px;
    z-index: 1;
  }
  
  .dropdown:hover{
    color: #7A0BC0;
  }

  .dropdown:hover .dropdown-content {
    display: block;
    color: #7A0BC0;
  }

#quat{
    margin: 2rem;
    width: 96.5%;
    height: 100%;
    background-color: #1A1A40;
    border-radius: 50px;
    clip-path: polygon(0 0, 100% 0, 100% 100%,70% 87%, 0 100%);
    display: flex;
    margin-top: 3%;
    font-size: 20px;
}

#quat .text{
    padding: 10%;
    width: 55%;
    text-align: left;
}

#quat .text h1{
    color: aqua;
    text-align: left;
    font-size: 80px;
}

#quat .text span{
    color: white;
    text-align: left;
    font-size: 50px;
}

#quat .text p{
    color: white;
    text-align: left;
    padding-top: 20px;
    font-size: 30px;
}

#quat .text button{
    color: white;
    background-color: #7A0BC0;
    display: block;
	padding: 10px;
    width: 200px;
    border-radius: 25px;
    box-shadow: 0px 8px 8px 0px #7A0BC0;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 7%;
    margin-left: 25%;
    cursor: pointer;
    font-size: large;
}

#quat .text button:hover{
    background-color: #1A1A40;
}

#quat img{
    width: 30%;
    height: 70%;
    border-radius: 25px;
    margin-top: 1.6%;
}
@media(max-width:1000px)
{
    #quat img{
        position:static;
    }
}

#about{
    display: flex;
    margin: 2rem;
    width: 96.5%;
    height: 100%;
    border-radius: 50px;
    padding: 5%;
    /*color: white;
    background-image: url("./picture/compute-ea4c57a4.png");*/
}

#about .pic{
    padding: 6%;
}

#about .pic img{
    width: 80%;
    border-radius: 50%;
}

#about .text{
    margin-top: 2.5%;
}

#about #pf1{
    margin-top: -8%;
    font-size: 40px;
    color: #1A1A40;
}

#about span{
    margin-top: -8%;
    font-size: 40px;
    color: #7A0BC0;
}

#about .text p{
    padding-top: 2.5%;
    font-size: 25px;
    margin-left: -200px;
    color: #1A1A40;
}

@media(max-width:1000px){
    #about .pic img{
        opacity: 0;
    } 
}

#skills{
    margin: 2rem;
    width:  96.5%;
    height: 100%;
}

#skills p{
    font-size: larger;
    padding-top: 2%;
    color: #1A1A40;
    font-size: 25px;
}

#skills #pf1{
    padding-top: 8%;
    font-size: 40px;
    color: #7A0BC0;
}

#skills span{
    padding-top: 8%;
    font-size: 40px;
    color: #1A1A40;
}

#skills .lang{
    display: flex;
    width: 96.5%;
    justify-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: -3%;
}


#skills .lang .tools{
    width: 40%;
    height: 100%;
    margin-top: 12%;
    margin-left: 3.5%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 8px 8px 0px #7A0BC0;
    transition: all 1s ease;
}

#skills .lang .tools:hover{
    margin-top: 1%;
    margin-bottom: 1%;
    transition: all 1s ease;
}

#skills .lang .tools1{
    width: 45%;
    height: 100%;
    margin-top: 6%;
    margin-left: 3.5%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 8px 8px 0px #7A0BC0;
    transition: all 1s ease;
}

#skills .tools1:hover{
    margin-top: -10%;
    margin-bottom: -5%;
    transition: all 1s ease;
}

#skills .lang img{
   width: 150px;
   height: 150px;
   margin-top: 10%;
}

#skills .lang h2{
    padding-top: 2%;
    color: #7A0BC0;
 }

 #skills .lang p{
    padding: 5%;
 }

@media(max-width: 1000px){
    #skills .lang{
        display: block;
        margin-top: 5%;
        margin-left: 25%;
        width: 90%;
        text-align: center;
        justify-content: center;
        justify-items: center;
        align-items: center;
        place-items: center;
    }
    #skills .lang .tools1{
        margin-top: 5%;
        margin-left: 1%;
    }
    #skills .lang img{
        width: 50px;
        height: 50px;
     }
}

#proj{
    margin: 2rem;
    width: 96.5%;
    height: 100%;
    background-color: #1A1A40;
    border-radius: 50px;
    clip-path: polygon(0 0, 100% 0, 100% 100%,70% 97%, 0 100%);
    margin-top: 12%;
    font-size: 20px;
}

#proj .pojectInto{
    padding: 5%;
    display: flex;
    color: white;
}

#proj .pojectInto .pic{
    margin-left: 13%;
}

#proj .pojectInto .pic img{
    width: 100%;
}

#proj .pojectInto .text{
    padding: 3%;
    text-align: center;
}

#proj .pojectInto .text p{
    width: 100%;
    font-size: larger;
    padding-top: 10%;
    color: white;
    font-size: 25px;
}

#proj .pojectInto .text #pf1{
    padding-top: 8%;
    font-size: 40px;
    color: aqua;
}

#proj .pojectInto .text span{
    padding-top: 8%;
    font-size: 40px;
    color: white;
}

@media(max-width:1000px)
{
    #proj .pojectInto .pic{
        opacity: 0;
    }
    #proj .pojectInto .text{
        margin-left: -100%;
    }
}

#proj{
    padding-bottom: 10%;
}

#proj .firstProj{
    display: flex;
    color: white;
    margin-left: 3%;
}

#proj .firstProj .pic{
    padding: 5%;
}

#proj .firstProj .pic img{
    width: 80%;
    margin-left: -20%;
    border-radius: 25px;
}

#proj .firstProj .text{
    width: 100%;
    margin-left: 11%;
    padding: 5%;
    text-align: left;
    margin-top: 0.5%;
}

#proj .firstProj .text h3{
    text-align: center;
    color: aqua;
    font-size: 40px;
}

#proj .firstProj .text p{
    font-size: larger;
    padding-top: 6%;
    padding-bottom: 5%;
    color: white;
    font-size: 25px;
}

#proj .firstProj .text button{
    color: #1A1A40;
    background-color: aqua;
    display: block;
	padding: 10px;
    width: 200px;
    border-radius: 25px;
    box-shadow: 0px 8px 8px 0px aqua;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 25%;
    cursor: pointer;
    font-size: large;
}

#proj .firstProj .text button:hover{
    background-color: #1A1A40;
    color: aqua;
}

#proj .secondProj{
    display: flex;
    color: white;
    margin-left: 3%;
}

#proj .secondProj .pic{
    padding: 5%;
}

#proj .secondProj .pic img{
    width: 95%;
    margin-left: 30%;
    border-radius: 25px;
}

#proj .secondProj .text{
    width: 100%;
    margin-left: 11%;
    margin-right: 7%;
    padding: 5%;
    text-align: left;
    margin-top: 0.5%;
}

#proj .secondProj .text h3{
    text-align: center;
    color: aqua;
    font-size: 40px;
}

#proj .secondProj .text p{
    font-size: larger;
    padding-top: 6%;
    padding-bottom: 5%;
    color: white;
    font-size: 25px;
}

#proj .secondProj .text button{
    color: #1A1A40;
    background-color: aqua;
    display: block;
	padding: 10px;
    width: 200px;
    border-radius: 25px;
    box-shadow: 0px 8px 8px 0px aqua;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 25%;
    cursor: pointer;
    font-size: large;
}

#proj .secondProj .text button:hover{
    background-color: #1A1A40;
    color: aqua;
}

#proj button{
    color: #1A1A40;
    background-color: aqua;
    display: inline-block;
	padding: 10px;
    width: 220px;
    border-radius: 25px;
    box-shadow: 0px 8px 8px 0px aqua;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: large;
}


#proj button:hover{
    background-color: #1A1A40;
    color: aqua;
}

#contact{
    padding: 4%;
    width:  96.5%;
    height: 100%;
    margin-bottom: 10%;
    align-items: center;
    margin-left: 2%;
}

#contact p{
    font-size: larger;
    padding-top: 2%;
    color: #1A1A40;
    font-size: 22px;
}

#contact #pf1{
    font-size: 40px;
    color: #1A1A40;
}

#contact span{
    font-size: 40px;
    color: #7A0BC0;
}

#contact .lang{
    display: flex;
    width: 96.5%;
    justify-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: -3%;
}


#contact .lang .tools{
    width: 20%;
    height: 100%;
    margin-top: 6%;
    margin-left: 16%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 8px 8px 0px #7A0BC0;
    transition: all 1s ease;
}

/*#contact .lang .tools:hover{
    margin-top: 1%;
    margin-bottom: 1%;
    transition: all 1s ease;
}*/

#contact .lang .tools1{
    width: 25%;
    height: 100%;
    margin-top: 0%;
    margin-left: 3.5%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 8px 8px 0px #7A0BC0;
    transition: all 1s ease;
}

/*#contact .tools1:hover{
    margin-top: -10%;
    margin-bottom: -5%;
    transition: all 1s ease;
}*/

#contact .lang .tools2{
    width: 20%;
    height: 100%;
    margin-top: 6%;
    margin-left: 3.5%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 8px 8px 0px #7A0BC0;
    transition: all 1s ease;
}

/*#contact .lang .tools2:hover{
    margin-top: -3%;
    margin-bottom: -3%;
}*/

#contact .lang img{
    width: 100px;
    height: 100px;
    margin-top: 10%;
 }
 
 #contact .lang h2{
     padding-top: 2%;
     color: #7A0BC0;
  }
 
  #contact .lang p{
     padding: 5%;
  }

  #down{
    margin: 2rem;
    margin-bottom: 0rem;
    width: 96.5;
    height: 100%;
    border-radius: 25px;
    background-color: #1A1A40;
    padding-bottom: 3%;
    text-align: center;
  }

  #down .images{
    padding-top: 3%;
    margin-left: -2.5%;
    padding-bottom: 1%;
  }  

  #down .images p{
    text-align: center;
    padding-bottom: 1%;
    font-size: 25px;
    color: aqua;
    margin-left: 2.5%;
  } 

  #down .images img{
    width: 50px;
    height: 50px;
    margin-left: 3%;
    cursor: pointer;
  }

  #down .footer{
    display: flex;
	justify-content: space-between;
	max-width: 1100px;
	align-items: center;
    text-align: center;
    margin-left: 34.5%;
    padding-bottom: 1%;
}

#down .footer ul {
	display: flex;
	list-style: none;
	font-size: 18px;
	justify-content: space-around;
    z-index: 9;
    cursor: pointer;
}

#down .footer ul li a {
	padding: 10px 20px;
	display: block;
    color: aqua;
    font-size: large;
}

#down .footer  ul li a:hover{
    color: #7A0BC0;
}

  #down p {
    color: white;
    text-align: center;
  }


