@media only screen and (max-width: 1570px){
  .about-me-cont .three-column{
    padding: 0  50px;
  }

  .Digital-Capabilities-cont .two-column{
    padding: 0  50px;

  }
}





@media only screen and (max-width: 1220px){

  /*Start of About Me/Learning*/
 

  .three-column {
    flex-wrap: wrap;
  }

  .about-me .three-column > .col-left,
  .about-me .three-column > .col-middle,
  .about-me .three-column > .col-right {
    width: 50%;
    padding: 0;
  }

  /* Optional: Adjust margins to avoid gaps */
  .about-me .three-column > .col-left,
  .about-me .three-column > .col-middle,
  .about-me .three-column > .col-right {
    margin-bottom: var(--spacing-md);
  }
}

.about-me{
  padding: var(--spacing-sm);
}

.about-me .three-column > .col-left ul,
  .about-me .three-column > .col-middle ul,
  .about-me .three-column > .col-right ul{
    width: 100%;
    padding-left: 20px;
  }

  .learning-h2{
    font-size: var(--h3-size);
  }

  /*End of About Me/Learning*/

/*****New Section*****/

/*Start of */


@media only screen and (max-width: 1000px){
  /*Start of About Me/Learning*/

  .about-me{
    padding: var(--spacing-sm);
  }

  .about-me-cont h2{
    font-size: var(--h3-size);
  }

   .three-column {
    flex-wrap: wrap;
  }

  .about-me .three-column > .col-left,
  .about-me .three-column > .col-middle,
  .about-me .three-column > .col-right {
    width: 100%;
    padding: 0;
  }

  .about-me .three-column > .col-left ul,
  .about-me .three-column > .col-middle ul,
  .about-me .three-column > .col-right ul{
    width: 100%;
    padding-left: 20px;
  }

  .about-me .three-column > .col-left h3,
  .about-me .three-column > .col-middle h3,
  .about-me .three-column > .col-right h3{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: var(--h5-size);
  }

  /* Optional: Adjust margins to avoid gaps */
  .about-me .three-column > .col-left,
  .about-me .three-column > .col-middle,
  .about-me .three-column > .col-right {
    margin-bottom: var(--spacing-md);
  }

  .learning-h3{
    font-size: var(--h5-size);
    margin: var(--spacing-md) 0;
    text-align: left;
  }

    /*End of About Me/Learning*/

/*****New Section*****/

/*Start of digital Capabilities*/

.Digital-Capabilities-cont h3{
  line-height: var(--spacing-lg);
}

.Digital-Capabilities-cont p{
  width: 700px;
}

.Digital-Capabilities-cont .two-column{
 flex-direction: column;
}

.Digital-Capabilities-cont .two-column .col-right{
  padding: 0;
}

.Digital-Projects-cont{
  box-sizing: border-box;
}

.Digital-Projects-cont .three-column{
  flex-direction: column;
  padding: 0 0 0 50px;
  
 }

 .Digital-Projects-cont .three-column .col-left .col-middle .col-right img{
  text-align: left;
 }



}


@media only screen and (max-width: 890px)

/*start of navbar*/
{
  .project-grid {
    margin-top: 100px;
  }
  .navbar {
    /* padding: 16px 24px; */
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
  }
  .navbar .right {
    display: none;
  }
  .navbar .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    z-index: 3;
  }
.animateBar1 {
  animation: flipBar1 0.5s;
  animation-fill-mode: forwards;
}
.animateBar2 {
  animation: fadeBar2 0.5s;
  animation-fill-mode: forwards;
}
.animateBar3 {
  animation: flipBar3 0.5s;
  animation-fill-mode: forwards;
}
@keyframes flipBar1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(45deg) translate(4px, 10px);
  }
}

@keyframes fadeBar2 {
  from {
    transform: scaleX(1);
    opacity: 1;
  }
  to {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes flipBar3 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-45deg) translate(4px, -10px);
  }
}

/*End of Navbar*/

/*****New Section*****/

/*Start of About Me/Learning*/

.about-me{
  padding: var(--spacing-sm);
}

.about-me .three-column > .col-left ul,
  .about-me .three-column > .col-middle ul,
  .about-me .three-column > .col-right ul{
    width: 100%;
    padding-left: 20px;
  }

  .learning-h2{
    font-size: var(--h5-size);
    margin: var(--spacing-md) 0;
    text-align: left;
  }

  .learning-h2{
    font-size: var(--h5-size);
    margin: var(--spacing-md) 0;
    text-align: left;
  }

  /*End of About Me/Learning*/

/*****New Section*****/

/*Start of */

