@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Montserrat:400,400i,700,700i&display=swap');

p, li {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 1.3em;
	margin-bottom: 1em;
    letter-spacing: -0.3px;
}

b, strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-family: 'Bebas Neue', Arial, sans-serif;
	color: #222222;
}
h1 {
	font-size: 82px !important;
	line-height: 1em;
	text-align: center;
}
h2 {
	text-align: center;
	font-size: 72px;
	line-height: 1em;
}
h3 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	line-height: 1em;
}

h4 {
	text-align: center;
	font-size: 36px;
	line-height: 1.25em;
}

h5 {
	text-align: center;
	font-size: 34px;
	line-height: 1em;
}

h6 {
	text-align: center;
	font-family: 'Montserrat', sans-serif; 
	font-size: 24px;
}

.nav-item a {
	color: #101820 !important;
}

.nav-item a:hover {
	color: #d50058 !important;
}

.p-18 p {
	font-size: 18px;
}

.fnt-18 {
	font-size: 18px;
}

.fnt-72 {
	font-size: 72px;
}

.fnt-36 {
	font-size: 36px;
}

.aff-header {
	/*background: rgb(213,0,88);
	background: linear-gradient(90deg, rgba(213,0,88,1) 0%, rgba(255,68,56,1) 100%);*/

	background: url(../assets/border.jpg) no-repeat center top;
}

.aff-bgdark {
	background: #101820;
	border-radius: 5px;
}

.aff-bgdark2 {
	background: #101820;
}

.aff-moneybg {
	background: url(../assets/aff-moneybg.jpg) no-repeat center bottom;
}

.aff-moneybg2 {
	background: url(../assets/aff-moneybg2.jpg) no-repeat center top;
}

.aff-moneybg3 {
	background: url(../assets/aff-moneybg3.jpg) no-repeat center top;
	background-size: cover;
}

.aff-green {
	background: #1a1a1a;
	border-radius: 5px;
}

.aff-grdnt {
	background: #2a0f5f;
	background: linear-gradient(90deg, #2a0f5f 0%, #74af14 100%);
}

.aff-bundlebg {
	background: url(../assets/aff-bundlebg.jpg) no-repeat center top;
}

.aff-lowbg {
	background: url(../assets/aff-moneybg3.jpg) no-repeat center top;
	background-size: cover;
}

.aff-tanbg {
	background: #78b214;
}

.aff-tanbg1 {
	background: #73ac16;
}

.aff-tanborder {
	border-left: 3px solid #78b214;
	border-right: 3px solid #78b214;
	border-bottom: 3px solid #78b214;
}
.aff-tanborder1 {
	border-left: 3px solid #73ac16;
	border-right: 3px solid #73ac16;
	border-bottom: 3px solid #73ac16;
}
.footer p {
	font-family: 'Roboto', sans-serif;
}

.bundle-offset {
	margin-top: -241px;
	z-index: 111;
	position: relative;
}

.bundle-offset2 {
	margin-top: -222px;
}

.icon-offeset {
	margin-bottom: -55px;
}

.font-offset {
	font-size: 33px;
}

.pad-offset1 {
	padding-bottom: 100px;
}

.pad-offset2 {
	padding-bottom: 120px;
}

.pad-offset3 {
	padding-bottom: 48px;
}

.pad-offset4 {
	padding-bottom: 70px;
}
.pad-offset3a{
    padding-bottom: 54px;
}
.pad-offset2a{
    padding-bottom: 124px;
}
.border-grdnt {
	border-left: 3px solid #2a0f5f;
	border-right: 3px solid #74af14;
	border-bottom: 3px solid #2a0f5f;
}

.dont-list {
	background: url(../assets/aff-list.png) no-repeat;
  	padding-left: 35px;
  	background-position: 5px 4px;
}

/* --------------   hover  ----------- */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform; }

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
  color: #fff; }

.head-resp2 {
	display: none;
}

/*#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}*/

@media only screen and (max-width:500px) {
	.head-resp {
		display: none;
	}

	.head-resp2 {
		color: #78b214 !important;
		display: block;
		margin-top: 50px;
	}

	.email-resp {
		max-width: 100%;
		display: block;
		margin: 0 auto 30px;
	}

	.bundle-offset, .bundle-offset2 {
		margin-top: 0;
	}

	.aff-bundlebg {
		background: #fff;
	}

	.resp-72 {
		font-size: 60px;
	} 
}

@media only screen and (max-width:812px) {
	.navbar-toggler {
		margin-left: auto !important;
	}

	.nav-item a {
		text-align: right !important;
	}

	.email-resp {
		max-width: 100%;
	}

	.bundle-offset, .bundle-offset2 {
		margin-top: 0;
	}
}

@media only screen and (max-width:1024px) {
	.nav-item a {
		font-size: 12px !important;
	}

	.email-resp {
		max-width: 100%;
	}

	.bundle-offset, .bundle-offset2 {
		margin: 0 auto 0;
		display: block;
	}

	.text-resp {
		font-size: 20px;
		margin-top: 6px;
	}
}