/*OLD*/
/*NEW*/
/**/
/*OLD*/
/*
$font-spacing-1: 35; //35 - 25
$font-spacing-2: 70; //70 - 50
$font-size-1: 20;    //20 - 15
$font-size-2: 40;    //40 - 30
*/
/*NEW*/
/**/
body {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Mono", monospace;
}

*::selection {
  color: #ffffff;
  background: #1c2878;
}

a, .hyperlink {
  color: #3849b8;
  transition: color 0.3s ease;
}
a:hover, .hyperlink:hover {
  color: #1c2878;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-weight: 300;
  src: url("../../fonts/IBMPlexMono-Light.ttf");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-weight: 400;
  src: url("../../fonts/IBMPlexMono-Regular.ttf");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-weight: 500;
  src: url("../../fonts/IBMPlexMono-Medium.ttf");
}
.ibm-plex-mono-light {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex-mono-regular {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.hero-fire-mobile-button {
  position: absolute;
  width: 70px;
  left: calc(50% - 35px);
  cursor: pointer;
  background-color: #c3ced9;
  display: none;
  user-select: none;
  top: calc(50% + 15vw);
  border-radius: 8px;
}
.hero-fire-mobile-button svg {
  height: 80px;
  margin-top: -15px;
  margin-bottom: -15px;
}
.hero-fire-mobile-button svg rect {
  fill: #ffffff;
}
.hero-fire-mobile-button:hover {
  background-color: #FFDD60;
}
.hero-fire-mobile-button:hover svg rect {
  fill: #575F7F;
}

html .hero-section-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
html .hero-section-wrapper .hero-grey-background-col {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html .hero-section-wrapper .hero-grey-background-col .grey-background {
  background-color: #ffffff;
  margin: 0;
  position: relative;
  align-self: center;
  width: 100vw;
  height: 100vh;
  padding: 50px;
}
html .hero-section-wrapper .hero-elbot-logo-front {
  opacity: 0;
  transition: opacity 1s ease 2s;
}
html .hero-section-wrapper .hero-elbot-logo-back path.clr-white {
  opacity: 0;
  fill: #FFDD60;
  stroke: none;
  transition: fill 1.1s ease 2.7s, opacity 0.1s ease 3s;
}
html .hero-section-wrapper .hero-elbot-logo-back path.clr-grey-2 {
  fill: transparent;
  stroke: transparent;
}
html .chevron-wrapper {
  position: absolute;
  height: 200px;
  width: 100%;
  z-index: 4;
  display: flex;
  justify-content: center;
  top: calc(100vh - 200px);
  opacity: 0;
}
html .chevron-wrapper .chevron-link {
  background-color: transparent;
  border: none;
}
html.loaded .hero-section-wrapper {
  pointer-events: all;
}
html.loaded .hero-section-wrapper .canvas-wrapper {
  opacity: 0;
  z-index: 2;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: block;
}
html.loaded .hero-section-wrapper .canvas-wrapper #c {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  margin-top: 0;
  transition: opacity 0.7s ease 0.1s, margin 0.7s ease-in 0.1s;
}
html.loaded .hero-section-wrapper .grey-background {
  background-color: #dbe2e8;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: margin 0.6s cubic-bezier(0.8, 0, 0.5, 1) 0.3s, padding 0.6s cubic-bezier(0.8, 0, 0.5, 1) 0.3s, width 0.6s cubic-bezier(0.8, 0, 0.5, 1) 0.3s, height 0.6s cubic-bezier(0.8, 0, 0.5, 1) 0.3s, border-radius 0.6s cubic-bezier(0.8, 0, 1, 1), background-color 0.9s ease 0.3s;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper {
  position: absolute;
  width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
  height: 100%;
  top: 30px;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo {
  width: 100%;
  height: calc(100vh - 60px);
  text-align: center;
  position: absolute;
  color: #ffffff;
  padding-top: calc(50vh - 50px);
  opacity: 1;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo > svg {
  transform: translateY(-50%);
  vertical-align: initial;
  width: 80%;
  max-width: 1200px;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-front {
  color: transparent;
  z-index: 3;
  opacity: 1;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-front path {
  stroke-width: 2px;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-front path.clr-white {
  fill: transparent;
  stroke: #ffffff;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-front path.clr-grey-2 {
  fill: transparent;
  stroke: transparent;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-back {
  z-index: 1;
  opacity: 1;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-back path {
  opacity: 1;
  transition: fill 1.1s ease 2.7s, opacity 0.1s ease 3s;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-back path.clr-white {
  fill: #ffffff;
}
html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-back path.clr-grey-2 {
  fill: transparent;
  stroke: transparent;
}
html.loaded .hero-section-wrapper .canvas-wrapper {
  animation: reveal-elbot-hero 1.5s forwards;
}
@keyframes reveal-elbot-hero {
  83% {
    opacity: 0;
  }
  84% {
    opacity: 0.7;
  }
  85% {
    opacity: 0.7;
  }
  86% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 0.4;
  }
  91% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.loaded .chevron-wrapper {
  opacity: 1;
  transition: opacity 1.2s ease 3.5s;
}
html.loaded .chevron-wrapper .chevron-icon {
  height: 50px;
  width: auto;
  align-self: center;
  margin-top: 30px;
  transition: width 0.05s ease, height 0.05s ease, margin-top 0.05s ease;
}
html.loaded .content-active .hero-section-wrapper {
  pointer-events: none;
}
html.loaded .content-active .hero-section-wrapper .grey-background {
  margin: 0;
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  padding: 50px;
  padding-top: 0;
  transition: none;
}
html.loaded .content-active .hero-section-wrapper .canvas-wrapper #c {
  opacity: 0;
  margin-top: 0;
  transition: opacity 0.7s ease 0.1s, margin 0.7s ease-in 0.1s;
}
html.loaded .content-active .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo {
  padding-top: calc(50vh - 100px);
  transition: padding 1.2s ease-in, opacity 1.2s ease;
}
html.loaded .content-active .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-front, html.loaded .content-active .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-back {
  opacity: 0;
}
html.loaded .content-active .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-back path.clr-grey-2 {
  fill: transparent;
  stroke: transparent;
}
html.loaded .content-active .chevron-wrapper .chevron-icon {
  opacity: 0;
  transition: none;
}
html.loaded .content-active .chevron-wrapper.up {
  top: 0;
}
html.loaded .content-active .chevron-wrapper.up .chevron-icon {
  opacity: 1;
  height: 37px;
}
html.loaded .content-active .chevron-wrapper.up #p5 {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  border-bottom: 3px solid #dbe2e8;
}
html.loaded .scrolling-down .hero-section-wrapper .grey-background {
  transition: margin 0.6s cubic-bezier(0.8, 0, 1, 1), padding 0.6s cubic-bezier(0.8, 0, 1, 1), width 0.6s cubic-bezier(0.8, 0, 1, 1), height 0.6s cubic-bezier(0.8, 0, 1, 1), border-radius 0.5s cubic-bezier(0.8, 0, 0.5, 1) 0.3s;
}
html.loaded .scrolling-down .hero-section-wrapper .canvas-wrapper #c {
  margin-top: -400px;
  opacity: 0;
}
html.loaded .scrolling-down .chevron-wrapper .chevron-icon {
  margin-top: 150px !important;
  height: 20px !important;
  opacity: 0;
  transition: opacity 0.2s ease-in 0.1s, margin-top 0.3s ease-in, height 0.3s ease-in, width 0.3s ease-in;
}
html.loaded .scrolling-up .hero-section-wrapper .grey-background {
  transition: margin 0.6s cubic-bezier(0.8, 0, 0.5, 1) 1.3s, padding 0.6s cubic-bezier(0.8, 0, 0.5, 1) 1.3s, width 0.6s cubic-bezier(0.8, 0, 0.5, 1) 1.3s, height 0.6s cubic-bezier(0.8, 0, 0.5, 1) 1.3s, border-radius 0.6s cubic-bezier(0.8, 0, 1, 1) 1s, background-color 0.9s ease 1.3s;
}
html.loaded .scrolling-up .hero-section-wrapper .canvas-wrapper #c {
  margin-top: 0;
  opacity: 0;
  transition: none;
}
html.loaded .scrolling-up .chevron-wrapper .chevron-icon {
  opacity: 0;
  transition: none;
}
html.loaded .scrolling-up .chevron-wrapper.up {
  top: 0;
}
html.loaded .scrolling-up .chevron-wrapper.up .chevron-icon {
  opacity: 0;
  margin-top: -150px;
}
html.loaded .hero-active .hero-section-wrapper .canvas-wrapper #c {
  margin-top: 0;
  opacity: 1;
  transition: opacity 0.6s ease 1.2s;
}
html.loaded .hero-active .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo {
  transition: padding 0.6s ease-out 1s, opacity 0.6s ease 1s;
}
html.loaded .hero-active .chevron-wrapper .chevron-icon {
  opacity: 1;
  transition: opacity 1.2s ease 1.5s;
}

body .elbot-navbar {
  z-index: 3;
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.01s ease, box-shadow 0.01s ease;
}
body .elbot-navbar .elbot-navbar-col {
  height: 50px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
}
body .elbot-navbar .elbot-navbar-col .navbar-logo-wrapper {
  height: 50px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
}
body .elbot-navbar .elbot-navbar-col .navbar-logo-wrapper .elbot-logo {
  height: 20px;
  width: auto;
  vertical-align: baseline;
  margin-top: 15px;
  opacity: 0;
}
body .elbot-navbar .elbot-navbar-col .navbar-logo-wrapper .elbot-logo path {
  fill: #8c9bc5;
}
body.content-active .elbot-navbar {
  background-color: #dbe2e8;
  box-shadow: 0 3px 0 #dbe2e8;
  transition: background-color 0.01s ease 1.5s, box-shadow 0.01s ease 1.5s;
}
body.content-active .elbot-navbar .elbot-navbar-col .navbar-logo-wrapper {
  border-bottom: 1px solid #c3ced9;
  transition: border 0.3s ease 1s;
}
@keyframes reveal-elbot-nav {
  83% {
    opacity: 0;
  }
  84% {
    opacity: 0.7;
  }
  85% {
    opacity: 0.7;
  }
  86% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 0.4;
  }
  91% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.content-active .elbot-navbar .elbot-navbar-col .navbar-logo-wrapper .elbot-logo {
  animation: reveal-elbot-nav 1.5s forwards;
  animation-delay: 1.6s;
}
body.hero-active .elbot-navbar .elbot-navbar-col .navbar-logo-wrapper {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
body.hero-active .elbot-navbar .elbot-navbar-col .navbar-logo-wrapper .elbot-logo {
  opacity: 1;
}

body .content-wrapper {
  z-index: 1;
  pointer-events: none;
  position: relative;
}
body .content-wrapper:after {
  content: "";
  position: relative;
  min-height: calc(100vh + 350px + 35px);
  min-width: 100%;
  display: block;
  pointer-events: none;
}
body .content-wrapper #main {
  padding-top: 200px;
  padding-bottom: 25px;
  position: sticky;
  top: 0;
  opacity: 1;
  overflow-x: hidden;
  /*
  section:first-of-type {
      margin-top:50px;
      transition:margin .6s ease-in;
  }
  */
}
body .content-wrapper #main section {
  opacity: 0;
  padding-top: 25px;
}
body .content-wrapper #main section:nth-of-type(1) {
  transition: opacity 0.3s ease 0.25s, padding 0.2s ease-in 1s;
}
body .content-wrapper #main section:nth-of-type(1) .my-work-col {
  opacity: 0;
  transition: opacity 0.3s ease 0.25s, padding 0.2s ease-in 1s;
}
body .content-wrapper #main section:nth-of-type(2) {
  transition: opacity 0.3s ease 0.2s, padding 0.2s ease-in 0.8s;
}
body .content-wrapper #main section:nth-of-type(3) {
  transition: opacity 0.3s ease 0.15s, padding 0.2s ease-in 0.6s;
}
body .content-wrapper #main section:nth-of-type(4) {
  transition: opacity 0.3s ease 0.1s, padding 0.2s ease-in 0.4s;
}
body .content-wrapper #main section:nth-of-type(5) {
  transition: opacity 0.3s ease 0.05s, padding 0.2s ease-in 0.2s;
}
body .content-wrapper #main section:nth-of-type(6) {
  transition: opacity 0.3s ease, padding 0.2s ease-in;
}
body .content-wrapper #main .font-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  color: #8c9bc5;
  margin-bottom: 0;
}
body .content-wrapper #main .font-p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #8c9bc5;
  margin-bottom: 0;
}
body .content-wrapper #main .font-s {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  color: #8c9bc5;
  margin-bottom: 0;
}
body .content-wrapper #main section {
  margin-bottom: 150px;
}
body .content-wrapper #main section .section-title {
  border-top: 1px solid #c3ced9;
  border-bottom: 1px solid #c3ced9;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row {
  position: relative;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row:after {
  content: "";
  position: absolute;
  width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
  height: 100%;
  border-bottom: 1px solid #c3ced9;
  left: calc(var(--bs-gutter-x) * 0.5);
  top: 0;
  pointer-events: none;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 25px;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:nth-last-of-type(2) {
  border-left: 1px solid #c3ced9;
  border-right: 1px solid #c3ced9;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-bg-wrapper {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  left: -1px;
  top: -1px;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-bg-wrapper .lottie.bg {
  margin: -170px;
  opacity: 0;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-bg-wrapper .lottie.bg.design-bg svg path {
  fill: #EBCE69;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-bg-wrapper .lottie.bg.coding-bg svg path {
  fill: #8FBBF8;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-bg-wrapper .lottie.bg.character-bg svg path {
  fill: #A7E9E0;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-bg-wrapper .my-work-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-bg-wrapper .my-work-bg.design-bg {
  background-color: #FFDD60;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-bg-wrapper .my-work-bg.coding-bg {
  background-color: #99C8FF;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-bg-wrapper .my-work-bg.character-bg {
  background-color: #B3FBE5;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-content-wrapper .h3-title {
  line-height: 50px;
  border-bottom: 1px solid #c3ced9;
  margin-bottom: 75px;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-content-wrapper .lottie.main {
  width: 200px;
  padding-top: 200px;
  position: relative;
  margin-left: -20px;
  margin-bottom: 25px;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-content-wrapper .lottie.main svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col .my-work-content-wrapper .lottie.main svg path {
  transition: fill 0.1s ease;
}
body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row:hover .my-work-col .my-work-content-wrapper .lottie.main svg path {
  fill: #c3ced9;
}
body .content-wrapper #main section.motion-section-wrapper .motion-reel-wrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
body .content-wrapper #main section.motion-section-wrapper .motion-reel-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
  border-bottom: 1px solid #c3ced9;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c3ced9;
  overflow-x: hidden;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills {
  background-color: #FFDD60;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
  line-height: 70px;
  display: flex;
  flex-direction: row;
}
@keyframes slidingSkills {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills .skills-sliding-text {
  display: flex;
  flex-direction: row;
  animation-name: slidingSkills;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: #1c2878;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills .skills-sliding-text .font-weight-700 {
  font-weight: 500;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills:nth-of-type(1) .skills-sliding-text {
  animation-duration: 10s;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills:nth-of-type(2) .skills-sliding-text {
  animation-duration: 15s;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills:nth-of-type(3) .skills-sliding-text {
  animation-duration: 30s;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills:nth-of-type(4) .skills-sliding-text {
  animation-duration: 60s;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills:nth-of-type(2) {
  margin-left: -3em;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills.skills:nth-of-type(3) {
  margin-left: -6em;
}
body .content-wrapper #main section.skills-section-wrapper .skills-wrapper .skills.skills:nth-of-type(4) {
  margin-left: -9em;
}
@keyframes socialLinkHover {
  from {
    color: #8c9bc5;
    text-decoration-color: #8c9bc5;
  }
  to {
    color: #ffffff;
    text-decoration-color: #ffffff;
  }
}
body .content-wrapper #main section.social-section-wrapper {
  margin-bottom: 0;
}
body .content-wrapper #main section.social-section-wrapper .social-link {
  position: relative;
  display: flex;
  justify-content: space-between;
}
body .content-wrapper #main section.social-section-wrapper .social-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
  border-bottom: 1px solid #c3ced9;
}
body .content-wrapper #main section.social-section-wrapper .social-link:hover {
  background-color: #8c9bc5;
  text-decoration-color: #ffffff;
  animation: socialLinkHover 0.05s forwards;
  animation-delay: 0.05s;
  animation-timing-function: ease;
}
body .content-wrapper #main section.social-section-wrapper .social-link:hover .h3-title {
  color: #8c9bc5;
  animation: socialLinkHover 0.05s forwards;
  animation-delay: 0.05s;
  animation-timing-function: ease;
}
body .content-wrapper #main section.social-section-wrapper .social-link:hover .hyperlink-icon .arrow, body .content-wrapper #main section.social-section-wrapper .social-link:hover .hyperlink-icon .square {
  fill: #ffffff;
}
body .content-wrapper #main section.social-section-wrapper .social-link .font-p {
  line-height: 50px;
  color: #3849b8;
}
body .content-wrapper #main section.social-section-wrapper .social-link .hyperlink-icon {
  height: 50px;
}
body .content-wrapper #main section.social-section-wrapper .social-link .hyperlink-icon .arrow, body .content-wrapper #main section.social-section-wrapper .social-link .hyperlink-icon .square {
  fill: #8c9bc5;
}
body .content-wrapper #main section.social-section-wrapper .social-link .hyperlink-icon .arrow {
  transform: translate(-1px, 1px);
  transition: transform 0.3s ease-in-out;
}
body .content-wrapper #main section.social-section-wrapper .social-link .hyperlink-icon .bg {
  fill: #575F7F;
  opacity: 0;
}
body .content-wrapper #main section.social-section-wrapper .social-link:hover .hyperlink-icon .bg {
  opacity: 1;
}
body .content-wrapper #main section.social-section-wrapper .social-link:hover .hyperlink-icon .arrow {
  transform: translate(2px, -2px);
}
body .content-wrapper #main section.social-section-wrapper .footer-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body .content-wrapper #main section.social-section-wrapper .footer-wrapper .footer-logo {
  height: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
