/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,62..125,100..900;1,62..125,100..900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Mixins */
html {
  font-size: clamp(1rem, 0.911rem + 0.238vw, 1.125rem);
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #424297;
  background: linear-gradient(to bottom, #424297 0%, black 100%);
  background-attachment: fixed;
  color: white;
  font-family: "Archivo", "Public Sans", "Franklin Gothic Medium", sans-serif;
  text-shadow: rgba(0, 0, 0, 0.5647058824) 0px 1.5px;
  line-height: 1.4;
  scrollbar-width: thin;
  scrollbar-color: #4f4f94 #1b1b42;
}

p {
  margin-block: 0 0.75em;
}

a {
  color: inherit;
  font-weight: 600;
  text-decoration-thickness: 2px;
}

h2 {
  font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: normal;
}

em {
  font-style: normal;
  font-variation-settings: "wdth" 125;
}

/* Definition List */
.grid-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-list dt,
.grid-list dd {
  align-content: center;
  padding-block: 0.3em;
  margin-bottom: 0.5em;
}
.grid-list dt {
  border-radius: 0.3rem;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.1019607843), inset -1px -1px 1px rgba(255, 255, 255, 0.1019607843);
  background: radial-gradient(ellipse at 34em 20em, transparent, transparent 74%, rgba(255, 255, 255, 0.0196078431) 76%, rgba(255, 255, 255, 0.1607843137) 100%), rgba(95, 81, 134, 0.3294117647);
  border-radius: 0.3rem 0 0 0.3rem;
  text-align: end;
  padding-inline: 0.5em;
  font-variation-settings: "wdth" 90;
}
.grid-list dd {
  padding-left: 0.1em;
  line-height: 1.2;
  margin-left: 0.75rem;
}

@media (max-width: 70rem) {
  .grid-list {
    display: block;
  }
  .grid-list dt {
    text-align: start;
    border-radius: 0.3rem 0.3rem 0px 0px;
    margin-bottom: 0;
    font-variation-settings: "wdth" 125;
  }
}
/* Noise Effect */
.noise {
  background-image: url(../noise.png);
  mix-blend-mode: soft-light;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  animation: noise 0.4s steps(1) infinite;
}

@keyframes noise {
  0%, 100% {
    background-position: 0% 0%;
  }
  20% {
    background-position: 50% 50%;
  }
  40% {
    background-position: 25% 25%;
  }
  60% {
    background-position: 75% 75%;
  }
  80% {
    background-position: 0% 100%;
  }
}
.site-header {
  position: relative;
  z-index: 100;
  display: flex;
  flex-flow: column;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 44rem;
  max-height: 21rem;
  background-image: url("../Nuages.gif");
  border-radius: 0 0 0.3rem 0.3rem;
  box-shadow: inset 0 -2px 5px #233948;
  text-shadow: none;
}

.logo {
  position: relative;
  margin-top: 14rem;
  margin-bottom: 2rem;
  margin-inline: 1rem;
  max-width: 24rem;
}

.petr {
  position: relative;
  max-width: 100%;
  z-index: 1;
  min-width: 0;
  margin: 0;
}

.logobar {
  max-width: 60%;
  min-width: 0;
  position: absolute;
  opacity: 0;
  left: -2%;
  bottom: -7%;
  z-index: 0;
  animation: slide 1s 1s forwards;
  margin: 0;
}

@keyframes slide {
  0% {
    left: -25%;
    opacity: 0;
  }
  100% {
    left: -2%;
    opacity: 1;
  }
}
.navbar {
  overflow: hidden;
  width: fit-content;
  max-width: calc(100vw - 5rem);
  position: absolute;
  bottom: -1.5em;
  border: 1px solid black;
  border-radius: 0.3rem;
  box-shadow: inset 0px 0px 3px rgba(255, 255, 255, 0.4);
}
.navbar ul {
  display: flex;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: clip;
}
.navbar li {
  padding: 0.6em 0;
  text-transform: uppercase;
  font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  list-style-type: none;
  margin: 0;
  letter-spacing: 0.05em;
}
.navbar li a {
  color: inherit;
  text-decoration: none;
  padding: 0.6em 0.6em;
}
.navbar li:nth-child(even) {
  backdrop-filter: blur(20px) brightness(200%);
  color: black;
}
.navbar li:nth-child(odd) {
  backdrop-filter: blur(20px) brightness(40%);
  color: white;
}

body {
  display: flex;
  justify-content: center;
}

.vertical-areas-layout {
  display: flex;
  flex-flow: column;
  max-width: 38rem;
  margin-inline: 1rem;
}
.vertical-areas-layout .site-header {
  margin-bottom: 1.75rem;
}

.three-area-layout {
  display: grid;
  grid-template-columns: minmax(min-content, 28rem) minmax(min-content, 30rem);
  grid-template-rows: 21rem auto;
  grid-template-areas: "header right" "bottom right";
  gap: 1.75rem;
  margin-inline: 1rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 70rem) {
  .fixed-left .site-header {
    position: sticky;
    top: 0;
  }
  .fixed-left .bottom-area > * {
    position: sticky;
    top: 23rem;
  }
}

.area {
  min-height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.site-header {
  grid-area: header;
}

.bottom-area {
  grid-area: bottom;
}

.right-area {
  grid-area: right;
  margin-top: 1.75rem;
}

@media (max-width: 70rem) {
  .three-area-layout {
    grid-template-columns: minmax(auto, 32rem);
    grid-template-areas: "header" "bottom" "right";
  }
  .right-area {
    margin-top: 0;
  }
}
.panel {
  z-index: 1;
  padding: 1rem 2rem;
  margin-bottom: 1.75rem;
}
.panel:last-child {
  margin-bottom: 0;
}
.panel {
  border: 1px solid rgba(74, 74, 134, 0.5019607843);
  border-radius: 0.3rem;
  box-shadow: inset 0 20px 20px -15px rgba(143, 134, 210, 0.7411764706), inset 0 20px 80px 0 rgba(139, 124, 240, 0.2), inset rgba(0, 0, 0, 0.8666666667) 0 -5px 20px, 0 0 8px 2px rgba(0, 0, 0, 0.3098039216);
}

.clickable {
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-block: 0.5rem;
  background-color: #1c2752;
  background: linear-gradient(45deg, #2b2b51 0%, #505095 50%, #2b2b51 100%);
  box-shadow: inset rgba(0, 0, 0, 0) 0 0 0, inset #1b1b42 0 -5px 1px, 0 5px 5px rgba(0, 0, 0, 0.2392156863);
  transition: 50ms;
  padding-block-end: 1rem;
  font-weight: 400;
  color: white;
  font-weight: inherit;
}
a:has(.clickable) {
  text-decoration: none !important;
  font-weight: inherit;
}
.clickable:hover {
  box-shadow: inset rgba(0, 0, 0, 0) 0 0 0, inset #1b1b42 0 -3px 1px, 0 5px 5px rgba(0, 0, 0, 0.2392156863);
  transform: translateY(1px);
}
.clickable h2 {
  font-size: 1.2em;
  font-weight: 500;
  margin-block: 0.25em 0.135em;
}

/** {
    outline: fuchsia 2px dashed !important;
}*/
.center {
  display: flex;
  place-items: center;
}

.site-header {
  position: relative;
  bottom: 5rem;
  border-radius: 0.3rem;
}

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