@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto-Sans', sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}
body
{
 padding:0;
 margin:0;
}
canvas {
  margin: 0;
  padding: 0;
  display: block;
  /*  ¯\_(ツ)_/¯  */
  -ms-touch-action: none;
      touch-action: none;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #262626;
  text-align: center;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
}

.canvas_container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow: hidden;
  height: 46rem;
  max-height: 46rem;
}

.canvas_container .canvas_text {
  position: relative;
  text-align: left;
  padding-left: 14rem;
  padding-top: 5rem;
  height: 100%;
}

.canvas_container .canvas_text h1 {
  position: relative;
  width: 38.6rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-family: 'Oswald', sans-serif;
  font-size: 2.2em;
}

.canvas_container .canvas_text h1::before {
  content: "<h1>";
  font-size: 0.5em;
  position: absolute;
  font-family: 'Caveat', cursive;
  top: -0.5rem;
  left: -0.8rem;
  color: #ababab;
}

.canvas_container .canvas_text h1::after {
  content: "<h1>";
  font-size: 0.5em;
  position: absolute;
  right: 0;
  font-family: 'Caveat', cursive;
  bottom: -0.5rem;
  color: #ababab;
}

.canvas_container .canvas_text h1 span {
  font-size: 2.8em;
  font-weight: 900;
  line-height: 3.3rem;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  color: #ededed;
  padding: 0;
  display: table-cell;
}

.color_span {
  color: #21ff72 !important;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.canvas_container .canvas_text h1 span:hover {
  -webkit-animation: rubberBand;
          animation: rubberBand;
  /* referring directly to the animation's @keyframe declaration */
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  color: #21ff72;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.canvas_container .canvas_text p {
  font-size: 1.5em;
  position: relative;
  margin-top: 3rem;
  color: #999999;
  margin-bottom: 0;
}

.canvas_container .canvas_text > p::before {
  content: "<p>";
  font-size: 0.7em;
  position: absolute;
  font-family: 'Caveat', cursive;
  top: -3.5vh;
  left: -0.8vw;
  color: #ababab;
}

.canvas_container .canvas_text > p::after {
  content: "<p>";
  font-size: 0.7em;
  position: absolute;
  font-family: 'Caveat', cursive;
  bottom: -2.7vh;
  left: -0.8vw;
  color: #ababab;
}

.canvas_container .canvas_text .link_button {
  position: relative;
  top: 3rem;
}

.link_button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 8rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background: transparent;
  font-weight: 100;
  padding: 0.5rem 2.5rem;
  text-transform: none;
  color: #21ff72;
}

