* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* shared style  */
.font-open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  
}
.logo h2 {
  font-size: 45px;
  font-weight: bolder;
}
.orng-color {
  color: #FD6E0A;
}
.btn {
  background-color: #FD6E0A;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 18px 35px;
  font-size: 20px;
  font-weight: bolder;
  cursor: pointer;
}
.about-heading, .skill-heading, .resume-heading {
  max-width: 827px;
  text-align: center;
  margin: 0 auto;
}
.about-heading h2{
  font-size: 35px;
  color: #181818;
  margin-bottom: 30px;
}
.about-heading p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
  color: #757575;
}




/* main style  */
header {
  background-color: #FFF8F3;
  padding-top: 50px;
  
  background : url(source/developer.png) , url(source/header_bg.png), #FFF8F3;
  background-position:23px 38px, bottom right;
  background-repeat: no-repeat;
  
}
nav {
  width: 59%;
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .menu {
  display: flex;
  list-style: none;
  gap: 51px;
  align-items: center;
}
nav .menu a {
  font-size: 20px;
  color: #474747;
  text-decoration: none;
}
.Hero-sec {
  margin: 47px 38px 0 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Hero-sec .content {
  max-width: 585px;
}
.Hero-sec .content h2 {
  font-size: 45px;
  font-weight: 600px;
  color: #474747;
  margin-bottom: 5px;
}
.Hero-sec .content h1 {
  font-size: 85px;
  font-weight: bold;
  color: #181818;
  margin-bottom: 20px;
}
.Hero-sec .content p {
  font-size: 18px;
  color: #757575;
  width: 585px;
  height: auto;
  margin-bottom: 30px;
}
.Hero-sec .content .hb .cv, .cv {
  background-color: #FD6E0A;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 19px 17px;
  margin-right: 30px;
  cursor: pointer;
}
.Hero-sec .content .hb .Contact {
  font-size: 20px;
  font-weight: bold;
  color: #FD6E0A;
  cursor: pointer;
  background-color:#FFF8F3;
  border: 2px solid #FD6E0A;
  border-radius: 5px;
  padding: 19px 17px;
}
.Hero-sec .hero-img img{
 width: 585px;
 height: 676px;
 vertical-align: middle;
 
}

#about-sec .about-container {
  width: 59%;
  max-width: 1140px;
  margin: 0px auto;
  text-align: center;
  background-color: #FFF8F3;
  padding: 131px 156px;
}
.about-container .about-inf {
  display: flex;
  justify-content: space-around;
}
.about-inf .info-card p {
  font-size: 20px;
  line-height: 30px;
  color: #757575;
}
.about-inf .info-card {
  font-size: 20px;
  line-height: 30px;
  color: #474747;
}
#skill-sec, #about-sec, #resume {
  padding-top: 130px ;
}
#skill-sec .skill-container {
  width: 71%;
  max-width: 1140px;
  margin: 0 auto;
}
.skill-box {
  display: flex;
  gap: 24px;
  margin-top: 50px;
}
.skill-box .skill-card {
  padding: 30px;
  max-width: 267px;
  box-shadow: 0px 6px 50px 0px #00000033;
}
.skill-card img {
  max-width: 44px;
  margin-bottom: 30px;

}
.skill-card h3 {
  font-size: 20px;
  color: #181818;
  margin-bottom: 20px;
}
.skill-card p {
  font-size: 16px;
  line-height: 28px;
  color: #757575;
}
.resume-container {
  width: 71%;
  max-width: 1140px;
  margin: 113px auto 0;
  display: flex;
  gap: 24px;
}
.resume-container .edu-h2, .Experience .exp-h2 {
  font-size: 30px;
  color: #474747;
  margin-bottom: 30px;
}
.resume-card .c-title, .exp-card .c-title {
font-size: 25px;
color: #474747;
margin-bottom: 10px;
}
.resume-card .c-info, .exp-card .c-info {
  font-size: 20px;
  color: #757575;
  margin-bottom: 20px;
}
.resume-card .c-text, .exp-card .c-text {
  font-size: 16px;
  line-height: 28px;
  color: #757575;
  margin-bottom: 30px;
}
hr {
  margin-bottom: 30px;
}
.txt-cntr{
  text-align: center;
}
footer {
  margin-top: 130px;
  background-color: #FFF8F3;
  padding: 130px 0;
}
.footer-container {
 width: 71%;
 max-width: 1140;
 margin: 0 auto;
 display: flex;
 gap: 116px;
 
}
.footer-container .social {
  max-width: 562px;
}
.footer-container h2 {
  font-size: 35px;
  color: #181818;
  margin-bottom: 20px;
}
.footer-container p {
  font-size: 16px;
  line-height: 28px;
  color: #474747;
  margin-bottom: 30px;
}
.footer-container .icons a {
  margin-right: 25px;
}
.footer-container form input[type="text"], .footer-container form input[type="email"] {
  width: 461px;
  padding: 18px 31px;
  margin-bottom: 25px;
  border: none;
  border-radius: 5px;
  color: #757575;
}
.footer-container form textarea{
    width: 461px;
  padding: 18px 31px;
  margin-bottom: 25px;
  border: none;
  border-radius: 5px;
  color: #757575;
}

 .hide {
  display: none !important;
}


