@charset "UTF-8";
/**
 * Theme Name: Portfolio
 * Template:   business-wpcom
 */
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Sanchez:ital@0;1&display=swap");
/*$x-color-shade-black:   #1d1d21;
$x-color-shade-gray-10: #2e2e31;*/
/*
$x-color-shade-gray-3:  #a8b1b8;
*/
/*$x-color-shade-gray-1:  #e8ecf1;*/
/*$x-color-words-primary:    $x-color-primary-base;
$x-color-words-secondary:  $x-color-secondary-base;
$x-color-words-background: $x-color-shade-white;
$x-color-words-link:       $x-color-primary-base;
$x-color-words-hover:      $x-color-primary-dark;*/
/*$x-color-border-primary:          $x-color-primary-base;
$x-color-border-form:             $x-color-border-base;*/
/*$x-color-border-form-error:       $x-color-feedback-error;
$x-color-border-form-bg:          $x-color-shade-white;
$x-color-border-form-placeholder: $x-color-shade-gray-4;*/
/*$x-color-background-transparent: transparent;*/
/*$x-color-button-primary-bg:       $x-color-primary-bg;
$x-color-button-primary-hover:    $x-color-primary-light;
$x-color-button-primary-active:   $x-color-primary-dark;
$x-color-button-primary-label:    $x-color-shade-white;
$x-color-button-secondary-bg:     $x-color-secondary-bg;
$x-color-button-secondary-hover:  $x-color-secondary-light;
$x-color-button-secondary-active: $x-color-secondary-dark;
$x-color-button-secondary-label:  $x-color-shade-white;*/
:root {
  --border: 1px solid var(--secondary-color-black);
  --border-white: 1px solid var(--secondary-color-light-grey);
  --font-family-title: "Sanchez", serif;
  --font-family-sentence: "Almarai", sans-serif;
  --font-family-unique: "Cormorant", serif;
  --main-color: #e9e9e9;
  --secondary-color-dark-grey: #272727;
  --secondary-color-light-grey: #5b5b5b;
  --secondary-color-black: #131313;
  --accent-color: #1d46f3;
  --color-primary-base: #6e7381;
  --color-primary-dark: #585c67;
  --color-primary-light: #8b8f9a;
  --color-primary-bg: #e2e3e6;
  --color-secondary-base: #121733;
  --color-secondary-bg: #d0d1d6;
  --color-secondary-light: #41455c;
  --color-secondary-dark: #0e1229;
  --color-accent-base: #5f4bb6;
  --color-accent-light: #7f6fc5;
  --color-shade-black: #1d1d21;
  --color-shade-gray-10: #2e2e31;
  --color-shade-gray-6: #91a3b0;
  --color-shade-gray-4: #8b949d;
  --color-shade-gray-3: #a8b1b8;
  --color-shade-gray-2: #e8ecf1;
  --color-shade-gray-1: #e8ecf1;
  --color-shade-white: #ffffff;
  --color-feedback-success: #88c459;
  --color-feedback-error: #f5414f;
  --color-feedback-warning: #ffd137;
  --color-words-base: #6e7381;
  --color-words-subtle: #91a3b0;
  --color-words-heading: #121733;
  --color-words-primary: #6e7381;
  --color-words-secondary: #121733;
  --color-words-background: #ffffff;
  --color-words-link: #6e7381;
  --color-words-hover: #585c67;
  --color-border-base: #e8ecf1;
  --color-border-primary: #6e7381;
  --color-border-form: #e8ecf1;
  --color-border-form-focus: #6e7381;
  --color-border-form-error: #f5414f;
  --color-border-form-bg: #ffffff;
  --color-border-form-placeholder: #8b949d;
  --color-background-body: #ffffff;
  --color-background-transparent: transparent;
  --color-button-primary-bg: #e2e3e6;
  --color-button-primary-hover: #8b8f9a;
  --color-button-primary-active: #585c67;
  --color-button-primary-label: #ffffff;
  --color-button-secondary-bg: #d0d1d6;
  --color-button-secondary-hover: #41455c;
  --color-button-secondary-active: #0e1229;
  --color-button-secondary-label: #ffffff;
  --main-text-color: white;
  --accent-text-color: #f89503;
  --footer-color: #dad8d5;
  --header-color: #939393;
  --button-bg-color: rgba(0, 0, 0, 0);
  --header-height: 60px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  overflow-x: hidden;
}

h1 {
  font-family: var(--font-family-title);
  font-size: clamp(4.5rem, 10vw, 12.8rem);
  font-weight: 400;
  text-box: trim-both cap alphabetic;
}

h2 {
  font-family: var(--font-family-sentence);
  font-size: clamp(2.2rem, 6vw, 6rem);
  font-weight: 400;
}

h3 {
  font-family: var(--font-family-sentence);
  font-size: 2.5rem;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 400;
}

h4 {
  font-family: var(--font-family-sentence);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
}

h5 {
  font-family: var(--font-family-sentence);
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}

h6 {
  font-family: var(--font-family-sentence);
  font-size: clamp(0.8rem, 0.8vw, 0.8rem);
  font-weight: 400;
  text-transform: capitalize;
}

p {
  font-family: var(--font-family-sentence);
  font-size: clamp(1.2rem, 1vw, 1.25rem);
  font-weight: 400;
  margin: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  background: var(--secondary-color-black);
  right: 5%;
}

::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color-light-grey);
  border-radius: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

h2.entry-title {
  display: none;
}

.site-info {
  display: none;
}

.edit-link {
  display: none;
}

.site-header-wrapper {
  display: none;
}

#masthead {
  border-bottom: none;
}

/* #masthead{
    display: none;
} */
#masthead .site-header-wrapper {
  display: none;
}

.post-9 {
  display: none;
}

.decor-blue {
  color: var(--accent-color);
}

.flex-ended {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.gap-08 {
  gap: 0.8em;
}

#modals .modal-wrapper .modals-container {
  overflow: hidden;
  -webkit-clip-path: inset(0px 0px 100% 0px);
          clip-path: inset(0px 0px 100% 0px);
  --padding: 3em 3em;
  --inner-padding: 5rem;
  /*width: 100vw;*/
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--secondary-color-black);
  z-index: 4;
}
#modals .modal-wrapper .modals-container .modals {
  height: inherit;
  padding: var(--padding);
  position: relative;
  display: grid;
  grid-template-areas: "title tools" "image description";
  grid-template-columns: 50% 50%;
  grid-template-rows: 40% 60%;
  /*grid-template-rows: calc(50vh - 5em) calc(50vh - 5em);*/
}
#modals .modal-wrapper .modals-container .modals .close-button {
  position: absolute;
  color: var(--main-color);
  right: 3%;
  top: 5%;
}
#modals .modal-wrapper .modals-container .modals .modal-title {
  padding-right: var(--inner-padding);
  grid-area: title;
  color: var(--main-color);
  line-height: 1em;
}
#modals .modal-wrapper .modals-container .modals .tools-used {
  padding-left: var(--inner-padding);
  grid-area: tools;
  color: var(--secondary-color-light-grey);
}
#modals .modal-wrapper .modals-container .modals .tool-used p {
  margin: 0;
}
#modals .modal-wrapper .modals-container .modals .feature-image {
  padding-right: var(--inner-padding);
  grid-area: image;
  height: 100%;
  overflow: hidden;
}
#modals .modal-wrapper .modals-container .modals .feature-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#modals .modal-wrapper .modals-container .modals .description-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: var(--inner-padding);
  grid-area: description;
}
#modals .modal-wrapper .modals-container .modals .description-wrapper .year {
  color: var(--main-color);
  margin-bottom: 2em;
}
#modals .modal-wrapper .modals-container .modals .description-wrapper .description {
  color: var(--main-color);
  line-height: 1.25em;
}
#modals .modal-wrapper .modals-container .modals .description-wrapper .view-button {
  width: 100%;
  justify-content: space-between;
}
#modals .modal-wrapper .modals-container .modals .description-wrapper .view-button p {
  color: var(--main-color);
}
#modals .modal-wrapper .modals-container .modals .description-wrapper .view-button img {
  width: 2rem;
  filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(248%) hue-rotate(56deg) brightness(116%) contrast(83%);
}

