
*
{
 box-sizing: border-box;	
}
 body
 {
  width: 100%;
  margin:0;	
 }
 .Nav img
{
	transition: transform 0.3s ease;
}
.Nav img:hover
{
	transform: scale(1.2); /* Increase the scale to create a zoom effect */
}
.Ch-3
{
 height:40px;
 margin-right:20px;
 border-radius: 100%;
}
.Ch-4
{
 height:40px;
 margin-right:20px;
 border-radius: 100%;
}
.Ch-5
{
 height:40px;
 margin-right:20px;
 border-radius: 100%;
}
.Ch-6
{
 height:40px;
 margin-right:20px;
 border-radius: 100%;
}
.Ch-2
{
 height:40px;
 margin-right:20px;
 border-radius: 100%;
}
.Ch-1
{
 height:40px;
 margin-right:20px;
}
.Nav
{
 position:fixed;
 top:20px;
 right:20px;
 z-index: 99999;
}
 
  
 #background-video {
  margin:0;	
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  
  }
  #second-background-video {
    margin:0;	
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -100%;
    z-index: -1;
   }
   #third-background-video {
    margin:0;	
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 200%;
    bottom: -200%;
    z-index: -1;
   }
   #fourth-background-video {
    margin:0;	
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 300%;
    bottom: -300%;
    z-index: -1;
   }
  
  /* Add some content at the bottom of the video/page */
  .heading1{
    position: static;
    color: #f1f1f1;
  
      padding-top: 190px;
      padding-right: 30px;
      padding-bottom: 50px;
      padding-left:1000px;
    
    
    width: 100%;
   
  }


  .paragraph1 {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #f1f1f1;
    padding: 270px 30px 0px 920px;
    width: 100%;
  }
  
 .image1 {
  position: absolute;
  top: 45%;
  left: 1%;
  transform: translateY(-50%);
  padding-top: 1px;
  padding-bottom: 50px;
  padding-left: 10px;
  z-index:1;
  
  
}
.image1 img {
  /* Set the width and height of the image */
  width: 1100px !important;
  height: auto !important;
  top: 10%;
}
.image1 img {
  /* Set the width and height of the image */
  width: 1000px !important;
  height: auto !important;
}

.image2 {
  position: absolute;
  top: calc(60% + 100%);
  left: 37%;
  transform: translateY(-50%);
}
.image2 img {
  /* Set the width and height of the image */
  width: 900px !important;
  height: auto !important;
}
.image3 {
  position: absolute;
  top: calc(50% + 200%);
  left: 20%;
  transform: translateY(-50%);
}
.image3 {
  position: absolute;
  top: calc(50% + 200%);
  left: -13%;
  transform: translateY(-50%);
}
.image3 img {
  /* Set the width and height of the image */
  width: 900px !important;
  height: auto !important;
}
.image4 {
  position: absolute;
  top: calc(55% + 300%);
  left: 50%;
  transform: translateY(-50%);
}
.image4 img {
  /* Set the width and height of the image */
  width: 800px !important;
  height: auto !important;
}



  .heading2 {
    position: absolute;
    top: calc(40% + 100%); /* Add 100% to position this element on the second page */
    left: 27%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 1;
  }
  
  .paragraph2 {
    position: absolute;
    top: calc(60% + 100%); /* Add 100% to position this element on the second page */
    left: 30%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 1;
    width: 40%;
  }
  

.heading3 {
  position: absolute;
  top: calc(30% + 200%); 
  left: 70%; 
  transform: translate(-50%, -50%);
  color: #fff; 
}

.paragraph3 {
  position: absolute;
  top: calc(50% + 200%); 
  left: 70%; 
  transform: translate(-50%, -50%); 
  color: #fff; 
  width: 40%;
}
.heading4 {
  position: absolute;
  top: calc(40% + 300%); /* Add 100% to position this element on the second page */
  left: 28%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 1;
}

.paragraph4 {
  position: absolute;
  top: calc(60% + 300%); /* Add 100% to position this element on the second page */
  left: 30%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 1;
  width: 40%;
}