.webDiv{height:95vh;}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
 /* Ensure video does not overflow the section */
}

.video-background {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.whole-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
  width:100%;
}

.typingText{text-align: center;}
/* .txtSlider {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%); 
  width:100%;
} */

a.typewrite {
  color: #fff;
  font-size: 76px;
  text-decoration: none;
  white-space:nowrap;
}

.videoText {
  /* position: absolute;
  top: 50%;
  left:50%;
  transform: translateX(-50%); */
  width:fit-content;
  margin: auto;
}

.videoText p {
  color: #fff;
  font-size: 24px;
  margin-top: 50px !important;
  text-align:center;
}

video.video-background.mob-video {
  display: none;
}

video.video-background.web-video {
  display: block;
  height: 100vh;
    object-fit: cover;
}



@media only screen and (max-width:1024px){
  a.typewrite {font-size:70px;}
  .videoText p {
    margin-top: 50px !important;
  }
}


@media only screen and (max-width: 480px) {
  a.typewrite {
      font-size: 36px !important;
  }

.txtSlider {
  /* position: absolute;
  top: 45%;
  
  transform: translate(-50%, -50%) !important; */
  white-space: nowrap;
}

  .videoText p {
  font-size: 18px;
  margin-top: 40px !important;
  text-align:center;
  }

  .txtSlider h1 {
      margin: 0;
  }

  /* .videoText {
      left: 10%;
      text-align: center;
  } */

  video.video-background.mob-video {
      display: block !important;
  }

  video.video-background.web-video {
      display: none !important;
  }
}






@media only screen and (max-width:767px){
  a.typewrite {font-size:60px;}
  .videoText {padding:0 15px;}

}

@media only screen and (max-width:576px){
  a.typewrite {font-size:50px;}
}

@media only screen and (max-width:480px){
.webDiv{height:auto;}

  a.typewrite {font-size:35px;}

  /* video.video-background.mob-video {display: none !important;} */

/* video.video-background.web-video {display: block !important;} */
}