@font-face {
  font-family: Lack Line;
  src: url("/fonts/Lack-Line-Regular.otf");
}

@font-face {
  font-family: Lack;
  src: url("/fonts/Lack-Regular.otf");
}

@font-face {
  font-family: Sporting Bold;
  src: url("/fonts/SportingGrotesque-Bold.otf");
}

@font-face {
  font-family: Sporting Regular;
  src: url("/fonts/SportingGrotesque-Regular.otf");
}

html {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root {
  --clip-position: left;
}

img {
  max-width: 100%;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: -webkit-gradient(linear, left top, right top, from(#c5abfe), to(#fe6ef2));
  background: linear-gradient(90deg, #c5abfe 0%, #fe6ef2 100%);
}

.innerCon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/img/Crystal.gif) center no-repeat;
  background-size: 8em;
}

.dotloading {
  position: fixed;
  left: 0px;
  top: 57%;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
}

.patternCon {
  position: fixed;
  z-index: 9999;
  background: url(/img/Pattern.png) center no-repeat;
}

body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  margin: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#c5abfe), to(#fe6ef2));
  background: linear-gradient(90deg, #c5abfe 0%, #fe6ef2 100%);
  background-size: 100% 100%, 100% 2000%;
  -webkit-animation: move 15s infinite;
          animation: move 15s infinite;
  cursor: none;
  font-family: Lack Line;
}

.notifyer {
  position: fixed;
  opacity: 0;
  z-index: -40;
  width: 100vw;
  height: 100vh;
}

.notifyer p {
  font-family: Lack;
}

.notchrome {
  position: fixed;
  width: 70vw;
  height: 10vh;
  top: 92vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.6em;
  text-align: center;
  z-index: 500;
  float: right;
  opacity: 0;
}

.notchrome img {
  position: relative;
  height: 1.7em;
  top: 0.4em;
}

@media screen and (max-width: 992px) {
  body {
    background: -webkit-gradient(linear, left top, right top, from(#f159ff), to(#f159ff));
    background: linear-gradient(90deg, #f159ff 0%, #f159ff 100%);
    cursor: default;
  }
  .cursor {
    display: none;
  }
  .landing {
    display: none;
  }
  .home {
    display: none;
  }
  .aboutText {
    display: none;
  }
  .sidebar {
    display: none;
    opacity: 0;
  }
  .notifyer {
    opacity: 1;
    z-index: 16;
  }
  .notifyer p {
    font-size: 7em;
    margin: 4%;
  }
  .notifyer a {
    cursor: pointer;
  }
  .notchrome {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .notifyer p {
    font-size: 5em;
    margin: 4%;
  }
}

@media screen and (max-width: 650px) {
  .notifyer p {
    font-size: 4em;
    margin: 4%;
  }
}

@media screen and (max-width: 500px) {
  .notifyer p {
    font-size: 3.6em;
    margin: 4%;
  }
}

@media screen and (max-width: 4000px) {
  .notifyer p {
    font-size: 3.2em;
    margin: 4%;
  }
}

@media screen and (max-width: 350px) {
  .notifyer p {
    font-size: 2.7em;
    margin: 4%;
  }
}

a {
  text-decoration: none;
}

.container3d {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

#scene3d {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -3;
}

@-webkit-keyframes move {
  0% {
    background-position: center center, top center;
  }
  50% {
    background-position: center center, bottom center;
  }
  100% {
    background-position: center center, top center;
  }
}

@keyframes move {
  0% {
    background-position: center center, top center;
  }
  50% {
    background-position: center center, bottom center;
  }
  100% {
    background-position: center center, top center;
  }
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

.Pattern {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: fixed;
  margin: 2%;
  opacity: 0.4;
  z-index: -4;
}

/*** CURSOR ***/
.cursor {
  width: 50px;
  height: 50px;
  position: fixed;
  border: 1px solid black;
  border-radius: 50%;
  pointer-events: none !important;
  z-index: 1000;
}

.cursor.cursorFill {
  z-index: 1000;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-transition: background-color 500ms ease, width 500ms ease, height 500ms ease, margin 500ms ease;
  transition: background-color 500ms ease, width 500ms ease, height 500ms ease, margin 500ms ease;
}

body .cursor circle {
  fill: #f7f8fa;
}

::-moz-selection {
  background-color: #5cffbb;
  color: #fff;
}

::selection {
  background-color: #5cffbb;
  color: #fff;
}

.icon-wrap {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  z-index: 10;
}

.li-wrap {
  width: 71px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  z-index: 10;
}

.li-wrap:hover {
  font-family: Lack;
  font-weight: 1000;
  font-size: 1.01em;
}

/*** LANDING SECTION ***/
.landing {
  z-index: 7;
  height: 100vh;
  width: 100vw;
  margin: auto;
}

.aboutLink {
  position: absolute;
  width: 7vw;
  right: 1vw;
  top: 1vw;
  z-index: 17;
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.Triangle {
  position: absolute;
  width: 35vh;
  height: 45vh;
  top: 61.5vh;
  left: 50.3%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -4;
  opacity: 1;
}

.TriangleAnim {
  position: absolute;
  margin: 0;
}

.TriangleAnim img {
  mix-blend-mode: exclusion;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.headingwrapper {
  height: 0;
  text-align: center;
}

.heading {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: relative;
  top: 46vh;
  left: 50%;
  width: 80%;
  height: auto;
}

.heading img {
  display: inline-block;
  position: relative;
  left: -50%;
  z-index: 4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.mask-container {
  display: none;
}

@supports ((-webkit-clip-path: circle(24px at center)) or (clip-path: circle(24px at center))) {
  .mask-container {
    display: block;
    position: absolute;
  }
  .inimage {
    position: absolute;
    top: 0%;
    width: 100vw;
    height: 100vh;
    margin: auto;
    z-index: 12;
    -webkit-clip-path: circle(25px at var(--clip-position));
    clip-path: circle(25px at var(--clip-position));
    text-align: center;
  }
  .inimageWrapper {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    position: relative;
    top: 46vh;
    left: 50%;
    z-index: 5;
    opacity: 0.5;
  }
  .inimageWrapper img {
    display: inline-block;
    position: relative;
    left: -50%;
    width: 80%;
    height: auto;
    z-index: 4;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

.copyright {
  position: fixed;
  font-weight: 1000;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-flex-item-align: left;
      -ms-grid-row-align: left;
      align-self: left;
  font-size: 0.4em;
  margin-top: 7%;
  line-height: 40%;
}

#scrollButton {
  position: fixed;
  bottom: 1vh;
  right: 0vw;
  -ms-grid-column: 3;
      grid-column-start: 3;
  z-index: 16;
  text-align: center;
  -ms-grid-column-align: right;
      justify-self: right;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: none;
}

#aboutButton {
  position: fixed;
  bottom: 1vh;
  left: 0vw;
  -ms-grid-column: 3;
      grid-column-start: 3;
  z-index: 16;
  text-align: center;
  -ms-grid-column-align: right;
      justify-self: right;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: none;
}

.button-icon {
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: none;
}

.crystal {
  position: relative;
  bottom: 10px;
  left: 11.5%;
  top: 0%;
  -ms-grid-row: 3;
  grid-row: 3;
  width: 80%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -ms-grid-column-align: left;
      justify-self: left;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  z-index: 15;
}

.crystal img {
  position: relative;
  height: auto;
}

#layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 15;
}

@-webkit-keyframes slidein {
  from {
    opacity: 0;
    top: 60%;
  }
  to {
    opacity: 1;
    top: 47%;
  }
}

@keyframes slidein {
  from {
    opacity: 0;
    top: 60%;
  }
  to {
    opacity: 1;
    top: 47%;
  }
}

/*** Home Section ***/
#home {
  height: 100vh;
  width: 100vw;
  background-color: linear-gradient(90deg, #6e00ff 0%, #bf09ff 100%);
  margin: 0;
}

.home {
  height: 100vh;
  width: 100vw;
  margin: 0, 0, 0, 0;
  padding: 0, 0, 0, 0;
}

.transition-fade {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1s;
}

html.is-animating .transition-fade {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

/*** CAROUSEL ***/
.selectorCarousel {
  position: absolute;
  width: 33vw;
  left: 33vw;
  top: 18%;
  opacity: 1;
}

.carouselWrapper {
  position: relative;
  top: 8%;
  left: -5%;
  width: 110%;
  z-index: 10;
  -webkit-perspective-origin: center;
          perspective-origin: center;
  overflow: visible;
  opacity: 0;
}

.carouselWrapper .hide {
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  opacity: 0;
}

.owl-carousel {
  cursor: none !important;
}

.grabbing {
  cursor: none;
}

.bookmarks {
  position: absolute;
  bottom: 15%;
  left: 3.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin: auto;
  text-align: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 1;
}

.bookmarks.hide {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  opacity: 0;
}

.bookmarks ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  width: auto;
}

.bookmarks ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.397);
  margin: 0.1%;
  font-family: "Arial";
  padding: 0 3%;
  cursor: none;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
  margin: 0;
}

.bookmarks ul li.active {
  margin: 0.5%;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
  padding: 0 3%;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-dot {
  margin-top: 1%;
}

.owl-item {
  margin-top: 20vh;
  margin-bottom: 20vh;
  -webkit-transition: scale 500ms ease;
  transition: scale 500ms ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.owl-carousel .owl-item {
  padding: 10px 0px;
}

.carousel-cell {
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  border: 0.5px solid;
  border-color: rgba(0, 0, 0, 0.678);
  background-color: rgba(0, 0, 0, 0);
  padding: 6%;
  -webkit-transition: opacity 2s ease, padding 0.3s ease;
  transition: opacity 2s ease, padding 0.3s ease;
  opacity: 1;
}

.owl-grab {
  cursor: none;
}

.content {
  height: 42vh;
  width: 50vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 78% 10%;
      grid-template-columns: 78% 10%;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  overflow: visible;
}

@supports (-webkit-text-stroke: 1.12rem currentcolor) {
  .content p {
    font-family: Lack;
    -webkit-text-stroke: 0.05rem currentcolor;
    -webkit-text-fill-color: transparent;
  }
}

.content p {
  font-weight: lighter;
  font-style: normal;
  font-size: 10vh;
  line-height: 9vh;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -webkit-transition: 500ms ease, opacity 500ms ease;
  transition: 500ms ease, opacity 500ms ease;
  opacity: 1;
  margin: 0;
  margin-top: 30%;
  mix-blend-mode: difference;
}

@supports (-webkit-text-stroke: 1.12rem currentcolor) {
  .owl-item.center .content p {
    font-family: Lack;
    -webkit-text-stroke: 0.05rem currentcolor;
    -webkit-text-fill-color: black;
  }
  .owl-item.center .content h2 {
    font-family: Lack;
  }
}

.owl-item.center .content p {
  font-family: Lack;
}

.owl-item.center .content h2 {
  font-family: Lack;
}

h2 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  margin-top: -8%;
  font-size: 170%;
  font-weight: 400;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: 500ms ease, opacity 500ms ease;
  transition: 500ms ease, opacity 500ms ease;
  opacity: 1;
}

sh {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  margin-top: -8%;
  font-size: 170%;
  line-height: 10vh;
  font-weight: 400;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: 500ms ease, opacity 500ms ease;
  transition: 500ms ease, opacity 500ms ease;
  opacity: 1;
}

b {
  font-weight: 1200;
}

.text {
  padding: 10% 10% 10% 10%;
}

.imageBack {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.previewImg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 100%;
  left: 0%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  padding: auto;
  text-align: center;
}

.blurBack {
  position: absolute;
  height: 140%;
  width: auto;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  top: -10%;
  left: 0%;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  opacity: 0;
}

.imgFront {
  top: 20vh;
  position: relative;
  margin: auto;
  height: 65%;
  width: auto;
  z-index: 6;
  opacity: 0;
  -webkit-filter: contrast(80%);
          filter: contrast(80%);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.portrait .imgFront {
  height: 75%;
  top: 13%;
}

.previewerImg {
  opacity: 1;
}

.show {
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  opacity: 1;
}

/*** INFO PART ***/
.sidebar {
  position: fixed;
  top: 0vh;
  height: 100vh;
  width: 70px;
  border-right: solid 1px black;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 10% 81% 10%;
      grid-template-rows: 10% 81% 10%;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  z-index: 900;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  overflow: hidden;
}

a {
  cursor: none;
  text-decoration: none;
  color: black;
}

.sidebarBackground {
  position: absolute;
  top: -10%;
  height: 110vh;
  width: 100px;
  left: -5%;
  background-image: url(/img/Gradient.gif);
  z-index: -1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  opacity: 0;
}

.sidebar:hover .sidebarBackground {
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  opacity: 0.75;
}

.sidebar ul {
  -ms-grid-row: 2;
  grid-row: 2;
  margin: 0;
  margin-top: 0%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.2em;
  font-family: Lack Line;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar li {
  display: block;
  float: left;
  margin-bottom: 4%;
}

.sidebar li a {
  width: 70px;
  cursor: none;
}

.logo {
  position: relative;
  -ms-flex-item-align: top;
      -ms-grid-row-align: top;
      align-self: top;
  top: 0%;
  margin-top: 0vh;
  height: 70.99px;
  margin-left: -1px;
  left: 0%;
  opacity: 1;
  z-index: 18;
  -ms-grid-row: 1;
  grid-row: 1;
}

.aboutProject {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-top: 1px solid black;
  outline-offset: -5px;
  margin-bottom: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 500ms ease, height 500ms ease, opacity 500ms ease;
  transition: width 500ms ease, height 500ms ease, opacity 500ms ease;
  z-index: -1;
}

.aboutProject.show {
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  -ms-grid-rows: 100% 100% 100% 100%;
      grid-template-rows: 100% 100% 100% 100%;
  -webkit-transition: width 500ms ease, height 500ms ease, opacity 500ms ease;
  transition: width 500ms ease, height 500ms ease, opacity 500ms ease;
}

.projContent {
  height: 200vh;
  z-index: -1;
  opacity: 0;
  margin: 1%;
  height: 200vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: 90vh 40vh 40vh;
      grid-template-rows: 90vh 40vh 40vh;
}

.projContent p {
  -ms-flex-item-align: bottom;
      -ms-grid-row-align: bottom;
      align-self: bottom;
}

.projContent img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  width: 100%;
}

.hide {
  opacity: 0;
}

#about {
  width: 100vw;
  height: 100vh;
  left: 0%;
  top: 0%;
}

.bottomInfo {
  outline-offset: -5px;
  text-align: center;
  height: 100vh;
  padding-top: 3%;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 35% 35% 10%;
      grid-template-columns: 10% 35% 35% 10%;
  -ms-grid-rows: 100vh;
      grid-template-rows: 100vh;
  height: 100vh;
}

.grid-container > div {
  padding: 5px;
  text-align: left;
}

.open {
  opacity: 1;
}

.aboutText {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 4.5em;
  z-index: 16;
  opacity: 0;
}

.aboutSocial {
  height: 1em;
  margin-right: 0.1em;
  margin-top: 0.3em;
}

@media screen and (max-width: 1476px) {
  .aboutText {
    font-size: 4em;
  }
  .notchrome {
    font-size: 1.2em;
  }
  .aboutSocial {
    height: 0.8em;
  }
}

@media screen and (max-width: 1200px) {
  .aboutText {
    font-size: 3.7em;
  }
  .aboutSocial {
    height: 0.7em;
  }
}

@media screen and (max-width: 1100px) {
  .aboutText {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 1050px) {
  .aboutText {
    font-size: 3.2em;
  }
}

.about-wrap {
  color: blue;
}

.nowrap {
  white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */