@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Passion+One:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

*{
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

body{
    background-color: #221F1F;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.container{
    font-size: 1.25rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.name{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 2rem;
}

.nav{
    display: flex;
    gap: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.nav a{
    text-decoration: none;
    color: inherit;

}

.git img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.hero-sec{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px;
    font-size: 2.25rem;
    line-height: 1.25px;
}

.h-image img{
    width: 600px;
    height: 600px;
    border-radius: 49px;
}

br{
    line-height: 50px;
}

.h-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.h-btn{
    margin-top: 0;
    margin-left: 45px;
    padding-top: 0;
    background-color: transparent;
    border: none;
    color: #ffffff;
    text-decoration: underline;
    font-size: 1.5rem;
    display: flex;
}

.h-content .a{
    font-weight: 350;
    margin-left: 45px;
}

.h-content .b, .head .b{
    color: #a6bbcc;
    font-weight: 800;
}

.head{
    display: flex;
    gap: 5px;
    margin-top: 50px;
    font-size: 2.25rem;
    line-height: 1.25px;
}

.head .line {
    flex: 1;
    height: 4px;
    background-color: #b4cce3;
    border-radius: 2px;
}

.info{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.info p, .body p{
    margin-top: 0;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.5;
    width: 956px;
    height: 151px;
    margin-bottom: 0;
}

.exp{
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.exp h1{
    font-size: 2.25rem;
    font-family: "Space Grotesk", sans-serif;;
    line-height: 1.25px;
    font-weight: bolder;
    color: #ffffff;
    text-align: center;
}

.exp p{
    text-align: center;
}

.body{
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.contact{
    margin-top: -50px;
    display: flex;
    justify-content: center;
}

.contact-form {
    width: 100%;
    max-width: 600px;
    margin-top: 0 ;
    padding: 2rem;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    font-size: 0.8rem;
    color: #888;
    margin: 1.5rem 0 0.3rem;
    letter-spacing: 1px;
}

.contact-form input, .contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    padding: 0.5rem 0;
    font-size: 1rem;
    outline: none;
}

.contact-form button {
    margin-top: 2rem;
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 0.9rem;
    cursor: pointer;
}

.contact-form .underline {
    width: 120px;
    height: 3px;
    background-color: #b4cce3;
    margin: 0.5rem auto 0;
    border-radius: 1.5px;
}


#footer {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#footer .right {
    font-size: 1.5rem;
    margin-top: 30px;
}

#footer .right span{
    font-weight: bold;
}

.socials {
    display: flex;
}

.socials a img{
    margin-top: -250px;
    width: 30px;
    height: 30px;
}

.img1{
    margin-left: 0;
    margin-right: 0;
}

.prjs{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.prj p{
    width: 250px;
    text-align: center;
}

.prj img{
    width: 250px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.prj h2{
    font-size: 1.5em;
    margin-top: 10px;
    text-align: center;
}