/* ========================================================
           --------- IMPORTED FONT-----------
=========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');


/* ========================================================
            ---------COMMON STYLES-----------
=========================================================== */
*{
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  outline: 0;
}

html{
    scroll-behavior:smooth;
}

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

    
}
 h2{
    margin-bottom: 30px;
    font-size: 35px;
 }
header{
    padding-top: 50px;
    background: #FFF8F3;
}

/* ========================================================
            ---------NAV STYLES-----------
=========================================================== */
nav{
    width: 100%;
    color: #474747;
   
}
nav a{
    color: #474747;
}
.nav-container{
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.nav-item{
    width: 49%;
}
.nav-item > ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* ========================================================
           ---------Buttons STYLES-----------
=========================================================== */
.primary-btn{
    background-color: #FD6E0A;
    color:#fff;
    padding: 15px 26px;
    border-radius: 5px;
    border: 2px solid #FD6E0A;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 15px;
    transition: all .2s ease;
}
.primary-btn:hover{
    color: #FD6E0A;
    background-color:transparent;
    border: 2px solid #FD6E0A;
}
.primary-btn:hover > a{
    color: #FD6E0A;
}
.secondary-btn{
    color: #FD6E0A;
    background-color:transparent;
    padding: 15px 26px;
    border-radius: 5px;
    border: 2px solid #FD6E0A;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 15px;
    transition: all .2s ease;
}
.secondary-btn:hover{
    background-color: #FD6E0A;
    color:#fff;
}
.primary-btn > a{
    color: #fff;
}
/* ========================================================
       ---------HERO SECTION'S STYLES-----------
=========================================================== */
.hero-area{
    width: 100%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    padding-top: 3rem;

}
.site-logo{
    margin-left: 50px;
}
.hero-description{
    margin-top: -4.5rem;
}
.hero-description > h3{
    font-weight: 600;
    font-size: 35px;
    color: #474747;
   
}
.hero-description > h1{
    font-style: normal;
    font-weight: bolder;
    font-size: 50px;
    color: #181818;
    margin-bottom: 20px;
}
.hero-description > p{
    font-size: 18px;
    color: #646464;
    margin-bottom: 20px;
}

.hero-logo{
   text-align: center;
   margin-right: 30px;
   
}
.hero-logo > img{
    width: 45%;
    margin-top: -100px;

}
.hero-item:first-child{
    grid-column-start: 1;
    grid-column-end: 3;
}
.hero-item:nth-child(2){
    grid-column-start: 3;
    grid-column-end: 7;
}
.hero-item:last-child{
    grid-column-start: 7;
    grid-column-end: -1;
    
}
.developer-img{
    background-image: url("../images/header_bg.png");
    background-repeat:no-repeat;
    background-position: bottom right;
    background-size: 100%;
    text-align: right;
    padding-right: 40px;
    
    
}
.developer-img > img{
    width: 75%;
    margin-bottom: -5px;
    
}
/* ========================================================
     ---------About section's Styles -----------
=========================================================== */
.about-section{
    padding: 10rem 0rem;
}
.about{
    text-align: center;
    width: 55%;
    margin: 0 auto;
}

.about > p{
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #646464;
}
.about-info{
    display: flex;
    justify-content: space-around;
    margin-top: 2.5rem;
}
.text-color-light{
    color:#646464;
    margin-bottom: 10px;
}
.text-color-bold{
    font-weight: bold;
}

/* ========================================================
     ---------Work section's Styles -----------
=========================================================== */
.work-section{
    padding:5rem 0rem 10rem;
}
 .work{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

 .skill-text{
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 0 7rem;
    color: #646464;
}
 .skills-info{
    display: flex;
    justify-content: space-around;
    margin-top: 5.5rem;
    text-align: left;
    gap: 1rem;
}
.skill-item > h3{
    margin: 20px 0 10px;
    
 }

.skill-item > P{
    font-size: 15px;
    padding: 20px 20px 20px 0;
}
/* ========================================================
     --------Resume Summary section's Styles ----------
=========================================================== */
.resume-summery-section{
    width: 76%;
    margin: 0 auto 5rem;
    text-align: center;
}
.resume-summery{
    display: flex;
    text-align: left;
    gap: 1rem;
}
.summery-item{
    margin: 4rem auto 3rem;
}
.summery-item > article{
    padding-right: 4rem;
    margin-bottom: 2rem;
}
.summery-item > article > h3{
    font-size: 28px;
    line-height: 41px;
    color: #414141;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
.summery-item > article > h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #474747;
    margin-bottom: .4rem;
}

.summery-item > article > h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #696868;
    margin-bottom: 1.3rem;
}
.summery-item > article > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #696868;
    
}
.summery-item hr{
    margin-bottom: 1.8rem;
    color: #a1a1a1;
    
}
/* ========================================================
      ---------Contact Section Style-----------
=========================================================== */
.contact-area{
    display: flex;
    width: 75%;
    margin: 0 auto;
    gap: 3rem;
    padding: 5rem 0;
}
.contact-item{
    width: 49%;
}

.contact-item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #696868;
    padding-right: 50px;
}
.contact-social{
    display:flex;
    margin: 20px auto;
    gap: 2rem;
}

.input-style{
    background-color: antiquewhite;
    width: 100%;
    border: 1px solid #fd6f0aee;
    border-radius: 5px;
    padding: 10px;
    margin: 5px auto;
}

/* ========================================================
                ---------MEDIA QUERIES-----------
=========================================================== */


/* ==============FOR LARGE DEVICES (Laptop)================= */
/* 
@media screen and (max-width:992px ){
   
    p{
        color:green;
    }

}
 */



/* ============FOR MEDIUM DEVICES (Tablet)================= */

/* @media screen and (max-width:768px) {
    p{
        color: blue;
    }


}

 */

/* =============FOR SMALL DEVICES (Smart Phone)============== */
/* 
@media screen and (max-width:600px) {
    p{
        color: rgb(255, 136, 0);
    }

}
 */