#page-2 {
  --gap: 15px 15px;
  --gap-2: 15px;
  --header-height: 5rem;
  --first-section-height: 8rem;
  background-color: black;
  padding: var(--gap);
}
#page-2 .hide {
  display: none;
}
#page-2 .page-wrapper {
  border-left: var(--border-white);
  border-right: var(--border-white);
}
#page-2 .page-wrapper #section1 {
  height: calc(100vh - var(--gap-2));
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--main-color);
}
#page-2 .page-wrapper #section1 .first-section {
  min-height: var(--header-height);
  border-bottom: var(--border);
}
#page-2 .page-wrapper #section1 .first-section .header {
  justify-content: space-between;
  z-index: 3;
}
#page-2 .page-wrapper #section1 .first-section .header .logo-container {
  height: var(--header-height);
  padding: 0 1.3em;
  border-right: var(--border);
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-2 .page-wrapper #section1 .first-section .header .logo-container .portfolio-logo {
  width: 3rem;
}
#page-2 .page-wrapper #section1 .first-section .header .quote {
  width: 14rem;
  display: flex;
  align-items: center;
  height: var(--header-height);
  border-right: var(--border);
  padding-left: 1em;
}
#page-2 .page-wrapper #section1 .first-section .header .quote .quote-wrapper {
  overflow: hidden;
}
#page-2 .page-wrapper #section1 .first-section .header .quote .quote-wrapper h6 {
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
#page-2 .page-wrapper #section1 .first-section .header .nav {
  gap: 6em;
  height: var(--header-height);
}
#page-2 .page-wrapper #section1 .first-section .header .nav a {
  position: relative;
}
#page-2 .page-wrapper #section1 .first-section .header .nav a h5 {
  position: relative;
  letter-spacing: 0.01rem;
  z-index: 3;
}
#page-2 .page-wrapper #section1 .first-section .header .nav a:hover h5 {
  color: var(--main-color);
  transition: 0.3s ease-in-out;
}
#page-2 .page-wrapper #section1 .first-section .header .nav a::after {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
  content: "";
  width: 0;
  height: 100%;
  background: var(--secondary-color-black);
  transition: 0.3s ease-in-out;
}
#page-2 .page-wrapper #section1 .first-section .header .nav a:hover::after {
  width: 100%;
}
#page-2 .page-wrapper #section1 .first-section .header .social {
  height: var(--header-height);
  border-right: var(--border);
  border-left: var(--border);
}
#page-2 .page-wrapper #section1 .first-section .header .social .icon-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  height: calc(var(--header-height) / 2);
  z-index: 3;
}
#page-2 .page-wrapper #section1 .first-section .header .social .icon-container:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 100%;
  background: var(--secondary-color-black);
  transition: 0.3s ease-in-out;
  z-index: 1;
}
#page-2 .page-wrapper #section1 .first-section .header .social .icon-container:hover:after {
  width: 100%;
  z-index: 1;
}
#page-2 .page-wrapper #section1 .first-section .header .social .icon-container.first {
  border-bottom: var(--border);
}
#page-2 .page-wrapper #section1 .first-section .header .social .icons {
  position: relative;
  z-index: 3;
}
#page-2 .page-wrapper #section1 .first-section .header .social .icons img {
  width: 1.7rem;
  transition: 0.3s ease-in-out;
  z-index: 3;
}
#page-2 .page-wrapper #section1 .first-section .header .social .icon-container:hover .icons {
  transition: 0.3s ease-in-out;
  z-index: 3;
  filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(382%) hue-rotate(211deg) brightness(114%) contrast(83%);
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action {
  height: var(--header-height);
  justify-content: flex-start;
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper {
  padding: 0 2em;
  position: relative;
  height: calc(var(--header-height) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: var(--border);
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper a {
  transition: 0.5s ease-in-out;
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper a p {
  color: var(--secondary-color-black);
  letter-spacing: 0.01em;
  font-size: 1rem;
  transition: 0.5s ease-in-out;
  z-index: 3;
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper #local-time {
  z-index: 3;
  color: var(--secondary-color-black);
  transition: 0.5s ease-in-out;
  font-size: 1rem;
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--secondary-color-black);
  transition: 0.5s ease-in-out;
  z-index: 1;
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper:hover:after {
  width: 100%;
  z-index: 1;
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper:hover #local-time {
  color: var(--main-color);
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper:hover a {
  z-index: 3;
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper:hover a p {
  color: var(--main-color);
}
#page-2 .page-wrapper #section1 .first-section .header .call-to-action .call-to-action-wrapper.first {
  border-bottom: var(--border);
}
#page-2 .page-wrapper #section1 .first-section .header .QR-container {
  padding: 0 1em;
}
#page-2 .page-wrapper #section1 .first-section .header .QR-container #QR-code {
  width: calc(var(--header-height) / 1.3);
  mix-blend-mode: darken;
}
#page-2 .page-wrapper #section1 .secondary-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-height: 0;
  overflow-y: hidden;
}
#page-2 .page-wrapper #section1 .secondary-section .interactive-wrapper {
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: 10%;
  z-index: 1;
}
#page-2 .page-wrapper #section1 .secondary-section .interactive-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-2 .page-wrapper #section1 .secondary-section .number {
  padding: 0.4em 0;
  gap: 0.2em;
  justify-content: center;
  border-top: var(--border);
  border-bottom: var(--border);
}
#page-2 .page-wrapper #section1 .secondary-section .number .animated-numbers-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
}
#page-2 .page-wrapper #section1 .secondary-section .number h6 {
  letter-spacing: 0.01em;
}
#page-2 .page-wrapper #section1 .secondary-section .job-title-container {
  overflow: hidden;
}
#page-2 .page-wrapper #section1 .secondary-section .job-title {
  /*height: 12rem;*/
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  margin-bottom: -2em;
}
#page-2 .page-wrapper #section1 .secondary-section .title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#page-2 .page-wrapper #section1 .secondary-section .change-title-designer {
  position: absolute;
  top: 0;
  margin: 0 auto;
}
#page-2 .page-wrapper #section1 .secondary-section .change-title-designer {
  transform: translateY(100%);
}
#page-2 .page-wrapper #section1 .secondary-section h1 {
  margin: 0;
  color: var(--secondary-color-black);
  height: 1em;
  display: flex;
  transform: translateY(-10%);
  align-items: center;
}
#page-2 .page-wrapper #section1 .secondary-section h1 span {
  height: 1em;
}

.flex-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

#decor {
  height: 70vh;
  justify-content: center;
  align-items: center;
  background: var(--main-color);
}
#decor .item {
  position: relative;
  height: 100%;
  width: 25%;
  border-right: var(--border);
}
#decor .item .decor-first {
  height: 25%;
}
#decor .item .decor-second {
  height: 55%;
}
#decor .item .decor-third {
  height: 35%;
}
#decor .item .decor-forth {
  height: 15%;
}
#decor .item .color {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: var(--secondary-color-black);
}

#section-2 {
  --border-white: 1px solid var(--secondary-color-light-grey);
  position: relative;
  background-color: var(--secondary-color-black);
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 10em;
  border-bottom: var(--border-white);
}
#section-2 .section-2-container {
  position: relative;
  z-index: 2;
}
#section-2 .section-2-container .unique-text {
  font-optical-sizing: none;
  font-style: normal;
  line-height: 1em;
  color: var(--main-color);
  font-family: var(--font-family-unique);
  font-size: clamp(4.8rem, 10vw, 18.75rem);
  font-weight: 400;
  text-transform: uppercase;
  z-index: 2;
}
#section-2 .section-2-container .unique-text span {
  color: var(--accent-color);
}
#section-2 .section-2-container .reel-images-container {
  margin: 5em 0;
  justify-content: space-between;
}
#section-2 .section-2-container .reel-images-container h6 {
  color: var(--main-color);
  font-size: 0.8rem;
}
#section-2 .section-2-container .reel-images-container .reel-images {
  max-width: 12.5vw;
  z-index: 2;
  filter: grayscale(0.9);
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
#section-2 .section-2-container .reel-images-container .reel-images:hover {
  filter: grayscale(0);
  opacity: 1;
}
#section-2 .section-2-container .svg-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
#section-2 .section-2-container .svg-background svg {
  z-index: 0;
  width: 100vw;
  height: 100%;
}

#section-3 {
  --padding-left-right: 0 1rem;
}
#section-3 .covers {
  border-bottom: var(--border-white);
}
#section-3 .covers .first-three-column {
  position: relative;
  width: 75%;
  background-size: cover;
  background-color: var(--secondary-color-black);
}
#section-3 .covers .first-three-column .first-column {
  padding: 2.5em 0;
}
#section-3 .covers .first-three-column .first-column .section-3-icon {
  padding: var(--padding-left-right);
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}
#section-3 .covers .first-three-column .first-column .section-3-icon img {
  width: 3rem;
  filter: brightness(0) saturate(100%) invert(75%) sepia(0%) saturate(0%) hue-rotate(200deg) brightness(91%) contrast(80%);
  z-index: 1;
}
#section-3 .covers .first-three-column .first-column .section-3-icon h3 {
  color: var(--secondary-color-light-grey);
}
#section-3 .covers .first-three-column .second-column .flex {
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
#section-3 .covers .first-three-column .second-column .flex p {
  color: var(--secondary-color-light-grey);
}
#section-3 .covers .first-three-column .second-column .flex img {
  width: 14.625rem;
  height: auto;
}
#section-3 .covers .first-three-column .cover-background-image {
  position: absolute;
  mix-blend-mode: overlay;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#section-3 .covers .forth-column .forth-column-container {
  margin: 0 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section-3 .covers .forth-column .forth-column-container .forth-column-header {
  margin-top: 4em;
}
#section-3 .covers .forth-column .forth-column-container .forth-column-header .work-title {
  color: var(--accent-color);
}
#section-3 .covers .forth-column .forth-column-container .forth-column-header .all-posts-excerpt {
  margin-top: 1em;
  line-height: 1.8em;
}
#section-3 .covers .forth-column .forth-column-container .forth-column-header .all-posts-excerpt .post-excerpt {
  transition: 0.3s ease-in-out;
}
#section-3 .covers .forth-column .forth-column-container .forth-column-header .all-posts-excerpt .post-excerpt p {
  color: var(--secondary-color-light-grey);
  transition: 0.3s ease-in-out;
}
#section-3 .covers .forth-column .forth-column-container .forth-column-header .all-posts-excerpt .post-excerpt:hover p {
  color: var(--main-color);
}
#section-3 .covers .forth-column .forth-column-container .forth-column-header .all-posts-excerpt .active p {
  color: var(--main-color);
}
#section-3 .covers .forth-column .forth-column-container .forth-column-footer {
  display: flex;
  flex-direction: column;
}
#section-3 .covers .forth-column .forth-column-container .forth-column-footer .footer-title-container {
  height: 20vh;
  display: flex;
  align-items: center;
}
#section-3 .covers .forth-column .forth-column-container .forth-column-footer .footer-title-container .footer-title {
  width: 70%;
  line-height: 1em;
  color: var(--main-color);
}

