body{
    margin: 0px;
    padding: 0px;
}

p{
    line-height: 1.5rem;
}


.open-sans-normal {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
        
}

/* ! Primary Color */

.text-primary-color{
    color: #FD6E0A;
}

.dark1{
    color: #181818;
}

.dark2{
    color: #474747;
}

.dark3{
    color: #757575;
}

/* ! Nav styles */

.header{
    background: url(../images/developer.png) no-repeat 2%, url(../images/header_bg.png) no-repeat right bottom;
    background-color: #FFF8F3;
    
}

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

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

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

nav ul li{
    list-style: none;
    margin: 0px 51px;
}

nav ul li a{
    text-decoration: none;
    font-size: 20px;
}

nav ul li a:hover{
    color: purple;
}

.btn{
    background-color: #FD6E0A;
    padding: 18px 35px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.fa-phone, .fa-download{
    margin-right: 15px;
}

/* ! Banner styles */

.banner{
    display: flex;
    margin: 0px 38px 0px 230px;
    justify-content: space-between;
}

.banner-content{
    width: 585px;
}

.text-gratings{
    font-size: 45px;
    font-weight: 600px;
}

.text-title{
    font-size: 85px;
    font-weight: bold;
    line-height: 10px;
}

.banner-text{
    font-size: 18px;
    margin: 80px 0px 30px 0px;
}

.contact-btn{
    background: transparent;
    border: 1px solid #FD6E0A;
    color: #FD6E0A;
    font-size: 20px;
    font-weight: bold;
    margin-left: 30px;
}

.banner img{
    width: 584px;
}

/* ! Main Area styles */

main{
    max-width: 1140px;
    margin: 0px auto;
}

/* * About Area */

.about-me{
    background-color: #FFF8F3;
    padding: 131px 157px;
    margin: 130px 0px;
}

.about-me-content{
    border: 1px solid;
    text-align: center;
    padding: 5px;
    background: white;
}

.about-title, .experience-title{
    font-size: 35px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.about-text, .experience-text{
    font-size: 18px;
    text-align: justify;
}

.info table{
    width: 100%;
}

.info-title td{
    font-size: 20px;
    color: #757575;
}

.info-description td{
    font-size: 20px;
    font-weight: bold;
    color: #474747;
}

/* ! Experience Area styles */

.experience{
    text-align: center;
}

.experience-text{
    width: 909px;
    margin: 30px auto;
}

.skills{
    display: flex;
}

.skills-common-styles{
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 6px 50px #757575;
    text-align: left;
    font-size: 16px;
    color: #757575;
    margin-right: 24px;
}

.skills-title{
    font-size: 20px;
    font-weight: bold;
    color: #181818;
    margin-top: 38px 0px 20px 0px;
}


/* ! Resume Area styles */

.resume-title{
    font-size: 35px;
    font-weight: bold;
    color: #181818;
    margin: 130px 0px 113px 0px;
    text-align: center;
}

.resume-info{
    display: flex;
}

.resume-column{
    margin-right: 24px;
}

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

.experience-title{
    font-size: 25px;
    font-weight: bold;
    color: #474747;
    margin: 0px;
}

.experience-semititle{
    font-size: 20px;
    font-weight: 600px;
    color: #757575;
    margin: 5px 0px;
}

.experience-description{
    font-size: 16px;
    color: #757575;
    text-align: justify;
    margin-top: 20px;
}

.hr-style{
    margin: 30px 0px;
}

.resume-btn{
    margin: 50px 0px 113px 0px;
    text-align: center;
}

/* ! Footer Area styles */

.footer-container{
    display: flex;
    background-color: #FFF8F3;
    padding: 130px 230px;
    justify-content: space-between;
}

.contact-info{
    width: 562px;
}

.footer-titlea{
    font-size: 35px;
    font-weight: bold;
    color: #181818;
}

.footer-description{
    font-size: 16px;
    color: #474747;
}

/* * footer icon styles */

.footer-icon{
    display: flex;
}

.facebook-icon, .twitter-icon, .instagram-icon{
    margin-right: 24px;
}

/* * form styles */

footer input[type="text"]{
    display: block;
    width: 461px;
    margin: 24px 0px;
    border-radius: 5px;
    border: none;
    padding: 25px;
    font-size: 18px;
}

footer textarea{
    width: 461px;
    padding: 25px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
}

.copyright{
    font-size: 14px;
    text-align: center;
    background-color: #FFF8F3;
    padding-bottom: 50px;
    color: red;
}

