/*!
Theme Name: kusd2024
Template: kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.2.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.2
Tested up to: 6.4
Requires PHP: 7.4
*/
* {
  --black-color: #000;
  --white-color: #fff;
  --red-color: rgb(230, 0, 18);
  --font-family: "SUIT", sans-serif;
  --font-bold: 600;
  --font-regular: 400;
  word-break: keep-all;
}

html {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100vw;
  height: 100vh;
  scrollbar-width: none;
}

a,
a:hover,
a:visited,
a:active,
a:focus a:link {
  color: var(--black-color);
  text-decoration: none;
  cursor: pointer;
  font-weight: var(--font-bold);
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.fade-in {
  animation: fadeIn 1s ease-in-out forwards;
}

html,
body {
  width: 100vw;
  height: 100vh;
  word-break: keep-all !important;
  background-color: var(--white-color);
  overflow-x: hidden;
}

#header-logo-svg {
  width: calc(100vw - 8px);
  padding-top: 8px;
}

.home-btn {
  display: none;
}

body.home .main-menu-nav .home-btn > span {
  color: var(--black-color) !important;
}

body.page_about .main-menu-nav .about-btn > a {
  color: var(--black-color) !important;
}

body.page_projects .main-menu-nav .projects-btn > a {
  color: var(--black-color) !important;
}

body.page-child .main-menu-nav .projects-btn > span {
  color: var(--black-color) !important;
}

body.page_students .main-menu-nav .students-btn > a {
  color: var(--black-color) !important;
}

body.page_guest .main-menu-nav .guest-btn > a {
  color: var(--black-color) !important;
}

.main-menu-nav {
  position: sticky;
  top: 0;
  z-index: 500;
}

.main-footer {
  position: fixed !important;
  width: 100vw;
  bottom: 0;
  left: 0;
}

body.home {
  overflow: hidden;
}

body:not(.home) main {
  min-height: 100vh;
  padding-top: 80px;
}

canvas {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: grab;
}
canvas.clickable {
  cursor: pointer;
}
canvas:active, canvas.grabbing {
  cursor: grabbing;
}

#cube-info {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  color: var(--white-color);
  font-family: var(--font-family);
  padding: 0.2em 0.6em;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  text-shadow: rgba(0, 0, 0, 0.45) 2px 2px 4px;
}
#cube-info #title,
#cube-info #professor {
  cursor: pointer;
}

#title {
  font-size: 3rem;
  line-height: 1.1em;
  cursor: pointer;
  text-underline-offset: 4px;
}

#professor {
  font-size: 1.6rem;
  line-height: 1em;
  cursor: pointer;
  padding-top: 0.4em;
}

.page_about main {
  max-width: 1280px;
  margin: 32px auto 128px;
  padding: 0 8px;
}
.page_about h3.sub-heading {
  color: var(--red-color) !important;
  border-bottom: 3px solid var(--red-color);
  width: -moz-fit-content;
  width: fit-content;
}

