#videoSection{
  position: relative;
  height:100vh;
  background-color: black;
}
#videoSection video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}
#videoSection:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.3);
  z-index: 2;
}
#videoSection .overlayScroll{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  max-height: 70vh;
  overflow: hidden;
  z-index: 3;
}
#videoSection .overlayScroll:before,
#videoSection .overlayScroll:after{
  content: "";
  display: block;
  height: 70vh;
}
#videoSection .overlayScroll>span{
    color: white;
    font-size: 40px;
    width: 500px;
    max-width: 80vw;
    margin-left: 20vw;
    margin-bottom: 70px;
    padding-left: 20px;
    display: block;
}
.bottomReveal{
    position: relative;
    width: 50vw;
    max-width: 80vw;
    margin: 0 auto;
}
.bottomReveal>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.bottomReveal .heading{
    font-size: 20px;
    padding: 10px 0px;
    border-bottom: thin solid black;
}
.bottomReveal .info{
    font-size: 30px;
    opacity: 0;
    margin-top: 20px;
}
#imagesequence5{
    min-height: 100vh;
}





/****** NEW CSS *****/
.left_black_box, .right_black_box
{
  padding: 25px;
    height: 400px;
}
.blackbg, .cta_bg
{
background-color: black;
height: 100vh;
}

.black_container ul li {
    color: #fff;
    font-family: 'Helvetica-Bold';
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 25px;
}

.cta_container
{
    display: flex;
    align-items: center;
    height: 100%;
}

.cta_btn_pro
{
    background-color: rgb(39, 39, 39);
    font-size: 40px;
    line-height: 55px;
    display: table;
    margin: auto;
    padding: 18px 45px;
    color: #fff;
    text-align: center;
}

.black_container
{
    max-width: 980px;
    margin: auto;
    color: #fff;
    height: 100%;
}

.flex_black_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}


#videoSection_two
{
    position: relative;
    height: 100vh;
    background-color: black;
}


#videoSection_two video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}
.tast_df {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: rgb(39, 39, 39);
  font-size: 35px;
  line-height: 55px;
  display: table;
  margin: auto;
  padding: 18px 42px;
  color: #fff;
  z-index: 1;
  text-align: center;
}



/** big screen css **/
@media (min-width: 1600px){
    .smart_control_area
    {
        height: 1000px;
    }
}


@media only screen and (max-width: 1300px){

#imagesequence2 canvas {
    height: 100%;
  min-height: auto;
    object-fit: cover;
}

  #imagesequence2 .animfooter {
    width: 95%;
}
.cta_btn_pro {
width: 50%;
}
}

@media only screen and (max-width: 1023px){
  .left_black_box, .right_black_box {
    height: auto;
}
.cta_btn_pro {
  width: 80%;
}
.tast_df {
  width: 80%;
}
.flex_black_box {
  justify-content: center;
  flex-direction: column;
}
#videoSection .overlayScroll>span {
  margin-left: 10vw;
}
}

@media only screen and (max-width: 767px){
  .left_black_box, .right_black_box
{
    padding: 20px 35px;
}
    .flex_black_box {
        display: block;
    }
  .cta_btn_pro {
    font-size: 22px;
    line-height: 32px;
    padding: 8px 30px;
    width: 100%;
    text-align: center;
    max-width: 320px;
}
  
  .tast_df {
    font-size: 22px;
    line-height: 32px;
    padding: 18px 45px;
    text-align: center;
    width: 100%;
    max-width: 320px;
}
  
  .black_container ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
  #videoSection .overlayScroll>span {
    font-size: 30px;
    margin-left: 20px;
    margin-bottom: 40px;
    padding-left: 20px;
    line-height: 35px;
}
}