@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav{
    display: flex;
    justify-content: space-between;
    background-color: rgb(2, 2, 26);
    color: white;
    padding: 0 50px 0 100px;
    flex-wrap: wrap;
    height: 60px;
    width: 100%;
}
nav .logo{
    color: #fff;
    font-size: 20;
    font-weight: 600;
    padding: 20px;
}
ul{
    list-style: none;
    display: flex;
    align-items: center;
}
nav ul li a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 16px; 
    letter-spacing: 1px;
    border-bottom: 1.5px solid transparent;
    transition: all o.3s ease;
}
.contact button{
    font-size: 16px;
    height: 40px;
    width: 150px;
    padding: -36px;
    margin-right: 100px;
    margin-top: 10px;
    border-radius: 7px;
    border-style: none;
}

.contentheading{
    font-size: 32px;
}
.contentpara{
    font-size: 16px;
}

.buttons{
    display: flex;
    gap: 25px;
    margin: 25px;
}
.hireme button{
    display: inline;
    height: 32px;
    width: 78px;
    background-color: black;
    font-size: 12px;
    color: #fff;
    margin-left: -25px;
    border-radius: 7px;
    border-color: #000;
}
.experience button{
    display: inline;
    height: 32px;
    width: 100px;
    background-color: orangered;
    font-size: 12px;
    color: #fff;
    border-radius: 7px;
    border-color: #000  ;
}

.mid{
    display: flex;
    /* padding: 100px; */
    margin: 100px;
    column-gap: 200px;
    /* width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; */
    /* padding: 0px 100px; */
}
.content{
    float: left;    
}
.contentimage{
    float: right;
}   
.contentphoto{
    width: 280px;
    height: 380px;
    border-radius: 50%;
    margin-top: -70px;
    margin-right: 50px;
}

.middle{
    display: flex;
    column-gap: 200px;
    background-color: #000;
    width: 100%;
    padding: 150px 100px 50px 50px;
}
.middlcontentimage{
    float: left;
}

.middlecontent{
    float: right;
}
.middlecontentheading{
    font-size: 32px;
    color: #fff;
}
.middlecontentpara{
    font-size: 16px;
    color: #fff;
}
.middlebuttons button{
    height: 32px;
    width: 100px;
    background-color: orangered;
    font-size: 12px;
    color: #fff;
    border-radius: 7px;
    border-color: #000  ;
    margin-top: 30px; 
}

.middlecontentphoto{
    width: 280px;
    height: 380px;
    border-radius: 50%;
    margin-top: -70px;
    margin-left: 100px;
}

.formcontainer{
    display: flex;
    text-align: center;
    justify-content: center;
    /* min-height: 100vh; */
}

.formheading{
    text-align: center;
    font-size: 40px;
}

#text{
    /* text-align: center; */
    height: 40px;
    width: 400px;
}

.footer{
    width: 100%;
    background-color: #000;
    color: white;
    padding: 10px;
}
.foosociallink ul li{
    width:100%;
    height:10px;
    display: flex;
    text-align:center;
}
