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;
}

/* FONTS FACES */
@font-face {
  font-family: "Twin Marker";
  src: url(assets/font/TwinMarker.ttf);
}
@font-face {
  font-family: "Londrina";
  src: url(assets/font/LondrinaSolid-Light.ttf);
}
@font-face {
  font-family: "Lato";
  src: url("assets/font/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato-SemiBold";
  src: url("assets/font/Lato-SemiBold.ttf");
}
/* GLOBAL */
/* UTIL CLASSES */
/* HEADER */
/* FOOTER / CONTACT */
/* IF MOBILE DEVICE */
/* HEADER */
/* FOOTER / CONTACT */
/* IF DESKTOP DEVICE */
/* FOOTER / CONTACT */
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  letter-spacing: 0.7px;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote {
  quotes: none;
}
blockquote:before {
  content: "";
  content: none;
}
blockquote:after {
  content: "";
  content: none;
}

q {
  quotes: none;
}
q:before {
  content: "";
  content: none;
}
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  font-family: "Lato";
  font-size: 20px;
  line-height: 1.5rem;
}

.text-left-align {
  text-align: left;
}

.text-right-align {
  text-align: right;
}

.color-primary {
  color: #FCC426;
}

.color-secondary {
  color: #A63620;
}

.header-section {
  background-image: url("assets/img/header_background.png");
  background-color: #0B181D;
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #F9F8EB;
}
.header-section header {
  height: 100%;
}
.header-section header .mobile-content {
  font-family: "Twin Marker";
  font-size: 53px;
}

#studio-section {
  position: relative;
  background-image: url("assets/img/skel_background_motif_light.png");
  background-repeat: repeat;
  background-color: #FCC426;
  color: #0B181D;
  line-height: 1.2em;
  letter-spacing: normal;
  font-family: Lato-SemiBold;
}
#studio-section::before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  background-image: url("assets/img/separator_yellow.svg");
  background-position: center;
  display: inline-block;
  width: 100%;
  height: 21px;
}
#studio-section::after {
  z-index: 1;
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  background-image: url("assets/img/separator_yellow.svg");
  background-position: center;
  display: inline-block;
  width: 100%;
  height: 21px;
  transform: rotate(180deg);
}
#studio-section ul li {
  margin-top: 6px;
  margin-left: 32px;
  list-style: disc;
}

#project-section {
  position: relative;
  background-image: url("assets/img/game_background.jpg");
  background-repeat: no-repeat;
  background-color: #2A0F09;
  min-height: 1187px;
  color: #F9F8EB;
}
#project-section .project-bg-eyes {
  position: absolute;
  left: 0;
  top: 0;
}
#project-section .project-bg-eyes img {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  animation: eye-animation 4s infinite;
}
#project-section .project-bg-eyes img:first-child {
  transform: translateX(170px) translateY(240px);
}
#project-section .project-bg-eyes img:last-child {
  transform: translateX(270px) translateY(195px);
}

