/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Slim Play';
    src: url('../fonts/SlimPlay.woff2') format('woff2'),
        url('../fonts/SlimPlay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
::selection {
  background: #e25f2a; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #e25f2a; /* Gecko Browsers */
  color: #fff;
}
body {
	overflow-x: hidden;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul li {
	list-style-type: none;
}
header, section {
	position: relative;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus, a:visited, a:active {
	text-decoration: none !important;
	outline: none !important;
}
.double-margin {
	margin-right: -30px;
	margin-left: -30px;
}
.double-padding {
	padding-right: 30px;
	padding-left: 30px;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding {
	padding-right: 0;
	padding-left: 0;
}
.no-margin {
	margin-right: 0;
	margin-left: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Jura', sans-serif;
	color: #fff;
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/*--------------------------------------------------------------
# Main Layout
--------------------------------------------------------------*/
body {
	background: #010001;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animation-delay-200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animation-delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animation-delay-400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.animation-delay-600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animation-delay-800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	background-image: -webkit-linear-gradient(top, #0072CE, #003087);
    background-image: -moz-linear-gradient(top, #0072CE, #003087);
    background-image: -ms-linear-gradient(top, #0072CE, #003087);
    background-image: -o-linear-gradient(top, #0072CE, #003087);
    background-image: linear-gradient(top, #0072CE, #003087);
	padding: 5px 30px;
	border-top: 3px solid #111;
}
.header-logo-img {
	max-width: 300px;
	display: inline-block;
}
header h1 {
	font-family: 'Slim Play';
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	position: relative;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
# After Header
--------------------------------------------------------------*/
.after-header-section {
	position: relative;
	padding: 150px 0;
}
.video-background-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
#afterHeaderVideoBG {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	z-index: -1;
}

.after-header-section .container {
	position: relative;
	z-index: 40;
}
.after-header-section h2 {
	margin: 0;
	font-size: 2.87em;
	color: #fff;
}
.after-header-section p {
	font-size: 1.4em;
	margin: 20px 0 0 0;
	text-align: justify;
	text-align-last: left;
}
.after-header-img {
	position: absolute;
	left: 50px;
	bottom: -50px;
	z-index: 35;
	max-width: 800px;
}

/*--------------------------------------------------------------
# Presentation
--------------------------------------------------------------*/
.presentation-section {
	position: relative;
	padding: 100px 0 80px 0;
	background: #fff;
}
.section-title-wrapper {
	text-align: center;
}
.section-title-wrapper span.sub-title {
	text-transform: uppercase;
	font-size: 18px;
	color: #0072ce;
    text-transform: uppercase;
	letter-spacing: .18rem;
	font-weight: 700;
}
.section-title-wrapper h3 {
	color: #373a3c;
	margin: 0;
	font-weight: 700;
	font-size: 3em;
}
.presentation-wrapper {
	margin-top: 50px;
}
.presentation-item {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.presentation-item span.lnr {
	color: #0072ce;
	height: 80px;
	width: 80px;
	border: 2px solid #0072ce;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 2em;
	border-radius: 50%;
	padding-top: 15px;	
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.presentation-item h4 {
	color: #373a3c;
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0 0 0;
}
.presentation-item h4:after {
	content: '';
	height: 2px;
	width: 50px;
	background: #0072ce;
	margin: 15px auto 10px auto;
	display: block;
}
.presentation-item p {
	color: #999;
	text-align: justify;
	text-align-last: center;
}
.presentation-item:hover span.lnr {
	background: #0072ce;
	color: #fff;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.button-wrapper {
	margin: 30px auto 0 auto;
}
.ps-button {
	text-decoration: none;
    background: #079ae6;
	cursor: pointer;
	color: #fff;
	padding: 11px 20px;
    text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	font-size: 1.6em;
	display: block;
	outline: none !important;
}
.ps-button:hover, .ps-button:visited {
	color: #fff;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-wrapper {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.32);
    padding: 50px 64px;
    position: relative;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	min-height: 400px;
}
.popup-header {
	font-size: 2em;
	margin-top: 10px;
	color: #333;
	text-align-last: center;
	text-align: center;
} 
.modal-header-wrapper p {
	font-size: 20px;
    font-weight: 400;
    line-height: 28px;
	text-align: center;
	color: #999;
	margin: 10px auto 0 auto;
}
.modal-header-logo {
	max-width: 250px;
	display: table;
	margin: 0 auto;
} 
.mfp-bg {
	opacity: 0.9 !important;
	background-image: -webkit-linear-gradient(top, #0072CE, #003087);
    background-image: -moz-linear-gradient(top, #0072CE, #003087);
    background-image: -ms-linear-gradient(top, #0072CE, #003087);
    background-image: -o-linear-gradient(top, #0072CE, #003087);
    background-image: linear-gradient(top, #0072CE, #003087);
}
.modal-inner {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.value-select-item {
	background: #fff;
	padding: 10px 20px;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.value-select-inner-wrapper:hover .value-select-item {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.22);
	transform: scale(1);
	-webkit-transform: scale(1);
	background: #f5f5f5;
	-moz-transform: scale(1);
}
.value-select-inner-wrapper {
	position: relative;
	cursor: pointer;
}
.c-v-w {
	text-align: center;
	margin: 0 0 0 0;
}
.c-v-v {
	font-weight: 700;
	color: #000;
	display: block;
	font-size: 3em;
	line-height: 1;
}
.c-v-l {
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	font-size: 0.9em;
}
.username-input-wrapper {
	position: relative;
}
.input-label {
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	color: #000;
}
.form-input {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    border: solid 1px #b3b3b3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
	margin: 0 auto;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding: 16px 20px 0;
	outline: none !important;
}
.border-b-red {
	border-bottom: 2px solid #fc4349;
}
.username-input-wrapper .placeLabel {
    position: absolute;
    top: 50%;	
    left: 10px;
    color: #8c8c8c;
    font-size: 14px;
    -webkit-transition: font .1s ease,top .1s ease,-webkit-transform .1s ease;
    transition: font .1s ease,top .1s ease,-webkit-transform .1s ease;
    -o-transition: font .1s ease,top .1s ease,-o-transform .1s ease;
    -moz-transition: font .1s ease,top .1s ease,transform .1s ease,-moz-transform .1s ease;
    transition: font .1s ease,top .1s ease,transform .1s ease;
    transition: font .1s ease,top .1s ease,transform .1s ease,-webkit-transform .1s ease,-moz-transform .1s ease,-o-transform .1s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 20;
}
.username-input-wrapper .placeLabel.active {
    top: 4px;
    font-size: 11px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.popup-s-2 {
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}
.c-l-wrapper .loading-indicator__triangle {
	-webkit-animation: loading-animation 1s 0s infinite;
	animation: loading-animation 1s 0s infinite
}
.c-l-wrapper .loading-indicator__circle {
	-webkit-animation: loading-animation 1s .1s infinite;
	animation: loading-animation 1s .1s infinite
}
.c-l-wrapper .loading-indicator__cross {
	-webkit-animation: loading-animation 1s .2s infinite;
	animation: loading-animation 1s .2s infinite
}
.c-l-wrapper .loading-indicator__square {
	-webkit-animation: loading-animation 1s .3s infinite;
	animation: loading-animation 1s .3s infinite
}
.c-l-wrapper .loading-indicator--shape-size-regular {
	height: 24px;
	width: 24px
}
.c-l-wrapper .loading-indicator--circle-fill,
.c-l-wrapper .loading-indicator--cross-fill,
.c-l-wrapper .loading-indicator--square-fill,
.c-l-wrapper .loading-indicator--triangle-fill {
	fill: #3caefb
}
@-webkit-keyframes loading-animation {
	0% {
		opacity: 0;
		-webkit-transform: rotateZ(-90deg) scale(.5);
		transform: rotateZ(-90deg) scale(.5)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: rotateZ(0) scale(1);
		transform: rotateZ(0) scale(1)
	}
	100% {
		opacity: 0;
		-webkit-transform: rotateZ(90deg) scale(.5);
		transform: rotateZ(90deg) scale(.5)
	}
}
@keyframes loading-animation {
	0% {
		opacity: 0;
		-webkit-transform: rotateZ(-90deg) scale(.5);
		transform: rotateZ(-90deg) scale(.5)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: rotateZ(0) scale(1);
		transform: rotateZ(0) scale(1)
	}
	100% {
		opacity: 0;
		-webkit-transform: rotateZ(90deg) scale(.5);
		transform: rotateZ(90deg) scale(.5)
	}
}
.c-l-wrapper span {
	font-size: 90px;
	color: #0072ce;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.console-message {
	text-align: center;
	color: #000;
	font-size: 2.2em;
	font-weight: 700;
	display: block;
	margin: 0;
}
.console-code-wrapper {
	display: none;
	position: relative;
}
.console-spinner-img {
	max-width: 40px;
	display: table;
	margin: 20px auto 20px auto;
}
#code-generation {
	text-align: center;
	color: #999;
	background: #eee;
	padding: 10px 5px;
	font-size: 33px;
	font-weight: 700;
	display: block;
	margin: 15px auto 0 auto;
}
.success-c {
	color: #bcfa7f !important;
}
.error-c {
	color: #fc4349 !important;
}

/*--------------------------------------------------------------
# Verification
--------------------------------------------------------------*/
.human-verification-main {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.human-verification-main h3 {
	color: #231f20;
	font-size: 30px;
	margin: 0 0 10px 0;
}
.human-verification-main p {
	font-size: 20px;
	color: #999;
}
#user-given-code {
	display: table;
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;
    padding: 10px 30px;
	position: relative;
    background: #0072ce;
    color: #fff;
    font-size: 1.5em;
	font-weight: 700;
	border-radius: 2px;
}
.verification-code-title {
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	color: #000;
	display: block;
	margin-top: 30px;
	text-transform: uppercase;
}
.human-verification-main i {
	font-size: 40px;
	display: block;
	color: #0072ce;
	text-align: center;
	margin: 20px auto;
}
.verification-button-wrapper {
	position: relative;
	margin-top: 20px;
}
.h-v-time-left-wrapper {
	color: #999;
	font-size: 1em;
	margin-bottom: 5px;
}
#human_verification_timer_time {
	color: #000;
	display: block;
	line-height: 1;
}

/*--------------------------------------------------------------
# Success Page
--------------------------------------------------------------*/
.success-page {
	background: url('../img/top-bg.html');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.success-page #afterHeaderVideoBG {
	position: fixed;
	right: 0;
	top: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	z-index: -1;
}
.success-page .logo-image {
	max-width: 300px;
}
.success-content {
	padding: 230px 0 10px 0;
}
.success-content-inner {
	background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.6);
    padding: 40px 64px;
    position: relative;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    min-height: 400px;
	text-align: center;
	z-index: 20;
}
.success-content-inner h1 {
	font-size: 36px;
	display: block;
	color: #000;
	font-weight: 700;
	margin: 30px auto 0 auto;
}
.success-page #code-generation {
	display: table;
    width: 100%;
    margin: 10px auto 10px auto;
    text-align: center;
    padding: 10px 30px;
	position: relative;
    background: #0072ce;
    color: #fff;
    font-size: 1.4em;
	font-weight: 700;
	border-radius: 2px;
}
.con-logo {
	max-width: 200px;
	margin: 0 auto 20px auto;
	display: table;
}
.success-content-inner p {
	display: block;
    color: #999;
	font-size: 20px;
    letter-spacing: 1px;
	margin: 10px 0 0 0;
	text-align: justify;
	text-align-last: center;
}
.success-page .verification-code-label {
	font-weight: 700;
	display: block;
	color: #000;
	font-size: 16px;
	margin-top: 30px;
}
.success-page .console-code-wrapper {
	position: relative;
	margin: 0 auto;
}
.success-content-inner .console-code-wrapper {
	display: block;
}
.success-page footer {
	margin-top: 320px;
	font-size: 11px;
	text-align: center;
	position: relative;
	z-index: 20;
	color: rgba(255, 255, 255, 0.6);
}
.footer-content-wrapper {
	max-width: 588px;
	width: 95%;
	margin: 0 auto;
}
.validation-l-w {
	margin: 50px auto 40px auto;
	display: none;
}
.val-text {
	display: none;
	margin: 30px auto 0 auto;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1650px) { 
	.after-header-img {
		position: absolute;
		left: 50px;
		bottom: -50px;
		z-index: 35;
		max-width: 600px;
	}
}
@media screen and (max-width: 1350px) { 
	.after-header-section {
		padding: 80px 0;
	}
	.after-header-img {
		position: absolute;
		left: 50px;
		bottom: -50px;
		z-index: 35;
		max-width: 500px;
	}
}
@media screen and (max-width: 1200px) { 
	.after-header-section h2 {
		font-size: 2.35em;
	}
	.after-header-section p {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 993px) { 
	.card-selection-item {
		width: 100%;
		float: none;		
	}
	.after-header-img {
		position: relative;
		left: 0;
		bottom: -130px;
		z-index: 35;
		max-width: 80%;
		display: table;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) { 
	.presentation-item {
		margin-top: 30px;
	}
	.card-selection-item {
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
	}
	.success-content {
		padding: 100px 0 10px 0;
	}
	.success-content-inner {
		max-width: 588px;
		width: 95%;
		padding: 100px 30px;
	}
	.card-selection-wrapper {
		padding: 0;
		margin: 0;
		height: auto;
		top: 0;
		background: transparent;
		
	}
}
@media screen and (max-width: 550px) { 
	.popup-header {
		font-size: 2em;
		margin-top: 10px;
	}
	.popup-header:after {
		height: 5px;
		width: 150px;
		content: '';
		background: rgba(0, 0, 0, 0.2);
		display: block;
		margin: 20px auto 35px auto;
	}
	.value-select-img {
		max-width: 100%;
	}
	.human-verification-main h3 {
		font-size: 2.2em;
	}
	.human-verification-main p {
		font-size: 1em;
		text-align: justify;
		text-align-last: center;
	}
}
@media screen and (max-width: 480px) { 
	.after-header-section h2 {
		font-size: 1.8em;
	}
	.logo-img {
		max-width: 80%;
		display: table;
		margin: 0 auto;
	}
	.after-header-section {
		text-align: center;
		padding: 50px 20px;
	}
	.success-page #code-generation {
		font-size: 1.3em;
	}
	#code-generation {
		font-size: 20px;
	} 
	.section-title-wrapper h3 {
		font-size: 2.4em;
	}
}
@media screen and (max-width: 420px) { 
	.popup-header {
		font-size: 1.8em;
		margin-top: 10px;
	}
	.after-header-section h2 {
		font-size: 1.6em;
	}
	.after-header-section p {
		font-size: 1em;
		text-align-last: center;
	}
	.after-header-img {
		bottom: -80px;
	}
	.modal-wrapper {
		padding: 40px 40px;
	}
	.section-title-wrapper span.sub-title {
		font-size: 14px;
	}
	.section-title-wrapper h3 {
		font-size: 2.2em;
	}
	.console-message {
		font-size: 20px;
		line-height: 1;
		margin-top: 20px;
	}
	#user-given-code {
		font-size: 1.4em;
	}
	.amzn-button {
		font-size: 2em;
	}
	.h-v-time-left-wrapper {
		font-size: 0.9em;
	}
	.verification-code-title {
		font-size: 14px;
	}
	.ps-button {
		text-decoration: none;
		background: #079ae6;
		cursor: pointer;
		color: #fff;
		padding: 11px 20px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
		font-size: 1.4em;
		display: block;
		outline: none !important;
	}
}
@media screen and (max-width: 390px) { 
	.human-verification-main h3 {
		font-size: 2em;
	}
}
@media screen and (max-width: 380px) {
	.after-header-section h2 {
		font-size: 1.4em;
	}	
	.success-page #code-generation {
		padding: 15px 5px;
		font-size: 1.1em;
	}
}	
@media screen and (max-width: 370px) { 
	#user-given-code {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 365px) { 
	#user-given-code {
		font-size: 1.2em;
	}
	#code-generation {
		font-size: 18px;
	} 
	.verification-code-title {
		font-size: 12px;
	}
}
@media screen and (max-width: 350px) { 
	.netflix-n-loader {
		transform: scale(0.5);
		left: -20px;
	}
	#user-given-code {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 320px) { 
	#user-given-code {
		font-size: 1em;
	}
}
/**************************

Website Designed by CounterMind on Marketing-Rhino.com
https://www.marketing-rhino.com/
It is forbidden to re-sell this landing page without Author Permission.

**************************/