@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: Bangers;
    src: url(fonts/Bangers.ttf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(fonts/Montserrat-Bold.ttf);
}

*,
*:before,
*:after,
*:hover,
*:active,
*:focus {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    transition: 1s all ease-in-out;
}

button {
    outline: 0;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input,
button {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    cursor: pointer;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

small,
sup,
sub {
    font-size: 80%;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

del,
strike,
s {
    text-decoration: line-through;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 0;
}

html, 
body {
	margin: 0;
	padding: 0;
	background: #aed9ed url("images/background-my-milki.jpg") no-repeat center;
	background-size: cover;
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #191c20;
	letter-spacing: 1px;
	-moz-text-size-adjust: inherit;
	-webkit-text-size-adjust: inherit;
	text-size-adjust: inherit;
	-webkit-overflow-scrolling: auto;
	scroll-behavior: smooth;
}

@media all and (max-width: 1440px) {
	body {
		font-size: 14px;
	}
}

b,
strong {
	font-family: Montserrat-Bold;
}

a {
	color: #002790;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0;	
}

.alignright {
	float: right;
	padding: 0 0 10px 10px;	
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  zoom: 1; /* for IE 6 and 7 */
}

/*****************************************/
/* ANIMATIONS */
/*****************************************/

.to-animate.fade-in {
	opacity: 0;
}

.animate.fade-in {
	opacity: 1;
}

.to-animate.slide-left {
	left: -100px !important;
}

.animate.slide-left {
	left: 0 !important;
}

.to-animate.slide-right {
	right: -100px !important;
}

.animate.slide-right {
	right: 0 !important;
}

.to-animate.slide-up {
	margin-top: 100px !important;
}

.animate.slide-up {
	margin-top: 0 !important;
}

.to-animate.slide-down {
	margin-top: -100px !important;
}

.animate.slide-down {
	margin-top: 0 !important;
}

/*****************************************/
/* TO TOP */
/*****************************************/

#to-top {
  position: fixed;
  display: none;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #0156b1;
  border-radius: 40px;
  cursor: pointer;
  z-index: 999;
}

.arrow-up {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff; /* arrow color */
}

/*****************************************/
/* COMMON ELEMENTS */
/*****************************************/

.logo {
	position: fixed;
	top: 100px;
	left: 70px;
	z-index: -1;
}

.logo img {
	width: 257px;
}


.my-milki-pack {
	position: fixed;
	left: 70px;
	bottom: 80px;
	z-index: -1;
}

.my-milki-pack img {
	width: 227px;
}

.its-all-good {
	position: fixed;
	left: 70px;
	bottom: 40px;
	z-index: -1;
}

.its-all-good img {
	width: 189px;
}

.section {
	position: relative;
	clear: both;
	float: left;
	padding: 50px 0;
	width: 100%;
}

.section h2 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	font-family: Bangers;
	font-size: 80px;
	text-align: center;
	color: #e1483f;
	display: inline-block;
	transform: rotate(-17deg);
}

.blurb {
	float: right;
	width: 100%;
	max-width: 735px;
}

.container {
	float: right;
	padding: 0 20px;
	width: calc(100% - 350px);
}

@media all and (max-width: 1640px) {

	.section h2 {
		font-size: 70px;
	}

	.blurb {
		max-width: 600px;
	}

}

@media all and (max-width: 1440px) {

	.logo img {
		width: 200px;
	}

	.my-milki-pack img {
		width: 170px;
	}

	.its-all-good img {
		width: 142px;
	}

	.container {
		width: calc(100% - 300px);
	}

}

@media all and (max-width: 1370px) {

	.section h2 {
		font-size: 60px;
	}

	.blurb {
		max-width: 500px;
	}

}

@media all and (max-width: 1240px) {

	.logo img {
		width: 150px;
	}

	.my-milki-pack img {
		width: 120px;
	}

	.its-all-good img {
		width: 112px;
	}

	.container {
		width: calc(100% - 250px);
	}

}

@media all and (max-width: 1160px) {

	.section h2 {
		font-size: 50px;
	}

	.blurb {
		max-width: 400px;
	}

}

@media all and (max-width: 930px) {

	.logo,
	#my-milki-pack,
	.its-all-good {
		display: none !important;
	}

	.container {
		width: 100%;
	}

	.section {
		padding: 20px 0 !important;
	}

}

@media all and (max-width: 640px) {

    .section h2 {
        padding-bottom: 30px;
    }

}

/*****************************************/
/* PAGE 1 - HOME  */
/*****************************************/

#home {
	position: relative;
	float: left;
	width: 100%;
}

#hero {
	float: left;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

#logo {
	position: absolute;
	top: 100px;
	left: 70px;
	z-index: 999;
}

#logo img {
	width: 257px;
}

#home .its-all-good {
	position: absolute;
	top: 140px;
	left: 270px;
	z-index: 999;
}

#home .its-all-good img {
	width: 189px;
}

#home .heart-oh-my {
	position: absolute;
	left: 50%;
	top: 300px;
	margin: 0 0 0 -450px;
}

#home .heart-oh-my img {
	width: 300px;
}

#tell-us {
	position: absolute;
	top: 700px;
	left: 70px;
	z-index: 999;
}

#tell-us button {
	padding: 15px;
	width: 200px;
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #fff;
	background: #0156b1;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
}

@media all and (max-width: 1540px) {

	#home .heart-oh-my {
		margin: 0 0 0 -350px;
	}


	#home .heart-oh-my img {
		width: 200px;
	}
}

@media all and (max-width: 1340px) {

	#home .heart-oh-my {
		margin: 0 0 0 -250px;
	}

	#tell-us {
		top: auto;
		bottom: 100px;
	}

	#tell-us.to-animate {
		display: block !important;
	}

}