#section-3-mobile {
  display: none;
}

.view-button {
  position: relative;
  justify-content: space-between;
  color: var(--main-color);
  transition: 0.5s;
}
.view-button p {
  font-weight: 100;
}

.view-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--secondary-color-dark-grey);
  transition: 0.5s;
}

.view-button:hover::after {
  width: 100%;
  background-color: var(--main-color);
}

.view-more-button {
  width: 2rem;
  filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(248%) hue-rotate(56deg) brightness(116%) contrast(83%);
}

#about-us {
  --table-padding: 1.25rem;
  --border-right: 1px soild var(--secondary-color-black);
  background: var(--main-color);
}
#about-us .flex-none-center {
  display: flex;
  border-bottom: var(--border);
}
#about-us .flex-none-center .about-us-title {
  overflow: hidden;
  padding-top: 2em;
  width: 25%;
  border-right: 1px solid var(--secondary-color-black);
  position: relative;
}
#about-us .flex-none-center .about-us-title h1 {
  color: var(--secondary-color-black);
}
#about-us .flex-none-center .about-us-title p {
  color: var(--secondary-color-black);
  font-size: 1rem;
}
#about-us .flex-none-center .about-us-title .title-text {
  /* width: 100vw; */
  white-space: nowrap;
  animation: marquee 10s linear alternate-reverse infinite;
}
#about-us .flex-none-center .about-us-title .title-text.second {
  margin-left: -25vw;
}
#about-us .flex-none-center .about-us-title .title-text.third {
  margin-left: -50vw;
}
#about-us .flex-none-center .about-us-title .title-text.forth {
  margin-left: -75vw;
}
#about-us .flex-none-center .about-us-title .table-title {
  padding-left: var(--table-padding);
  margin-top: 4em;
}
#about-us .table {
  --table-inner-padding: 1.5rem;
}
#about-us .table .first-table {
  position: relative;
  border-bottom: var(--border);
}
#about-us .table .first-table h4 {
  transition: 0.3s ease-in-out;
  z-index: 2;
}
#about-us .table .first-table::after {
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0;
  background-color: var(--secondary-color-black);
  position: absolute;
  transition: 0.2s ease-in-out;
  z-index: 1;
}
#about-us .table .first-table:hover::after {
  height: 100%;
}
#about-us .table .first-table:hover h4 {
  color: var(--main-color);
}
#about-us .table .table-first-two-columns {
  padding-top: var(--table-inner-padding);
  padding-bottom: var(--table-inner-padding);
  padding-left: var(--table-padding);
  width: 50%;
}
#about-us .table .table-third-column {
  padding-top: var(--table-inner-padding);
  padding-bottom: var(--table-inner-padding);
  padding-left: var(--table-padding);
  width: 25%;
}
#about-us .table .table-forth-column {
  padding-top: var(--table-inner-padding);
  padding-bottom: var(--table-inner-padding);
  padding-left: var(--table-padding);
  width: 25%;
}
#about-us .table .subtitle {
  color: var(--secondary-color-black);
  border-bottom: var(--border);
}
#about-us .table .subtitle p {
  font-size: 1rem;
}

.column {
  width: 33.33%;
  height: 100vh;
  border-right: var(--border-white);
  z-index: 1;
}

.column-25 {
  width: 25%;
  height: 100vh;
  background-color: var(--secondary-color-black);
}

.flex {
  display: flex;
  align-items: center;
}

.feature-image {
  overflow: hidden;
}

footer {
  bottom: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background-color: var(--secondary-color-black);
  z-index: 3;
}

#contact-us {
  --decor-width: 30px;
  --decor-height: 245px;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-us .block {
  position: absolute;
  left: 50%;
  top: 59%;
  height: 30vh;
  z-index: 2;
  background-color: var(--secondary-color-black);
}
#contact-us .block .form-block-container {
  height: 100%;
  margin-top: 2em;
  display: flex;
  gap: 2em;
  align-items: stretch;
  padding-left: 2em;
  padding-right: 2em;
}
#contact-us .block .form-block-container .block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#contact-us .block .form-block-container .block-wrapper .flex {
  position: relative;
  gap: 0.5em;
  align-items: center;
}
#contact-us .block .form-block-container .block-wrapper .flex .blue-dots {
  position: absolute;
  left: -15%;
  background-color: var(--accent-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: blink ease-in-out infinite 1s;
}
#contact-us .block .form-block-container .block-wrapper .flex h5 {
  color: var(--secondary-color-light-grey);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
#contact-us .block .form-block-container .block-wrapper .block-container a {
  transition: 0.3s ease-in-out;
}
#contact-us .block .form-block-container .block-wrapper .block-container a h5 {
  transition: 0.3s ease-in-out;
}
#contact-us .block .form-block-container .block-wrapper .block-container a:hover h5 {
  color: var(--main-color);
}
#contact-us .block .form-block-container .contact-us-social {
  margin-bottom: 3em;
}
#contact-us .block .form-block-container .contact-us-social .social-title {
  margin-bottom: 0.6em;
  color: var(--main-color);
  letter-spacing: 0.1em;
}
#contact-us .block .form-block-container .contact-us-social .social-link {
  gap: 1em;
}
#contact-us .block .form-block-container .contact-us-social .social-link .social-network {
  color: var(--secondary-color-light-grey);
  transition: 0.3s ease-in-out;
}
#contact-us .block .form-block-container .contact-us-social .social-link .arrow-light {
  width: 1rem;
  filter: brightness(0) saturate(100%) invert(33%) sepia(68%) saturate(10%) hue-rotate(8deg) brightness(90%) contrast(86%);
  transition: 0.3s ease-in-out;
}
#contact-us .block .form-block-container .contact-us-social .social-link:hover .social-network {
  color: var(--main-color);
}
#contact-us .block .form-block-container .contact-form form {
  display: flex;
  flex-direction: column;
  width: 20rem;
  gap: 1em;
}
#contact-us .block .form-block-container .contact-form form .flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#contact-us .block .form-block-container .contact-form form .flex-column label {
  display: none;
  color: var(--secondary-color-light-grey);
  font-size: 1rem;
  margin-bottom: 0.2em;
}
#contact-us .block .form-block-container .contact-form form .flex-column .red {
  color: var(--accent-color);
}
#contact-us .block .form-block-container .contact-form form .flex-column input.form_error {
  background: indianred;
}
#contact-us .block .form-block-container .contact-form form .flex-column input {
  font-size: 1rem;
  padding-left: 0.3rem;
}
#contact-us .block .form-block-container .contact-form form .flex-column input::-moz-placeholder {
  padding-left: 0.3rem;
}
#contact-us .block .form-block-container .contact-form form .flex-column input::placeholder {
  padding-left: 0.3rem;
}
#contact-us .block .form-block-container .contact-form form .flex-column textarea::-moz-placeholder {
  padding-left: 0.3rem;
}
#contact-us .block .form-block-container .contact-form form .flex-column textarea::placeholder {
  padding-left: 0.3rem;
}
#contact-us .block .form-block-container .contact-form form .flex-column textarea {
  resize: none;
  padding-left: 0.3rem;
}
#contact-us .block .form-block-container .contact-form form button {
  height: 3em;
  transition: 0.6s;
  background: var(--accent-color);
  margin-bottom: 1em;
}
#contact-us .block .form-block-container .contact-form form button h5 {
  color: var(--main-color);
  transition: 0.6s;
}
#contact-us .block .form-block-container .contact-form form button:hover {
  background: var(--main-color);
}
#contact-us .block .form-block-container .contact-form form button:hover h5 {
  color: var(--accent-color);
}
#contact-us .block .form-block-container .contact-form #error_message {
  display: none;
  color: darkred;
}
#contact-us .block .form-block-container .contact-form .success-info {
  color: #88c459;
  display: none;
}
#contact-us .space-between {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#contact-us .space-between .text-container {
  position: relative;
  display: inline-block;
}
#contact-us .space-between .text-container .contact-us-vertical-decor-1 {
  position: absolute;
  width: var(--decor-width);
  height: var(--decor-height);
  z-index: 1;
  background-color: var(--secondary-color-black);
  left: 50%;
  animation: horizontal infinite 10s linear;
}
#contact-us .space-between .text-container .contact-us-vertical-decor-2 {
  position: absolute;
  width: var(--decor-width);
  height: var(--decor-height);
  z-index: 1;
  background-color: var(--secondary-color-black);
  left: 70%;
  animation: horizontal-2 infinite 20s linear;
}
#contact-us .space-between .text-container .contact-us-horizontal-decor-1 {
  position: absolute;
  width: var(--decor-width);
  height: var(--decor-height);
  z-index: 1;
  background-color: var(--secondary-color-black);
  transform-origin: center center;
  animation: vertical infinite 8s linear;
  transform: rotate(90deg);
  left: 40%;
}
#contact-us .space-between .text-container h1 {
  position: relative;
  color: var(--main-color);
}
#contact-us .contact-us-title-text .text-container .in {
  color: var(--accent-color);
}
#contact-us .copyright {
  position: absolute;
  bottom: 3%;
  font-size: 1rem;
  font-weight: 100;
  color: var(--secondary-color-light-grey);
  text-transform: uppercase;
}
#contact-us .contact-us-background {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#contact-us .contact-us-background img {
  width: 100vw;
  height: 100vh;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes horizontal {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(100px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes horizontal-2 {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-200px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(0px) rotate(90deg);
  }
  25% {
    transform: translateY(100px) rotate(90deg);
  }
  50% {
    transform: translateY(0px) rotate(90deg);
  }
  75% {
    transform: translateY(-100px) rotate(90deg);
  }
  100% {
    transform: translateY(0px) rotate(90deg);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%); /* Start position: off-screen */
  }
  100% {
    transform: translateX(-100%); /* End position: off-screen to the left */
  }
}
#colophon {
  display: none;
}

