/* Common Shared Styles */


body {
    font-family: 'Open Sans', sans-serif;
}

.text-primary {
    color: #FD6E0A
}

.btn-primary {
    border-radius: 5px;
    background: #FD6E0A;
    border: 0;
    color: var(--White-Color, #FFF);
    font-size: 20px;
    font-weight: 700;
    padding: 18px 35px 19px 36px;

}

.btn-primary img {
    margin-right: 10px;
    width: 24px;
}

.btn-secondary {
    border-radius: 5px;
    border: 1px solid #FD6E0A;
    background: #FFF8F3;
    color: #FD6E0A;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 35px 19px 36px;
}

.btn-secondary img {
    margin-right: 10px;
    width: 24px;
}

.section-title {
    color: var(--Dark-01, #181818);
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.section-description {
    color: var(--Dark-03, #757575);
    text-align: center;
    font-size: 18px;
}

/* nav related styles */

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

.nav-title {
    color: var(--Dark-01, #181818);
    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(--Dark-02, #474747);
    font-size: 20px;
    font-weight: 400;

}

/* header styles */

.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 0 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner .profile-pic {
    width: 584px;
    height: 676px;
}

.banner-greeting {
    color: var(--Dark-02, #474747);
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
}

.banner-title {
    color: var(--Dark-01, #181818);
    font-size: 85px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 20px;
}

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

.banner-description {

    margin-top: 0;
    margin-bottom: 30px;
}

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

main section {
    margin-top: 130px;
}

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

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

.about-info {
    text-align: center;
}

.info-title {
    color: var(--Dark-03, #757575);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    /* 150% */
}

.info-description {
    color: var(--Dark-02, #474747);
    font-size: 20px;
    font-weight: 700;
}

/* What i do style */
#what-i-do-description {
    padding: 30px 15px;
}

.skills-container .skill img {
    width: 44px;
    height: 44px;
}

.skills-container {
    display: flex;
    gap: 24px;

}

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

.skill-title {
    color: var(--Dark-01, #181818);
    font-size: 20px;
    font-weight: 700;
}

.skill-description {
    color: var(--Dark-03, #757575);
    font-size: 16px;
    font-weight: 400;
}

/* Resume section style */

.resume-container {
    display: flex;
    gap: 71px;
}

.resume-column-title {
    color: var(--Dark-02, #474747);
    font-size: 30px;
    font-weight: 700;
}

.resume-item-title {
    color: var(--Dark-02, #474747);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.resume-item-institue {
    color: var(--Dark-03, #757575);
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

.resume-item-description {
    color: var(--Dark-03, #757575);
    font-size: 16px;
    font-weight: 400;
}

.resume-container hr {
    background: #D1D1D1;
}

.dwnld-cv {
    text-align: center;
    border-radius: 5px;
    margin-top: 50px;
}

/* footer style */
footer {
    display: flex;
    background: #FFF8F3;
    padding: 130px 230px;
    margin-top: 130px;
    gap: 100px;
}

.footer-col {
    width: 50%;

}

.footer-section-title {
    color: var(--Dark-01, #181818);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-section-description {
    color: var(--Dark-02, #474747);
    font-size: 16px;

    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 48px;
}

/* social-links */
.social-links a {
    margin-right: 24px;
}

/* Message part */
.contact input[type="text"], .contact input[type="email"], textarea {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 18px 35px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    background: var(--White-Color, #FFF);
    color: var(--Dark-03, #757575);
    border: 0;
    width: 100%;
}

/* Responsive Style */
.hide {
    display: none;
}

/* Mobile Devices */

@media screen and (max-width : 576px) {
    .header {
        background: none;
    }


    .banner .profile-pic {
        width: 100%;
        height: 50%;
    }

    .btn-secondary {
        margin-top: 20px;
    }

    .skills-container, footer, .banner, nav {
        flex-direction: column;
    }

    .banner, #what-i-do-description {
        padding: 20px;
    }

    .resume-container {
        flex-direction: column;
        padding: 15px;
    }

    footer, .about {
        padding: 10px;
    }

    .footer-col {
        width: 100%;
    }

    .contact input[type="text"], .contact input[type="email"], textarea {
        width: 80%;
    }

    .section-description {
        text-align: justify;
    }

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


@media screen and (min-width : 576px) and (max-width : 960px) {
    .header {
        background: none;
    }

    nav>ul {
        flex-direction: column;
        flex-wrap: wrap;

    }

    .banner .profile-pic {
        width: 100%;
        height: 50%;
    }

    .skills-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .btn-secondary {
        margin-top: 20px;
    }

    .banner, #what-i-do-description {
        padding: 20px;
    }

    .resume-container {
        flex-direction: column;
        padding: 15px;
    }

    footer, .about {
        padding: 30px;
    }

    .contact input[type="text"], .contact input[type="email"], textarea {
        width: 80%;
    }

    .section-description {
        text-align: justify;
    }

    .about-info-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

}