/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/

/**
Add the correct font weight in Chrome and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: currentcolor;
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
}

body {
  background-color: #000000;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  font-family: "Antonio", sans-serif;
  overflow-x: hidden;
}

.hidden {
  display: none !important;
}

header {
  width: 100%;
  height: 100vh;
  padding: 31px;
  position: fixed;
  z-index: 10;
  background-color: black;
}
header nav {
  width: 100%;
}
header nav ul {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  row-gap: 62px;
  align-items: center;
  width: 100%;
  padding: 0;
}
header nav ul li {
  list-style: none;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-family: "Black Ops One", system-ui;
}
header nav ul li a {
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.9994rem, 1.7995rem + 0.9997vw, 2.9991rem);
}
header nav ul li:hover, header nav ul li.active {
  background-color: white !important;
}
header nav ul li:hover a, header nav ul li.active a {
  color: black !important;
}
header nav ul li:last-child {
  background-color: #EED61F;
}
header nav ul li:last-child a {
  color: black;
}

main {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  position: relative;
}
main .transition {
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url(../assets/images/keb-logo.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  position: absolute;
}
main .burger {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  margin-top: 31px;
  margin-left: 31px;
  z-index: 5;
  background-color: #000000;
  border: #000000 5px solid;
}
main .burger img {
  vertical-align: middle;
}
main .intro {
  width: 100%;
  height: 100vh;
  padding: 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
main .intro .title {
  margin: 0;
  color: white;
  font-size: clamp(2.8271rem, 2.5444rem + 1.4136vw, 4.2407rem);
  font-family: "Black Ops One", system-ui;
}
main .intro__background {
  background-image: url(../assets/images/keb-logo.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  background-position: center;
}
main .keb__section {
  min-height: 100vh;
}
main .keb__form {
  padding: 0px 31px 31px 31px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
main .keb__form button {
  height: 75px;
  background-color: #EED61F;
  color: black;
  font-size: clamp(1.9994rem, 1.7995rem + 0.9997vw, 2.9991rem);
}
main .formInput {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
main .formInput label {
  font-size: clamp(1.414rem, 1.2726rem + 0.707vw, 2.121rem);
}
main .formInput input, main .formInput select {
  height: 50px;
}
main .sectionHeader {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EED61F;
  margin-bottom: 62px;
}
main .subtitle {
  font-size: clamp(2.8271rem, 2.5444rem + 1.4136vw, 4.2407rem);
  font-family: "Black Ops One", system-ui;
  color: black;
  margin: 0;
}
main .explaination {
  width: 100%;
  padding: 0px 31px 31px 31px;
}
main .explaination .paragraph:last-child {
  margin-bottom: 0;
}
main .explaination span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: clamp(1.9994rem, 1.7995rem + 0.9997vw, 2.9991rem);
}
main .paragraph {
  margin-top: 0;
  margin-bottom: 31px;
  font-size: clamp(1.414rem, 1.2726rem + 0.707vw, 2.121rem);
  line-height: 140%;
}
main .theydont__header {
  margin-bottom: 31px;
}
main img {
  width: 100%;
}
main .subsubtitle {
  font-size: clamp(1.9994rem, 1.7995rem + 0.9997vw, 2.9991rem);
}
main .theydont__div {
  margin-bottom: 62px;
}
main .theydont__div h4 {
  font-size: clamp(1.9994rem, 1.7995rem + 0.9997vw, 2.9991rem);
  text-align: center;
  margin-bottom: 31px;
  margin-top: 0;
}
main .rejected, main .received {
  padding: 0px 31px 31px 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 31px;
  font-size: clamp(1.9994rem, 1.7995rem + 0.9997vw, 2.9991rem);
  text-align: center;
}
main .form__submit {
  cursor: pointer;
}
main .form__submit:hover {
  background-color: #FFFFFF;
}
main .form__submit:active {
  background-color: #000000;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  header nav ul {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    row-gap: 0;
    -moz-column-gap: 31px;
         column-gap: 31px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
  header nav ul li {
    height: 75px;
  }

  main .transition {
    width: 100%;
    height: 100%;
    background-color: black;
    background-image: url(../assets/images/keb-logo.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    position: absolute;
  }
  main .burger {
    display: none;
  }
  main .intro {
    padding: 75px 31px 31px 31px;
  }
  main .keb__form {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 31px;
         column-gap: 31px;
    row-gap: 62px;
  }
  main .keb__section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 31px;
         column-gap: 31px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  main .keb__section.joinus {
    padding-top: 137px;
    display: flex;
    flex-direction: column;
    gap: 62px;
  }
  main .form__name {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  main .form__surname {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  main .form__email {
    grid-column: 3/6;
    grid-row: 1/2;
  }
  main .form__birthday {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  main .form__gender {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  main .form__role {
    grid-column: 4/6;
    grid-row: 2/3;
  }
  main .form__submit {
    grid-column: 3/4;
    grid-row: 3/4;
  }
  main .sectionHeader {
    flex-direction: column;
    margin-bottom: 0;
    grid-column: 1/3;
  }
  main .sectionHeader h3 {
    margin: 0;
  }
  main .sectionHeader .keb__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  main .sectionHeader .keb__images--1 {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
    max-height: 362px;
    -o-object-fit: contain;
       object-fit: contain;
    justify-self: center;
  }
  main .subtitle {
    margin-bottom: 62px;
  }
  main .explaination {
    padding: 0px 31px 0px 0px;
    grid-column: 3/6;
    align-self: center;
  }
  main .ourfight {
    padding-top: 137px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 100vh;
  }
  main .ourfight .sectionHeader {
    grid-column: 1/2;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  main .ourfight .sectionHeader h3 {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.5em;
  }
  main .ourfight .explaination {
    grid-column: 3/6;
  }
  main .theydont {
    display: flex;
    flex-direction: column;
  }
  main .theydont__header {
    width: 100%;
    margin-bottom: 62px;
  }
  main .theydont__explaination {
    padding: 0px 31px 0px 31px;
  }
  main .theydont__div {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
    row-gap: 31px;
    -moz-column-gap: 31px;
         column-gap: 31px;
    align-items: center;
  }
  main .theydont__div h4 {
    margin-bottom: 0px;
    width: 100%;
    grid-row: 1/2;
    grid-column: 1/4;
  }
  main .theydont__div img {
    grid-row: 2/3;
  }
  main .yourrole {
    padding-top: 137px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 100vh;
  }
  main .yourrole .sectionHeader {
    grid-column: 1/2;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  main .yourrole .sectionHeader h3 {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.5em;
  }
  main .yourrole .explaination {
    grid-column: 3/6;
  }
  main .yourrole__section {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 62px;
  }
  main .yourrole__section .sectionHeader {
    grid-column: 1/3;
    height: 100%;
    width: 100%;
    padding: 0px 31px 31px 31px;
  }
  main .yourrole__section .sectionHeader h3 {
    margin-bottom: 31px;
  }
  main .rejected, main .received {
    height: 100vh;
    display: flex;
  }
}

/*# sourceMappingURL=app.css.map*/