.video-container {
  -webkit-clip-path: inset(0px 0px 100% 0px);
          clip-path: inset(0px 0px 100% 0px);
  left: 0;
  top: 0;
  z-index: 100;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.video-container #video-close {
  z-index: 100;
  position: absolute;
  right: 5%;
  top: 5%;
}
.video-container #video {
  position: absolute;
}

@media (max-width: 500px) {
  #page-2 {
    --gap: 5px 8px;
    --gap-2: 45px;
    --header-height: 4rem;
    --first-section-height: 8rem;
    overflow-x: hidden;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number {
    padding: 1em 0;
    gap: 1em;
    justify-content: center;
    border-top: var(--border);
    border-bottom: var(--border);
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-6 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-5 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-4 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-3 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-2 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .job-title {
    padding: 1.2em 0;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 13px;
  }
  #modals-mobile .view-button {
    width: 100%;
    justify-content: space-between;
  }
  #modals-mobile .view-button p {
    color: var(--main-color);
  }
  #modals-mobile .view-button img {
    width: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(248%) hue-rotate(56deg) brightness(116%) contrast(83%);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile {
    -webkit-clip-path: inset(0px 0px 100% 0px);
            clip-path: inset(0px 0px 100% 0px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding: 1em;
    background: var(--secondary-color-black);
    z-index: 50;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .close-button {
    position: absolute;
    top: 2%;
    right: 20px;
    color: var(--main-color);
    font-size: 1.5rem;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .description-header {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .description-header .modal-title {
    width: 60%;
    color: var(--main-color);
    line-height: 1em;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .description-header .year {
    color: var(--main-color);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .description-header .description {
    color: var(--main-color);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .detail-info {
    display: flex;
    flex-direction: column-reverse;
    gap: 2em;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .detail-info .view-button p {
    font-weight: 100;
    font-size: 1.3rem;
    color: var(--main-color);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .detail-info .view-button::after {
    width: 100%;
    background: var(--secondary-color-light-grey);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .detail-info .tools-used p {
    font-size: 1.3rem;
    line-height: 1.2em;
    color: var(--secondary-color-light-grey);
  }
  #page-2 {
    --gap: 5px 8px;
    --gap-2: 45px;
    --header-height: 5rem;
    --first-section-height: 8rem;
    overflow-x: hidden;
  }
  #page-2 .page-wrapper #section1 .first-section .header .logo-container .portfolio-logo {
    width: 2.5rem;
  }
  #page-2 .page-wrapper #section1 .first-section .header .quote {
    display: none;
  }
  #page-2 .page-wrapper #section1 .first-section .header .nav {
    gap: 3em;
  }
  #page-2 .page-wrapper #section1 .first-section .header .column-center {
    display: none;
  }
  #page-2 .page-wrapper #section1 .first-section .header .social .icon-container {
    padding: 0 0.5em;
  }
  #page-2 .page-wrapper #section1 .first-section .header .social .icon-container .icons {
    position: relative;
    z-index: 2;
  }
  #page-2 .page-wrapper #section1 .first-section .header .social .icon-container .icons img {
    width: 1.4rem;
    transition: 0.3s ease-in-out;
    z-index: 2;
  }
  #page-2 .page-wrapper #section1 .first-section .header .QR-container {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .interactive-wrapper {
    overflow-x: hidden;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number {
    padding: 1em 0;
    gap: 1em;
    justify-content: center;
    border-top: var(--border);
    border-bottom: var(--border);
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-6 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-5 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-4 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-3 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number h6 {
    letter-spacing: 0.01em;
  }
  #page-2 .page-wrapper #section1 .secondary-section .job-title {
    margin-bottom: -1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.6em;
  }
  #page-2 .page-wrapper #section1 .secondary-section h1 {
    margin: 0;
    color: var(--secondary-color-black);
    display: flex;
    transform: translateY(-10%);
    align-items: center;
    font-size: 3rem;
  }
  #page-2 .page-wrapper #section1 .secondary-section h1 span {
    height: 1em;
  }
  #page-2 #decor {
    display: none;
  }
  #page-2 #section-2 {
    padding: 10em 1em;
    height: 120vh;
    border-bottom: var(--border-white);
  }
  #page-2 #section-2 .section-2-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
  }
  #page-2 #section-2 .section-2-container .text-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  #page-2 #section-2 .section-2-container .unique-text span {
    color: var(--accent-color);
  }
  #page-2 #section-2 .section-2-container .reel-images-container {
    margin: 0;
    justify-content: center;
    gap: 1em;
  }
  #page-2 #section-2 .section-2-container .reel-images-container .desktop {
    display: none;
  }
  #page-2 #section-2 .section-2-container .reel-images-container .tablet {
    display: none;
  }
  #page-2 #section-2 .section-2-container .reel-images-container h6 {
    color: var(--main-color);
    font-size: 0.8rem;
  }
  #page-2 #section-2 .section-2-container .reel-images-container .reel-images {
    z-index: 2;
    max-width: 25vw;
  }
  #page-2 #section-2 .section-2-container .svg-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
  }
  #page-2 #section-2 .section-2-container .svg-background svg {
    z-index: 0;
    width: 100vw;
    height: 100%;
  }
  #page-2 #section-3 {
    display: none;
  }
  #page-2 #section-3-mobile {
    display: block;
  }
  #page-2 #section-3-mobile .section-3-mobile-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-bottom: var(--border-white);
    background-color: var(--secondary-color-black);
    gap: 17em;
    padding: 2em 0;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .decor {
    z-index: 2;
    gap: 2em;
    margin-top: 10em;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .decor img {
    width: 35vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer {
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
    gap: 2em;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer .footer-title-container {
    width: 60%;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer .footer-title {
    color: var(--main-color);
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer .view-button {
    position: relative;
    width: 100%;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer .view-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--secondary-color-light-grey);
  }
  #page-2 #section-3-mobile .section-3-mobile-container .cover-background-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    mix-blend-mode: overlay;
  }
  #page-2 #contact-us {
    --decor-width: 30px;
    --decor-height: 245px;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 6em;
  }
  #page-2 #contact-us .block {
    position: relative;
    width: 100%;
    left: 0%;
    top: 55%;
    height: 30vh;
  }
  #page-2 #contact-us .block .form-block-container {
    flex-direction: column;
  }
  #page-2 #contact-us .block h5 {
    font-size: 1.5rem;
  }
  #page-2 #contact-us .block input {
    font-size: 1.25rem;
  }
  #page-2 #contact-us .block textarea {
    font-size: 1.25rem;
  }
  #page-2 #contact-us .block .contact-form {
    width: 100%;
  }
  #page-2 #contact-us .block .contact-form form {
    width: inherit;
    gap: 1.25em;
  }
  #page-2 #contact-us .block .contact-us-social {
    display: none;
  }
  #page-2 #contact-us .block .block-wrapper {
    width: 30%;
  }
  #page-2 #contact-us .block button {
    padding: 1em 0;
    height: auto;
  }
  #page-2 #contact-us .contact-us-title-text {
    flex-direction: column;
    align-items: center;
  }
  #page-2 #contact-us .contact-us-background {
    display: none;
  }
}
@media (min-width: 993px) {
  #modals-mobile {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  html {
    font-size: 15px;
  }
  #modals-mobile .view-button {
    width: 100%;
    justify-content: space-between;
  }
  #modals-mobile .view-button p {
    color: var(--main-color);
  }
  #modals-mobile .view-button img {
    width: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(248%) hue-rotate(56deg) brightness(116%) contrast(83%);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile {
    height: 100vh;
    -webkit-clip-path: inset(0px 0px 100% 0px);
            clip-path: inset(0px 0px 100% 0px);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 1em;
    gap: 2em;
    background: var(--secondary-color-black);
    z-index: 50;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .close-button {
    position: absolute;
    top: 2%;
    right: 20px;
    color: var(--main-color);
    font-size: 1.5rem;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .description-header {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .description-header .modal-title {
    color: var(--main-color);
    line-height: 1em;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .description-header .year {
    color: var(--main-color);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .description-header .description {
    color: var(--main-color);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .detail-info {
    margin-top: 1em;
    display: flex;
    flex-direction: column-reverse;
    gap: 2em;
    overflow: hidden;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .detail-info .view-button p {
    font-weight: 100;
    font-size: 1.5rem;
    color: var(--main-color);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .detail-info .view-button::after {
    width: 100%;
    background: var(--secondary-color-light-grey);
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .detail-info .tools-used {
    display: flex;
    justify-content: space-between;
  }
  #modals-mobile .modal-mobile-wrapper .modals-container-mobile .detail-info .tools-used p {
    font-size: 1.3rem;
    line-height: 1.2em;
    color: var(--secondary-color-light-grey);
  }
  #page-2 {
    --gap: 5px 8px;
    --gap-2: 45px;
    --header-height: 5rem;
    --first-section-height: 8rem;
    overflow-x: hidden;
  }
  #page-2 .page-wrapper #section1 .first-section .header .logo-container .portfolio-logo {
    width: 2.5rem;
  }
  #page-2 .page-wrapper #section1 .first-section .header .quote {
    display: none;
  }
  #page-2 .page-wrapper #section1 .first-section .header .nav {
    gap: 4em;
  }
  #page-2 .page-wrapper #section1 .first-section .header .social .icon-container {
    padding: 0 0.5em;
  }
  #page-2 .page-wrapper #section1 .first-section .header .social .icon-container .icons {
    position: relative;
    z-index: 3;
  }
  #page-2 .page-wrapper #section1 .first-section .header .social .icon-container .icons img {
    width: 1.4rem;
    transition: 0.3s ease-in-out;
    z-index: 3;
  }
  #page-2 .page-wrapper #section1 .first-section .header .QR-container {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .interactive-wrapper {
    overflow-x: hidden;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number {
    padding: 1em 0;
    gap: 1em;
    justify-content: center;
    border-top: var(--border);
    border-bottom: var(--border);
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-6 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-5 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-4 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-3 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number h6 {
    letter-spacing: 0.01em;
  }
  #page-2 .page-wrapper #section1 .secondary-section .job-title {
    margin-bottom: -1em;
    justify-content: center;
    align-items: flex-start;
    padding: 1em 0;
    gap: 0.6em;
  }
  #page-2 .page-wrapper #section1 .secondary-section h1 {
    margin: 0;
    color: var(--secondary-color-black);
    display: flex;
    transform: translateY(-10%);
    align-items: center;
  }
  #page-2 .page-wrapper #section1 .secondary-section h1 span {
    height: 1em;
  }
  #page-2 #decor {
    display: none;
  }
  #page-2 #section-2 {
    padding: 10em 1em;
    height: 120vh;
    border-bottom: var(--border-white);
  }
  #page-2 #section-2 .section-2-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
  }
  #page-2 #section-2 .section-2-container .text-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  #page-2 #section-2 .section-2-container .unique-text span {
    color: var(--accent-color);
  }
  #page-2 #section-2 .section-2-container .reel-images-container {
    margin: 0;
    justify-content: center;
    gap: 1em;
  }
  #page-2 #section-2 .section-2-container .reel-images-container .desktop {
    display: none;
  }
  #page-2 #section-2 .section-2-container .reel-images-container h6 {
    color: var(--main-color);
    font-size: 0.8rem;
  }
  #page-2 #section-2 .section-2-container .reel-images-container .reel-images {
    z-index: 2;
    max-width: 16vw;
  }
  #page-2 #section-2 .section-2-container .svg-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
  }
  #page-2 #section-2 .section-2-container .svg-background svg {
    z-index: 0;
    width: 100vw;
    height: 100%;
  }
  #page-2 #section-3 {
    display: none;
  }
  #page-2 #section-3-mobile {
    display: block;
  }
  #page-2 #section-3-mobile .section-3-mobile-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-bottom: var(--border-white);
    gap: 17em;
    padding: 5em 0;
    background-color: var(--secondary-color-black);
  }
  #page-2 #section-3-mobile .section-3-mobile-container .decor {
    z-index: 2;
    gap: 2em;
    margin-top: 6em;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .decor img {
    width: 35vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer {
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
    gap: 2em;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer .footer-title-container {
    width: 100%;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer .footer-title {
    color: var(--main-color);
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer .view-button {
    position: relative;
    width: 100%;
  }
  #page-2 #section-3-mobile .section-3-mobile-container .column-footer .view-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--secondary-color-light-grey);
  }
  #page-2 #section-3-mobile .section-3-mobile-container .cover-background-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    mix-blend-mode: overlay;
  }
  #page-2 #contact-us {
    --decor-width: 30px;
    --decor-height: 245px;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 6em;
  }
  #page-2 #contact-us .block {
    position: relative;
    width: 100%;
    left: 0%;
    top: 55%;
    height: 30vh;
  }
  #page-2 #contact-us .block .form-block-container {
    flex-direction: column;
  }
  #page-2 #contact-us .block h5 {
    font-size: 1.5rem;
  }
  #page-2 #contact-us .block input {
    font-size: 1.25rem;
  }
  #page-2 #contact-us .block textarea {
    font-size: 1.25rem;
  }
  #page-2 #contact-us .block .contact-form {
    width: 100%;
  }
  #page-2 #contact-us .block .contact-form form {
    width: inherit;
    gap: 1.25em;
  }
  #page-2 #contact-us .block .contact-us-social {
    display: none;
  }
  #page-2 #contact-us .block .block-wrapper {
    width: 30%;
  }
  #page-2 #contact-us .block button {
    padding: 1em 0;
    height: auto;
  }
  #page-2 #contact-us .contact-us-title-text {
    flex-direction: column;
    align-items: center;
  }
  #page-2 #contact-us .contact-us-background {
    display: none;
  }
}
@media (max-width: 1810px) {
  #page-2 {
    --gap-2: 15px;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-5 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-6 {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1400px) {
  html {
    font-size: 15px;
  }
  #modals .modal-wrapper .modals-container {
    overflow: hidden;
    -webkit-clip-path: inset(0px 0px 100% 0px);
            clip-path: inset(0px 0px 100% 0px);
    --padding: 1em 1em;
    --inner-padding: 2rem;
  }
  #page-2 {
    --gap: 5px 8px;
    --gap-2: 45px;
    --header-height: 5rem;
    --first-section-height: 8rem;
    overflow-x: hidden;
  }
  #page-2 .page-wrapper #section1 .first-section .header .logo-container .portfolio-logo {
    width: 2.5rem;
  }
  #page-2 .page-wrapper #section1 .first-section .header .quote {
    display: none;
  }
  #page-2 .page-wrapper #section1 .first-section .header .nav {
    gap: 4em;
  }
  #page-2 .page-wrapper #section1 .first-section .header .social .icon-container {
    padding: 0 0.5em;
  }
  #page-2 .page-wrapper #section1 .first-section .header .social .icon-container .icons {
    position: relative;
    z-index: 3;
  }
  #page-2 .page-wrapper #section1 .first-section .header .social .icon-container .icons img {
    width: 1.4rem;
    transition: 0.3s ease-in-out;
    z-index: 3;
  }
  #page-2 .page-wrapper #section1 .first-section .header .QR-container {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .interactive-wrapper {
    overflow-x: hidden;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number {
    padding: 1em 0;
    gap: 1em;
    justify-content: center;
    border-top: var(--border);
    border-bottom: var(--border);
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-6 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-5 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number .number-4 {
    display: none;
  }
  #page-2 .page-wrapper #section1 .secondary-section .number h6 {
    letter-spacing: 0.01em;
  }
  #page-2 .page-wrapper #section1 .secondary-section .job-title {
    margin-bottom: -1em;
    justify-content: center;
    align-items: flex-start;
    padding: 1em 0;
    gap: 0.6em;
  }
  #page-2 .page-wrapper #section1 .secondary-section h1 {
    margin: 0;
    color: var(--secondary-color-black);
    display: flex;
    transform: translateY(-10%);
    align-items: center;
  }
  #page-2 .page-wrapper #section1 .secondary-section h1 span {
    height: 1em;
  }
  #page-2 #decor {
    display: none;
  }
  #page-2 #section-2 {
    padding: 10em 1em;
    border-bottom: var(--border-white);
  }
  #page-2 #section-2 .section-2-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
  }
  #page-2 #section-2 .section-2-container .text-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  #page-2 #section-2 .section-2-container .unique-text span {
    color: var(--accent-color);
  }
  #page-2 #section-2 .section-2-container .reel-images-container {
    margin: 5em 0;
    justify-content: space-between;
    gap: 1em;
  }
  #page-2 #section-2 .section-2-container .reel-images-container h6 {
    color: var(--main-color);
    font-size: 0.8rem;
  }
  #page-2 #section-2 .section-2-container .reel-images-container .reel-images {
    z-index: 2;
    max-width: 16.5vw;
  }
  #page-2 #section-2 .section-2-container .reel-images-container .desktop {
    display: none;
  }
  #page-2 #section-2 .section-2-container .svg-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
  }
  #page-2 #section-2 .section-2-container .svg-background svg {
    z-index: 0;
    width: 100vw;
    height: 100%;
  }
  #page-2 #contact-us {
    --decor-width: 30px;
    --decor-height: 245px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  #page-2 #contact-us .block {
    position: relative;
    width: 100%;
    left: 0%;
    top: 55%;
    height: 30vh;
  }
  #page-2 #contact-us .block .form-block-container {
    flex-direction: column;
  }
  #page-2 #contact-us .block h5 {
    font-size: 1.5rem;
  }
  #page-2 #contact-us .block input {
    font-size: 1.25rem;
  }
  #page-2 #contact-us .block textarea {
    font-size: 1.25rem;
  }
  #page-2 #contact-us .block .contact-form {
    width: 100%;
  }
  #page-2 #contact-us .block .contact-form form {
    width: inherit;
    gap: 1.25em;
  }
  #page-2 #contact-us .block .contact-us-social {
    display: none;
  }
  #page-2 #contact-us .block .block-wrapper {
    width: 30%;
  }
  #page-2 #contact-us .block button {
    padding: 1em 0;
    height: auto;
  }
  #page-2 #contact-us .block .blue-dots {
    left: -5%;
  }
  #page-2 #contact-us .contact-us-title-text {
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }
  #page-2 #contact-us .contact-us-background {
    display: none;
  }
}
#video-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  mix-blend-mode: color-dodge;
  pointer-events: none;
}
#video-background video {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}

