@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');
*{
    padding: 0;
    margin: 0;
}
body {
    background-color: #0A0A0A;
}

header {
    top: 0;
    left: 0;
    height: 100px;
    padding-top: 24px;
    padding-left: 60px ;
    padding-right: 60px ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header p {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    color:#C7C7C7;
    font-size: 2rem;



}
header a{
    text-decoration: none;
    color: #C7C7C7;

}

header ul {
    display: flex;
    gap: 32px;
    list-style: none;
    font-family: "Inter", serif;
    font-size: 16px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 200px;
    height: 25px;
    font-size: 16px;


}

.about_me {
    display: flex;
    height: 340px;
    justify-content: center;
}

.about_me h1{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    color:#FFFFFF;
    max-width: 50%;
    font-size: 80px;
    margin-right: 213px;
}

.about_me h2{
    font-family:"Manrope", serif;
    font-weight: 400;
    font-style: normal;
    color:#FFFFFF;
}
.about_me p{
    color: #C7C7C7;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.action{
    margin-top: 40px;
    width: 320px;
    height: 55px;
    display: flex;
    gap: 16px;
    align-items: center;
}
.action button{
    background-color: #D3E97A;
    width: 180px;
    height: 55px;
    border: none;
    border-radius: 30px;
    transition: background-color ease-in-out 0.3s , color ease-in-out 0.3s;
}
.action img{
    transition: transform ease-in-out 0.3s ;
}
.action img:hover{
    transform: scale(0.9);
}
.action button:hover{
    background-color: rgba(211, 233, 122, 0);
    color: white;
}
.image-me{

}
.image-me img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    border-radius: 10px;
    margin-top: 120px;
}
.capabiltis{
    display: flex;
    height: 340px;
    justify-content: center;
    margin-top: 120px;
}
.capabiltis h1{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    color:#FFFFFF;
    max-width: 50%;
    font-size: 80px;
    margin-right: 213px;
}
.capabiltis p{
    color: #C7C7C7;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.skils{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

}
.column{
    margin-bottom: 16px;
}
.column button{
    padding: 20px;
    background-color: transparent;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-radius:25px;
    border: 1px solid #484848;
    color: #FFFFFF;
    text-align: center;
    margin-right: 16px;

}
.experience{
    display: flex;
    height: 340px;
    justify-content: center;
    margin-top: 120px;
}
.experience h1{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    color:#FFFFFF;
    max-width: 50%;
    font-size: 80px;
    margin-right: 213px;
}
.experience p{
    color: #C7C7C7;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
footer{
    /*width: 1200px;*/
    height: 770px;
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
    margin : 0 auto ;
}
.left{
    height: 611px;
    float: left;
    margin-bottom: 80px;
}
.left h1{
    font-family: "Bebas Neue", serif;
    font-weight: 200;
    font-style: normal;
    color: #FFFFFF;
    font-size: 70px;
}
.left p{
    color: #C7C7C7;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    margin-top: 16px;
}
.left span {
    border-bottom: 1px solid #D3E97A;

}
.left a {
    text-decoration: none;
    color:#C7C7C7;
}
.social-media{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.end{
    position: absolute;
    bottom: 0;
    margin-bottom: 80px;
}
.right{
    float: right;
    margin-bottom: 80px;
}
.right label{
    color: #C7C7C7;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;

}
.right input{
    background-color: #1A1A1A;
    width: 600px;
    height: 50px;
    outline: none;
    border: none;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 12px;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 10px;
    border-radius: 7px;
    margin-bottom: 24px;

}
.right textarea{
    background-color: #1A1A1A;
    width: 600px;
    height: 156px;
    outline: none;
    border: none;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 12px;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    resize: none;
    margin-top: 10px;
    border-radius: 7px;
    margin-bottom: 24px;

}
.right button{
    background-color: #D3E97A;
    width: 180px;
    height: 55px;
    border: none;
    border-radius: 30px;
    transition: background-color ease-in-out 0.3s , color ease-in-out 0.3s;

}
.right button:hover{
    background-color: rgba(211, 233, 122, 0);
    color: white;
}
@media (max-width: 1200px) {
    .about_me, .capabiltis, .experience {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .about_me h1, .capabiltis h1, .experience h1 {
        margin-right: 0;
    }
    .image-me img {
        width: 50%;
    }
}

@media (max-width: 992px) {
    header {
        flex-direction: column;
        text-align: center;
    }
    header ul {
        flex-direction: column;
        gap: 16px;
    }
    .about_me h1, .capabiltis h1, .experience h1 {
        font-size: 60px;
    }
    .image-me img {
        width: 60%;
    }
    .right input, .right textarea {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .action {
        flex-direction: column;
    }
    .action button {
        width: 100%;
    }
    .image-me img {
        width: 70%;
    }
    .skils {
        flex-direction: column;
    }
    footer {
        flex-direction: column;
        align-items: center;
    }
    .social-media {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .about_me h1, .capabiltis h1, .experience h1 {
        font-size: 40px;
    }
    .image-me img {
        width: 80%;
    }
    .left h1 {
        font-size: 50px;
    }
    .right input, .right textarea {
        font-size: 16px;
    }
}