

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

/*shared style*/
.secoendary-bg{
  background-color: #fff8f3;  
}
.text-primary{
    color:#FD6E0A
}
.dark-2{
    color: #474747;
}

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

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

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

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

.header{
    background-image: url('../devolopar\ .jpg'), url('../.background.avif');
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

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

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

nav ul{
    display: flex;

}

nav ul li {
    list-style:none ;
    margin-right: 50px;
}

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

/*banner styles */
.banner{
    display: flex;
    justify-content:space-between;
    margin: 0 35px 0 230px;
}

.banner-content{
    max-width: 580px;
}
.banner-greetings{
    font-size: 45px;
    font-weight: 600;
}

.banner-title{
    font-weight: bold;
    font-size: 85px;
}
.banner-profile-pic{
    width: 580px;
}

/* main styles*/
main{
    max-width: 1140px;
    margin: 0 auto;
}
main section{
     margin-top: 130px;
     margin-bottom: 130px;
}
/* about styles*/
.about{
    border-radius: 10px;
    padding: 130px 150px;
    text-align: center;
    margin-top: 130px;
}
.about-items{
    display: flex;
    justify-content: space-around;
}
.item-description{
    font-weight: 600;
}

/*skills section styles*/
.skills-container{
    display: flex;
    gap:24px;
}

.skill{
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 6px 50px 0px rgba(0,0,0,0,.06);
}


/*resume-section styles*/
.resume-container{
    display:flex;
    gap: 24px;
}
.exprience-sub-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.exprience-description,.exprience-sub-title{
    color: #757575;
}
.resume hr{
    margin: 30px 5px;
}

.resume-dowenload-cv{
    margin-top: 50px;
}


.resume-container hr{
    margin: 30px;
}

.dowenload-cv{
    text-align: center;
    margin-top: 50px;
}

.resume-dowenload-cv{
    text-align: center;
    margin-top: 50px;
}
.social-links {
    width: 20%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-links img {
    width: 30px;  /* icon size adjust korte paro */
    height: 30px;
    object-fit: contain;
}


.footer{
    display: flex;
   gap:1100px;
    background: #fff8f3;
    margin-top:100px ;
    padding:130px 200px ;
}

.footer-column{
    width: 50%;
    text-align: center;

}
 .social-links{
    margin-right: 25px;
    height: 0px;
    width: 0px;
}

.contact input[ type="text"], .contact  input[type="email"],
textarea{
    display: block;
    margin-bottom: 25px;
    padding:18px 35px; 
    color:  #757775;
    border-radius: 5px;
    background: #fff ;
    border:0 ;
    width: 100%;
}