.page_students {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.page_students main {
  position: sticky;
  top: 80px;
}
.page_students .student-photo-mobile {
  display: none;
}
.page_students .single-content {
  position: sticky;
  top: 80px;
  display: flex;
  flex-flow: row wrap;
  width: calc(100vw - 16px);
  margin: 0 auto;
  align-items: flex-start;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.page_students .single-content .students-container {
  flex: 1 1 calc(60% - 64px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding-left: 0;
  list-style: none !important;
}
.page_students .single-content .students-container .student-item:hover .student-details {
  opacity: 1;
  transform: translateY(0%);
}
.page_students .single-content .students-container .select-student > .student-details {
  opacity: 1 !important;
  transform: translateY(0%) !important;
}
.page_students .single-content .students-container .select-student::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  top: 0;
  left: 0;
  z-index: 10;
}
.page_students .single-content .students-container .student-item:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  top: 0;
  left: 0;
  z-index: 10;
}
.page_students .single-content .students-container .student-item {
  position: relative;
  cursor: pointer;
}
.page_students .single-content .students-container .student-item img {
  display: block;
}
.page_students .single-content .students-container .student-item .student-details {
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-flow: column wrap;
  bottom: 0;
  left: 0;
  padding: 8px;
  opacity: 0;
  z-index: 11;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(10%);
}
.page_students .single-content .students-container .student-item .student-details h3,
.page_students .single-content .students-container .student-item .student-details h4 {
  margin: 0 !important;
  line-height: 1.24em;
  font-size: 1.2rem;
}
.page_students .single-content #student-info-container {
  flex: 1 1 40%;
  width: 100%;
  height: calc(50vh - 64px);
  position: sticky;
  right: 0;
  top: 64px;
}
.page_students .single-content #student-info-container .student-info {
  height: 100%;
}
.page_students .single-content #student-info-container .student-info img {
  height: 100%;
}
.page_students .single-content #student-info-container .student-details {
  height: calc(50% - 40px);
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
  padding-top: 16px;
  align-content: flex-start;
}
.page_students .single-content #student-info-container .student-details h3 {
  flex: 1 1 40%;
  margin: 0 !important;
  line-height: 1em;
  font-size: 1.6rem;
}
.page_students .single-content #student-info-container .student-details p {
  text-decoration: none !important;
  display: block;
  flex: 1 1 40%;
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.2em;
  color: #aaaaaa;
}
.page_students .single-content #student-info-container .student-details a {
  font-size: 1rem;
  line-height: 1.2em;
  color: #aaaaaa;
}
.page_students .single-content #student-info-container .student-details a .project-details {
  padding-top: 8px;
}
.page_students .single-content #student-info-container .student-details ul.student-projects {
  flex: 1 1 100%;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  padding: 16px 0 0 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.page_students .single-content #student-info-container .student-details ul.student-projects li {
  flex: 1 1 calc(50% - 16px);
}
.page_students .single-content #student-info-container .student-details ul.student-projects li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

body.art-view .class-art {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}

body.placeness-view .class-placeness {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}

body.life-view .class-life {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}

body.community-view .class-community {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}

body.existence-view .class-existence {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}

.class-name > div {
  height: 100%;
}
.class-name h2 {
  position: absolute;
  bottom: 6px;
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.2s ease-in, transform 0.4s ease-out;
}

