/*
GitHub: @enkr1, Instagram: @enkr1
*/
/**
* 
**/
/* tablet */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans");
@font-face {
  font-family: 'hansonLight';
  src: url("fonts/hanson-hairline-webfont.woff2") format("woff2"), url("fonts/hanson-hairline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hansonBold';
  src: url("fonts/hanson-bold-webfont.woff2") format("woff2"), url("fonts/hanson-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.swiper-button {
  color: #EF3340 !important;
}

/*Start animations*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fad25a;
            box-shadow: 0 0 0 0 #fad25a;
  }
  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 #fad25a;
            box-shadow: 0 0 0 0 #fad25a;
  }
  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 #fad25a;
            box-shadow: inset 0px 0px 0px 0px #fad25a;
  }
  100% {
    /* Neumorphism */
    -webkit-box-shadow: inset 0px 0px 9px 0px #fad25a;
            box-shadow: inset 0px 0px 9px 0px #fad25a;
  }
}
@keyframes press {
  0% {
    /* Neumorphism */
    -webkit-box-shadow: inset 0px 0px 0px 0px #fad25a;
            box-shadow: inset 0px 0px 0px 0px #fad25a;
  }
  100% {
    /* Neumorphism */
    -webkit-box-shadow: inset 0px 0px 9px 0px #fad25a;
            box-shadow: inset 0px 0px 9px 0px #fad25a;
  }
}
@-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 {
  0% {
    fill: #EF3340;
  }
  100% {
    fill: #0000;
    stroke-dashoffset: 0;
  }
}
@keyframes line-anime {
  0% {
    fill: #EF3340;
  }
  100% {
    fill: #0000;
    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: #fad25a;
    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: #fad25a;
    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;
  }
}
/*End animations*/
/*Start global*/
/* https://stackoverflow.com/questions/3468154/what-is-webkit-and-how-is-it-related-to-css */
/* width */
::-webkit-scrollbar {
  /* display: none; */
  width: .2rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
  opacity: .1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #121212;
  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 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-moz-selection {
  color: #292929;
  mix-blend-mode: overlay;
  background-color: #fad25a80;
}

*::selection {
  color: #292929;
  mix-blend-mode: overlay;
  background-color: #fad25a80;
}

html {
  font-size: 62.5%;
  font-family: 'DM Sans', sans-serif;
  color: #292929;
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  width: 100%;
  height: 100%;
  /* scroll-snap-type: y mandatory;
  overflow-y: scroll; */
  /* This will be displayed if it is loading for too long */
  background-color: white;
  /*  Neumorphism Theme */
  background-size: cover !important;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

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

h1,
h6,
input.btn
 {
  font-family: 'hansonBold';
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: .3rem;
}

input,
textarea {
  width: 100%;
  height: 100%;
  outline: none;
  color: #292929;
  font-size: 1.8rem;
}

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

/* all p/fonts */
p {
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.6;
  word-spacing: 0.2rem;
  letter-spacing: 1px;
  color: #292929;
}
@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;
}

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

.show {
  opacity: 1;
}

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

section {
  min-height: 100vh;
  height: -moz-max-content;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 0 0 6rem 0;
}

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

.section-heading {
  text-align: center;
  margin: 2rem 0;
  padding-top: 6rem;
}
@media all and (max-width: 992px) {
  .section-heading {
    padding-top: 3rem;
  }
}
.section-heading h1 {
  font-size: 3.5rem;
  color: #EF3340;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 0.2rem;
}
@media all and (max-width: 992px) {
  .section-heading h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.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: #292929;
  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;
  }
}

.icon-link i {
  color: white;
}

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

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

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

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

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

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

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

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

.hide-all-in-body {
  opacity: 0;
}

.enablescroll {
  overflow-y: visible;
}

.preload-finish {
  opacity: 0 !important;
  pointer-events: none;
}

.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;
}

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

.box-display .box {
  position: absolute;
  width: 20rem;
  height: 20rem;
  background: darkgrey;
  mix-blend-mode: difference;
}
.box-display .box:nth-child(odd) {
  top: 10%;
  left: 10%;
}
.box-display .box:nth-child(even) {
  top: 20%;
  right: 20%;
}

.reduce-opacity {
  opacity: 0.3;
}

