.body1 {
    background-image: linear-gradient(90deg, #FC5E55  0%, rgb(243, 165, 5) 100%);;
    /*background-image: url(images2496/);*/
    background-size: cover;
    /*max-height:1000px;*/
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    margin-top: 20px;
}

.blochorizontal {
    display: flex;
    flex-direction: row;
    width: 400vw;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;

}

.containerc {
    width: 100vh;
    height:100vw;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-x: hidden;

}

::-webkit-scrollbar {
    display: none;
}

.slide {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
}

.one {
   
   background-color: rgb(243, 165, 5);
   background-size: cover;
   
    /*background-color: #c1eacb;*/
    color: rgb(255, 249, 168);
}


.two {
    background-image: url("images2496/slidetwo.png");
    background-size: cover;
    /*background-color: #95c2e8;*/
    color: #2c87d6;
}

.three {
    background-image: url("images2496/slidethree.png");
    background-size: cover;
    /*background-color: #f3d9df;*/
    color: #f45b7c;
}

.four {
    background-image: url("images2496/slidefour.png");
    background-size: cover;
    /*background-color: #c1eacb;*/
    color: #63ab73;
}

.five {
   
    background-color: #fffced;
    background-size: cover;
    color:#db3839;
   
}

.six {

    background-color: #2a3743;
    background-size: cover;
    color: rgb(251, 248, 248);
 
}


@media (min-width: 1920px){

    .body1{
      max-height: 1100px;
    }
  
  }

  @media (min-width: 1440px) and (max-width: 1919.99px){

    .body1{
      max-height: 1000px;
    }
  
  }

  @media (min-width: 1280px) and (max-width: 1439.99px){

    .body1{
      max-height: 1000px;
    }
  
  }