html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes float {
  from {
    -webkit-transform: translateY(0px) translateX(17px) rotate3d(0, 0, 1, 3deg);
            transform: translateY(0px) translateX(17px) rotate3d(0, 0, 1, 3deg);
  }
  to {
    -webkit-transform: scale(0.95) translateY(17px) translateX(0px) rotate3d(0, 0, 1, 0deg);
            transform: scale(0.95) translateY(17px) translateX(0px) rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes float {
  from {
    -webkit-transform: translateY(0px) translateX(17px) rotate3d(0, 0, 1, 3deg);
            transform: translateY(0px) translateX(17px) rotate3d(0, 0, 1, 3deg);
  }
  to {
    -webkit-transform: scale(0.95) translateY(17px) translateX(0px) rotate3d(0, 0, 1, 0deg);
            transform: scale(0.95) translateY(17px) translateX(0px) rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes move-hand {
  20%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@keyframes move-hand {
  20%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@-webkit-keyframes blinkColor {
  0% {
    fill: #161a2d;
  }
  60% {
    fill: #161a2d;
  }
  70% {
    fill: #4ece79;
  }
  86% {
    fill: #161a2d;
  }
  100% {
    fill: #4ece79;
  }
}

@keyframes blinkColor {
  0% {
    fill: #161a2d;
  }
  60% {
    fill: #161a2d;
  }
  70% {
    fill: #4ece79;
  }
  86% {
    fill: #161a2d;
  }
  100% {
    fill: #4ece79;
  }
}

@-webkit-keyframes changeText {
  0% {
    content: "Welcome friend...";
  }
  33% {
    content: "hope you are well...";
  }
  66% {
    content: "feel free to look around and...";
  }
  100% {
    content: "Have a nice day!";
  }
}

@keyframes changeText {
  0% {
    content: "Welcome friend...";
  }
  33% {
    content: "hope you are well...";
  }
  66% {
    content: "feel free to look around and...";
  }
  100% {
    content: "Have a nice day!";
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

button {
  border: none;
  outline: none;
  background-color: unset;
}

body {
  --color-page-background: linear-gradient(
    to right,
    #3fba64,
    #4abd5d,
    #55bf55,
    #61c24c,
    #6cc443
  );
  --color-page-background-even: #161a2d;
  --color-dark: #161a2d;
  --color-background-nav: rgba(22, 26, 45, 0.75);
  --color-green: #3fba64;
  --color-green-two: #58c054;
  --color-light: #f8f4e3;
  --color-white: #ffffff;
  --color-gray: #b0b0b0;
  --color-quote-text: #e2e2e2;
  --color-border-green: #5aba38;
  --color-border-yellow: #ebd086;
  --color-border-gray: #b5b5b5;
  --color-border-blue: #68d8f2;
  --color-skill-green: transparent;
  --color-skill-yellow: transparent;
  --color-skill-gray: transparent;
  --color-skill-blue: transparent;
  --color-nav-link: #e2f2eb;
  --color-link-current: #6cc444;
  --color-project-frame: #161a2d;
  --color-project-about: #f8f8f8;
  --color-project-button: rgba(22, 26, 45, 0.5);
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#3fba64), color-stop(#4abd5d), color-stop(#55bf55), color-stop(#61c24c), to(#6cc443));
  background: linear-gradient(to right, #3fba64, #4abd5d, #55bf55, #61c24c, #6cc443);
  background: var(--color-page-background);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Titillium Web", sans-serif;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}

body.light {
  --color-page-background: linear-gradient(to right, #f7fff9, #8ad6a1);
  --color-page-background-even: lightblue;
  --color-dark: #3fba64;
  --color-light: #161a2d;
  --color-white: #161a2d;
  --color-gray: #b1361e;
  --color-green: #161a2d;
  --color-green-two: #161a2d;
  --color-quote-text: #161a2d;
  --color-background-nav: rgba(63, 186, 100, 0.75);
  --color-border-green: #161a2d;
  --color-border-yellow: #161a2d;
  --color-border-gray: #161a2d;
  --color-border-blue: #161a2d;
  --color-skill-green: #5aba38;
  --color-skill-yellow: #ebd086;
  --color-skill-gray: #b5b5b5;
  --color-skill-blue: #68d8f2;
  --color-nav-link: #161a2d;
  --color-link-current: #ffffff;
  --color-project-frame: #62c67d;
  --color-project-about: #161a2d;
  --color-project-button: #006885;
}

.astro-blob-fill {
  fill: #161a2d !important;
  fill: var(--color-dark) !important;
}

.light .st4 {
  fill: #185167;
}

.container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
}

.btn-standard {
  background-color: #58c054;
  padding: 7px 23px;
  border-radius: 30px;
  color: #161a2d;
  font-size: 19px;
  font-weight: 600;
  min-width: 110px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-standard.github {
  background-color: #6a737d;
  color: #ffffff;
  min-width: 150px;
  margin-bottom: 15px;
}

.btn-standard.linkedin {
  background-color: #0a66c2;
  color: #ffffff;
  min-width: 150px;
  margin-bottom: 25px;
}

.btn-standard.email {
  background-color: transparent;
  color: #ffffff;
  color: var(--color-white);
  border: 2px solid #58c054;
  min-width: 150px;
  margin-bottom: 15px;
}

.btn-standard.cv-download {
  background-color: transparent;
  color: #58c054;
  color: var(--color-green-two);
  border-bottom: 2px solid #58c054;
  min-width: 150px;
  margin-bottom: 25px;
}

.btn-standard:not(.disabled):hover {
  background-color: #4aa846;
  color: #ffffff;
}

.project-buttons .btn-standard:not(.disabled):hover {
  background-color: #4aa846;
  color: #ffffff;
  border-top: 2px solid #58c054;
  border-bottom: 2px solid #58c054;
}

.project-buttons .btn-standard {
  width: 43%;
  background-color: rgba(22, 26, 45, 0.5);
  background-color: var(--color-project-button);
  color: #ffffff;
  border-bottom: 2px solid #6ac446;
  border-top: 2px solid #324c65;
  padding: 6px 23px;
}

.project-buttons .btn-standard.disabled {
  color: #7a7a7a;
  border-bottom: 2px solid #b5b5b5;
  border-top: 2px solid #575757;
}

.body-before {
  width: 100%;
  max-width: 1920px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #161a2d;
  background-color: var(--color-dark);
}

.body-before::before {
  display: none;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -122px;
  border-left: 122px solid transparent;
  border-top: 61px solid #161a2d;
}

.body-before::after {
  display: none;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: -130px;
  border-right: 130px solid transparent;
  border-top: 61px solid #161a2d;
}

.color-theme-btn {
  margin-left: auto;
  padding-right: 10px;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 51px;
}

.color-theme-btn svg {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.color-theme-btn svg.switch-moon {
  height: 100%;
  max-height: 100%;
  opacity: 1;
  margin-bottom: 15px;
}

.color-theme-btn svg.switch-sun {
  height: 0;
  max-height: 0%;
  opacity: 0;
}

.color-theme-btn.sun svg.switch-moon {
  height: 0;
  max-height: 0%;
  opacity: 0.2;
  margin-bottom: 0;
}

.color-theme-btn.sun svg.switch-sun {
  height: 100%;
  max-height: 100%;
  opacity: 1;
}

.navbar {
  background-color: #161a2d;
  background-color: rgba(22, 26, 45, 0.75);
  background-color: var(--color-background-nav);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  max-width: 1920px;
  margin: auto;
  position: fixed;
  height: 60px;
  z-index: 2;
  top: 0;
  width: 100%;
}

.navbar.transparent {
  background-color: var(--color-background-nav);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.navbar-brand {
  color: #e2f2eb;
  color: var(--color-nav-link);
  font-weight: 600;
  font-size: 21px;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

.navbar-collapse {
  max-width: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow-x: hidden;
}

.navbar-collapse.active {
  display: block;
  position: fixed;
  margin-left: unset;
  height: 100vh;
  background-color: rgba(108, 196, 67, 0.45);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navbar-collapse.active .navbar-nav {
  max-width: 100%;
  min-width: 200px;
  min-height: 410px;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #161a2d;
  background-color: var(--color-page-background-even);
  height: 100%;
  position: absolute;
  padding-top: 55px;
  min-width: 0;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: min-width 0.2s ease-out, max-width 0.3s ease;
  transition: min-width 0.2s ease-out, max-width 0.3s ease;
}

.navbar-nav img {
  position: absolute;
  bottom: 0;
  right: -88%;
  -webkit-transform: translate(-50%, 44%) scaleX(-1);
          transform: translate(-50%, 44%) scaleX(-1);
  height: 100%;
  width: 100%;
}

.nav-item .nav-link {
  color: #e2f2eb;
  color: var(--color-nav-link);
  min-width: 95px;
  display: inline-block;
  font-size: 21px;
  padding: 8px;
  padding-left: 17px;
}

.nav-item .nav-link.current {
  color: #6cc444;
  color: var(--color-link-current);
}

.st4.blink-color {
  -webkit-animation: blinkColor ease-in;
          animation: blinkColor ease-in;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.firstSection {
  min-height: calc(100vh - 90px);
}

.arrow-go-down {
  position: relative;
  width: 70px;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 1;
}

.arrow-go-down a {
  display: block;
}

.arrow-go-down svg {
  fill: rgba(255, 255, 255, 0.2);
}

.arrow-go-down:hover svg {
  fill: rgba(255, 255, 255, 0.4);
}

.astro-blob {
  max-height: 125px;
}

.astro-holder {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -80px;
}

.astro-bubble {
  display: inline-block;
  background-color: #e2f2eb;
  padding: 12px 19px;
  border-radius: 10px;
  position: relative;
  margin-left: -5px;
  top: -42px;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: float;
          animation-name: float;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  width: 144px;
  min-height: 71px;
}

.astro-bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #e2f2eb;
  top: -14px;
  left: 15%;
  margin-left: -10px;
}

.astro-bubble span::after {
  content: "Welcome";
  -webkit-animation: changeText 14s linear forwards;
          animation: changeText 14s linear forwards;
}

#AMHand {
  position: relative;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: move-hand;
          animation-name: move-hand;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

#astronaut {
  position: relative;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: float;
          animation-name: float;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  width: 40%;
  max-width: 160px;
}

.light #astronaut {
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.bar {
  width: 36px;
  height: 4px;
  background-color: #e2f2eb;
  background-color: var(--color-nav-link);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.navbar-toggler {
  margin-right: auto;
  height: 100%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 5px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.navbar-toggler.click {
  z-index: 10;
  position: fixed;
  -webkit-transform: translateX(140px);
          transform: translateX(140px);
  top: 0;
  height: 60px;
}

.hamburger_bar1 {
  margin-bottom: 12px;
}

.click .hamburger_bar1 {
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.click .hamburger_bar2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 768px) {
  .color-theme-btn {
    margin-left: unset;
  }
  .navbar-collapse,
  .navbar-collapse.active {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-left: auto;
    position: static;
    background-color: transparent;
    z-index: initial;
    max-width: 100%;
    max-height: 48px;
  }
  .navbar-nav,
  .navbar-collapse.active .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: transparent;
    height: unset;
    position: static;
    padding-top: 0;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
  }
  .nav-item .nav-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse .navbar-nav img {
    display: none !important;
    opacity: 0;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-brand {
    padding-left: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1750px) {
  .astro-bubble {
    top: -183px;
    right: -68%;
    font-size: 21px;
    padding: 20px 25px;
    width: 200px;
    min-height: 104px;
  }
  .astro-holder {
    top: -100px;
  }
  #astronaut {
    width: 100%;
    max-width: 210px;
  }
  .firstSection {
    min-height: 850px;
  }
}

@media (min-width: 1921px) {
  .navbar {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .navbar::before, .navbar::after {
    display: block;
  }
  .navbar.transparent::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: rgba(22, 26, 45, 0.75);
    border: none;
    width: 100%;
  }
  .navbar.transparent::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background-color: rgba(22, 26, 45, 0.75);
    border: none;
    width: 100%;
  }
  .body-before::before,
  .body-before::after {
    display: block;
  }
}

section {
  position: relative;
  scroll-margin-top: 60px;
}

.section-even {
  background: #161a2d;
  background: var(--color-page-background-even);
}

.section-after {
  height: 30px;
  width: 100%;
  background: #161a2d;
  background: var(--color-page-background-even);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.section-after::before {
  content: "";
  height: 30px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3fba64), color-stop(#4abd5d), color-stop(#55bf55), color-stop(#61c24c), to(#6cc443));
  background: linear-gradient(to right, #3fba64, #4abd5d, #55bf55, #61c24c, #6cc443);
  background: var(--color-page-background);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 0 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.section-even + .section-after::before {
  background: #161a2d;
  background: var(--color-page-background-even);
}

.section-even + .section-after {
  background: -webkit-gradient(linear, left top, right top, from(#3fba64), color-stop(#4abd5d), color-stop(#55bf55), color-stop(#61c24c), to(#6cc443));
  background: linear-gradient(to right, #3fba64, #4abd5d, #55bf55, #61c24c, #6cc443);
  background: var(--color-page-background);
}

h2 {
  color: #161a2d;
  text-align: center;
  font-size: 21px;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-top: 15px;
}

.section-even h2 {
  color: #ffffff;
  color: var(--color-white);
}

h3.my-text {
  width: 600px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  text-align: center;
  font-size: 21px;
}

h3.bold {
  font-weight: 600;
}

p {
  color: white;
  letter-spacing: 0.018em;
  word-spacing: 0.105em;
}

p.my-text {
  width: 600px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  text-align: center;
  color: #161a2d;
}

.section-even p.my-text {
  color: #ffffff;
  color: var(--color-white);
}

.light .section-even p.my-text {
  font-weight: 600;
}

p.my-text.bold {
  font-weight: 600;
}

p.quote {
  color: var(--color-quote-text);
  width: 600px;
  max-width: 90%;
  border-radius: 10px;
  border: 1px solid #535770;
  padding: 20px 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
  position: relative;
}

p.quote::after {
  content: '"';
  position: absolute;
  color: #5aba38;
  right: 10px;
  top: 0;
  padding: 5px;
  background-color: var(--color-page-background-even);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  width: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-style: italic;
}

p.quote span {
  display: block;
  text-align: right;
  font-style: italic;
  color: #5aba38;
}

.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*for ie*/
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /*for moz & chrome*/
  -webkit-justify-content: space-evenly !important;
}

.skill {
  width: 100%;
  max-width: 400px;
}

.skill-description {
  width: 54%;
}

.skill-title {
  color: #ffffff;
}

.project-frame {
  width: 95%;
  max-width: 350px;
  margin-bottom: 15px;
}

.project-frame-inside {
  background-color: #161a2d;
  background-color: var(--color-project-frame);
  border-radius: 10px;
}

.project-galery {
  padding: 12px;
}

.project-galery img {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.project-description {
  position: relative;
  padding: 12px;
  overflow: hidden;
}

.project-description img {
  position: absolute;
  bottom: 0;
  right: -57%;
  -webkit-transform: translate(-50%, 44%) scaleX(-1);
          transform: translate(-50%, 44%) scaleX(-1);
  width: 65%;
  opacity: 0.05;
  z-index: 0;
}

.project-ingridients {
  color: #58c054;
  color: var(--color-green-two);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.light .project-ingridients {
  padding-bottom: 5px;
  border-bottom: 1px solid #4a9b61;
}

.project-ingridients span:not(:last-of-type) {
  padding-right: 10px;
}

.project-title {
  font-size: 19.2px;
  color: #ffffff;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 20px;
}

.project-about {
  color: #f8f8f8;
  color: var(--color-project-about);
  position: relative;
  z-index: 0;
  margin-bottom: 22px;
  min-height: 105px;
}

.project-about span {
  display: block;
  font-size: 14px;
  padding-bottom: 4px;
}

.project-buttons {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*for ie*/
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /*for moz & chrome*/
  -webkit-justify-content: space-evenly !important;
  margin-bottom: 12px;
}

.project-note {
  color: #ffffff;
  color: var(--color-white);
  font-size: 12px;
  text-align: center;
  min-height: 19px;
}

.planet-frame {
  width: 95%;
  max-width: 350px;
  margin-bottom: 15px;
}

.light .planet-frame {
  background-color: #dfeef2;
  border-radius: 10px;
}

.planet-frame:hover .skill-planet > img {
  -webkit-animation: rotation 8s infinite linear;
          animation: rotation 8s infinite linear;
}

.planet-frame.blue {
  border-color: #68d8f2;
  border-color: var(--color-border-blue);
}

.planet-frame.blue .planet-frame-top {
  border-color: #68d8f2;
  border-color: var(--color-border-blue);
}

.planet-frame.blue .skill-skills span {
  border-color: #3a90a7;
  background: transparent;
  background: var(--color-skill-blue);
}

.planet-frame.green .planet-frame-bottom {
  border-color: #5aba38;
  border-color: var(--color-border-green);
}

.planet-frame.green .planet-frame-top {
  border-color: #5aba38;
  border-color: var(--color-border-green);
  background-image: -webkit-gradient(linear, left top, right top, from(#2d8856), to(transparent));
  background-image: linear-gradient(to right, #2d8856, transparent);
}

.planet-frame.green .skill-skills span {
  border-color: #2d8455;
  background: transparent;
  background: var(--color-skill-green);
}

.planet-frame.yellow .planet-frame-bottom {
  border-color: #ebd086;
  border-color: var(--color-border-yellow);
}

.planet-frame.yellow .planet-frame-top {
  border-color: #ebd086;
  border-color: var(--color-border-yellow);
  background-image: -webkit-gradient(linear, left top, right top, from(#dba440), to(transparent));
  background-image: linear-gradient(to right, #dba440, transparent);
}

.planet-frame.yellow .skill-skills span {
  border-color: #dba440;
  background: transparent;
  background: var(--color-skill-yellow);
}

.planet-frame.gray .planet-frame-bottom {
  border-color: #b5b5b5;
  border-color: var(--color-border-gray);
}

.planet-frame.gray .planet-frame-top {
  border-color: #b5b5b5;
  border-color: var(--color-border-gray);
  background-image: -webkit-gradient(linear, left top, right top, from(#909090), to(transparent));
  background-image: linear-gradient(to right, #909090, transparent);
}

.planet-frame.gray .skill-skills span {
  background: transparent;
  background: var(--color-skill-gray);
  border-color: #909090;
}

.planet-frame-bottom {
  border: 3px solid #68d8f2;
  border: 3px solid var(--color-border-blue);
  border-radius: 0 0 10px 10px;
  position: relative;
  height: 10%;
  min-height: 250px;
  width: 95%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.planet-frame-top {
  text-align: center;
  border: 3px solid #68d8f2;
  border: 3px solid var(--color-border-blue);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 130px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3b95ab), to(transparent));
  background-image: linear-gradient(to right, #3b95ab, transparent);
}

.planet-frame-top > span {
  color: #ffffff;
  color: var(--color-white);
  margin-top: 8px;
  display: inline-block;
  letter-spacing: 0.2em;
  text-shadow: -1px 1px 3px rgba(22, 26, 45, 0.5);
}

.light .planet-frame-top > span {
  text-shadow: none;
  font-weight: 600;
}

.skill-skills {
  position: relative;
  padding: 11px 5px 0 5px;
  text-align: center;
  width: 100%;
}

.skill-skills.skill-skills span {
  display: inline-block;
  border: 1px solid #3a90a7;
  padding: 3px 9px;
  margin-bottom: 5px;
  border-radius: 31px;
  color: #f8f4e3;
  color: var(--color-light);
}

.skill-planet {
  background-color: #161a2d;
  background-color: var(--color-page-background-even);
  width: 130px;
  max-width: 85%;
  max-height: 130px;
  padding: 15px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.light .skill-planet {
  background-color: #dfeef2;
}

.skill-planet > img {
  width: 100%;
}

.astro-cat-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 160px;
}

.astro-cat-container > img {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: float;
          animation-name: float;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.light .astro-cat-container > img {
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.codewars-container {
  overflow: hidden;
  display: block;
}

.codewars-container span.span-custom {
  padding: 5px 7px;
}

.codewars-container span.span-cata {
  padding-left: 24px;
}

.codewars-header {
  color: #ffffff;
  border: 2px solid #b1361e;
  border-radius: 10px 10px 0 0;
  background-color: #b1361e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.codewars-content {
  color: #ffffff;
  color: var(--color-white);
  border: 2px solid #b1361e;
  border-radius: 0 0 10px 10px;
  border-top: none;
}

.codewars-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

hr.custom {
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 3px solid #7acd75;
  width: 50px;
  margin-bottom: 35px;
}

.section-even hr.custom {
  border-color: #58c054;
}

.go {
  position: relative;
  cursor: pointer;
}

.go::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -2px;
  background: #6cc444;
  background: var(--color-link-current);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), to(#6cc444));
  background: linear-gradient(90deg, transparent 0, #6cc444);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), to(var(--color-link-current)));
  background: linear-gradient(90deg, transparent 0, var(--color-link-current));
  height: 3px;
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 5px;
}

.go:hover:after {
  width: 100%;
  width: calc(100% + 2px);
}

.text-bold {
  font-weight: 600;
}

.text-gray {
  color: #b0b0b0;
  color: var(--color-gray);
}

/* For non-natively-focusable elements. For natively focusable elements */
/* Use .visually-hidden:not(:focus):not(:active) */
.visually-hidden {
  border-width: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/*# sourceMappingURL=main.css.map */