/*-------------------------------------
  Reset
---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800,900&display=swap');

* {
    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: 0px;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;

}

.font-preloader {
    font-family: 'Poppins';
    visibility: hidden;
    width: 0;
    height: 0;
}

#frame_one, #frame_two,#frame_three {
    width: 100%;
    height: 100%;
    position: absolute;
}


/*-------------------------------------
  Layout
---------------------------------------*/

#ad {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#banner {
    position: absolute;
    background: #FFFFFF;
    display: block;
    width: 300px;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
    visibility: hidden;
    border: 1px solid #444444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#clickTAG {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*-------------------------------------
  Frame Two frame duration: 3s
---------------------------------------*/
.blueBG {
    width: 100%;
    height: 100%;
    background: rgba(30, 49, 86, 1);
    position: absolute;
}


.logo {
    top: 0;
    left: 0;
    position: absolute;
}

.model {
    top: 0;
    left: 0;
    position: absolute;
}

.border_white {
    width: 250px;
    height: 250px;
    border: 10px solid #fff;
    top: 170px;
    left: 25px;
    box-sizing: border-box;
    font-size: 40px;
    line-height: 38px;
    font-weight: 700;
    padding: 20px 0px 0px 15px;
    position: absolute;

}

.border_white span {
    display: block;
    font-weight: 700;
    color: #FFFFFF;
}

/*-------------------------------------
  Frame Two frame duration: 3s
---------------------------------------*/
.whitebg {
    width:300px;
    height: 600px;
    border: 10px solid #1f3156;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    position: absolute;
    background: #ffffff;
}

#copy2nd {
    font-weight: 600;
    line-height: 26px;
    font-size: 26px;
    padding: 130px 0px 0px 30px;
    width: 100%;
    color: #1f3156;
    text-transform: uppercase;
}

#copy2nd span {
    display: block;
    width: 100%;
}
/*-------------------------------------
  Frame Three frame duration: 3s
---------------------------------------*/
.copy3rd {
    padding: 130px 0px 0px 30px;
    width: 100%;
    color: #1f3156;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
}

.copy3rd span {
    display: block;
}

#copy4th {
    width: 100%;
    padding: 0px 0px 0px 65px;
    line-height: 18px;
    font-size: 20px;
    color: #444;
    font-weight: 600;
}

#copy4th span {
    display: inline-block;
}

#tagline {
    width: 100%;
    padding: 36px 0px 0px 30px;
    font-size: 16px;
    color: #444444;
    line-height: 16px;
}

#tagline span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #444444;
    line-height: 20px;
    font-weight: 400;
}

#cta {
    width: 100%;
    padding: 20px 20px 0px 30px;
    font-size: 16px;
    color: #1f3156;
}

#ctaArrow {
    position: relative;
    padding-left: 1px;
    top: 1px;
}