/* Common shared styles */
body {

    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
      
}

.text-primary {
    color: #FD6E0A;
}

.button-primary {
    border-radius: 5px;
    background-color: #FD6E0A;
    border: 0;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 17px;
    height: 54px;
    width: 200px;
}

/* navigation related styles */

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 180px;
}

.nav-title {
    color: #181818;
    font-size: 45px;
    font-weight: 800;
}

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

nav ul li {
    list-style: none;
    margin-right: 38px;
    margin-left: 39px;
}

nav ul a {
    text-decoration: none;
}

/* banner related styles */
.header {
    background: #FFF8F3;
    background-image: url('../images/header_bg.png'), url('../images/developer.png');
    background-repeat: no-repeat;
    background-position: bottom right, top left;


}

.banner {
    display: flex;
    align-items: center;
    padding: 30px 30px 0 180px;
    justify-content: space-between;
}

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

.profile-pic {
    width: 500px;
}

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

.banner-tittle {
    color: #181818;
    font-size: 85px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 19px;
}

.banner-description {
    color: #757575;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 15px;
}

/* main section styles */
main {
    max-width: 1240px;
    margin: 0 auto;
}

/* about section  */

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

/* .about-content {
    border: 1px solid #000;
    background: #FFF;

} */

.section-title {
    color: #181818;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-top: 1px;
    gap: 30px;

}

.section-description {
    color: #757575;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    gap: 30px;
}

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

.info-title {
    color: #757575;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 2px;

}

.info-description {
    color: #474747;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 0%;

}

/* what-i-do section  */

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

}

.section-description {
    color: #757575;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 30px;
}

/* skill div styles */
.skill-container {
    display: flex;
    justify-content: space-around;
    gap: 10px;

}

.skill {
    padding: 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.06);

}

.skill-title {
    color: #181818;
    font-size: 20px;
    font-weight: 700;

}

.skill-description {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

/* Resume styles */

.Resume-headline {
    color: #181818;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-top: 130px;
    margin-bottom: 100px;
}

.column-title {
    color: #474747;
    font-size: 30px;
    font-weight: 700;


}

.resume-title {
    color: #474747;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;

}


.resume-institute {
    color: #757575;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    margin-top: 3px;

}

.resume-description {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 511px;
    margin-bottom: 30px;
}

.resume-container {
    display: flex;
    justify-content: space-around;
    /* gap: 15px; */
}

.cv-btn {
    text-align: center;
    margin-top: 50px;
}

/* footer styles */
footer {
    display: flex;
    background: #FFF8F3;
    padding: 130px 200px;
    margin-top: 100px;
    gap:100px;
}
.footer-container{
    width:50%;
}

.fotter-img{
 display: flex;
 gap: 30px;
 margin-top: 20px;

}

.title {
    color: #181818;
    font-size: 35px;
    font-weight: 700;

}
.description{

color:#474747;
font-size: 16px;
font-weight: 400;
line-height: 28px; /* 175% */
}

.contact input[type="text"],  input[type="email"] ,textarea {
    display: block;
    gap:24px;
    margin-bottom: 24px;
    padding:18px 35px;
    border-radius: 10px;
    background:  #FFF;
    border:0;
    width:100%;
}
