body {
    font-family: "Poppins", sans-serif;
  }
  
  /**----------navbar----------**/
  img.logo {
    width: 190px;
    height: auto;
    margin-left: 28px;
    /**margin-right: 34px;*/
  }
  
  .navbar-bgcolor {
    background-color: #fff9dd;
  }
  
  .nav1 {
    margin-right: 52px;
    /**margin-right: 34px;*/
  }
  
  .nav2 {
    margin-right: 46px;
  }
  
  a.nav-link{
    font-size: 15px;
  }
  a.nav-link:hover {
    color: #ec0909;
  }
  
  
  /**.navbar{
      position: fixed;
      top:0;
      width: 100%;
  }*/
  
  /**----------navbar------------**/
  
  /**-----------general section--------**/
  .container {
    max-width: 1300px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  
  }
  
  .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .small-container {
    /**.popular-container, .featured-container, .testimonial-container, .partner-container*/
    max-width: 1160px;
    margin: auto;
    padding-left: 0px;
    /**22px**/
    padding-right: 0px;
  }
  
  /**-----------general section--------**/
  
  
  
  /**--------about section--------*/
  .about {
    background-image: url("images/background AWD after ps.png");
    margin-top: 0px;
    /**spacing between the title*/
    background-size: cover; /* Adjusts the background image to cover the entire section */
    background-position: center; /* Centers the background image */
    padding: 100px 0;  
  }
  
  
  .about .col-6{
    padding-left: 0px;
  }
  
  .about-img {
    width: 490px;
    margin-left: 50px;
  }
  
  
  
  h1.about3 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 26px;
  }
  
  h1.about4 {
    margin-top: 46px;
  }
  
  .about2 p {
    font-size: 14px;
    color: #3a3939;
  }
  
  .about2 h3 {
    font-weight: 600;
    color: #3b3b3b;
    font-size: 18px;
  }
  
  .btn {
    display: inline-block;
    background: #0479b4;
    color: #fff;
    padding: 8px 30px;
    margin-top: 5px;
    margin-right: 20px;
    border-radius: 30px;
    transition: background 0.5s;
  }
  
  
  .btn:hover{
    background: #57b7ff;
    color: #2e2f2f;
  }
  .btn:hover .fa-solid.fa-thumbs-up,
  .btn:hover .fa-solid.fa-download{
    color: #2e2f2f;
  }
  
  .fa-solid.fa-thumbs-up,
  .fa-solid.fa-download {
    color: #f7f7f4;
    font-size: 18px;
    margin-left: 8px;
  }
  
  .about-sm{
    margin-top: 25px;
    margin-right: 20px;
    width: 40px;
  }
  
  /**img.featured3{
    margin-right: 110px;
    width:330px;
  }*/
  /**--------about section--------*/
  
  /**--------education section--------*/
  h1.education4 {
    margin-top: 54px;
  }
  
  .education {
    margin-top: 20px;
  }
  
  .education2 {
    margin-top: 28px;
  }
  
  .education .col-4, 
  .education2 .col-6{
    text-align: center;
    padding: 35px 20px 26px; /**top rightleft bot**/
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform .3s;
  }
  
  
  .education .col-4:hover, 
  .education2 .col-6:hover{
    transform: translateY(-10px);
  }
  
  .education .col-4 img, 
  .education2 .col-6 img{
    width: 200px;
  }
  
  .col-4 p, 
  .education2 .col-6 p{
    font-size: 14px;
    color: #434343;
  }
  
  .education p.course, 
  .education2 p.course{
    font-weight: 490;
    color: #3b3b3b;
    font-size: 16px;
  }
  
  
  .education .col-4 h3,
  .education2 .col-6 h3 {
    font-weight: 600;
    color: #3b3b3b;
    font-size: 20px;
    margin-top: 10px;
  }
  
  .col-4 {
    flex-basis: 27%; /** the smaller the %, the narrower the div column*/
    min-width: 250px; /** the larger the px, the narrower*/
  }
  /**--------education section--------*/
  
  /**--------for col-6 section--------*/
  .education2 .col-6,
  .experience .col-6,
  .project .col-6{
    flex-basis: 30%;
    min-width: 300px;
  }
  /**--------for col-6 section--------*/
  
  /**--------experience section--------*/
  h1.experience4{
    margin-top: 54px;
  }
  
  .experience{
    margin-top: 34px;
  }
  
  .experience .col-6{
    text-align: center;
    padding: 35px 20px 26px; /**top rightleft bot**/
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform .3s;
  }
  
  .experience .col-6:hover{
    transform: translateY(-10px);
  }
  
  .experience .col-6 img{
    width: 180px;
  }
  
  .experience .col-6 p{
    font-size: 14px;
    color: #434343;
  }
  
  .experience .col-6 p.course{
    font-weight: 490;
    color: #3b3b3b;
    font-size: 16px;
  }
  
  p.justify{
    text-align: justify;
  }
  
  .experience .col-6 h3{
    font-weight: 600;
    color: #3b3b3b;
    font-size: 20px;
    margin-top: 10px;
  }
  
  /**--------programming skill section--------*/
  .progskill {
    margin-top: 26px;
    /**--100px auto--topbot rightleft---*/
  }
  
  .progskill .col-4 {
    align-items: center;
    text-align: center;
    transition: transform .3s;
  }
  
  .progskill .col-4:hover{
    transform: translateY(-10px);
  }
  
  .progskill .col-4 img {
    cursor: pointer;
    width: 190px;
  }
  
  h1.progskill2 {
    margin-top: 50px;
  }
  
  .progskill .col-4 h3 {
    margin-top: 16px;
    font-size: 18px;
  }
  
  /**--------programming skill section--------*/
  
  /**--------project section--------*/
  h1.project4 {
    margin-top: 54px;
  }
  
  
  .project {
    margin-top: 34px; /**top rightleft bot**/
  }
  
  /**
  .testimonial .col-4 {
    text-align: center;
    border-radius: 25px;
    border: 4px solid #03abf7;
    padding: 8px;
    width: 290px;
  }**/
  
  .project .col-6{
    text-align: center;
    padding: 35px 20px 26px; /**top rightleft bot**/
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform .3s;
  }
  
  
  .project .col-6:hover{
    transform: translateY(-10px);
  }
  
  .project .col-6 img{
    width: 140px;
  }
  
  
  .project .col-6 p{
    font-size: 14px;
    color: #434343;
  }
  
  
  .project .col-6 p.course{
    font-weight: 490;
    color: #3b3b3b;
    font-size: 16px;
  }
  
  p.justify{
    text-align: justify;
  }
  
  
  .project .col-6 h3 {
    font-weight: 600;
    color: #3b3b3b;
    font-size: 20px;
    margin-top: 10px;
  }
  
  .project a {
    text-decoration: none;
  }
  
  .project p.view {
    color: #ec0808;
  }
  /**--------project section--------*/
  
  /**-------------language section--------------*/
  
  .skills {
    width: 100%;
    max-width: 700px;
    padding: 0 20px;
    margin: 0 auto;
  }
  
  .column {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px; /* Adjust padding as needed */
  }
  
  
  .skill {
    margin-bottom: 20px; /* Add margin between skills */
  }
  
  .skill-name{
    font-size: 18px;
    font-weight: 700;
    color: #323030;
    text-transform: uppercase;
    margin: 18px 0;
    text-align: left;
  }
  
  .skill-bar{
    height: 14px;
    background: #a9a3a3;
    border-radius: 3px;
  }
  
  .skill-per{
    height: 14px;
    background: #4070F4;
    border-radius: 3px;
    position: relative;
    animation: fillBars 2.5s 1;
    color: #f6ecec;
  }
  
  .skill-per::before{
    content: attr(per);
    position: absolute;
    padding: 4px 6px;
    background: #4070F4;
    border-radius: 4px;
    font-size: 12px;
    top: -35px;
    right: 0;
    transform: translateX(50%);
  }
  
  .skill-per::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4070F4;
    top: -15px;
    right: 0;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
  }
  
  @keyframes fillBars{
    from{
      width: 0;
    }
    to{
      width: 100%;
    }
  }
  
  
  h1.language4 {
    margin-top: 54px;
  }
  
  .language {
    margin-top: 22px; /**top rightleft bot**/
    /**--100px auto--topbot rightleft---*/
  }
  
  .language .col-12{
    text-align: center;
    padding: 35px 20px 28px; /**top rightleft bot**/
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
  }
  
  .language .col-12{
    flex-basis: 60%; /** the smaller the %, the narrower the div column*/
    min-width: 300px; /** the larger the px, the narrower*/
  }
  
  /**-------------language section--------------*/
  
  /*---------contact section-------*/
  .contact h2 {
    font-size: 40px;
    color: #2b2b2b;
    text-align: center;
    margin: 35px 0px 10px;
  }
  
  .contact form {
    width: 600px;
    margin: 0 auto; /* This centers the form horizontally */
    text-align: center;
  }
  
  
  form .input-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; 
  }
  
  .input-box .input-field {
    width: 48.5%;
  }
  
  
  
  .field .item {
    width: 100%;
    padding: 14px;
    background: transparent;
    border: 2px solid rgb(65, 65, 65);
    outline: none;
    border-radius: 6px;
    font-size: 14px;
    color: #2f2c2c;
    margin: 12px 0;
  }
  
  .field.error .item {
    border-color: #d93025;
  }
  
  .field .item::placeholder {
    color: #555;
  }
  
  .field .error-txt {
    font-size: 14.5px;
    color: #d93025;
    text-align: left;
    margin: -5px 0 10px;
    display: none;
  }
  
  .field.error .error-txt {
    display: block;
  }
  
  form .textarea-field .item {
    resize: none;
  }
  
  form .textarea-field .error-txt {
    margin-top: -10px;
  }
  
  form button {
    display: inline-block;
    background: #0479b4;
    color: #fff;
    padding: 8px 30px;
    margin-top: 5px;
    margin-right: 20px;
    border-radius: 30px;
    border: none;
    outline: none;
    transition: background 0.5s;
  }
  
  form button:hover {
    background: #57b7ff;
    color: #2f2c2c;
  }
  
  
  .contact2 {
    margin-top: 22px; /**top rightleft bot**/
    /**--100px auto--topbot rightleft---*/
  }
  
  .contact2 .col-12{
    text-align: center;
    padding: 35px 20px 28px; /**top rightleft bot**/
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
  }
  
  .contact2 .col-12{
    flex-basis: 64%; /** the smaller the %, the narrower the div column*/
    min-width: 300px; /** the larger the px, the narrower*/
  }
  /*---------contact section-------*/
  
  /*---------footer-------*/
  
  .footer {
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    position: relative;
    bottom: 100%;
    padding: 60px 0 20px;/**top rightleft bot**/
    margin-top: 45px;
  }
  
  .footer p {
    color: #8a8a8a;
  }
  
  .footer h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
  }
  
  .footer-col1,
  .footer-col2,
  .footer-col3,
  .footer-col4 {
    min-width: 250px;
    margin-bottom: 20px;
  }
  
  .footer-col1 {
    flex-basis: 30%;
  }
  
  .footer-col2 {
    flex: 1;
    text-align: center;
  }
  
  .footer-col2 img {
    width: 360px;
    margin-bottom: 20px;
  }
  
  .footer-col3,
  .footer-col4 {
    flex-basis: 12%;
    text-align: center;
  }
  
  .app-logo {
    margin-top: 20px;
  }
  
  .app-logo img {
    width: 140px;
  }
  
  .footer li {
    display: block;
  }
  
  .footer ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .footer a {
    color: #8a8a8a;
    text-decoration: none;
  }
  
  .footer hr {
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
  }
  
  .copyright {
    text-align: center;
  }
  
  /*---------footer section-------*/
  
  