/*-------------------------------------
  Reset
---------------------------------------*/

/******Basic settings**********/

*{
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}
img{
  border: 0;
}
a{
  text-decoration: none;
}
body{
    font-family: 'Roboto', sans-serif; color: #FFFFFF;
}
sup {
  vertical-align: .5em;
  line-height: 0;
}
.font-preloader{
  font-family:'Roboto';
  font-weight:300;
  visibility:hidden;
  width:0;
  height:0;
}
#frame_one,#frame_two,#frame_three,#frame_four {
  width: 100%;
  height: 100%;
}

/*-------------------------------------
  Layout
---------------------------------------*/

#ad {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  font-size: 4vh;
}

#banner {
  position: absolute;
  background: #00227f;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden;
}

#clickTAG {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  cursor: pointer;
}
#border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*-------------------------------------
  Frame One frame duration: 3s
---------------------------------------*/


.f1-bg, .f2-bg, .f3-bg, .f4-bg, .f5-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.f5-bg{
  object-position: 50% 70%;
}

.dell-ele5 {
  position: absolute;
  width: 1.2em;
  height: .3em;
  background-color: #ffffff;
  left:0;
  top: 51%;
}

.dt-logo{
  position: absolute;
  width: 14.2em;
  height: auto;
  left: 4.33%;
  top: 5.4%;
  z-index: 9;
}

.intel-logof1 {
  position: absolute;
  width: 5em;
  height: auto;
  bottom: 5.4%;
  left: 13px;
}



/*-------------------------------------
  Frame two  frame duration: 3s
---------------------------------------*/
.title1, .title2,.title3,.title4, .title5 {
  position: absolute;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 300;
  color: #fff;
  text-align: left;
}

.title2 {
  left: 48%;
  top: 34%;	
}


/*-------------------------------------
  Frame Three frame duration: 3s
---------------------------------------*/
.title3 {
  left: 11.33%;
  /* bottom: 3%; */
  /* top: 34%; */
  bottom: 13.8%;
}

/*-------------------------------------
  Frame Four frame duration: 3s
---------------------------------------*/
.title4 {
  right: 19%;
  top: 21%;
  text-align: right;
}
/*-------------------------------------
  Frame Five frame duration: 3s
---------------------------------------*/
 .txt-con-f5 {
  position: absolute;
  width: 13em;
  height: 5.2em;
  left: 3.5%;
  top: 23%;
  /* transform: translateY(-50%); */
}

.txt-header5 {
  position: absolute;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 500;
  color: #fff;
  text-align: left;
  left: 0;
  top: 0;
}


 .title5 {
  bottom: -4%;
  font-size: 1.2em;
  left: 0;
}

.dell-ele5 {
  background-color: #ffffff;
}


.funding-box {
  position: absolute;
  width: 18em;
  height: 5em;
  bottom: 5.5%;
  right: 4.8%;
}
.intel-logo-f5 {
  position: absolute;
  width: 5em;
  height: auto;
  bottom: 0;
  right: 0;
  box-shadow: 0em 0em 1em #ffffff70;
}
.funding-copy{
    position: absolute;
    font-size: .8em;
    line-height: 1.15em;
    font-weight: 300;
    /* letter-spacing: 0.005em; */
    text-align: right;
    right: 35%;
    bottom: -3%;
    color: #ffffff;
}
.funding-copy sup {
  font-size: .6em;
    vertical-align: 0.6em;
}
.cta{
    position: absolute;
    color: #cbeeff;
    border: #cbeeff 1px solid;
    text-align: center;
    bottom: 5%;
    left: 3.5%;
    display: block;
    z-index: 99;
    padding: .2em 2.2em 0.3em 2.2em;
    font-size: 1em;
    white-space: nowrap;
    font-weight: 400;
}



/*-------------------------------------
  Frame Five  frame duration: 3s
---------------------------------------*/
.f5-pro {
  position: absolute;
  width: 13.8em;
  height: auto;
  left: -5%;
  bottom: 13%;
}