.page_projects main,
.page-child main {
  padding-bottom: 160px !important;
}
.page_projects .left-filter-link-wrap,
.page-child .left-filter-link-wrap {
  display: flex;
}
.page_projects .left-filter-link-wrap a,
.page-child .left-filter-link-wrap a {
  display: block;
  width: 100%;
}
.page_projects .left-filter-link-wrap a div,
.page-child .left-filter-link-wrap a div {
  transition: border-bottom 0.2s ease-in, color 0.2s ease-in;
  padding-bottom: 3px !important;
}
.page_projects .left-filter-link-wrap a:hover div,
.page-child .left-filter-link-wrap a:hover div {
  border-bottom: 3px solid #000000;
  color: #000000;
}
.page_projects .left-filter-link-wrap .class-now,
.page-child .left-filter-link-wrap .class-now {
  display: none;
}
.page_projects #main-menu-nav,
.page-child #main-menu-nav {
  background-color: var(--white-color);
}
.page_projects #top-sticky-wrap,
.page-child #top-sticky-wrap {
  position: sticky;
  top: 60px;
  margin: 0 6px;
  z-index: 50;
  background-color: var(--white-color);
}
.page_projects #top-sticky-wrap .wp-block-kadence-column,
.page-child #top-sticky-wrap .wp-block-kadence-column {
  justify-content: flex-end;
}
.page_projects #top-sticky-wrap > div,
.page-child #top-sticky-wrap > div {
  border-bottom: 3px solid #000000;
}
.page_projects #top-sticky-wrap .class-title-wrap div div div,
.page-child #top-sticky-wrap .class-title-wrap div div div {
  align-items: flex-end;
  flex-wrap: nowrap !important;
}
.page_projects #top-sticky-wrap .class-title-wrap div div div h2,
.page-child #top-sticky-wrap .class-title-wrap div div div h2 {
  padding-bottom: 6px !important;
}
.page_projects .project-container,
.page-child .project-container {
  width: calc(100vw - 16px);
  margin: 4px auto 8px;
}
.page_projects .project-container > div,
.page-child .project-container > div {
  padding: 0 !important;
  margin: 0 !important;
}
.page_projects .project-container .menu-wrap,
.page-child .project-container .menu-wrap {
  margin-bottom: 64px;
}
.page_projects .project-container .menu-wrap .filter-refresh-container,
.page-child .project-container .menu-wrap .filter-refresh-container {
  margin: 0 !important;
}
.page_projects .project-container .menu-wrap .btn-inner-wrap button,
.page-child .project-container .menu-wrap .btn-inner-wrap button {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}
.page_projects .project-container .menu-wrap .btn-inner-wrap:has(> button.pressed),
.page-child .project-container .menu-wrap .btn-inner-wrap:has(> button.pressed) {
  display: none;
}
.page_projects .project-container .info-topics,
.page-child .project-container .info-topics {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 !important;
}
.page_projects .project-container .info-list,
.page-child .project-container .info-list {
  padding-left: 1.6em !important;
  font-family: var(--font-family);
  font-size: 1.2rem;
  line-height: 1.6em;
}
.page_projects .project-item-wrap,
.page-child .project-item-wrap {
  margin: 32px 0 64px !important;
}
.page_projects .project-item-wrap .kb-query-item:hover .kt-image-overlay-message,
.page-child .project-item-wrap .kb-query-item:hover .kt-image-overlay-message {
  opacity: 1;
  transform: translateX(0px);
}
.page_projects .project-item-wrap .kt-image-overlay-message,
.page-child .project-item-wrap .kt-image-overlay-message {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.45s ease-in-out, transform 0.35s ease-in;
}
.page_projects .project-item-wrap ul li > div,
.page-child .project-item-wrap ul li > div {
  max-width: 100%;
}

.poster-mobile {
  display: none;
  width: 90vw;
}

.page_invitation {
  overflow-y: scroll !important;
  overflow-x: hidden;
  height: 100%;
}
.page_invitation main {
  padding-top: 0px !important;
}
.page_invitation video {
  width: 100%;
  height: auto;
}
.page_invitation iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.single-project #inner-wrap {
  padding: 0 8px;
}
.single-project #inner-wrap figure {
  gap: 0 !important;
}

.single-project .content-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 160px !important;
}

.single-mobile {
  display: none;
}

.invit-logo {
  max-width: 1280px;
  width: 90vw;
}

