* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }

  /* banner */
.ban {
    height: 110vh;
  }
  
  .body {
    margin: 0;
    font-family: Arial;
    font-size: 27px;
  }
  
  #myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
  }
  
  .content {
    position: relative;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    margin-top: -35rem;
    text-align: center;
    /* padding-left: 400px; */
    /* font-size: 30px; */
  }
  
  .content h1 {
    color: blue;
    font-size: 50px;
    font-style: initial;
  }


  /* Middle */
  .mid{
    width: 100%;
    height: 100vh;
    /* background-image: url(./pexels-leon-ardho-1552242.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: black;
    padding-top: 250px;
    
}
.midrap{
  height: 100vh;
    width: 80%;
    margin: auto;
}

.midrap p{
    text-align: center;
    color: white;

}

.midrap h1{
    text-align: center;
    color: white;
    font-size: 25px;
    font-style: oblique;
    font-weight: bolder;
}

/* Middle1 */
.mid1{
    width: 100%;
    height: 250vh;
    /* background-image: url(./pexels-leon-ardho-1552242.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: black;
    
}
.midrap1{
  height: 150vh;
    width: 80%;
    margin: auto;
    padding-top: 80px;
    display: grid;
    grid-template-columns: auto auto  ;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    
}
.box{
   /* border: 2px solid white;
   background-color: rgba(0,0,0,0.5); */
   padding: 50px;
   padding-top: 30px;
   height: 70vh;
   padding-right: 20px; 
   margin: auto;
   text-align: center;
}
.box h1{
    text-align: center;
    /* background-color: aliceblue; */
    text-transform: uppercase;
    color: blue;
}
.box p{
    font-size: 18px;
    color: white;
}
#pic1{
    height: 50vh;
    width: 90%;
    border-radius: 75px;
}
#pic2{
  height: 50vh;
  width: 100%;
  border-radius: 75px;
}
#pic3{
  height: 50vh;
  width: 90%;
  border-radius: 75px;
}
#pic4{
  height: 50vh;
  width: 90%;
  border-radius: 75px;
}
/* banner */
#pic5{
    height:100vh;
    
}
#pic6{
    height:100vh;
    
}
#pic7{
    height:100vh;
    
}