a {
  cursor: none;
}

.cursor,
.cursor-trail {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: transform 0.15s ease-in-out;
  display: none;
}

.cursor {
  width: 15px;
  height: 15px;
  background-color: var(--main-color);
  transform: translate(-50%, -50%);
  z-index: 901;
}

.cursor-trail {
  width: 25px;
  height: 25px;
  background-color: var(--main-color);
  opacity: 0.05;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out;
  z-index: 300;
}

.links {
  cursor: none;
}

.cursor.hover {
  transition: transform 0.25s ease-in-out;
}

.cursor-trail .hover {
  display: none;
}

.play_reels {
  animation: blink infinite 1.5s;
}

.horizontal-container {
  position: relative;
  height: 100vh; /* 或你需要的高度 */
  overflow: hidden;
}

.horizontal-inner {
  width: -moz-max-content;
  width: max-content;
}

.book-subtitle {
  font-family: var(--font-family-sentence);
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--secondary-color-black);
}

.book-title {
  font-family: var(--font-family-unique);
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 800;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  color: var(--secondary-color-black);
}

.book-sm-title {
  font-family: var(--font-family-unique);
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  color: var(--secondary-color-black);
  text-box: trim-both cap alphabetic;
}

.book-text {
  font-family: var(--font-family-sentence);
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 400;
  color: var(--secondary-color-black);
}

