html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Arimo-R";
  src: url("../../assets/fonts/Arimo-Regular.ttf");
  font-weight: 400;
}
html {
  font-size: 10px;
}
@media (max-width: 1920px) {
  html {
    font-size: 0.5208vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.302vw;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

body {
  width: min(100% - 0rem, 192rem);
  font-family: "Arimo", sans-serif;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar {
  width: 1rem;
  background-color: #000;
}
body::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 1rem;
}

body.navActive {
  height: 100vh;
  overflow-y: hidden;
}

body#projects {
  margin-inline: auto;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  text-transform: uppercase;
}

.navBar {
  position: fixed;
  top: 0rem;
  padding: 2rem;
  width: calc(100% - 4rem);
  max-width: 188rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  z-index: 99;
  opacity: 0;
}
.navBar__logo {
  display: inline-block;
  cursor: pointer;
  z-index: 99;
  width: 5.3rem;
}
.navBar__navLink {
  display: flex;
}
.navBar__navLink a {
  font-size: 1.6rem;
  padding: 0.8rem 5rem 0.8rem 25rem;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.navBar__navLink a:hover {
  background-color: #41f4ff;
  color: #000;
  position: relative;
  transform: scale(1.2);
  transition: ease-in-out 0.5s;
}
.navBar__hambuger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.6rem;
  cursor: pointer;
  z-index: 99;
}
.navBar__hambuger .bar {
  display: block;
  width: 7rem;
  border-bottom: 0.2rem solid #fff;
  border-radius: 0.5rem;
  transition: transform 0.3s 0.5s linear;
}
.navBar__hambuger.common {
  padding-left: 25rem;
}
.navBar__hambuger.common .bar {
  border-color: #000;
}
.navBar__hambuger.active .bar {
  border-color: #fff;
}
.navBar__hambuger.active .bar:first-child {
  transform: translateY(1rem) rotate(45deg);
}
.navBar__hambuger.active .bar:nth-child(2) {
  transform: translateY(0.3rem) rotate(-45deg);
}
.navBar__hambuger.active:hover {
  background-color: transparent;
}
.navBar__fixedBar {
  position: fixed;
  top: -100vh;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 98;
  overflow: hidden;
  color: #fff;
  transition: all 0.5s linear;
}
.navBar__fixedBar-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
.navBar__fixedBar-links a {
  text-align: center;
  width: 100vw;
  font-size: 16.3rem;
  color: #fff;
  display: grid;
  grid-template-columns: 100vw 100vw 100vw;
}
.navBar__fixedBar-links a span {
  width: 100vw;
  display: inline-block;
  border: solid 1px #fff;
  border-left: none;
  border-right: none;
}
.navBar__fixedBar-links a:hover {
  -webkit-animation: moveX 5s steps(80) infinite;
  animation: moveX 5s steps(80) infinite;
}
.navBar__fixedBar-links a:hover span {
  background-color: #6bf4ff;
  color: #000;
}
@keyframes moveX {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-50vw);
  }
  50% {
    transform: translateX(-100vw);
  }
  75% {
    transform: translateX(-150vw);
  }
  100% {
    transform: translateX(-200vw);
  }
}
.navBar__fixedBar-bottom {
  width: calc(100% - 4rem);
  padding: 0 1rem 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: row;
}
.navBar__fixedBar-bottom .mail {
  text-transform: lowercase;
  color: #fff;
  font-size: 1.4rem;
}
.navBar__fixedBar-bottom .more-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  column-gap: 1rem;
}
.navBar__fixedBar-bottom .more-contact li a {
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.navBar__fixedBar-bottom .more-contact li a img {
  width: 3rem;
}
.navBar__fixedBar-bottom .more-contact li a:hover {
  background-color: #fff;
  color: #000;
}
.navBar__fixedBar-bottom .more-contact li a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(103%) contrast(101%);
}
.navBar__fixedBar.active {
  top: 0vh;
}

.navBar.animation {
  animation: fadeInTopNav 0.5s linear forwards;
  animation-delay: 1s;
}

.pageTop {
  position: fixed;
  bottom: 3rem;
  right: -9rem;
  z-index: 90;
  width: 4.5rem;
  height: 4.5rem;
  border: solid 0.1rem #000;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.8s linear;
}
.pageTop span img {
  width: 2rem;
}
.pageTop:hover span {
  animation: arrow 1s linear;
  animation-timing-function: ease-in-out;
}

