:root {
  --blue: #8fbabf;
  --green: #53736d;
  --yellow: #d9aa71;
  --darkred: #734022;
  --red: #8c3420;
}

/*---------------------------------------------------*/
/* BASE STYLES
/*---------------------------------------------------*/
table {
  width: 100%;
  margin: 20px auto;
  table-layout: auto;
}

thead {
  background-color: #dfdfdf;
}

table,
td,
th {
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
  border: solid 1px;
  text-align: center;
}

/* nunito-regular - latin */
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.prange.io/cdn/nunito-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("https://cdn.prange.io/cdn/nunito-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://cdn.prange.io/cdn/nunito-v25-latin-regular.woff2") format("woff2"), url("https://cdn.prange.io/cdn/nunito-v25-latin-regular.woff") format("woff"), url("https://cdn.prange.io/cdn/nunito-v25-latin-regular.ttf") format("truetype"), url("https://cdn.prange.io/cdn/nunito-v25-latin-regular.svg#Nunito") format("svg"); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.prange.io/cdn/poppins-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("https://cdn.prange.io/cdn/poppins-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://cdn.prange.io/cdn/poppins-v20-latin-regular.woff2") format("woff2"), url("https://cdn.prange.io/cdn/poppins-v20-latin-regular.woff") format("woff"), url("https://cdn.prange.io/cdn/poppins-v20-latin-regular.ttf") format("truetype"), url("https://cdn.prange.io/cdn/poppins-v20-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: "Poppins";
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src: url("https://cdn.prange.io/cdn/poppins-v20-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("https://cdn.prange.io/cdn/poppins-v20-latin-800.eot?#iefix") format("embedded-opentype"), url("https://cdn.prange.io/cdn/poppins-v20-latin-800.woff2") format("woff2"), url("https://cdn.prange.io/cdn/poppins-v20-latin-800.woff") format("woff"), url("https://cdn.prange.io/cdn/poppins-v20-latin-800.ttf") format("truetype"), url("https://cdn.prange.io/cdn/poppins-v20-latin-800.svg#Poppins") format("svg"); /* Legacy iOS */
}
html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Nunito", sans-serif;
  margin: 0px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: #767676;
}

svg {
  fill: currentcolor;
  width: 15px;
  height: 15px;
}

img.svg {
  width: 15px;
  height: 15px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #6f6f6f;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6f6f6f;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6f6f6f;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6f6f6f;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6f6f6f;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #6f6f6f;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 0px 40px;
  position: relative;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.4;
  font-family: "Poppins";
  color: #000;
  margin: 0;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.lngSwitchBtn {
  border: none;
  background-color: transparent;
}
.lngSwitchBtn:hover {
  cursor: pointer;
}

.all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.all_wrap,
.all_wrap * {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}
/*hiding all*/
.preloaded .loader_line:after {
  opacity: 0;
}

.preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
/*---------------------------------------------------*/
/*	MOBILE MENU
/*---------------------------------------------------*/
.mobile_navigation {
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 10;
}
.mobile_navigation .topbar_inner {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile_navigation .topbar_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_navigation .topbar_in .my_trigger .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.mobile_navigation .topbar_in .my_trigger .hamburger .hamburger-inner {
  background-color: #000;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_navigation .topbar_in .my_trigger .hamburger .hamburger-inner::before {
  background-color: #000;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_navigation .topbar_in .my_trigger .hamburger .hamburger-inner::after {
  background-color: #000;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_navigation .topbar_in .my_trigger .hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.mobile_navigation .topbar_in .my_trigger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 30px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mobile_navigation .topbar_in .my_trigger .hamburger-inner::before {
  content: "";
  display: block;
  top: -8px;
}
.mobile_navigation .topbar_in .my_trigger .hamburger-inner::after {
  content: "";
  display: block;
  bottom: -10px;
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_navigation .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
}
.mobile_navigation .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 0px;
}
.mobile_navigation .dropdown .dropdown_inner ul {
  margin: 0px;
  list-style-type: none;
}
.mobile_navigation .dropdown .dropdown_inner ul li {
  margin: 0px;
  float: left;
  width: 100%;
}
.mobile_navigation .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 4px 0px;
  font-weight: 500;
}
.mobile_navigation .logo img {
  max-width: 80px;
}