.Digital-Capabilities-cont p{
  width: 500px;
}



}







@media only screen and (max-width: 750px){

  
/*Start of Intro*/

  .intro-body{
    margin: 0;
    padding: 0;
    height: 250px;
    
  }

  .intro-me{
    flex-direction: column;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .intro-me .me{
    height: 150px;
  }

  .intro-me h1{
    font-size: var(--h2-size);
    margin: 0;
  }

  /*End of Intro*/

/*****New Section*****/


.Digital-Capabilities-cont p{
  width: 400px;
}




/*****New Section*****/

/*Start of */
}

@media only screen and (max-width: 580px){

  /*Start of Intro*/

  .intro-me{
    flex-direction: column;
  }

  /*End of Intro*/

/*****New Section*****/

/*Start of About Me/Learning*/

.section-container p{
  padding: 10px;
  margin: 10px;
}


  .about-me .three-column > .col-left ul,
  .about-me .three-column > .col-middle ul,
  .about-me .three-column > .col-right ul{
    width: 100%;
    margin: 0 20px;
    padding: 0 20px;
    text-overflow:unset;
    width: 250px;
  }

  .section-container p{
    padding: 10px;
    margin: 10px;
  }

  .Digital-Capabilities-cont p{
    width: 700px;
  }
  .Digital-Capabilities-cont p{
    width: 300px;
  }
    

}

@media only screen and (max-width: 482px){

  body{
    width: 100%;
  }

  .navbar .hamburger{
    margin-right: 30px;
  }

  /*Start of Intro*/

  .intro-me{
    flex-direction: column;
  }

  /*End of Intro*/

/*****New Section*****/

/*Start of About Me/Learning*/

  .about-me{
    Margin: 25 25 25 50;
  }

  .about-me-para{
    font-size: 16px;
    margin: 0 ;
    padding: 0  ;
  }

  .about-me .three-column{
    padding: 0 0 0 20px;

  }


  .about-me .three-column > .col-left ul,
  .about-me .three-column > .col-middle ul,
  .about-me .three-column > .col-right ul{
    width: 100%;
    margin: 0 20px;
    padding: 0 20px;
    text-overflow:unset;
    width: 250px;
  }

  .section-container p{
    padding: 10px;
    margin: 10px;
  }

  .learning-cont h2{
    font-size: var(--h4-size);
    margin: var(--spacing-md) 0;
    text-align: left;
  }

  .learning-cont h3{
    font-size: 24px;
    margin: var(--spacing-md) 0;
    text-align: left;
  }


 
/*Start of Navbar*/

  .navbar .hamburger{
    margin-right: 20px;
  }

  /*End of Navbar*/

/*****New Section*****/

/*Start of Intro*/

  .intro-me{
    flex-direction: column;
  }

   /*End of Intro*/

/*****New Section*****/

/*Start of About Me/Learning*/  

  .about-me{
    margin: 25 25 25 30;
  }


  .about-me .three-column > .col-left ul,
  .about-me .three-column > .col-middle ul,
  .about-me .three-column > .col-right ul{
    width: 100%;
    margin: 0 20px;
    padding: 0 20px;
    text-overflow:unset;
    width: 250px;
  }

  .section-container p{
    padding: 10px;
    margin: 10px;
  }

   /*End of About Me/Learning*/

/*****New Section*****/

/*Start of Digital-Capabilities*/

.Digital-Capabilities-cont{
  width: 425px;

}

#Digital-Capabilities-h2{
  font-size: var(--h3-size);
 text-align: left;
 margin: 0 0 0 20px
}

.Digital-Capabilities-cont > .two-column{
  padding: 0;
}

.Digital-Capabilities-cont > .two-column H3{
  margin-left: 20px;
  font-size: 20px;
  width: 100%;

}

.Digital-Capabilities-cont > .two-column P{
  font-size: 16px;
}

/*End of Digital-Capabilities*/

/*****New Section*****/

/*Start of Digital-Projects*/

.Digital-Projects-cont  img{
  align-items: center;
  margin-left: 150px;
  padding: 0;

}

.Digital-Projects-cont .col-right img{
  margin-left: 120px;
  box-sizing: border-box;
}

#Digital-Projects{
  font-size: var(--h3-size);
 text-align: left;
 margin: 20px 0 0 20px;
 
 

}

.Digital-Projects-cont P{
  font-size: 16px;
  text-align: left;
}

.Digital-Projects-cont > .three-column h3{
  font-size: 20px;
  /* display: none; */
  /* flex-direction: row;
  width: 100%; */
  

}

.three-column > .col-left a{
  align-items: center;
}



}