body .content-wrapper #main section.social-section-wrapper .footer-wrapper .font-s {
  line-height: 150px;
}
body .content-wrapper #main section.social-section-wrapper .footer-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
  border-bottom: 1px solid #c3ced9;
}
body .content-wrapper #main .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  width: calc(100% + var(--bs-gutter-x) * 0.5 * 2);
  left: calc(var(--bs-gutter-x) * -0.5);
}
body .content-wrapper #main .accordion-item.open:before {
  background-color: #c3ced9;
}
body .content-wrapper #main .accordion-item.open .accordion-item-button-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
  left: calc(var(--bs-gutter-x) * 0.5);
  height: 100%;
  z-index: 0;
  border-bottom: 1px solid #8c9bc5;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-wrapper {
  opacity: 1;
  transition: opacity 0.2s ease 0.3s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .description-card {
  opacity: 1;
  transition: opacity 0.2s ease 0.3s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .description-card:before {
  opacity: 1;
  transition: opacity 0.1s ease;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .description-card .font-p {
  opacity: 1;
  transition: opacity 0.2s ease 0.6s;
  z-index: 1;
  position: relative;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge {
  opacity: 1;
  color: #575F7F;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge.design {
  background-color: #FFDD60;
  color: #575F7F;
  border: 1px solid #EBCE69;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge.coding {
  background-color: #99C8FF;
  border: 1px solid #8FBBF8;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge.character {
  background-color: #B3FBE5;
  border: 1px solid #A7E9E0;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(1) {
  transition: background-color 1.1s ease 1.15s, opacity 0.1s ease 1.1s, color 0.3s ease 1.3s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(2) {
  transition: background-color 1.1s ease 1.2s, opacity 0.1s ease 1.15s, color 0.3s ease 1.35s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(3) {
  transition: background-color 1.1s ease 1.25s, opacity 0.1s ease 1.2s, color 0.3s ease 1.4s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(4) {
  transition: background-color 1.1s ease 1.3s, opacity 0.1s ease 1.25s, color 0.3s ease 1.45s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(5) {
  transition: background-color 1.1s ease 1.35s, opacity 0.1s ease 1.3s, color 0.3s ease 1.5s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(6) {
  transition: background-color 1.1s ease 1.4s, opacity 0.1s ease 1.35s, color 0.3s ease 1.55s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(7) {
  transition: background-color 1.1s ease 1.45s, opacity 0.1s ease 1.4s, color 0.3s ease 1.6s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(8) {
  transition: background-color 1.1s ease 1.5s, opacity 0.1s ease 1.45s, color 0.3s ease 1.65s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(9) {
  transition: background-color 1.1s ease 1.55s, opacity 0.1s ease 1.5s, color 0.3s ease 1.7s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(10) {
  transition: background-color 1.1s ease 1.6s, opacity 0.1s ease 1.55s, color 0.3s ease 1.75s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(11) {
  transition: background-color 1.1s ease 1.65s, opacity 0.1s ease 1.6s, color 0.3s ease 1.8s;
}
body .content-wrapper #main .accordion-item.open .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge:nth-of-type(12) {
  transition: background-color 1.1s ease 1.7s, opacity 0.1s ease 1.65s, color 0.3s ease 1.85s;
}
body .content-wrapper #main .accordion-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: calc(100% + 2px);
  top: -1px;
  z-index: 0;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper {
  display: flex;
  position: relative;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
  left: calc(var(--bs-gutter-x) * 0.5);
  height: 100%;
  z-index: 0;
  border-bottom: 1px solid #c3ced9;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover {
  border-bottom-color: transparent;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 0;
  background-color: #8c9bc5;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover .accordion-button .h3-title {
  color: #dbe2e8;
  transition: color 0.05s ease 0.05s;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover .accordion-button:hover .plus, body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover .accordion-button:hover .minus {
  fill: #ffffff;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover .accordion-icon .plus, body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover .accordion-icon .minus, body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover .accordion-icon .arrow, body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover .accordion-icon .square {
  fill: #c3ced9;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover .webdesign-link:hover .accordion-icon .arrow, body .content-wrapper #main .accordion-item .accordion-item-button-wrapper:hover .webdesign-link:hover .accordion-icon .square {
  fill: #ffffff;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-icon {
  height: 50px;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-icon .plus, body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-icon .minus, body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-icon .arrow, body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-icon .square {
  fill: #8c9bc5;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-icon .bg {
  fill: #575F7F;
  opacity: 0;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-button {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  width: calc(100% - 21px);
  justify-content: space-between;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-button .plus-icon .plus {
  height: 0;
  transform: translateY(9px);
  transition: height 0.15s ease-in-out, transform 0.15s ease-in-out;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-button:hover .plus-icon .bg {
  opacity: 1;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-button.collapsed .plus-icon .plus {
  height: 16px;
  transform: translateY(0);
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-button:after {
  content: none;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .accordion-button .font-title {
  font-size: 15px;
  font-weight: 400;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .webdesign-link {
  z-index: 1;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .webdesign-link .hyperlink-icon .arrow {
  transform: translate(-1px, 1px);
  transition: transform 0.15s ease-in-out;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .webdesign-link:hover .hyperlink-icon .bg {
  opacity: 1;
}
body .content-wrapper #main .accordion-item .accordion-item-button-wrapper .webdesign-link:hover .hyperlink-icon .arrow {
  transform: translate(2px, -2px);
}
body .content-wrapper #main .accordion-item .accordion-collapse {
  transition: height 0.3s ease, opacity 0.3s ease !important;
}
body .content-wrapper #main .accordion-item .accordion-collapse.collapsing {
  transition: inherit;
}
body .content-wrapper #main .accordion-item .accordion-collapse.show {
  transition: height 4s ease, opacity 0.15s ease 0.3s !important;
}
body .content-wrapper #main .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 0;
}
body .content-wrapper #main .accordion-item .accordion-collapse .accordion-body .background {
  position: absolute;
  height: calc(100% - 50px);
  width: calc(100% + 24px);
  pointer-events: none;
}
body .content-wrapper #main .accordion-item .accordion-collapse .accordion-body .background > div:nth-of-type(2) {
  border-right: 1px solid #8c9bc5;
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card {
  border-right: 1px solid #8c9bc5;
  z-index: 1;
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin-bottom: 50px;
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-wrapper {
  opacity: 0;
  margin-top: 50px;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-wrapper .carousel {
  width: 100%;
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-wrapper .carousel .carousel-item img {
  width: 410px;
  height: auto;
  overflow: hidden;
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion {
  justify-content: flex-start;
  display: flex;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-end;
  margin-top: 25px;
  margin-bottom: -12px;
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge {
  opacity: 0;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 12px 12px 0;
  padding: 0 10px;
  border-radius: 30px;
  color: transparent;
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge.design {
  background-color: #EBCE69;
  border: 1px solid #EBCE69;
  background-color: #EBCE69;
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge.coding {
  background-color: #8FBBF8;
  border: 1px solid #8FBBF8;
  background-color: #8FBBF8;
}
body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge.character {
  background-color: #A7E9E0;
  border: 1px solid #A7E9E0;
  background-color: #A7E9E0;
}
body .content-wrapper #main .accordion-item .accordion-collapse .description-card {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  z-index: 2;
  position: relative;
}
body .content-wrapper #main .accordion-item .accordion-collapse .description-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 0;
  background-color: #c3ced9;
  opacity: 0;
}
body .content-wrapper #main .accordion-item .accordion-collapse .description-card .font-p {
  opacity: 0;
}
body.content-active .content-wrapper {
  pointer-events: all;
}
body.content-active .content-wrapper #main {
  opacity: 1;
  transition: opacity 0.6s ease 1.4s, padding 0.6s ease-out 1.4s;
  /*
  section:first-of-type {
      margin-top:0;
      transition:margin .6s ease-out 1.4s;
  }
  */
}
body.content-active .content-wrapper #main section {
  opacity: 1;
  padding-top: 0;
}
body.content-active .content-wrapper #main section:nth-of-type(1) {
  transition: opacity 0.3s ease 1.6s, padding 0.3s ease-out 1.6s;
}
body.content-active .content-wrapper #main section:nth-of-type(1) .my-work-col {
  opacity: 1;
}
body.content-active .content-wrapper #main section:nth-of-type(1) .my-work-col:nth-of-type(1) {
  transition: opacity 0.3s ease 1.7s;
}
body.content-active .content-wrapper #main section:nth-of-type(1) .my-work-col:nth-of-type(2) {
  transition: opacity 0.3s ease 1.8s;
}
body.content-active .content-wrapper #main section:nth-of-type(1) .my-work-col:nth-of-type(3) {
  transition: opacity 0.3s ease 1.9s;
}
body.content-active .content-wrapper #main section:nth-of-type(2) {
  transition: opacity 0.3s ease 1.8s, padding 0.3s ease-out 1.8s;
}
body.content-active .content-wrapper #main section:nth-of-type(3) {
  transition: opacity 0.3s ease 2s, padding 0.3s ease-out 2s;
}
body.content-active .content-wrapper #main section:nth-of-type(4) {
  transition: opacity 0.3s ease 2.2s, padding 0.3s ease-out 2.2s;
}
body.content-active .content-wrapper #main section:nth-of-type(5) {
  transition: opacity 0.3s ease 2.4s, padding 0.3s ease-out 2.4s;
}
body.content-active .content-wrapper #main section:nth-of-type(6) {
  transition: opacity 0.3s ease 2.6s, padding 0.3s ease-out 2.6s;
}
@media (max-width: 991.98px) {
  html.loaded .hero-section-wrapper .hero-elbot-logo-wrapper .hero-elbot-logo.hero-elbot-logo-front .hero-fire-mobile-button {
    display: block;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:nth-last-of-type(2) {
    border: none;
  }
  body .content-wrapper #main section.social-section-wrapper .footer-wrapper {
    flex-direction: column;
  }
  body .content-wrapper #main section.social-section-wrapper .footer-wrapper .footer-logo {
    align-self: flex-start;
    margin-top: 25px;
    margin-bottom: 0;
  }
  body .content-wrapper #main section.social-section-wrapper .footer-wrapper .font-s {
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view .my-work-content-wrapper {
    z-index: 2;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view .font-p {
    color: #575F7F;
  }
  @keyframes myWorkDesignHover {
    from {
      color: #FFDD60;
      border-color: #FFDD60;
    }
    to {
      color: #575F7F;
      border-color: #575F7F;
    }
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view.design h5.h3-title {
    color: #FFDD60;
    border-bottom: 1px solid #FFDD60;
    animation: myWorkDesignHover 0.05s forwards;
    animation-delay: 0.05s;
    animation-timing-function: ease;
  }
  @keyframes myWorkCodingHover {
    from {
      color: #99C8FF;
      border-color: #99C8FF;
    }
    to {
      color: #575F7F;
      border-color: #575F7F;
    }
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view.coding h5.h3-title {
    color: #99C8FF;
    border-bottom: 1px solid #99C8FF;
    animation: myWorkCodingHover 0.05s forwards;
    animation-delay: 0.05s;
    animation-timing-function: ease;
  }
  @keyframes myWorkCharacterHover {
    from {
      color: #B3FBE5;
      border-color: #B3FBE5;
    }
    to {
      color: #575F7F;
      border-color: #575F7F;
    }
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view.character h5.h3-title {
    color: #B3FBE5;
    border-bottom: 1px solid #B3FBE5;
    animation: myWorkCharacterHover 0.05s forwards;
    animation-delay: 0.05s;
    animation-timing-function: ease;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view .my-work-bg-wrapper {
    z-index: 1;
    opacity: 1;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view .my-work-bg-wrapper .lottie.bg {
    opacity: 1;
    transition: opacity 0.1s ease;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view .lottie.main.design-main svg path, body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view .lottie.main.coding-main svg path, body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col.in-mobile-view .lottie.main.character-main svg path {
    fill: #575F7F;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card {
    border-right: none;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row {
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-wrapper {
    margin-top: 0;
    margin-right: 0;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-wrapper .carousel {
    width: 100%;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-wrapper .carousel .carousel-item img {
    width: 100%;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion {
    margin-left: 0;
    justify-content: flex-start;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    margin-top: 15px;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge-row {
    width: auto;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .carousel-card .carousel-row .carousel-companion .hash-badge-wrapper .hash-badge-row .hash-badge {
    margin: 10px 10px 0 0;
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .description-card {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - var(--bs-gutter-x) * 0.5 * 2);
    left: calc(var(--bs-gutter-x) * 0.5);
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .description-card .font-p {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  body .content-wrapper #main .accordion-item .accordion-collapse .accordion-body .background > div:nth-of-type(2) {
    border-right: none;
  }
  body .content-wrapper #main .my-work-content-row p.font-p {
    width: 50%;
  }
}
@media (min-width: 992px) {
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover .my-work-content-wrapper {
    z-index: 2;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover .my-work-bg-wrapper {
    z-index: 1;
    opacity: 1;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover .my-work-bg-wrapper .lottie.bg {
    opacity: 1;
    transition: opacity 0.1s ease;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover .lottie.main.design-main svg path, body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover .lottie.main.coding-main svg path, body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover .lottie.main.character-main svg path {
    fill: #575F7F;
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover .font-p {
    color: #575F7F;
  }
  @keyframes myWorkDesignHover {
    from {
      color: #FFDD60;
      border-color: #FFDD60;
    }
    to {
      color: #575F7F;
      border-color: #575F7F;
    }
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover.design h5.h3-title {
    color: #FFDD60;
    border-bottom: 1px solid #FFDD60;
    animation: myWorkDesignHover 0.05s forwards;
    animation-delay: 0.05s;
    animation-timing-function: ease;
  }
  @keyframes myWorkCodingHover {
    from {
      color: #99C8FF;
      border-color: #99C8FF;
    }
    to {
      color: #575F7F;
      border-color: #575F7F;
    }
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover.coding h5.h3-title {
    color: #99C8FF;
    border-bottom: 1px solid #99C8FF;
    animation: myWorkCodingHover 0.05s forwards;
    animation-delay: 0.05s;
    animation-timing-function: ease;
  }
  @keyframes myWorkCharacterHover {
    from {
      color: #B3FBE5;
      border-color: #B3FBE5;
    }
    to {
      color: #575F7F;
      border-color: #575F7F;
    }
  }
  body .content-wrapper #main section.my-work-section-wrapper .my-work-content-row .my-work-col:hover.character h5.h3-title {
    color: #B3FBE5;
    border-bottom: 1px solid #B3FBE5;
    animation: myWorkCharacterHover 0.05s forwards;
    animation-delay: 0.05s;
    animation-timing-function: ease;
  }
}
@media (max-width: 767.98px) {
  body .content-wrapper #main .my-work-content-row p.font-p {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  body .content-wrapper #main .my-work-content-row p.font-p {
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */
