/*
GitHub: @enkr1, Instagram: @enkr1
*/
/**
* 
**/
/* tablet */
/*Start animations*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #dbcde4;
            box-shadow: 0 0 0 0 #dbcde4;
  }
  50% {
    -webkit-box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #dbcde4;
            box-shadow: 0 0 0 0 #dbcde4;
  }
  50% {
    -webkit-box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes press {
  0% {
    /* Neumorphism */
    -webkit-box-shadow: inset 0px 0px 0px 0px #dbcde4;
            box-shadow: inset 0px 0px 0px 0px #dbcde4;
  }
  100% {
    /* Neumorphism */
    -webkit-box-shadow: inset 0px 0px 9px 0px #dbcde4;
            box-shadow: inset 0px 0px 9px 0px #dbcde4;
  }
}
@keyframes press {
  0% {
    /* Neumorphism */
    -webkit-box-shadow: inset 0px 0px 0px 0px #dbcde4;
            box-shadow: inset 0px 0px 0px 0px #dbcde4;
  }
  100% {
    /* Neumorphism */
    -webkit-box-shadow: inset 0px 0px 9px 0px #dbcde4;
            box-shadow: inset 0px 0px 9px 0px #dbcde4;
  }
}
@-webkit-keyframes preload-anim {
  0% {
    -webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
    transform: scale(1) rotate3d(-1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: scale(0.5) rotate3d(-1, 1, 0, 180deg);
    transform: scale(0.5) rotate3d(-1, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: scale(1) rotate3d(-1, 1, 0, 360deg);
    transform: scale(1) rotate3d(-1, 1, 0, 360deg);
  }
}
@keyframes preload-anim {
  0% {
    -webkit-transform: scale(1) rotate3d(-1, 1, 0, 0deg);
    transform: scale(1) rotate3d(-1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: scale(0.5) rotate3d(-1, 1, 0, 180deg);
    transform: scale(0.5) rotate3d(-1, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: scale(1) rotate3d(-1, 1, 0, 360deg);
    transform: scale(1) rotate3d(-1, 1, 0, 360deg);
  }
}
@-webkit-keyframes flying {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(20vh) rotate(90deg);
            transform: translateY(20vh) rotate(90deg);
    opacity: 0.8;
  }
  60% {
    -webkit-transform: translateY(60vh) rotate(-45deg);
            transform: translateY(60vh) rotate(-45deg);
    opacity: 0.4;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translateY(100vh) rotate(360deg);
            transform: translateY(100vh) rotate(360deg);
    opacity: 0;
    /* opacity: 1; */
    stroke-dashoffset: 0;
  }
}
@keyframes flying {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(20vh) rotate(90deg);
            transform: translateY(20vh) rotate(90deg);
    opacity: 0.8;
  }
  60% {
    -webkit-transform: translateY(60vh) rotate(-45deg);
            transform: translateY(60vh) rotate(-45deg);
    opacity: 0.4;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translateY(100vh) rotate(360deg);
            transform: translateY(100vh) rotate(360deg);
    opacity: 0;
    /* opacity: 1; */
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes line-anime {
  100% {
    /* opacity: 1; */
    stroke-dashoffset: 0;
  }
}
@keyframes line-anime {
  100% {
    /* opacity: 1; */
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes line-anime-skills {
  0% {
    fill: rgba(250, 250, 250, 0);
  }
  75% {
    -webkit-transition: fill .6s ease-in-out;
    transition: fill .6s ease-in-out;
    fill: rgba(250, 250, 250, 0);
  }
  100% {
    fill: #dbcde4;
    stroke-dashoffset: 0;
  }
}
@keyframes line-anime-skills {
  0% {
    fill: rgba(250, 250, 250, 0);
  }
  75% {
    -webkit-transition: fill .6s ease-in-out;
    transition: fill .6s ease-in-out;
    fill: rgba(250, 250, 250, 0);
  }
  100% {
    fill: #dbcde4;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes box-rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes box-rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes fan {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes fan {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes caret {
  0%,
    100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes caret {
  0%,
    100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* mouse scrolling anim */
@-webkit-keyframes mouse-scroll-anim {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mouse-scroll-anim {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* mobile menu bar background mover */
@-webkit-keyframes mobile-bar-bg-mover {
  0% {
    background-position: 0% 30%;
  }
  50% {
    background-position: 100% 30%;
  }
  100% {
    background-position: 0% 30%;
  }
}
@keyframes mobile-bar-bg-mover {
  0% {
    background-position: 0% 30%;
  }
  50% {
    background-position: 100% 30%;
  }
  100% {
    background-position: 0% 30%;
  }
}
/*End animations*/
/*Start global*/
/* https://stackoverflow.com/questions/3468154/what-is-webkit-and-how-is-it-related-to-css */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-moz-selection {
  color: #242449;
  background-color: #dbcde4;
}

*::selection {
  color: #242449;
  background-color: #dbcde4;
}

html {
  font-size: 62.5%;
  font-family: 'Alegreya Sans', sans-serif;
  font-family: 'Anonymous Pro', monospace;
  font-family: 'Overpass Mono', monospace;
  font-family: 'Radley', serif;
  font-family: 'K2D', sans-serif;
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Roboto Mono', monospace;
  font-family: 'Heebo', sans-serif;
  font-family: 'Source Serif Pro', serif;
  font-family: 'Philosopher', sans-serif; */
  color: #dedef5;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

input,
textarea {
  width: 100%;
  height: 100%;
  outline: none;
  color: #dedef5;
  font-size: 1.8rem;
  font-family: 'Alegreya Sans', sans-serif;
  font-family: 'Anonymous Pro', monospace;
  font-family: 'Overpass Mono', monospace;
  font-family: 'Radley', serif;
  font-family: 'K2D', sans-serif;
}

body,
body.portfolio-body {
  width: 100%;
  height: 100%;
  /* scroll-snap-type: y mandatory;
  overflow-y: scroll; */
  background: url("../images/bg-img-desktop-1.jpg") no-repeat center fixed;
  -webkit-box-shadow: inset 0 0 100vw 100vh #9796f010;
          box-shadow: inset 0 0 100vw 100vh #9796f010;
  /* This will be displayed if it is loading for too long */
  background-color: #131218;
  /*  Neumorphism Theme */
  background-size: cover !important;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
@media screen and (max-width: 480px) {
  body,
  body.portfolio-body {
    background: url("../images/bg-img-mobile-1.jpg") no-repeat center fixed;
  }
}

section {
  height: 100vh;
  padding: 0 0 6rem 0;
}

@media screen and (max-width: 768px) {
  #construction h1 {
    font-size: 3rem;
  }
}
#construction p {
  text-align: justify;
}

h1 {
  color: #8d8da8;
}

h1,
h6 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* all links */
a {
  text-decoration: none;
  color: #dbcde4;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a:hover {
  color: #242449;
}

/* all p/fonts */
p {
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.6;
  word-spacing: 0.2rem;
  letter-spacing: 1px;
  color: #dedef5;
  /* font-family: 'Lato', sans-serif; */
}
@media all and (max-width: 768px) {
  p {
    font-size: 1.6rem;
    line-height: 1.6;
    word-spacing: 0;
    letter-spacing: 0;
  }
}

/* all image */
img {
  width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* width */
::-webkit-scrollbar {
  /* display: none; */
  width: .2rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dbcde4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #242449;
  border-radius: 2rem;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9796f0;
}

#_progress {
  -webkit-transform: translateY(7.9rem);
          transform: translateY(7.9rem);
  --scroll: 0%;
  background: -webkit-gradient(linear, left top, right top, from(#9796f0), color-stop(0, transparent));
  background: linear-gradient(to right, #9796f0 var(--scroll), transparent 0);
  position: fixed;
  width: 100%;
  height: 1.5px;
  top: 0px;
  z-index: 100;
}
@media all and (max-width: 992px) {
  #_progress {
    display: none;
  }
}

/* for javascript */
.main-h6 {
  opacity: 0;
}

.show {
  opacity: 1;
}

span {
  opacity: 0.6;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #242449;
}

.main-h6-anim {
  opacity: 1;
  color: #dedef5;
}

.leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.leaves li {
  position: absolute;
  display: block;
  list-style: none;
  width: 6rem;
  height: 6rem;
  background: #ffffff20;
  -webkit-animation: flying 8s linear infinite;
          animation: flying 8s linear infinite;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 100%;
  top: -11rem;
}
.leaves li:nth-child(1) {
  left: 88%;
  width: 8rem;
  height: 8rem;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.leaves li:nth-child(2) {
  left: 46%;
  width: 4.2rem;
  height: 4.2rem;
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.leaves li:nth-child(3) {
  left: 56%;
  width: 4rem;
  height: 4rem;
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
.leaves li:nth-child(4) {
  left: 8%;
  width: 9rem;
  height: 9rem;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.leaves li:nth-child(5) {
  left: 34%;
  width: 4rem;
  height: 4rem;
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.leaves li:nth-child(6) {
  left: 20%;
  width: 5.3rem;
  height: 5.3rem;
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.leaves li:nth-child(7) {
  left: 80%;
  width: 3rem;
  height: 3rem;
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.leaves li:nth-child(8) {
  left: 70%;
  width: 6rem;
  height: 6rem;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.leaves li:nth-child(9) {
  left: 4%;
  width: 3rem;
  height: 3rem;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.leaves li:nth-child(10) {
  left: 40%;
  width: 2rem;
  height: 2rem;
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}

.cursor {
  width: 3rem;
  height: 3rem;
  border: 0 solid #dbcde4;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 66% 60%;
          transform-origin: 66% 60%;
  pointer-events: none;
  z-index: 999;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
  /* transition: all 0.1s ease; */
  -webkit-box-shadow: 0px 0px 22px 0px #dbcde4;
          box-shadow: 0px 0px 22px 0px #dbcde4;
  -webkit-backdrop-filter: sepia(100%);
          backdrop-filter: sepia(100%);
  /* backdrop-filter: invert(30%); */
}
@media all and (max-width: 992px) {
  .cursor {
    display: none;
  }
}

/* apply to js */
.img-grow {
  -webkit-transform: scale(3);
          transform: scale(3);
}

.hide-all-in-body {
  opacity: 0;
  -webkit-transition: all .6 ease-in-out;
  transition: all .6 ease-in-out;
}

.fade-left {
  -webkit-transform: translate(-150%, 0.3em) !important;
          transform: translate(-150%, 0.3em) !important;
}

.switch-color {
  background: -webkit-gradient(linear, left top, right top, from(#242449), to(#9796f0)) !important;
  background: linear-gradient(90deg, #242449, #9796f0) !important;
}

.enablescroll {
  overflow-y: visible;
}

.container {
  width: 100%;
  max-width: 80vw;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.section-heading {
  text-align: center;
  margin-bottom: 6rem;
  /*  Neumorphism Theme */
  padding: 10rem 0 4rem 0;
  border-radius: 1rem;
}

.section-heading h1 {
  font-size: 3.5rem;
  color: #dbcde4;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  margin-bottom: 0.8rem;
  /* font-family: 'Lora', serif; */
  letter-spacing: 0.2rem;
}
@media all and (max-width: 992px) {
  .section-heading h1 {
    font-size: 3rem;
  }
}

.section-heading h6::before,
.section-heading h6::after {
  content: '';
  position: absolute;
  /* bottom: 0; */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.6);
}

.section-heading h6::before {
  top: -0.2rem;
  width: 16rem;
  height: 2px;
  border-radius: 0.8rem;
}

.section-heading h6::after {
  bottom: -.7rem;
  width: 8rem;
  height: 2px;
  border-radius: 0.8rem;
}
@media all and (max-width: 768px) {
  .section-heading h6::after {
    bottom: -.5rem;
  }
}

.section-heading h6 {
  /* margin-top: -0.1em; */
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  font-size: 1.6rem;
  font-weight: 300;
  color: #dedef5;
  letter-spacing: 1px;
}
@media all and (max-width: 992px) {
  .section-heading h6 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 768px) {
  .section-heading h6 {
    font-size: 1.4rem;
  }
}

.has-margin-right {
  margin-right: 5rem;
  text-align: right;
}
@media all and (max-width: 768px) {
  .has-margin-right {
    margin-right: 0;
    text-align: left;
  }
}

.fa-github-square:hover {
  color: #211F1F;
}

.fa-linkedin:hover {
  color: #0e76a8;
}

.fa-facebook-square:hover {
  color: #4267B2;
}

.fa-instagram:hover {
  color: #8a3ab9;
}

.fa-youtube-square:hover {
  color: #c4302b;
}

.fa-envelope:hover {
  color: #D92F25;
}

.fa-soundcloud:hover {
  color: #ff7700;
}

.preload {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.preload .preload-top {
  top: 0;
  height: 50vh;
  background-color: #242449;
  width: 100vw;
}
.preload .preload-bot {
  bottom: 0;
  height: 50vh;
  background-color: #242449;
  width: 100vw;
}
.preload .preload-box {
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: #242449;
  opacity: .8;
}
.preload #svg-loading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media all and (max-width: 992px) {
  .preload #svg-loading {
    width: 16%;
  }
}
@media all and (max-width: 768px) {
  .preload #svg-loading {
    width: 26%;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
  }
}

.loading-leave {
  position: absolute;
  width: 8rem;
  height: 8rem;
  background: #ffffff20;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 100%;
  top: 37%;
  left: 48%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-animation: preload-anim 10s linear infinite alternate;
          animation: preload-anim 10s linear infinite alternate;
}
@media all and (max-width: 1281px) {
  .loading-leave {
    top: 36%;
    left: 47%;
  }
}
@media all and (max-width: 992px) {
  .loading-leave {
    width: 9rem;
    height: 9rem;
    top: 36%;
    left: 45%;
  }
}
@media all and (max-width: 768px) {
  .loading-leave {
    width: 6rem;
    height: 6rem;
    top: 40%;
    left: 43%;
  }
}

.preload-finish {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.loading-finish {
  opacity: 0;
}

.moveup {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.movedown {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.clear-blur {
  -webkit-backdrop-filter: blur(0) !important;
          backdrop-filter: blur(0) !important;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

/*End global*/
.nav-logo-left {
  display: none;
}

@media all and (min-width: 993px) {
  .nav-up {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .nav-logo-left,
  .secondary-desktop-nav-bar {
    z-index: 999;
  }

  .nav-logo-left {
    display: block;
    position: fixed;
    text-align: center;
    letter-spacing: 0.6rem;
    font-size: 2rem;
    margin: 0 1rem;
    -webkit-transform: translate(0, 0.3em);
            transform: translate(0, 0.3em);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .nav-logo-left a:hover {
    color: #dbcde4;
  }

  .secondary-desktop-nav-bar {
    position: fixed;
    right: 2em;
    height: 1.6em;
    width: 1.6em;
    border-radius: 2rem;
    background: linear-gradient(45deg, #dbcde4, #9796f0);
    -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
            box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    -webkit-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
    /*
    // For the animation to go back
    &::after {
        position: absolute;
        transform: translateY(1em);
        top: .6em;
        right: 0;
        color: $theme-font-color;
        opacity: 0;            
        content: "Menu Toggle";
        white-space: nowrap;
        transition: all .4s;
        user-select: none;
        font-size: 1px;
        font-style: italic;
    }
    */
  }
  .secondary-desktop-nav-bar:hover {
    -webkit-transform: translateY(1em) scale(1.1);
            transform: translateY(1em) scale(1.1);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .secondary-desktop-nav-bar:hover::after {
    opacity: .5;
    font-size: 1.2rem;
  }
  .secondary-desktop-nav-bar:active {
    -webkit-transform: translateY(1.2em) scale(0.9);
            transform: translateY(1.2em) scale(0.9);
    -webkit-transition: all .6s;
    transition: all .6s;
  }
}
header {
  width: 100%;
  height: 100vh;
}

/* .top-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: -100vw;
    z-index: 900;
    background-color: var(--third-color); */
/* border-bottom-left-radius: 100%; */
/* transition: all 800ms cubic-bezier(1, 0, 0, 1);
    opacity: 0;
} */
.nav-list,
.nav-link-container {
  list-style: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 992px) {
  .nav-link {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
  .nav-link p {
    font-size: 1.2rem;
  }
}
.nav-link-container {
  -webkit-transform: translateX(0.46%);
          transform: translateX(0.46%);
}
@media all and (max-width: 992px) {
  .nav-link-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (max-width: 768px) {
  .nav-list p {
    font-size: 1.1rem;
  }
}
.nav-list p.designedby {
  position: absolute;
  bottom: 0;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  display: none;
}
@media all and (max-width: 992px) {
  .nav-list p.designedby {
    font-size: 1.1rem;
    display: block;
  }
}

/* also for contact icon */
li {
  margin: 0 .5%;
}
@media all and (max-width: 992px) {
  li {
    margin: 2rem 0;
  }
}

.top-nav-list {
  display: inline-block;
}

.nav-link {
  /* font-family: monospace; */
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 1.4rem;
  padding: .6rem 2rem;
  color: #dedef5;
}
@media all and (max-width: 1281px) {
  .nav-link {
    font-size: 1.8em;
    padding: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .nav-link {
    font-size: 1.2rem;
    padding: 5% 1rem;
  }
}

/* animation when hovering nav link */
/* .nav-link::after {
    content: '';
    position: absolute;
    width: 10%;
    height: 1rem;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
} */
.nav-link:hover,
.nav-link:focus {
  /* background: var(--background);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  display: inline;
  /* text-shadow: -2px 1.5px 2px #000000; */
  /*  Neumorphism Theme */
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #9796f0;
}

/* .nav-link:hover .nav-link::after {
    opacity: 0;
} */
.top-nav.open {
  right: 0;
  opacity: 1;
  border-radius: initial;
}

.toggle-nav-bar {
  display: none;
}
@media all and (max-width: 992px) {
  .toggle-nav-bar {
    display: block;
  }
}
.toggle-nav-bar .menu-toggler {
  position: fixed;
  top: 3rem;
  right: 3rem;
  width: 4rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* cursor: pointer; */
  z-index: 999;
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
}
@media all and (max-width: 768px) {
  .toggle-nav-bar .menu-toggler {
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 2rem;
  }
}

.menu-toggler.open {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.bar {
  background: linear-gradient(45deg, #242449, #9796f0, #dbcde4);
  width: 100%;
  height: 3px;
  border-radius: .8rem;
  -webkit-box-shadow: 0px 0px 12px 0px #242449;
          box-shadow: 0px 0px 12px 0px #242449;
}
@media all and (max-width: 768px) {
  .bar {
    height: 2px;
  }
}

.bar.half {
  width: 100%;
}

.bar.start {
  width: 60%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.open .bar.start {
  opacity: 0;
  -webkit-transition: ease-in-out 650ms;
  transition: ease-in-out 650ms;
  -webkit-transform: rotate(-450deg) translateX(0rem);
          transform: rotate(-450deg) translateX(0rem);
}

.open .bar.middle {
  -webkit-transform: rotate(-630deg);
          transform: rotate(-630deg);
  /* opacity: 0;
  transition: ease-in-out 650ms; */
}

.bar.end {
  width: 60%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.open .bar.end {
  opacity: 0;
  -webkit-transition: ease-in-out 650ms;
  transition: ease-in-out 650ms;
  -webkit-transform: rotate(-450deg) translateX(0rem);
          transform: rotate(-450deg) translateX(0rem);
}

.nav-logo {
  text-align: center;
  letter-spacing: 0.6rem;
  font-size: 2rem;
  height: 50%;
  padding-bottom: 1rem;
}
@media all and (max-width: 992px) {
  .nav-logo {
    display: none;
  }
}
.nav-logo a {
  /* need to find a better font fam */
  /* font-family: monospace; */
  font-weight: 100;
  color: #dbcde4;
}

.top-nav {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  padding: 1.2rem 0;
  /* right: -100vw; */
  z-index: 900;
  /* browser support */
  -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  transition: all 800ms cubic-bezier(1, 0, 0, 1);
  /* for debug */
  /* background-color: rgba(245, 254, 241, 0.1); */
}
@media all and (max-width: 992px) {
  .top-nav {
    height: 100vh;
    right: -100vw;
    background: linear-gradient(45deg, #242449, #9796f0);
    /* border-bottom-left-radius: 100%; */
    /* transition: all 800ms cubic-bezier(1, 0, 0, 1); */
    opacity: 0;
    background-size: 200% 200%;
    -webkit-animation: mobile-bar-bg-mover 4s ease infinite;
            animation: mobile-bar-bg-mover 4s ease infinite;
  }
}

.startscrolling {
  /* top: -3rem; */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #10212820;
  /* browser support */
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.scrollup {
  /* height: 6vh; */
  background-color: #10212888;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.scroll-down-right-toggle-btn {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.landing-section {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  /* action buttons */
}
.landing-section .logo {
  width: 100em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  position: absolute;
  /* top: 30%; */
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
@media all and (max-width: 1281px) {
  .landing-section .logo {
    width: 90em;
  }
}
@media all and (max-width: 992px) {
  .landing-section .logo {
    width: 70em;
  }
}
@media all and (max-width: 768px) {
  .landing-section .logo {
    width: 50em;
  }
}
@media all and (max-width: 480px) {
  .landing-section .logo {
    width: 30em;
  }
}
.landing-section h6.main-h6 {
  font-family: monospace;
  -webkit-transform: translateY(12rem);
          transform: translateY(12rem);
  font-size: 2.2rem;
  font-weight: 300;
  color: #dedef5;
}
@media all and (max-width: 1281px) {
  .landing-section h6.main-h6 {
    font-size: 1.8rem;
    -webkit-transform: translateY(11rem);
            transform: translateY(11rem);
  }
}
@media all and (max-width: 992px) {
  .landing-section h6.main-h6 {
    font-size: 1.5rem;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
}
@media all and (max-width: 768px) {
  .landing-section h6.main-h6 {
    font-size: 1.2rem;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
}
.landing-section .landing-action {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(28em);
          transform: translateY(28em);
  /* opacity: .8; */
}
@media all and (max-width: 768px) {
  .landing-section .landing-action {
    -webkit-transform: translateY(300%);
            transform: translateY(300%);
  }
}
.landing-section .landing-action .action-btn {
  height: 3rem;
  width: 8%;
  /* border: 1px solid var(--pri-color); */
  border-radius: 3rem;
  margin: .4% 1.4%;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
  /* Neumorphism */
        /* -webkit-box-shadow: 
    0px 0px 10px 0px var(--pri-color);
-moz-box-shadow: 
    0px 0px 10px 0px var(--pri-color);
box-shadow: 
    0px 0px 10px 0px var(--pri-color); */
}
@media all and (max-width: 1024px) {
  .landing-section .landing-action .action-btn {
    width: 14%;
    border-radius: 3rem;
  }
}
@media all and (max-width: 768px) {
  .landing-section .landing-action .action-btn {
    width: 26%;
    border-radius: 2rem;
    margin: 1%;
  }
}
.landing-section .landing-action .action-btn p {
  -webkit-transform: translateY(0.34rem);
          transform: translateY(0.34rem);
  font-size: 1.3rem;
  letter-spacing: .1rem;
  color: #dedef5;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .landing-section .landing-action .action-btn p {
    -webkit-transform: translateY(0.63rem);
            transform: translateY(0.63rem);
    font-size: 1.1rem;
    letter-spacing: .2rem;
  }
}
@media all and (max-width: 1440px) {
  .landing-section .landing-action .action-btn {
    /* action buttons */
  }
  .landing-section .landing-action .action-btn .action-text-1 p,
  .landing-section .landing-action .action-btn .action-text-2 p,
  .landing-section .landing-action .action-btn .action-text-3 p {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}
@media all and (min-width: 993px) {
  .landing-section .landing-action .action-btn {
    /* explore button */
  }
  .landing-section .landing-action .action-btn.explore-btn {
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
  .landing-section .landing-action .action-btn.explore-btn .scroll-down-anim {
    -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
            box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
    width: 100%;
    height: 3rem;
    border: transparent solid thin;
    border-radius: 3rem;
    -webkit-box-sizing: unset;
            box-sizing: unset;
    margin: auto;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .landing-section .landing-action .action-btn.explore-btn .scroll-down-anim .action-text-2 {
    opacity: 1;
    -webkit-transition: opacity 1.6s;
    transition: opacity 1.6s;
  }
  .landing-section .landing-action .action-btn.explore-btn:hover .action-text-2 {
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .landing-section .landing-action .action-btn.explore-btn:hover .scroll-down-anim {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    width: 3rem;
    height: 5rem;
    border: 2px solid #e0e0f7;
    border-radius: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .landing-section .landing-action .action-btn.explore-btn:hover .scroll-down-anim::before {
    content: '';
    position: absolute;
    width: .6rem;
    height: .6rem;
    left: 50%;
    margin-left: -.3rem;
    background-color: #e0e0f7;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: mouse-scroll-anim 2s infinite;
            animation: mouse-scroll-anim 2s infinite;
  }
}

/* from https://codepen.io/kay8/pen/azKbjN */
/* github button */
.bg-slide-to-right {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #dbcde4), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #dbcde4 10%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.bg-slide-to-right:hover {
  background-position: left bottom;
}

.bg-slide-to-right:hover .action-text-1 {
  z-index: 1;
  color: #242449 !important;
  -webkit-transition: all .1s ease-in-out !important;
  transition: all .1s ease-in-out !important;
}

/* portfolio button */
.bg-slide-to-left {
  background: -webkit-gradient(linear, right top, left top, color-stop(10%, #dbcde4), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #dbcde4 10%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.bg-slide-to-left:hover {
  background-position: right bottom;
}

.bg-slide-to-left:hover .action-text-3 {
  z-index: 1;
  color: #242449 !important;
  -webkit-transition: all .1s ease-in-out !important;
  transition: all .1s ease-in-out !important;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: unset;
  height: 100vh;
  padding: 0 20vw;
  background: url("https://cdn.discordapp.com/attachments/759968307738181653/822710501795954738/mmexport1579951996076.jpg") no-repeat center fixed;
  -webkit-box-shadow: inset 0 0 100vw 100vh #1e162950;
          box-shadow: inset 0 0 100vw 100vh #1e162950;
  background-size: cover !important;
}
@media all and (max-width: 768px) {
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .container.about-section {
    height: auto;
  }
}

/* .profile-img a img:hover {
    transition: all 0.7s ease; 
    transform: scale(1.02); 
} */
.about-details {
  /* Green Theme */
  /* .about-social-media img { 
  margin: 60% 1rem 0 1rem;
  width: 5rem;
  } */
}
.about-details .about-heading {
  text-align: center;
  text-transform: uppercase;
  line-height: 0;
  margin-bottom: 6rem;
  color: #9796f0;
}
.about-details .about-heading h1 {
  z-index: -1;
  font-size: 28rem;
  /* Neumorphism Theme */
  color: rgba(255, 255, 255, 0.15);
}
@media all and (max-width: 1024px) {
  .about-details .about-heading h1 {
    font-size: 8rem;
  }
}
.about-details .about-heading h6 {
  z-index: 1 !important;
  font-family: monospace;
  color: #dedef5;
  font-size: 4rem;
  font-weight: 300;
  margin-top: .45rem;
}
@media all and (max-width: 992px) {
  .about-details .about-heading h6 {
    font-size: 3rem;
    margin-top: .3rem;
  }
}
@media all and (max-width: 992px) {
  .about-details .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-details li {
    margin: 0 2rem;
  }
}
.about-details p {
  text-align: justify;
  font-weight: 300;
}
@media all and (max-width: 768px) {
  .about-details p {
    padding: 0 2rem;
    line-height: 1.6;
    padding: 0 auto;
  }
}
.about-details .about-social-media i {
  font-size: 3rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  margin: 60% 1rem 0 1rem;
  opacity: .6;
  color: #e0e0f7;
}
@media all and (max-width: 768px) {
  .about-details .about-social-media i {
    /* margin-top: 100%; */
    margin: 100% 0 0 0;
    /* width: 4rem; */
  }
}
.about-details .about-social-media i:hover {
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/*
.myskills-button {
    cursor: pointer;
    text-align: center;
    bottom: 0;
    margin: 0 auto;
    height: 4rem;
    border-radius: 40rem;
    width: 30%;
    transform: translate(0, 150%);
    background: $theme-background;
    opacity: .5;

    @media all and (max-width: $screen_md_2) {
        width: 40%;
        opacity: .7;
    }

    @media all and (max-width: $screen_sm) {
        opacity: .8;
        transform: translate(0, 80%);
    }
}

.myskills-button a p {
    color: $theme-dark-color;
    font-size: 1.5rem;
    transform: translate(0, 35%);
}

.myskills-button:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    // -webkit-box-shadow:
    //     0px 0px 8px 0px var(--pri-color);
    // -moz-box-shadow:
    //     0px 0px 8px 0px var(--pri-color);
    box-shadow:
        0px 0px 8px 0px $theme-light-color;
}

.myskills-button:hover p {
    transition: all 0.3s ease-in-out;
    color: $theme-light-color;
}
*/
/*Start Specialization*/
@media only screen and (max-width: 1024px) {
  .specialization {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 992px) {
  .specialization {
    overflow: hidden;
  }
  .specialization .section-heading {
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: -1;
  }
  .specialization .section-heading h1 {
    font-size: 28rem;
    color: rgba(255, 255, 255, 0.15);
    -webkit-transform: translate(0.6em, -1em);
            transform: translate(0.6em, -1em);
  }
  .specialization .section-heading h1::after {
    content: "specialization";
    position: absolute;
    -webkit-transform: translate(0, 97.5vh);
            transform: translate(0, 97.5vh);
    left: -3em;
  }
  .specialization .section-heading h6 {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .specialization .skills-container {
    height: 100vh;
    -webkit-transform: translate(0, 30vh);
            transform: translate(0, 30vh);
  }
}
.specialization .icon-container {
  width: 14rem;
  height: 14rem;
  border: 2px solid #9796f0;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-box-shadow: 0px 0px 22px 0px #dbcde4;
          box-shadow: 0px 0px 22px 0px #dbcde4;
}
@media all and (max-width: 992px) {
  .specialization .icon-container {
    font-size: 3.5rem;
  }
}
.specialization .icon-container i {
  position: relative;
  color: #dbcde4;
  font-size: 5rem;
  margin: auto;
}
@media all and (max-width: 768px) {
  .specialization .icon-container i {
    font-size: 4.5rem;
  }
}
.specialization .icon-container::after {
  position: absolute;
  content: '';
  width: 13.1rem;
  height: 13.1rem;
  border: 2px solid #9796f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 22px 0px #dbcde4;
          box-shadow: 0px 0px 22px 0px #dbcde4;
  opacity: 0.8;
}
.specialization .my-skills {
  /* https://hankchizljaw.com/wrote/create-a-responsive-grid-layout-with-no-media-queries-using-css-grid/ */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-gap: 3rem;
  text-align: center;
}
.specialization .my-skills .skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}
.specialization .my-skills .skill h1 {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 4rem -2px 2rem 0;
  color: #dbcde4;
}

/*End Specialization*/
/*Start timeline*/
.experience {
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .experience {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 992px) {
  .experience {
    overflow: hidden;
  }
  .experience .section-heading {
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(-30%, 50%) rotate(-90deg);
            transform: translate(-30%, 50%) rotate(-90deg);
  }
  .experience .section-heading h1 {
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.15);
  }
  .experience .section-heading h6 {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .experience .journey-container {
    height: 100vh;
    -webkit-transform: translate(0, 30%);
            transform: translate(0, 30%);
  }
}
.experience .timeline {
  margin-left: 22rem;
  margin-bottom: 8rem;
}
@media all and (max-width: 768px) {
  .experience .timeline {
    margin: 0;
    padding: 0;
    margin-left: 12rem;
  }
}
.experience .timeline ul {
  border-left: 4px solid #dbcde4;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  list-style: none;
  text-align: left;
  width: 100%;
  padding: 2rem 0 2rem 1rem;
}
@media all and (max-width: 992px) {
  .experience .timeline ul {
    /* padding: 2rem 0 2rem 1rem; */
    padding: 1rem 0 3rem 4.3rem;
    margin: 0 0 0 auto;
  }
}
@media all and (max-width: 768px) {
  .experience .timeline ul {
    padding: 0 auto;
    margin: 0 auto;
  }
}
.experience .timeline ul .date {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.experience .timeline ul .date:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.experience .timeline ul .date::before, .experience .timeline ul .date::after {
  position: absolute;
  display: block;
  top: 50%;
}
.experience .timeline ul .date::before {
  content: attr(data-date);
  text-align: right;
  min-width: 12rem;
  font-size: 2rem;
  -webkit-transform: translate(-20rem, -70%);
          transform: translate(-20rem, -70%);
}
@media all and (max-width: 1024px) {
  .experience .timeline ul .date::before {
    -webkit-transform: translate(-140%, -70%);
            transform: translate(-140%, -70%);
  }
}
@media all and (max-width: 992px) {
  .experience .timeline ul .date::before {
    -webkit-transform: translate(-22rem, -100%);
            transform: translate(-22rem, -100%);
  }
}
@media all and (max-width: 768px) {
  .experience .timeline ul .date::before {
    font-size: 1.6rem;
    -webkit-transform: translate(-19rem, -110%);
            transform: translate(-19rem, -110%);
  }
}
.experience .timeline ul .date::after {
  content: '';
  -webkit-box-shadow: 0 0 0 4px #dbcde4;
          box-shadow: 0 0 0 4px #dbcde4;
  border-radius: 100%;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-transform: translate(-166%, -80%);
          transform: translate(-166%, -80%);
  background-color: #242449;
}
@media all and (max-width: 1024px) {
  .experience .timeline ul .date::after {
    -webkit-transform: translate(-140%, -70%);
            transform: translate(-140%, -70%);
  }
}
@media all and (max-width: 992px) {
  .experience .timeline ul .date::after {
    -webkit-transform: translate(-355%, -110%);
            transform: translate(-355%, -110%);
  }
}
@media all and (max-width: 768px) {
  .experience .timeline ul .date::after {
    /* transform: translateX(-355%);  */
  }
}
.experience .timeline ul h1 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0.3rem;
  opacity: .3;
}
.experience .timeline ul p,
.experience .timeline ul h1 {
  -webkit-transform: translateX(2.6rem);
          transform: translateX(2.6rem);
}
@media all and (max-width: 1024px) {
  .experience .timeline ul p,
  .experience .timeline ul h1 {
    -webkit-transform: translateX(1.2rem);
            transform: translateX(1.2rem);
  }
}
@media all and (max-width: 992px) {
  .experience .timeline ul p,
  .experience .timeline ul h1 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 95%;
  }
}
@media all and (max-width: 768px) {
  .experience .timeline ul p,
  .experience .timeline ul h1 {
    -webkit-transform: translateX(-2.4rem);
            transform: translateX(-2.4rem);
  }
}
@media all and (max-width: 768px) {
  .experience .timeline ul p {
    font-size: 1.4rem;
  }
}

/*End timeline*/
/*Start portfolio*/
.portfolio {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 10em;
}
@media all and (max-width: 768px) {
  .portfolio .section-heading {
    padding-bottom: 0 !important;
  }
}

.portfolio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10rem 0;
}
@media all and (max-width: 768px) {
  .portfolio-item {
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.profile-item:last-child {
  margin-bottom: 0;
}

.portfolio-img-div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.portfolio-img-div img {
  width: 100%;
  /*  Neumorphism Theme */
  -webkit-box-shadow: 0px 0px 29px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 29px -5px rgba(0, 0, 0, 0.5);
}

.portfolio-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 992px) {
  .portfolio-description {
    /* this is the second item  */
  }
  .portfolio-description.has-margin-right {
    text-align: left;
  }
}
@media all and (max-width: 768px) {
  .portfolio-description {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (max-width: 768px) {
  .portfolio-description p {
    text-align: justify;
    text-justify: inter-word;
  }
}

.portfolio-description h1 {
  font-size: 3rem;
  font-weight: 300;
  margin: 1rem 0;
}

.portfolio-description h6 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 300;
  opacity: .3;
}

.portfolio-description .cta,
.cta {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #dbcde4;
}
@media all and (max-width: 768px) {
  .portfolio-description .cta,
  .cta {
    margin-bottom: 2rem;
  }
}

.portfolio-description .cta:hover,
.cta:hover {
  color: #9796f0;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 650ms;
  transition: color 650ms;
}
.cta.view-more-btn {
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 1rem;
  margin: auto;
}

/*End portfolio*/
/*Start contact*/
/* interactive anim, exp */
.contact {
  margin: 0 !important;
  /*  Neumorphism Theme */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media all and (max-width: 768px) {
  .contact #contact {
    border-radius: 1rem !important;
  }
}
.contact .container {
  padding-top: 4rem;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
  border-radius: 3rem;
}
@media all and (max-width: 768px) {
  .contact .container {
    max-width: 90vw;
  }
}
.contact .container .section-heading {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.contact .container .typing-area {
  text-align: center;
  margin-top: -4rem;
}
.contact .container .typing {
  display: inline-block;
  position: relative;
}
.contact .container .typing::after {
  content: "|";
  position: absolute;
  -webkit-animation: caret infinite 1s steps(1, end);
          animation: caret infinite 1s steps(1, end);
}
.contact .container form.contact-form {
  position: relative;
  width: 78%;
  margin: 0 auto;
  padding: 0 0 4rem 0;
  text-align: center;
}
@media all and (max-width: 768px) {
  .contact .container form.contact-form {
    width: 90%;
  }
}
.contact .container form.contact-form .name-section,
.contact .container form.contact-form .email-section,
.contact .container form.contact-form .message-section {
  font-size: 1.8rem;
  color: #9796f0;
  width: 100%;
  position: relative;
  min-height: 6rem;
  overflow: hidden;
  margin: 2rem auto;
}
@media all and (max-width: 768px) {
  .contact .container form.contact-form .name-section,
  .contact .container form.contact-form .email-section,
  .contact .container form.contact-form .message-section {
    font-size: 1.6rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* -webkit-text-fill-color: rgb(197, 197, 197); */
  -webkit-text-fill-color: #eee;
  -webkit-box-shadow: #242449;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.name-section input,
.email-section input {
  width: 100%;
  height: 100%;
  padding-top: 2.6rem;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

.message-section textarea {
  resize: vertical;
  width: 100%;
  height: 100%;
  padding-top: 3.6rem;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

.name-section label,
.email-section label,
.message-section label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid #9796f0;
}
.name-section label span,
.email-section label span,
.message-section label span {
  color: #dedef5;
}

.name-section label::after,
.email-section label::after,
.message-section label::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #dbcde4;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.content-name,
.content-email,
.content-message {
  top: 50%;
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.email-section input[value=""] {
  border: none;
  outline: none;
}

.name-section input:focus + .label-name .content-name,
.name-section input:valid + .label-name .content-name,
.email-section input:focus + .label-email .content-email,
.email-section input:valid + .label-email .content-email,
.email-section input:not([value=""]):not(:focus) + .label-email .content-email,
.message-section textarea:focus + .label-message .content-message,
.message-section textarea:valid + .label-message .content-message {
  top: 0;
  color: #dbcde4;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.name-section input:focus + .label-name::after,
.name-section input:valid + .label-name::after,
.email-section input:focus + .label-email::after,
.email-section input:valid + .label-email::after,
.message-section textarea:focus + .label-message::after,
.message-section textarea:valid + .label-message::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  color: #dbcde4;
}

input.contact-submit-btn {
  margin-top: 6rem;
  font-size: 1.6rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: initial;
  color: #dedef5;
  background-color: #242449;
  padding: 0.8rem 3rem;
  border: none;
  border-radius: .9rem;
  cursor: pointer;
  /* Neumorphism pulse */
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

input.contact-submit-btn:hover {
  color: #242449;
  /* background-color: var(--pri-color); */
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  /* animation: press .3s; */
  /* stop at last frame */
  /* animation-fill-mode: forwards;  */
  /* Neumorphism pulse */
  -webkit-box-shadow: inset 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
          box-shadow: inset 0 2.8px 2.2px rgba(0, 0, 0, 0.044), 0 6.7px 5.3px rgba(0, 0, 0, 0.058), 0 12.5px 10px rgba(0, 0, 0, 0.07), 0 22.3px 17.9px rgba(0, 0, 0, 0.082), 0 41.8px 33.4px rgba(0, 0, 0, 0.096), 0 100px 80px rgba(0, 0, 0, 0.22);
}

.bg-slide-to-top {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #dbcde4), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #dbcde4 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.bg-slide-to-top:hover {
  background-position: left bottom;
}

.info-anim {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.info-anim-inner {
  cursor: pointer;
  background-color: #9796f0;
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
  -webkit-clip-path: circle(10% at 10% 50%);
          clip-path: circle(10% at 10% 50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.info-anim-inner:hover {
  -webkit-clip-path: circle(75%);
          clip-path: circle(75%);
  background-color: linear-gradient(0deg, #9796f0, #242449) no-repeat center fixed;
}

.info-anim-inner span {
  float: left;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  color: #dbcde4;
}

/*End contact*/
/*Start footer*/
.main-footer {
  width: 100%;
  text-align: center;
  background-color: #242449;
  padding: .5% 0 4rem 0;
  position: relative;
}
@media all and (max-width: 1024px) {
  .main-footer {
    padding-bottom: 5rem;
  }
}
@media all and (max-width: 992px) {
  .main-footer {
    padding-bottom: 6.6rem;
  }
}
.main-footer .contact-social-media {
  margin: 5rem 0;
}
.main-footer .contact-social-media ul.contact-social-media-ul {
  margin: 0 auto 2% auto;
}
@media all and (max-width: 992px) {
  .main-footer .contact-social-media ul.contact-social-media-ul {
    text-align: center;
    display: table;
  }
}
@media all and (max-width: 992px) {
  .main-footer .contact-social-media ul.contact-social-media-ul li {
    display: inline-block;
  }
}
.main-footer .contact-social-media ul.contact-social-media-ul li a {
  color: #9796f0;
}
@media all and (max-width: 992px) {
  .main-footer .contact-social-media ul.contact-social-media-ul li a {
    margin: 0 2rem;
  }
}
.main-footer .contact-social-media ul.contact-social-media-ul li a i {
  font-size: 3rem;
  -webkit-transition: color 650ms;
  transition: color 650ms;
  margin: 0 1rem;
}
@media all and (max-width: 768px) {
  .main-footer .contact-social-media ul.contact-social-media-ul li a i {
    font-size: 3rem;
    margin: 0 -0.6rem;
  }
}

.up {
  position: fixed;
  height: 5rem;
  width: 5rem;
  background-color: #dbcde4;
  top: 89vh;
  right: 3%;
  border-radius: 100%;
  display: none;
  cursor: pointer;
  /* animation: pulse 2s infinite; */
  z-index: 500;
  /*  Neumorphism Theme */
  -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .up {
    height: 4rem;
    width: 4rem;
    top: 91vh;
    right: 5vw;
  }
}
.up i {
  color: #242449;
  font-size: 2rem;
  margin: 1.3rem auto;
}
@media all and (max-width: 768px) {
  .up i {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.up:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  /* Neumorphism */
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.6);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.main-footer p {
  letter-spacing: 0.6px;
  font-size: 1.2rem;
}

.visitcount {
  top: 0;
  margin-top: 1rem;
  -webkit-transform: translate(0, 1%);
          transform: translate(0, 1%);
  pointer-events: none;
  display: none;
}

/*End footer*/
/* Interest page  */
#interest-header,
section {
  /* scroll-snap-align: start; */
  /* background-color: #fff; */
}

body.interest-body {
  /* scroll-snap-align: start; */
  /* for loading too long */
  background-color: #131218;
  /*  Neumorphism Theme */
  /* background: var(--background); */
}

/* Start interest page */
.svg-beatbox-container p {
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

#svg-beatbox {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100em;
}
@media all and (max-width: 1024px) {
  #svg-beatbox {
    width: 70em;
  }
}
@media all and (max-width: 768px) {
  #svg-beatbox {
    width: 40em;
  }
}
@media all and (max-width: 480px) {
  #svg-beatbox {
    width: 30em;
  }
}
@media all and (max-width: 320px) {
  #svg-beatbox {
    width: 26em;
  }
}
#svg-beatbox path {
  -webkit-animation: line-anime 4s ease forwards .6s;
          animation: line-anime 4s ease forwards .6s;
}

/* Start beatbox body */
.beatbox {
  height: 100vh;
}

.countdown {
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 2.6rem;
}

/* Start ytbg */
.example-marquee {
  position: relative;
}

.content {
  display: table;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
  position: relative;
}

.content .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.content .inner h1 {
  font-size: 62px;
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.video-background-controls button {
  font-size: 32px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  line-height: 32px;
  border: none;
  background: none;
  -webkit-appearance: none;
  color: white;
  -webkit-filter: drop-shadow(0px 0px 1px black);
          filter: drop-shadow(0px 0px 1px black);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin-left: 10px;
}

.video-background-controls button:hover {
  opacity: 0.5;
}

iframe {
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

/* End ytbg */
/* End beatbox body */
/* End interest page */
@media screen and (max-width: 600px) {
  .countdown {
    font-size: 2rem;
  }
}
/* main page  */
.bbx-achievements .container .section-heading h1::after {
  content: "achivements";
  position: absolute;
  -webkit-transform: translate(0, 97.5vh);
  transform: translate(-50%, -35%);
  left: 50%;
  opacity: 0.1;
  font-size: 3em;
}