@media screen and (max-width:576px) {


  #skill-sec .skill-container {
    width: 95%;
    
}
#about-sec .about-container{
  padding: 20px;
  width: 95%;

}

header {
  padding-top: 20px;
  width: 100%;
}
nav {
  width: 90%;
  justify-content: space-between;
}
.logo h2{
  font-size: 25px;
}
nav .menu {
  gap: 25px;
  
}
nav .menu a {
  font-size: 15px;
}
.btn {
  font-size: 15px;
  padding: 9px 17px;
}

.Hero-sec {
  flex-direction: column;
  margin: 23px 19px 0 80px;
}
.Hero-sec .content {
  width: 90%;
}
.Hero-sec .content h2 {
  font-size: 25px;
  
}
.Hero-sec .content h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.Hero-sec .content p {
  width: 90%;
  font-size: 15px;
  margin-bottom: 20px;
}
.Hero-sec .content .hb .Contact {
    font-size: 15px;
    padding: 15px 13px;
    margin: 10px auto;
    margin-left: 15px;
}
/* .Hero-sec .hero-img{
  background-color: red;
  display: flex;
  justify-content: flex-end;
  
} */



.Hero-sec .hero-img img {
  width: auto;
  max-width: 288px;
  height: auto;
  vertical-align: middle;
  
  
}
header {
        background:
            url(source/developer.png),
            url(source/header_bg.png),
            #FFF8F3;

        background-repeat: no-repeat, no-repeat;
        background-position: bottom left,  bottom ;
        background-size: 80px auto, 600px;
    }

.about-heading h2{
  font-size: 25px;
  margin-bottom: 20px;
}
.about-heading p{
  font-size: 15px;
  line-height: 20px;
}
.about-container .about-inf{
  flex-direction: column;
  margin-bottom: 15px;
}

  #skill-sec, #about-sec, #resume {
    padding-top: 60px;
}
.skill-heading h2 {
  margin-bottom: 20px;
}
.skill-box {
    flex-direction: column;
    
    
}
.skill-box .skill-card{
  max-width: 100%;
}

.resume-heading{
  width: 80%;
}

.resume-container{
  width: 95%;
  margin: 40px auto;
  flex-direction: column;
}
.resume-container .edu-h2, .Experience .exp-h2{
  font-size: 25px;
  margin-bottom: 25px;
}
.resume-card .c-title, .exp-card .c-title{
  font-size: 20px;
  margin-bottom: 5px;
}
.resume-card .c-info, .exp-card .c-info{
  font-size: 15px;
  margin-bottom: 15px;
}
.resume-card .c-text, .exp-card .c-text{
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 20px;
}
.Hero-sec .content .hb .cv, .cv{
  font-size: 15px;
  padding: 15px 13px;
  margin: 0 auto;
}
footer {
  margin-top: 60px;
  padding: 60px 0px;
  
}
.footer-container {
  width: 95%;
  flex-direction: column;
  gap: 50px;
}
.footer-container h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.footer-container p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
.footer-container .icons a {
  margin-right: 10px;
}
.footer-container form input[type="text"], .footer-container form input[type="email"] {
  width: 90%;
  padding: 9px 15px;
  margin-bottom: 15px;
}
.footer-container form textarea{
  width: 90%;
  padding: 9px 15px;
  margin-bottom: 15px;
}



}
