<<<<<<< HEAD .block-reveal h1 {
  color: white;
}
::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: black;
}

::-webkit-scrollbar-thumb {
  background-color: red;
  border-radius: 20px;
}
.custom-mohan-cursor {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: fixed;
  transform: translate3d(-50%, -50%, 0);
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9999;
  border: 1px solid grey;
}
.custom-mohan-pointer {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid white;
  position: fixed;
  transform: translate3d(-50%, -50%, 0);
  top: 0;
  left: 0;
  transition: 0.1s ease-out;
  z-index: 9999;
  outline: 1px solid grey;
}

.custom-mohan-cursor,
.custom-mohan-pointer {
  pointer-events: none;
}
* {
  cursor: none;
}
.project-image img {
  width: 100%;
  height: 100%;
  transition: 5s;
}
.project-image {
  animation-direction: normal;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeinLeft;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.project-image:before {
  background-image: linear-gradient(
    65deg,
    rgba(16, 9, 27, 0.8),
    transparent 50%
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.block-reveal-heading-text {
  text-shadow: 2px 1px black;
}
#about {
  min-height: 900px;
}
.bd-sidebar {
  animation-direction: normal;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeinRight;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #0e0c16;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 30px 40px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-100px);
  z-index: 1000;
}
.goBack__button {
  align-items: flex-start;
  background-color: #ff0000;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding: 7px 0 0;
  position: relative;
  top: -4px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 30px;
}
.goBack__button:hover {
  text-decoration: none;
  transform: scale(1.1);
}

#bd-sidebar {
  animation-direction: normal;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeinRight;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #0e0c16;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 30px 40px;
  /* position: fixed; */
  right: 0;
  top: 0;
  transform: translateX(-100px);
  z-index: 1000;
}
.project-section {
  background-color: black;
}
@media screen and (min-width: 768px) {
  #bd-sidebar {
    position: fixed;
  }
}

#btn-visit {
  /* background: linear-gradient(-45deg, #ffa63d, #ff3d77, #1593e3, #5918df); */
  /* background-size: 1100%; */
  border: none;
  border-radius: 50px;
  color: hsla(0, 0%, 100%, 0.9);
  font-family: Roboto Mono, Courier New, Courier, monospace !important;
  font-size: 20px;
  line-height: 1;
  padding: 17px 35px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    background-position 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#btn-visit:hover {
  transform: scale(1.1);
}
.project-section {
  background-color: black;
}
#bd-sidebar small {
  color: grey;
  font-size: large;
}
#bd-sidebar .project-desc p {
  font-size: larger;
  line-height: 30px;
}
.goBack__button:hover {
  color: white;
}
.pull-right {
  font-size: 24px;
}
.divider-line:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  z-index: -1;
}
.divider-line {
  font-family: Roboto Mono, Consolas, Courier New, Courier, monospace !important;
  font-size: 1rem;
  position: relative;
  text-align: right;
  width: 100%;
  color: white;
}
.pull-right a:hover {
  text-decoration: none;
}
#lab a .hover-reveal__inner {
  display: none;
}
#lab a:hover .hover-reveal__inner {
  display: block;
}
.tooltipstart {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  display: none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  display: block;
}
#lab {
  min-height: 400px;
  padding-top: 100px;
  position: relative;
}
#lab:before {
  color: #221d35;
  content: "LAB";
  font-family: Roboto Mono, Courier New, Courier, monospace !important;
  font-size: 270px;
  font-weight: 700;
  left: 5%;
  position: absolute;
  top: -50px;
}
#about {
  min-height: 400px;
  padding-top: 100px;
  position: relative;
}
#about:before {
  color: #221d35;
  content: "ABOUT";
  font-family: Roboto Mono, Courier New, Courier, monospace !important;
  font-size: 270px;
  font-weight: 700;
  right: 0%;
  position: absolute;
  top: 20px;
  opacity: 0.8;
}

nav:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #000000 -100%, #000000 300%);
  transform: translate3d(0px, -43px, 0) scale(1.5);
  filter: blur(17px);
  opacity: var(0.9);
  transition: opacity 0.3s;
  border-radius: inherit;
}

nav::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

#anim-text-wrapper em {
  font-family: serif;
  font-size: inherit;
  font-style: italic;
}
#anim-text-wrapper {
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #social-post-section {
    padding-top: 50px;
  }
  .custom-mohan-cursor,
  .custom-mohan-pointer {
    display: none;
  }
  #lab {
    padding-top: 40px !important;
  }
  #lab:before {
    display: none;
  }
  #about {
    padding-top: 40px !important;
  }
  #about:before {
    display: none;
  }
  #bd-sidebar {
    order: -1;
  }
  /* #momochat {
    position: static;
    right: 30%;
    top: 0;
  } */
}

.nav--hidden {
  transform: translateY(-60px);
  /* box-shadow: none; */
}
#download-resume svg {
  width: 25px;
  height: 25px;
}
#download-resume {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: none;
}
/* #momochat {
  position: relative;
  right: -30%;
  top: -50px;
} */