.hamburger-inner::before {
  width: 30px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*---------------------------------------------------*/
/*	TOPBAR
/*---------------------------------------------------*/
.navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  transition: all 0.3s ease;
  transform: translateY(-100%);
}
.navigation.loaded {
  transform: translateY(0);
}
.navigation .topbar_inner {
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .topbar_inner.opened {
  background-color: #fff;
  padding: 10px 50px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.navigation .topbar_inner .logo a {
  display: inline-block;
}
.navigation .topbar_inner .logo img {
  max-width: 80px;
}
.navigation .topbar_inner .menu ul {
  margin: 0px;
  list-style-type: none;
}
.navigation .topbar_inner .menu ul li {
  margin: 0px 25px 0px 0px;
  display: inline-block;
}
.navigation .topbar_inner .menu ul li:last-child {
  margin-right: 0px;
}
.navigation .topbar_inner .menu ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-family: "Poppins";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .topbar_inner .menu ul li a:hover {
  color: #000;
}
.navigation .topbar_inner .menu ul li.current a {
  color: #000;
}

.hero {
  width: 100%;
  height: 100vh;
  float: left;
  clear: both;
  position: relative;
}
.hero .background {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
}
.hero .image {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  transition: filter 1s ease-in-out;
}
.hero[data-style=one] .background {
  clip-path: polygon(0% 100%, 21% 0%, 100% 0%, 100% 100%);
}
.hero[data-style=two] .background {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.hero[data-style=three] .background {
  clip-path: ellipse(70% 80% at 70% 50%);
}
.hero .container {
  height: 100%;
}
.hero .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20px;
}
.hero .name_wrap {
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 6px;
}
.hero .job_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.hero .content h3 {
  position: relative;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  line-height: 1.2;
  display: inline-block;
  overflow: hidden;
}
.hero .content h3 span {
  color: transparent;
  -webkit-text-stroke: 1px #000;
  padding-left: 2px;
}
.hero .content .job {
  font-weight: 500;
  font-size: 17px;
  font-family: "Nunito";
  margin-bottom: 30px;
  float: left;
  position: relative;
  overflow: hidden;
}

.overlay_effect {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
}
.overlay_effect:after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 1;
}
.overlay_effect:before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

body.loaded .overlay_effect:before {
  z-index: 2;
  background-color: #000;
  animation: anim 2s cubic-bezier(0.77, 0, 0.175, 1) both;
}
body.loaded .overlay_effect:after {
  animation: anim2 2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

@keyframes anim {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes anim2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/*---------------------------------------------------*/
/*	TOOLS
/*---------------------------------------------------*/
.tools {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 0;
}
.tools .tools_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 20px 0px;
}
.tools .tools_inner .glide {
  color: white;
}
.tools .tools_inner ul {
  margin: 0px;
  list-style-type: none;
}
.tools .tools_inner ul li {
  filter: grayscale(100%);
  transition: filter 1s ease-in-out;
  margin: 0px;
  opacity: 0.5;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tools .tools_inner ul li.glide__slide--active {
  filter: grayscale(0%);
  opacity: 1;
  transition: filter 1s ease-in-out;
}
.tools .tools_inner ul li:hover {
  filter: grayscale(0%);
  transition: filter 1s ease-in-out;
  opacity: 1;
}

/*---------------------------------------------------*/
/*	05) SHANE ABOUT
/*---------------------------------------------------*/
.about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 0px;
  background-color: #f9f9f9;
}
.about .about_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
}
.about .left {
  width: 50%;
  padding-right: 50px;
}
.about .left .image {
  position: relative;
}
.about .left .image img {
  width: 100%;
  opacity: 0;
}
.about .left .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
.about .experience span {
  display: block;
}
.about .experience .year {
  font-size: 80px;
  font-weight: 800;
  font-family: "Poppins";
  color: #fff;
  margin-bottom: 3px;
  line-height: 1;
  font-style: italic;
}
.about .experience .text {
  color: #fff;
  font-style: italic;
  font-family: "Poppins";
  opacity: 0.7;
}
.about .right {
  width: 50%;
  padding-left: 50px;
}

.title {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.title h3 {
  font-weight: 800;
  font-family: "Poppins";
}
.title span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  padding: 4px 15px;
  font-weight: 600;
  font-size: 12px;
  color: #333;
  font-family: "Poppins";
  letter-spacing: 0px;
  margin-bottom: 15px;
  border-radius: 25px;
}

.about .right .text {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 40px;
  padding-top: 27px;
}

.shane_tm_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.shane_tm_button a {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 13px 48px;
  border: 2px solid #000;
  font-family: "Poppins";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shane_tm_button a:hover {
  color: #000;
  background-color: transparent;
}

/*---------------------------------------------------*/
/*	SKILLS
/*---------------------------------------------------*/
.skills {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 25px;
  padding: 25px 0;
  background-color: #f9f9f9;
}
.skills .skills_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
}
.skills .right {
  width: 50%;
  padding-left: 50px;
}
.skills .left {
  width: 50%;
  padding-right: 50px;
}
.skills .text {
  padding-top: 27px;
  float: left;
}
.skills .text p {
  padding-bottom: 10px;
}

.quote {
  background-color: var(--blue);
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 10px;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.quote::after {
  font-family: "icomoon" !important;
  content: "\e905";
  font-size: 30px;
  position: absolute;
  top: -15px;
  left: -20px;
}

.tokyo_progress {
  padding-top: 40px;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.progress_inner {
  width: 100%;
  margin-bottom: 34px;
}
.progress_inner:last-child {
  margin-bottom: 0px;
}
.progress_inner > span {
  margin: 0px 0px 7px 0px;
  width: 100%;
  display: block;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  color: #333;
}
.progress_inner span.number {
  float: right;
}
.progress_inner .background {
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 2px;
}
.progress_inner .background .bar_in {
  height: 100%;
  background: #000;
  width: 0px;
  overflow: hidden;
}
.progress_inner .background .bar {
  width: 0px;
  height: 100%;
}
.progress_inner .background .bar.open {
  -webkit-animation: wow 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* Safari 4+ */
  -moz-animation: wow 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* Fx 5+ */
  animation: wow 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* IE 10+ */
  width: 100%;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes wow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes wow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*---------------------------------------------------*/
/*	cv
/*---------------------------------------------------*/
.resume {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  margin-bottom: 140px;
  padding: 25px 0;
}
.resume .resume_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  flex-direction: column;
}
.resume .resume_inner .work_experience {
  width: 700px;
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.resume .resume_inner .work_experience:after {
  content: "";
  border-radius: 5px;
  position: absolute;
  width: 4px;
  margin-top: 10px;
  height: 92%;
  left: 31.3%;
  background-color: #000000;
}
.resume .resume_inner .work_experience .entry {
  padding: 15px 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(11, 1fr);
  grid-auto-rows: minmax(90px, auto);
  grid-template-areas: "year year year dot content content content content content content content";
  z-index: 1;
  color: #999999;
}
@media (max-width: 700px) {
  .resume .resume_inner .work_experience .entry {
    grid-template-columns: 40px calc(100% - 40px);
    gap: 5px;
    grid-template-areas: "dot year year" "dot content content" "dot content content";
  }
}
.resume .resume_inner .work_experience .entry .dot {
  background-color: black;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  left: 25%;
  top: 25%;
}
.resume .resume_inner .work_experience .entry .year {
  grid-area: year;
  justify-items: start;
}
.resume .resume_inner .work_experience .entry .company {
  grid-area: content;
  text-align: right;
}
.resume .resume_inner .work_experience .entry .duration {
  font-weight: normal;
}
.resume .resume_inner .work_experience .entry .circle {
  grid-area: dot;
  justify-items: center;
  position: relative;
  left: calc(50% - 10px);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
}
.resume .resume_inner .work_experience .entry .circle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.resume .resume_inner .work_experience .entry .circle .label {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
  opacity: 0;
  width: 0;
  transition: max-width 1s ease-in-out;
  z-index: -1;
  left: 17px;
  border-radius: 0 15px 15px 0;
}
.resume .resume_inner .work_experience .entry.active {
  font-weight: bold;
  color: #000000;
}
.resume .resume_inner .work_experience .entry.active.edu .label, .resume .resume_inner .work_experience .entry.active.edu .circle:before {
  background-color: var(--blue);
}
.resume .resume_inner .work_experience .entry.active.we .label, .resume .resume_inner .work_experience .entry.active.we .circle:before {
  background-color: var(--yellow);
}
.resume .resume_inner .work_experience .entry.active.edu .highlight {
  color: var(--blue);
}
.resume .resume_inner .work_experience .entry.active.we .highlight {
  color: var(--yellow);
}
.resume .resume_inner .work_experience .entry.active .normal {
  font-weight: normal;
}
.resume .resume_inner .work_experience .entry.active .label {
  opacity: 1;
  width: max-content;
  padding: 0 20px;
  transition: max-width 1s ease-in-out;
  animation: main 1s;
  transform-origin: left center;
}
@keyframes main {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.resume .resume_inner .work_experience .entry.active .highlight {
  color: var(--yellow);
}
.resume .resume_inner .work_experience .entry.active .circle:before {
  z-index: 1;
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 45px;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.resume .resume_inner .work_experience .entry.active .circle:after {
  z-index: 1;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@media (max-width: 700px) {
  .resume .resume_inner .work_experience {
    width: 100%;
  }
  .resume .resume_inner .work_experience:after {
    left: 18px;
  }
  .resume .resume_inner .year {
    text-align: right;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/*---------------------------------------------------*/
/*	CONTACT
/*---------------------------------------------------*/
.contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 220px 0px 170px 0px;
  position: relative;
}
.contact .contact_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.contact .text {
  margin-bottom: 35px;
  text-align: center;
}
.contact .text h3 {
  color: #fff;
  font-weight: 800;
  font-size: 72px;
}
.contact .button button {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 20rem;
  display: inline-block;
  padding: 13px 48px;
  border: 2px solid #fff;
  font-family: "Poppins";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .button button:hover {
  color: #fff;
  background-color: transparent;
}
.contact .background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url("/img/footer-photo.webp");
  background-size: contain;
}
.contact .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.contact .shape {
  position: absolute;
  width: 100%;
  left: 0px;
  top: -13px;
  z-index: 2;
  transform: rotate(180deg);
}
.contact .shape .svg {
  width: 100%;
  height: 100%;
}

/*  FOOTER STARTS  */
#footer img {
  width: 80px;
  padding-bottom: 5px;
}
#footer .footer-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 25px 0;
}
@media (min-width: 1040px) {
  #footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer .footer-widget {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1040px) {
  #footer .footer-widget {
    width: 33.33333%;
  }
}
#footer .footer-widget a {
  color: #6f7c8a;
  text-decoration: none;
}
#footer .footer-widget a:hover {
  color: #3498db;
}
#footer .footer-widget ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
#footer .footer-widget ul li {
  list-style: none;
}
#footer .footer-widget {
  text-align: center;
}
#footer .footer-widget a {
  color: #adb4bb;
}
#footer .footer-widget a:hover {
  color: var(--secondary-color);
}
#footer .footer-widget .social-icon a {
  color: #fff;
}
#footer .footer-widget .social-icon:hover a {
  color: #4a5b7a;
}
#footer .footer-widget-header {
  font-size: 1.125em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#footer .footer-list {
  padding-left: 0;
  margin: 0;
}
#footer .footer-text {
  padding: 30px 0 40px 0;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.5;
  border-top: 1px solid #dadee3;
}
#footer .footer-text {
  font-size: 0.87em;
  line-height: 1.5;
  color: #adb4bb;
  padding-top: 12px;
}
#footer .footer-text span {
  font-weight: 600;
  color: #adb4bb;
}
#footer .social {
  padding-top: 15px;
}
#footer .social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
}
#footer .social-icon a {
  color: #424c6d;
  display: block;
}
#footer .social-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .social-icon:hover a {
  color: #c8cfe7;
}
#footer .social-icon + .social-icon {
  margin-left: 5px;
}
#footer .up-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: #ff5e8d;
  display: inline-block;
  position: absolute;
  bottom: 4%;
  right: 0;
  box-shadow: 0px 15px 40px 0px rgba(255, 21, 89, 0.4);
  cursor: pointer;
  transition: all 0.3s;
}
#footer .up-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .up-icon:hover {
  background-color: #7c98e7;
  box-shadow: 0px 15px 40px 0px rgba(124, 152, 231, 0.3);
  transition: all 0.3s;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal.opened {
  opacity: 1;
  visibility: visible;
}
.modal .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.modal .box_inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #fff;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.modal .box_inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #fff;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.modal .close {
  position: fixed;
  left: 100%;
  top: 0px;
  margin-left: 40px;
  z-index: 20;
}
.modal .close a {
  text-decoration: none;
  color: #fff;
}
.modal .close .svg {
  width: 50px;
  height: 50px;
}
.modal .description_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 50px;
}
.modal .title h3 {
  font-weight: 800;
}
.modal .wrapper {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  padding-top: 31px;
  margin-bottom: 50px;
}
.modal .desc {
  max-width: 50%;
  float: left;
  padding-top: 95px;
}
.modal .left {
  width: 50%;
  padding-right: 25px;
}
.modal .fields {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.modal .fields .first {
  width: 100%;
  float: left;
}
.modal .fields ul {
  margin: 0px;
  list-style-type: none;
}
.modal .fields ul li {
  width: 100%;
  margin: 0px 0px 30px 0px;
  float: left;
}
.modal .fields ul li input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.modal .fields ul li input:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.modal .fields .last textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 120px;
  resize: none;
  margin-bottom: 20px;
  background-color: #fff;
}
.modal .fields .last textarea:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.modal .empty_notice {
  color: #f52225;
  margin-bottom: 7px;
  display: none;
  text-align: left;
  font-weight: 500;
}
.modal .contact_error {
  color: #f52225;
  text-align: left;
  font-weight: 500;
}
.modal .returnmessage {
  color: #3a00ff;
  margin-bottom: 7px;
  text-align: left;
  font-weight: 500;
}
.modal .right {
  width: 50%;
  padding-left: 25px;
  position: relative;
  top: 6px;
}
.modal .map_wrap .map {
  min-height: 359px;
  width: 100%;
}
.modal .short_info {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.modal .short_info > ul {
  margin: 0px 0px 0px -50px;
  list-style-type: none;
}
.modal .short_info > ul > li {
  margin: 0px 0px 50px 0px;
  float: left;
  width: 33.3333%;
  padding-left: 50px;
  text-align: center;
}
.modal .short_info > ul > li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  background-color: #000;
  padding: 50px 20px;
}
.modal .short_info > ul > li p {
  font-family: "Poppins";
  font-weight: 500;
  color: #fff;
}
.modal .short_info > ul > li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .short_info > ul > li a:hover {
  color: #fff;
}
.modal .short_info > ul > li .svg {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  color: #fff;
}
.modal .social {
  margin: 0px;
  list-style-type: none;
  position: relative;
  top: 11px;
}
.modal .social li {
  margin: 0px 15px 0px 0px;
  display: inline-block;
}
.modal .social li:last-child {
  margin-right: 0px;
}
.modal .social li a {
  text-decoration: none;
  color: #fff;
}
.modal .social li .svg {
  width: 15px !important;
  height: 15px !important;
}

#impressum,
#datenschutz {
  margin-top: 115px;
}
@media (min-width: 1040px) {
  #impressum,
#datenschutz {
    margin-top: 155px;
  }
}
#impressum h2,
#datenschutz h2 {
  font-size: 30px;
  font-weight: 800;
}
#impressum h1,
#datenschutz h1 {
  font-weight: 800;
}

.error {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  height: 500px;
}
@media (min-width: 400px) {
  .error {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1040px) {
  .error {
    height: 100vh;
  }
}
.error .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.error .container .error-page {
  display: flex;
  align-items: center;
}

/*---------------------------------------------------*/
/*	MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/
@media (max-width: 1040px) {
  .navigation {
    display: none;
  }
  .mobile_navigation {
    display: block;
  }
  .all_wrap {
    margin-top: 0;
  }
  .hero .content h3 {
    font-size: 50px;
  }
  .about .about_inner {
    flex-direction: column;
  }
  .about .left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 50px;
  }
  .about .right {
    padding-left: 0px;
    width: 100%;
  }
  .title .title_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .title .portfolio_filter {
    padding-top: 78px;
  }
  .skills .skills_inner {
    flex-direction: column;
  }
  .skills .left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .skills .right {
    padding-left: 0px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
}

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