*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
html {
  scroll-behavior: smooth;
}
li{
    list-style-type: none;
}
li a,.proj-link a,.msg a{
    text-decoration: none;
    color:black;
}
ul{
    display:flex;
    justify-content: space-evenly;
    gap:25px;
}
.blue{
    color:rgb(50, 74, 206);
}
.header{
    position: sticky;
    top: 0;
    display:flex;
    justify-content: space-between;
    padding:10px;
    background-color: white;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}
.home{
    text-align: center;
    padding:30px;
    background-color:#F8F4FF;
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
}
.heading{
    font-size:55px;
    margin-top: 60px;
}
#passion{
    margin: 30px 0;
    color: rgb(50, 74, 206);
    text-decoration: underline;
}
.para{
    max-width: 60%;
    margin:30px auto 40px auto;
    line-height: 30px;
    text-align:center;
    
}
.btns .btn1{
    margin-top: 20px;
    padding:10px;
    color:white;
    background-color:rgb(50, 74, 206) ;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 30px;
}
.btns .btn2{
    margin-top: 20px;
    padding:10px;
    color: rgb(50, 74, 206);
    background-color: transparent;
    border-radius: 5px;
    border-color:rgb(50, 74, 206) ;
    border-style: double;
    font-weight: bold;
    margin-bottom: 30px;
}
.about,.projects{
    text-align: center;
    padding:30px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}
.details,.project-container{
    display:flex;
    justify-content: space-around;
    margin: 30px 20px;
}
.details i{
    margin:20px 0 20px 0;
    color: rgb(50, 74, 206);
    font-size: 50px;
}
.details p,.msg p{
    line-height: 27px;
}
.top{
    margin-top: 20px;
}
.skills,.experience,.contact{
    text-align: center;
    padding:30px;
    background-color:#F8F4FF;
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
}
.myskill,.educ,.cert{
    background-color: white;
    width: 25%;
    height:150px;
    padding: 20px;
    margin: 30px;
    border-radius: 10px;
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
}
.educ{
    height:170px;
    width:100%;
}
.educ h2,.educ h3,.educ p,.cert h3,.cert h2,.cert p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.cert{
    height:130px;
    width:100%;
}
.proj{
    width:40%;
    max-height: 300px;
    padding: 20px;
    margin: 30px;
    border-radius: 10px;
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
}
.skill,.my-tool{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    margin-top: 20px;
}
.skills-container,.project-container{
    display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    margin-top: 30px;
}
.edu-cert{
    display:flex;
    justify-content: space-evenly;
}
.contact-container{
    display:flex;
    gap:10px;
    margin:30px;
    justify-content: center;
}
.skill p,.my-tool p{
    background-color: rgba(211, 211, 211, 0.266);
    padding: 5px;
    border-radius: 5px;
}
.myskill i{
    color: rgb(50, 74, 206);
    font-size: 25px;
    background-color: #F8F4FF;
}
.proj i,.msg i,.cert i{
    color: rgb(50, 74, 206);
    font-size: 15px;
    background-color: #F8F4FF;
}
.proj h3{
    margin:15px auto;
}
.proj-link{
    width:100%;
    padding:5px;
    margin-top: 15px;
    border: 1px solid rgba(211, 211, 211, 0.566);
}
.expr{
    width:80%;
    max-height: 300px;
    padding: 20px;
    margin: 30px auto;
    background-color: white;
    border-radius: 10px;
    border-left:5px solid rgb(50, 74, 206);
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
}
.expr h2,.expr h3{
    margin:20px auto;
}
.expr p{
    line-height: 27px;
    text-align: center;
}
.msg{
    text-align: start;
    padding: 30px;
    width:30%;
}
.form{
    background-color: white;
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: start;
    width:25%;
}
.form button{
    color:white;
    background-color:rgb(50, 74, 206) ;
    border-radius: 5px;
}
.form label,.form input,.form button,.form textarea{
    display:block;
    margin: 7px auto 7px auto;
    width:100%;
    padding:5px;
}
.footer h2{
    color:white;
    margin: 30px;
}
.footer{
    padding:30px;
    color:rgb(180, 180, 180);
    text-align: center;
    background-color: rgb(22, 22, 61);
}
.links a{
    text-decoration: none;
    color:rgb(180, 180, 180);
    margin: 30px;
}
.links{
    display:flex;
    gap:20px;
    margin:30px;
    justify-content: center;
}
.footer>p{
    margin-top:80px;
}
