/* Stylesheet */
/* Copyright 2020 UltraCleen */

@charset "UTF-8";

/* Fonts */

@font-face {
	font-family: "Prototype";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Prototype.woff2") format("woff2"),
	url("../fonts/Prototype.woff") format("woff"),
	url("../fonts/Prototype.ttf") format("truetype");
}

/* Body */

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

/* Fix */

img {
	max-width: 100%;
	height: auto;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section, address {
	display: block;
}

time {
	display: inline;
}

/* Headers */

h1 {
	font-size: 5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Prototype", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
}

/* Navbar */

.navbar {
	z-index: 10;
}

.bg-white {
	box-shadow: 0 2px 8px #333;	
	background-color: #fff;
}

.bg-red {
	background: rgb(154,38,37);
	background: -moz-linear-gradient(0deg, rgba(154,38,37,1) 0%, rgba(237,31,36,1) 30%, rgba(237,31,36,1) 70%, rgba(154,38,37,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(154,38,37,1) 0%, rgba(237,31,36,1) 30%, rgba(237,31,36,1) 70%, rgba(154,38,37,1) 100%);
	background: linear-gradient(0deg, rgba(154,38,37,1) 0%, rgba(237,31,36,1) 30%, rgba(237,31,36,1) 70%, rgba(154,38,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a2625",endColorstr="#9a2625",GradientType=1);
}

.navbar-dark .navbar-toggler-icon.red-toggle {
	background-image: url("../images/red-hamburger-icon.svg");
}

.navbar-dark .navbar-toggler-icon.blue-toggle {
	background-image: url("../images/blue-hamburger-icon.svg");
}

.nav-item {
	margin: 0 1rem;
}

.nav-item:last-child {
	margin-right: 0;
}

.navbar-dark .navbar-nav .nav-link {
	font-family: "Prototype", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
	color: #ed1f24;
	font-size: 1.2em;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #f36669;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:hover {
	color: #f36669;
}

.navbar-dark .navbar-nav .active > .nav-link {
	color: #f36669;
}

.blue-link {
	color: #3f52a3 !important;
}

.blue-link:hover {
	color: #697bc5 !important;
}

.buy-now {
	background-color: #ed1f24;
	border-radius: 12px;
	height: 44px;
	width: 100px;
	color: #fff !important;
	text-align: center;
}

.buy-now:hover {
	background-color: #f36669;
}

/*
.bg-red {
	background: rgb(154,38,37);
	background: -moz-linear-gradient(90deg, rgba(154,38,37,1) 0%, rgba(237,31,36,1) 30%, rgba(237,31,36,1) 70%, rgba(154,38,37,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(154,38,37,1) 0%, rgba(237,31,36,1) 30%, rgba(237,31,36,1) 70%, rgba(154,38,37,1) 100%);
	background: linear-gradient(90deg, rgba(154,38,37,1) 0%, rgba(237,31,36,1) 30%, rgba(237,31,36,1) 70%, rgba(154,38,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a2625",endColorstr="#9a2625",GradientType=1);
} */

.brand-text {
	position: absolute;
	left: -999rem;
}

.brand-logo {
	display: block;
	height: 30px;
	width: 134px;
}

@media (max-width: 767.98px) {
	
	.nav-item {
		text-align: center;
		font-size: 1.2em;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		margin-left: 0;
		margin-right: 0;
	}
	
	.buy-now {
		width: 200px;
		line-height: 1em;
		margin: 0 auto;
	}
	
}

/* Index */

.select-button {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 auto;
}

.red-select-button {
	margin-top: 50%;
}

.blue-select-button {
	margin-top: 50%;
}

/* Intro */

.intro-text {
	z-index: 1;
	display: inline-block;
	position: absolute;
	top: 7rem;
	left: 0;
	width: 100%;
}

.intro-text h2 {
	font-size: 2em;
	text-align: center;
	text-shadow: 0 2px 2px #333;
	color: #fff;
}

#ultracleen-red {
	display: block;
	position: absolute;
	height: auto;
	width: 80%;
	max-width: 576px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#ultracleen-blue {
	display: block;
	position: absolute;
	height: auto;
	width: 80%;
	max-width: 576px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.info-bubbles {
	display: block;
	height: auto;
	width: 70%;
	margin: 0 auto;
	margin-top: 2rem;
}

.red-bg {
	z-index: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 56px;
	height: 100%;
	width: 50%;
	background: rgb(154,38,37);
	background: -moz-linear-gradient(90deg, rgba(154,38,37,1) 0%, rgba(237,31,36,1) 30%, rgba(237,31,36,1) 70%, rgba(154,38,37,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(154,38,37,1) 0%, rgba(237,31,36,1) 30%, rgba(237,31,36,1) 70%, rgba(154,38,37,1) 100%);
	background: linear-gradient(90deg, rgba(154,38,37,1) 0%, rgba(237,31,36,1) 30%, rgba(237,31,36,1) 70%, rgba(154,38,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a2625",endColorstr="#9a2625",GradientType=1);
}

.blue-bg {
	z-index: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 56px;
	height: 100%;
	width: 50%;
	background: rgb(43,51,127);
	background: -moz-linear-gradient(90deg, rgba(43,51,127,1) 0%, rgba(62,82,164,1) 30%, rgba(62,82,164,1) 70%, rgba(43,51,127,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(43,51,127,1) 0%, rgba(62,82,164,1) 30%, rgba(62,82,164,1) 70%, rgba(43,51,127,1) 100%);
	background: linear-gradient(90deg, rgba(43,51,127,1) 0%, rgba(62,82,164,1) 30%, rgba(62,82,164,1) 70%, rgba(43,51,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b337f",endColorstr="#2b337f",GradientType=1);
}

@media (min-width: 1200px) {
	
	.intro-text h2 {
		font-size: 3em;
	}
	
}

@media (max-width: 767.98px) {
	
	.intro-text {
		top: 4rem;
	}

	.red-bg {
		top: 56px;
		left: 0;
		height: calc(50% + 50px);
		width: 100%;
		min-height: 300px;
	}
	
	.blue-bg {
		top: calc(50% + 106px);
		left: 0;
		right: initial;
		height: 50%;
		width: 100%;
		min-height: 300px;
	}
}

@media (max-width: 767.98px) and (max-height: 575.98px) {
	
	.blue-bg {
		top: 356px;
		height: 50%;
		width: 100%;
		min-height: 300px;
	}
}

@media (max-width: 479.98px) {

	.intro-text h2 {
		font-size: 1.5em;
	}

}

/* Buttons */
.big-button {
	display: block;
	font-size: 2em;
	background-color: #ff8c00;
	height: 50px;
	width: 180px;
	border-radius: 50px;
	line-height: 1.5em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.big-button:hover {
	text-shadow: 1px 1px 2px #333;
}

/* Featured */

.featured {
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.featured h1, .featured h2 {
	position: absolute;
	left: -999rem;
}

/* Logos */

.cleen-logo {
	position: absolute;
	top: 3.5rem;
	left: 0.5rem;
	height: 70px;
	width: 70px;
	background-image: url("../images/cleen-brand-logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.ultracleen-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 80%;
	margin: 0 10%;
}

.ultracleen-products {
	position: absolute;
	top: 15%;
	left: 0;
	height: 45%;
	width: 100%;
}

.blue-products {
	background-image: url("../images/ultracleen-blue-products.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
}

.red-products {
	background-image: url("../images/ultracleen-red-products.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
}

.ultracleen-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40%;
	width: 100%;
}

.red-logo {
	background-image: url("../images/ultracleen-low-ph-logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top 20% center;
}

.blue-logo {
	background-image: url("../images/ultracleen-high-ph-logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top 20% center;
}

.ultracleen-red-bg {
	height: 100%;
	width: 100%;
	background-image: url("../images/ultracleen-red-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
	background-attachment: fixed;
}

.ultracleen-blue-bg {
	height: 100%;
	width: 100%;
	background-image: url("../images/ultracleen-blue-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
	background-attachment: fixed;
}

@media (min-width: 1200px) {
	.ultracleen-logo {
		background-size: 700px;
	}
}

@media (min-width: 768px) {
	.ultracleen-wrapper {
		width: 60%;
		margin: 0 20%;
	}
	
	.cleen-logo {
		height: 100px;
		width: 100px;
		top: 4rem;
		left: 1rem;
	}
}

@media (max-height: 479.98px) {
	.ultracleen-logo {
		background-size: 80%;
	}
	.ultracleen-products {
		top: 20%;
		height: 40%;
	}
}

@media (max-height: 319.98px) {
	.ultracleen-logo {
		background-size: 60%;
	}
	.ultracleen-products {
		top: 30%;
		height: 30%;
	}
}

/* Video */

.video-player {
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#play-button {
	position: absolute;
	display: block;
	left: 0.5rem;
	bottom: 0.5rem;
	background-image: url("../images/play-icon.svg");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: left 5% center;
	border: none;
	width: 150px;
	height: 40px;
	border-radius: 30px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	color: #fff;
	font-family: "Prototype", "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
}

.red-play-button {
	background-color: #ed1f24;
}

.blue-play-button {
	background-color: #3f52a3;
}

#close-button {
	position: absolute;
	display: none;
	right: 0.5rem;
	top: 3.5rem;
	height: 40px;
	width: 40px;
	border: none;
	color: #fff;
	font-size: 4em;
	line-height: 0;
	background-color: transparent;
	text-shadow: 0 2px 2px #333;
}

.video-bg {
	display: none;
	height: 100%;
	width: 100%;
	background-color: #000;
}

/* Scroll Down */

.scroll-down {
	display: block;
	height: 100px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}

.blue-arrow {
	background-image: url("../images/blue-arrow-icon.svg");
	background-repeat: no-repeat;
	background-position: bottom 20% center;
	background-size: 50%;
}

.red-arrow {
	background-image: url("../images/red-arrow-icon.svg");
	background-repeat: no-repeat;
	background-position: bottom 20% center;
	background-size: 50%;
}




