html,body{
    margin:0;
    padding:0;
    height: 100%;
    overflow:hidden;
    font-size: 14px;
}
.Desktop, .Mobileportrait, .Mobilelandscape, .Tabletportrait, .Tabletlandscape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}
/* .Mobileportrait img,
.Mobilelandscape img,
.Tabletportrait img,
.Tabletlandscape img {
    width: 100%;
    height: auto;
} */
/* .mobilemain, .mobilelandmain, .tabletmain, .tabletlandmain {
    height: 100%;
    width: 100%;
} */

/*************************** 
        Desktop View
****************************/
/* banner */
.banner {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0%;
    background-image: url("../images/bannerimg.png");
    background-size: cover;
    cursor: pointer;
    z-index: 2;
}
.bannerdata {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.text {
    width: 36%;
    position: absolute;
    left: 0;
    top: 58%;
    bottom: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
}
.text img,
.expandcta img {
    width: 100%;
    height: auto;
}
.expandcta {
    width: 22%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 58%;
    bottom: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
}
.close {
    width: 30px;
    height: 30px;
    float: right;
    z-index: 3;
    margin-top: 1.5%;
    background-image: url("../images/closeBtn.png");
    background-size: cover;
}

/* expend */
.expand {
    width: 100%;
    height: 100%;
    background-image: url("../images/bg.jpg");
    background-size: cover;
  }
  .expandclose {
    cursor: pointer;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 0.5%;
    margin-top: 0.5%;
    background-image: url("../images/closeBtn.png");
    background-size: cover;
  }
  .headlinetxt img,
  .introducingtxt img,
  .learnmorecta img {
    width: 100%;
    height: auto;
  }
  .learnmorecta {
    width: 15%;
    position: absolute;
    top: 70%;
    left: 25%;
  }
  .introducingtxt {
    width: 23%;
    position: absolute;
    left: 20%;
    top: 30%;
  }
  .headlinetxt {
    width: 80%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  video {
    width: 100%;
    height: auto;
}
  .video {
    width: 550px;
    position: absolute;
    right: 10%;
    top: 35%;
  }
  
  @media only screen and (max-width: 550px) {
    .banner {
        height: 30%;
        background-position: center;
    }
    /* .text {
        width: 40%;
        margin-top: auto;
        top: 50%;
        bottom: 35%;
        transform: translateY(-50%);
        position: absolute;
    } */
    .expandcta {
        width: 30%;
    }
    .video {
        width: 45%;
        top: 30%;
      }
      .introducingtxt {
        width: 30%;
        left: 10%;
    }
    .learnmorecta {
        width: 25%;
        top: 45%;
        left: 10%;
    }
}
@media only screen and (max-width: 450px) {
    .bannerdata {
        width: 95%;
    }
    .banner {
        height: 20%;
    }
    .text {
        width: 45%;
    }
    .expandcta {
        width: 40%;
    }
    .video {
        width: 80%;
        top: 30%;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
    }
    .introducingtxt {
        width: 50%;
        top: 70%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .learnmorecta {
        width: 40%;
        top: 85%;
        left: 0;
        right: 0;
        margin: auto;
    }
}