*{
    margin: 10px;
}
.container{
    display: flex;
    gap: 20px;
    margin: 0 20px
}
.content{
    display:flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: 20px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}
h1{
    font-size: 50px;
    justify-content: center;
}
.content > p{
    margin-top: 10px;
    font-size: 20px;
    color: gray;

}
.profile{
    margin-left: 50px;
}
.content > span >p{
    margin-bottom: 10px;
    font-size:14px;
}
.input > button{
    background-color: black;
    color: white;
    border-radius: 10px;
    height: 40px;
    width: 150px;
    border: none;
    justify-content:space-between;
}

#emailin{
    height: 35px;
    width: 300px;
    border-radius: 4px;
    border:1px solid gray;
}
#tnc, a{
    color: gray;
}

.clients{
    margin-top: 50px;
    margin-bottom: 30px;
}
.skills > .content02{
    margin: 2px;
    align-items: center;
    justify-content: center;
    display:flex;
    flex-direction: column;
    
}
.skills > .content02 > p{
    color: gray;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}
.skills > .content02 > H1{

    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}
#headline{
    font-size: 20px;
}
.tech{
    text-align:center;    
}
.tech > table{
    display: block;
    margin-top: 50px;
}
.space{
    display: block;
    margin-bottom: 20px;
}
.icon{
    
    font-size: 40px;
}
.details{
    font-size: 24px;
}
.details02 > td{
    color: gray;
    font-size: 17px;
    padding: 0 100px;
}
.projects{
    margin: 2px;
    align-items: center;
    justify-content: center;
    display:flex;
    flex-direction: column;
}
.projects >h1{
    font-size: 40px;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}
.projects > p{
    font-size: 20px;
    color: gray;
    padding: 0 200px;
    text-align: center;
}
.projects > table{
    padding: 0 80px;
    margin-top: 50px;
    text-align: center;
}
.images > td > img{
    height: 200px;
    width: 300px;
    border-radius: 10px;
}
#seedetails > td > a > button{
    height: 40px;
    width: 120px;
}
.contact > h1{
    color: #263238;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    margin-bottom: 25px;
    text-align: center;
}
.contact > p{
    color: #263238;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 300px;
}
.contact > .back{
    height: 600px;
    width: 1300px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.200);
    z-index: 2;
    backdrop-filter: blur(10px) ;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.516);
    display:flex;
}
.back{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
.contact > .back > .front{
    height: 70%;
    width: 35%;
    background: #212121;
    border-radius: 10px;
    color: white;
    padding: 60px 60px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;

}
.contact > .back > .front > h1{
    font-size: 30px;
}
.contact > .back > .front > p{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.contact > .back > .front > h2{
    font-size: 18px;
}
.form > form > table{
    text-align: left;
    color:#607D8B;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}
.name > td{
    padding: 10px 0;
}
.input1 > td > input{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.575);
    padding: 5px 50px;
    color:rgba(128, 128, 128, 0.688);
    margin-bottom: 40px;
}
.formemail > td {
    padding: 10px 0;
}
.input2 > td > input{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.575);
    padding: 5px 50px;
    color:rgba(128, 128, 128, 0.688);
    margin-bottom: 40px;
}
.interest > td{
    padding: 5px 0;
}
.radio > td {
    color: rgba(0, 0, 0, 0.804);
    padding: 30px 0;
}
.message > td > textarea{
    height: 80%;
    width: 90%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.575);
    color:rgba(128, 128, 128, 0.688);
}
