@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.66;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow:hidden;

}

img{ vertical-align:middle;max-width: 100%;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}
img{ max-width:100%;}

.close-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
	cursor:pointer;
	max-width: 52px;
    pointer-events: auto;
}

.BgShape{
    position: absolute;
    background: #ec4a31;
    width: 100%;
    height: 100%;
    
}

.Frame1{
    
    width: 100%;
    height: 80%;
    position: absolute;
    top: 10%;
}

.WhatText{
    
    position: absolute;
    width: 20%;
    right:0;
    margin: 0 auto;
    top: 15%;
    left: -2000px;
}

.BlowsText{
    
    position: absolute;
    width: 20%;
    left: 2000px; 
    right:0;
    margin: 0 auto;
    top: 35%;
}
.YourText{
    position: absolute;
    width: 20%;
    left:0; 
    right:0;
    margin: 0 auto;
    top: 55%;
    opacity:0;
}
.MindText{
    position: absolute;
    width: 20%;
    left: -2000px;
    right:0;
    margin: 0 auto;
    top: 75%;
}
.Frame2{
    width:100%;
    height: 100%;
    position:absolute;
}
video{
    
    background: #000;
    width:100%;
    height: 100%;
    transform: scale(1.3);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
.ExperienceText{
    position: absolute;
    width: 20%;
    left: 0;
    right:0;
    margin: 0 auto;
    top: 15%; 
    opacity:0;
}
.BlackShape{
    position: absolute;
    width: 25%;
    height: 53%;
    left: 0;
    right:0;
    margin: 0 auto;
    top: 30%;   
    background: #000;
     opacity:0;
}
.Logo{
    position: absolute;
    width: 25%;
    left: 0;
    right:0;
    margin: 0 auto;
    top: 30%;
    opacity:0;
}
.Cta{
    position: absolute;
    width: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 85%;  
     opacity:0;
}



/* +++++++++++++++++ media css +++++++++++++++++ */

/*Mob Port*/
@media only screen and (max-width: 350px) and (orientation: portrait){
.WhatText{
    width: 45%;
}

.BlowsText{
    width: 45%;
}
.YourText{
    width: 45%;
}
.MindText {
    width: 45%;
    top: 73%;
    }
.ExperienceText {
    width: 60%;
    top: 15%;
}
.BlackShape {
    width: 70%;
    height: 40%;
    top: 30%;
}
.Logo {
    width: 70%;
    top: 30%;
}
.Cta {
    width: 60%;
    top: 78%;
}
    video{
    transform: scale(3);
    }
}

/*Tab Port*/
@media only screen and (min-width: 350px) and (max-width: 500px) and (orientation: portrait){
    .WhatText{
    width: 45%;
}

.BlowsText{
    width: 45%;
}
.YourText{
    width: 45%;
}
.MindText {
    width: 45%;
    top: 73%;
    }
.ExperienceText {
    width: 55%;
    top: 10%;
}
.BlackShape {
    width: 65%;
    height: 47%;
    top: 25%;
}
.Logo {
    width: 65%;
    top: 25%;
}
.Cta {
    width: 55%;
    top: 80%;
}
        video{
    transform: scale(2.5);
    }
}

/*Tab Land*/
@media only screen and (max-width: 600px) and (orientation: landscape) {
    
    .ExperienceText {
    width: 30%;
    top: 15%;
}
.BlackShape {
    width: 35%;
    height: 45%;
    top: 30%;
}
.Logo {
    width: 35%;
    top: 30%;
}
.Cta {
    width: 30%;
    top: 80%;
}

}

/*Mob land*/
@media only screen and (max-width: 700px) and (max-height:300px) and (orientation: landscape) {
     .ExperienceText {
    width: 25%;
    top: 10%;
}
.BlackShape {
    width: 30%;
    height: 50%;
    top: 25%;
}
.Logo {
    width: 30%;
    top: 24%;
}
.Cta {
    width: 25%;
    top: 80%;
}
}