body {
  background-color: #ffffff;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  display: none;
}
body ::-moz-selection {
  background: #4EF63F;
  color: #fff;
}
body ::selection {
  background: #4EF63F;
  color: #fff;
}

.fsHeader #navBar {
  position: fixed;
  top: 2.5rem;
  mix-blend-mode: difference;
  z-index: 1000;
}
.fsHeader #navBar .fsLogo {
  max-width: 200px;
  width: 100%;
}

.fsFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: #000;
}

.fsContainer {
  max-width: 1000px;
  margin: 0 auto;
}

.fsSpaceBlock {
  padding: 20rem 0;
}
@media screen and (max-width: 768px) {
  .fsSpaceBlock {
    padding: 10rem 15px;
  }
}

.fsSpaceBlockSmall {
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  .fsSpaceBlockSmall {
    padding-top: 10rem;
  }
}

.fsColor {
  color: #ffffff;
}

.fsLink {
  color: #333333;
  background: #ffffff;
  transition: 0.5s;
}
.fsLink:hover {
  color: #333333;
  background: #4EF63F;
}

.introBox {
  padding-top: 20rem;
  background: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .introBox {
    padding-top: 10rem;
  }
}

.projectBox {
  position: relative;
  margin: 0;
}
.projectBox .projectTitleBox {
  z-index: 300;
}
.projectBox .projectImgBox {
  width: 100%;
  display: block;
  margin: 2.5rem auto 0;
  z-index: 300;
}
.projectBox .projectImgBox .projectImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projectBox .projectVideoBox {
  border-radius: 20px;
  width: 100%;
  margin: 2.5rem auto;
  aspect-ratio: 2310/1445;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.projectBox .projectVideoBox .projectVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projectBox .projectVideoBox .icon3D {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(255, 255, 255, 0.16);
  padding: 10px 15px;
  border-radius: 99rem;
  mix-blend-mode: difference;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.projectBox .projectVideoBox .icon3D p {
  line-height: 22px;
  color: #ffffff;
  font-size: 16px;
}/*# sourceMappingURL=index.css.map */