@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@font-face {
    font-family: 'Gift';
    src: url('../fonts/subset-Present-Normal.woff2') format('woff2'),
        url('../fonts/subset-Present-Normal.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* https://meyerweb.com/eric/tools/css/reset/v2.0-modified | 20110126License: none (public domain)*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a {
	text-decoration: none;
}
* {
    box-sizing: border-box;
}
:focus {
	outline: 0;
}
html, body {
    font-family: 'Open Sans', sans-serif;
    color:#000;
    overflow-x:hidden;
}
img {
	max-width: 100%;
	height: auto;
    vertical-align: middle;
}
h2 {
    font-family: 'Gift';
	color:#df131c;
    font-size: 100px;
    line-height: 72px;
    text-shadow: 3px 2px 3px #d0d0d0;
}
h3 {
    font-family: 'Gift';
	color:#fff;
    font-size: 60px;
    line-height: 42px;
}

.container {
	width: 980px;
	margin:0 auto;
}
#top {
	background: #000;
	width: 100%;
}
#top img {
    max-width: 180px;
    height: auto;
    padding: 20px 0;
}

#header {
	background: #d91f2c url(../img/header.jpg) no-repeat top left;
	background-size: cover;
	position: relative;
    min-height: 100vh;
}
#header a {
	color:#fff;
}
#header p {
	color:#fff;
    font-size: 20px;
    line-height: 30px;
}

.light-font {
	font-weight: 300;
}
.small-font,
.small-font p {
    font-size: 14px !important;
    line-height: 24px !important;
}

.mt0 {
	padding-top:0 !important;
}
#header-content {
	display: flex;
}
#header-content > div:first-child {
	max-width: 25%;
	flex-basis: 25%;
}
#header-content > div:last-child {
	max-width: 75%;
	flex-basis: 75%;
}
#header-content h3 {
    font-size: 32px;
    line-height: 28px;
    margin-top:50px;
}

.header-section {
	padding:40px 0;
}
.header-section ol {
	margin-top:10px;
}
.header-section li {
	list-style-position: inside;
	color:#fff;
}
.header-section .button {
	margin-top:15px;
    color: #000 !important;
    background: #ffffff;
}
.header-section .button:after {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}


p#castiga {
	font-size: 50px;
	line-height: 45px;
	color:#fff;
	position: absolute;
	top:15%;
	right: 12%;
	z-index: 99;
    font-family: 'Gift';
    text-align: center;
}
p#castiga span {
	font-size: 140px;
	line-height: 85px;
}
#wok {
    position: absolute;
    top: 10px;
    max-width: 55%;
    right: 0;
}
#noodles {
    position: absolute;
    top: 47%;
    max-width: 17%;
    right: 7%;
}
#bean-sprouts {
    position: absolute;
    top: 53%;
    max-width: 11%;
    right: 29%;
}
#soja {
    position: absolute;
    top: 57%;
    max-width: 8%;
    right: 22%;
}
#coconut {
    position: absolute;
    top: 79%;
    max-width: 13%;
    right: 11%;
}

#premiu1 {
    position: absolute;
    top: 32%;
    max-width: 16%;
    right: 46%;
}
#premiu2 {
    position: absolute;
    top: 56%;
    max-width: 13%;
    right: 40%;
}


form input[type="text"] {
    border: 0;
    padding: 5px 10px;
    width: 100%;
    margin: 5px 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}
form input[type="submit"]:hover {
	cursor: pointer;
}
form input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	margin-top:15px;
	border:0;
	background: #000 !important;
	color:#fff;
	padding:10px 20px;
	text-align: center;
	width: 100%;
	border-radius: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
form label {
	display: block;
	margin-top:10px;
}
input[type='checkbox'] {
    position: absolute;
    opacity: 0;
}
input[type='checkbox'] + span a {
	text-decoration: underline;
}
input[type='checkbox'] + span {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 13px;
    color: #fff;
}
input[type='checkbox'] + span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #000;
}
input[type='checkbox']:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}








