@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

/* sharead style */
.btn-primary{
    font-size: 21px;
    background-color:
     rgba(253, 110, 10, 1);
     color: white;
     border-radius: 5px;
     border: none;
     padding: 10px 28px;


     
    
}
/* heeader style */
.hero-class{
    background-image: url(./images/developer.png), url(./images/header_bg.png);
    background-repeat: no-repeat;
    background-position: left, bottom right;

}




/* nav style */
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 226px;
    margin-right: 230px;
    margin-top: 1rem;
}

nav h2{
    font-family: work sans;
    font-size: 45px;
    font-weight: 800;
    line-height: 100%;
}

h2 span{
     color: rgba(253, 110, 10, 1);
}

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

nav ul li{
    margin-right: 30px;
}

nav ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    font-family: work sans;
    color: rgb(35, 36, 36);
}

/* bannner Style */
.banner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 25px 0 230px;
}

.banner-container{
    max-width: 585px;
}

.banner-subtittle{
    color: var(--Dark 02, rgba(71, 71, 71, 1));
    font-family:work Sans;
    font-size: 45px;
    font-weight: 600;
    line-height: 100%;
    
}

.banner-tittle{
    color: var(--Dark 01, rgba(24, 24, 24, 1));
    font-family: work Sans;
    font-size: 85px;
    font-weight: 700;
    line-height: 100%;
}

.banner-description{
    color: var(--Dark 03, rgba(117, 117, 117, 1));
    font-family: work Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;

}

/* main style */
/* about part */

.main-hero{
    width: 1400px;
    margin: 0 auto;
}

.about-container{
    background-color: rgba(255, 248, 243, 1);
    margin-top: 130px;
    margin-bottom: 130px;

}

.about-subtittle{
   color: var(--Dark 01, rgba(24, 24, 24, 1));
    font-family: work Sans;
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 131px;
}

.about-description{
    font-family: work Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align:center;
    margin-bottom: 45px;
    padding-left: 156px;
    padding-right: 157px;
    color: var(--Dark 03, rgba(117, 117, 117, 1));
}

.about-items{
    display: flex;
    justify-content:space-evenly;
    gap: 35px;
    padding-bottom: 131px;
}

.item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.item-1{
     font-family: work sans;
}

item-2{
     font-family: work sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;

}

/* Skills Style */
.cv-skills{
    display: flex;
    gap: 20px;
    justify-content: space-around;
}
.skill{
    width: 270px;
    height: 377px;
    border-radius: 5px;
    padding: 40px 30px 33px;
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 130px;
}

.skill h5{
    font-size: 17px;
    font-family: work sans;
    font-weight: 600;
    line-height: 30px;
    margin-top: 28px;

}
.skill p{
     font-family: work Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
}

/* resume style */
.resume-container{
    margin-bottom: 130px;
}

.deep{
    margin-bottom: 130px;
}
.resume-head{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.resume-colume-tittle{
    font-family: work sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    
}
.experience-tittle{
    font-family: work sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 9px;
    margin-top: 30px;
    color: #757575;


}
.experience-subtittle{
    font-family: work sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 27px;
    color: #757575;
}
.experience-descripation{
    color: #4e4e4e;;
    font-family: work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 29px;
    
}

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


/* footer style */
.footer-bg{
    background: rgb(216, 207, 200);
    padding-top: 140px;
    padding-bottom: 130px;
    
}

.footer-container{
    display: flex;
    gap: 150px;
    justify-content: space-evenly;
}

.footer-colume-info h2{
   color: var(--Dark 01, rgba(24, 24, 24, 1));
    font-family: work Sans;
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;

}

.footer-colume-info p{
    color: var(--Dark 02, rgba(71, 71, 71, 1));
    font-family: work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 28px;
}

/* footer-colume-form */
.footer-colume-form h2{
    color: var(--Dark 01, rgba(24, 24, 24, 1));
    font-family: work Sans;
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-colume-form input[type=text], .footer-colume-form input[type=email],.footer-colume-form textarea{
    display: block;
    height: 50px;
    width: 100%;
    margin-top:30px ;
    margin-bottom: 20px;
    border: none;
    font-size: 20px;
    padding: 30px;
    padding: 10px 20px;
    border-radius: 5px;
}

