.manrope-regular {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.07em;
}
.newsreader-regular {
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-60px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft {
  opacity: 0;
  animation: fadeInLeft 0.8s ease 0.2s both;
}
.fadeInLeftDelay {
  opacity: 0;
  animation: fadeInLeft 0.8s ease 0.4s both;
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.07em;
  font-size: 12px;
  color: #1c1d1f;
  font-weight: 300;
}
body a,
body a:hover,
body a:active,
body a:visited {
  color: #1c1d1f;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
body .nav-toggle {
  position: absolute;
  top: 30px;
  left: 30px;
  transform: translate(0, -50%);
  width: 25px;
  height: 18px;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  z-index: 100;
}
body .nav-toggle .toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  background-color: black;
  height: 1.5px;
  transition: all 0.5s ease;
}
body .nav-toggle .toggle-bar.-top {
  transform: translate(0, -6px);
}
body .nav-toggle .toggle-bar.-bottom {
  transform: translate(0, 6px);
}
body .nav-toggle.nav-open .toggle-bar {
  background-color: black;
}
body .nav-toggle.nav-open .toggle-bar.-top {
  transform: translate(0, 0) rotate(45deg);
  background-color: black;
}
body .nav-toggle.nav-open .toggle-bar.-middle {
  opacity: 0;
}
body .nav-toggle.nav-open .toggle-bar.-bottom {
  transform: translate(0, 0) rotate(-45deg);
  background-color: black;
}
body.home .nav-toggle .toggle-bar {
  background-color: white;
}
body .nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  z-index: 99;
}
body .nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
body .nav-accordian {
  position: fixed;
  top: 0;
  left: -700px;
  width: 700px;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  transition: left 0.6s ease;
  z-index: 99;
  padding: 0px 30px;
  box-sizing: border-box;
  user-select: none;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body .nav-accordian.open {
  left: 0;
}
body .nav-accordian.open #bio {
  opacity: 0;
  animation: fadeInLeft 0.8s ease 0.2s both;
}
body .nav-accordian.open .sections {
  opacity: 0;
  animation: fadeInLeft 0.8s ease 0.4s both;
}
body .nav-accordian #bio {
  height: auto;
  margin-top: 70px;
}
body .nav-accordian #bio h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
body .nav-accordian #bio #overview {
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
  line-height: 1.4em;
  width: 95%;
}
body .nav-accordian .sections {
  margin-top: 90px;
}
body .nav-accordian .sections #services h4,
body .nav-accordian .sections #skillset h4,
body .nav-accordian .sections #clients h4 {
  margin-top: auto;
  margin-bottom: auto;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
body .nav-accordian .sections #services h4::after,
body .nav-accordian .sections #skillset h4::after,
body .nav-accordian .sections #clients h4::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  left: 0px;
  top: 30px;
  position: absolute;
  background-color: #bfbfbf;
  margin: 0 auto;
}
body .nav-accordian .sections #enquiries {
  margin-top: auto;
  margin-bottom: auto;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
body .nav-accordian .sections #enquiries::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  left: 0px;
  top: 30px;
  position: absolute;
  background-color: #bfbfbf;
  margin: 0 auto;
}
body .nav-accordian #footer {
  margin-top: auto;
  margin-bottom: 20px;
  height: auto;
  font-size: 11px;
}
body .nav-accordian #footer span {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
body .nav-accordian #footer #policies {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 10px;
}
body #logo {
  position: absolute;
  top: 30px;
  left: 70px;
  color: black;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.07em;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 0;
  user-select: none;
  z-index: 3;
}
body #logo:visited,
body #logo:hover {
  color: black;
}
body.home #logo {
  color: white;
}
body.home #logo:visited,
body.home #logo:hover {
  color: white;
}
body.home .content {
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.15) 30px, rgba(0, 0, 0, 0.1) 60px, rgba(0, 0, 0, 0.05) 90px, rgba(0, 0, 0, 0.025) 120px, rgba(0, 0, 0, 0.01) 140px, transparent 150px), /* Bottom shadow */ linear-gradient(to top, rgba(0, 0, 0, 0.76) 0, rgba(0, 0, 0, 0.5) 100px, rgba(0, 0, 0, 0.25) 180px, rgba(0, 0, 0, 0.1) 240px, rgba(0, 0, 0, 0.02) 280px, transparent 300px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top, bottom;
  z-index: 3;
  width: 100vw;
  height: 100vh;
}
body.home .content #about {
  position: absolute;
  bottom: 70px;
  right: 60px;
  text-align: right;
}
body.home .content #about h1 {
  color: white;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.07em;
  font-weight: 200;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 3px;
  user-select: none;
  line-height: 1em;
  z-index: 3;
}
body.home .content #about h2 {
  font-size: 16px;
  color: white;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
body.home #dashVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100vh;
  min-width: 100vw;
  object-fit: cover;
  z-index: 2;
  background-color: black;
  background-image: url('https://imagedelivery.net/gzNuGo6LQh8PCk4Vf97JQQ/4ffd2a74-ddf0-429a-565c-16c5155f6a00/public');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(0px);
  transition: filter 0.6s ease;
}
body.home #dashVideo.blur {
  filter: blur(15px);
}
