/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
sub,
sup,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'PT Root UI';
  src: url(fonts/f82344daaacb5424b169.woff),
    url(fonts/f31c5219b0912845f393.woff2);
  font-weight: 700;
}
@font-face {
  font-family: 'PT Root UI';
  src: url(fonts/e24244df074291681cd3.woff),
    url(fonts/6f2ccf4ac327e1d6507e.woff2);
  font-weight: 500;
}
@font-face {
  font-family: 'PT Root UI';
  src: url(fonts/ea7178e3e5d27a1d3248.woff),
    url(fonts/b43dba986b9cde356afd.woff2);
  font-weight: 400;
}
@font-face {
  font-family: 'PT Root UI';
  src: url(fonts/8bf08d3a5b04f523d0d4.woff),
    url(fonts/f0497492db8214d4938e.woff2);
  font-weight: 300;
}

html {
  font-size: calc(1vw / 14.4);
}
body {
  /* font-family: 'PT Root UI', Arial, Helvetica, sans-serif; */
  font-family: 'Courier New', Courier, monospace;
  background-color: #121212;
  color: #d8d8d8;
}
h1 {
  font-weight: 700;
  font-size: 48rem;
  line-height: 56rem;
}
h2 {
  font-weight: 500;
  font-size: 32rem;
  line-height: 44rem;
}
h3 {
  font-weight: 400;
  font-size: 28rem;
  line-height: 36rem;
}
h4 {
  font-weight: 300;
  font-size: 24rem;
  line-height: 28rem;
}
a {
  text-decoration: none;
  color: inherit;
}
p,
ul,
ol,
a {
  font-size: 18rem;
  line-height: 24rem;
}
.logo {
  height: 600rem;
  width: 600rem;
  position: fixed;
  left: calc(50% - 300rem);
  background-position: center;
  z-index: -1;
  background-image: url(images/5d18240e4c0fd95898a7.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
#wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120rem;
  padding: 10rem 20rem;
}
#projects {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60rem;
}
.project {
  background-color: #11111185;
  backdrop-filter: blur(10rem);
  width: 960rem;
  display: flex;
  padding: 40rem;
  gap: 40rem;
  border: 5rem solid transparent;
  background-clip: padding-box;
  border-radius: 50rem;
  transition: transform ease 0.3s;
}
.project:hover .projectIMG {
  background-position: bottom left;
  transition: all ease 3s;
}
.project:hover {
  transform: translateY(-20rem);
  transition: transform ease 0.6s;
}
.project > div {
  width: 50%;
}
.progectTag {
  font-size: 12rem;
  padding: 1rem 8rem;
  background-color: #d8d8d8;
  border-radius: 10rem;
  color: #0f6700;
  display: inline-block;
  margin-bottom: 80rem;
}
.projectInfo {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.case #wrapper > * {
  background-color: #11111185;
  backdrop-filter: blur(10rem);
  width: 960rem;
  display: flex;
  padding: 40rem;
  border: 5rem solid transparent;
  background-clip: padding-box;
  border-radius: 50rem;
  flex-direction: column;
  gap: 60rem;
}
.case h1 {
  margin-bottom: 60rem;
}
#aboutCase p {
  width: 70%;
}
#aboutCase img {
  height: 48rem;
}
.flex {
  display: flex;
  gap: 10rem;
}
#programCase > div,
#lectorsCase > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
}
.case .program {
  width: 44%;
  color: #121212;
  background-color: #d8d8d8;
  padding: 20rem;
  border-radius: 10rem;
}
.case .lector {
  width: 44%;
  padding: 20rem;
  border-radius: 10rem;
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.case .lector img {
  width: 60%;
  border-radius: 40rem;
  filter: grayscale();
}
.case .lector p {
  margin-top: -20rem;
}
.projectIMG {
  background-image: url(images/8adea4d472c9d2857c12.png);
  background-size: contain;
  background-position: top left;
  border-radius: 40rem;
}
footer,
nav {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-end;
  gap: 40rem;
  background-color: #11111185;
  backdrop-filter: blur(10rem);
  width: 960rem;
  padding: 10rem 40rem;
  border: 5rem solid transparent;
  background-clip: padding-box;
  border-radius: 50rem;
}
footer .icon {
  filter: grayscale(100%);
  height: 40rem;
  width: 40rem;
  background-size: cover;
}
.tg {
  background-image: url(images/4c5782e23dde453d287a.png);
  opacity: 0.6;
}
.vk {
  background-image: url(images/a1aae8fe2d28ff536e6c.png);
}
nav a:hover {
  color: #0f6700;
  transition: all ease 0.6s;
}

#page-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 1000rem;
  text-align: left;
  margin: auto;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16rem;
  color: #26ff00;
  opacity: 0.9;
}

@media screen and (max-width: 780px) {
  html {
    font-size: calc(1vw / 5);
  }
  html,
  body,
  #wrapper {
    overflow-x: hidden;
  }
  .project,
  footer,
  .case #wrapper > * {
    width: 100%;
  }
  header,
  nav {
    width: 90%;
  }
  .project {
    flex-direction: column;
  }
  .projectIMG {
    min-height: 400rem;
  }
  .project > div {
    width: 100%;
  }
  #programCase .program {
    width: 40%;
  }
}