.book-sm-text {
  font-family: var(--font-family-sentence);
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 400;
  text-align: center;
  color: var(--secondary-color-black);
}

.book-description {
  font-family: var(--font-family-sentence);
  font-size: clamp(0.9rem, 2vw, 0.9rem);
  color: var(--color-primary-light);
}

.book-sm-description {
  font-family: var(--font-family-sentence);
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  color: var(--secondary-color-black);
  text-transform: lowercase;
  font-style: italic;
}

.book-bg-caption {
  font-family: var(--font-family-sentence);
  color: var(--main-color);
  font-size: clamp(3rem, 6vw, 4rem);
  text-box: trim-both cap alphabetic;
}

.chapter-num {
  font-family: var(--font-family-unique);
  font-weight: 300;
  font-size: 100rem;
  font-style: italic;
  position: absolute;
  color: #d9d9d9;
  left: -30%;
  bottom: 0;
  z-index: 1;
  text-box: trim-both cap alphabetic;
  mix-blend-mode: multiply;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.entry-header {
  display: none;
}

.entry-footer {
  display: none;
}

.accent-color {
  color: var(--accent-color);
}

.main-color {
  color: var(--main-color);
}

.xsm-width {
  width: 13%;
}

.md-width {
  width: 50%;
}

.xl-width {
  width: 70%;
}

.xxl-width {
  width: 100%;
}

.sm-width {
  width: 30%;
}

.lsm-width {
  width: 40%;
}

.text-center {
  text-align: center;
}

.full-height {
  height: 100%;
}

#smooth-wrapper {
  margin: 0;
  box-sizing: border-box;
  overflow-y: hidden;
}

#post-112 {
  display: none;
}

.horizontal-container {
  width: 100%;
  background-color: var(--main-color);
  position: relative;
  overflow: hidden;
}

.archive-header-mobile {
  z-index: 100;
  position: fixed;
  left: 0;
  height: 100vh;
  align-items: flex-start;
  transition: 0.4s ease-in-out;
}
.archive-header-mobile .header-container {
  padding: 1em 1em;
  justify-content: space-between;
  height: var(--header-height);
  width: 100vw;
  background-color: var(--main-color);
  border-bottom: 1px solid var(--secondary-color-dark-grey);
}
.archive-header-mobile .logo-container img {
  width: 2em;
}
.archive-header-mobile .chapter-menu-mobile {
  height: 100%;
  width: 100%;
  z-index: 100;
  -webkit-clip-path: inset(0px 0px 100% 0px);
          clip-path: inset(0px 0px 100% 0px);
  will-change: auto;
  padding: 1em 1em 2em 1em;
  align-items: center;
  background-color: #e0e0e0;
  justify-content: space-between;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.archive-header-mobile .chapter-menu-mobile .chapter-menu-title {
  overflow: hidden;
  width: 100%;
}
.archive-header-mobile .chapter-menu-mobile .chapter-content {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
  margin-bottom: 0;
  width: auto;
  padding: 2em 0;
}
.archive-header-mobile .chapter-menu-mobile .chapter-content .chapter-content-container-mobile {
  padding: 1em;
  height: 100%;
  justify-content: space-between;
  background-color: var(--main-color);
  will-change: auto;
}
.archive-header-mobile .chapter-content-top {
  justify-content: space-between;
  align-items: flex-start;
}
.archive-header-mobile .chapter-content-top .chapter-img-container {
  width: 80%;
}
.archive-header-mobile .chapter-content-top .chapter-img-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-header-mobile .chapter-content-bottom {
  gap: 1em;
}
.archive-header-mobile .chapter-content-bottom .chapter-title .book-sm-title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  text-align: left;
}
.archive-header-mobile .chapter-content-bottom .bottom-text {
  width: 100%;
  justify-content: space-between;
}

.archive-header {
  z-index: 100;
  position: fixed;
  left: 0;
  height: 100%;
  align-items: flex-start;
  transition: 0.4s ease-in-out;
}
.archive-header .header-container {
  background-color: var(--main-color);
  padding: 2em 1em;
  height: 100vh;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid var(--secondary-color-dark-grey);
  width: 5rem;
}
.archive-header .header-container .logo-container img {
  width: 3em;
}
.archive-header .text-container {
  gap: 0.5em;
}
.archive-header .text-container h5 {
  writing-mode: vertical-rl;
}

.chapter-menu {
  height: 100%;
  -webkit-clip-path: inset(0px 100% 0px 0px);
          clip-path: inset(0px 100% 0px 0px);
  will-change: auto;
  padding: 1em 1em 2em 1em;
  align-items: center;
  background-color: #e0e0e0;
  justify-content: space-between;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.chapter-menu .chapter-menu-title {
  overflow: hidden;
  width: inherit;
}
.chapter-menu .chapter-content {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
  margin-bottom: 0;
  width: auto;
  padding: 0;
}
.chapter-menu .chapter-content .chapter-content-container {
  padding: 1em;
  width: 20rem;
  height: 100%;
  justify-content: space-between;
  background-color: var(--main-color);
  will-change: auto;
}
.chapter-menu .chapter-content-top {
  justify-content: space-between;
  align-items: flex-start;
}
.chapter-menu .chapter-content-top .chapter-img-container {
  width: 12rem;
}
.chapter-menu .chapter-content-top .chapter-img-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapter-content-bottom {
  gap: 0.4em;
}
.chapter-content-bottom .chapter-title .book-sm-title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  text-align: left;
}
.chapter-content-bottom .bottom-text {
  width: 100%;
  justify-content: space-between;
}

.chapter-content-container {
  padding: 0.7em;
}

.book-section {
  height: 100vh;
  overflow: hidden;
  padding: 1em 0;
}