.move-out {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.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;
  background-color: #000000;
  opacity: 1;
}
.preload .preload-top {
  top: 0;
  height: 50vh;
  background-color: #121212;
  width: 100vw;
}
.preload .preload-bot {
  bottom: 0;
  height: 50vh;
  background-color: #121212;
  width: 100vw;
}
.preload .preload-box {
  top: 0;
  height: 100vh;
  width: 100vw;
  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;
}
.preload .preload-box img {
  width: 30rem;
}
@media all and (max-width: 992px) {
  .preload .preload-box img {
    width: 20rem;
  }
}
.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%;
  }
}

.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*/
.main-nav-logo {
  position: fixed;
  width: 8rem;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9998;
  padding: 1.4rem;
}
@media all and (max-width: 992px) {
  .main-nav-logo {
    display: none;
  }
}
.main-nav-logo a {
  white-space: nowrap;
  font-weight: 100;
  color: #121212;
}
.main-nav-logo a svg {
  width: 4rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: .4rem;
}
.main-nav-logo a img {
  width: 5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: .4rem;
}

@media all and (min-width: 993px) {
  header {
    z-index: 999;
    position: fixed;
    mix-blend-mode: difference;
  }
}

.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: 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;
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
.nav-list .nav-link-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 992px) {
  .nav-list .nav-link-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav-list .nav-link-container li {
  padding: 1.4rem 2rem;
}
@media all and (max-width: 1281px) {
  .nav-list .nav-link-container li {
    padding: 1.4rem 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .nav-list .nav-link-container li {
    padding: 1rem 0;
  }
}
.nav-list .nav-link-container a.nav-link,
.nav-list .nav-link-container .nav-link {
  font-family: "hansonBold";
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: grey;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-list .nav-link-container a.nav-link.icon-link,
.nav-list .nav-link-container .nav-link.icon-link {
  padding: .6rem 1.4rem;
}
@media all and (max-width: 992px) {
  .nav-list .nav-link-container a.nav-link,
  .nav-list .nav-link-container .nav-link {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .nav-list .nav-link-container a.nav-link p,
  .nav-list .nav-link-container .nav-link p {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .nav-list .nav-link-container a.nav-link,
  .nav-list .nav-link-container .nav-link {
    font-size: 1.2rem;
    padding: 5% 1rem;
  }
}
.nav-list .nav-link-container a.nav-link:hover, .nav-list .nav-link-container a.nav-link:focus,
.nav-list .nav-link-container .nav-link:hover,
.nav-list .nav-link-container .nav-link:focus {
  display: inline;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #EF3340;
}
.nav-list.top-nav-list .icon-li {
  display: none;
}
@media all and (max-width: 992px) {
  .nav-list.top-nav-list .icon-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nav-list.top-nav-list .icon-li a {
  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: 1rem;
  -webkit-transition: color .4s;
  transition: color .4s;
}
.nav-list.top-nav-list .icon-li img {
  width: 2.4rem;
}

.top-nav {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  padding: 1.2rem 1.5rem;
  /* right: -100vw; */
  z-index: 900;
  background-color: transparent;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  /* for debug */
  /* background-color: rgba(245, 254, 241, 0.1); */
}
@media all and (max-width: 992px) {
  .top-nav {
    -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
    transition: all 800ms cubic-bezier(1, 0, 0, 1);
  }
}
@media all and (max-width: 992px) {
  .top-nav {
    height: 100vh;
    right: -100vw;
    background: linear-gradient(45deg, #121212, #EF3340);
    /* 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;
  }
}
.top-nav.open {
  right: 0;
  opacity: 1;
}

.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: 2.4rem;
  }
}

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

.bar {
  background: linear-gradient(45deg, #121212, #121212, #121212);
  width: 100%;
  height: .4rem;
  -webkit-transition: ease-in-out 650ms;
  transition: ease-in-out 650ms;
}
@media all and (max-width: 768px) {
  .bar {
    height: .3rem;
  }
}
.bar.start {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.bar.end {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.open .bar.start {
  opacity: 0;
}
.open .bar.middle {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.open .bar.end {
  opacity: 0;
}

.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 #svg-beatbox svg {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  fill: #EF3340;
}
@media all and (max-width: 1024px) {
  .landing-section #svg-beatbox svg {
    width: 70em;
  }
}
@media all and (max-width: 768px) {
  .landing-section #svg-beatbox svg {
    width: 40em;
  }
}
@media all and (max-width: 480px) {
  .landing-section #svg-beatbox svg {
    width: 30em;
  }
}
@media all and (max-width: 320px) {
  .landing-section #svg-beatbox svg {
    width: 26em;
  }
}
.landing-section #svg-beatbox svg path.animated {
  -webkit-animation: line-anime 5s ease forwards 0s;
          animation: line-anime 5s ease forwards 0s;
}
.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 .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: #292929;
  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 #ffffff;
    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: #ffffff;
    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%, #fad25a), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fad25a 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: #121212 !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%, #fad25a), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fad25a 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: #121212 !important;
  -webkit-transition: all .1s ease-in-out !important;
  transition: all .1s ease-in-out !important;
}

.about {
  padding: 0 !important;
}
.about .img-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;
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: url("https://cdn.discordapp.com/attachments/872089222356545566/872090804208939089/555_fam_001_compressed.jpg") no-repeat center fixed;
  background-color: white;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 100vw 100vh #3d3d3d70;
          box-shadow: inset 0 0 100vw 100vh #3d3d3d70;
  z-index: -1;
}
.about .img-container .svg-about-container {
  mix-blend-mode: multiply;
}
.about .img-container .svg-about-container svg {
  width: 80vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media all and (max-width: 480px) {
  .about .img-container .svg-about-container svg {
    width: 90vw;
  }
}
.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;
}
@media all and (max-width: 768px) {
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4vw;
    margin: 0 auto !important;
  }
  .about .container.about-section {
    height: auto;
  }
}
.about .container .about-heading {
  text-align: center;
  text-transform: uppercase;
  line-height: 0;
  margin-bottom: 6rem;
  color: #EF3340;
}
@media all and (max-width: 992px) {
  .about .container .about-heading .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about .container .about-heading li {
    margin: 0 2rem;
  }
}
.about .container .about-heading h1 {
  z-index: -1;
  font-size: 28rem;
  /* Neumorphism Theme */
  color: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 1024px) {
  .about .container .about-heading h1 {
    font-size: 8rem;
  }
}
.about .container .about-heading h6 {
  z-index: 1 !important;
  font-family: monospace;
  color: #292929;
  font-size: 4rem;
  font-weight: 300;
  margin-top: .45rem;
}
@media all and (max-width: 992px) {
  .about .container .about-heading h6 {
    font-size: 3rem;
    margin-top: .3rem;
  }
}
.about .container .about-desc-container {
  width: 100%;
  border: 1px solid #EF3340;
}
.about .container .about-desc-container > div {
  padding: 2rem 3rem;
  border: 1px solid #EF3340;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(1rem, 1rem);
          transform: translate(1rem, 1rem);
}
.about .container .about-desc-container p {
  text-align: center;
  font-weight: 600;
  color: #a3a3a3;
}
@media all and (max-width: 768px) {
  .about .container .about-desc-container p {
    padding: 0;
    line-height: 1.6;
    padding: 0 auto;
  }
}
.about .container .discord-button-container {
  margin: 10vh 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (max-width: 768px) {
  .about .container .discord-button-container {
    margin: 6vh 0;
  }
}
.about .container .discord-button-container div {
  border: 1px solid #EF3340;
}
.about .container .discord-button-container a.discord-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EF3340;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #121212;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .7;
  -webkit-transform: translate(1rem, 1rem);
          transform: translate(1rem, 1rem);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.about .container .discord-button-container a.discord-button:hover {
  opacity: 1;
  -webkit-transform: translate(-1rem, -1rem);
          transform: translate(-1rem, -1rem);
}
.about .container .discord-button-container a.discord-button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media all and (max-width: 768px) {
  .about .container .discord-button-container a.discord-button {
    padding: .6rem 1.2rem;
  }
}
.about .container .discord-button-container a.discord-button img {
  width: 6rem;
}
@media all and (max-width: 768px) {
  .about .container .discord-button-container a.discord-button img {
    width: 4rem;
  }
}
@media all and (max-width: 480px) {
  .about .container .discord-button-container a.discord-button img {
    width: 3rem;
  }
}
.about .container .discord-button-container a.discord-button p {
  font-family: 'hansonBold';
  margin: 1rem 0 1rem 1.2rem;
  color: #EF3340;
}
@media all and (max-width: 992px) {
  .about .container .discord-button-container a.discord-button p {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 768px) {
  .about .container .discord-button-container a.discord-button p {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 480px) {
  .about .container .discord-button-container a.discord-button p {
    font-size: 1rem;
  }
}

/*Start event*/
.event {
  background-color: white;
  height: 100vh !important;
  width: 100%;
}
.event picture.event-bg-picture {
  position: absolute;
}
.event picture.event-bg-picture img {
  height: 100vh !important;
  width: 100vw !important;
  -o-object-fit: fill;
     object-fit: fill;
}
.event .container {
  padding: 10vh 5vw;
}
@media all and (max-width: 768px) {
  .event .section-heading {
    padding-bottom: 0 !important;
  }
}
.event .event-item {
  height: 80vh;
  width: 90vw;
}
.event .event-item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media all and (max-width: 768px) {
  .event .event-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;
  }
}
.event .event-item:hover .event-content .event-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.event .event-item:hover .event-content .event-description {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.event .event-item picture.event-img-div {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.event .event-item picture.event-img-div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*  Neumorphism Theme */
}
.event .event-item .event-content {
  bottom: 0;
  position: absolute;
  padding: 3rem 2rem;
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (max-width: 992px) {
  .event .event-item .event-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.event .event-item .event-content .event-title,
.event .event-item .event-content .event-description {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
@media all and (max-width: 992px) {
  .event .event-item .event-content .event-title,
  .event .event-item .event-content .event-description {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.event .event-item .event-content .event-title {
  mix-blend-mode: difference;
  font-size: 6rem;
  font-weight: 300;
  -webkit-text-stroke: 2px white;
  margin: 1rem 0;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}
@media all and (max-width: 992px) {
  .event .event-item .event-content .event-title {
    font-size: 4rem;
  }
}
@media all and (max-width: 768px) {
  .event .event-item .event-content .event-title {
    font-size: 2rem;
    -webkit-text-stroke: 1px white;
  }
}
.event .event-item .event-content .event-description {
  padding: 2rem;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
}
@media all and (max-width: 992px) {
  .event .event-item .event-content .event-description {
    text-align: left;
  }
}
.event .event-item .event-content .event-description .event-date {
  mix-blend-mode: exclusion;
  color: #dadada;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 300;
  opacity: .6;
}
.event .event-item .event-content .event-description p {
  margin: 1rem 0 0 0;
  font-size: 1.4rem;
  color: white;
  text-align: justify;
  direction: rtl;
}
@media all and (max-width: 992px) {
  .event .event-item .event-content .event-description p {
    direction: ltr;
  }
}

.event-description .cta,
.cta {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fad25a;
}

.event-description .cta:hover,
.cta:hover {
  color: #EF3340;
}

.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 event*/
#video .container {
  height: 100vh;
  overflow: hidden;
}
#video .container::before, #video .container::after {
  content: '';
  position: absolute;
  width: 300rem;
  height: 1px;
  background-color: #EF3340;
  opacity: .3;
}
#video .container::before {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(34deg);
          transform: translateX(-50%) rotate(34deg);
  z-index: -1;
}
#video .container::after {
  bottom: 0;
  left: 30%;
  -webkit-transform: translateX(-50%) rotate(-31deg);
          transform: translateX(-50%) rotate(-31deg);
  z-index: -1;
}
#video .container .video-swiper .swiper-wrapper .video-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#video .container .video-swiper .swiper-wrapper .video-item iframe {
  height: 75vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem;
  opacity: .5;
}
#video .container .video-swiper .swiper-wrapper .video-item.swiper-slide-active iframe {
  border: 1px solid #EF3340;
  opacity: 1;
}

#lesson .container a {
  margin: 0 !important;
}
#lesson .container .lesson-swiper {
  width: 100%;
}
#lesson .container .lesson-swiper .swiper-slide {
  width: auto;
  height: 100%;
}
#lesson .container .lesson-swiper .swiper-slide picture img {
  height: 70vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #EF3340;
  -o-object-fit: contain;
     object-fit: contain;
}

/*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: 1440px) {
  .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.2);
    -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: 1440px) {
  .specialization .skills-container {
    height: 100vh;
    -webkit-transform: translate(0, 30vh);
            transform: translate(0, 30vh);
  }
}
.specialization .icon-container {
  width: 14rem;
  height: 14rem;
  border: 2px solid #EF3340;
  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 #fad25a;
          box-shadow: 0px 0px 22px 0px #fad25a;
}
@media all and (max-width: 992px) {
  .specialization .icon-container {
    font-size: 3.5rem;
  }
}
.specialization .icon-container i {
  position: relative;
  color: #fad25a;
  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 #EF3340;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 22px 0px #fad25a;
          box-shadow: 0px 0px 22px 0px #fad25a;
  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: #fad25a;
}

/*End Specialization*/
/*Start contact*/
/* interactive anim, exp */
.contact {
  margin: 0 !important;
  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;
}
.contact .container .design-line-2 {
  margin: 8vh 0;
  border: 1px solid #EF3340;
}
.contact .container .design-line-2 .design-line-1 {
  border: 1px solid #EF3340;
  -webkit-transform: translate(-1rem, -1rem);
          transform: translate(-1rem, -1rem);
}
@media all and (max-width: 992px) {
  .contact .container .design-line-2 .design-line-1 {
    padding: 2rem;
  }
}
@media all and (max-width: 768px) {
  .contact .container {
    max-width: 90vw;
  }
}
.contact .container .section-heading {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.contact .container .section-heading p {
  font-family: 'hansonBold';
  font-size: 1.6rem;
}
@media all and (max-width: 992px) {
  .contact .container .section-heading p {
    font-size: 1.4rem;
  }
}
.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 10vh 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: #EF3340;
  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: #292929;
  -webkit-box-shadow: #121212;
  -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 #9e8437;
}
.name-section label span,
.email-section label span,
.message-section label span {
  color: #292929;
}

.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 #EF3340;
  -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: #EF3340;
  -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: #fad25a;
}

input.contact-submit-btn {
  cursor: pointer;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: 6rem;
  padding: 0.8rem 3rem;
  width: 30vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 18rem;
  max-width: 26rem;
  color: #EF3340;
  background-color: #121212;
  border: none;
  -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-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
input.contact-submit-btn:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  /* animation: press .3s; */
  /* stop at last frame */
  /* animation-fill-mode: forwards;  */
  -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);
}
input.contact-submit-btn:active {
  background-color: #EF3340;
  color: #121212;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}

.bg-slide-to-top {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fad25a), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fad25a 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: #EF3340;
  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, #EF3340, #121212) no-repeat center fixed;
}

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

/*End contact*/
/*Start footer*/
.main-footer {
  width: 100%;
  text-align: center;
  background-color: #121212;
  padding: .5% 0 4rem 0;
  position: relative;
}
.main-footer p {
  color: white;
}
.main-footer p a:hover {
  color: #fad25a !important;
}
@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 .footer-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 1rem 5rem 1rem;
}
@media all and (max-width: 992px) {
  .main-footer .footer-nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-footer .footer-nav-container div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}
.main-footer .contact-social-media p,
.main-footer .contact-social-media h6 {
  color: #EF3340;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 2rem auto;
  }
}
.main-footer .contact-social-media ul.contact-social-media-ul li {
  margin: 0 1rem;
}
@media all and (max-width: 992px) {
  .main-footer .contact-social-media ul.contact-social-media-ul li {
    display: inline-block;
    margin: unset;
  }
}
@media all and (max-width: 992px) {
  .main-footer .contact-social-media ul.contact-social-media-ul li .icon-link {
    margin: 0 2rem;
  }
}
.main-footer .contact-social-media ul.contact-social-media-ul li .icon-link img {
  width: 3em !important;
}

.up {
  mix-blend-mode: luminosity;
  position: fixed;
  height: 5rem;
  width: 5rem;
  background-color: #EF3340;
  opacity: .8;
  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(110, 110, 110, 0.4);
          box-shadow: 0px 0px 20px -1px rgba(110, 110, 110, 0.4);
}
@media all and (max-width: 768px) {
  .up {
    height: 4rem;
    width: 4rem;
    top: 91vh;
    right: 5vw;
  }
}
.up i {
  color: #121212;
  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(110, 110, 110, 0.6);
          box-shadow: 0px 0px 20px 0px rgba(110, 110, 110, 0.6);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s 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*/
.floating-social-media-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9998;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.floating-social-media-container ul {
  padding: 2rem 0 1rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (max-width: 992px) {
  .floating-social-media-container ul {
    padding: 1rem 0 .5rem 0;
  }
}
.floating-social-media-container ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 30%;
  height: 2px;
  background-color: #EF3340;
  z-index: -1;
  -webkit-transform: translate(-45%, 0) rotate(45deg);
          transform: translate(-45%, 0) rotate(45deg);
}
.floating-social-media-container ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #EF3340;
  z-index: -1;
}
.floating-social-media-container ul:hover {
  opacity: 1 !important;
}
.floating-social-media-container ul li {
  list-style: none;
  cursor: pointer;
  padding: 0 1.8rem 1rem;
}
@media all and (max-width: 992px) {
  .floating-social-media-container ul li {
    padding: 0 1rem 0;
    margin: 1rem 0 2rem;
  }
}
.floating-social-media-container ul li a {
  text-decoration: none;
}
.floating-social-media-container ul li a img {
  width: 4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 768px) {
  .floating-social-media-container ul li a img {
    width: 3rem !important;
  }
}
.floating-social-media-container ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
