.work-sans-normal {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

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

.dark-2 {
    color: #474747;
}

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

.text-primary {
    color: #FD6E0A;
}

nav ul li {
    list-style: none;

}

nav ul {
    display: flex;
    /* gap: 30px; */
    justify-content: center;
    align-items: center;
}

nav li a {
    text-decoration: none;
    font-size: 20px;
    margin-right: 52px;
}

.btn-primary {
    background: #FD6E0A;
    color: #FFFFFF;
    font-weight: 700;
    padding: 18px 35px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
}


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

}

main section {
    margin-top: 100px;
    margin-bottom: 100px;
}



.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 35px 0 200px;
}

.banner-info {
    max-width: 580px;
}

.banner-welcome {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 0px;

}

.banner-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 85px;
    font-weight: 700;
    color: #181818;
}

.banner-description {
    font-size: 18px;
    color: #757575;
    margin-top: 0px;
}

.btn-banner {
    /* font-size: 20px;
    font-weight: bold; */
    background-color: #FFF8F3;
    border: 1px solid #FD6E0A;
    color: #FD6E0A;
}

.banner-image {
    width: 580px;
    height: 680px;
    padding: 4px;
}


/* common attribute */
.section-title {
    font-size: 36px;
    font-weight: bold;
    color: #1E1E1E;
    text-align: center;
}

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


.bg-secondary {
    background-color: #FFF8F3;

}

main {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 100px;
    /* border-radius:10px; */
}

.about {
    padding: 130px 150px;
    border-radius: 20px;
}

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

.item-title {
    text-align: center;
}

.item-description {
    font-weight: bold;
    text-align: justify;
}


.skill-container {
    padding: 50px;
}

.skill-description {
    text-align: center;
    margin-bottom: 50px;
}

.skill-description-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1E1E1E;
}

.skill-description-para {
    color: #757575;

}

.skill {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
}

.javascript {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.javascript-title {
    color: #181818;
    font-weight: bold;
    font-size: 20px;
}

.javascript-description {
    color: #757575;
    font-size: 16px;
}

.javascript-icon {}

.react {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 15px;
    /* border: 1px solid red; */
    border-radius: 10px;
}

.react-icon {}

.react-title {
    color: #181818;
    font-weight: bold;
    font-size: 20px;
}

.react-description {
    color: #757575;
    font-size: 16px;
}



/* Education part */
.resume {
    text-align: center;
}

.resume-title {
    font-size: 35px;
    font-weight: bold;
    color: #181818;
}

.educationExperience {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 10px;
}

.education-title {
    font-weight: bold;
    font-size: 30px;
    color: #474747;
}

.my-degree {
    font-weight: bold;
    font-size: 25px;
}

.passed-year {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 600;
}

.degree-description {
    font-size: 20px;
    color: #1E1E1E;
}

.collectcv {
    text-align: center;
    margin-top: 20px;
}

.btn {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #FD6E0A;
    /* background-color:#; */
    padding: 20px 50px;
}

/* Footer */
.connect {
    background-color: #FFF8F3;
    padding: 130px 180px;
    /* margin: 130px 200px; */
}

.footer {
    display: flex;
    justify-content:space-around;
    align-items: center;
    gap: 20px;
}

.connect-container {
    /* display: flex; */
}

.connect-title {
    color: #181818;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0px;
}

.connect-description {
    font-size: 20px;
}

.facebook {
    margin-right: 10px;
}

.twitter {
    margin-right: 10px;
}

.instra {
    margin-right: 10px;
}

.form-title {
    color: #181818;
    font-size: 35px;
    font-weight: bold;
}

p .name {
    padding: 20px;
    border: none;
    border-radius: 10px;
}

p .email {
    padding: 20px;
    border: none;
    border-radius: 10px;
    /* size: 30; */
}

p .message {
    padding: 20px;
    border: none;
    border-radius: 10px;
    /* size: 40; */
}