@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Code+Pro:wght@300;400&family=Space+Mono:wght@400;700&display=swap";
@charset "UTF-8";
*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: "Space Mono", monospace;
}
.dark-mode {
  --main-bg: #0d0d0d;
  --text-color: #f2f2f2;
  --svg-color: #ffffff;
}
.light-mode {
  --main-bg: #f2f2f2;
  --text-color: #0d0d0d;
  --svg-color: #020202;
}
#fullpage {
  background-color: var(--main-bg);
  color: var(--text-color);
  fill: var(--svg-color);
}
#fullpage-not {
  background-color: var(--main-bg);
  color: var(--text-color);
  fill: var(--svg-color);
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: none !important;
  border: 2px solid #ff9f35 !important;
}
.section {
  background-color: var(--main-bg);
  color: var(--text-color);
  fill: var(--svg-color);
}
.light-mode-text {
  color: #ff8600;
  text-decoration: none;
  border-bottom: 1px dashed #ff8600;
}
.light-mode-text:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .4s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
  border-bottom: none;
  color: #020202 !important;
}
.fill-black {
  fill: #020202;
}
.txt {
  border-right: 1px solid white;
  animation: blinkTextCursor 500ms steps(40) infinite normal;
}
@keyframes blinkTextCursor {
  from {
    border-right-color: white;
  }
  to {
    border-right-color: transparent;
  }
}
.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: #e74c3c;
  color: white;
  font-family: Gelasio;
  font-size: 18px;
}
.bar_content {
  display: block;
  /* Important to give the content a width */
  width: 100%;
  transform: translateX(100%);
  /* Animation start out of the screen */
  /* Add the animation */
  animation: move 15s linear infinite;
}
/* Create the animation */
@keyframes move {
  to {
    transform: translateX(-100%);
  }
}
/* house music */
.house {
  font: bold 55px Century Gothic, Arial;
  width: 100%;
  height: 70px;
}
text {
  fill: none;
  stroke: white;
  stroke-width: 0.3px;
  stroke-linejoin: round;
  animation: 2s pulsate infinite;
}
.house-text {
  stroke: #1db954;
}
@keyframes pulsate {
  50% {
    stroke-width: 2px;
  }
}
@media screen and (max-width: 800px) {
  .house {
    height: 23px;
    margin-bottom: 20px;
  }
}
*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: "Space Mono", monospace;
}
.dark-mode {
  --main-bg: #0d0d0d;
  --text-color: #f2f2f2;
  --svg-color: #ffffff;
}
.light-mode {
  --main-bg: #f2f2f2;
  --text-color: #0d0d0d;
  --svg-color: #020202;
}
#fullpage {
  background-color: var(--main-bg);
  color: var(--text-color);
  fill: var(--svg-color);
}
#fullpage-not {
  background-color: var(--main-bg);
  color: var(--text-color);
  fill: var(--svg-color);
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: none !important;
  border: 2px solid #ff9f35 !important;
}
.section {
  background-color: var(--main-bg);
  color: var(--text-color);
  fill: var(--svg-color);
}
.light-mode-text {
  color: #ff8600;
  text-decoration: none;
  border-bottom: 1px dashed #ff8600;
}
.light-mode-text:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .4s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
  border-bottom: none;
  color: #020202 !important;
}
.fill-black {
  fill: #020202;
}
.txt {
  border-right: 1px solid white;
  animation: blinkTextCursor 500ms steps(40) infinite normal;
}
@keyframes blinkTextCursor {
  from {
    border-right-color: white;
  }
  to {
    border-right-color: transparent;
  }
}
.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: #e74c3c;
  color: white;
  font-family: Gelasio;
  font-size: 18px;
}
.bar_content {
  display: block;
  /* Important to give the content a width */
  width: 100%;
  transform: translateX(100%);
  /* Animation start out of the screen */
  /* Add the animation */
  animation: move 15s linear infinite;
}
/* Create the animation */
@keyframes move {
  to {
    transform: translateX(-100%);
  }
}
/* house music */
.house {
  font: bold 55px Century Gothic, Arial;
  width: 100%;
  height: 70px;
}
text {
  fill: none;
  stroke: white;
  stroke-width: 0.3px;
  stroke-linejoin: round;
  animation: 2s pulsate infinite;
}
.house-text {
  stroke: #1db954;
}
@keyframes pulsate {
  50% {
    stroke-width: 2px;
  }
}
@media screen and (max-width: 800px) {
  .house {
    height: 23px;
    margin-bottom: 20px;
  }
}
.animate__animated.animate__fadeInUp {
  --animate-duration: 1.5s;
  --animate-delay: 12s;
}
.spotify-link {
  display: none;
}
.nav-bar {
  display: flex;
}
nav {
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  padding: 20px 50px;
  z-index: 70;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  letter-spacing: 1px;
  font-size: 1.1em;
  width: 100%;
  justify-content: space-between;
  position: sticky;
  background-color: var(--main-bg);
  color: var(--text-color);
}
nav h1 {
  color: var(--text-color);
}
/* SHIFT */
nav.shift ul li a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-bottom: 1px dashed #ff9f35;
}
nav.shift ul li a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .4s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
  border-bottom: none;
}
.orange-hover {
  color: #ff9f35;
  text-decoration: none;
  border-bottom: 1px dashed #ff9f35;
  font-weight: bold;
}
.orange-hover:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .4s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ff9800' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
  border-bottom: none;
  color: var(--text-color) !important;
}
.social li {
  list-style-type: none;
}
/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}
/* Keyframes */
@-webkit-keyframes circle {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #eee;
    border-radius: 100%;
  }
  100% {
    background: #aaa;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.portfolio-header {
  /* background: rgb(0, 115, 74); */
  position: fixed;
  height: 10vh;
  padding: 20px 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-header-right {
  height: 10vh;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.logo img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.section-1 {
  position: relative;
}
.bold-text.typed-bracket {
  color: #08fdd8;
  font-size: 30px;
}
#typed {
  color: #fff;
}
.sticky-social {
  position: fixed;
  top: 40%;
  right: 0px;
  padding: 0px;
  margin-right: 50px;
  z-index: 9999999;
}
.social.mobile {
  display: none;
}
.port-img {
  display: flex;
  padding: 50px;
  justify-content: center;
  border: 1px solid;
  background: white;
}
.port-img {
  background-color: #ddffaa;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpolygon fill='%23AE9' points='120 120 60 120 90 90 120 60 120 0 120 0 60 60 0 0 0 60 30 90 60 120 120 120 '/%3E%3C/svg%3E");
}
.right-div {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  margin-top: 50px;
  margin-left: auto;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
nav li {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 20px;
}
nav li a {
  color: #fff;
}
.bold-text {
  font-family: "Space Mono", monospace;
  position: relative;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
.space-mono-txt {
  font-size: 30px;
  font-family: "Source Code Pro", monospace;
}
.strike-effect {
  position: relative;
  z-index: -1;
}
.strike-effect::after {
  content: "";
  position: absolute;
  bottom: 22%;
  background-color: #08fdd8;
  left: 11%;
  width: 44px;
  height: 8px;
  transform: rotate(-27deg);
}
.left-fixed-div {
  position: relative;
}
.img-div {
  position: fixed;
  width: 33.33%;
  margin-top: 150px;
}
.img-div img {
  padding: 20px;
  filter: grayscale(100%);
}
.box {
  width: 70%;
  position: relative;
  cursor: pointer;
}
.box img:hover {
  filter: grayscale(0%);
  transition: filter 0.2s ease-in;
}
.box span {
  position: absolute;
  display: block;
  background: #fff;
  transition: all 0.125s linear;
}
.box .top,
.box .bottom {
  width: 100%;
  height: 5px;
  transform: scaleX(0);
}
.box .left,
.box .right {
  width: 5px;
  height: 100%;
  transform: scaleY(0);
}
.box .top {
  top: 0;
  left: 0;
  transition-delay: 0.375s;
  transform-origin: top left;
}
.box .right {
  top: 0;
  right: 0;
  transition-delay: 0.25s;
  transform-origin: top left;
}
.box .bottom {
  bottom: 0;
  right: 0;
  transition-delay: 0.125s;
  transform-origin: top right;
}
.box .left {
  top: 0;
  left: 0;
  transform-origin: bottom left;
}
.box:hover .top {
  transition-delay: 0s;
}
.box:hover .right {
  transition-delay: 0.125s;
}
.box:hover .bottom {
  transition-delay: 0.25s;
}
.box:hover .left {
  transition-delay: 0.375s;
}
.box:hover .top,
.box:hover .bottom {
  transform: scaleX(1);
}
.box:hover .left,
.box:hover .right {
  transform: scaleY(1);
}
.spacing-div {
  margin: 50px 0 100px 0;
}
.projects-div {
  margin-top: 200px;
}
.work-grid {
  display: grid;
  width: 90%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin-bottom: 50px;
}
.overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  padding: 20px;
  font-size: 16px;
  font-family: "Space Mono", monospace;
}
.work-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.work-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.work-box img:hover {
  cursor: pointer;
}
.work-box:hover .overlay {
  opacity: 1;
}
.rotate {
  animation: rotation 3s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.skill-div {
  margin-top: 200px;
}
.float-Right {
  float: right;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  width: 90%;
  font-family: "Space Mono", monospace;
}
.devicons {
  font-size: 150px;
}
.skill-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.skill-box .devicons:hover {
  transform: scale(1.2);
  transition: all ease 0.5s;
}
.about-div {
  margin-top: 100px;
}
.about-div p {
  font-family: Monument-Bold;
  font-size: 80px;
  line-height: 120px;
}
.mobile-first-fold {
  display: none;
}
.mobile-show {
  display: none;
}
.footer-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 0;
  text-align: center;
}
.footer-div p {
  font-size: 16px;
  line-height: normal;
}
.top-half {
  padding: 30px;
}
.bottom-half {
  padding: 0 30px;
}
@media only screen and (max-width: 800px) {
  .top-half,
.bottom-half {
    padding: 0;
  }

  .fa-volume-up {
    font-size: 15px;
  }

  .bottom-tier {
    padding: 0;
  }

  .fas.fa-cog {
    font-size: 15px;
  }

  .com-sans-mobile {
    font-family: "Space Mono", monospace;
    font-size: 16px !important;
    line-height: normal !important;
  }

  .social.mobile {
    display: flex;
  }

  body {
    padding: 0 10px;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  nav li {
    margin: 0 10px;
  }

  .logo,
.img-div {
    display: none;
  }

  .sticky-social {
    display: none;
  }

  .right-div {
    margin-top: 0;
  }

  .bold-text {
    font-size: 40px;
    line-height: 60px;
  }

  .bold-text.typed-bracket,
.space-mono-txt {
    font-size: 20px;
  }

  .fixed-nav {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .mobile-first-fold {
    display: block;
    font-size: 30px;
    line-height: 50px;
  }

  .work-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    grid-gap: 25px;
  }
  .skills-grid p {
    font-size: 16px;
  }
  .skills-grid .devicons {
    font-size: 100px;
  }

  .about-div p {
    font-size: 30px;
    line-height: 40px;
  }

  .music-container {
    width: 100% !important;
  }

  .img-container::after {
    background: transparent !important;
  }

  .music-info h4 {
    font-size: 16px !important;
  }

  .footer-div p {
    font-size: 12px;
    line-height: normal;
  }
}
@media only screen and (max-width: 500px) {
  .projects-div {
    margin-top: 50px !important;
  }

  .about-div {
    margin-top: 0 !important;
  }

  .skill-div {
    margin-top: 100px;
  }

  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .skills-grid .devicons {
    font-size: 60px;
  }

  .line-br {
    display: block !important;
  }
}
@media only screen and (max-width: 990px) {
  .img-div {
    display: none;
  }
}
.music-info a {
  color: inherit;
}
.line-br {
  display: inline-block;
}
.cursor {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 4px solid #c6c6c6;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease;
  transform-origin: 100% 100%;
}
.cursor2 {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid #c6c6c6;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease;
  transform-origin: 100% 100%;
}
.grow {
  transform: scale(2);
  background: black;
}
.single-module {
  margin: 0 0 var(--gap);
  position: relative;
  padding: 1rem;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: 0.15s;
}
.single-module p {
  color: #000;
}
.module-img {
  background-color: #08fdd8;
}
.module-img:hover {
  transition: 0.15s ease-in-out;
  transform: rotate(-2deg) translateY(-5px) scale(1.025);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}
.fa-volume-up,
.fa-chevron-down,
.fa-cog {
  color: #0000008c;
}
.song-name {
  color: #fff;
}
.house-section {
  width: 70%;
}
.album {
  color: #ffffffba;
  font-size: 24px !important;
  line-height: 1.2;
}
.fas.fa-cog {
  font-size: 20px;
}
.fas.fa-chevron-down {
  font-size: 15px;
}
.fa-play-circle {
  margin-right: 10px;
  color: white;
}
.artist {
  color: #ffffffba;
  font-size: 20px !important;
  line-height: 1.2 !important;
}
.song-name {
  font-size: 24px !important;
  line-height: 1.2 !important;
}
.al p {
  margin: 5px 0;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  background: transparent;
  border: none;
}
.cover {
  max-width: 100%;
  border-radius: 50%;
  min-width: 50px;
}
.track-details {
  width: 70%;
}
.album-art {
  width: 30%;
}
.rotate {
  animation: rotation 5s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fas {
  font-size: 30px;
}
.music-box {
  background: #22c1c3;
  background: linear-gradient(0deg, #22c1c3 0%, rgba(95, 217, 69, 0.9727241238) 100%);
}
.artist-details {
  display: flex;
  width: 100%;
  padding: 10px;
}
.album-art {
  margin-left: auto;
}
.play-buttons {
  display: flex;
  justify-content: center;
}
.progress-container {
  background: #00000024;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
  height: 4px;
  width: 100%;
}
#prev,
#next {
  visibility: inherit !important;
  background: transparent;
}
.progress {
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  width: 10%;
}
.Total-duration {
  float: right;
}
.progress {
  margin: 10px 0;
}
#play {
  width: 60px;
  max-height: 60px;
  margin: 0 20px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type=range]:focus {
  outline: none;
}
.bottom-tier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
}
.music-box {
  border-radius: 15px;
  padding: 10px;
}
.fab.fa-spotify {
  font-size: 50px;
}
.volume-tab,
.settings-tab {
  background-color: #ffffff47;
  padding: 10px;
  border-radius: 18px;
  padding: 5px 10px;
}
.fa-volume-up {
  font-size: 20px;
  margin-right: 5px;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 1px 1px 1px transparent;
  background: #b9b9b9;
  border-radius: 5px;
  border: 1px solid transparent;
}
input[type=range]::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  margin-top: -4px;
  background: goldenrod !important;
  -webkit-appearance: none;
}
button:focus {
  outline: 0;
}
label {
  margin-bottom: 0 !important;
}
.cursor2,
.cursor {
  z-index: 999;
}
.hideArtist {
  opacity: 0;
  transition: opacity 400ms;
}
.showArtist {
  opacity: 1;
}
@media only screen and (max-width: 500px) {
  .house-section {
    width: 100%;
  }

  .artist-details {
    align-items: center;
  }

  .fas.fa-chevron-down {
    font-size: 10px;
  }

  .play-buttons {
    margin-top: 50px;
  }

  .cursor,
.cursor2 {
    display: none;
  }

  .artist {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .album {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  .track-details {
    width: 80%;
  }

  .song-name {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  #play {
    margin: 0;
  }

  .fab.fa-spotify {
    font-size: 20px;
  }
}
.first-fold {
  max-width: 1024px;
  margin: 120px auto 0 auto;
}
/***** Website 2.0 ***** */
.first-fold-web {
  max-width: 1024px;
  margin: 0 auto;
}
.first-fold-web h1 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
}
.first-fold-web p {
  font-size: 20px;
  margin-bottom: 20px;
}
.first-fold-web p a {
  border-bottom: 1px dashed #ff9f35;
  text-decoration: none;
}
.first-fold-web span {
  font-size: 24px;
}
.first-fold-web .house-music {
  font-size: 30px;
  font-weight: bold;
}
.social > ul {
  display: flex;
}
.social > ul > li {
  filter: grayscale(1);
  cursor: pointer;
  transition: all 0.2s ease-in;
  margin: 0 20px 10px 0;
}
.social > ul > li:hover {
  filter: grayscale(0);
}
.social > ul > li img {
  width: 40px;
  height: 40px;
}
.social > ul > li :nth-child(1) a img {
  fill: #0a66c2;
}
@media only screen and (max-width: 800px) {
  .first-fold-web {
    padding: 0 20px;
  }
  .first-fold-web h1 {
    font-size: 14px;
  }
  .first-fold-web p {
    font-size: 12px;
  }
  .first-fold-web span {
    font-size: 14px;
  }
  .first-fold-web .house-music {
    font-size: 16px !important;
  }

  .social > ul > li {
    filter: grayscale(1);
    cursor: pointer;
    transition: all 0.3s ease-in;
  }
  .social > ul > li:hover {
    filter: grayscale(0);
  }

  nav {
    padding: 0 20px;
    top: 0 !important;
  }
}
#emoji-effect {
  cursor: pointer;
  transition: 0.4s all;
  display: inline-block;
}
#emoji-effect:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 600px) {
  .skills-icons ul {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
  }
  .skills-icons ul img {
    width: 30px !important;
    height: 30px !important;
  }
  .skills-icons ul p {
    margin-bottom: 0;
    font-size: 12px !important;
  }

  nav {
    padding: 0 20px;
  }

  nav ul {
    display: none;
  }

  .header-logo {
    font-size: 20px;
  }
}
.header-logo {
  font-family: "Roboto Slab", serif;
}
.logo-end {
  color: #ff9f35;
}
/*
  Skills Section
  */
