@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamGreek-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamGreek-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Phosphate';
    src: url('../fonts/Phosphate-Inline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
  --white: #ffffff;
  --main-color: #ffd600;
  --sec-color: #720f11;
}

html,
body { padding: 0; margin: 0; width: 100%; height: 100%; overflow: hidden; }
body { background: #ffffff; color: var(--sec-color); font-family: 'Gotham', Arial, Sans-serif; font-size: 1.5vw; }
header { width: 100%; z-index: 9; background: var(--sec-color); box-shadow: 0px 15px 20px -16px #000000; }
a { transition: color 0.4s; border: none; outline: 0; text-decoration: none; color: var(--sec-color); }
p { line-height: 1.6em; margin: 0; }
h1,h2 { padding-top: 5vh; margin: 0; padding: 0.3em 0; position: relative; font-size: 2em; }
h1 { font-family: 'Phosphate', Arial, Sans-serif; font-weight: normal; font-size: 3em; }
h2 { font-size: 2em; text-align: center; display: inline-block; padding-bottom: 1em; }
h2:after { content: ''; position: absolute; left: 0; width: 100%; height: 0.12em; background: var(--sec-color); bottom: 0.8em; }

.hidden { display: none !important; }

.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: var(--main-color); }
.mainMenu a.active { font-weight: bold; }
.mainMenu svg { display: none; }

.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: var(--white); }
.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: 70vw; overflow: hidden; position: relative; box-sizing: border-box; padding-top: 10vh; display: flex; flex-direction: column; background: #ffffff url(../images/bg.webp) no-repeat center right; background-size: cover; }
.contentWrapper { display: flex; align-items: stretch; width: 100%; height: 100%; position: relative; overflow: hidden; }
.rightWrapper { background: var(--main-color); width: 30vw; position: absolute; height: 100%; top: 0; right: 0; box-sizing: border-box; padding: 2em 1em 0; 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; width: 100%; margin-top: 1em; }
.logo { height: 15vh; top: 2em; left: 0; z-index: 2; }
.title { height: 55vh; top: 15vh; left: 50%; transform: translateX(-50%); }
.stars { height: 22vh; top: -3vh; left: 13vw; z-index: 1; pointer-events: none; }
.products { height: 50vh; bottom: 0; left: 0; }
.gift { width: auto; height: 50vh; margin: 0; position: relative; }
.bottom { position: absolute; bottom: 0; left: 0; width: 100%; height: 4vw; background: #ffffff; display: flex; align-items: center; justify-content: space-between; font-size: 1vw; box-sizing: border-box; padding: 1em; }
.sklavenitis { bottom: 1vw; right: 1em; height: 2vw; }

.page.homeWrapper { flex-direction: column; align-items: center; justify-content: space-evenly; height: 100%; }
.homeWrapper .textWrapper p { margin: 0; }
.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%; }


.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: 1em; padding-top: 2em; }
.formActive .stars { height: 22vh; top: 30vh; right: auto; left: 0; transform: rotate(230deg); }
.termspageActive .rightWrapper { padding-bottom: 5vw; font-size: 0.8em; }

.formWrapper > * { width: 100%; }
.seperator { display: block; width: 100%; height: 4px; background: var(--sec-color); }
input { font-family: 'Phosphate', Arial, Sans-serif; color: var(--sec-color); font-weight: normal; width: 100%; font-size: 1.2em; border: none; padding: 0.3em; display: block; margin: 0 auto; text-align: center; outline: 0; box-sizing: border-box; transition: 0.4s; background: transparent; }