#content1 {
	display: flex;
	text-align: center;
}
#content1 > div {
	background: #fff;
}
#content1 > div:first-child {
	max-width: 40%;
	flex-basis: 40%;
}
#content1 > div:last-child {
	max-width: 60%;
	flex-basis: 60%;
    align-self: center;
    text-align: center;
}


#recipes > div > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#recipes {
	display: flex;
}
#recipes > div {
	max-width: 25%;
	flex-basis: 25%;
	position: relative;
}

.gift {
    font-family: 'Gift';
}
.recipe-text {
	position: absolute;
	top:5%;
	left:5%;
	width: 90%;
	height: 90%;
}
.recipe-text h3 {
    font-family: 'Gift';
	color:#fff;
    font-size: 60px;
    line-height: 42px;
}
.recipe-text p {
	color:#fff;
	font-size: 16px;
	line-height: 24px;
    padding: 15px 0;
}
.recipe-text .button {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    background: #dd2031;
    padding: 10px 30px 10px 15px;
    border-radius: 20px;
}
.button:after {
    content: "";
    display: inline-block;
    position: relative;
    right: -10px;
    top: -1px;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
}

.red-section {
	width: 100%;
	background: #e1202d;
}
.red-section .container h3 {
	margin-right: 40px;
}
.red-section .container {
	display: flex;
	padding:40px 0;
}
.button {
    display: inline-block;
	position: relative;
    color: #fff;
    background: #dd2031;
    padding: 10px 30px 10px 15px;
    border-radius: 20px;
}
.button-white:after {
	border-color:#e1202d;
}
.button-white {
    color: #e1202d;
    background: #fff;
    padding: 10px 30px 10px 15px;
    border-radius: 20px;
}

footer {
	background: #000;
	width: 100%;
	padding: 60px 0;
}
footer ul:after {
	display: block;
	clear: both;
	content:"";

}
footer ul {
	width: 100%;
	display: block;
}
footer li a {
	color:#fff;
}
footer li {
	color:#fff;
    list-style: none;
    float: left;
    display: inline-block;
}

footer ul.footer-text {
	padding-bottom: 30px;
}
footer ul.footer-text li {
    padding-right: 30px;
}

footer ul.footer-social li {
    padding-right: 15px;
}

.clear {
	display: block;
	clear: both;
	content:"";
}


@media (max-width: 768px) {
	h2 {
	    font-size: 70px;
	    line-height: 52px;
	}
	.container {
		width: 95%;
		margin-left:2.5%;
	}
	.red-section .container,
	#header-content,
	#recipes,
	#content1 {
	    flex-wrap: wrap;
	}
	.red-section .container,
	#header-content > div,
	#recipes > div,
	#content1 > div {
		max-width: 100% !important;
    	flex-basis: 100% !important;
	}
	#header-content > div:last-child {
	    position: relative;
	    height: 50vh;
	}
	#content1 > div:last-child {
		padding: 40px;
	}
	.red-section .container h3 {
		margin:0 0 40px 0;
	    line-height: 52px;
	}

	p#castiga {
	    top: 0;
	    right: 0;
	    width: 100%;
	    font-size: 30px;
	    line-height: 30px;
	}
	p#castiga span {
		font-size: 70px;
    	line-height: 52px;
	}
	#wok {
	    max-width: 85%;
	}
	#noodles {
	    max-width: 27%;
	}
	#bean-sprouts {
	    max-width: 19%;
    	right: 38%;
	}
	#soja {
	    max-width: 11%;
	    right: 27%;
	}
	#coconut {
	    max-width: 20%;
	    right: 11%;
	}
	#premiu1 {
    	top: 33%;
    	left: 2%;
    	max-width: 40%;
    	right: initial;
	}
	#premiu2 {
    	top: 72%;
    	left: 12%;
    	max-width: 30%;
    	right: initial;
	}
}