/* common shared style */
body {
    font-family: 'Open Sans', sans-serif;
}

.text-primary {
    color: #FD6E0A;

}

.btn-primary {
    border-radius: 5px;
    background: #FD6E0A;
    border: 0;
    font-size: 20px;
    color: white;
    font-weight: 700;
    padding: 15px 35px;
}
#cv{
    
    
}

.section-title {
    color: #181818;
    text-align: center;
    font-size: 35px;
    font-weight: 700;

}

.section-description {
    color: #757575;
    text-align: center;
    font-size: 18px;
}

/* nav reladed style */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 200px;
}

.nav-title {
    color: #181818;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 45px;
    font-weight: 800;
}

nav>ul {
    display: flex;
    align-items: center;
}

nav li {
    list-style: none;
    margin-right: 50px;
}

nav a {
    text-decoration: none;
    color: var #474747;
}

/* header reladed style */
.header {
    background-color: #FFF8F3;
    background-image: url("images/header_bg.png") ,url("images/developer.png");
    background-repeat: no-repeat;
    background-position: bottom right,top left;
}
.banner {
    padding: 30px 30px 0px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-pic {
    width: 584px;
    height: 676px;
    flex-shrink: 0;


}

.banner-content {
    max-width: 500px;
}

.banner-greeting {
    font-size: 40px;
    margin-bottom: 0;
    color: #474747;
}

.banner-title {
    font-size: 85px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 20px;

}

.banner-dis {
    color: #757575;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* main saction styles */
main {
    max-width: 1140px;
    margin: 0 auto;
}
main section{
    margin-top: 130px;
}

/* about section */

.about {
    padding: 130px;
    margin: 130px 0;
    border-radius: 10px;
    background: #FFF8F3;


}

.about-info-container {
    display: flex;
    justify-content: space-around;
}

.about-info {
    color: #757575;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

#what-i-do {
    padding: 30px 150px;

}

/* skilk related */
.skill {
    border: 2px solid rgb(255, 255, 255);
    margin: 5px;
    padding: 30px;
    width: 260px;
    height: 370px;
  
    box-shadow: 0px 6px 50px 0px rgb(240, 222, 213) ;


}

.skill-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.skill-container {
    display: flex;
    justify-content: center;
    gap:25px;
}

.skill-despription {
    color-scheme: 757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
/* resumi colam */
.resumi-colam-title{
    color:  #474747;
font-size: 30px;
font-weight: 700;
line-height: normal;

}
.resume-container{
    display: flex;
    gap:50px;
}
.resumi-itam-description,.resumi-item-info{
    color:  #757575;
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
footer{
    display: flex;
    background: #FFF8F3;
    padding: 130px 200px;
    margin-top: 100px;
    gap:100px;
}
.footer-colam{
    width: 50%;
}
.contact input,textarea {
    display: block;
    margin-bottom: 25px;
    padding: 18px 30px;
    border-radius: 5px;
    color: #757575;
    border-radius: 5px;
    background:  #FFF;
    border: 0px;


}
.social-link a {
    margin-right:25px ;
}