#footer-section {
  position: relative;
  background-image: url("assets/img/skel_background_motif_dark.png");
  background-repeat: repeat;
  background-color: #0B181D;
  color: #F9F8EB;
}
#footer-section::before {
  position: absolute;
  top: -20px;
  content: "";
  background-image: url("assets/img/separator_dark.svg");
  background-position: center;
  display: inline-block;
  width: 100%;
  height: 21px;
}
#footer-section h2 {
  margin-bottom: 10px;
  font-family: "Londrina";
  font-size: 40px;
}
#footer-section .rs {
  width: 64px;
  height: 64px;
  position: relative;
}
#footer-section .rs:hover .rs-bg {
  opacity: 1;
}
#footer-section .rs:hover .rs-icon {
  filter: brightness(0) saturate(100%) invert(5%) sepia(48%) saturate(747%) hue-rotate(151deg) brightness(102%) contrast(93%);
}
#footer-section .rs * {
  transition: all 0.2s;
}
#footer-section .rs .rs-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#footer-section .rs .rs-icon {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .header-section header nav {
    display: none;
  }
  .header-section header .desktop-content {
    display: none;
  }
  .header-section header .mobile-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 85px;
  }
  .header-section header .mobile-content img {
    width: auto;
    max-width: 294px;
    padding: 0 33px;
  }
  .header-section header .mobile-content .catch-phrase {
    width: calc(100% - 66px);
    max-width: 294px;
    padding: 0 33px;
    line-height: 1em;
  }
  .header-section header .mobile-content .catch-phrase > span {
    display: inline-block;
    width: 100%;
  }
  .header-section header .mobile-content .catch-phrase > span:last-child {
    margin-top: 15px;
  }
  #studio-section {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 50px 33px;
    padding-bottom: 110px;
  }
  #studio-section .studio-title .studio-title-desktop {
    display: none;
  }
  #studio-section .studio-title .studio-title-mobile {
    display: block;
  }
  #studio-section .studio-content {
    display: flex;
    flex-direction: column;
    gap: 90px;
  }
  #studio-section .studio-content .studio-content-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  #studio-section .studio-content .studio-content-list .studio-content-list-item h3 {
    font-size: 1.4em;
    font-family: "Londrina";
    color: #A63620;
    margin-bottom: 8px;
  }
  #project-section {
    min-height: auto;
  }
  #project-section .project-title-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 512px;
    background: rgb(42, 15, 9);
    background: linear-gradient(0deg, rgb(42, 15, 9) 20%, rgba(42, 15, 9, 0) 50%);
  }
  #project-section .project-title-content .project-title {
    padding: 0 50px;
    display: flex;
  }
  #project-section .project-title-content .project-title .project-title-desktop {
    display: none;
  }
  #project-section .project-title-content .project-title .project-title-mobile {
    display: block;
  }
  #project-section .project-title-content .project-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 50px;
  }
  #project-section .project-title-content .project-content .more-information {
    margin-top: 16px;
    font-family: "Londrina";
    font-size: 1.5em;
    color: #FCC426;
  }
  #footer-section .desktop-content {
    display: none;
  }
  #footer-section .desktop-content h2 {
    display: none;
  }
  #footer-section .mobile-content {
    padding: 50px 33px;
  }
  #footer-section .mobile-content .title {
    margin-bottom: 60px;
  }
  #footer-section .mobile-content .speech {
    margin-bottom: 60px;
  }
  #footer-section .mobile-content .contact {
    margin-bottom: 60px;
  }
  #footer-section .mobile-content .contact a {
    text-decoration: none;
    color: #F9F8EB;
  }
  #footer-section .mobile-content .rs {
    margin-top: 30px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-section header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    padding: 33px 100px 0 100px;
    font-family: "Londrina";
    font-size: 40px;
  }
  .header-section header nav ul {
    display: flex;
    gap: 50px;
    height: 75px;
    padding: 33px 100px 0 100px;
  }
  .header-section header nav ul li a {
    position: relative;
    text-decoration: none;
    color: #F9F8EB;
  }
  .header-section header nav ul li a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    background-image: url("assets/img/underline.svg");
    background-size: cover;
    width: 0%;
    height: 4px;
    transition: all 0.2s;
  }
  .header-section header nav ul li a:hover::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    background-image: url("assets/img/underline.svg");
    background-size: cover;
    width: 100%;
    height: 4px;
  }
  .header-section header img {
    width: auto;
    height: 75px;
  }
  .header-section header .desktop-content {
    display: flex;
    height: calc(100% - 108px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-section header .desktop-content img {
    width: auto;
    height: 150px;
  }
  .header-section header .desktop-content p {
    font-family: "Twin Marker";
    font-size: 63px;
    margin-top: 50px;
  }
  .header-section header .mobile-content {
    display: none;
  }
  #studio-section {
    display: flex;
    justify-content: center;
    gap: 90px;
    padding: 100px 90px;
    font-size: 24px;
  }
  #studio-section .studio-title {
    position: sticky;
    top: 64px;
    align-self: flex-start;
  }
  #studio-section .studio-title .studio-title-desktop {
    display: block;
  }
  #studio-section .studio-title .studio-title-mobile {
    display: none;
  }
  #studio-section .studio-content {
    max-width: 920px;
    display: flex;
    flex-direction: column;
    gap: 90px;
  }
  #studio-section .studio-content .studio-content-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  #studio-section .studio-content .studio-content-list .studio-content-list-item {
    min-width: 256px;
    width: 30%;
    flex-grow: 1;
  }
  #studio-section .studio-content .studio-content-list .studio-content-list-item h3 {
    font-size: 1.4em;
    font-family: "Londrina";
    color: #A63620;
    margin-bottom: 16px;
  }
  #studio-section .studio-content .studio-content-list .studio-content-list-item p {
    font-size: 22px;
  }
  #project-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    padding: 0 90px;
  }
  #project-section .project-title-content {
    position: sticky;
    top: 32px;
    margin-left: 562px;
    margin-top: 128px;
    margin-bottom: 256px;
    max-width: 620px;
  }
  #project-section .project-title-content .project-title {
    width: 100%;
  }
  #project-section .project-title-content .project-title .project-title-desktop {
    width: 100%;
    max-width: 680px;
    display: block;
  }
  #project-section .project-title-content .project-title .project-title-mobile {
    display: none;
  }
  #project-section .project-title-content .project-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  #project-section .project-title-content .project-content .more-information {
    margin-top: 16px;
    font-family: "Londrina";
    font-size: 1.5em;
    color: #FCC426;
  }
  #footer-section .mobile-content {
    display: none;
  }
  #footer-section .desktop-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 100px 0;
    font-size: 24px;
    width: 100%;
  }
  #footer-section .desktop-content .content {
    max-width: 920px;
    display: flex;
    flex-direction: column;
    gap: 85px;
  }
  #footer-section .desktop-content .information {
    display: flex;
    gap: 65px;
  }
  #footer-section .desktop-content .information h2 {
    margin-bottom: 20px;
  }
  #footer-section .desktop-content .contact a {
    position: relative;
    text-decoration: none;
    color: #F9F8EB;
  }
  #footer-section .desktop-content .contact a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    background-image: url("assets/img/underline.svg");
    background-size: cover;
    width: 0%;
    height: 4px;
    transition: all 0.2s;
  }
  #footer-section .desktop-content .contact a:hover::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    background-image: url("assets/img/underline.svg");
    background-size: cover;
    width: 100%;
    height: 4px;
  }
}
@keyframes eye-animation {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  29% {
    opacity: 0.5;
  }
  30% {
    opacity: 0;
  }
  44% {
    opacity: 0;
  }
  45% {
    opacity: 0.5;
  }
  71% {
    opacity: 0.5;
  }
  72% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  91% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}/*# sourceMappingURL=main.css.map */