.pageTop.appear {
  right: 3rem;
}

@media (max-width: 1024px) {
  .pageTop {
    width: 10rem;
    height: 10rem;
    right: -12rem;
  }
  .pageTop span img {
    width: 6rem;
  }
}
@media (max-width: 768px) {
  .navBar__fixedBar-bottom .more-contact li a {
    width: 7.5rem;
    height: 7.5rem;
  }
  .navBar__fixedBar-bottom .more-contact li a i {
    font-size: 4rem;
  }
  .navBar__fixedBar-bottom .more-contact li a img {
    width: 5rem;
  }
}
@keyframes arrow {
  0% {
    transform: translateY(0rem);
  }
  25% {
    transform: translateY(-4rem);
  }
  50% {
    opacity: 0;
    transform: translateY(0rem);
  }
  75% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.main {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 10rem;
  opacity: 0;
}
.main .video_container {
  position: absolute;
  top: 0;
  left: 0;
}
.main__videoBg {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.5s linear;
}
.main__videoBg.hide {
  opacity: 0;
}

.main.animation {
  animation: appear 0.3s 1s forwards;
}

.maxims {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.maxims h2 {
  font-size: 10.052vw;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
}
.maxims h2.animation {
  animation: fadeInDown 0.5s linear forwards;
}
.maxims h2.animation:nth-child(1) {
  animation-delay: 1.3s;
}
.maxims h2.animation:nth-child(2) {
  animation-delay: 1.635s;
}
.maxims h2.animation:nth-child(3) {
  animation-delay: 1.77s;
}
.maxims__border {
  position: absolute;
  bottom: 0.755vw;
  transform: translateX(-50%);
  left: 50%;
  width: 49.48vw;
  height: 8.54vw;
  border: solid 0.15rem #41f4ff;
  border: none;
  border-radius: 50%;
}
.maxims__border svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.maxims__border.animation svg {
  stroke: #41f4ff;
  stroke-width: 2px;
  fill: transparent;
  transform: translate(0px, 0px);
}
.maxims__border.animation svg ellipse {
  stroke-dasharray: 0px, 1480px;
  stroke-dashoffset: -2960;
  animation: rotateAppear 2s linear forwards;
  animation-delay: 2.8s;
}
.maxims__border.collapse svg {
  transform: scale(-1, 1);
}
.maxims__border.collapse svg ellipse {
  stroke-dasharray: 1480px, 0px;
  stroke-dashoffset: 0;
  animation: rotateHidden 2s linear forwards;
  animation-delay: 2.8s;
}

.navBottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 5rem;
  padding-bottom: 2rem;
}
.navBottom a {
  background-color: transparent;
  border: solid 0.15rem #fff;
  border-radius: 7rem;
  font-size: 11.2rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0 5rem;
  text-decoration: none;
  opacity: 0;
}
.navBottom a.animation {
  animation: fadeInUp 0.5s linear forwards;
  animation-delay: 2.27s;
}

@media (max-width: 768px) {
  .main {
    justify-content: center;
  }
  .maxims h2 {
    font-size: 10rem;
  }
  .maxims__border {
    width: 63.18vw;
    height: 9.94vw;
    bottom: 1.355vw;
  }
  .navBottom a {
    font-size: 4.5rem;
  }
}
@keyframes appear {
  to {
    opacity: 1;
  }
}
@keyframes rotateAppear {
  0% {
    stroke-dasharray: 0px, 1480px;
    stroke-dashoffset: -2960;
  }
  100% {
    stroke-dasharray: 1480px, 0px;
    stroke-dashoffset: 0;
  }
}
@keyframes rotateHidden {
  0% {
    stroke-dasharray: 1480px, 0px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 0px, 1480px;
    stroke-dashoffset: -2960;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navBar#project {
  background-color: #fff;
  margin-bottom: 40rem;
}

.project {
  padding: 50vh 1rem 0;
  min-height: 50vh;
}
.project__title {
  font-size: 16.3rem;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  transition: 0.7s linear;
  margin-bottom: 4rem;
}
.project__title > span {
  font: 1.7rem "Archivo", sans-serif;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0rem;
  right: 0rem;
}
.project__filter {
  font: 1.8rem/3.2rem "Arimo-R";
  color: #101010;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-left: 2rem;
}
.project__filter li {
  margin-right: 2rem;
}
.project__filter li:first-child {
  color: #000;
  margin-right: 3rem;
}
.project__filter li sup {
  vertical-align: super;
  font-size: 1rem;
  margin-right: 1rem;
  margin-left: 0.3rem;
  color: #101010;
}
.project__filter li:not(:first-child) {
  cursor: pointer;
}
.project__filter li.active {
  color: #000;
  font-size: 2.1rem;
}
.project__filter li.active sup {
  font-size: 1.2rem;
  color: #000;
}
.project__pagination {
  padding: 4rem;
}
.project__pagination button {
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  font: bold 1.8rem "Arimo-R";
  cursor: pointer;
}
.project__pagination button:not(:last-child) {
  margin-right: 2rem;
}
.project__pagination button:hover {
  background-color: #fff;
  border: solid 0.1rem #000;
  color: #000;
}
.project__pagination button.active {
  background-color: #fff;
  border: solid 0.1rem #000;
  color: #000;
}
.project__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  transition: 0.7s linear;
}
.project__item {
  width: 49.76%;
  position: relative;
  background-color: #c3c3c3;
  border-radius: 1rem;
  overflow: hidden;
  transition: ease-in-out 0.25s;
  opacity: 0;
}
.project__item .project-image {
  height: 100%;
  transition: transform 0.3s linear;
}
.project__item .project-image img {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.project__item .project-image img.fadeIn {
  opacity: 1;
}
.project__item .bg-cover {
  background-color: #181818;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project__item .project-show {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border: solid 1px #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  transition: ease-in-out 0.5s;
  opacity: 0;
}
.project__item .project-show:hover {
  background-color: #181818;
}
.project__item:hover .project-image {
  transform: scale(1.2);
}
.project__item:hover .bg-cover {
  animation: coverBg 1s forwards;
}
.project__item:hover .project-show {
  opacity: 1;
}
.project__item:nth-child(4n+1), .project__item:nth-child(4n+3) {
  border-bottom-right-radius: 5rem;
}
.project__item:nth-child(4n+2), .project__item:nth-child(4n+4) {
  border-bottom-left-radius: 5rem;
}
.project__item:nth-child(4n+3), .project__item:nth-child(4n+5) {
  border-top-right-radius: 5rem;
}
.project__item:nth-child(4n+4), .project__item:nth-child(4n+6) {
  border-top-left-radius: 5rem;
}
.project__item:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.project__item:nth-last-child(2) {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.project__item.lazy {
  opacity: 0;
}
.project__item.lazy:nth-child(odd) {
  transform: translateX(-3rem);
}
.project__item.lazy:nth-child(even) {
  transform: translateX(3rem);
}
.project__item.lazy.fadeIn:nth-child(odd) {
  transform: translateX(-3rem);
  animation: fadeInLeft 1s forwards;
}
.project__item.lazy.fadeIn:nth-child(even) {
  transform: translateX(3rem);
  animation: fadeInRight 1s forwards;
}

.quote {
  background-color: #8ce8e5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding: 7rem 10.4rem;
}
.quote-title {
  width: 45%;
  word-break: keep-all;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.quote-title span {
  color: #000;
  font: 400 2.4rem "Arimo-R";
}
.quote-title span:nth-child(1) {
  font: 400 5.9rem/6.6rem "Arimo-R";
  text-transform: uppercase;
}
.quote a {
  font: 400 5.9rem/7.2rem "Arimo-R";
  color: #000;
  text-transform: uppercase;
  border: solid 0.25rem #000;
  border-radius: 3.6rem;
  padding: 0 3rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  transform: scale(0);
  transition: 0.5s linear;
}
.popup__bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.15s linear;
}
.popup__bg.appear {
  opacity: 0.3;
}
.popup__body {
  width: 90%;
  height: 90%;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2rem;
  padding: 5.2rem 0 2rem;
  box-sizing: border-box;
}
.popup__body-content {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.popup__body-content .projectType {
  font: 400 1.6rem "Arimo-R";
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 11rem;
  padding: 0 17.4rem;
}
.popup__body-content .projectname {
  text-transform: uppercase;
  font: 6.6rem "Arimo-R";
  margin-left: 35%;
  opacity: 0;
  transform: translateX(-2rem);
}
.popup__body-content .projectname.appear {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s linear;
}
.popup__body-content .projectImage {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 5rem;
  padding: 0 17.4rem;
}
.popup__body-content .projectImage .mainImage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.popup__body-content .projectImage .mainImage .imgContain {
  flex: 0 0 auto;
  width: 33%;
}
.popup__body-content .projectImage .mainImage .imgContain:first-child, .popup__body-content .projectImage .mainImage .imgContain:last-child {
  flex: 0 0 100%;
  width: 100%;
}
.popup__body-content .projectImage .mainImage .imgContain.appear img {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s linear;
}
.popup__body-content .projectInfo {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 17.4rem;
  font: 1.6rem "Arimo-R";
}
.popup__body-content .projectDesc {
  margin-bottom: 5rem;
}
.popup__body-content .projectDesc P:not(:last-child) {
  margin-bottom: 1.5rem;
}
.popup__body-content .projectCredit {
  margin-left: 27.8rem;
  padding-right: 15rem;
}
.popup__body-content .projectCredit p {
  white-space: nowrap;
}
.popup__body-content .projectCredit p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.popup__body-content .projectList {
  padding-bottom: 2.5rem;
}
.popup__body-content .projectList .listTitle {
  font: 2.4rem "Arimo-R";
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.popup__body-content .projectList .listTitle span {
  margin-left: 1rem;
}
.popup__body-content .projectList .listTitle span img {
  width: 5rem;
}
.popup__body-content .projectList .projectContain {
  width: 100%;
  overflow-x: hidden;
}
.popup__body-content .projectList .projectContain .dot {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 1rem;
}
.popup__body-content .projectList .projectContain .dot span {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #e3e3e3;
  border-radius: 50%;
  cursor: pointer;
}
.popup__body-content .projectList .projectContain .dot span.active {
  background-color: #333;
}
.popup__body-content .projectList-inner {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: row;
  column-gap: 0.5%;
  position: relative;
  left: 0;
}
.popup__body-content .projectList-item {
  min-width: 33%;
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
.popup__body-content .projectList-item .bgCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  border-radius: 2rem;
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
}
.popup__body-content .projectList-item .bgCover.disable {
  opacity: 0;
}
.popup__body-content .projectList-item .imgContain {
  height: 25rem;
  width: 100%;
}
.popup__body-content .projectList-item .imgContain img {
  height: 100%;
  object-fit: cover;
  transition: all 0.8s linear;
}
.popup__body-content .projectList-item button {
  font-size: 2rem;
  line-height: 2.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border: solid 1px #fff;
  padding: 0 1.5rem;
  border-radius: 2rem;
  transition: ease-in-out 0.5s;
  opacity: 0;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
  cursor: pointer;
}
.popup__body-content .projectList-item button:hover {
  background-color: rgba(255, 255, 255, 0.0078431373);
  backdrop-filter: blur(2rem);
}
.popup__body-content .projectList-item:hover button {
  opacity: 1;
}
.popup__body-content .projectList-item:hover .bgCover {
  opacity: 0;
}
.popup__body-content .projectList-item.active {
  pointer-events: none;
}
.popup__body-content::-webkit-scrollbar {
  width: 1rem;
  background-color: #fff;
  border-radius: 1rem;
}
.popup__body-content::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #fff;
  border-radius: 1rem;
}
.popup__btnClose {
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  position: absolute;
  background-color: #fff;
  top: 3rem;
  right: 3rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  transition: 0.3s linear;
  cursor: pointer;
}
.popup__btnClose span {
  display: inline-block;
  width: 4rem;
  border-bottom: solid 0.1rem #000;
}
.popup__btnClose span:first-child {
  transform: translateY(0.1rem) rotate(45deg);
}
.popup__btnClose span:nth-child(2) {
  transform: translateY(0rem) rotate(-45deg);
}
.popup__btnClose:hover {
  transform: scale(1.3);
}

.popup.appear {
  transform: scale(1);
}

/* the slides */
.slick-slide {
  margin: 0 2rem;
}

/* the parent */
.slick-list {
  margin: 0 -2rem;
}

.footer {
  background-color: #000;
  padding: 3rem;
  margin-top: 1rem;
}
.footer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 30rem;
}
.footer__logo {
  width: 10.7rem;
  display: inline-block;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
}
.footer__social a {
  font-size: 4rem;
  width: 7rem;
  height: 7rem;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.footer__social a img {
  width: 4rem;
}
.footer__social a:hover {
  background-color: #fff;
  color: #000;
}
.footer__social a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(103%) contrast(101%);
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.footer__bottom span {
  font-size: 400 1.4rem/1 "Arimo-R";
  color: #fff;
}

@keyframes coverBg {
  0% {
    opacity: 0.78;
  }
  100% {
    opacity: 0.26;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.302vw;
  }
  body {
    box-sizing: border-box;
    overflow: hidden;
  }
  .project {
    padding-top: 20vh;
  }
  .project__title {
    font-size: 10rem;
  }
  .project__title > span {
    right: -2rem;
  }
  .project__item {
    width: 100%;
  }
  .project__item .project-show {
    opacity: 1;
    font-size: 5rem;
    line-height: 6.5rem;
    background-color: rgba(255, 255, 255, 0.0078431373);
    backdrop-filter: blur(1rem);
    text-wrap: nowrap;
  }
  .popup__body {
    padding-top: 6.5rem;
    height: 80%;
  }
  .popup__body-content .projectname {
    margin-left: 5%;
  }
  .popup__body-content .projectImage {
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .popup__body-content .projectImage .listImage {
    width: 90%;
    margin: 0 auto;
    order: 2;
    flex-direction: row;
    column-gap: 0.5rem;
  }
  .popup__body-content .projectImage .listImage .itemImage {
    width: unset;
    flex: 1;
    height: 15rem;
  }
  .popup__body-content .projectImage .listImage .itemImage button {
    height: 100%;
  }
  .popup__body-content .projectImage .listImage .itemImage button:hover {
    height: 100%;
  }
  .popup__body-content .projectImage .listImage .itemImage.active {
    flex: 2;
  }
  .popup__body-content .projectImage .mainImage {
    width: 90%;
    margin: 0 auto;
  }
  .popup__body-content .projectDesc {
    margin-left: 5%;
  }
  .popup__body-content .projectDesc p {
    opacity: 0;
    transform: translateY(-2rem);
  }
  .popup__body-content .projectDesc p.appear {
    opacity: 1;
    transform: translateY(0rem);
    transition: all 0.8s linear;
  }
  .popup__body-content .projectList .listTitle {
    margin-left: 2.5%;
    opacity: 0;
  }
  .popup__body-content .projectList .listTitle span img {
    width: 4rem;
  }
  .popup__body-content .projectList .listTitle.appear {
    opacity: 1;
    transition: all 1s 1.8s linear;
  }
  .popup__body-content .projectList-item button {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.0078431373);
    backdrop-filter: blur(0.5rem);
  }
  .popup__body-content .projectList-item {
    opacity: 0;
    transform: translateY(5rem);
  }
  .popup__body-content .projectList-item.appear {
    opacity: 1;
    transform: translateY(0rem);
    transition: all 0.8s linear;
  }
  .popup__btnClose {
    width: 5rem;
    height: 5rem;
  }
  .popup__btnClose span {
    width: 3.5rem;
  }
  .quote {
    flex-direction: column;
    padding: 7rem 2rem;
  }
  .quote-title {
    width: 100%;
    margin-bottom: 4rem;
  }
}
body#contact {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

.maxims.contact h2 {
  font-size: 16vh;
}

.contact-slide {
  width: 200vw;
  margin-top: -10vh;
}
.contact-slide p {
  color: #000;
  background-color: #69f0fb;
  font-size: 16vh;
  text-align: center;
  transform: rotate(4deg);
}

.contact-us {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 2rem;
}
.contact-us p {
  font-size: 1.6rem;
  color: #fff;
  text-transform: capitalize;
}
.contact-us .contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 2rem;
  padding-bottom: 2rem;
}
.contact-us .contact-list li a {
  font-size: 4rem;
  width: 7rem;
  height: 7rem;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.contact-us .contact-list li a img {
  width: 4rem;
}
.contact-us .contact-list li a:hover {
  background-color: #fff;
  color: #000;
}
.contact-us .contact-list li:nth-child(3) a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(103%) contrast(101%);
}

@media (max-width: 768px) {
  .maxims.contact h2 {
    font-size: 12vh;
  }
}
#services {
  background-color: #000;
}
#services .main {
  row-gap: 37.5rem;
}

.main__services {
  width: 100vw;
  position: relative;
  z-index: 10;
}
.main__services h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: transform 0.5s linear;
  transform: translateX(-2rem);
}
.main__services h1 span {
  font: 400 16rem/14rem "Arimo";
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  transition: color 0.5s linear;
}
.main__services:nth-child(2) {
  margin-top: 37.5rem;
}
.main__services.active h1 {
  transform: translateX(0);
}
.main__services.active h1 span {
  color: #fff;
}
.main__services#website {
  padding-bottom: 37.5rem;
}
.main .bg-cover-service {
  position: fixed;
  transition: ease-in-out 1s linear;
  top: 32vh;
  left: 32vw;
  width: 32vw;
  height: 32vh;
  background-image: url("/assets/images/services/service-bg.jpg");
  background-repeat: no-repeat;
  background-position: left -32vw top -32vh;
  background-size: 100vw 100vh;
  border-radius: 25rem;
}

