/*Homepage*/
*{
    padding:0;
    border:0;
    box-sizing:border-box;
}
body{
    background-color:white;
    color:black;
    line-height:1.4;
    font-family:Arial;
}
.navbar {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 73px;
    font-size: 25px;
    background-color: #f0f0f0;
    padding-top: 20px;
    height: 90px;
    width: 1508px;
    position: fixed;
    top: 0;
}
#nav1{
 position:relative;
 right:350px;
 bottom:50px;
}
a {
    color:black;
    text-decoration: none;
}

/*Home page*/
.divH{
    width:1520px;
    height:700px;
    align-items:center;
/*    background-color:pink;*/
     
}
#image {
    width: 325px;
    height: 325px;
    position: relative;
    top:240px;
    left: 320px;
    border-radius: 360px;
    border: 3px solid black;
}
#para{
    width:590px;
    height:390px;
/*    background-color:aquamarine;*/
    position:relative;
    bottom:50px;
    left:720px;
    text-align:center;
    
}
#para h1{
    font-size:40px;
}
#para h3{
    font-size:20px;
    line-height:0.8;
    color:#555;
}
.btn {
    display: inline-block;
    width: 200px;
    height: 60px;
    font-size: 20px;
    background-color: #000;
    line-height: 3.0;
    color: #fff;
    border-radius: 15px;
}
.btn:hover{
    background-color:#444;
}

/*About Me*/

.divA {
/*    width: 1520px;
    height: 650px;*/
    width: 1520px;
    height: 685px;
}
#Image2{
    width:330px;
    height:380px;
/*    background-color:black;*/
    position:relative;
    top:80px;
    left:150px;
    border:3px solid black;
    border-radius:360px;
}
.para2{
    width:730px;
    height:600px;
/*    background-color:blue;*/
    position:relative;
    bottom:350px;
    left:650px;
    font-size:20px;
    line-height:1.6;
}
.name {
    width: 350px;
    height: 80px;
    font-size: 40px;
    color: black;
    position: relative;
    bottom: 520px;
    left: 180px;
}

/*Skills*/

    /*display: flex;
    align-items: center;*/ /* centers horizontally */
    /*justify-content: center;*/ /* centers vertically (if parent has height) */

/*    row1 && row3*/
 #name1{
    font-size: 43px;
    text-align: center;
/*    background-color: palevioletred;*/
}
 .divS {
    width:1510px;
    height:188px;
/*    background-color:antiquewhite;*/
    display:flex;
    gap:100px;
    align-items:center;
    justify-content:center;
 }
.divS img{
    width:220px;
    height:150px;
    margin-top:60px;
    border-radius:40px;
    border:thin black 10px;
}

/*row2 */
.iconname1{
 width:1510px;
 height:80px;
/* background-color:aqua;*/
 font-size:15px;
 display:flex;
 align-items:center;
 justify-content:center;
 gap:238px;
}
/*row4*/
.iconname2 {
    width: 1510px;
    height: 80px;
/*    background-color: aqua;*/
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 170px;
}
/* project*/
.divP {
/*    width: 1520px;
    height: 550px;*/
    width: 1520px;
    height: 630px;
    /*    background-color:aqua;*/
}
#div1{
    width:1500px;
    height:500px;
    display:flex;
    gap:50px;
    
}
.project {
    width: 300px;
    height: 300px;
    margin: 40px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #EBECF0;
}
.projectName {
    width: 280px;
    height: 230px;
    text-align:center;
    margin:0px;
    color:black;
    font-size:15px;
/*    background-color:antiquewhite;*/
}
.projectName h3{
    color:#363636;
}
a.white {
    color: white;
    background-color: black;
    width: 200px;
    height: 40px;
    border: solid 5px black;
    background-color: black;
    border-radius: 5px;
    font-size: 20px;
}

/*achievements*/
.Asection {
    /*    width: 1520px;
    height: 500px;*/
    width: 1520px;
    height: 700px;
}
.achievements {
    width: 1510px;
    height: 188px;
/*   background-color:antiquewhite;*/
    display: flex;
    gap: 100px;
    margin-top:20px;
    align-items: center;
    justify-content: center;
}
.gapdiv {
    width: 1520px;
    height: 50px;
/*    background-color:deeppink;*/
}
.Adiv1 {
    width: 300px;
    height: 220px;
    margin: 10px;
    background-color: #EBECF0;
    text-align:center;
}

    .Adiv1 h5 {
        color: #363636;
    }

/*    contact*/
.Contactsection {
    /*    width: 1520px;
    height: 650px;*/
    width: 1520px;
    height: 700px;
    /*    background-color:aqua;*/
}
.container {
    width: 1520px;
    height: 360px;
/*    background-color: red;*/
    display: flex;
    justify-content: center;
}
form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.input1 {
    width: 500px;
    height: 50px;
    border: solid 2px black;
    border-radius: 10px;
    font-size:25px;
}
.input1::placeholder {
    width: 200px;
    height: 50px;
    font-size: 20px;
}
.input2 {
    width: 500px;
    height: 150px;
    border: solid 2px black;
    border-radius: 10px;
    font-size:20px;
}
button {
    width: 150px;
    height: 40px;
    background-color: black;
    color: white;
    border: solid 2px black;
    border-radius: 10px;
    position:relative;
    left:170px;
    font-size:26px;
}
.bottomdiv {
    width: 1550px;
    height: 180px;
    background-color: #1c294a;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items:center;
    justify-content:center;
}
.imgdiv {
    width: 300px;
    height: 50px;
/*    background-color: deeppink;*/
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
/*    justify-content: center;*/
}
.imgdiv img {
    width:40px;
    height:40px;
}
.contact_info_div {
    width: 390px;
    height: 50px;
/*        background-color:deeppink;*/
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items:center;
    justify-content:center;
}
.contact_info_div2 {
    width: 390px;
    height: 25px;
    font-size: 20px;
    color: white;
/*    background-color: aqua;*/
}
