@font-face {
    font-family: 'Zona Pro Light';
    src: url('../fonts/ZonaPro-Light.woff2') format('woff2'),
        url('../fonts/ZonaPro-Light.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro Regular';
    src: url('../fonts/ZonaPro-Regular.woff2') format('woff2'),
        url('../fonts/ZonaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro SemiBold';
    src: url('../fonts/ZonaPro-SemiBold.woff2') format('woff2'),
        url('../fonts/ZonaPro-SemiBold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Bold';
    src: url('../fonts/ZonaPro-Bold.woff2') format('woff2'),
        url('../fonts/ZonaPro-Bold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Zona Pro Black';
    src: url('../fonts/ZonaPro-Black.woff2') format('woff2'),
        url('../fonts/ZonaPro-Black.woff') format('woff');
    font-style: normal;
}
body {
font-family: "Zona Pro Light", Arial;
background-image: url("../lpimg/bkg_image.jpg");

background-attachment: fixed;	
background-position: left;
color: #ffffff;
margin: 0;

}

html {
  
  line-height: 1.4;
  width: 100%;
  height: 100%;
}

img {
	max-width:100%;
	height:auto;
    }
* {
	box-sizing: border-box;
}
.wraplp {
  position: relative;
  max-width: 960px;
  display: block;
  margin: 0px auto;
  
}
h1 {
  font-family: "Zona Pro Bold", Arial;
  font-weight: 100;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color:#ffffff;
  padding: 2% 1%;
  }
h2 {
  font-family: "Zona Pro Black", Arial;
  font-weight: 100;
  text-align: center;
  color:#ffffff;
  font-size: 18px;
  line-height: 20px;
  padding: 5% 0;
  }
.price {
  font-size: 60px;
  line-height: 70px;
}

h3 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding: 0;
  color:#ffffff;
}
h4 {
  font-family: "Zona Pro Light", Arial;
  font-weight: 100;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color:#ffffff;
  
}
p {
  font-family: "Zona Pro Light", Arial;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  color:#000000;
  padding: 3%;
}

.wrapsection {
    margin: 0px auto;
	padding: 0;
} 
.wrapsection:after {
  content: "";
  display: table;
  clear: both;
}

.spacer {
	display: block;
	height: 20px;
	width: 100%;
	}


.dark {
	font-family: "Zona Pro Bold", Arial;
}
.darker {
	font-family: "Zona Pro Black", Arial;
}
.lighter {
	font-family: "Zona Pro Light", Arial;
}

.hero {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.hero:after {
  content: "";
  display: table;
  clear: both;
}
.herohalf {
	width: 50%;
	float: left;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.herohalf:after {
  content: "";
  display: table;
  clear: both;
}

.hero25 {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0px auto;
	padding:0;

}
.hero25:after {
  content: "";
  display: table;
  clear: both;
}

.hero15 {
	width: 20%;
	float: left;
	padding-top: 1%;
	text-align: center;

}
.hero15:after {
  content: "";
  display: table;
  clear: both;
}
.hero85 {
	width: 80%;
	float: left;
	margin: 0px;
}
.hero85:after {
  content: "";
  display: table;
  clear: both;
}
.hero75 {
	width: 75%;
	float: left;
	margin: 0px;
}
.hero75:after {
  content: "";
  display: table;
  clear: both;
}

.rounddiv {
	background-color: #ffffff; 
	color: #000000; 
	margin:30px 0 20px;
	border-radius: 80px 0 80px 0;
	
}
.different {
  font-family: "Zona Pro Black", Arial;
  text-align: left;
  font-size: 33px;
  line-height: 43px;
  color:#792a85;
  padding: 3% 3% 3% 8%;
	  background: -webkit-linear-gradient(411.14deg, #7F28C4 4.53%, #E2197C 70.61%, #E5231B 102.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.badges {
	width: 45%;
	height: auto;
	padding-top: 15px;
}
.avonon {
	padding: 4% 15% 2% 2%;
}
.downloadnow {
  font-family: "Zona Pro Black", Arial;
  text-align: center;
  color:#000000;
  font-size: 30px;
  line-height: 34px;
  padding: 0 5%;
}
.deskt {
	display: block;
}
.mob {
	display: none;
}



/*********************
RESPONSIVE
*********************/


@media all and  (max-width: 600px) {
	
h1 {
  font-size: 5.2vw;
  line-height: 6vw;
  padding: 2%;
  }
		
h2 {
  font-size: 5vw;
  line-height: 6vw;
  padding: 5%;
  }
.price {
  font-size: 15vw;
  line-height: 15vw;
}

h3 {
  font-size: 3vw;
  line-height: 3.5vw;
  text-align: center;
  padding: 2% 10%;
}
h4 {
  font-size: 3vw;
  line-height: 4vw;
  text-align: left;
 
}		

 
p {
  font-size: 2.3vw;
  line-height: 3vw;
  } 
.hero15 {
	width: 20%;
}
.hero85 {
	width: 80%;
}



.herohalf {
	width: 100%;
}

.deskt {
	display: none;
}
.mob {
	display: block;
}
.hero25 {
	width:100%;
	padding: 0 10%;
}



.spacer {
	height: 1vw;
}
.hero75 {
	width: 100%;
	float: none;
	margin: 0px;
}

.rounddiv {
	background-color: #ffffff; 
	color: #000000; 
	margin: 8vw 3vw 0;
	border-radius: 10vw 0 10vw 0;
	
}
.different {
  text-align: center;
  font-size: 4.5vw;
  line-height: 5.5vw;
  color:#792a85;
  padding: 3% 0;
}
.badges {
	width: 60%;
	height: auto;
	padding-top: 1.5vw;
}
.avonon {
	padding:0;
	margin: 0 auto;
	width: 30%;
	height:auto;
}
.downloadnow {
  font-size: 3vw;
  line-height: 4vw;
  padding: 0 5%;
}

}

@media all and (min-width: 600px) and (max-width: 1200px) {
h1 {
  font-size: 2.5vw;
  line-height: 3vw;
  }
h2 {
  font-size: 1.8vw;
  line-height: 2vw;
}
.price {
  font-size: 6vw;
  line-height: 7vw;
}

h3 {
  font-size: 1.8vw;
  line-height: 2.5vw;
  }
h4 {
  font-size: 1.8vw;
  line-height: 2vw;
}
p {
  font-size: 1.5vw;
  line-height: 2vw;
}

.spacer {
	height: 2vw;
}

.rounddiv {
	margin:3vw 0vw 2vw;
	border-radius: 8vw 0 8vw 0;
}
.different {
  font-size: 3.3vw;
  line-height: 4.3vw;
  }
.badges {
  padding-top: 1.5vw;
}
.downloadnow {
  font-size: 3vw;
  line-height: 3.4vw;
 }
.deskt {
	display: block;
}
.mob {
	display: none;
}
	
}