@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;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}

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;
}
.main-wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
}
.ZigZag{
    width: 100%;
    height:100%;
    background: url('../images/zigzag.png');
    background-size: cover;
    background-position: 0px 0px;
    position: absolute;
    background-repeat: repeat-y;
    animation: animatedBackground 10s linear infinite;
}
@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 0 100%; }
}
.Frame1{
    width: 100%;
    height: 100%;
    background-color: #00c1de;
    position: absolute;
}
.Text{
    width: 25%;
    top: 10%;
    left: 15%;
    position: absolute;
}
.Cta{
    width: 15%;
    top: 55%;
    left: 15%;
    position: absolute;  
}
.SpicyCan{
    width: 20%;
    top: -5%;
    left: 55%;
    position: absolute;
}
.WheatCan{
    width: 25%;
    top: 50%;
    left: 35%;
    position: absolute;
    transform: rotate(10deg);
}   
.NonAlcholCan{
    width: 20%;
    top: 45%;
    left: 70%;
    position: absolute;
    transform: rotate(30deg);
}
.Logo{
    width: 12%;
    top: 68%;
    left: 15%;
    position: absolute;    
}
.Disclaimer{
    width: 20%;
    top: 95%;
    left: 15%;
    position: absolute;
}
.Frame2{
    width: 100%;
    height: 100%;
    background-color: #c4e86b;
    position: absolute;
}
.Frame2Can{
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    position: absolute;  
}
.Frame2Cta{
    width: 18%;
    top: 48%;
    left: 15%;
    position: absolute;
}
.Frame2Logo{
    width: 18%;
    top: 45%;
    left: 38%;
    position: absolute; 
}
.Frame2Text{
    width:30%;
top:10%;
left:15%;
position:absolute;
}
.Frame3{
    width: 100%;
    height: 100%;
    background-color: #f03ba6;
    position: absolute;
}
.Frame3Can{
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    position: absolute;  
}
.Frame3Cta{
    width: 18%;
    top: 55%;
    left: 15%;
    position: absolute;
}
.Frame3Logo{
    width: 15%;
    top: 45%;
    left: 38%;
    position: absolute;
}
.Frame3Text{
    width:30%;
top:10%;
left:15%;
position:absolute;
}
.Frame4{
    width: 100%;
    height: 100%;
    background-color: #a06fb1;
    position: absolute;
}
.Frame4Can{
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    position: absolute;  
}
.Frame4Cta{
    width: 18%;
    top: 45%;
    left: 15%;
    position: absolute;
}
.Frame4Logo{
    width: 15%;
    top: 48%;
    left: 40%;
    position: absolute;
}
.Frame4Text{
    width:35%;
top:10%;
left:15%;
position:absolute;
}
.Frame2Back,.Frame3Back,.Frame4Back{
    width: 8%;
    height: 22%;
    top: 15%;
    left: 50%;
    position:absolute;
}

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

/*Mob Port*/
@media only screen and (max-width: 350px) and (orientation: portrait){
.ZigZag{
    width: 100%;
    height:100%;
    background: url('../images/zigzag.png');
    background-size: cover;
    background-position: 0px 0px;
    position: absolute;
    background-repeat: repeat-y;
    animation: animatedBackground 10s linear infinite;
}
@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 100%; }
}
.Text {
    width: 55%;
    top: 10%;
    left: 12%;
    position: absolute;
}
.Cta {
    width: 35%;
    top: 35%;
    left: 12%;
    position: absolute;
}
.SpicyCan {
    width: 45%;
    top: -3%;
    left: 57%;
    position: absolute;
}
.WheatCan {
    width: 55%;
    top: 46%;
    left: -10%;
    position: absolute;
    transform: rotate(20deg);
}
.NonAlcholCan {
    width: 45%;
    top: 45%;
    left: 55%;
    position: absolute;
    transform: rotate(30deg);
}
.Logo {
width: 32%;
    top: 80%;
    left: 12%;
    position: absolute;
}
.Disclaimer {
    width: 40%;
    top: 95%;
    left: 0px;
    position: absolute;
    right: 0px;
    margin: 0px auto;
}
.Frame2Text {
    width: 65%;
    top: 10%;
    left: 12%;
    position: absolute;
}
.Frame2Cta {
    width: 45%;
    top: 32%;
    left: 12%;
    position: absolute;
}
.Frame2Can {
    width: 80%;
    top: 42%;
    transform: none;
    left: 18%;
    position: absolute;
}
.Frame2Logo {
    width: 30%;
    top: 60%;
    left: 5%;
    position: absolute;
}
.Frame2Back, .Frame3Back, .Frame4Back {
    width: 15%;
    height: 15%;
    top: 44%;
    left: 18%;
    position: absolute;
}
.Frame3Text {
    width: 70%;
    top: 10%;
    left: 12%;
    position: absolute;
}
.Frame3Cta {
    width: 45%;
    top: 36%;
    left: 12%;
    position: absolute;
}
.Frame3Can {
    width: 80%;
    top: 42%;
    transform: none;
    left: 18%;
    position: absolute;
}
.Frame3Logo {
    width: 30%;
    top: 60%;
    left: 5%;
    position: absolute;
}
.Frame4Text {
    width: 65%;
    top: 10%;
    left: 12%;
    position: absolute;
}
.Frame4Cta {
    width: 45%;
    top: 28%;
    left: 12%;
    position: absolute;
}
.Frame4Can {
    width: 80%;
    top: 42%;
    transform: none;
    left: 18%;
    position: absolute;
}
.Frame4Logo {
    width: 30%;
    top: 60%;
    left: 5%;
    position: absolute;
} 
}