.link_button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.link_button rect {
  fill: none;
  stroke: #21ff72;
  stroke-width: 5;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.link_button:hover {
  background: transparent;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link_button:hover rect {
  stroke-width: 5;
  stroke-dasharray: 25, 385;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.scroll_links {
  width: 91%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 6rem;
  left: 11rem;
}

.scroll_links .scroll_link {
  display: block;
  position: relative;
  height: 4.5rem;
  width: 5rem;
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.scroll_links .scroll_link p {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1em;
  margin: 0;
  position: absolute;
  left: -50%;
  top: 0;
  min-width: 6rem;
  color: #ededed;
}

.scroll_links .scroll_link i {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ededed;
}

@-webkit-keyframes example {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes example {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.portfolio_container {
  background-color: #262626;
  padding-top: 2rem;
  text-align: left;
  padding-left: 14rem;
  position: relative;
}

.portfolio_container section {
  margin-left: -4rem;
  border: none;
  outline: none;
}

.br {
  background-image: url("../assets/br_logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  height: 18rem;
}

.br_wrapper {
  background-color: #fff;
}

.arami {
  background-image: url("../assets/arami-logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  height: 18rem;
}

.arami_wrapper {
  background-color: #fafafa;
}

.veditalia {
  background-image: url("../assets/veditalia.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  height: 18rem;
}

.veditalia_wrapper {
  background-color: #fff;
}

.tatianakarelina_wrapper {
  background-color: #fff;
}
.tatianakarelina {
  background-image: url("../assets/tk-logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  height: 18rem;
}


.tkmedispa {
  background-image: url("../assets/tkmedispa-logo.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  height: 18rem;
}

.tkmedispa_wrapper {
  background-color: #fff;
}

.royallocksmith {
  background-image: url("../assets/royal-logo.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  height: 18rem;
}

.royallocksmith_wrapper {
  background-color: white;
}

.llumtech {
  background-image: url("../assets/logo-light.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  height: 18rem;
}

.llumtech_wrapper {
  background-color: black;
}

.wisdify {
  background-image: url("../assets/wisdify.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  height: 18rem;
}

.wisdify_wrapper {
  background-color: #141414;
}

.design {
  background-image: url("../assets/designdiverso_logo.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25%;
  height: 18rem;
}

.design_wrapper {
  background-color: #c2c2c2;
}

.portfolio_link_wrapper .portfolio_link a {
  text-transform: uppercase;
  border-radius: 50%;
  padding: 2.3rem 1.5rem;
  padding-left: 2rem;
  padding-right: 4rem;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  background-color: #21ff72;
  color: black;
  font-size: 0.7em;
  line-height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1rem;
  margin: 0 auto;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  position: relative;
  top: 28%;
  -webkit-transform: scale(0%);
          transform: scale(0%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.left_sidebar {
  width: 10rem;
  max-width: 10rem;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  background-color: #212121;
  z-index: 9999;
}

.left_sidebar img {
  max-width: 100%;
}

.left_sidebar .logo_container {
  background-color: black;
  padding-bottom: 1rem;
  text-align: center;
}

.left_sidebar .logo_container p {
  color: #d1d1d1;
  margin: 0;
  margin-top: 0;
  font-size: 0.8em;
}

.sidebar_menu {
  list-style: none;
  border-top: 0.1vh solid #363636;
  padding: 0;
  margin: 0;
  margin-top: 5vh;
}

.sidebar_menu li {
  border-bottom: 0.1vh solid #363636;
  width: 100%;
  text-align: center;
}

.sidebar_menu li a {
  text-decoration: none;
  color: #8a8a8a;
  display: block;
  padding: 2vh 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.sidebar_menu li a:hover {
  color: #21ff72;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.left_sidebar .social_media {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5vh;
}

.left_sidebar .social_media a {
  margin: 0 0.5vw;
  color: #8a8a8a;
}

.left_sidebar .social_media a:hover {
  color: #21ff72;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.margin-right-1 {
  margin-right: 1rem;
}

.delay-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay-13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.delay-14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.delay-15 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.delay-17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.delay-18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.delay-19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.delay-20 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-21 {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.delay-22 {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.delay-23 {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.delay-24 {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.portfolio_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.portfolio_heading::before {
  content: "<h2>";
  font-family: 'Caveat', cursive;
  font-size: 1em;
  position: absolute;
  top: -1.3rem;
  left: -1rem;
  color: #ababab;
}

.portfolio_heading::after {
  content: "<h2>";
  font-size: 1em;
  position: absolute;
  left: -1rem;
  bottom: -1.3rem;
  color: #ababab;
  font-family: 'Caveat', cursive;
}

.portfolio_heading span {
  font-size: 3em;
  color: #21ff72;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}

.portfolio_container > p {
  color: #fff;
  width: 39rem;
  font-size: 1.1rem;
  margin-top: 3.5rem;
  position: relative;
  line-height: 1.5rem;
}

.portfolio_container > p::before {
  content: "<p>";
  font-size: 1em;
  position: absolute;
  font-family: 'Caveat', cursive;
  left: -1rem;
  top: -1.7rem;
  color: #ababab;
}

.portfolio_container > p::after {
  content: "<p>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  left: -1rem;
  bottom: -1.7rem;
  color: #ababab;
}

.portfolio_link_wrapper {
  width: 25%;
  max-width: 25%;
  position: relative;
  overflow: hidden;
}

.portfolio_link_wrapper .portfolio_link {
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.portfolio_link_wrapper .portfolio_link:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.portfolio_link_wrapper .portfolio_link:hover > a {
  -webkit-transform: scale(100%);
          transform: scale(100%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.portfolio_link_wrapper::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(23, 23, 23, 0.75);
}

.portfolio_link_wrapper:hover::before {
  display: none;
}

.work_backend {
  display: block;
  position: absolute;
  right: 0;
  top: -3rem;
  z-index: 1;
}

.work_backend h1 {
  font-size: 15em;
  color: #575757;
  cursor: default;
}

.portfolio_links {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 9999;
  position: relative;
  margin-top: 5rem;
}

.portfolio_links::before {
  content: "<section>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  top: -1.3rem;
  left: 1rem;
  color: #ababab;
}

.portfolio_links::after {
  content: "</section>";
  font-size: 1em;
  position: absolute;
  font-family: 'Caveat', cursive;
  bottom: -1.3rem;
  left: 1rem;
  color: #ababab;
}

.about_container {
  background-color: #262626;
  padding: 3rem 0;
  padding-left: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_container .about_text {
  width: 37%;
  padding-top: 3rem;
}

.about_container .about_text span {
  font-size: 3em;
  color: #21ff72;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}

.about_container .about_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.about_container .about_heading::before {
  content: "<h2>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  top: -1.3rem;
  left: -1rem;
  color: #ababab;
}

.about_container .about_heading::after {
  content: "</h2>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  left: -1rem;
  bottom: -1.3rem;
  color: #ababab;
}

.about_container .about_text p {
  color: #fff;
  font-size: 1em;
  line-height: 1.7rem;
  position: relative;
  margin-bottom: 1rem;
}

.about_container .about_text p:first-of-type {
  margin-top: 3rem;
}

.about_container .about_text p:first-of-type::before {
  content: "<p>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  top: -1.6rem;
  left: -1rem;
  color: #ababab;
}

.about_container .about_text p:last-of-type::after {
  content: "</p>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  left: -1rem;
  bottom: -1.6rem;
  color: #ababab;
}

#drop_menu {
  padding: 1rem 1rem;
  background-color: #1c1c1c;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
}

#drop_menu i {
  color: #fff;
  font-size: 2em;
}

.active_drop_menu {
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  position: static !important;
  width: 100% !important;
  height: 100vh !important;
  max-width: 100% !important;
}

.contact_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.contact_container .contact_map {
  width: 50%;
  overflow: hidden;
}

.mapboxgl-map {
  overflow: hidden;
}

.contact_container .contact_text {
  padding: 3rem 0;
  padding-left: 14rem;
  background-color: #262626;
  width: 45%;
}

.contact_container .contact_text .contact_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contact_container .contact_text .contact_heading::before {
  content: "<h2>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  top: -1.3rem;
  left: -1rem;
  color: #ababab;
}

.contact_container .contact_text .contact_heading::after {
  content: "</h2>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  left: -1rem;
  bottom: -1.3rem;
  color: #ababab;
}

.contact_container .contact_text .contact_heading span {
  font-size: 3em;
  color: #21ff72;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}

.contact_container .contact_text p {
  color: #fff;
  font-size: 1em;
  line-height: 1.7rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.contact_container .contact_text p::before {
  content: "<p>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  top: -1.6rem;
  left: -0.8rem;
  color: #ababab;
}

.contact_container .contact_text p::after {
  content: "</p>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  left: -0.8rem;
  bottom: -1.6rem;
  color: #ababab;
}

.contact_container .contact_text .contact_form {
  width: 35rem;
}

.contact_container .contact_text .contact_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_container .contact_text .contact_form form .form_input {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  padding: 0;
}

.contact_container .contact_text .contact_form form .name_input,
.contact_container .contact_text .contact_form form .email_input {
  width: 47%;
}

.input_underline {
  width: 100%;
  padding: 0 0.5rem;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #21ff72;
}

.contact_container .contact_text .contact_form form input {
  background-color: #3d3d3d;
  padding: 1rem 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 100%;
  color: #b5b5b5;
}

.contact_container .contact_text .contact_form form input:focus {
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.contact_container .contact_text .contact_form form input:active {
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

@-webkit-keyframes underline {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes underline {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

.contact_container .contact_text .contact_form form input:active + .input_underline {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: underline;
          animation-name: underline;
  display: block;
}

.contact_container .contact_text .contact_form form input:focus + .input_underline {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: underline;
          animation-name: underline;
  display: block;
}

.contact_container .contact_text .contact_form form textarea:focus + .input_underline {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: underline;
          animation-name: underline;
  display: block;
}

.contact_container .contact_text .contact_form form textarea {
  width: 100%;
  background-color: #3d3d3d;
  padding: 1rem 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #b5b5b5;
}

.contact_container .contact_text .contact_form form .name {
  width: 100%;
}

.contact_container .contact_text .contact_form form .contact_email {
  width: 100%;
}

.contact_submit {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  min-width: 20rem;
  background: transparent;
  font-weight: 100;
  padding: 0.5rem 2.5rem;
  text-transform: none;
  color: #21ff72;
}

.contact_submit svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact_submit rect {
  fill: none;
  stroke: #21ff72;
  stroke-width: 5;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.contact_submit:hover {
  background: transparent;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact_submit:hover rect {
  stroke-width: 5;
  stroke-dasharray: 47, 520;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.app_container {
  background-color: #262626;
  min-width: 100%;
  min-height: 100vh;
}

.contact_body .contact_container {
  height: 100vh;
}

.skills_container {
  background-color: #262626;
  padding: 3rem 0;
  padding-left: 14rem;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skills_container .skills_text {
  width: 40%;
  padding-top: 3rem;
  margin-right: 6rem;
}

.skills_container .skills_text span {
  font-size: 3em;
  color: #21ff72;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}

.skills_container .skills_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.skills_container .skills_heading::before {
  content: "<h2>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  top: -1.3rem;
  left: -1rem;
  color: #ababab;
}

.skills_container .skills_heading::after {
  content: "</h2>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  left: -1rem;
  bottom: -1.3rem;
  color: #ababab;
}

.skills_container .skills_text p {
  color: #f7f7f7;
  font-size: 1em;
  line-height: 1.7rem;
  position: relative;
  margin-bottom: 1rem;
}

.skills_container .skills_text p:first-of-type {
  margin-top: 3rem;
}

.skills_container .skills_text p:first-of-type::before {
  content: "<p>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  top: -1.6rem;
  left: -1rem;
  color: #ababab;
}

.skills_container .skills_text p:last-of-type::after {
  content: "</p>";
  font-size: 1em;
  font-family: 'Caveat', cursive;
  position: absolute;
  left: -1rem;
  bottom: -1.6rem;
  color: #ababab;
}

.skills_container .skills-details {
  padding-top: 3rem;
}

.skills_container .skills-details .skill_chart {
  display: block;
  position: relative;
}

.skills_container .skills-details .skill_chart p {
  font-weight: bold;
  color: #fcfcfc;
  font-size: 1.15em;
  padding-bottom: 0.8rem;
}

.skills_container .skills-details .skill_chart .skill_underline {
  width: 90%;
  height: 0.15rem;
  background-color: #383838;
  position: absolute;
  bottom: 0;
}

.skills_container .skills-details .skill_chart .skill_score {
  height: 0.15rem;
  position: absolute;
  bottom: 0;
}

.front_skill {
  width: 70%;
  background-color: #21ff72;
}

.back_skill {
  width: 75%;
  background-color: #30a9ff;
}

.wordpress_skill {
  width: 90%;
  background-color: #ba0000;
}

.laravel_skill {
  width: 85%;
  background-color: #7300ba;
}

.skills_container .work_description {
  margin-top: 3rem;
  padding: 2rem 2rem;
  background-color: #474747;
  width: 35%;
}

.skills_container .work_description h3 {
  font-weight: bold;
  color: #fcfcfc;
  font-size: 1.5em;
  margin-bottom: 1rem;
  margin-top: 0;
}

.skills_container .work_description .company_name {
  font-size: 1.1em;
}

.skills_container .work_description span {
  font-size: 0.8em;
  color: #c2c2c2;
}

.skills_container .work_description p {
  line-height: 1.5rem;
  color: #c2c2c2;
  margin-bottom: 0;
}

.app_body {
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .app_body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .canvas_container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 93vh;
    border: none;
  }
  .left_sidebar {
    display: none;
  }
  .canvas_container .canvas_text {
    padding-left: 1rem;
    padding-top: 3rem;
    max-width: 100%;
  }
  .canvas_container .canvas_text h1 span {
    font-size: 1.1em;
    line-height: 0;
  }
  .mobile_padding {
    padding-left: 1rem !important;
  }
  .canvas_container .canvas_text h1::before {
    font-size: 0.4em;
  }
  .canvas_container .canvas_text h1::after {
    left: 14.8rem;
    font-size: 0.4em;
    bottom: -1rem;
  }
  .canvas_container .canvas_text p {
    font-size: 0.9em;
  }
  .canvas_container .canvas_text > p::before {
    font-size: 0.7em;
  }
  .canvas_container .canvas_text > p::after {
    font-size: 0.7em;
  }
  .canvas_container .canvas_text .link_button {
    font-size: 0.9em;
    padding: 0.3rem 0.7rem;
  }
  .scroll_links {
    left: 0.8rem;
  }
  .portfolio_container {
    padding-left: 1rem;
    border: none;
    padding-top: 2.5rem;
  }
  .portfolio_heading span {
    font-size: 2em;
    line-height: 0;
  }
  .work_backend {
    display: none;
  }
  .portfolio_container > p {
    font-size: 0.8em;
    line-height: 1.1rem;
    width: 85%;
  }
  .portfolio_heading::before {
    left: -0.8rem;
    top: -2rem;
  }
  .portfolio_heading::after {
    left: -0.8rem;
    bottom: -2rem;
  }
  canvas {
    min-width: 100%;
  }
  .portfolio_container > p::before {
    left: -0.8rem;
    top: -1.3rem;
  }
  .portfolio_container > p::after {
    left: -0.8rem;
    bottom: -1rem;
  }
  .scroll_links .scroll_right {
    width: 3rem;
    margin-right: 1.3rem;
  }
  .scroll_links .scroll_right i {
    left: auto;
    right: -0.5rem;
  }
  .scroll_links .scroll_right p {
    left: auto;
    top: 0;
  }
  .portfolio_container section {
    margin-left: -1rem;
  }
  .portfolio_links::before {
    left: 0.3rem;
  }
  .portfolio_links::after {
    left: 0.3rem;
  }
  .portfolio_link_wrapper {
    width: 50%;
    max-width: 50%;
  }
  .portfolio_link_wrapper .portfolio_link {
    height: 10rem;
  }
  .about_container {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    padding-bottom: 0;
  }
  .about_container .about_text {
    width: 100%;
  }
  .globe_text {
    max-width: 100%;
    margin-left: -2rem;
    margin-top: -5rem;
  }
  .globe_text #tag svg {
    width: 100%;
  }
  .contact_container {
    display: block;
  }
  .contact_container .contact_text {
    padding-left: 0;
    padding: 0 0.5rem;
    width: 95.5%;
    margin-top: -4rem;
    padding-bottom: 4rem;
    padding-top: 2rem;
    border: none;
    outline: none;
  }
  .contact_container .contact_text .contact_form form {
    display: block;
  }
  .contact_container .contact_text .contact_form form .form_input {
    width: 100% !important;
  }
  .contact_container .contact_map {
    width: 100%;
    display: block;
    height: 50vh;
  }
  .contact_container .contact_text .contact_form form .form_input {
    width: 95% !important;
    max-width: 95% !important;
  }
  .contact_container .contact_text .contact_form {
    width: 100%;
  }
  .about_container .about_text span {
    font-size: 2em;
  }
  .contact_container .contact_text .contact_heading span {
    font-size: 2em;
  }
  .about_container .about_text p {
    font-size: 0.8em;
    line-height: 1.5rem;
  }
  .contact_container .contact_text p {
    font-size: 0.8em;
    line-height: 1.5rem;
  }
  .portfolio_link_wrapper .portfolio_link a {
    top: 18%;
  }
  .skills_container {
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    height: auto;
  }
  .skills_container .skills_text {
    width: 100%;
    margin: 0;
  }
  .skills_container .skills-details {
    width: 100%;
    background-color: #262626;
    position: relative;
  }
  .skills_container .work_description {
    width: 80%;
  }
  .skills_container .skills_text span {
    font-size: 2em;
  }
  .contact_body .contact_container {
    height: auto;
  }
  .contact_body .contact_container .contact_text {
    padding-top: 10rem;
  }
  .contact_container .contact_text p {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .left_sidebar {
    display: none;
    height: 100vh;
    z-index: 9999;
    padding-bottom: 10rem;
  }
  .app_body {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 100%;
  }
  .canvas_container {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
  }
  .canvas_container .canvas_text {
    padding: 2rem 2rem;
  }
  .scroll_links {
    width: 100%;
    left: 2rem;
  }
  .portfolio_container {
    padding-left: 2rem;
  }
  .work_backend {
    top: 5rem;
  }
  .work_backend h1 {
    font-size: 10em;
  }
  .portfolio_link_wrapper {
    width: 33.3%;
    max-width: 33.3%;
  }
  .portfolio_container section {
    margin-left: -2rem;
  }
  .about_container {
    padding-left: 2rem;
    display: block;
    padding-right: 2rem;
  }
  .about_container .about_text {
    width: 100%;
  }
  .contact_container {
    display: block;
  }
  .contact_container .contact_text {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 92.5%;
  }
  .contact_container .contact_text .contact_form {
    width: 98%;
  }
  .contact_container .contact_map {
    width: 100%;
    height: 20rem;
  }
  .skills_container {
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
    padding-bottom: 10rem;
  }
  .skills_container .skills_text {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #drop_menu {
    display: none;
  }
  canvas {
    width: 100%;
  }
  .about_page .about_container {
    height: 100vh;
  }
  .skills_container {
    height: 100vh;
  }
}

@media only screen and (min-width: 2000px) {
  .globe_text {
    margin-right: 10rem;
    width: 50%;
  }
  .globe_text svg {
    display: block;
    margin: 0 auto;
  }
  .scroll_links {
    width: 96%;
  }
}

@media only screen and (min-width: 1020px) and (max-width: 1030px) {
  .contact_container .contact_text {
    width: 94%;
  }
}
/*# sourceMappingURL=style.css.map */