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

    .logo_container{
      padding: 20px;
      
    }
    .social_cont{
      display: none;
    }
    #home_page_container{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      justify-content: center;
      align-items: center;
      padding: 0;
    }
    .sample_exp_cont{
      order: 3;
      display: flex;
      flex-direction: row;
      gap:1rem;
      margin: 15px 30px 70px 30px;
      align-items: center;
      justify-content: center; 
      font-size: 14px;
      text-align: center;
      padding: 5px 10px;
    }
    .sub_exp_cont{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 3px;
    }
    .box {
      width: 170px;
      height: 170px;
    }
    .content {
    position: absolute;
    inset: 15px;
    border: 2px solid #FFF;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Keep content centered */
  }
    #profile{
      order: 1;
      margin-bottom: 15px;
    }
    .section__text{
      order:2;
      text-align: center;
      width: 350px;
    }
    .btn-container {
      justify-content: center;
    }
    .service_box{
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: auto;
      padding: 15px;
      font-size: 12px;
    }
    nav{
      display: none;
    }
    .first_exp_cont{
      width: 300px;
    }
    .section-container{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      
    }
    .about_lists{
      display: block;
      margin: 20px 0;
    }
    .about-details-container{
      width: 300px;
      display:block
    }
    .contact_catagory{
      display: flex;
      flex-direction: column;

      padding: 0;
      width: 300px;
    }
    #experiance{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .contact_container{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 2rem;
    }
    .contact_cont_1{
      display: flex;
      flex-direction:column;
      height: auto;
      align-items: flex-start;
    }
    .contact_cont_2{
      padding: 0 40px;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      height: auto;
    
    }
    .project_box_container{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }
        
      
  @media screen and (max-width: 1200px) {
    
  }