@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
html,
body { padding: 0; margin: 0; width: 100%; height: 100%; overflow: hidden; }
body { background: #d32a41; color: #ffffff; font-family: 'Gotham', Arial, Sans-serif; font-size: 1.4vw; }
header { width: 100%; z-index: 9; background: #f6bdb7; 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; }
h2:before,
h2:after { content: ''; position: absolute; bottom: 10px; left: 0; width: 100%; height: 1px; background: url(../images/thin-line.svg) repeat-x; background-size: auto 1px; }
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; }
.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: color 0.8s; line-height: 1; }
.mainMenu a.active,
.mainMenu a:hover { color: #d32a41; }


.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: 70.1vw; overflow: hidden; position: relative; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.autan { height: 20vh; position: relative; margin-bottom: 1em; }
.leftWrapper h1:before,
.leftWrapper h1:after { display: none; }

.contentWrapper { display: flex; align-items: stretch; width: 100%; height: 100%; position: relative; overflow: hidden; }
.rightWrapper { background: #d32a41; color: #ffffff; width: 30vw; position: absolute; height: 100%; top: 0; right: 0; box-sizing: border-box; padding: 2em 1em 0.3em; 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: 100%; margin: 0 auto; display: block; }
.gifts { padding: 1em 0; text-align: left; }
.gift img { position: relative; width: auto; max-width: 90%; max-height: 7em; margin: 0 auto 1em 0; }
.gift { position: relative; display: flex; align-items: flex-start; justify-content: flex-start; }
.gift .big { height: 6em; line-height: 1; margin: 0 0.6em 0 0; }
.gift b { font-size: 1.25em; font-weight: 900; display: block; }
.gifts .line { position: relative; width: 100%; margin: 0 0 2em 0; }

.text { width: 100%; height: auto; box-sizing: border-box; padding: 2em; position: absolute; bottom: 2em; overflow: hidden; }
.text h1 { font-size: 6vh; position: relative; z-index: 2; width: 100%; text-align: center; margin: 0; padding: 0; line-height: 1; font-weight: 900; }
.text h1 div { font-size: 1.4em; }

.bottom { position: absolute; bottom: 0; left: 0; width: 100%; height: 3rem; font-size: 0.5em; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 0 20%; background: #d32a41; }

.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: 1em; }
.homeWrapper .textWrapper .goto { border: none; outline: 0; }

.page,
.successActive .page.formWrapper.active { display: none; }
.page.active { display: block; }
.successActive .successMsg { display: block; }
.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; }
.termspageActive .rightWrapper { font-size: 0.8em; }

.formWrapper > * { width: 100%; }
.seperator { display: block; width: 100%; height: 0.1em; background: #ffffff; }
.seperator:first-child { background: transparent; }
input,
input:-webkit-autofill { 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: 'Gotham', Arial, Sans-serif; }

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

.formWrapper span.error { color: #c30000; text-align: center; display: block; margin: 3px 0; font-size: 12px; background: #ffffff; }

.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: #ffffff; }
input:-webkit-autofill { color: #ffffff !important; background: transparent !important; transition: all 5000s ease-in-out 0s; font-family: 'Gotham', Arial, Sans-serif !important; }

.successActive.formActive .stars { top: 20vh; left: 10vw; }
.successMsg { display: none; width: 100%; height: 100%; flex-wrap: wrap; align-items: flex-start; 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; }



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

@media(orientation:portrait){
	body { font-size: 2vh; }
    .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; }
    .rightWrapper { width: 100%; height: 100vh; position: relative; top: auto; left: auto; overflow: visible; right: auto; padding-top: 1em; border: none; }
    
    .top { height: 25vh; }
    .autan { height: 12vh; left: 1em; }
    .text { display: flex; align-items: center; }
    .leftWrapper h1,
    .homeWrapper h1 { font-size: 1.2em; }
    .home-title img { width: 70%; margin-bottom: 0; }
    .gift img { margin: 0 0 1em 0; }
    .gift { justify-content: center; text-align: left; }
    .title { height: auto; }
    .brands { height: 95%; bottom: 0; right: 20vw; }
    .homeActive .contentWrapper { overflow: hidden; overflow-y: auto; }
	.homeActive .rightWrapper { height: auto; flex: 1; border: none; }
	.products { height: 25vh; bottom: 0; right: 0; }    
	.duck { height: 18vh; top: 6vh; left: 8vw; }
	.homeWrapper .info { display: inline-block; font-size: 1.1em; }
	.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: flex;  }
	
	.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; }
	.formActive .formWrapper { max-height: 80vh; }
	input { font-size: 1em; }
	.checkboxWrapper label { font-size: 0.8em; text-align: left; padding-top: 0.4em; }
	.checkboxWrapper { margin: 0; }

	.bottom { padding: 0; }
	.intro .bottom { flex: 1; }
	.intro .mobileMenu { display: none; }
	.intro a { pointer-events: none; }
	.sklavenitis { position: relative; height: 3vh; bottom: auto; }
	.bottom p { padding: 0 1em; }
	
	
    .bag { display: none; }
    .bagMobile { display: block; }
    .bag svg .fillBlue { fill: #ffffff; }
    
	.termsWrapper { font-size: 1.2em; }
    .termsWrapper h2,
    .termsWrapper h1,
    .winnersWrapper h2,
    .termsContent h1 { color: #ffffff; }
	.winnersWrapper,
	.termsWrapper { padding: 2em; }
	.termspageActive .rightWrapper,
	.winnersActive .rightWrapper { padding-bottom: calc(4vw + 6em); 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; }
}

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

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

}