.skills-icons ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  max-width: 512px;
  align-items: center;
  text-align: center;
}
.skills-icons ul img {
  width: 60px;
  max-height: 60px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.skills-icons ul img:hover {
  transform: scale(1);
}
.skills-icons ul p {
  margin-bottom: 0;
}
ul {
  list-style-type: none;
}
.skills-icons ul {
  text-align: center;
}
.terminal-window {
  border: 1px solid #121212;
  padding: 10px;
  padding-top: 5px;
  -webkit-box-shadow: 4px 4px 0 #121217;
  box-shadow: 4px 4px 0 #121217;
  max-width: 700px;
  min-height: 250px;
}
#typedJS {
  color: #000;
  font-size: 16px;
}
#fullpage-not {
  padding-top: 120px;
}
.line {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
}
.work.line::after {
  content: "";
  display: block;
  position: relative;
  width: 300px;
  height: 1px;
  margin-left: 20px;
  background-color: #ff9f35;
}
.line::after {
  content: "";
  display: block;
  position: relative;
  width: 300px;
  height: 4px;
  margin-left: 20px;
  background-color: #ff9f35;
}
.nerd {
  background-color: #ffc233;
  border-radius: 50%;
  background-position-y: 100px;
  width: 300px;
  padding: 20px;
}
.nerd-container {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.nerd-details {
  padding: 30px;
}
.enjoy-img-dark {
  fill: #fff;
}
.enjoy-img-light {
  fill: #000;
}
.enjoy-line {
  display: flex;
  align-items: center;
}
/* Media Query for Nerd Allan */
@media screen and (max-width: 800px) {
  .nerd-container {
    flex-direction: column;
  }

  .nerd-details {
    text-align: center;
  }

  .social {
    display: flex;
    justify-content: center;
  }

  .enjoy-img {
    width: 32px;
    height: 32px;
  }

  .enjoy-line {
    flex-wrap: wrap;
  }

  .nerd {
    width: 200px;
  }
}
/* toggle */
.toggle-container {
  position: relative;
  float: right;
}
.theme-icon {
  width: 30px;
  fill: var(--svg-color);
}
#lighter {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0;
}
.svg-container {
  width: 50px;
  height: 50px;
}
.music-container {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  position: relative;
  margin: 100px 0;
  z-index: 10;
  width: 500px;
}
.img-container {
  width: 110px;
  position: relative;
}
.img-container::after {
  content: "";
  position: absolute;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  LEFT: 50%;
  top: -8%;
  HEIGHT: 20PX;
  transform: translate(-50%, -50%);
}
.img-container img {
  border-radius: 50%;
  object-fit: cover;
  height: 110px;
  width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: rotate 3s linear infinite;
  animation-play-state: paused;
}
.music-container.play .img-container img {
  animation-play-state: running;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.action-btn:focus {
  outline: 0;
}
.action-btn.action-btn-big {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.svg-character {
  min-width: 300px;
  height: auto;
}
.music-info {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  padding: 10px 10px 10px 150px;
  transform: translateY(0%);
  opacity: 0;
  z-index: 0;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}
.music-info h4 {
  margin: 0;
  font-size: 20px;
}
.music-container.play .music-info {
  opacity: 1;
  transform: translateY(-100%);
  z-index: 1;
}
.progress-container {
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
  height: 4px;
  width: 100%;
}
.progress {
  background-color: #000;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  transition: width 0.1s linear;
}
/*================================================
Start Important Part
==================================================*/
.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.scrolling-wrapper-flexbox .card {
  flex: 0 0 auto;
}
.card {
  flex: 0 0 auto;
}
.underline--magical {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
.underline--magical:hover {
  background-size: 100% 88%;
}
/*================================================
  End Important Part
  ==================================================*/
#menuToggle {
  display: none;
}
#menuToggle #top,
#menuToggle #bottom {
  stroke-dasharray: 30, 75.39;
  transition: all 0.6s cubic-bezier(0.6, 0.33, 0.67, 1.29);
}
#menuToggle svg.active #top,
#menuToggle svg.active #bottom {
  stroke-dasharray: 75.39;
  stroke-dashoffset: -60;
}
#menuToggle svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
  cursor: pointer;
}
#menuToggle svg path {
  fill: none;
  stroke: #ff9f35;
  stroke-width: 1px;
}
#menuToggle label span {
  background: #fff;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#menuToggle span:nth-of-type(1) {
  width: 50%;
}
#menuToggle span:nth-of-type(2) {
  width: 100%;
}
#menuToggle span:nth-of-type(3) {
  width: 75%;
}
#menuToggle input[type=checkbox] {
  display: none;
}
#menuToggle input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
#menuToggle input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
#menuToggle input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(23px, -8px) rotatez(45deg);
}
@media only screen and (max-width: 800px) {
  #menuToggle {
    display: block;
  }

  #desktop-nav {
    display: none;
  }

  .line::after {
    width: 70px;
    background-color: #ff9f35;
  }
}
#menuLol {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 80%;
  height: 100vh;
  border-right: 1px solid #85888c;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  background-color: #0d0d0d;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  left: 0;
}
#menuLol li {
  display: flex;
  margin: 20px 0;
  justify-content: center;
  flex: 0;
}
#menuToggle input:checked ~ ul {
  transform: none;
}
#menuLol ul {
  display: flex;
}
#menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.line {
  fill: none;
  stroke: #ff9f35;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.hamburg {
  display: flex;
  width: 40px;
  height: 32px;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
  position: relative;
  top: -70px;
  pointer-events: none;
}
.bash-wind {
  font-size: 14px;
}
body.work-section > div .first-fold-web h1,
body.work-section > div .first-fold-web p {
  color: #121212 !important;
}
body.work-section > header .header-logo {
  color: #121212;
}
body.work-section > header .orange-hover {
  color: #121212;
}
body.work-section > header .orange-hover:hover {
  color: #121212 !important;
}
.button_animated {
  position: relative;
  display: flex;
  max-width: 200px;
  padding: 15px 33px;
  font-family: "Roboto Mono", monospace;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #000;
  border: 2px solid #ff9f35;
  background-color: #fffaf0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px 0;
}
.button_animated:hover {
  background-color: #ff9f35;
  color: #f2f2f2;
}
.button_animated img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.spotify-frame {
  -webkit-box-shadow: 4px 4px 0 #1db954;
  box-shadow: 4px 4px 0 #1db954;
  padding: 20px;
  border: 1px solid #1db954;
  width: 100%;
}
.project-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  margin: 50px 0;
}
.project-image,
.project-desc {
  grid-row: 1/2;
}
.project-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
.project-box {
  text-align: end;
  border-radius: 5px;
  padding: 20px;
  background-color: #112240;
}
.project-box p {
  font-size: 16px;
}
.project-image {
  position: relative;
  margin: auto;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
}
.project-image img {
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}
.project-image:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 800px) {
  .project-container {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .project-image {
    width: 100%;
  }

  .project-image,
.project-desc {
    grid-row: auto;
    align-items: center !important;
  }

  .project-box {
    text-align: center !important;
  }
  .project-box p {
    font-size: 14px;
  }

  .tech_stack_used ul {
    justify-content: space-evenly;
  }
  .tech_stack_used img {
    margin-right: 0 !important;
  }
}
.right-to-left .project-box {
  text-align: end;
}
.right-to-left .project-image {
  grid-column: 1/7;
}
.right-to-left .project-desc {
  grid-column: 6/-1;
  align-items: flex-end;
}
.left-to-right .project-box {
  text-align: start;
}
.left-to-right .project-image {
  grid-column: 6/-1;
}
.left-to-right .project-desc {
  grid-column: 1/7;
  align-items: flex-start;
}
.tech_stack_used ul {
  display: flex;
}
.tech_stack_used img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
footer {
  width: 100%;
  bottom: 0;
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
  color: var(--text-color);
}
a {
  text-decoration: none;
}
.draw-outline {
  border: 2px #f2f2f2 solid;
  text-decoration: none;
  color: black;
  position: relative;
  transition: border-color 0.35s ease-in-out;
  z-index: 1;
}
.draw-outline:before, .draw-outline:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  box-sizing: content-box;
  z-index: -1;
  transition: transform 0.25s ease-in-out;
  padding-left: 2px;
}
.draw-outline:before {
  top: -2px;
  left: -2px;
  border-top: 2px transparent solid;
  border-right: 2px transparent solid;
}
.draw-outline:after {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px transparent solid;
  border-left: 2px transparent solid;
}
.draw-outline:hover {
  color: #fff;
  transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  border-color: #f2f2f2;
  animation: outline-reset 0.35s 1 forwards;
}
.draw-outline:hover:before {
  animation: top-right-border 0.75s 1 0.35s forwards;
}
.draw-outline:hover:after {
  animation: bottom-left-border 0.75s 1 1.1s forwards;
}
.draw-outline--tandem:hover:after {
  animation: bottom-left-border 0.75s 1 0.35s forwards;
}
.draw-outline:active:before, .draw-outline:active:after {
  transform: scale(1.05);
}
@keyframes outline-reset {
  0% {
    border-color: #f2f2f2;
  }
  100% {
    border-color: transparent;
  }
}
@keyframes top-right-border {
  0% {
    border-color: #ff9f35;
    width: 0px;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    border-color: #ff9f35;
    width: 100%;
    height: 100%;
  }
}
@keyframes bottom-left-border {
  0% {
    border-color: #ff9f35;
    width: 0px;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    border-color: #ff9f35;
    width: 100%;
    height: 100%;
  }
}
/* Effect 13: three circles */
.cl-effect-13 {
  position: relative;
}
.cl-effect-13 a {
  color: #4f89be;
}
.cl-effect-13 a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.cl-effect-13 a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: "•";
  text-shadow: 0 0 transparent;
  font-size: 1.2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
  color: #fff;
  text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
  color: #ba7700;
}
/*# sourceMappingURL=index.c8334574.css.map */