.book-section-1 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  position: relative;
}
.book-section-1 .archive-title {
  align-items: center;
  gap: 1em;
}

.book-section-1-footer {
  width: 30%;
}

.horizontal-inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.book-section-2 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
}
.book-section-2 .chapter {
  max-width: 700px;
}

.chapter {
  height: 100%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.render-with-caption {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.render-with-caption img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.render-with-caption .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.411);
  text-align: center;
  padding: 1em 0;
}
.render-with-caption .caption p:last-child {
  margin-top: 1em;
}
.render-with-caption .caption p:first-child {
  margin-bottom: 0.3em;
}

.other-title {
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.book-section-3 {
  padding: 2em 2em;
  justify-content: space-between;
  width: 72rem;
}

.top {
  margin-left: auto;
}

.render-sm img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 240px;
  height: 240px;
}

.render-xsm img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}

.render-md img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
.render-md .description {
  width: 100%;
  text-align: right;
}

.render-sm .reverse {
  flex-direction: column-reverse;
}

.bottom-image {
  gap: 1em;
}

.book-text-container {
  gap: 1em;
}

.book-text-container p:nth-child(2) {
  margin-left: 3em;
}

.book-text-container p:nth-child(3) {
  margin-left: 12em;
}

.book-text-container p:nth-child(4) {
  margin-left: 31em;
  text-align: start;
  width: 22%;
  line-height: 1em;
}

.book-text-container div {
  margin-left: 31em;
}
.book-text-container div p {
  text-align: start;
}

.img-container {
  position: relative;
  width: 100vw;
  max-width: 1920px;
  height: 100vh;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.8em;
}
.img-container .img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.img-container .img-inner {
  width: 110%;
  height: 100%;
  margin: 0 auto;
  will-change: transform;
}
.img-container .full-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  display: block;
}

.book-section-4 {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
}
.book-section-4 .chapter {
  max-width: 800px;
}

