@font-face {
    font-family: 'CFAstyPro';
    src: url('../fonts/CFAstyPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CFAstyPro';
    src: url('../fonts/CFAstyPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'UN-Block';
    src: url('../fonts/UNBlockNormal.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
html,
body { padding: 0; margin: 0; width: 100%; height: 100%; overflow: hidden; }
body { background: #fbf8efff; color: #ffffff; font-family: 'CFAstyPro', Arial, Sans-serif; font-size: 1.4vw; }
header { width: 100%; z-index: 9; background: #ee3124; box-shadow: 0px 15px 20px -16px #000000; }
a { transition: color 0.4s; border: none; outline: 0; text-decoration: none; color: #ffffff; }
p { line-height: 1.4em; margin: 0; }
h1,h2 { padding-top: 5vh; margin: 0; padding: 1em 0; position: relative; font-size: 2em; font-weight: bold; font-family: 'UN-Block', Arial, Sans-serif; }
h2:after { content: ''; position: absolute; bottom: 10px; left: 0; width: 100%; height: 0.14em; background: url(../images/thin-line.svg) no-repeat; background-size: 100%; }
h2:before { top: 0.7em; bottom: auto; }
h2:after { bottom: 0.8em; top: auto; }
h2 { font-size: 2em; text-align: center; display: inline-block; line-height: 1; }
h2 span { font-size: 0.75em; }

.mainMenu { display: flex; justify-content: flex-end; align-items: center; list-style: none; padding: 0 3em 0 0; margin: 0; font-family: 'UN-Block', Arial, Sans-serif; }
.mainMenu li { position: relative; display: flex; align-items: center; }
.mainMenu li:after { content: ''; width: 2px; height: 1em; margin: 0.5em; background: #ffffff; display: inline-block; }
.mainMenu li:last-child:after { display: none; }
.mainMenu a { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 1em; padding: 0.1em 0.2em; display: block; text-align: center; transition: 0.8s; line-height: 1; }
.mainMenu a.active,
.mainMenu a:hover { -webkit-text-stroke: 1px #ffffff; -webkit-text-fill-color: transparent; }
header .cow { display: none; height: 30vh;}


.mobileMenu { width: 60px; height: 60px; position: absolute; top: 0; right: 0; cursor: pointer; z-index: 10; display: none; }
.mobileMenu div { position: absolute; left: 10px; top: 19px; width: 40px; height: 3px; transition: all 0.5s ease-out; transform: rotate(0); background: #ffffff; }
.headerActive .mobileMenu div,
.formActive .mobileMenu div { background: #ffffff; }
.mobileMenu div:nth-child(2) { top: 29px; } 
.mobileMenu div:nth-child(3) { top: 40px; }
.headerActive .mobileMenu div:nth-child(1) { transform: rotate(45deg); top: 29px; }
.headerActive .mobileMenu div:nth-child(2) { width: 0; left: 50%; }
.headerActive .mobileMenu div:nth-child(3) { transform: rotate(-45deg); top: 29px; }

.mainWrapper { width: 100%; height: 100%; display: flex; position: relative; flex-direction: column; }
.mainWrapper .imgBg { width: 100%; height: 100%; top: 0; left: 0; position: absolute; object-fit: cover; object-position: center center; }
.leftWrapper { width: 68vw; overflow: hidden; position: relative; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; }
.top { width: 100%; height: 60vh; position: relative; }
.bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.autan { height: 34vh; bottom: 1em; left: 2em; }
.leftWrapper h1:before,
.leftWrapper h1:after { display: none; }

.contentWrapper { display: flex; align-items: stretch; width: 100%; height: 100%; position: relative; overflow: hidden; }
.rightWrapper { background: transparent url(../images/wave.svg) no-repeat top left; background-size: auto 100%; color: #ffffff; width: 40vw; position: absolute; height: 100%; top: 0; right: 0; box-sizing: border-box; padding: 1em 1em 1em 17vh; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; }

    
img { position: absolute; width: auto; height: auto; }
.date { font-size: 0.8em; text-align: right; display: none; }
.homeActive .date { display: block; }
.logo { height: 5vh; top: 3em; left: 2em; z-index: 2; }
.home-title { position: relative; display: block; }
.home-title img { position: relative; width: 80%; margin: 0 auto; display: block; }
.home-title .mosquito-small {position: absolute;top: -3vw;right: -3.3vw;width: 7vw;transform: scale3d(-1, 1, 1);}
.gifts { padding: 1em; text-align: left; }
.gifts img { position: relative; width: 110%; max-height: 35vh; margin: 0 auto 0 -10%; }
.gift { margin-bottom: 2em; position: relative; }
.gift:after { content: ''; position: absolute; bottom: -0.3em; left: 0; width: 100%; height: 0.17em; background: url(../images/thick-line.svg) repeat-x; background-size: auto 100%; }
.gift b { font-size: 1.25em; font-weight: 900; }
.cow { height: 90vh; width: auto; bottom: 0; max-width: 100%; }
.bottom { width: 100%; height: 40vh; box-sizing: border-box; padding: 2em; position: relative; overflow: hidden; }
.bottom h1 { font-size: 6vh; position: relative; z-index: 2; width: 100%; text-align: center; margin: 0; padding: 0; line-height: 1; font-weight: 900; }
.bottom h1 div { font-size: 1.4em; }
.bottom .mosquito { bottom: -2vh; left: 5vw; width: 100%; height: auto; }

.sklavenitis { bottom: 1vw; right: 1em; height: 2vw; }

.page.homeWrapper { flex-direction: column; align-items: center; justify-content: space-evenly; height: 100%; }
.homeWrapper h1:before,
.homeWrapper h1:after { display: none; }
.homeWrapper .textWrapper p { margin: 0; }
.homeWrapper .info { position: relative; font-size: 1.2em; }
.homeWrapper .textWrapper .goto { border: none; outline: 0; }

.page,
.successActive .page.formWrapper.active { display: none; }
.page.active { display: block; }
.successActive .successMsg { display: flex; }
.page.formWrapper.active,
.page.homeWrapper.active { display: flex; }
.dateWrapper { width: 100%; }
.page { position: relative; z-index: 2; }


.formWrapper { width: 90%; height: 100%; margin: 0 auto; flex-wrap: wrap; align-items: center; justify-content: space-between; display: none; box-sizing: border-box; overflow: hidden; overflow-y: auto; }
.formActive .formWrapper { display: flex; }
.formActive .rightWrapper { padding-bottom: 4vw; padding-top: 2em; }
.formActive .stars { height: 22vh; top: 30vh; right: auto; left: 0; transform: rotate(230deg); }
.termspageActive .rightWrapper { font-size: 0.8em; }

.formWrapper > * { width: 100%; }
.seperator { display: block; width: 100%; height: 0.14em; background: url(../images/thin-line.svg) no-repeat center; background-size: auto 100%; }
input { color: #ffffff; width: 100%; font-size: 2.8vh; font-weight: bold; border: none; padding: 0.5em; display: block; margin: 0 auto; text-align: center; outline: 0; box-sizing: border-box; transition: 0.4s; background: transparent; font-family: 'UN-Block', Arial, Sans-serif; }

input[type="submit"] { background: #ffffff; font-size: 1.3em; cursor: pointer; color: #ee3124; margin-bottom: 0.5em; font-weight: 900; border: none; border-radius: 2em; padding: 0.15em 0.8em 0.1em; width: auto; }
input[type="submit"]:hover { background: #ee3124; color: #ffffff; }

.formWrapper span.error { color: #c30000; text-align: center; display: inline-block; margin: 3px 0; font-size: 12px; background: #ffffff; padding: 2px; }
.mosquito-bottom {position: absolute;top: 70vh;left: 2em; width: 3vw;height: 3vw;transform: scale3d(-1, 1, 1);overflow: hidden; display: none; }
.mosquito-bottom img { width: 135%; top: 0; right: 0; }
.formActive .mosquito-bottom { display: block; }

.mosquito-wrapper {position: relative; width: 100%; height: 3vw; transform: scale3d(-1, 1, 1); overflow: hidden; display: none; }
.mosquito-wrapper img { height: 250%; top: 0; left: 0; }
.termspageActive .mosquito-wrapper { display: block; }
.winnersActive .mosquito-wrapper { display: block; height: 6vw; }
.winnersActive .mosquito-wrapper img { height: 100%; }

.checkboxWrapper { position: relative; display: flex; flex-direction: column; padding: 10px 0; align-items: center; overflow: hidden; color: #000000; margin-top: 2em; }
.checkboxWrapper .error { order: 2; }
.checkboxWrapper input { visibility: hidden; opacity: 0; width: 0; height: 0; top: -100px; left: -100px; position: absolute; }
.checkboxWrapper label { display: inline-block; padding-left: 30px; position: relative; cursor: pointer; font-size: 12px; line-height: 1.8em; color: #ffffff; }
.checkboxWrapper label::before { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; border: 2px solid #ffffff; box-sizing: border-box; }
.checkboxWrapper label:after {content: '\00d7';position: absolute;transform: scale(0);left: 0;top: -1px;margin: 0;color: #ffffff;transition: 0.2s;font-weight: 900;line-height: 20px;font-size: 18px;backface-visibility: hidden;display: block;width: 18px;text-align: center;}
.checkboxWrapper input:checked~label:after { transform: scale(1); }
.checkboxWrapper a { text-decoration: underline; }
.checkboxWrapper a:hover { color: #d0ac54; }

::placeholder { opacity: 0.8; color: #ffffffc7; }

.successActive.formActive .stars { top: 20vh; left: 10vw; }
.successMsg { display: none; width: 100%; height: 100%; flex-wrap: wrap; align-items: center; justify-content: center; box-sizing: border-box; }
.successMsg h2 { margin: 0; font-weight: bold; line-height: 1; }
.successMsg h2 span { font-size: .75em; }

.successMsg p { align-self: flex-end; line-height: 1.4em; display: block; position: absolute; bottom: 0; right: 0; }
.successMsg p span { color: #ffff00; font-weight: bold; }
.successActive .successMsg .mosquito-wrapper { display: block; height: 17vh; transform: none; }
.successMsg .mosquito-wrapper img { height: 100%; left: 50%; }

.termsWrapper,
.winnersWrapper { overflow: hidden; overflow-y: auto; height: 100%; width: 100%; }
.winnersWrapper { text-align: center; }
.termsWrapper p,
.termsWrapper ul { line-height: 1.5em; }
.termsWrapper li { margin-bottom: 1.2em; text-align: left; }
.winnersWrapper p { color: #ffff00; }
.winners { display: inline-block; text-align: center; text-transform: uppercase; padding-bottom: 4em; }
.winner { margin-bottom: 2em; text-align: center; }
.winners h4 { color: #ffffff; }
.winners table { width: 100%; }
.winners td,
.winners th { padding: 0.5em 0.2em; text-align: left; font-size: 0.7em; }
.winners td:nth-child(1),
.winners th:nth-child(1) { text-align: right; }
.winners td h3 { text-align: left; font-size: 1.15em; }
.winnersWrapper .cookie { display: none; }


.termsContent a { text-decoration: underline; }

.star { position: absolute; top: 30%; left: 3%; width: 7%; }
.cookie { position: absolute; top: 10%; right: 3%; width: 12%; }
.dotts { position: absolute; bottom: 10%; right: 5%; width: 12%; }

.menuduck { display: none; position: absolute; top: 2em; left: 37%; width: 25%; }

@media screen and (max-width: 1600px) {
	
}

@media(orientation:portrait){
	body { font-size: 2vh; }
	h2 { font-size: 1.3em; }
    .mobileMenu { display: block; }
    header { display: flex; height: 100%; align-items: center; justify-content: center; transform: translate3d(-100%,0,0); transition: 0.8s ease-in-out; position: absolute; top: 0; left: 0; }
	.logo { z-index: 12; }
	.menuduck { display: block; } 
    .headerActive header { transform: translate3d(0,0,0); }
    .mainMenu { display: block; }
	.mainMenu li { margin: 1em 0; }
    .mainMenu li:after { display: none; }
    .mainMenu li:before { content: ''; width: 2em; height: 2em; background: url(../images/feet.svg) no-repeat center; background-size: contain; display: inline-block; }
    .mainMenu a { color: #ffffff; font-size: 1.2em; padding-left: 0.51em; }
    .logo {top: 1em;left: 1em; width: 15%; height: auto; }
    .contentWrapper { flex-direction: column; background-size: 2.5vh auto; }
    .leftWrapper { width: 100%; height: 40vh; position: relative; display: none; flex: 1; }
    .rightWrapper { background-image: url(../images/wave-mobile.svg); background-size: 100% auto; width: 100%; position: relative; top: 0; left: auto; overflow: visible; right: auto; padding: 10vw 1em 1em; border: none; margin-bottom: 0; flex: 1; 	}
	.rightWrapper:before { display: none; }
    
	.cow { width: auto; height: 40vh; max-width: 85%; }
	
    .top { height: 25vh; }
    .autan { height: 12vh; left: 1em; }
    .leftWrapper h1,
    .homeWrapper h1 { font-size: 2em; }
    .home-title img { width: auto; height: 10vh; margin: 1em auto; }
    .gifts img { width: auto; margin: 1em auto; height: 16vh; }
	.gifts { text-align: center; }
    .title { height: auto; }
    .brands { height: 95%; bottom: 0; right: 20vw; }
	.homeActive .mobileMenu div { background: #de2a29; }
	.homeActive.headerActive .mobileMenu div { background: #ffffff; }
    .homeActive .contentWrapper { overflow: hidden; overflow-y: auto; }
	.homeActive .rightWrapper { height: 69vh; flex: 1; border: none; top: 31vh; position: absolute; left: 0; }
	.products { height: 25vh; bottom: 0; right: 0; }    
	.duck { height: 18vh; top: 6vh; left: 8vw; }
	.homeWrapper .info { display: inline-block; font-size: 1.1em; }
	.gift { width: 80%; position:relative; z-index: 2; display: block; margin: 10% auto 0; }
	.homeWrapper p + a { width: calc(100% + 2em); margin: 0 -1em; position: relative; overflow: hidden; } 
	.homeWrapper p + a:before { content: ''; background: #fee100; width: 100%; height: 100%; top: 3vw; left: 0; position: absolute; }
	
    .page.homeWrapper.active { display: block; }
    .homeActive .leftWrapper { display: block; height: 40vh; position: absolute; left: 0;  }
	
	.stars { height: 15vh; top: -5vh; left: 48vw; }
	.date { bottom: 6.5vh; }

    .homeWrapper a { display: block; text-align: center; }
    .homeActive .dateWrapper .star { display: block; }

	.formActive .rightWrapper { padding-bottom: 0; top: 0; }
	.formActive .formWrapper { max-height: 80vh; }
	input { font-size: 1em; }
	.checkboxWrapper label { font-size: 0.8em; text-align: left; }
	.checkboxWrapper { margin: 0; }

	.bottom { height: auto; display: flex; font-size: 0.5em; }
	.intro .bottom { flex: 1; }
	.intro .mobileMenu { display: none; }
	.intro a { pointer-events: none; }
	.sklavenitis { position: relative; height: 3vh; bottom: auto; }
	.bottom p { padding-right: 5em; }
	
	
    .bag { display: none; }
    .bagMobile { display: block; }
    .bag svg .fillBlue { fill: #ffffff; }
    
    .termsWrapper h2,
    .termsWrapper h1,
    .winnersWrapper h2,
    .termsContent h1 { color: #ffffff; }
	.winnersWrapper,
	.termsWrapper { padding: 2em; }
	.termspageActive .rightWrapper,
	.winnersActive .rightWrapper { padding-bottom: 1em; font-size: 1em; }
	
	.mosquito-wrapper { height: 10vw; margin-top: 2em; }
	.mosquito-bottom { width: 10vw; height: 10vw; }
	.winnersActive .mosquito-wrapper { height: 16vw; margin-top: 2em; }
	.winnersActive .mosquito-wrapper img { left: 6em; }
	
	.successMsg p { text-align: center; width: 100%; }
	.date { text-align: center; }
	header .cow { display: block; position: absolute; bottom: 0; left: 0; }
}

@media only screen and (max-width: 1023px) and (min-width: 600px)  {
    .leftWrapper .duckPng { height: 38vh; }
}

@media screen and (max-width: 700px) {

}