/* Designed by Hoku, developed by Nick Melas - https://www.hokudesign.gr */
/*
Colors
*/
@font-face {
    font-family: 'CFAstyStd';
    src: url('../fonts/CFAstyStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CFAstyStd';
    src: url('../fonts/CFAstyStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'CFAstyStd';
    src: url('../fonts/CFAstyStd-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'CFAstyStd';
    src: url('../fonts/CFAstyStd-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'CFAstyStd';
    src: url('../fonts/CFAstyStd-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'CFAstyStd';
    src: url('../fonts/CFAstyStd-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'PFEurosetCondensedMedium';
    src: url('../fonts/PFEurosetCondensedMedium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 1000;
    font-style: normal;
}


html, body, .pageWrapper { margin: 0; padding: 0; }
body { color: #ffffff; font-size: 1vw; font-family: 'CFAstyStd', sans-serif; text-align: center; }
a { text-decoration: none; color: #ffffff; transition: 0.4s ease-out; }
a:hover { color: #bbfefd; }
h1,.h1 { font-family: 'PFEurosetCondensedMedium', sans-serif; font-size: 5em; }
h2 { font-weight: 600; font-size: 1.85em; }
h3 { font-size: 1.5em; font-weight: 600; }
h4 { font-size: 1.3em; }
b { font-weight: 600; }
.mainHeader { position: absolute; top: 0; left: 0; width: 100%; z-index: 99; display: flex; align-items: center; }
.logo { width: 10em; padding: 1em; }
.logo img { width: 100%; height: auto; }
.menuRight { display: flex; justify-content: flex-end; width: 100%;  }
.mainMenu { width: 100%; color: #ffffff; padding: 0 1em; }
.mainMenu ul { display: flex; align-items: center; list-style: none; padding: 0; justify-content: flex-end; }
.mainMenu li:after { content: '|'; margin: 0 1em; }
.mainMenu li:last-child:after { display: none; }
.social { padding: 0 1em; }
.social ul { display: flex; align-items: center; list-style: none; padding: 0; }
.social li { margin: 0 0.2em; }

.mainWrapper { width: 60%; position: relative; margin: 0 auto; }
.mainWrapper img { max-width: 100%; }
.page ul { list-style: none; padding: 0; margin: 1em 0; }
.page li { position: relative; line-height: 1.3em; padding-left: 1em; }
.page li:before { content: ''; width: 0.4em; height: 0.4em; position: absolute; top: 0.35em; left: 0; background: #ffffff; border-radius: 50%; }
.page { overflow: hidden; position: relative; min-height: 100vh; background: url(../images/bg.png) no-repeat; background-size: cover; padding: 6em 3em; display: flex; align-items: center; box-sizing: border-box; }
.page.mask { margin-top: -6vw; -webkit-mask-size: 100%; }
.page.maskLeft { -webkit-mask-image: url(../images/left.svg); }
.page.maskRight { -webkit-mask-image: url(../images/right.svg); }
.page1 { position: relative; width: 100%; padding: 56.25% 0 0; min-height: 0; }
.page1 iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.page2 { min-height: 100vh; background: url(../images/page2-bg.png) no-repeat center center; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative; }
.page2 img { width: 60%; height: auto; }
.page2 .mainWrapper { display: flex; align-items: center; }
.page2 .textWrapper { padding-left: 0.5em; font-size: 3.8em; color: #ffffff; font-weight: 300; line-height: 1.1; font-family: 'Manrope', sans-serif; }
.page2 .size1  { font-size: 1.1em; font-weight: 900; } 
.page2 .size2  { font-size: 1.3em; font-weight: 900; } 
.page2 .size3  { font-size: 1.3em; }
.page2 .size4  { font-size: 0.9em; }
.page2 .size5  { font-size: 1.7em; font-weight: 900; } 
.page2:before { content: ''; position: absolute; top: -10%; right: 0; width: 45%; height: 110%; background: url(../images/x.svg) no-repeat; background-size: auto 120%; }

.page3:before { content: ''; position: absolute; top: -10%; left: 0; width: 45%; height: 110%; background: url(../images/x.svg) no-repeat; background-size: auto 120%; background-position: center right; }
.page3 .logo { width: 10em; }
.page3 .item { padding-left: 4.5em; text-align: left; }
.page3 .item .icon { width: 3.5em; height: auto; position: absolute; top: 0; left: 0; }
.page3 .item h3 { margin: 0.2em 0 0.2em -4.5em; position: relative; padding-left: 4.5em; }
.page3 .item h4 { font-weight: 100; margin: 0; }
.page3 .inline { width: 20vw; }
.page.page3 ul { margin: 0.8em 0 3em; }

.page4 { text-align: left; }
.page4 .mainWrapper { width: 50%; }
.page4 .wrapper { display: flex; align-items: flex-start; justify-content: space-between; }
.page4 .col { width: calc(50% - 2em); box-sizing: border-box; }
.page4 .couple { width: 100%; }
.findit { margin: 1em 0; font-weight: 600; text-align: right; font-size: 1.1em; }
.findit > div { display: inline-block; text-align: center; }
.findit b { font-size: 1.5em; }
.findit img { width: 3.5em; }
.renerLogo { margin-top: 1em; width: 7em; }

.page5 { background: url(../images/lightning-bg.jpg) no-repeat center right; background-size: cover; }
.page5 img { width: 100%; /* filter: drop-shadow(2px 4px 6px black); */}

.page6:before { content: ''; position: absolute; top: -10%; left: 0; width: 45%; height: 110%; background: url(../images/x.svg) no-repeat; background-size: auto 120%; background-position: center right; }
.page6 .contactIcons { display: flex; text-align: center; width: 100%; max-width: 700px; margin: 0 auto; }
.page6 .contactIcons .item { width: 33.33%; }
.contactIcons i { font-size: 4em; }
#mailForm { display: flex; flex-wrap: wrap; width: 100%; align-items: flex-start; justify-content: space-between; margin-bottom: 5em; }
#mailForm .note,
#mailForm .fieldWrapper,
#mailForm .buttonWrapper { width: 100%; margin: 0.5em 0; }
#mailForm .fieldWrapper.half { width: calc(50% - 1.2em); }
#mailForm input,
#mailForm label { width: 100%; display: block; }
#mailForm input,
#mailForm textarea { padding: 1em; border: none; border-radius: 0.5em; box-sizing: border-box; outline: none; width: 100%; }
#mailForm textarea { height: 10em; }
#mailForm label { margin: 0.5em 0; }
#mailForm button { font-size: 1.3em; padding: 0.5em 1.5em; background: #000000; color: #ffffff; border-radius: 0.5em; border: none; cursor: pointer; }
.thankyou { margin: 1em 0; text-align: center; width: 100%; }
.contactForm + img { filter: drop-shadow(2px 4px 6px black); }

.page7 { background: #0064ac url(../images/bg2.jpg) no-repeat center top; background-size: 100% auto; }
.page7:before { content: ''; position: absolute; top: -10%; left: 0; width: 45%; height: 110%; background: url(../images/x.svg) no-repeat; background-size: auto 120%; background-position: center right; }
.smallWrapper { max-width: 600px; margin: 3em auto; text-align: left; }
.smallWrapper ul,
.smallWrapper p { margin-top: 0; }
.smallWrapper h4 { margin-bottom: 0.2em; } 
.page7 .notice { padding: 1em; border-radius: 1em; background: #000b33; max-width: 800px; margin: 3em auto; }
.qaList { text-align: left; counter-reset: counter; list-style: none; }
.qaList > li { padding-left: 6em; margin: 2em 0; }
.qaList > li:before { counter-increment: counter; content: counter(counter); width: auto; height: auto; position: absolute; top: 0.35em; left: 0; background: transparent; border-radius: 0; font-size: 6em; font-weight: 900; }
.qaList ul > li { font-weight: bold; }
.qaList h3 { font-size: 1.8em; padding: 0.6em 0 0.3em; border-top: 1px solid #ffffff; line-height: 1.2em; }
.qaList a { display: block; word-wrap: break-word; overflow: hidden; }
.expand { padding: 0 0 1em 0; display: none; }
.expand p:first-child { margin-top: 0; }
.expand h4 { margin: 2em 0 0.5em 0; }
.expander { text-align: center; padding: 1em; }
.expander span { display: inline-block; width: 3em; height: 3em; background: #ffffff; position: relative; border-radius: 50%; cursor: pointer; }
.expander span:before,
.expander span:after { content: ''; position: absolute; width: 1.5em; height: 0.4em; background: #0064ac; top: 1.25em; left: 0.74em; transition: 0.4s; }
.expander span:after { transform: rotate(90deg); }
.expander.active span:after { transform: rotate(0deg); }
.full { width: 100%; }
.footerWrapper { padding: 3em; background: #001a4e; }
footer .notice { max-width: 1400px; margin: 0 auto; }
footer .copyright { margin: 5em 0 0; }

.skroutz {position: absolute;bottom: -1em;right: -3em;font-family: 'PFEurosetCondensedMedium', sans-serif;font-size: 1.6em;line-height: 1;width: auto;}
.skroutz div {padding: 0.25em 0.45em;background: #001a4e;border: 1px solid #00a9ee;display: inline-block;position: relative;z-index: 2;border-radius: 0.4em;box-shadow: 0 0 10px -3px #8edeff;}
.skroutz span {font-size: 0.4em;display: block;}
.skroutz img {width: 66%;position: absolute;top: -1.5em;right: -2em;z-index: 1; mix-blend-mode: screen; }


/* Responsive */
@media only screen and (orientation: portrait) {
    body { font-size: 1.5vh; }
    h1, .h1 { font-size: 3em; }
    .mainWrapper,
    .page4 .mainWrapper { width: calc(100% - 2em); }
    .page,
    .page2 { min-height: 50vh; }
    .page2 { background-position: 20% center; }
    .page1 { min-height: 0; }
    .page2 .mainWrapper { display: block; }
    .page3 .inline { width: 50vw; margin-bottom: 1em; }
    .page4 .wrapper { display: block; }
    .page4 .col { width: 100%; }
    .qaList { padding-left: 0; }
    .smallWrapper { width: 70%; margin: 0 0 0 20%; }
    #mailForm .fieldWrapper.half { width: 100%; }
    .skroutz { bottom: -3em; right: 0; }
}
@media only screen and (max-width: 700px) {
    .mainHeader { position: relative; background: #000625; }
    .mainMenu li:after { margin: 0 0.2em; }
}