.home-section-slide-manual{
  width: 100%;
  position: relative;
  /*overflow-x: clip;*/
  min-height: 100vh;
  min-height: 100svh;
}

.am-section-slide-manual-modal{
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}


@media (min-width: 766px) {
  .am-manual-container{
    width: 100%;
    position: fixed;
    background-color: #fff;
    color: #000;
    height: 100%;
  }

  .am-page-1{
    position: fixed;
     left: -100%; 
  }
  .am-page-1.sliding.move {
    left: 0; 
  }
  .am-page-2{
    background-color: #fff;
    position: fixed;
     right: -100%; 
  }
  .am-page-2.sliding.move {
    right: 0; 
  }
  
  .am-page-2.pushleft{
    position: fixed;
     margin-right: 100% !important; 
  }
  
  .am-page-3{
    background-color: #fff;
    position: fixed;
     right: -100%; 
  }
  .am-page-3.sliding.move {
    right: 0; 
  }












  .modal-page-1{
    position: fixed;
     left: -100%; 
  }
  .modal-page-1.sliding.move {
    left: 0; 
  }
  .modal-page-2{
    background-color: #fff;
    position: fixed;
     right: -100%; 
  }
  .modal-page-2.sliding.move {
    right: 0; 
  }
  
  .modal-page-2.pushleft{
    position: fixed;
     margin-right: 100% !important; 
  }
  
  .modal-page-3{
    background-color: #fff;
    position: fixed;
     right: -100%; 
  }
  .modal-page-3.sliding.move {
    right: 0; 
  }
  




  
  .am-relative{
    position: relative !important;
  }
}









@media (min-width: 766px) {

  .home-manual-container{
    width: 100%;
    position: fixed;
  }
  .home-page-1{
    position: fixed;
     left: -100%; 
  }
  .home-page-1.sliding.move {
    left: 0; 
  }
  .home-page-2{
    background-color: red;
    position: fixed;
     right: -100%; 
  }
  .home-page-2.sliding.move {
    right: 0; 
  }
  
  .home-page-2.pushleft{
    position: fixed;
     margin-right: 100% !important; 
  }
  
  .home-page-3{
    position: fixed;
     right: -100%; 
  }
  .home-page-3.sliding.move {
    right: 0; 
  }
}

