* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }

  /* banner */
.ban {
    height: 120vh;
  }
  
  .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: 300vh;
    /* background-image: url(./pexels-leon-ardho-1552242.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: black;
    
}
.midrap{
  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;
}
/* Middle1 */
.mid1 {
  width: 100%;
  height: 80vh;
  text-align: center;
  background-color: #181818;
}

.mid1 h1 {
  color: red;
  font-size: 30px;
}
.midrap1{
  width: 100%;
  height: 80vh;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* padding-top: 80px; */
  /* display: grid;
  grid-template-columns: auto auto  ;
  grid-column-gap: 20px;
  grid-row-gap: 30px; */
} 
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
}

/* Middle2 */
.mid2 {
  width: 100%;
  height: 80vh;
  text-align: center;
  background-color:black;
}

.mid2 h1 {
  color: red;
  font-size: 30px;
}
.midrap2{
  width: 100%;
  height: 80vh;
  /* background-color: rgba(0, 0, 0, 0.5); */
  padding-top: 40px;
  display: grid;
  grid-template-columns: auto auto  ;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
} 
.box1{
  /* 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;
}
.box1 h1{
   text-align: center;
   /* background-color: aliceblue; */
   text-transform: uppercase;
   color: blue;
}
.box1 p{
   font-size: 18px;
   color: white;
}
#pic5{
   height: 60vh;
   width: 115%;
   border-radius: 75px;
}


