* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}


header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #010c1d;
    padding-bottom: 10px;
}

#header1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    column-gap: 30px;
    font-weight: 700;
   
}
#email {
    color: #D7B734;
    text-decoration: none;
}
#email>a{
     a{
        text-decoration: none;
    }
}

#header1>#email:hover {
    cursor: pointer;
    color: #85710d;
}

#header2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    column-gap: 40px;
    font-weight: 700;
    row-gap: 20px;
}

#header2>a {
    text-decoration: none;
    color: #D7B734;
    font: bolder;
}

#header2>a:hover {
    cursor: pointer;
    color: #85710d;
}

#header2>button {
    width: 80px;
    height: 40px;
    border-radius: 10px;
    border: none;
    color: #010c1d;
    background-color: #D7B734;
    font-weight: 900;
}

#header2>button:hover {
    cursor: pointer;
    background-color: #85710d;
}

#about {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    align-items: center;
    row-gap: 30px;
}

#about11 {
    display: flex;
    flex-direction: column;
    row-gap: 10px;

    h2 {
        font-size: 40px;
    }

    h1 {
        font-size: 60px;
        font-weight: 100px;
    }

    p {
        font-size: 20px;
    }
}

#downloadcv {
    display: flex;
    border: 2px solid black;
    background-color: #D7B734;
    width: 200px;
    border-radius: 20px;
    justify-content: center;
    height: 50px;
    align-items: center;
    color: #010c1d;

    a {
        text-decoration: none;
        color: #010c1d;
        font-size: 20px;
    }
}

#about2 {
    border: #85710d 5px solid;
    box-shadow: 5px 5px 5px #85710d;
    border-radius: 10px;
    transform: rotate(10deg);
    transition-duration: 1s;
}

#about2:hover {
    transform: rotate(0deg);
    transition-duration: 1s;

}
#edu1,#skill1{
 display: flex;
 justify-content: center;
 align-items: center;
 column-gap: 10px;
}
#college,#School,#HighSchool{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    height: 150px;
    transition-duration: 1s;
    border-radius: 15px;
    background-color: white;
    width: 80%;
    padding: 30px;
   
}
#college>img{
    width: 100px;
}
#education{
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    width: auto;
    background-color: #f0eedd;
     
}
#college:hover,#School:hover,#HighSchool:hover{
background-color: #85710d;
transition-duration: 1s;
}
#skill{
      display: flex;
      flex-wrap: wrap;
      justify-content:space-between;
    flex-direction:column;
    background-color: white; 
    padding: 10px;    
}
#frontend,#backend,#database{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition-duration: 1s;
    border-radius: 15px;
    background-color: #f0eedd;
    width: 80%;
    padding: 30px;
    font-size: 30px;
}
 
    .tech{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content:space-around;
        width: 170px;
        height: 190px;
        row-gap: 15px;
        border-radius: 25px;
        transform: 1s;
        transition: 1s;
        box-shadow: 5px 5px 5px rgb(85, 85, 45);
        cursor: pointer;
        }
    

.tech:hover{
    background-color: #d6bb32;

}
#database>h2{
    padding-right: 40px;
    
}
#contactform{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
box-shadow: #85710d 0px 0px 10px;
  
padding: 20px;}
#contactform>input {
    border-radius: 10px;
    width: 400px;
    height: 60px;
    padding-left: 20px;
      border: none; color: #e2e1da;
  font-size: large;
}
select{
   border-radius: 10px;
    width: 422px;
    height: 60px;
    padding-left: 20px; 
    border: none; background-color:white;
  color: #b3b1a7;
  font-size: large;
}
#contactform>button{
    width: 150px;
    height: 50px;
    border-radius: 30px;
  margin-left: 270px;
  border: none;
  background-color:#85710d;
  color: #f0eedd;
  font-size: large;
  cursor: pointer;
}
#contactform>button:hover{
    background-color: #d6bb32;
}
#contactno{
    width: 40%;
    height: 300px;
    padding-top: 80px;
}
#email>a{
    text-decoration: none;
    color:#d6bb32
}
#email>a:hover{
    color:#85710d
}
#contact{
    width: auto;
    display: flex;
    flex-wrap: wrap;
      flex-direction: column;
   justify-content: space-between;
   border-radius: 20px;
    background-color: #f0eedd;
    padding:20px 50px 20px 120px;
      
}
#contact1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 500px; 
}
.co1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:left;
    margin: 20px;
    font-weight: 400;
    font-size: large;
}
footer{
    background-color: #010c1d;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    row-gap: 20px;
    padding-bottom: 30px;
}
.a a{
    text-decoration: none;
    color: #b3b1a7;
    margin: 20px;
}
#up{
    position: sticky;
    right:10px;
   bottom: 250px;
}