.page_guest #inner-wrap {
  padding: 0 8px 128px;
}
.page_guest #inner-wrap .form-wrap > div {
  height: 100%;
}
.page_guest #inner-wrap .form-wrap .guest-form-tab {
  display: none;
}
.page_guest #inner-wrap .guest-form {
  position: sticky;
  top: 64px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url(./src/bg-01_small.jpg);
  background-size: cover;
  background-position: center;
  padding: 8px 8px;
}
.page_guest #inner-wrap .guest-form.mat1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url(./src/bg-01_small.jpg);
}
.page_guest #inner-wrap .guest-form.mat2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url(./src/bg-02_small.jpg);
}
.page_guest #inner-wrap .guest-form.mat3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url(./src/bg-03_small.jpg);
}
.page_guest #inner-wrap .guest-form.mat4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url(./src/bg-04_small.jpg);
}
.page_guest #inner-wrap .guest-form.mat5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url(./src/bg-05_small.jpg);
}
.page_guest #inner-wrap .guest-form.mat6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url(./src/bg-06_small.jpg);
}
.page_guest #inner-wrap .guest-form input,
.page_guest #inner-wrap .guest-form select,
.page_guest #inner-wrap .guest-form textarea {
  background: none;
  border: none;
  resize: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6666666667);
  border-radius: 0;
  color: #fff !important;
}
.page_guest #inner-wrap .guest-form input::-moz-placeholder, .page_guest #inner-wrap .guest-form select::-moz-placeholder, .page_guest #inner-wrap .guest-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6666666667) !important;
}
.page_guest #inner-wrap .guest-form input::placeholder,
.page_guest #inner-wrap .guest-form select::placeholder,
.page_guest #inner-wrap .guest-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6666666667) !important;
}
.page_guest #inner-wrap .guest-form div:nth-child(1) {
  order: 1;
}
.page_guest #inner-wrap .guest-form div:nth-child(3) {
  order: 2;
}
.page_guest #inner-wrap .guest-form div:nth-child(2) {
  order: 3;
}
.page_guest #inner-wrap .guest-form div:nth-child(2) input {
  text-align: right;
}
.page_guest #inner-wrap .guest-form div:nth-child(4) {
  order: 4;
}
.page_guest #inner-wrap .guest-form div:nth-child(5) {
  order: 5;
}
.page_guest #inner-wrap .guest-form div:nth-child(6) {
  order: 6;
}
.page_guest #inner-wrap .guest-book-container {
  display: flex;
  flex-flow: row wrap-reverse;
  perspective: 5000px;
  perspective-origin: right top;
  row-gap: 16px;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: center;
  height: auto !important;
  --face-height: 200px;
}
.page_guest #inner-wrap .guest-book-container .entry:hover {
  scale: 1;
  z-index: 1001 !important;
  transform: translate3D(0px, 0px, 100px);
}
.page_guest #inner-wrap .guest-book-container .entry.texture-mat6 .face {
  background-image: url(./src/bg-06_small.jpg);
  background-size: cover;
}
.page_guest #inner-wrap .guest-book-container .entry.texture-mat5 .face {
  background-image: url(./src/bg-05_small.jpg);
  background-size: cover;
}
.page_guest #inner-wrap .guest-book-container .entry.texture-mat4 .face {
  background-image: url(./src/bg-04_small.jpg);
  background-size: cover;
}
.page_guest #inner-wrap .guest-book-container .entry.texture-mat3 .face {
  background-image: url(./src/bg-03_small.jpg);
  background-size: cover;
}
.page_guest #inner-wrap .guest-book-container .entry.texture-mat2 .face {
  background-image: url(./src/bg-02_small.jpg);
  background-size: cover;
}
.page_guest #inner-wrap .guest-book-container .entry.texture-mat1 .face {
  background-image: url(./src/bg-01_small.jpg);
  background-size: cover;
}
.page_guest #inner-wrap .guest-book-container .entry:hover {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
}
.page_guest #inner-wrap .guest-book-container .entry {
  display: block;
  position: relative;
  width: 33%;
  height: -moz-fit-content;
  height: fit-content;
  transform-style: preserve-3d;
  transition: all 0.5s;
}
.page_guest #inner-wrap .guest-book-container .entry .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  font-size: 1rem;
  padding: 2px 4px;
  top: 0;
  color: #ffffff;
  scale: 1.005;
  background-origin: border-box;
  background-position: center;
}
.page_guest #inner-wrap .guest-book-container .entry .face p,
.page_guest #inner-wrap .guest-book-container .entry .face pre {
  background: none !important;
  margin: 0 !important;
  word-break: break-word;
  padding: 0 !important;
  font-size: 1rem;
}
.page_guest #inner-wrap .guest-book-container .entry .face p:last-child {
  text-align: right;
}
.page_guest #inner-wrap .guest-book-container .entry .face.front {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.page_guest #inner-wrap .guest-book-container .entry .face.right {
  width: 200px;
  left: 100%;
  transform-origin: left;
  transform: rotateY(90deg);
}
.page_guest #inner-wrap .guest-book-container .entry .face.left {
  width: 200px;
  transform: rotateY(-90deg) rotateZ(180deg);
  transform-origin: left;
}
.page_guest #inner-wrap .guest-book-container .entry .face.top {
  width: 100%;
  height: 200px;
  transform: rotateY(180deg) rotateX(90deg);
  transform-origin: top;
}
.page_guest #inner-wrap .guest-book-container .entry .face.bottom {
  width: 100%;
  height: 200px;
  transform: rotateX(-90deg);
  top: 100%;
  transform-origin: top;
}

