
/* @media screen and (max-width: 950px) {
  nav{
    flex-direction: column;
    gap: 2rem;
  }
} */


@media screen and (max-width: 780px) {
  #historyImgContainer{
    display: none;
  }
  #historyTextContainer{
    width: 100%;
  }
  #features{
    flex-direction: column;
  }
  .box{
    width: 100%;
  }
  nav{
    width: 100%;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
  }
  .openMenu{
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .mainMenu{
    display: none;
    height: 80vh;
    background: antiquewhite;;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: all 1s ease;
  }
  .closeMenu{
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
  }

  /* origin page */
  

  #origin{margin: 2rem;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10%;
    
    /* justify-content: space-between; */
   }
   img{
    /* width: 100%; */
    height: 100%;
  }
  .img-ctn{
    margin:  10px auto;
    width: 50%;
  }

    

#projects{height: 100%;
flex-direction: column;
padding: 5px;
justify-content: space-between;
text-align: center;
width: 70%;
margin: auto;
    gap:20px;}

    .project{
      width: 60%;
      margin: auto;
    }

iframe{
  width: 100%;
  height: 100%;
}
}
@media screen and (max-width: 540px) {
 
}