.md-image-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.md-image-container .img-wrapper-scale {
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.md-image-container .img-wrapper-scale .description {
  position: absolute;
  transform: translate(-50%, 50%);
  bottom: 5%;
  left: 8%;
  z-index: 4;
}
.md-image-container .img-wrapper-scale .description p {
  color: var(--main-color);
}
.md-image-container .img-inner-scale {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  will-change: transform;
  overflow: hidden;
}

.description .book-sm-description {
  line-height: 1.25em;
}

.section-5-container {
  height: 100%;
  justify-content: space-between;
  gap: 3em;
}

.section-text-container {
  height: 100%;
  width: -moz-min-content;
  width: min-content;
  justify-content: center;
  align-items: flex-start;
}

.section-5-image-container {
  padding: 1em 0;
}
.section-5-image-container img {
  width: 60rem;
  height: auto;
}

.book-section-5 {
  margin-left: 1em;
}

.section-5-quote {
  margin-top: 2em;
}
.section-5-quote p {
  text-align: left;
  line-height: 1.2em;
}

.lady {
  width: 120vw;
  margin-left: 2em;
}

.section-video-container {
  overflow: hidden;
  align-items: flex-end;
  gap: 1em;
}

.section-video-wrapper {
  width: 50rem;
  overflow: hidden;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.section-6-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}

.img-large {
  width: auto;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-row {
  display: flex;
  gap: 0.5rem;
  height: 40%;
}

.img-small {
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.UE-4-container {
  height: 100%;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
}

.book-section-6 .section-text-container {
  padding: 0 5em;
}

.book-section-7 {
  position: relative;
  display: inline-flex;
  padding: 1em 2em;
  width: -moz-max-content;
  width: max-content;
  gap: 2em;
}
.book-section-7 .chapter {
  max-width: 1250px;
}
.book-section-7 .chapter-num {
  left: -10%;
}

.book-partner {
  justify-content: center;
  gap: 2em;
  background-color: var(--main-color);
}
.book-partner img {
  mix-blend-mode: multiply;
  height: 40px;
  width: auto;
  z-index: 1;
}

.book-section-7-img-container {
  height: 100%;
  overflow: hidden;
  justify-content: center;
}
.book-section-7-img-container .book-section-7-img-wrapper {
  height: 100%;
}

.section-8 {
  width: -moz-max-content;
  width: max-content;
  padding: 2em 2em;
}

.section-8-bottom {
  justify-content: flex-end;
  height: 100%;
  max-width: 900px;
}

.section-8-top {
  height: 100%;
  justify-content: flex-start;
}

.book-section-9 {
  overflow: hidden;
}
.book-section-9 .md-image-container {
  width: 50rem;
}

.book-section-10 {
  padding: 1em 1em;
}
.book-section-10 .flex {
  height: 100%;
  gap: 1em;
}
.book-section-10 .flex .section-text-container {
  justify-content: center;
  width: 40%;
  max-width: 600px;
}
.book-section-10 .flex-column {
  height: 100%;
  justify-content: space-between;
  max-width: 600px;
}
.book-section-10 .flex-column .section-10-subtitle {
  height: 50%;
  justify-content: center;
}
.book-section-10 .flex-column .section-10-subtitle p {
  width: 100%;
  text-align: left;
}

.section-10-sm-video-container {
  height: 50%;
  overflow: hidden;
}
.section-10-sm-video-container .dynamic-component-container {
  position: relative;
  overflow: hidden;
}
.section-10-sm-video-container .dynamic-component-container video {
  max-width: 600px;
  height: 100%;
}

.dynamic-component-video-container {
  position: relative;
  height: 100%;
}
.dynamic-component-video-container .description {
  position: absolute;
  left: 50%;
  bottom: 3%;
  text-align: center;
  transform: translate(-50%, 50%);
}

.dynamic-component-video-2 {
  height: 100%;
}

.book-section-11 {
  display: inline-flex;
  align-items: center;
  gap: 1em;
}

.section-11-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 900px;
  padding: 0 10em;
}

.book-section-11 video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video {
  height: 100%;
}

.book-section-12 {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  gap: 1em;
}
.book-section-12 .render-with-caption {
  position: relative;
}
.book-section-12 .render-with-caption .description {
  position: absolute;
  left: 3%;
  bottom: 1%;
  text-align: left;
}
.book-section-12 .render-with-caption .description p {
  color: var(--main-color);
}
.book-section-12 .chapter {
  max-width: 1000px;
}

.book-section-13 {
  padding: 1em 0;
  gap: 1em;
  margin-left: 1em;
}
.book-section-13 .book-section-13-left {
  padding: 1em 0;
  height: 100%;
  justify-content: flex-start;
}
.book-section-13 .book-text-container {
  margin-top: 2em;
}
.book-section-13 .flex {
  gap: 0.5em;
}
.book-section-13 .section-13-image-container img {
  height: 305px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.book-section-13 .section-13-image-container:nth-child(2) {
  width: 405px;
}

.section-13-video-container {
  padding: 1em 0;
  height: 100%;
  justify-content: flex-end;
}
.section-13-video-container .flex-column {
  justify-content: flex-end;
}
.section-13-video-container .description {
  margin-bottom: 0.5em;
}
.section-13-video-container video {
  width: 900px;
  height: auto;
}

.section-13-bg-video-container {
  justify-content: center;
  height: 100%;
  position: relative;
}
.section-13-bg-video-container video {
  height: 100%;
}
.section-13-bg-video-container .description {
  position: absolute;
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 4%;
}
.section-13-bg-video-container .description p {
  color: var(--main-color);
  text-align: center;
}

.book-section-14 {
  padding: 2em 2em;
  gap: 2em;
}

.book-section-14-left {
  justify-content: space-between;
  height: 100%;
  max-width: 900px;
}
.book-section-14-left .flex {
  gap: 1em;
}

.section-14-text-container {
  height: 50%;
  justify-content: center;
}
.section-14-text-container p {
  text-align: left;
}

.section-14-video-container video {
  width: 430px;
}

.book-section-14-right {
  height: 100%;
  max-width: 900px;
  justify-content: flex-start;
}
.book-section-14-right .section-14-bg-video-container {
  width: auto;
}
.book-section-14-right .section-14-bg-video-container video {
  width: 900px;
}
.book-section-14-right .book-sm-text {
  text-align: left;
  width: 40%;
  margin-top: 0.5em;
}

.section-15-text-container {
  padding: 0 6em;
}

.section-15-text-wrapper {
  max-width: 400px;
}

.book-section-15-right {
  height: 100%;
}

.book-section-15 {
  gap: 1em;
}

.title-with-image {
  align-items: flex-start;
}

@media (min-width: 1401px) {
  .cursor,
  .cursor-trail {
    display: block;
  }
}
@media (min-width: 1225px) {
  .archive-header-mobile {
    display: none;
  }
}
@media (max-width: 1224px) {
  .archive-header-mobile .chapter-content-top .chapter-img-container {
    width: 70%;
  }
  .archive-header-mobile .chapter-content-top .chapter-img-container img {
    width: 100%;
    height: auto;
  }
  .book-section-1 .text-titles {
    opacity: 1;
  }
  .book-section-1 .indicator {
    display: none;
  }
  .transition-block .transition-logo {
    width: 10vw;
    height: auto;
  }
  .archive-header-mobile .header-container {
    padding: 1em 2em;
  }
  .book-section {
    height: auto;
  }
  .horizontal-container {
    height: 100%;
  }
  .horizontal-inner {
    flex-direction: column;
    width: 100vw;
    justify-content: center;
    padding: 0 2em;
    gap: 2em;
  }
  .archive-header {
    display: none;
  }
  .book-section-1-footer {
    width: 80%;
  }
  .book-section-1 {
    height: calc(100vh - var(--header-height));
    margin-top: var(--header-height);
    padding: 1em 0 !important;
    width: 100%;
  }
  .panel {
    display: flex;
    height: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
  }
  .book-section {
    padding: 0;
  }
  .book-section-2 {
    height: auto;
  }
  .render-with-caption {
    height: 100vh;
    width: 100%;
  }
  .render-with-caption img {
    width: 100%;
    height: auto;
  }
  .chapter {
    width: 100%;
    height: calc(100vh - var(--header-height));
    max-width: 100vw;
    padding: 2em 0;
    overflow: hidden;
  }
  .chapter .book-sm-title {
    width: 85%;
  }
  .book-section-4 .chapter {
    width: 100%;
    height: calc(100vh - var(--header-height));
    padding: 2em 0;
    max-width: 100vw;
  }
  .book-section-4 .chapter .book-sm-title {
    width: 85%;
  }
  .book-section-3 {
    width: 100%;
    height: 80vh;
  }
  .book-section-3 .book-text-container > * {
    margin-left: 0;
  }
  .render-sm img {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 190px;
    min-height: 190px;
  }
  .book-text-container {
    align-items: flex-start;
  }
  .book-text-container p:nth-child(2) {
    margin-left: 0;
  }
  .book-text-container p:nth-child(3) {
    margin-left: 0;
  }
  .book-text-container p:nth-child(4) {
    margin-left: 0;
    text-align: start;
    width: 50%;
    line-height: 1em;
  }
  .img-container {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .img-container .img-inner {
    width: 100%;
  }
  .flex-ended {
    width: 100%;
    height: 100vh;
  }
  .render-with-caption img {
    height: 100%;
  }
  .book-section-4 {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .section-5-img {
    flex-direction: column;
    align-items: flex-start;
  }
  .chapter-num {
    left: 20%;
    top: -6%;
    font-size: 150rem;
  }
  .section-5-container {
    flex-direction: column;
    align-items: center;
  }
  .book-section-5 {
    margin-left: 0;
  }
  .section-5-image-container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
  .lady {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .md-image-container .img-wrapper-scale .description {
    left: 13%;
  }
  .book-section-6 {
    flex-direction: column;
    gap: 2em;
  }
  .UE-4-container {
    flex-direction: column;
  }
  .section-video-wrapper {
    overflow: auto;
    display: none;
  }
  .section-video-container {
    display: none;
  }
  .book-section-7 {
    width: auto;
  }
  .book-partner {
    align-items: flex-start;
    justify-content: flex-start;
    width: -moz-max-content;
    width: max-content;
    overflow: visible;
  }
  .book-section-7 .chapter-num {
    left: -10%;
    top: -49%;
  }
  .section-5-quote {
    display: none;
  }
  .book-section-6 .section-text-container {
    padding: 0;
  }
  .section-text-container {
    width: 80%;
    height: 40vh;
  }
  .section-text-container .book-sm-title {
    text-align: center;
  }
  .img-small {
    width: 40%;
  }
  .book-section-7 {
    display: flex;
    flex-direction: column;
  }
  .section-8 {
    flex-direction: column;
    width: 100%;
  }
  .section-8-top {
    width: 100%;
    margin-top: 2em;
  }
  .section-8-top .render-md {
    margin-left: 0;
  }
  .section-8-bottom {
    width: 100%;
    max-width: 100%;
    gap: 2em;
  }
  .section-8-bottom .bottom-image {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .render-xsm img {
    width: 100%;
  }
  .bottom-image .render-xsm:nth-child(2) {
    margin-left: auto;
  }
  .render-md img {
    height: auto;
  }
  .book-section-9 {
    width: 100%;
  }
  .book-section-9-img {
    width: 100%;
  }
  .book-section-9-img .img-inner-scale {
    width: 100%;
  }
  .book-section-9 .md-image-container {
    width: auto;
  }
  .book-section-10 .flex {
    flex-direction: column;
    justify-content: flex-start;
  }
  .book-section-10 .flex .flex-column {
    max-width: 100%;
  }
  .book-section-10 .flex .section-10-subtitle {
    align-items: center;
    height: 40vh;
  }
  .book-section-10 .flex .section-10-subtitle .book-sm-title {
    width: 80%;
    text-align: center;
  }
  .dynamic-component-video-container .description {
    left: 50%;
    bottom: 7%;
  }
  .book-section-11 {
    flex-direction: column;
  }
  .section-11-text-container {
    height: 50vh;
    max-width: 80%;
    padding: 0;
  }
  .section-11-text-container .book-sm-title {
    text-align: center;
  }
  .book-section-11 video {
    width: 100%;
  }
  .book-section-12 {
    flex-direction: column;
  }
  .book-section-12 .chapter-num {
    top: -32%;
  }
  .book-section-13 {
    margin-left: 0;
    flex-direction: column;
  }
  .section-13-video-container {
    width: 100%;
  }
  .section-13-video-container video {
    width: 100%;
  }
  .book-section-13-left {
    width: 100%;
    padding: 0;
  }
  .book-section-14 {
    flex-direction: column;
    padding: 0 1em;
  }
  .book-section-14-left {
    max-width: 100%;
    flex-direction: column-reverse;
  }
  .section-14-text-container {
    padding: 10em 0;
  }
  .section-14-text-container .flex {
    justify-content: center;
  }
  .section-14-video-container {
    width: 100%;
  }
  .section-14-video-container video {
    width: 100%;
  }
  .book-section-14-right .book-sm-text {
    display: none;
  }
  .book-section-15 {
    flex-direction: column;
  }
  .book-section-15-right {
    flex-direction: column;
    width: 100%;
    padding: 2em 1em;
    gap: 5em;
  }
  .book-section-15-right .section-5-image-container {
    margin-left: auto;
    width: 50%;
  }
  .section-5-image-container {
    width: 100%;
  }
  .section-15-text-container {
    width: 100%;
    padding: 0;
  }
  .section-15-text-container .section-15-text-wrapper {
    max-width: 80%;
  }
  .last-section {
    padding-bottom: 2em;
  }
  .last-section .book-sm-text {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .book-section-1 .text-titles {
    opacity: 1;
  }
  .book-section-1 .indicator {
    display: none;
  }
  .transition-block .transition-logo {
    width: 15vw;
    height: auto;
  }
  .horizontal-inner {
    padding: 0 1em;
  }
  .book-section-3 {
    height: 100vh;
  }
  .chapter-num {
    left: 9%;
    top: -46%;
  }
  .chapter {
    overflow: hidden;
  }
  .chapter .book-sm-text {
    width: 80%;
  }
  .book-section-7 .chapter-num {
    left: -38%;
    top: -56%;
  }
  .book-partner {
    animation: 8s marquee-2 linear infinite;
  }
  @keyframes marquee-2 {
    0% {
      transform: translateX(38%); /* Start position: off-screen */
    }
    100% {
      transform: translateX(-38%); /* End position: off-screen to the left */
    }
  }
  .book-text-container div {
    margin-left: 0;
  }
  .dynamic-component-container video {
    width: 100%;
  }
  .dynamic-component-video-container video {
    width: 100%;
  }
  .dynamic-component-video-container .description {
    left: 50%;
    bottom: 15%;
  }
  .book-section-12 .chapter-num {
    top: -62%;
    left: -58%;
  }
  .book-section-12 .render-with-caption {
    height: auto;
  }
  .section-13-bg-video-container video {
    width: 100%;
  }
  .section-13-bg-video-container .description {
    bottom: 86%;
  }
  .book-section-14-right .description {
    display: none;
  }
  .book-section-15 .render-with-caption {
    height: auto;
  }
  .book-section-15 .img-wrapper-scale {
    width: 100%;
    height: auto;
  }
  .book-section-15 .img-inner-scale {
    height: auto;
    width: 100%;
  }
  .book-section-15 .img-inner-scale .img-inner-scale img {
    height: auto;
    width: 100%;
  }
  .section-5-image-container {
    display: none;
  }
  .title-with-image {
    gap: 1em;
  }
  .title-with-image img {
    display: none;
  }
  .book-section-14-left .flex {
    display: none;
  }
  .section-15-text-container .section-15-text-wrapper {
    max-width: 100%;
  }
}
.text-titles {
  overflow: hidden;
  opacity: 0;
}

.texts span {
  display: inline-block;
  vertical-align: bottom;
}

.chars {
  opacity: 0;
}

.indicator {
  position: absolute;
  right: 2%;
  bottom: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.transition-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.transition-logo {
  width: 8vw;
  height: auto;
}/*# sourceMappingURL=style.css.map */