/*Tab Port*/
@media only screen and (min-width: 350px) and (max-width: 500px) and (orientation: portrait){
.ZigZag{
    width: 100%;
    height:100%;
    background: url('../images/zigzag.png');
    background-size: cover;
    background-position: 0px 0px;
    position: absolute;
    background-repeat: repeat-y;
    animation: animatedBackground 10s linear infinite;
}
@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 100%; }
}
.Text {
    width: 55%;
    top: 10%;
    left: 12%;
    position: absolute;
}
.Cta {
    width: 35%;
    top: 42%;
    left: 12%;
    position: absolute;
}
.SpicyCan {
    width: 45%;
    top: -5%;
    left: 57%;
    position: absolute;
}
.WheatCan {
    width: 48%;
    top: 46%;
    left: -10%;
    position: absolute;
    transform: rotate(20deg);
}
.NonAlcholCan {
    width: 45%;
    top: 45%;
    left: 50%;
    position: absolute;
    transform: rotate(30deg);
}
.Logo {
width: 25%;
    top: 80%;
    left: 12%;
    position: absolute;
}
.Disclaimer {
    width: 40%;
    top: 95%;
    left: 0px;
    position: absolute;
    right: 0px;
    margin: 0px auto;
}
.Frame2Text {
    width: 50%;
    top: 10%;
    left: 12%;
    position: absolute;
}
.Frame2Cta {
    width: 35%;
    top: 32%;
    left: 12%;
    position: absolute;
}
.Frame2Can {
    width: 70%;
    top: 42%;
    transform: none;
    left: 25%;
    position: absolute;
}
.Frame2Logo {
    width: 25%;
    top: 65%;
    left: 12%;
    position: absolute;
}
.Frame2Back, .Frame3Back, .Frame4Back {
    width: 15%;
    height: 15%;
    top: 47%;
    left: 23%;
    position: absolute;
}
.Frame3Text {
    width: 55%;
    top: 10%;
    left: 12%;
    position: absolute;
}
.Frame3Cta {
    width: 35%;
    top: 37%;
    left: 12%;
    position: absolute;
}
.Frame3Can {
    width: 70%;
    top: 42%;
    transform: none;
    left: 25%;
    position: absolute;
}
.Frame3Logo {
    width: 25%;
    top: 65%;
    left: 12%;
    position: absolute;
}
.Frame4Text {
    width: 60%;
    top: 10%;
    left: 12%;
    position: absolute;
}
.Frame4Cta {
    width: 35%;
    top: 32%;
    left: 12%;
    position: absolute;
}
.Frame4Can {
    width: 70%;
    top: 42%;
    transform: none;
    left: 25%;
    position: absolute;
}
.Frame4Logo {
    width: 25%;
    top: 65%;
    left: 12%;
    position: absolute;
}
}

/*Tab Land*/
@media only screen and (max-width: 600px) and (orientation: landscape) {
.Text {
    width: 30%;
    }
.Cta {
    width: 20%;
    top: 45%;
    }
.SpicyCan {
    width: 25%;
    top: -5%;
    left: 60%;
    }
    .WheatCan{
    width: 30%;
    top: 50%;
    left: 40%;
}   
.NonAlcholCan{
    width: 25%;
    top: 45%;
    left: 75%;
}
    .Logo {
    width: 18%;
    }
    .Frame2Can,.Frame3Can,.Frame4Can {
    width: 50%;
    left: 45%;
    }
    .Frame2Text {
    width: 35%;
    left: 5%;
    }
    .Frame2Cta {
    width: 20%;
    top: 40%;
    left: 5%;
    }
    .Frame2Back, .Frame3Back, .Frame4Back {
    width: 12%;
    height: 22%;
    top: 20%;
    left: 45%;
}
  .Frame3Text {
    width: 35%;
    left: 5%;
    }
    .Frame3Cta {
    width: 20%;
    top: 45%;
    left: 5%;
    }
      .Frame4Text {
    width: 35%;
    left: 5%;
    }
    .Frame4Cta {
    width: 20%;
    top: 35%;
    left: 5%;
    }
    .Frame3Logo {
    width: 20%;
    top: 45%;
    left: 32%;
    position: absolute;
}
    .Frame2Logo {
    width: 20%;
    top: 45%;
    left: 30%;
    }
    
.Frame4Logo {
    width: 20%;
    top: 48%;
    left: 28%;
    }
    .Disclaimer {
    width: 25%;
    top: 90%;
    }
}

/*Mob land*/
@media only screen and (max-width: 700px) and (max-height:300px) and (orientation: landscape) {
.Cta {
    width: 20%;
    top: 50%;
}
.Frame2Cta {
    width: 20%;
    top: 45%;
    left: 5%;
}
.Frame2Back, .Frame3Back, .Frame4Back {
    width: 12%;
    height: 22%;
    top: 13%;
    left: 45%;
}
.Frame4Cta {
    width: 20%;
    top: 40%;
    left: 5%;
}
.Frame3Cta {
    width: 20%;
    top: 50%;
    left: 5%;
}
}