@media all and (max-width: 1100px) {

	#home .heart-oh-my {
		display: none;
	}

}

@media all and (max-width: 930px) {

	#hero {
		width: 100%;
		height: 680px;
		object-fit: cover;
		object-position: center;
	}

	#logo img {
		width: 160px;
	}

}

/*****************************************/
/* PAGE 2 - INSTANT BENEFITS */
/*****************************************/

#instant-benefits-content {
	margin: 0 auto;
	padding: 200px 0 0 0;
	width: calc(100% - 100px);
	max-width: 1200px;
}

#my-milki-pack-large {
	float: left;
	width: 35%;
}

#my-milki-pack-large img {
	width: 100%;
	height: auto;
}

#instant-benefits-text {
	float: left;
	margin-top: 30px;
	width: 65%;
}

@media all and (max-width: 1640px) {

	#instant-benefits-text {
		margin-top: 0;
	}

}

#instant-benefits-text ol li p.bullet {
	font-family: Montserrat-Light;
	font-size: 14px;
}

@media all and (max-width: 1280px) {
	#instant-benefits-text ol li p.bullet {
		font-family: Montserrat-Light;
		font-size: 12px;
	}
}

@media all and (max-width: 930px) {

	#instant-benefits-content {
		width: 100%;
	}

}

@media all and (max-width: 768px) {

	#my-milki-pack-large {
		clear: both;
		width: 100%;
	}

	#my-milki-pack-large img {
		float: none;
		margin: 0 auto;
		max-width: 360px;
		display: block;
	}

	#instant-benefits-text {
		clear: both;
		width: 100%;
	}
}

/*****************************************/
/* PAGE 3 - ADVENTURES */
/*****************************************/

#puzzle {
	clear: both;
	margin: 0 auto;
	padding: 0 0 100px 0;
	width: 100%;
	max-width: 980px;
	display: block;
	box-sizing: content-box;
}


@media all and (max-width: 930px) {

	#puzzle {
		padding: 0;
	}

}

/*****************************************/
/* PAGE 4 - NUTRITION FACTS */
/*****************************************/

#nutrition-facts img {
	clear: both;
	margin: 0 auto;
	padding: 100px 0;
	width: 100%;
	max-width: 918px;
	display: block;
	box-sizing: content-box;
}

@media all and (max-width: 930px) {

	#nutrition-facts img {
		padding: 0;
	}

}

/*****************************************/
/* PAGE 5 - IN AN INSTANT */
/*****************************************/

#method {
	clear: both;
	margin: 0 auto;
	padding: 100px 0;
	width: 100%;
	max-width: 630px;
	display: block;
	box-sizing: content-box;
}

@media all and (max-width: 930px) {

	#method {
		padding: 100px 0 0 0;
	}

}

/*****************************************/
/* PAGE 6 - CONTACT US */
/*****************************************/

#contact-form-result,
#contact-form {
	margin: 60px auto 0 auto;
	padding-right: 300px;
	width: 100%;
	max-width: 640px;
	box-sizing: content-box;
}

#contact-form-result {
	padding: 200px 0;
	display: none;
}

#contact-form h2 {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 100%;
	font-family: Montserrat-Regular !important;
	font-size: 30px !important;
	color: #08090c !important;
	text-align: center !important;
	transform: none !important;
	display: block !important;
}

#contact-form-result p {
	clear: both;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 100%;
	max-width: 600px;
}

#contact-form-form {
	padding: 20px;
	background: linear-gradient(135deg,  #ccffff 1%,#94beff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 30px;
}

::placeholder,
::-webkit--placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    font-size: 16px;
    color: #1d1e20;
}


input[type=text],
input[type=email],
textarea {
	margin: 5px 0;
	padding: 10px 5px;
	font-family: Montserrat-Regular;
	font-size: 16px;
	width: 100%;
	color: #1d1e20;
	border: none;
	border-radius: 30px;
	background: #dbf7ff;
}

textarea {
	height: 100px;
}

input[type=submit] {
	margin: 0 auto;
	padding: 10px 20px;
	width: 100%;
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #fff;
	background: #e1483f;
	display: block;
	border-radius: 30px;
}

.loading-animation {
    margin: 20px auto;
    border: 6px solid #ddd;
    border-radius: 50%;
    border-top: 6px solid #333;
    width: 60px;
    height: 60px;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#contact-us .heart-oh-my {
	position: absolute;
	right: 100px;
	bottom: 70px;
}

#contact-us .heart-oh-my img {
	width: 260px;
}

@media all and (max-width: 1540px) {

	#contact-form-result,
	#contact-form {
		padding-right: 200px;
	}

	#contact-us .heart-oh-my {
		right: 50px;
	}

	#contact-us .heart-oh-my img {
		width: 160px;
	}

}

@media all and (max-width: 1200px) {

	#contact-form-result,
	#contact-form {
		padding-right: 0;
	}

	#contact-us .heart-oh-my {
		display: none;
	}

}

#follow-us {
	margin: 40px 0 0 0;
	padding: 10px 60px;
	width: 440px;
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #fff;
	background: #0156b1;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
}

.social-icons {
	display: inline-block;
}

.icon-social-media {
	margin: 0 0 0 30px;
	display: inline-block;
	vertical-align: bottom;
}

.icon-social-media img {
	width: 50px;
}

@media all and (max-width: 650px) {

	#follow-us {
		width: 100%;
	}

	.social-icons {
		text-align: center;
		display: block;
	}

	.icon-social-media {
		margin: 15px;
	}

}