@media (max-width: 768px) {
  #services .main {
    row-gap: 0rem;
    height: auto;
  }
  #services .main .navBar.black {
    background-color: #000;
  }
  .main__services {
    padding-top: 31.2rem;
    padding-bottom: 31.2rem;
  }
  .main__services:nth-child(2) {
    margin-top: 10rem;
    padding-top: 21.2rem;
  }
  .main__services h1 {
    transform: translateX(0rem);
  }
  .main__services h1 span {
    font: 400 14rem "Arimo";
  }
  .main__services#logo {
    background: url("../images/services/service-bg.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .main__services#brand {
    background: url("../images/services/service-bg-01.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .main__services#package {
    background: url("../images/services/service-bg-02.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .main__services#website {
    background: url("../images/services/service-bg-03.png") no-repeat;
    background-position: top 50% center 50%;
    background-size: cover;
  }
  .main__services.active {
    animation: bgMoving 4s infinite;
    animation-timing-function: linear;
  }
}
@keyframes bgMoving {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 35% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  75% {
    background-position: 65% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.loading-scene {
  background-color: #000;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}
.loading-scene span {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(16, 16, 16) 100%);
  display: block;
  height: 0vh;
}

.loading-scene.animation {
  animation: back 0.1s 0.9s forwards;
}
.loading-scene.animation span {
  animation: loading 0.5s linear forwards;
}
.loading-scene.animation span:nth-child(4) {
  animation-delay: 0.1s;
}
.loading-scene.animation span:nth-child(3) {
  animation-delay: 0.2s;
}
.loading-scene.animation span:nth-child(2) {
  animation-delay: 0.3s;
}
.loading-scene.animation span:nth-child(1) {
  animation-delay: 0.4s;
}

.fade {
  transition: opacity ease-in-out 0.5s;
}

.fadeIn {
  opacity: 1;
}

.fadeEleLeft {
  opacity: 0;
  transform: translateX(-5rem);
}

.fadeEleRight {
  opacity: 0;
  transform: translateX(5rem);
}

.fadeInLeft {
  opacity: 1;
  transform: translateX(0);
}

.fadeInX {
  opacity: 1;
  transform: translateX(0);
}

@keyframes fadeInTopNav {
  0% {
    opacity: 0;
    transform: translateY(-2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes loading {
  0% {
    height: 0vh;
  }
  100% {
    height: 100vh;
  }
}
@keyframes back {
  75% {
    opacity: 1;
    visibility: hidden;
  }
  100% {
    z-index: -99;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  body {
    width: min(100% - 0rem, 76.8rem);
  }
  .pc {
    display: none;
  }
  .navBar__logo a {
    display: inline-block;
    width: 5.3rem;
  }
  .navBar__fixedBar-links a {
    font-size: 10rem;
  }
}

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