/* FONT */
@font-face {
  font-family: "WorkSans-Light";
  src: url('./assets/Fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans-Medium";
  src: url('./assets/Fonts/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans-Regular";
  src: url('./assets/Fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/app.scss ***!
  \*************************************************************************************************************************************************/
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Colour palette */
:root {
  --black: #000;
  --white: #fff;
  --light-green: #C3F2DB;
  --global--color-background: #f5f5f5;
  --color-contact-background: #E1F0E9;
  --global--color-primary: #000;
  --footer-text: #7A7A7A;
  --font-size-headline: 75px;
  --font-size-headline-content: 30px;
  --font-size-subheadline-2: 46px;
  --font-size-foot-note: 14px;
  --line-height-headline: 92px;
  --line-height--headline-content: 42px;
  --line-height-subheadline-2: 54px;
  --container-padding: 25px 0 0 0;
  --layout: 40px 0px 40px 0px;
  --spacing: 20px;
  --flex-widht: 100%;
  --hero-section-height: 100vh;
}
@media (max-width: 1024px) {
  :root {
    --font-size-headline: 50px;
    --line-height-headline: 51px;
    --font-size-headline-content: 25px;
    --font-size-subheadline-2: 32px;
    --line-height-subheadline-2: 42px;
    --container-padding: 25px 20px 0 20px;
    --layout: 20px ;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-headline: 29px;
    --line-height-headline: 40px;
    --line-height--headline-content: 28px;
    --font-size-headline-content: 18px;
  }
}

/* CSS Reset */
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,
strong,
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 {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Style */
/**
 * Fonts
*/
@font-face {
  font-family: "TTFirsNeue-light";
  src: url(fonts/TTFirsNeue-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-medium";
  src: url(fonts/TTFirsNeue-Medium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-regular";
  src: url(fonts/TTFirsNeue-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
/**
 * Variables
*/
/* Colour palette */
:root {
  --black: #000;
  --white: #fff;
  --light-green: #C3F2DB;
  --global--color-background: #f5f5f5;
  --color-contact-background: #E1F0E9;
  --global--color-primary: #000;
  --footer-text: #7A7A7A;
  --font-size-headline: 75px;
  --font-size-headline-content: 30px;
  --font-size-subheadline-2: 46px;
  --font-size-foot-note: 14px;
  --line-height-headline: 92px;
  --line-height--headline-content: 42px;
  --line-height-subheadline-2: 54px;
  --container-padding: 25px 0 0 0;
  --layout: 40px 0px 40px 0px;
  --spacing: 20px;
  --flex-widht: 100%;
  --hero-section-height: 100vh;
}
@media (max-width: 1024px) {
  :root {
    --font-size-headline: 50px;
    --line-height-headline: 51px;
    --font-size-headline-content: 25px;
    --font-size-subheadline-2: 32px;
    --line-height-subheadline-2: 42px;
    --container-padding: 25px 20px 0 20px;
    --layout: 20px ;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-headline: 29px;
    --line-height-headline: 40px;
    --line-height--headline-content: 28px;
    --font-size-headline-content: 18px;
  }
}

/**
 * Helper mixins
*/
*, *::after, *::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "TTFirsNeue-regular", sans-serif;
  color: var(--black);
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-family: "TTFirsNeue-regular", sans-serif;
  font-size: var(--font-size-headline);
  line-height: var(--line-height-headline);
  margin-bottom: var(--spacing);
  color: var(--white);
}

p {
  font-family: "TTFirsNeue-light", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  border: none;
}

section {
  position: relative;
  padding: var(--spacing);
  background: var(--global--color-background);
}

.container {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.container.column {
  max-width: 659px;
}

.content-block {
  padding: calc(0.4 * var(--spacing));
  margin-bottom: calc(2.5 * var(--spacing));
}
.content-block img, .content-block h2, .content-block p {
  margin-bottom: calc(1.8 * var(--spacing));
}
.content-block h2 {
  font-size: var(--font-size-subheadline-2);
  line-height: var(--line-height-subheadline-2);
}
.content-block button {
  cursor: pointer;
  font-family: "TTFirsNeue-light", sans-serif;
  text-transform: uppercase;
  color: var(--white);
  background-color: transparent;
  border-style: solid;
  border-color: var(--light-green);
  font-size: 16px;
  padding: 15px 30px;
}

/*  HERO SECTION */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(images/design/background-novanapier.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--hero-section-height);
}
.hero p {
  color: var(--white);
  font-size: var(--font-size-headline-content);
  line-height: var(--line-height--headline-content);
}

/*  EXPERIENCE SECTION */
.experience {
  background-color: var(--light-green);
  background-image: url(images/design/icon-big-novanapier.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: var(--container-padding);
  min-height: 400px;
}
.experience .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .experience .container {
    display: block;
  }
}
.experience .content-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: var(--flex-widht);
  -ms-flex-item-align: end;
      align-self: end;
}
.experience .image-block {
  background-image: url(images/design/novanapier-phone.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  width: var(--flex-widht);
  min-height: 400px;
  height: 100%;
}

/*  BODY SECTION */
.body .container {
  max-width: 659px;
}

/*  CONTACT SECTION */
.contact {
  background-color: var(--color-contact-background);
  padding: 70px 0px 30px 0px;
  text-align: center;
}

/*  FOOTER SECTION */
footer {
  padding: var(--layout);
  text-align: center;
}
footer p {
  color: var(--footer-text);
  font-family: "TTFirsNeue-light", sans-serif;
  font-size: var(--font-size-foot-note);
}