@media (max-width: 768px) {
  .poster-desktop {
    display: none;
  }
  .poster-mobile {
    display: block;
  }
  .page_invitation h3 br {
    display: none;
  }
  .size-thumbnail {
    width: 16vw;
  }
}
.vs-lg-false {
  display: none;
}

@media (max-width: 767px) {
  #main-menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .vs-lg-false {
    display: block;
  }
  .page-child {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }
  .page-child .single-content div:last-child > div.kt-inside-inner-col {
    padding: 32px 0px 160px !important;
  }
  .page-child .single-content div:last-child > div.kt-inside-inner-col > p {
    font-size: 0.8rem;
    line-height: 1.4em;
    padding-bottom: 52px !important;
  }
  .page-child .cube {
    width: 200px;
    height: 200px;
    position: absolute;
    transform-style: preserve-3d;
    transform: rotateX(-30deg) rotateY(45deg);
    transition: transform 0.5s;
    transform-origin: center center;
    z-index: 5;
    scale: 0.8;
    top: 0px;
    right: 0px;
  }
  .page-child .cube .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-image: url(./src/bg-01_small.jpg);
    background-size: cover;
  }
  .page-child .cube .face.front {
    transform: translateZ(100px);
  }
  .page-child .cube .face.back {
    transform: rotateY(180deg) translateZ(100px);
    transform-origin: left;
    left: 100%;
    background-image: url(./src/bg-06_small.jpg);
  }
  .page-child .cube .face.right {
    transform: rotateY(90deg) translateX(-100px);
    transform-origin: left;
    left: 100%;
    background-image: url(./src/bg-02_small.jpg);
  }
  .page-child .cube .face.left {
    transform: rotateY(-90deg) translateX(100px);
    transform-origin: right;
    right: 100%;
    background-image: url(./src/bg-03_small.jpg);
  }
  .page-child .cube .face.top {
    transform: rotateX(90deg) translateY(100px);
    transform-origin: bottom;
    top: -100%;
    background-image: url(./src/bg-04_small.jpg);
  }
  .page-child .cube .face.bottom {
    transform: rotateX(-90deg) translateY(-100px);
    top: 100%;
    transform-origin: top;
    background-image: url(./src/bg-05_small.jpg);
  }
  .page-child .cube-container {
    width: 200px;
    height: 200px;
    perspective: 800px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 12;
  }
  .page-child .cube-container .project-title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 30px;
    right: 10px;
    z-index: 13;
  }
  .page-child .cube-container .project-title h1,
  .page-child .cube-container .project-title h2 {
    display: none;
    color: #ffffff;
    text-align: center;
  }
  .page-child .cube-container .project-title h1 {
    font-size: 1.4rem;
  }
  .page-child .cube-container .project-title h2 {
    font-size: 1rem;
  }
  .page-child .cube-container .cube {
    z-index: 12;
  }
  .page-child .projects-mobile-menu p {
    line-height: 1.2em;
    padding: 2px 0px !important;
  }
  .page-child.page_after-design .projects-mobile-menu div p:nth-child(1) {
    display: none;
  }
  .page-child.page_after-design .cube {
    top: 58px;
    right: 25px;
    transform: rotateX(22deg) rotateY(-8deg) rotateZ(-7deg) !important;
  }
  .page-child.page_after-design .project-title {
    top: 42px;
    right: 38px;
  }
  .page-child.page_after-design .project-title .team1 {
    display: block;
  }
  .page-child.page_differance .projects-mobile-menu div p:nth-child(2) {
    display: none;
  }
  .page-child.page_differance .cube {
    top: 52px;
    right: 23px;
    transform: rotateX(-9deg) rotateY(-105deg) rotateZ(-3deg) !important;
  }
  .page-child.page_differance .project-title {
    top: 62px;
    right: 45px;
  }
  .page-child.page_differance .project-title .team2 {
    display: block;
  }
  .page-child.page_variation-of-spatial-errors .projects-mobile-menu div p:nth-child(3) {
    display: none;
  }
  .page-child.page_variation-of-spatial-errors .cube {
    top: 83px;
    right: 23px;
    transform: rotateX(-149deg) rotateY(-73deg) rotateZ(-3deg) !important;
  }
  .page-child.page_variation-of-spatial-errors .project-title {
    top: 81px;
    right: 31px;
  }
  .page-child.page_variation-of-spatial-errors .project-title h1 {
    font-size: 1.1rem;
  }
  .page-child.page_variation-of-spatial-errors .project-title .team3 {
    display: block;
  }
  .page-child.page_cultures-with-playscape .projects-mobile-menu div p:nth-child(4) {
    display: none;
  }
  .page-child.page_cultures-with-playscape .cube {
    top: 64px;
    right: 23px;
    transform: rotateX(-98deg) rotateY(11deg) rotateZ(-17deg) !important;
  }
  .page-child.page_cultures-with-playscape .project-title {
    top: 81px;
    right: 31px;
  }
  .page-child.page_cultures-with-playscape .project-title .team4 {
    display: block;
  }
  .page-child.page_social-relationship .projects-mobile-menu div p:nth-child(5) {
    display: none;
  }
  .page-child.page_social-relationship .cube {
    top: 76px;
    right: 26px;
    transform: rotateX(-265deg) rotateY(10deg) rotateZ(-20deg) !important;
  }
  .page-child.page_social-relationship .project-title {
    top: 82px;
    right: 11px;
  }
  .page-child.page_social-relationship .project-title .team5 {
    display: block;
  }
  .page-child.page_furniture .projects-mobile-menu div p:nth-child(6) {
    display: none;
  }
  .page-child.page_furniture .cube {
    top: 64px;
    right: 23px;
    transform: rotateX(-159deg) rotateY(-23deg) rotateZ(-6deg) !important;
  }
  .page-child.page_furniture .project-title {
    top: 53px;
    right: 12px;
  }
  .page-child.page_furniture .project-title .team6 {
    display: block;
  }
  .page-child #inner-wrap {
    padding: 0px 4px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .page-child .content-area {
    position: relative;
    z-index: 6;
  }
  .page-child .projects-mobile-title-hidden {
    position: relative !important;
    opacity: 0;
  }
  .page-child .projects-mobile-title,
  .page-child .projects-mobile-title-hidden {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 4px;
  }
  .page-child .projects-mobile-title > div,
  .page-child .projects-mobile-title-hidden > div {
    border-bottom: 1px solid #000000;
  }
  .page-child .projects-mobile-title > div > div,
  .page-child .projects-mobile-title-hidden > div > div {
    align-self: flex-end;
  }
  .page-child .projects-mobile-title > div > div p,
  .page-child .projects-mobile-title-hidden > div > div p {
    line-height: 1.2em;
    padding-bottom: 2px !important;
  }
  .page-child .projects-mobile-menu-wrap p {
    border-bottom: 1px solid #aaaaaa !important;
  }
  .page-child .projects-mobile-menu-wrap a {
    color: #aaaaaa;
    font-weight: 400;
  }
  .single-project {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }
  .single-project .single-mobile {
    display: block;
  }
  .single-project .mobile-title-wrap {
    display: block;
    position: absolute;
    padding: 12px 4px 6px !important;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
  }
  .single-project .mobile-title-wrap h1 {
    font-weight: 600;
    font-size: 2.4rem !important;
    line-height: 1.8em !important;
  }
  .single-project .mobile-title-wrap h3 {
    font-weight: 500 !important;
    font-size: 1.2rem !important;
  }
  .single-project .main-menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .single-project .main-menu-nav a.projects-btn span {
    color: #000000;
  }
  .single-project #inner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0;
  }
  .single-project #inner-wrap main {
    padding-top: 0px !important;
  }
  .single-project #inner-wrap main div:first-child div {
    padding: 0px !important;
  }
  .single-project #inner-wrap main div:first-child div figure.single-main-img {
    padding: 0px !important;
    margin: 0px !important;
  }
  .single-project #inner-wrap main div:first-child div figure.single-main-img::after {
    content: "";
    display: blcok;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    position: absolute;
    top: 0;
    left: 0;
  }
  .single-project #inner-wrap main div:nth-child(2) {
    position: relative;
    top: 0;
  }
  .single-project #inner-wrap main div:nth-child(2) .single-desktop {
    display: none;
  }
  .single-project #inner-wrap main .mobile-info-wrap {
    transition: transform 0.3s ease-in-out;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-36px);
    z-index: 10;
    background-color: #ffffff;
  }
  .single-project #inner-wrap main .mobile-info-wrap .mobile-info-tab {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0);
  }
  .single-project #inner-wrap main .mobile-info-wrap svg {
    transition: transform 0.5s ease-out;
  }
  .single-project #inner-wrap main .mobile-info-wrap.active {
    transform: translateY(-100%);
  }
  .single-project #inner-wrap main .mobile-info-wrap.active svg {
    transform: rotate(180deg);
  }
  .single-project #inner-wrap main .content-wrap {
    padding: 52px 8px;
  }
  .page_about main {
    padding-top: 0px !important;
    margin: 36px auto 128px;
  }
  .page-child main {
    padding-top: 0px !important;
  }
  .page-child #top-sticky-wrap {
    top: 36px;
  }
  .home-btn {
    display: block;
  }
  .home #header-logo-svg {
    display: block !important;
    padding-top: 36px;
  }
  .main-menu-nav .left-text {
    display: none;
  }
  .main-menu-nav div > div > div {
    justify-content: space-between !important;
    padding: 0 8px !important;
  }
  #header-logo-svg {
    display: none;
  }
  .page_students main {
    padding-top: 0px !important;
  }
  .page_students #main-menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .page_students .single-content {
    flex-direction: column-reverse;
  }
  .page_students .single-content ul.students-container {
    position: relative;
    width: 100%;
    padding: 8px !important;
    padding-bottom: 160px !important;
    margin-bottom: 64px !important;
    gap: 4px !important;
    grid-template-columns: repeat(3, 1fr);
    flex: none;
  }
  .page_students .single-content ul.students-container .student-item .student-details {
    padding: 2px 4px !important;
  }
  .page_students .single-content ul.students-container .student-item .student-name-en {
    display: none;
  }
  .page_students .single-content #student-info-container {
    background-color: #ffffff;
    border-bottom: 1px solid var(--black-color);
    z-index: 100;
    padding: 34px 8px 0;
    top: 0px !important;
  }
  .page_students .single-content #student-info-container .student-details {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  .page_students .student-info {
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-bottom: 8px;
    animation: fadeIn 0.6s ease-out forwards;
  }
  .page_students .student-info .student-photo {
    display: none;
  }
  .page_students .student-info .student-photo-mobile {
    display: block;
  }
  .page_students .student-info .student-details {
    padding-top: 0px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 0px !important;
  }
  .page_students .student-info .student-details h3 {
    font-size: 1.2rem !important;
    line-height: 1.2em !important;
  }
  .page_students .student-info .student-details .student-photo {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 8px;
  }
  .page_students .student-info .student-details .student-email {
    padding-top: 4px;
  }
  .page_students .student-info .student-details .student-instagram {
    padding-top: 3px !important;
  }
  .page_students .student-info .student-details .student-instagram a {
    font-weight: 400;
  }
  .page_students .student-info .student-details ul.student-projects {
    grid-column: 2/3;
    grid-row: 1/6;
    flex-flow: column nowrap !important;
    row-gap: 8px;
    padding: 0px !important;
  }
  .page_students .student-info .student-details ul.student-projects li {
    flex: 0 0 100%;
  }
  .page_students .student-info .student-details ul.student-projects a {
    display: block;
    width: 100%;
  }
  .page_guest {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }
  .page_guest #inner-wrap {
    height: 100%;
    overflow-y: hidden;
  }
  .page_guest .form-wrap {
    transform: translateY(calc(100% - 40px));
    transition: transform 0.3s ease-in-out;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .page_guest .form-wrap svg {
    transition: transform 0.5s ease-out;
  }
  .page_guest .form-wrap.active {
    transform: translateY(0px);
    box-shadow: 0px -2px 6px rgba(255, 255, 255, 0.2666666667);
  }
  .page_guest .form-wrap.active svg {
    transform: rotate(180deg);
  }
  .page_guest .form-wrap > div {
    position: relative;
  }
  .page_guest .form-wrap .guest-form {
    padding-top: 42px !important;
  }
  .page_guest .form-wrap .guest-form-tab {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 0 !important;
    left: 0;
    border-top: 2px solid #ffffff;
    color: #fff;
    padding: 6px 0px 8px;
  }
  .page_guest .form-wrap .guest-form-tab div {
    height: 24px;
  }
}
@media (max-width: 408px) {
  .main-menu-nav a,
  .main-menu-nav span {
    font-size: 0.8rem !important;
  }
  .page-child.page_after-design .projects-mobile-menu div p:nth-child(1) {
    display: none;
  }
  .page-child.page_after-design .cube {
    top: 91px;
    right: -8px;
    transform: rotateX(22deg) rotateY(-8deg) rotateZ(-7deg) !important;
    scale: 0.7;
  }
  .page-child.page_after-design .project-title {
    top: 82px;
    right: 0px;
  }
  .page-child.page_differance .projects-mobile-menu div p:nth-child(2) {
    display: none;
  }
  .page-child.page_differance .cube {
    top: 44px;
    right: -14px;
    transform: rotateX(-9deg) rotateY(-105deg) rotateZ(-3deg) !important;
    scale: 0.7;
  }
  .page-child.page_differance .project-title {
    top: 54px;
    right: 2px;
  }
  .page-child.page_variation-of-spatial-errors .projects-mobile-menu div p:nth-child(3) {
    display: none;
  }
  .page-child.page_variation-of-spatial-errors .cube {
    top: 109px;
    right: -11px;
    transform: rotateX(-145deg) rotateY(-50deg) rotateZ(10deg) !important;
    scale: 0.7;
  }
  .page-child.page_variation-of-spatial-errors .project-title {
    top: 107px;
    right: -5px;
  }
  .page-child.page_variation-of-spatial-errors .project-title h1 {
    font-size: 1rem;
  }
  .page-child.page_cultures-with-playscape .projects-mobile-menu div p:nth-child(4) {
    display: none;
  }
  .page-child.page_cultures-with-playscape .cube {
    top: 100px;
    right: -5px;
    transform: rotateX(-98deg) rotateY(11deg) rotateZ(-17deg) !important;
    scale: 0.7;
  }
  .page-child.page_cultures-with-playscape .project-title {
    top: 114px;
    right: 9px;
  }
  .page-child.page_social-relationship .projects-mobile-menu div p:nth-child(5) {
    display: none;
  }
  .page-child.page_social-relationship .cube {
    top: 73px;
    right: -2px;
    transform: rotateX(-265deg) rotateY(10deg) rotateZ(-20deg) !important;
    scale: 0.7;
  }
  .page-child.page_social-relationship .project-title {
    top: 80px;
    right: -8px;
  }
  .page-child.page_furniture .projects-mobile-menu div p:nth-child(6) {
    display: none;
  }
  .page-child.page_furniture .cube {
    top: 84px;
    right: -1px;
    transform: rotateX(-159deg) rotateY(-23deg) rotateZ(-6deg) !important;
    scale: 0.7;
  }
  .page-child.page_furniture .project-title {
    top: 78px;
    right: -1px;
  }
}
@media (max-width: 342px) {
  .main-menu-nav a,
  .main-menu-nav span {
    font-size: 0.6rem !important;
  }
}/*# sourceMappingURL=style.css.map */