input[type="submit"] { background: #ffffff; font-family: 'Gotham', Arial, Sans-serif; font-size: 1.7em; font-weight: bold; cursor: pointer; color: var(--sec-color); margin-bottom: 0.5em; border-radius: 10em; width: auto; padding: 0.2em 0.51em 0.1em; line-height: 1; }
input[type="submit"]:hover { background: var(--sec-color); color: var(--main-color); }

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

.checkboxWrapper { position: relative; display: flex; flex-direction: column; padding: 2em 0; align-items: center; overflow: hidden; }
.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; }
.checkboxWrapper label::before { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; border: 2px solid var(--sec-color); box-sizing: border-box; }
.checkboxWrapper label:after {content: '\00d7';position: absolute;transform: scale(0);left: 0;top: 0;margin: 0;color: var(--sec-color);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: #ffffff; }

::placeholder { color: var(--sec-color); opacity: 0.4; }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px var(--main-color) inset !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color:var(--sec-color);
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

.successActive .rightWrapper { padding-top: 0; background: var(--sec-color); color: var(--main-color);}
.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: 10vh 0; font-weight: bold; line-height: 1; }
.successMsg h2 span { font-size: .75em; }

.successMsg p { align-self: flex-end; line-height: 1.4em; padding-bottom: 2em; }
.successMsg .date { color: #ffffff; }
.successMsg p span { color: #ffff00; font-weight: bold; }

.termsWrapper,
.winnersWrapper { overflow: hidden; overflow-y: auto; height: 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%; table-layout: auto; font-size: 0.7em; }
.winners td,
.winners th { padding: 0.5em 0.2em; text-align: left; }
.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) {
	body { font-size: 1.2vw; }
}

@media screen and (max-width: 1439px) {
    input { font-size: 1.2em; padding: 0.2em; }
}

@media(orientation:portrait){
	body { font-size: 1.8vh; }
	h1 { display: inline-block; }
    .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; background: var(--sec-color); }
	.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 { display: none; }
    .mainMenu svg { display: inline-block; fill: #189fee; width: auto; height: 1.5em; margin-right: 1em; }
    .mainMenu a { color: #ffffff; font-size: 1.2em; padding-left: 0.51em; display: flex; align-items: center; }
    .logo {top: 0;left: 0;width: 25%; height: auto; }
    .contentWrapper { flex-direction: column; background-size: 2.5vh auto; }
    .leftWrapper { width: 100%; height: 40vh; position: relative; display: none; padding-top: 5vh; }
    .rightWrapper { width: 100%; height: 100vh; position: relative; top: auto; left: auto; overflow: visible; right: auto; padding: 1em 1em 2em; }

    .title { height: 23vh; top: 5vh; }
    .homeActive .contentWrapper { overflow: hidden; overflow-y: auto; }
	.homeActive .rightWrapper { height: auto; flex: 1; }
	.products { height: 20vh; bottom: 0; right: 0; }    
	.duck { height: 18vh; top: 6vh; left: 8vw; }
	.gift { width: auto; position:relative; z-index: 2; display: block; margin: 0 auto; height: 30vh; }
    .page.homeWrapper.active { display: block; }
    .homeActive .leftWrapper { display: flex; }
	
	.stars { height: 15vh; top: -5vh; left: 48vw; }
	.date { text-align: center; }

    .successMsg h2 { margin: 10vh 0; color: #ffffff; }
    .homeWrapper a { display: block; text-align: center; margin: 1em 0; }
    .homeActive .dateWrapper .star { display: block; }

	.formWrapper { padding-top: 10vw; }
	.formActive .rightWrapper { padding-bottom: 5vh; }

	.bottom { height: auto; display: flex; font-size: 0.5em; }
	.sklavenitis { position: relative; height: 3vh; bottom: auto; }
	.bottom p { padding-right: 5em; }
	
	
    .bag { display: none; }
    .bagMobile { display: block; }
    .bag svg .fillBlue { fill: #ffffff; }
    
	.winners { display: block; }
	.winners table { font-size: 1em; }
	.termsWrapper { font-size: 1.2em; }
	.winnersWrapper,
	.termsWrapper { padding: 2em 2em 4em; box-sizing: border-box; }


}

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

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

}