@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,200,100,300");
@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400");
@font-face {
  font-family: "font_social_media";
  font-style: normal;
  font-weight: normal;
  src: local("font_social_media"), url("../fonts/font_social_media.woff") format("woff");
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  transition: all 0.8s ease;
}
.loader .stripe {
  flex: 1;
  background: #00040c;
  transition: transform 0.8s ease;
  transition-delay: 1.3s;
}
.loader .stripe:nth-child(2) {
  transition-delay: 1.35s;
}
.loader .stripe:nth-child(3) {
  transition-delay: 1.475s;
}
.loader .stripe:nth-child(4) {
  transition-delay: 1.525s;
}
.loader .claim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1.5em;
  color: #ffffff;
}
.loader .claim .loader-logo {
  width: 20rem;
}
.loader .claim .hidden {
  display: none;
}
.loader.loaded .stripe {
  transform: translate3d(0, 100%, 0);
}
.loader.loaded .claim .loader-logo {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  animation: disappear 0.55s ease 1.2s forwards;
}
.loader.bg-loaded {
  background: #ffffff;
}
.loader.fade {
  opacity: 0;
}
.loader.hidden {
  display: none;
}

@keyframes disappear {
  to {
    transform: translate3d(0, 150%, 0);
    opacity: 0;
  }
}
.main {
  background: #00040c;
}

.main-text {
  color: #00040c !important;
  font-weight: 200;
}

p {
  font-family: Work Sans;
  font-weight: 300 !important;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Ensure header stays above other content */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visibility */
}
.sticky-header .container {
  width: 100%;
}

.logo {
  margin-left: 2.5em;
  margin-top: 15px;
  max-width: 15rem;
  float: left;
  width: 100%;
}

#top-banner {
  position: relative;
}
#top-banner .content {
  text-align: left;
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
}
#top-banner .content .cursor {
  width: 40px;
  height: 40px;
  border: 3px solid white;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  box-shadow: 2px -3px 41px -1px rgba(250, 250, 250, 0.64);
  pointer-events: none;
}
#top-banner .content .mainText {
  width: 55%;
  margin-top: 175px;
  margin-left: 2.5em;
}
#top-banner .content .mainText .mainTitle {
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 60px;
  position: relative;
  letter-spacing: 10px;
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
  transition: all 0.4s linear;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#top-banner .content .mainText .mainTitle:hover {
  opacity: 1;
  -webkit-text-fill-color: #ffffff;
  text-fill-color: #ffffff;
}
#top-banner .content .mainText .mainTitle:hover ~ .cursor {
  transform: scale(1.4);
  mix-blend-mode: difference;
  background: #ffffff;
}
#top-banner .content .mainText .subTitle {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  position: relative;
}

#particlehead {
  width: 40%;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.card-content {
  font-size: 1.15rem;
  font-weight: 200 !important;
}

a.underline {
  color: #ffffff;
  font-style: italic;
}

body {
  font-family: Work Sans;
}
body .container::after {
  transition: all 0.5s cubic-bezier(1, 0.03, 0, 0.99);
  position: fixed;
  content: "";
  width: 50px;
  height: 50px;
  float: left;
  top: 3px;
  right: 2.5em;
  transform: scale(0);
  border-radius: 50%;
  z-index: 2;
  background: #00040c;
  background: linear-gradient(90deg, #00040c 0%, #043fbf 100%);
}
body.open-menu .container::after {
  transform: scale(0);
  opacity: 1;
  visibility: visible;
}

.heading {
  font-size: 4.5rem;
}

.header {
  margin-top: 7em;
}
.header:after {
  content: "";
  display: block;
  height: 1px;
  width: 10em;
  margin: 2em auto;
  background: rgba(255, 255, 255, 0.25);
}
.header i {
  font-size: 2.5rem;
}
.header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
  font-weight: 200 !important;
}

.sub-heading {
  font-size: 2.5rem;
}

.nav {
  display: block;
  width: 100%;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s ease;
}
@media (max-width: 600px) {
  .nav {
    text-align: center;
  }
}
.nav ul {
  margin-bottom: 0;
}
.nav ul li {
  display: inline-block;
  transition: 300ms ease;
  border-bottom: 1px solid transparent;
}
.nav ul li:hover {
  border-color: rgba(255, 255, 255, 0.85);
}
.nav ul li:last-child {
  margin-right: 2.5em;
}
@media (max-width: 600px) {
  .nav ul li:last-child {
    margin-right: 0;
  }
}
.nav ul li a {
  color: #ffffff;
  font-weight: 200;
  text-transform: uppercase;
  padding: 2em 2em 1em;
  transition: all 0.8s ease;
}
.nav .logo-svg g {
  fill: #ffffff;
  transition: all 0.8s ease;
}
.nav .hamburger-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 17px;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 60px;
  cursor: pointer;
  right: 0px;
  z-index: 3;
  margin-right: 2.5em;
}
.nav .hamburger-menu .bar {
  position: relative;
  transform: translateY(25px);
  background: #ffffff;
  transition: all 0ms 300ms;
  top: 6px;
}
.nav .hamburger-menu .bar, .nav .hamburger-menu .bar::after, .nav .hamburger-menu .bar::before {
  width: 40px;
  height: 3px;
}
.nav .hamburger-menu .bar::after, .nav .hamburger-menu .bar::before {
  position: absolute;
  background: #ffffff;
  content: "";
  left: 0;
}
.nav .hamburger-menu .bar::before {
  bottom: 10px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav .hamburger-menu .bar::after {
  top: 10px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav .hamburger-menu .bar.animate {
  background: rgba(255, 255, 255, 0);
}
.nav .hamburger-menu .bar.animate.animate::after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav .hamburger-menu .bar.animate.animate::before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav.navScroll {
  background: #ffffff;
}
.nav.navScroll ul li {
  border-bottom: 2px solid transparent;
}
.nav.navScroll ul li:hover {
  border-color: rgba(0, 0, 0, 0.85);
}
.nav.navScroll ul li a {
  color: #00040c;
}
.nav.navScroll .logo-svg g {
  fill: #00040c;
}
.nav.navScroll .hamburger-menu .bar {
  background: #00040c;
}
.nav.navScroll .hamburger-menu .bar::after, .nav.navScroll .hamburger-menu .bar::before {
  background: #00040c;
}

.content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.grad {
  background: linear-gradient(180deg, #000000 0%, #00000f 35%, #04045c 80%, #043fbf);
  height: auto;
  position: absolute;
  top: 0;
  padding-bottom: 5em;
}

.land {
  height: 100vh;
}
.land .content {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}
.land .content h1 {
  font-weight: 100;
}
.land .content h2 {
  font-weight: 300;
}
.land .content h2 span {
  color: blue;
}

.min {
  background: none !important;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-weight: 300;
  font-size: 1.25rem;
  transition: 300ms ease;
}
.min:hover {
  box-shadow: none;
  background: #fff !important;
  color: #00040c;
}

.design {
  height: 100vh;
  position: relative;
}

.projects {
  clear: both;
  height: 100vh;
  position: relative;
  margin-bottom: 2em !important;
}

.flow-content {
  top: 0;
  transform: translateY(0%);
}

.icon-grid {
  width: 35%;
  display: block;
  text-align: center;
  margin: 0 auto !important;
}
.icon-grid i {
  color: #fff;
  font-size: 3rem;
}

.about:before {
  content: "";
  display: block;
  height: 1px;
  width: 10em;
  margin: 1.5em auto 0;
  background: rgba(255, 255, 255, 0.25);
}
.about p.flow-text {
  font-weight: 200 !important;
}

h3.about-us {
  font-weight: 200 !important;
  color: #fff;
  margin-top: 0.5em !important;
  text-align: center;
}

.tech-head {
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.tech {
  text-align: center;
}
.tech img {
  height: 7em;
  filter: grayscale(100%);
  opacity: 0.3;
  transition: 300ms ease;
  padding: 1.5em;
}
.tech img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.project-row {
  background: rgba(255, 255, 255, 0.1);
  padding: 1em;
}
.project-row .project-item .card-panel {
  margin: 0.5rem 0 1.5rem 0;
}

footer {
  clear: both;
  display: block;
  width: 100%;
  height: 75vh;
  position: relative;
}
footer .footer-content {
  position: relative;
  top: 37vh;
  transform: translateY(-50%);
  margin-bottom: 20vh;
}
@media (max-width: 450px) {
  footer .footer-content {
    top: 22em !important;
  }
}
footer .footer-contact {
  position: relative;
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-contact h4 {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: Work Sans;
}
footer .footer-contact p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  font-family: Work Sans;
}
footer .footer-contact a {
  display: inline-block;
}
footer .footer-contact a i {
  margin-right: 10px;
  font-size: 18px;
  color: #ffffff;
}
footer .footer-contact a:last-child i {
  margin: 0;
}
footer .footer-contact a:hover i {
  color: #0085ff;
}
footer .copyright {
  position: relative;
}
footer .copyright .copy-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: Work Sans;
}
footer .copyright .copy-text p a {
  color: #dddddd;
}
footer .copyright .copy-text p a:hover {
  color: #0085ff;
}
footer .copyright .copy-menu {
  position: relative;
  font-size: 0;
  text-align: right;
}
footer .copyright .copy-menu a {
  font-family: Work Sans;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
footer .copyright .copy-menu a:hover {
  color: #0085ff;
}
footer .copyright .copy-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.input-field label {
  color: rgb(255, 255, 255);
  font-weight: 200;
}

/* label focus color */
.input-field input[type=text]:focus + label {
  color: rgb(255, 255, 255);
}

/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 0 0 #fff;
}

.blog {
  position: fixed;
  height: 100vh;
  width: 35%;
  background: #fff;
  z-index: 2000;
  right: 0;
  margin-right: -50%;
  transition: 800ms ease;
  overflow-x: scroll;
}
@media (max-width: 800px) {
  .blog {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .blog {
    margin-right: -75%;
    width: 75%;
  }
}

.blog-active {
  margin-right: 0;
}

.overlay {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1500;
}

.random-color:hover {
  background: rgb(94, 141, 17);
}

.lock {
  overflow: hidden !important;
}

.post {
  padding: 2em;
  border-top: 5px solid rgb(94, 141, 17);
  background: none;
}
.post:hover {
  color: #fff !important;
}
.post:hover a {
  color: #fff;
}
.post h4 {
  margin: 0;
}
.post a {
  font-weight: 300;
  font-family: Work Sans;
  color: #000;
  transition: none;
  padding: 1em 2em;
  margin-left: -2em;
}
.post:last-child {
  border-bottom: 1px solid #d0d5d8;
}

.fa-icon {
  font-family: "font_social_media";
  font-weight: normal;
  font-size: 30px;
  color: #ffffff;
  transition: 300ms ease;
}
.fa-icon.fb:hover {
  color: #726eff;
}
.fa-icon.insta:hover {
  color: #e66eff;
}
.fa-icon.lin:hover {
  color: #0274e8;
}
.fa-icon.fvr:hover {
  color: #02e817;
}

.top {
  border-radius: 100%;
  padding: 1em;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 3em 2em;
  z-index: 1000;
}
@media (max-width: 600px) {
  .top {
    background: rgba(0, 0, 0, 0.15);
  }
}
.top i {
  color: #fff;
  font-size: 1.25em;
}

.dg, #scroll-top {
  display: none;
}

@media (max-width: 1199px) {
  body.open-menu {
    overflow: hidden;
  }
  body.open-menu .nav.navScroll {
    background: #ffffff;
  }
  body.open-menu .nav.navScroll ul li:hover {
    border-color: #ffffff;
  }
  body.open-menu .nav.navScroll ul li a {
    color: #ffffff;
  }
  body.open-menu .nav.navScroll .hamburger-menu .bar {
    background: #ffffff;
  }
  body.open-menu .container::after {
    transform: scale(80);
    opacity: 1;
    visibility: visible;
  }
  #top-banner .content .cursor {
    display: none;
  }
  #top-banner .content .mainText .mainTitle {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .nav ul {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    padding: 0;
    position: fixed;
    margin: 20vh auto 0;
    list-style: none;
    display: table;
    left: 50px;
    right: 0;
    width: 270px;
  }
  .nav ul li {
    width: 100%;
    float: left;
  }
  .nav ul li a {
    font-weight: 600;
    font-size: 20px;
    display: table;
    margin: 5px auto;
  }
  .nav .hamburger-menu {
    opacity: 1;
    visibility: visible;
  }
  body.open-menu .nav ul {
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  #top-banner .content .mainText {
    width: 60%;
  }
  #top-banner .content .mainText .mainTitle {
    font-size: 40px;
  }
  #particlehead {
    width: 48%;
  }
}
@media (max-width: 490px) {
  .nav .logo {
    max-width: 12rem;
  }
  #top-banner #WebGL-output {
    overflow: hidden;
  }
  #top-banner .content .mainText .mainTitle {
    font-size: 27px;
    letter-spacing: 9px;
  }
  #top-banner .content .mainText .subTitle {
    font-size: 19px;
  }
  #top-banner .content #particlehead {
    display: none;
  }
  footer .copyright .copy-menu {
    text-align: left;
  }
}
body[data-safari] .projects .header {
  margin-top: 0;
}
body[data-safari] .flow-content {
  top: 0% !important;
}
body[data-safari] footer {
  margin-top: 20rem;
  position: relative;
  height: 100vh !important;
}/*# sourceMappingURL=style.css.map */